|
|
|
1 | 2025-03-25T21:06:48.028Z | job assigned to worker 01JQ7J0QASXT689FPYA81AQMDR [factory aws, i-0f29faba1faa1b45f] (queued for 50 s) |
|
2 | 2025-03-25T21:06:56.461Z | starting task 0: "setup" |
3 | 2025-03-25T21:06:56.466Z | ++ uname -s |
4 | 2025-03-25T21:06:56.469Z | + kern=SunOS |
5 | 2025-03-25T21:06:56.469Z | + build_user=build |
6 | 2025-03-25T21:06:56.469Z | + build_uid=12345 |
7 | 2025-03-25T21:06:56.469Z | + work_dir=/work |
8 | 2025-03-25T21:06:56.469Z | + input_dir=/input |
9 | 2025-03-25T21:06:56.469Z | + [[ 0 == 12345 ]] |
10 | 2025-03-25T21:06:56.469Z | + case "$kern" in |
11 | 2025-03-25T21:06:56.469Z | + groupadd -g 12345 build |
12 | 2025-03-25T21:06:56.472Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-25T21:06:58.479Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-25T21:06:58.664Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-25T21:06:58.668Z | + home_fs=zfs |
16 | 2025-03-25T21:06:58.668Z | + [[ zfs == autofs ]] |
17 | 2025-03-25T21:06:58.668Z | + mkdir -p /home/build |
18 | 2025-03-25T21:06:58.671Z | + chown build:build /home/build /work |
19 | 2025-03-25T21:07:00.673Z | + chmod 0700 /home/build /work |
20 | 2025-03-25T21:07:00.680Z | process exited: duration 4214 ms, exit code 0 |
|
21 | 2025-03-25T21:07:00.702Z | starting task 1: "rust-toolchain" |
22 | 2025-03-25T21:07:00.708Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-25T21:07:00.709Z | * rust toolchain channel = "1.85.0" |
24 | 2025-03-25T21:07:00.709Z | * rust toolchain profile = "default" |
25 | 2025-03-25T21:07:00.709Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-03-25T21:07:00.709Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-25T21:07:00.709Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-25T21:07:00.709Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-25T21:07:00.709Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-25T21:07:00.831Z | info: downloading installer |
31 | 2025-03-25T21:07:02.083Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-25T21:07:02.083Z | warn: /opt/ooce/bin |
33 | 2025-03-25T21:07:02.083Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-25T21:07:02.083Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-25T21:07:02.083Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-25T21:07:02.083Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-25T21:07:02.084Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-25T21:07:02.084Z | error: cannot install while Rust is installed |
39 | 2025-03-25T21:07:02.084Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-25T21:07:02.101Z | info: profile set to 'default' |
41 | 2025-03-25T21:07:02.101Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-25T21:07:02.107Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-25T21:07:02.279Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-25T21:07:02.280Z | info: downloading component 'cargo' |
45 | 2025-03-25T21:07:03.367Z | info: downloading component 'clippy' |
46 | 2025-03-25T21:07:03.674Z | info: downloading component 'rust-docs' |
47 | 2025-03-25T21:07:05.045Z | info: downloading component 'rust-std' |
48 | 2025-03-25T21:07:06.993Z | info: downloading component 'rustc' |
49 | 2025-03-25T21:07:12.915Z | info: downloading component 'rustfmt' |
50 | 2025-03-25T21:07:13.206Z | info: installing component 'cargo' |
51 | 2025-03-25T21:07:14.045Z | info: installing component 'clippy' |
52 | 2025-03-25T21:07:14.433Z | info: installing component 'rust-docs' |
53 | 2025-03-25T21:07:16.198Z | info: installing component 'rust-std' |
54 | 2025-03-25T21:07:18.081Z | info: installing component 'rustc' |
55 | 2025-03-25T21:07:24.106Z | info: installing component 'rustfmt' |
56 | 2025-03-25T21:07:24.440Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-25T21:07:24.441Z | |
58 | 2025-03-25T21:07:24.812Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-25T21:07:24.812Z | |
60 | 2025-03-25T21:07:24.816Z | |
61 | 2025-03-25T21:07:24.816Z | Rust is installed now. Great! |
62 | 2025-03-25T21:07:24.816Z | |
63 | 2025-03-25T21:07:24.816Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-25T21:07:24.816Z | environment variable. This has not been done automatically. |
65 | 2025-03-25T21:07:24.816Z | |
66 | 2025-03-25T21:07:24.816Z | To configure your current shell, you need to source |
67 | 2025-03-25T21:07:24.816Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-25T21:07:24.816Z | |
69 | 2025-03-25T21:07:24.816Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-25T21:07:24.816Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-25T21:07:24.816Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-25T21:07:24.816Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-25T21:07:24.895Z | + rustup --version |
74 | 2025-03-25T21:07:24.907Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-25T21:07:24.907Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-25T21:07:24.938Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-25T21:07:24.941Z | + cargo --version |
78 | 2025-03-25T21:07:24.960Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-25T21:07:24.963Z | + rustc --version |
80 | 2025-03-25T21:07:24.989Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-25T21:07:24.993Z | process exited: duration 24291 ms, exit code 0 |
|
82 | 2025-03-25T21:07:25.000Z | starting task 2: "authentication" |
83 | 2025-03-25T21:07:25.023Z | process exited: duration 22 ms, exit code 0 |
|
84 | 2025-03-25T21:07:25.030Z | starting task 3: "clone repository" |
85 | 2025-03-25T21:07:25.035Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-03-25T21:07:25.038Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-03-25T21:07:25.078Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-03-25T21:07:32.195Z | + cd /work/oxidecomputer/omicron |
89 | 2025-03-25T21:07:32.195Z | + git fetch origin b70751d98c98338cde209e6ab518e9005834d3dd |
90 | 2025-03-25T21:07:32.543Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-03-25T21:07:32.543Z | * branch b70751d98c98338cde209e6ab518e9005834d3dd -> FETCH_HEAD |
92 | 2025-03-25T21:07:32.555Z | + [[ -n eliza/ereporter-api-2 ]] |
93 | 2025-03-25T21:07:32.558Z | ++ git branch --show-current |
94 | 2025-03-25T21:07:32.561Z | + current=main |
95 | 2025-03-25T21:07:32.561Z | + [[ main != eliza/ereporter-api-2 ]] |
96 | 2025-03-25T21:07:32.561Z | + git branch -f eliza/ereporter-api-2 b70751d98c98338cde209e6ab518e9005834d3dd |
97 | 2025-03-25T21:07:32.565Z | + git checkout -f eliza/ereporter-api-2 |
98 | 2025-03-25T21:07:32.756Z | Switched to branch 'eliza/ereporter-api-2' |
99 | 2025-03-25T21:07:32.759Z | + git reset --hard b70751d98c98338cde209e6ab518e9005834d3dd |
100 | 2025-03-25T21:07:32.806Z | HEAD is now at b70751d98 s/ereporter/ereport |
101 | 2025-03-25T21:07:32.810Z | process exited: duration 7776 ms, exit code 0 |
|
102 | 2025-03-25T21:07:32.816Z | starting task 4: "build" |
103 | 2025-03-25T21:07:32.822Z | + source ./env.sh |
104 | 2025-03-25T21:07:32.822Z | ++ OLD_SHELL_OPTS=ehxB |
105 | 2025-03-25T21:07:32.822Z | ++ set -o xtrace |
106 | 2025-03-25T21:07:32.825Z | ++++ dirname ./env.sh |
107 | 2025-03-25T21:07:32.829Z | +++ readlink -f . |
108 | 2025-03-25T21:07:32.832Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
109 | 2025-03-25T21:07:32.832Z | ++ 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-25T21:07:32.832Z | ++ 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-25T21:07:32.832Z | ++ 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-25T21:07:32.832Z | ++ 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-25T21:07:32.832Z | ++ 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-25T21:07:32.832Z | ++ 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-25T21:07:32.832Z | ++ 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-25T21:07:32.832Z | ++ 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-25T21:07:32.832Z | ++ case $OLD_SHELL_OPTS in |
118 | 2025-03-25T21:07:32.832Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
119 | 2025-03-25T21:07:32.832Z | + source .github/buildomat/ci-env.sh |
120 | 2025-03-25T21:07:32.832Z | ++ export CARGO_TERM_COLOR=always |
121 | 2025-03-25T21:07:32.832Z | ++ CARGO_TERM_COLOR=always |
122 | 2025-03-25T21:07:32.832Z | + cargo --version |
123 | 2025-03-25T21:07:32.889Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
124 | 2025-03-25T21:07:32.892Z | + rustc --version |
125 | 2025-03-25T21:07:32.960Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
126 | 2025-03-25T21:07:32.963Z | + banner prerequisites |
127 | 2025-03-25T21:07:32.967Z | |
128 | 2025-03-25T21:07:32.967Z | ##### ##### ###### ##### ###### #### # # # #### # |
129 | 2025-03-25T21:07:32.967Z | # # # # # # # # # # # # # # # |
130 | 2025-03-25T21:07:32.967Z | # # # # ##### # # ##### # # # # # #### # |
131 | 2025-03-25T21:07:32.967Z | ##### ##### # ##### # # # # # # # # # |
132 | 2025-03-25T21:07:32.967Z | # # # # # # # # # # # # # # # |
133 | 2025-03-25T21:07:32.967Z | # # # ###### # # ###### ### # #### # #### # |
134 | 2025-03-25T21:07:32.967Z | |
135 | 2025-03-25T21:07:32.967Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
136 | 2025-03-25T21:07:34.639Z | pkg list: illegal option -- F |
137 | 2025-03-25T21:07:34.639Z | Usage: |
138 | 2025-03-25T21:07:34.642Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
139 | 2025-03-25T21:07:34.643Z | [pkg_fmri_pattern ...] |
140 | 2025-03-25T21:07:35.508Z | pkg list: illegal option -- F |
141 | 2025-03-25T21:07:35.508Z | Usage: |
142 | 2025-03-25T21:07:35.508Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
143 | 2025-03-25T21:07:35.508Z | [pkg_fmri_pattern ...] |
144 | 2025-03-25T21:07:41.798Z | Startup: Refreshing catalog 'helios-dev' ... Done |
145 | 2025-03-25T21:07:46.381Z | Startup: Caching catalogs ... Done |
146 | 2025-03-25T21:08:01.661Z | Planning: Solver setup ... Done (14.185s) |
147 | 2025-03-25T21:08:01.827Z | Planning: Running solver ... Done (0.166s) |
148 | 2025-03-25T21:08:01.963Z | Planning: Finding local manifests ... Done (0.006s) |
149 | 2025-03-25T21:08:01.996Z | Planning: Fetching manifests: 0/7 0% complete |
150 | 2025-03-25T21:08:02.666Z | Planning: Fetching manifests: 7/7 100% complete |
151 | 2025-03-25T21:08:02.779Z | Planning: Package planning ... Done (0.112s) |
152 | 2025-03-25T21:08:02.836Z | Planning: Merging actions ... Done (0.057s) |
153 | 2025-03-25T21:08:03.037Z | Planning: Checking for conflicting actions ... Done (0.200s) |
154 | 2025-03-25T21:08:05.035Z | Planning: Consolidating action changes ... Done (1.997s) |
155 | 2025-03-25T21:08:05.480Z | Planning: Evaluating mediators ... Done (0.446s) |
156 | 2025-03-25T21:08:05.564Z | Planning: Planning completed in 19.08 seconds |
157 | 2025-03-25T21:08:05.580Z | Packages to install: 4 |
158 | 2025-03-25T21:08:05.580Z | Packages to update: 3 |
159 | 2025-03-25T21:08:05.583Z | Mediators to change: 2 |
160 | 2025-03-25T21:08:05.583Z | Services to change: 1 |
161 | 2025-03-25T21:08:05.583Z | Estimated space available: 155.59 GB |
162 | 2025-03-25T21:08:05.583Z | Estimated space to be consumed: 1.67 GB |
163 | 2025-03-25T21:08:05.583Z | Create boot environment: No |
164 | 2025-03-25T21:08:05.583Z | Create backup boot environment: Yes |
165 | 2025-03-25T21:08:05.584Z | Rebuild boot archive: No |
166 | 2025-03-25T21:08:05.584Z | |
167 | 2025-03-25T21:08:05.584Z | Changed mediators: |
168 | 2025-03-25T21:08:05.584Z | mediator clang: |
169 | 2025-03-25T21:08:05.584Z | version: None -> 15 (system default) |
170 | 2025-03-25T21:08:05.584Z | |
171 | 2025-03-25T21:08:05.584Z | mediator llvm: |
172 | 2025-03-25T21:08:05.584Z | version: 14 (system default) -> 15 (system default) |
173 | 2025-03-25T21:08:05.584Z | |
174 | 2025-03-25T21:08:05.584Z | Changed packages: |
175 | 2025-03-25T21:08:05.584Z | helios-dev |
176 | 2025-03-25T21:08:05.584Z | developer/build-essential |
177 | 2025-03-25T21:08:05.584Z | None -> 11-2.0 |
178 | 2025-03-25T21:08:05.584Z | library/libxmlsec1 |
179 | 2025-03-25T21:08:05.584Z | None -> 1.2.35-2.0 |
180 | 2025-03-25T21:08:05.584Z | ooce/developer/clang-15 |
181 | 2025-03-25T21:08:05.584Z | None -> 15.0.7-2.0 |
182 | 2025-03-25T21:08:05.584Z | ooce/developer/llvm-15 |
183 | 2025-03-25T21:08:05.584Z | None -> 15.0.7-2.0 |
184 | 2025-03-25T21:08:05.584Z | package/pkg |
185 | 2025-03-25T21:08:05.584Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
186 | 2025-03-25T21:08:05.584Z | system/library/g++-runtime |
187 | 2025-03-25T21:08:05.584Z | 13-2.0 -> 14-2.0 |
188 | 2025-03-25T21:08:05.584Z | system/library/gcc-runtime |
189 | 2025-03-25T21:08:05.584Z | 13-2.0 -> 14-2.0 |
190 | 2025-03-25T21:08:05.584Z | |
191 | 2025-03-25T21:08:05.584Z | Services: |
192 | 2025-03-25T21:08:05.584Z | restart_fmri: |
193 | 2025-03-25T21:08:05.584Z | svc:/system/update-man-index:default |
194 | 2025-03-25T21:08:05.584Z | |
195 | 2025-03-25T21:08:05.584Z | Editable files to change: |
196 | 2025-03-25T21:08:05.584Z | Update: |
197 | 2025-03-25T21:08:05.584Z | usr/share/lib/pkg/web/config.shtml |
198 | 2025-03-25T21:08:05.665Z | |
199 | 2025-03-25T21:08:05.665Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
200 | 2025-03-25T21:08:35.757Z | Download: 205/4301 items 1.3/225.4MB 0% complete |
201 | 2025-03-25T21:09:05.800Z | Download: 205/4301 items 1.3/225.4MB 0% complete |
202 | 2025-03-25T21:09:10.803Z | Download: 854/4301 items 18.8/225.4MB 8% complete (3.6M/s) |
203 | 2025-03-25T21:09:15.804Z | Download: 1199/4301 items 83.5/225.4MB 37% complete (8.2M/s) |
204 | 2025-03-25T21:09:20.816Z | Download: 2170/4301 items 119.1/225.4MB 52% complete (10.0M/s) |
205 | 2025-03-25T21:09:31.959Z | Download: 2223/4301 items 119.2/225.4MB 52% complete (9.3M/s) |
206 | 2025-03-25T21:09:44.748Z | Download: 2224/4301 items 119.2/225.4MB 52% complete |
207 | 2025-03-25T21:09:49.752Z | Download: 3237/4301 items 164.1/225.4MB 72% complete (9.2M/s) |
208 | 2025-03-25T21:09:55.697Z | Download: 3281/4301 items 209.9/225.4MB 93% complete (9.9M/s) |
209 | 2025-03-25T21:09:59.256Z | Download: Completed 225.42 MB in 113.58 seconds (2.0M/s) |
210 | 2025-03-25T21:10:01.411Z | Actions: 1/5122 actions (Removing old actions) |
211 | 2025-03-25T21:10:01.434Z | Actions: 194/5122 actions (Installing new actions) |
212 | 2025-03-25T21:10:06.304Z | Actions: 4267/5122 actions (Updating modified actions) |
213 | 2025-03-25T21:10:06.664Z | Actions: Completed 5122 actions in 5.25 seconds. |
214 | 2025-03-25T21:10:06.915Z | Done (0.243s) |
215 | 2025-03-25T21:10:06.918Z | Done (0.002s) |
216 | 2025-03-25T21:10:07.572Z | Done (0.655s) |
217 | 2025-03-25T21:10:12.328Z | Done (4.519s) |
218 | 2025-03-25T21:10:12.421Z | Done (0.017s) |
219 | 2025-03-25T21:10:12.425Z | Done (0.000s) |
220 | 2025-03-25T21:10:12.587Z | Done (0.000s) |
221 | 2025-03-25T21:10:13.354Z | Planning: Evaluating mediator changes ... Done |
222 | 2025-03-25T21:10:13.521Z | Planning: Checking for conflicting actions ... Done |
223 | 2025-03-25T21:10:13.525Z | Planning: Consolidating action changes ... Done |
224 | 2025-03-25T21:10:13.805Z | Planning: Evaluating mediators ... Done |
225 | 2025-03-25T21:10:13.808Z | Planning: Planning completed in 0.45 seconds |
226 | 2025-03-25T21:10:13.846Z | Mediators to change: 2 |
227 | 2025-03-25T21:10:13.847Z | Create boot environment: No |
228 | 2025-03-25T21:10:13.847Z | Create backup boot environment: No |
229 | 2025-03-25T21:10:13.938Z | Done |
230 | 2025-03-25T21:10:13.938Z | Done |
231 | 2025-03-25T21:10:14.386Z | Done |
232 | 2025-03-25T21:10:18.236Z | Done |
233 | 2025-03-25T21:10:18.330Z | Done |
234 | 2025-03-25T21:10:18.333Z | Done |
235 | 2025-03-25T21:10:18.461Z | Done |
236 | 2025-03-25T21:10:19.096Z | Planning: Evaluating mediator changes ... Done |
237 | 2025-03-25T21:10:19.100Z | Planning: Merging actions ... Done |
238 | 2025-03-25T21:10:19.288Z | Planning: Checking for conflicting actions ... Done |
239 | 2025-03-25T21:10:19.291Z | Planning: Consolidating action changes ... Done |
240 | 2025-03-25T21:10:19.563Z | Planning: Evaluating mediators ... Done |
241 | 2025-03-25T21:10:19.627Z | Planning: Planning completed in 0.77 seconds |
242 | 2025-03-25T21:10:19.662Z | Packages to change: 1 |
243 | 2025-03-25T21:10:19.663Z | Mediators to change: 1 |
244 | 2025-03-25T21:10:19.663Z | Services to change: 1 |
245 | 2025-03-25T21:10:19.663Z | Create boot environment: No |
246 | 2025-03-25T21:10:19.666Z | Create backup boot environment: Yes |
247 | 2025-03-25T21:10:22.007Z | Actions: 1/6 actions (Updating modified actions) |
248 | 2025-03-25T21:10:22.012Z | Actions: Completed 6 actions in 0.00 seconds. |
249 | 2025-03-25T21:10:22.012Z | Done |
250 | 2025-03-25T21:10:22.012Z | Done |
251 | 2025-03-25T21:10:22.139Z | Done |
252 | 2025-03-25T21:10:25.967Z | Done |
253 | 2025-03-25T21:10:26.062Z | Done |
254 | 2025-03-25T21:10:26.066Z | Done |
255 | 2025-03-25T21:10:26.252Z | Done |
256 | 2025-03-25T21:10:26.706Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
257 | 2025-03-25T21:10:26.706Z | clang system 15 system |
258 | 2025-03-25T21:10:26.706Z | csh system system illumos |
259 | 2025-03-25T21:10:26.706Z | ctags system system illumos |
260 | 2025-03-25T21:10:26.706Z | gcc vendor 12 vendor |
261 | 2025-03-25T21:10:26.706Z | gcc system 10 system |
262 | 2025-03-25T21:10:26.706Z | gcc system 7 system |
263 | 2025-03-25T21:10:26.706Z | go system 1.20 system |
264 | 2025-03-25T21:10:26.706Z | go system 1.19 system |
265 | 2025-03-25T21:10:26.706Z | llvm system 15 system |
266 | 2025-03-25T21:10:26.706Z | llvm system 14 system |
267 | 2025-03-25T21:10:26.706Z | mariadb system 10.6 system |
268 | 2025-03-25T21:10:26.706Z | mta vendor vendor dma |
269 | 2025-03-25T21:10:26.706Z | openjdk system 17 system |
270 | 2025-03-25T21:10:26.706Z | openjdk system 11 system |
271 | 2025-03-25T21:10:26.706Z | openjdk system 1.8 system |
272 | 2025-03-25T21:10:26.706Z | openssl vendor 3 vendor |
273 | 2025-03-25T21:10:26.706Z | perl system 5.36 system |
274 | 2025-03-25T21:10:26.706Z | postgresql system 15 system |
275 | 2025-03-25T21:10:26.706Z | postgresql system 13 system |
276 | 2025-03-25T21:10:26.706Z | python vendor 3 vendor |
277 | 2025-03-25T21:10:26.706Z | python system 2 system |
278 | 2025-03-25T21:10:26.706Z | python3 system 3.11 system |
279 | 2025-03-25T21:10:26.706Z | ruby system 3.0 system |
280 | 2025-03-25T21:10:26.707Z | words vendor vendor american-english |
281 | 2025-03-25T21:10:26.707Z | words system system australian-english |
282 | 2025-03-25T21:10:26.707Z | words system system british-english |
283 | 2025-03-25T21:10:26.707Z | words system system canadian-english |
284 | 2025-03-25T21:10:26.707Z | words system system french |
285 | 2025-03-25T21:10:26.707Z | words system system italian |
286 | 2025-03-25T21:10:26.707Z | words system system ngerman |
287 | 2025-03-25T21:10:26.707Z | words system system ogerman |
288 | 2025-03-25T21:10:26.707Z | words system system spanish |
289 | 2025-03-25T21:10:27.063Z | PUBLISHER TYPE STATUS P LOCATION |
290 | 2025-03-25T21:10:27.063Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
291 | 2025-03-25T21:10:30.310Z | FMRI IFO |
292 | 2025-03-25T21:10:30.310Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
293 | 2025-03-25T21:10:30.310Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
294 | 2025-03-25T21:10:30.310Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
295 | 2025-03-25T21:10:30.310Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
296 | 2025-03-25T21:10:30.310Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
297 | 2025-03-25T21:10:30.310Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
298 | 2025-03-25T21:10:30.310Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
299 | 2025-03-25T21:10:30.310Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
300 | 2025-03-25T21:10:30.310Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
301 | 2025-03-25T21:10:30.310Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
302 | 2025-03-25T21:10:30.310Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
303 | 2025-03-25T21:10:30.310Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
304 | 2025-03-25T21:10:30.310Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
305 | 2025-03-25T21:10:30.310Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
306 | 2025-03-25T21:10:30.310Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
307 | 2025-03-25T21:10:31.187Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
308 | 2025-03-25T21:10:31.580Z | Updating crates.io index |
309 | 2025-03-25T21:10:31.583Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
310 | 2025-03-25T21:10:32.223Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
311 | 2025-03-25T21:10:32.512Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
312 | 2025-03-25T21:10:32.766Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
313 | 2025-03-25T21:10:33.058Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
314 | 2025-03-25T21:10:34.167Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
315 | 2025-03-25T21:10:35.992Z | Updating git repository `https://github.com/oxidecomputer/opte` |
316 | 2025-03-25T21:10:36.682Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
317 | 2025-03-25T21:10:37.424Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
318 | 2025-03-25T21:10:37.734Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
319 | 2025-03-25T21:10:38.051Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
320 | 2025-03-25T21:10:38.665Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
321 | 2025-03-25T21:10:39.238Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
322 | 2025-03-25T21:10:39.574Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
323 | 2025-03-25T21:10:39.933Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
324 | 2025-03-25T21:10:40.214Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
325 | 2025-03-25T21:10:40.547Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
326 | 2025-03-25T21:10:40.783Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
327 | 2025-03-25T21:10:41.088Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
328 | 2025-03-25T21:10:41.389Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
329 | 2025-03-25T21:10:41.683Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
330 | 2025-03-25T21:10:42.021Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
331 | 2025-03-25T21:10:42.327Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
332 | 2025-03-25T21:10:42.718Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
333 | 2025-03-25T21:10:43.282Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
334 | 2025-03-25T21:10:43.537Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
335 | 2025-03-25T21:10:43.917Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
336 | 2025-03-25T21:10:44.345Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
337 | 2025-03-25T21:10:44.752Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
338 | 2025-03-25T21:10:45.015Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
339 | 2025-03-25T21:10:45.286Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
340 | 2025-03-25T21:10:46.809Z | Downloading crates ... |
341 | 2025-03-25T21:10:46.877Z | Downloaded anstream v0.6.15 |
342 | 2025-03-25T21:10:46.880Z | Downloaded bitflags v1.3.2 |
343 | 2025-03-25T21:10:46.884Z | Downloaded anyhow v1.0.97 |
344 | 2025-03-25T21:10:46.922Z | Downloaded winnow v0.7.3 |
345 | 2025-03-25T21:10:46.932Z | Downloaded usdt-macro v0.5.0 |
346 | 2025-03-25T21:10:46.935Z | Downloaded anstyle v1.0.10 |
347 | 2025-03-25T21:10:46.935Z | Downloaded swrite v0.1.0 |
348 | 2025-03-25T21:10:46.938Z | Downloaded usdt-attr-macro v0.5.0 |
349 | 2025-03-25T21:10:46.938Z | Downloaded scroll_derive v0.12.0 |
350 | 2025-03-25T21:10:46.938Z | Downloaded pretty-hex v0.4.1 |
351 | 2025-03-25T21:10:46.938Z | Downloaded is_terminal_polyfill v1.70.1 |
352 | 2025-03-25T21:10:46.941Z | Downloaded equivalent v1.0.1 |
353 | 2025-03-25T21:10:46.942Z | Downloaded dtrace-parser v0.2.0 |
354 | 2025-03-25T21:10:46.945Z | Downloaded bytecount v0.6.8 |
355 | 2025-03-25T21:10:46.945Z | Downloaded colorchoice v1.0.2 |
356 | 2025-03-25T21:10:46.945Z | Downloaded autocfg v1.4.0 |
357 | 2025-03-25T21:10:46.948Z | Downloaded block-buffer v0.10.4 |
358 | 2025-03-25T21:10:46.951Z | Downloaded macaddr v1.0.1 |
359 | 2025-03-25T21:10:46.954Z | Downloaded clap_lex v0.7.4 |
360 | 2025-03-25T21:10:46.954Z | Downloaded fs-err v2.11.0 |
361 | 2025-03-25T21:10:46.957Z | Downloaded camino-tempfile v1.1.1 |
362 | 2025-03-25T21:10:46.958Z | Downloaded byteorder v1.5.0 |
363 | 2025-03-25T21:10:46.961Z | Downloaded itoa v1.0.11 |
364 | 2025-03-25T21:10:46.961Z | Downloaded errno v0.3.9 |
365 | 2025-03-25T21:10:46.964Z | Downloaded thiserror v1.0.69 |
366 | 2025-03-25T21:10:46.967Z | Downloaded strsim v0.11.1 |
367 | 2025-03-25T21:10:46.967Z | Downloaded fastrand v2.1.1 |
368 | 2025-03-25T21:10:46.971Z | Downloaded dof v0.3.0 |
369 | 2025-03-25T21:10:46.971Z | Downloaded version_check v0.9.5 |
370 | 2025-03-25T21:10:46.974Z | Downloaded terminal_size v0.4.0 |
371 | 2025-03-25T21:10:46.974Z | Downloaded cfg-if v1.0.0 |
372 | 2025-03-25T21:10:46.974Z | Downloaded cargo-platform v0.1.8 |
373 | 2025-03-25T21:10:46.977Z | Downloaded crypto-common v0.1.6 |
374 | 2025-03-25T21:10:46.977Z | Downloaded anstyle-query v1.1.1 |
375 | 2025-03-25T21:10:46.982Z | Downloaded serde_tokenstream v0.2.2 |
376 | 2025-03-25T21:10:46.982Z | Downloaded serde_spanned v0.6.8 |
377 | 2025-03-25T21:10:46.982Z | Downloaded proc-macro-error-attr v1.0.4 |
378 | 2025-03-25T21:10:46.985Z | Downloaded fnv v1.0.7 |
379 | 2025-03-25T21:10:46.985Z | Downloaded cpufeatures v0.2.14 |
380 | 2025-03-25T21:10:46.985Z | Downloaded toml_datetime v0.6.8 |
381 | 2025-03-25T21:10:46.989Z | Downloaded smawk v0.3.2 |
382 | 2025-03-25T21:10:46.989Z | Downloaded terminal_size v0.2.6 |
383 | 2025-03-25T21:10:46.989Z | Downloaded utf8parse v0.2.2 |
384 | 2025-03-25T21:10:46.992Z | Downloaded memmap v0.7.0 |
385 | 2025-03-25T21:10:46.992Z | Downloaded tabled_derive v0.7.0 |
386 | 2025-03-25T21:10:46.992Z | Downloaded pest_generator v2.7.14 |
387 | 2025-03-25T21:10:46.995Z | Downloaded plain v0.2.3 |
388 | 2025-03-25T21:10:46.995Z | Downloaded unicode-linebreak v0.1.5 |
389 | 2025-03-25T21:10:46.998Z | Downloaded usdt-impl v0.5.0 |
390 | 2025-03-25T21:10:46.998Z | Downloaded usdt v0.5.0 |
391 | 2025-03-25T21:10:46.998Z | Downloaded thiserror-impl v2.0.11 |
392 | 2025-03-25T21:10:47.002Z | Downloaded generic-array v0.14.7 |
393 | 2025-03-25T21:10:47.002Z | Downloaded anstyle-parse v0.2.5 |
394 | 2025-03-25T21:10:47.005Z | Downloaded thiserror-impl v1.0.69 |
395 | 2025-03-25T21:10:47.008Z | Downloaded cargo_toml v0.21.0 |
396 | 2025-03-25T21:10:47.008Z | Downloaded clap_derive v4.5.28 |
397 | 2025-03-25T21:10:47.012Z | Downloaded cargo_metadata v0.19.2 |
398 | 2025-03-25T21:10:47.012Z | Downloaded digest v0.10.7 |
399 | 2025-03-25T21:10:47.015Z | Downloaded thread-id v4.2.2 |
400 | 2025-03-25T21:10:47.018Z | Downloaded scroll v0.12.0 |
401 | 2025-03-25T21:10:47.018Z | Downloaded tempfile v3.13.0 |
402 | 2025-03-25T21:10:47.021Z | Downloaded heck v0.4.1 |
403 | 2025-03-25T21:10:47.021Z | Downloaded pest_derive v2.7.14 |
404 | 2025-03-25T21:10:47.025Z | Downloaded proc-macro-error v1.0.4 |
405 | 2025-03-25T21:10:47.028Z | Downloaded heck v0.5.0 |
406 | 2025-03-25T21:10:47.031Z | Downloaded thiserror v2.0.11 |
407 | 2025-03-25T21:10:47.036Z | Downloaded sha2 v0.10.8 |
408 | 2025-03-25T21:10:47.039Z | Downloaded semver v1.0.25 |
409 | 2025-03-25T21:10:47.043Z | Downloaded quote v1.0.39 |
410 | 2025-03-25T21:10:47.046Z | Downloaded once_cell v1.20.3 |
411 | 2025-03-25T21:10:47.050Z | Downloaded bitflags v2.6.0 |
412 | 2025-03-25T21:10:47.053Z | Downloaded log v0.4.22 |
413 | 2025-03-25T21:10:47.057Z | Downloaded proc-macro2 v1.0.94 |
414 | 2025-03-25T21:10:47.060Z | Downloaded io-lifetimes v1.0.11 |
415 | 2025-03-25T21:10:47.063Z | Downloaded typenum v1.17.0 |
416 | 2025-03-25T21:10:47.063Z | Downloaded camino v1.1.9 |
417 | 2025-03-25T21:10:47.066Z | Downloaded pest_meta v2.7.14 |
418 | 2025-03-25T21:10:47.070Z | Downloaded clap v4.5.31 |
419 | 2025-03-25T21:10:47.075Z | Downloaded unicode-ident v1.0.14 |
420 | 2025-03-25T21:10:47.079Z | Downloaded zerocopy-derive v0.7.35 |
421 | 2025-03-25T21:10:47.082Z | Downloaded toml v0.8.20 |
422 | 2025-03-25T21:10:47.085Z | Downloaded ryu v1.0.18 |
423 | 2025-03-25T21:10:47.089Z | Downloaded papergrid v0.11.0 |
424 | 2025-03-25T21:10:47.094Z | Downloaded textwrap v0.16.1 |
425 | 2025-03-25T21:10:47.098Z | Downloaded ucd-trie v0.1.7 |
426 | 2025-03-25T21:10:47.103Z | Downloaded serde v1.0.218 |
427 | 2025-03-25T21:10:47.113Z | Downloaded serde_derive v1.0.218 |
428 | 2025-03-25T21:10:47.118Z | Downloaded memchr v2.7.4 |
429 | 2025-03-25T21:10:47.124Z | Downloaded indexmap v2.7.1 |
430 | 2025-03-25T21:10:47.139Z | Downloaded toml_edit v0.22.24 |
431 | 2025-03-25T21:10:47.170Z | Downloaded hashbrown v0.15.1 |
432 | 2025-03-25T21:10:47.179Z | Downloaded pest v2.7.14 |
433 | 2025-03-25T21:10:47.184Z | Downloaded serde_json v1.0.139 |
434 | 2025-03-25T21:10:47.196Z | Downloaded zerocopy v0.7.35 |
435 | 2025-03-25T21:10:47.212Z | Downloaded tabled v0.15.0 |
436 | 2025-03-25T21:10:47.227Z | Downloaded goblin v0.8.2 |
437 | 2025-03-25T21:10:47.232Z | Downloaded clap_builder v4.5.31 |
438 | 2025-03-25T21:10:47.239Z | Downloaded syn v1.0.109 |
439 | 2025-03-25T21:10:47.287Z | Downloaded unicode-width v0.1.14 |
440 | 2025-03-25T21:10:47.290Z | Downloaded syn v2.0.98 |
441 | 2025-03-25T21:10:47.290Z | Downloaded rustix v0.37.28 |
442 | 2025-03-25T21:10:47.291Z | Downloaded rustix v0.38.37 |
443 | 2025-03-25T21:10:47.332Z | Downloaded libc v0.2.170 |
444 | 2025-03-25T21:10:47.474Z | Compiling proc-macro2 v1.0.94 |
445 | 2025-03-25T21:10:47.474Z | Compiling unicode-ident v1.0.14 |
446 | 2025-03-25T21:10:47.478Z | Compiling serde v1.0.218 |
447 | 2025-03-25T21:10:47.478Z | Compiling version_check v0.9.5 |
448 | 2025-03-25T21:10:47.478Z | Compiling libc v0.2.170 |
449 | 2025-03-25T21:10:47.478Z | Compiling memchr v2.7.4 |
450 | 2025-03-25T21:10:47.478Z | Compiling thiserror v1.0.69 |
451 | 2025-03-25T21:10:47.478Z | Compiling ucd-trie v0.1.7 |
452 | 2025-03-25T21:10:47.772Z | Compiling ryu v1.0.18 |
453 | 2025-03-25T21:10:48.109Z | Compiling itoa v1.0.11 |
454 | 2025-03-25T21:10:48.217Z | Compiling once_cell v1.20.3 |
455 | 2025-03-25T21:10:48.286Z | Compiling byteorder v1.5.0 |
456 | 2025-03-25T21:10:48.541Z | Compiling serde_json v1.0.139 |
457 | 2025-03-25T21:10:48.600Z | Compiling rustix v0.38.37 |
458 | 2025-03-25T21:10:48.690Z | Compiling bitflags v2.6.0 |
459 | 2025-03-25T21:10:48.919Z | Compiling proc-macro-error-attr v1.0.4 |
460 | 2025-03-25T21:10:48.990Z | Compiling usdt-impl v0.5.0 |
461 | 2025-03-25T21:10:49.075Z | Compiling syn v1.0.109 |
462 | 2025-03-25T21:10:49.122Z | Compiling io-lifetimes v1.0.11 |
463 | 2025-03-25T21:10:49.307Z | Compiling proc-macro-error v1.0.4 |
464 | 2025-03-25T21:10:49.346Z | Compiling quote v1.0.39 |
465 | 2025-03-25T21:10:49.591Z | Compiling errno v0.3.9 |
466 | 2025-03-25T21:10:49.620Z | Compiling rustix v0.37.28 |
467 | 2025-03-25T21:10:49.645Z | Compiling camino v1.1.9 |
468 | 2025-03-25T21:10:49.741Z | Compiling syn v2.0.98 |
469 | 2025-03-25T21:10:49.836Z | Compiling thread-id v4.2.2 |
470 | 2025-03-25T21:10:49.966Z | Compiling equivalent v1.0.1 |
471 | 2025-03-25T21:10:49.990Z | Compiling plain v0.2.3 |
472 | 2025-03-25T21:10:49.994Z | Compiling log v0.4.22 |
473 | 2025-03-25T21:10:50.100Z | Compiling utf8parse v0.2.2 |
474 | 2025-03-25T21:10:50.154Z | Compiling hashbrown v0.15.1 |
475 | 2025-03-25T21:10:50.272Z | Compiling anstyle-parse v0.2.5 |
476 | 2025-03-25T21:10:50.546Z | Compiling autocfg v1.4.0 |
477 | 2025-03-25T21:10:50.616Z | Compiling bitflags v1.3.2 |
478 | 2025-03-25T21:10:50.739Z | Compiling pretty-hex v0.4.1 |
479 | 2025-03-25T21:10:50.910Z | Compiling winnow v0.7.3 |
480 | 2025-03-25T21:10:50.979Z | Compiling colorchoice v1.0.2 |
481 | 2025-03-25T21:10:51.034Z | Compiling anstyle-query v1.1.1 |
482 | 2025-03-25T21:10:51.241Z | Compiling indexmap v2.7.1 |
483 | 2025-03-25T21:10:51.270Z | Compiling is_terminal_polyfill v1.70.1 |
484 | 2025-03-25T21:10:51.290Z | Compiling thiserror v2.0.11 |
485 | 2025-03-25T21:10:51.428Z | Compiling anstyle v1.0.10 |
486 | 2025-03-25T21:10:51.562Z | Compiling unicode-width v0.1.14 |
487 | 2025-03-25T21:10:51.880Z | Compiling semver v1.0.25 |
488 | 2025-03-25T21:10:52.132Z | Compiling anstream v0.6.15 |
489 | 2025-03-25T21:10:52.305Z | Compiling terminal_size v0.4.0 |
490 | 2025-03-25T21:10:52.416Z | Compiling fs-err v2.11.0 |
491 | 2025-03-25T21:10:52.663Z | Compiling anyhow v1.0.97 |
492 | 2025-03-25T21:10:52.686Z | Compiling fastrand v2.1.1 |
493 | 2025-03-25T21:10:52.732Z | Compiling clap_lex v0.7.4 |
494 | 2025-03-25T21:10:53.178Z | Compiling cfg-if v1.0.0 |
495 | 2025-03-25T21:10:53.204Z | Compiling heck v0.4.1 |
496 | 2025-03-25T21:10:53.257Z | Compiling heck v0.5.0 |
497 | 2025-03-25T21:10:53.284Z | Compiling bytecount v0.6.8 |
498 | 2025-03-25T21:10:53.512Z | Compiling fnv v1.0.7 |
499 | 2025-03-25T21:10:53.604Z | Compiling strsim v0.11.1 |
500 | 2025-03-25T21:10:53.674Z | Compiling terminal_size v0.2.6 |
501 | 2025-03-25T21:10:53.697Z | Compiling papergrid v0.11.0 |
502 | 2025-03-25T21:10:53.754Z | Compiling tempfile v3.13.0 |
503 | 2025-03-25T21:10:54.033Z | Compiling clap_builder v4.5.31 |
504 | 2025-03-25T21:10:54.221Z | Compiling memmap v0.7.0 |
505 | 2025-03-25T21:10:54.351Z | Compiling smawk v0.3.2 |
506 | 2025-03-25T21:10:54.474Z | Compiling unicode-linebreak v0.1.5 |
507 | 2025-03-25T21:10:54.585Z | Compiling swrite v0.1.0 |
508 | 2025-03-25T21:10:54.974Z | Compiling textwrap v0.16.1 |
509 | 2025-03-25T21:10:55.239Z | Compiling tabled_derive v0.7.0 |
510 | 2025-03-25T21:10:56.826Z | Compiling tabled v0.15.0 |
511 | 2025-03-25T21:10:57.039Z | Compiling serde_derive v1.0.218 |
512 | 2025-03-25T21:10:57.039Z | Compiling thiserror-impl v1.0.69 |
513 | 2025-03-25T21:10:57.043Z | Compiling zerocopy-derive v0.7.35 |
514 | 2025-03-25T21:10:57.043Z | Compiling scroll_derive v0.12.0 |
515 | 2025-03-25T21:10:57.043Z | Compiling thiserror-impl v2.0.11 |
516 | 2025-03-25T21:10:57.043Z | Compiling clap_derive v4.5.28 |
517 | 2025-03-25T21:10:58.514Z | Compiling scroll v0.12.0 |
518 | 2025-03-25T21:10:59.039Z | Compiling zerocopy v0.7.35 |
519 | 2025-03-25T21:10:59.063Z | Compiling goblin v0.8.2 |
520 | 2025-03-25T21:11:00.311Z | Compiling pest v2.7.14 |
521 | 2025-03-25T21:11:01.579Z | Compiling clap v4.5.31 |
522 | 2025-03-25T21:11:02.605Z | Compiling pest_meta v2.7.14 |
523 | 2025-03-25T21:11:03.579Z | Compiling pest_generator v2.7.14 |
524 | 2025-03-25T21:11:05.041Z | Compiling pest_derive v2.7.14 |
525 | 2025-03-25T21:11:05.610Z | Compiling dtrace-parser v0.2.0 |
526 | 2025-03-25T21:11:06.333Z | Compiling serde_tokenstream v0.2.2 |
527 | 2025-03-25T21:11:06.380Z | Compiling serde_spanned v0.6.8 |
528 | 2025-03-25T21:11:06.383Z | Compiling toml_datetime v0.6.8 |
529 | 2025-03-25T21:11:06.685Z | Compiling cargo-platform v0.1.8 |
530 | 2025-03-25T21:11:06.710Z | Compiling macaddr v1.0.1 |
531 | 2025-03-25T21:11:06.879Z | Compiling toml_edit v0.22.24 |
532 | 2025-03-25T21:11:07.055Z | Compiling camino-tempfile v1.1.1 |
533 | 2025-03-25T21:11:07.695Z | Compiling dof v0.3.0 |
534 | 2025-03-25T21:11:07.918Z | Compiling cargo_metadata v0.19.2 |
535 | 2025-03-25T21:11:09.069Z | Compiling usdt-attr-macro v0.5.0 |
536 | 2025-03-25T21:11:09.069Z | Compiling usdt-macro v0.5.0 |
537 | 2025-03-25T21:11:09.686Z | Compiling toml v0.8.20 |
538 | 2025-03-25T21:11:10.187Z | Compiling usdt v0.5.0 |
539 | 2025-03-25T21:11:10.534Z | Compiling cargo_toml v0.21.0 |
540 | 2025-03-25T21:11:13.250Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
541 | 2025-03-25T21:11:16.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.65s |
542 | 2025-03-25T21:11:16.820Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
543 | 2025-03-25T21:11:17.413Z | Downloading crates ... |
544 | 2025-03-25T21:11:17.553Z | Downloaded headers-core v0.3.0 |
545 | 2025-03-25T21:11:17.558Z | Downloaded addr2line v0.24.2 |
546 | 2025-03-25T21:11:17.573Z | Downloaded httpdate v1.0.3 |
547 | 2025-03-25T21:11:17.577Z | Downloaded hex-literal v0.4.1 |
548 | 2025-03-25T21:11:17.577Z | Downloaded hex v0.4.3 |
549 | 2025-03-25T21:11:17.580Z | Downloaded http-range v0.1.5 |
550 | 2025-03-25T21:11:17.583Z | Downloaded hostname v0.4.0 |
551 | 2025-03-25T21:11:17.586Z | Downloaded hubpack_derive v0.1.1 |
552 | 2025-03-25T21:11:17.586Z | Downloaded http-body v1.0.1 |
553 | 2025-03-25T21:11:17.590Z | Downloaded instant v0.1.13 |
554 | 2025-03-25T21:11:17.593Z | Downloaded base64 v0.13.1 |
555 | 2025-03-25T21:11:17.596Z | Downloaded md5 v0.7.0 |
556 | 2025-03-25T21:11:17.599Z | Downloaded atomic-waker v1.1.2 |
557 | 2025-03-25T21:11:17.599Z | Downloaded async-recursion v1.1.1 |
558 | 2025-03-25T21:11:17.603Z | Downloaded keccak v0.1.5 |
559 | 2025-03-25T21:11:17.606Z | Downloaded ident_case v1.0.1 |
560 | 2025-03-25T21:11:17.606Z | Downloaded aead v0.5.2 |
561 | 2025-03-25T21:11:17.609Z | Downloaded async-stream-impl v0.3.6 |
562 | 2025-03-25T21:11:17.616Z | Downloaded http-body-util v0.1.2 |
563 | 2025-03-25T21:11:17.619Z | Downloaded highway v1.3.0 |
564 | 2025-03-25T21:11:17.623Z | Downloaded is_ci v1.2.0 |
565 | 2025-03-25T21:11:17.623Z | Downloaded hostname v0.3.1 |
566 | 2025-03-25T21:11:17.626Z | Downloaded bb8 v0.8.5 |
567 | 2025-03-25T21:11:17.626Z | Downloaded async-stream v0.3.6 |
568 | 2025-03-25T21:11:17.629Z | Downloaded match_cfg v0.1.0 |
569 | 2025-03-25T21:11:17.629Z | Downloaded pretty-hex v0.2.1 |
570 | 2025-03-25T21:11:17.632Z | Downloaded home v0.5.9 |
571 | 2025-03-25T21:11:17.632Z | Downloaded atty v0.2.14 |
572 | 2025-03-25T21:11:17.632Z | Downloaded atomicwrites v0.4.4 |
573 | 2025-03-25T21:11:17.636Z | Downloaded linked-hash-map v0.5.6 |
574 | 2025-03-25T21:11:17.636Z | Downloaded bcrypt-pbkdf v0.10.0 |
575 | 2025-03-25T21:11:17.639Z | Downloaded lazycell v1.3.0 |
576 | 2025-03-25T21:11:17.639Z | Downloaded libsw v3.4.0 |
577 | 2025-03-25T21:11:17.642Z | Downloaded is-terminal v0.4.13 |
578 | 2025-03-25T21:11:17.642Z | Downloaded indoc v2.0.6 |
579 | 2025-03-25T21:11:17.645Z | Downloaded kstat-rs v0.2.4 |
580 | 2025-03-25T21:11:17.645Z | Downloaded idna_adapter v1.2.0 |
581 | 2025-03-25T21:11:17.648Z | Downloaded impl-trait-for-tuples v0.2.2 |
582 | 2025-03-25T21:11:17.652Z | Downloaded adler2 v2.0.0 |
583 | 2025-03-25T21:11:17.652Z | Downloaded hubpack v0.1.2 |
584 | 2025-03-25T21:11:17.655Z | Downloaded base64 v0.22.1 |
585 | 2025-03-25T21:11:17.658Z | Downloaded lru v0.12.5 |
586 | 2025-03-25T21:11:17.658Z | Downloaded ctr v0.9.2 |
587 | 2025-03-25T21:11:17.661Z | Downloaded lru-cache v0.1.2 |
588 | 2025-03-25T21:11:17.661Z | Downloaded buf-list v1.0.3 |
589 | 2025-03-25T21:11:17.665Z | Downloaded ipnetwork v0.21.1 |
590 | 2025-03-25T21:11:17.668Z | Downloaded cexpr v0.6.0 |
591 | 2025-03-25T21:11:17.671Z | Downloaded libefi-sys v0.1.0 |
592 | 2025-03-25T21:11:17.671Z | Downloaded hickory-client v0.24.4 |
593 | 2025-03-25T21:11:17.674Z | Downloaded hmac v0.12.1 |
594 | 2025-03-25T21:11:17.678Z | Downloaded indent_write v2.2.0 |
595 | 2025-03-25T21:11:17.678Z | Downloaded array-init v0.0.4 |
596 | 2025-03-25T21:11:17.681Z | Downloaded maplit v1.0.2 |
597 | 2025-03-25T21:11:17.681Z | Downloaded lockfree-object-pool v0.1.6 |
598 | 2025-03-25T21:11:17.684Z | Downloaded progenitor-client v0.9.1 |
599 | 2025-03-25T21:11:17.684Z | Downloaded ciborium-ll v0.2.2 |
600 | 2025-03-25T21:11:17.688Z | Downloaded cmake v0.1.51 |
601 | 2025-03-25T21:11:17.688Z | Downloaded linear-map v1.2.0 |
602 | 2025-03-25T21:11:17.691Z | Downloaded libloading v0.8.5 |
603 | 2025-03-25T21:11:17.691Z | Downloaded memoffset v0.9.1 |
604 | 2025-03-25T21:11:17.694Z | Downloaded cfg_aliases v0.2.1 |
605 | 2025-03-25T21:11:17.694Z | Downloaded cfg_aliases v0.1.1 |
606 | 2025-03-25T21:11:17.694Z | Downloaded md-5 v0.10.6 |
607 | 2025-03-25T21:11:17.697Z | Downloaded litemap v0.7.3 |
608 | 2025-03-25T21:11:17.701Z | Downloaded mime_guess v2.0.5 |
609 | 2025-03-25T21:11:17.701Z | Downloaded lock_api v0.4.12 |
610 | 2025-03-25T21:11:17.704Z | Downloaded memmap2 v0.9.5 |
611 | 2025-03-25T21:11:17.707Z | Downloaded bcs v0.1.6 |
612 | 2025-03-25T21:11:17.707Z | Downloaded cookie_store v0.21.1 |
613 | 2025-03-25T21:11:17.711Z | Downloaded maybe-uninit v2.0.0 |
614 | 2025-03-25T21:11:17.711Z | Downloaded arrayvec v0.7.6 |
615 | 2025-03-25T21:11:17.714Z | Downloaded bit-set v0.8.0 |
616 | 2025-03-25T21:11:17.717Z | Downloaded bitfield-struct v0.6.2 |
617 | 2025-03-25T21:11:17.718Z | Downloaded cstr-argument v0.1.2 |
618 | 2025-03-25T21:11:17.718Z | Downloaded crunchy v0.2.2 |
619 | 2025-03-25T21:11:17.718Z | Downloaded crucible-workspace-hack v0.1.0 |
620 | 2025-03-25T21:11:17.721Z | Downloaded constant_time_eq v0.3.1 |
621 | 2025-03-25T21:11:17.721Z | Downloaded jobserver v0.1.32 |
622 | 2025-03-25T21:11:17.724Z | Downloaded hyper-rustls v0.27.3 |
623 | 2025-03-25T21:11:17.727Z | Downloaded convert_case v0.4.0 |
624 | 2025-03-25T21:11:17.727Z | Downloaded arrayref v0.3.9 |
625 | 2025-03-25T21:11:17.727Z | Downloaded indoc v1.0.9 |
626 | 2025-03-25T21:11:17.730Z | Downloaded litrs v0.4.1 |
627 | 2025-03-25T21:11:17.734Z | Downloaded cobs v0.2.3 |
628 | 2025-03-25T21:11:17.737Z | Downloaded colored v2.2.0 |
629 | 2025-03-25T21:11:17.737Z | Downloaded sync_wrapper v1.0.1 |
630 | 2025-03-25T21:11:17.741Z | Downloaded ascii-canvas v3.0.0 |
631 | 2025-03-25T21:11:17.741Z | Downloaded lazy_static v1.5.0 |
632 | 2025-03-25T21:11:17.745Z | Downloaded radium v0.7.0 |
633 | 2025-03-25T21:11:17.745Z | Downloaded bit-set v0.5.3 |
634 | 2025-03-25T21:11:17.745Z | Downloaded rusty-fork v0.3.0 |
635 | 2025-03-25T21:11:17.748Z | Downloaded ipnet v2.11.0 |
636 | 2025-03-25T21:11:17.748Z | Downloaded bit-vec v0.6.3 |
637 | 2025-03-25T21:11:17.751Z | Downloaded iana-time-zone v0.1.61 |
638 | 2025-03-25T21:11:17.755Z | Downloaded icu_locid_transform_data v1.5.0 |
639 | 2025-03-25T21:11:17.755Z | Downloaded castaway v0.2.3 |
640 | 2025-03-25T21:11:17.758Z | Downloaded managed v0.8.0 |
641 | 2025-03-25T21:11:17.758Z | Downloaded icu_provider v1.5.0 |
642 | 2025-03-25T21:11:17.762Z | Downloaded proc-macro-error-attr2 v2.0.0 |
643 | 2025-03-25T21:11:17.765Z | Downloaded icu_normalizer_data v1.5.0 |
644 | 2025-03-25T21:11:17.765Z | Downloaded chrono-tz-build v0.4.0 |
645 | 2025-03-25T21:11:17.769Z | Downloaded cassowary v0.3.0 |
646 | 2025-03-25T21:11:17.769Z | Downloaded hickory-resolver v0.24.4 |
647 | 2025-03-25T21:11:17.772Z | Downloaded waitgroup v0.1.2 |
648 | 2025-03-25T21:11:17.775Z | Downloaded crc32fast v1.4.2 |
649 | 2025-03-25T21:11:17.775Z | Downloaded rustc-hash v2.1.1 |
650 | 2025-03-25T21:11:17.779Z | Downloaded rustc-hash v1.1.0 |
651 | 2025-03-25T21:11:17.779Z | Downloaded darling_macro v0.20.10 |
652 | 2025-03-25T21:11:17.782Z | Downloaded scopeguard v1.2.0 |
653 | 2025-03-25T21:11:17.783Z | Downloaded rustls-pemfile v1.0.4 |
654 | 2025-03-25T21:11:17.783Z | Downloaded cookie v0.18.1 |
655 | 2025-03-25T21:11:17.786Z | Downloaded diesel_table_macro_syntax v0.2.0 |
656 | 2025-03-25T21:11:17.789Z | Downloaded sha1 v0.10.6 |
657 | 2025-03-25T21:11:17.789Z | Downloaded openssl-macros v0.1.1 |
658 | 2025-03-25T21:11:17.792Z | Downloaded slog-scope v4.4.0 |
659 | 2025-03-25T21:11:17.792Z | Downloaded siphasher v0.3.11 |
660 | 2025-03-25T21:11:17.792Z | Downloaded tracing-attributes v0.1.27 |
661 | 2025-03-25T21:11:17.795Z | Downloaded tokio-macros v2.5.0 |
662 | 2025-03-25T21:11:17.799Z | Downloaded float-ord v0.3.2 |
663 | 2025-03-25T21:11:17.799Z | Downloaded csv-core v0.1.11 |
664 | 2025-03-25T21:11:17.802Z | Downloaded const_format_proc_macros v0.2.34 |
665 | 2025-03-25T21:11:17.802Z | Downloaded console v0.15.10 |
666 | 2025-03-25T21:11:17.805Z | Downloaded tokio-native-tls v0.3.1 |
667 | 2025-03-25T21:11:17.808Z | Downloaded supports-color v3.0.2 |
668 | 2025-03-25T21:11:17.809Z | Downloaded subtle v2.6.1 |
669 | 2025-03-25T21:11:17.812Z | Downloaded cancel-safe-futures v0.1.5 |
670 | 2025-03-25T21:11:17.815Z | Downloaded path-slash v0.1.5 |
671 | 2025-03-25T21:11:17.815Z | Downloaded indicatif v0.17.11 |
672 | 2025-03-25T21:11:17.818Z | Downloaded phf_shared v0.10.0 |
673 | 2025-03-25T21:11:17.822Z | Downloaded headers v0.4.0 |
674 | 2025-03-25T21:11:17.825Z | Downloaded icu_locid v1.5.0 |
675 | 2025-03-25T21:11:17.830Z | Downloaded percent-encoding v2.3.1 |
676 | 2025-03-25T21:11:17.834Z | Downloaded zerofrom-derive v0.1.4 |
677 | 2025-03-25T21:11:17.834Z | Downloaded heapless v0.7.17 |
678 | 2025-03-25T21:11:17.837Z | Downloaded zone v0.1.8 |
679 | 2025-03-25T21:11:17.840Z | Downloaded clang-sys v1.8.1 |
680 | 2025-03-25T21:11:17.843Z | Downloaded heck v0.3.3 |
681 | 2025-03-25T21:11:17.843Z | Downloaded rand_chacha v0.3.1 |
682 | 2025-03-25T21:11:17.843Z | Downloaded argon2 v0.5.3 |
683 | 2025-03-25T21:11:17.847Z | Downloaded sync-ptr v0.1.1 |
684 | 2025-03-25T21:11:17.847Z | Downloaded serde_derive_internals v0.29.1 |
685 | 2025-03-25T21:11:17.850Z | Downloaded ghash v0.5.1 |
686 | 2025-03-25T21:11:17.850Z | Downloaded instability v0.3.2 |
687 | 2025-03-25T21:11:17.853Z | Downloaded flagset v0.4.6 |
688 | 2025-03-25T21:11:17.853Z | Downloaded crc-any v2.5.0 |
689 | 2025-03-25T21:11:17.856Z | Downloaded dsl_auto_type v0.1.2 |
690 | 2025-03-25T21:11:17.859Z | Downloaded progenitor-impl v0.8.0 |
691 | 2025-03-25T21:11:17.859Z | Downloaded spki v0.7.3 |
692 | 2025-03-25T21:11:17.863Z | Downloaded libsw-core v0.3.1 |
693 | 2025-03-25T21:11:17.863Z | Downloaded serde_urlencoded v0.7.1 |
694 | 2025-03-25T21:11:17.866Z | Downloaded crossbeam-epoch v0.9.18 |
695 | 2025-03-25T21:11:17.869Z | Downloaded icu_collections v1.5.0 |
696 | 2025-03-25T21:11:17.873Z | Downloaded phf_generator v0.11.2 |
697 | 2025-03-25T21:11:17.876Z | Downloaded nodrop v0.1.14 |
698 | 2025-03-25T21:11:17.876Z | Downloaded tokio-rustls v0.24.1 |
699 | 2025-03-25T21:11:17.880Z | Downloaded write16 v1.0.0 |
700 | 2025-03-25T21:11:17.880Z | Downloaded cc v1.2.15 |
701 | 2025-03-25T21:11:17.895Z | Downloaded document-features v0.2.10 |
702 | 2025-03-25T21:11:17.899Z | Downloaded zone_cfg_derive v0.3.0 |
703 | 2025-03-25T21:11:17.899Z | Downloaded serde_path_to_error v0.1.16 |
704 | 2025-03-25T21:11:17.902Z | Downloaded ref-cast-impl v1.0.23 |
705 | 2025-03-25T21:11:17.902Z | Downloaded embedded-io v0.4.0 |
706 | 2025-03-25T21:11:17.905Z | Downloaded foreign-types v0.3.2 |
707 | 2025-03-25T21:11:17.905Z | Downloaded serde_plain v1.0.2 |
708 | 2025-03-25T21:11:17.905Z | Downloaded fixedbitset v0.5.7 |
709 | 2025-03-25T21:11:17.909Z | Downloaded tower-service v0.3.3 |
710 | 2025-03-25T21:11:17.909Z | Downloaded phf_shared v0.11.2 |
711 | 2025-03-25T21:11:17.912Z | Downloaded defmt-parser v0.3.4 |
712 | 2025-03-25T21:11:17.912Z | Downloaded bumpalo v3.16.0 |
713 | 2025-03-25T21:11:17.916Z | Downloaded tower-layer v0.3.3 |
714 | 2025-03-25T21:11:17.916Z | Downloaded walkdir v2.5.0 |
715 | 2025-03-25T21:11:17.919Z | Downloaded powerfmt v0.2.0 |
716 | 2025-03-25T21:11:17.919Z | Downloaded mime v0.3.17 |
717 | 2025-03-25T21:11:17.922Z | Downloaded compact_str v0.8.0 |
718 | 2025-03-25T21:11:17.926Z | Downloaded rand_chacha v0.9.0 |
719 | 2025-03-25T21:11:17.926Z | Downloaded env_logger v0.11.5 |
720 | 2025-03-25T21:11:17.929Z | Downloaded env_logger v0.10.2 |
721 | 2025-03-25T21:11:17.933Z | Downloaded chacha20poly1305 v0.10.1 |
722 | 2025-03-25T21:11:17.936Z | Downloaded packed_struct_codegen v0.10.1 |
723 | 2025-03-25T21:11:17.936Z | Downloaded float-cmp v0.10.0 |
724 | 2025-03-25T21:11:17.936Z | Downloaded time-macros v0.2.18 |
725 | 2025-03-25T21:11:17.939Z | Downloaded smallvec v0.6.14 |
726 | 2025-03-25T21:11:17.942Z | Downloaded typify-macro v0.2.0 |
727 | 2025-03-25T21:11:17.942Z | Downloaded parking_lot v0.11.2 |
728 | 2025-03-25T21:11:17.947Z | Downloaded dropshot_endpoint v0.16.0 |
729 | 2025-03-25T21:11:17.950Z | Downloaded serde_repr v0.1.19 |
730 | 2025-03-25T21:11:17.950Z | Downloaded strum_macros v0.25.3 |
731 | 2025-03-25T21:11:17.953Z | Downloaded minimal-lexical v0.2.1 |
732 | 2025-03-25T21:11:17.957Z | Downloaded fixedbitset v0.4.2 |
733 | 2025-03-25T21:11:17.960Z | Downloaded vergen v8.3.2 |
734 | 2025-03-25T21:11:17.969Z | Downloaded quick-error v1.2.3 |
735 | 2025-03-25T21:11:17.969Z | Downloaded bytes v1.10.1 |
736 | 2025-03-25T21:11:17.974Z | Downloaded russh-cryptovec v0.7.3 |
737 | 2025-03-25T21:11:17.974Z | Downloaded progenitor-client v0.8.0 |
738 | 2025-03-25T21:11:17.974Z | Downloaded funty v2.0.0 |
739 | 2025-03-25T21:11:17.974Z | Downloaded typify-macro v0.3.0 |
740 | 2025-03-25T21:11:17.974Z | Downloaded zerocopy v0.6.6 |
741 | 2025-03-25T21:11:17.977Z | Downloaded rtoolbox v0.0.2 |
742 | 2025-03-25T21:11:17.982Z | Downloaded snafu-derive v0.8.5 |
743 | 2025-03-25T21:11:17.982Z | Downloaded postgres-types v0.2.9 |
744 | 2025-03-25T21:11:17.985Z | Downloaded typify v0.3.0 |
745 | 2025-03-25T21:11:17.988Z | Downloaded termtree v0.5.1 |
746 | 2025-03-25T21:11:17.988Z | Downloaded hash32 v0.2.1 |
747 | 2025-03-25T21:11:17.992Z | Downloaded zip v0.6.6 |
748 | 2025-03-25T21:11:17.995Z | Downloaded predicates-tree v1.0.11 |
749 | 2025-03-25T21:11:17.999Z | Downloaded packed_struct v0.10.1 |
750 | 2025-03-25T21:11:17.999Z | Downloaded ed25519 v2.2.3 |
751 | 2025-03-25T21:11:18.004Z | Downloaded ecdsa v0.16.9 |
752 | 2025-03-25T21:11:18.004Z | Downloaded r2d2 v0.8.10 |
753 | 2025-03-25T21:11:18.004Z | Downloaded curve25519-dalek-derive v0.1.1 |
754 | 2025-03-25T21:11:18.007Z | Downloaded unicode-xid v0.2.6 |
755 | 2025-03-25T21:11:18.007Z | Downloaded dyn-clone v1.0.19 |
756 | 2025-03-25T21:11:18.011Z | Downloaded zerofrom v0.1.4 |
757 | 2025-03-25T21:11:18.011Z | Downloaded toolchain_find v0.4.0 |
758 | 2025-03-25T21:11:18.011Z | Downloaded foldhash v0.1.3 |
759 | 2025-03-25T21:11:18.015Z | Downloaded rsa v0.9.6 |
760 | 2025-03-25T21:11:18.018Z | Downloaded quinn-udp v0.5.5 |
761 | 2025-03-25T21:11:18.021Z | Downloaded pkcs8 v0.10.2 |
762 | 2025-03-25T21:11:18.025Z | Downloaded whoami v1.5.2 |
763 | 2025-03-25T21:11:18.031Z | Downloaded thiserror-no-std v2.0.2 |
764 | 2025-03-25T21:11:18.031Z | Downloaded unsafe-libyaml v0.2.11 |
765 | 2025-03-25T21:11:18.035Z | Downloaded progenitor v0.8.0 |
766 | 2025-03-25T21:11:18.035Z | Downloaded futures-channel v0.3.31 |
767 | 2025-03-25T21:11:18.040Z | Downloaded socket2 v0.5.8 |
768 | 2025-03-25T21:11:18.043Z | Downloaded num-conv v0.1.0 |
769 | 2025-03-25T21:11:18.043Z | Downloaded num v0.4.3 |
770 | 2025-03-25T21:11:18.043Z | Downloaded normalize-line-endings v0.3.0 |
771 | 2025-03-25T21:11:18.043Z | Downloaded endian-type v0.1.2 |
772 | 2025-03-25T21:11:18.043Z | Downloaded derive_builder_macro v0.20.2 |
773 | 2025-03-25T21:11:18.047Z | Downloaded slog v2.7.0 |
774 | 2025-03-25T21:11:18.050Z | Downloaded precomputed-hash v0.1.1 |
775 | 2025-03-25T21:11:18.050Z | Downloaded termtree v0.4.1 |
776 | 2025-03-25T21:11:18.050Z | Downloaded smf v0.2.3 |
777 | 2025-03-25T21:11:18.053Z | Downloaded olpc-cjson v0.1.4 |
778 | 2025-03-25T21:11:18.053Z | Downloaded spin v0.9.8 |
779 | 2025-03-25T21:11:18.060Z | Downloaded pem v3.0.5 |
780 | 2025-03-25T21:11:18.060Z | Downloaded daft-derive v0.1.2 |
781 | 2025-03-25T21:11:18.064Z | Downloaded pem-rfc7468 v0.7.0 |
782 | 2025-03-25T21:11:18.064Z | Downloaded num-iter v0.1.45 |
783 | 2025-03-25T21:11:18.064Z | Downloaded tokio-rustls v0.25.0 |
784 | 2025-03-25T21:11:18.069Z | Downloaded tap v1.0.1 |
785 | 2025-03-25T21:11:18.069Z | Downloaded zeroize v1.8.1 |
786 | 2025-03-25T21:11:18.073Z | Downloaded tokio-tungstenite v0.23.1 |
787 | 2025-03-25T21:11:18.073Z | Downloaded num-complex v0.4.6 |
788 | 2025-03-25T21:11:18.076Z | Downloaded crossbeam-channel v0.5.13 |
789 | 2025-03-25T21:11:18.079Z | Downloaded either v1.14.0 |
790 | 2025-03-25T21:11:18.079Z | Downloaded zeroize_derive v1.4.2 |
791 | 2025-03-25T21:11:18.083Z | Downloaded serde_with_macros v3.12.0 |
792 | 2025-03-25T21:11:18.086Z | Downloaded phf_codegen v0.11.2 |
793 | 2025-03-25T21:11:18.086Z | Downloaded aes v0.8.4 |
794 | 2025-03-25T21:11:18.090Z | Downloaded test-strategy v0.4.0 |
795 | 2025-03-25T21:11:18.093Z | Downloaded heapless v0.8.0 |
796 | 2025-03-25T21:11:18.096Z | Downloaded libxml v0.3.3 |
797 | 2025-03-25T21:11:18.103Z | Downloaded downcast v0.11.0 |
798 | 2025-03-25T21:11:18.107Z | Downloaded tinyvec_macros v0.1.1 |
799 | 2025-03-25T21:11:18.108Z | Downloaded num-integer v0.1.46 |
800 | 2025-03-25T21:11:18.111Z | Downloaded sqlparser_derive v0.2.2 |
801 | 2025-03-25T21:11:18.112Z | Downloaded yoke-derive v0.7.4 |
802 | 2025-03-25T21:11:18.112Z | Downloaded predicates-core v1.0.8 |
803 | 2025-03-25T21:11:18.117Z | Downloaded shell-words v1.1.0 |
804 | 2025-03-25T21:11:18.117Z | Downloaded oso-derive v0.27.3 |
805 | 2025-03-25T21:11:18.117Z | Downloaded ff v0.13.0 |
806 | 2025-03-25T21:11:18.121Z | Downloaded fd-lock v4.0.2 |
807 | 2025-03-25T21:11:18.121Z | Downloaded slog-async v2.8.0 |
808 | 2025-03-25T21:11:18.124Z | Downloaded tokio-tungstenite v0.21.0 |
809 | 2025-03-25T21:11:18.124Z | Downloaded tokio-rustls v0.26.0 |
810 | 2025-03-25T21:11:18.129Z | Downloaded glob v0.3.2 |
811 | 2025-03-25T21:11:18.133Z | Downloaded paste v1.0.15 |
812 | 2025-03-25T21:11:18.133Z | Downloaded foreign-types-shared v0.1.1 |
813 | 2025-03-25T21:11:18.133Z | Downloaded password-hash v0.5.0 |
814 | 2025-03-25T21:11:18.136Z | Downloaded yoke v0.7.4 |
815 | 2025-03-25T21:11:18.141Z | Downloaded parking_lot v0.12.3 |
816 | 2025-03-25T21:11:18.144Z | Downloaded schemars v0.8.22 |
817 | 2025-03-25T21:11:18.155Z | Downloaded signal-hook-tokio v0.3.1 |
818 | 2025-03-25T21:11:18.158Z | Downloaded hkdf v0.12.4 |
819 | 2025-03-25T21:11:18.161Z | Downloaded zip v2.1.3 |
820 | 2025-03-25T21:11:18.165Z | Downloaded thread_local v1.1.8 |
821 | 2025-03-25T21:11:18.170Z | Downloaded aes-gcm v0.10.3 |
822 | 2025-03-25T21:11:18.173Z | Downloaded futures-sink v0.3.31 |
823 | 2025-03-25T21:11:18.173Z | Downloaded stable_deref_trait v1.2.0 |
824 | 2025-03-25T21:11:18.173Z | Downloaded ssh-encoding v0.2.0 |
825 | 2025-03-25T21:11:18.177Z | Downloaded ssh-cipher v0.2.0 |
826 | 2025-03-25T21:11:18.177Z | Downloaded utf16_iter v1.0.5 |
827 | 2025-03-25T21:11:18.181Z | Downloaded predicates v3.1.3 |
828 | 2025-03-25T21:11:18.181Z | Downloaded des v0.8.1 |
829 | 2025-03-25T21:11:18.184Z | Downloaded nanorand v0.7.0 |
830 | 2025-03-25T21:11:18.188Z | Downloaded toml_edit v0.19.15 |
831 | 2025-03-25T21:11:18.206Z | Downloaded time-core v0.1.2 |
832 | 2025-03-25T21:11:18.210Z | Downloaded ref-cast v1.0.23 |
833 | 2025-03-25T21:11:18.210Z | Downloaded ppv-lite86 v0.2.20 |
834 | 2025-03-25T21:11:18.213Z | Downloaded globset v0.4.15 |
835 | 2025-03-25T21:11:18.213Z | Downloaded getrandom v0.3.1 |
836 | 2025-03-25T21:11:18.216Z | Downloaded mio v1.0.2 |
837 | 2025-03-25T21:11:18.223Z | Downloaded futures v0.3.31 |
838 | 2025-03-25T21:11:18.228Z | Downloaded libm v0.2.8 |
839 | 2025-03-25T21:11:18.237Z | Downloaded strum v0.26.3 |
840 | 2025-03-25T21:11:18.241Z | Downloaded simd-adler32 v0.3.7 |
841 | 2025-03-25T21:11:18.244Z | Downloaded signature v2.2.0 |
842 | 2025-03-25T21:11:18.244Z | Downloaded dirs-next v2.0.0 |
843 | 2025-03-25T21:11:18.247Z | Downloaded xattr v1.3.1 |
844 | 2025-03-25T21:11:18.247Z | Downloaded futures-macro v0.3.31 |
845 | 2025-03-25T21:11:18.247Z | Downloaded oxnet v0.1.1 |
846 | 2025-03-25T21:11:18.250Z | Downloaded vte_generate_state_changes v0.1.2 |
847 | 2025-03-25T21:11:18.254Z | Downloaded itertools v0.14.0 |
848 | 2025-03-25T21:11:18.260Z | Downloaded filetime v0.2.25 |
849 | 2025-03-25T21:11:18.264Z | Downloaded yasna v0.5.2 |
850 | 2025-03-25T21:11:18.267Z | Downloaded progenitor-macro v0.8.0 |
851 | 2025-03-25T21:11:18.267Z | Downloaded hash32 v0.3.1 |
852 | 2025-03-25T21:11:18.271Z | Downloaded pin-project v1.1.6 |
853 | 2025-03-25T21:11:18.282Z | Downloaded pin-utils v0.1.0 |
854 | 2025-03-25T21:11:18.285Z | Downloaded num_enum_derive v0.5.11 |
855 | 2025-03-25T21:11:18.289Z | Downloaded tiny-keccak v2.0.2 |
856 | 2025-03-25T21:11:18.289Z | Downloaded unicode-properties v0.1.3 |
857 | 2025-03-25T21:11:18.292Z | Downloaded rustls-pki-types v1.10.0 |
858 | 2025-03-25T21:11:18.295Z | Downloaded env_filter v0.1.2 |
859 | 2025-03-25T21:11:18.296Z | Downloaded defmt-macros v0.3.9 |
860 | 2025-03-25T21:11:18.299Z | Downloaded newline-converter v0.3.0 |
861 | 2025-03-25T21:11:18.303Z | Downloaded new_debug_unreachable v1.0.6 |
862 | 2025-03-25T21:11:18.303Z | Downloaded zone_cfg_derive v0.1.2 |
863 | 2025-03-25T21:11:18.306Z | Downloaded peg v0.8.5 |
864 | 2025-03-25T21:11:18.309Z | Downloaded debug-ignore v1.0.5 |
865 | 2025-03-25T21:11:18.312Z | Downloaded aws-lc-rs v1.12.4 |
866 | 2025-03-25T21:11:18.322Z | Downloaded strum_macros v0.24.3 |
867 | 2025-03-25T21:11:18.325Z | Downloaded structmeta-derive v0.3.0 |
868 | 2025-03-25T21:11:18.325Z | Downloaded rustc_version v0.1.7 |
869 | 2025-03-25T21:11:18.325Z | Downloaded pkg-config v0.3.31 |
870 | 2025-03-25T21:11:18.328Z | Downloaded owo-colors v4.2.0 |
871 | 2025-03-25T21:11:18.331Z | Downloaded synstructure v0.13.1 |
872 | 2025-03-25T21:11:18.334Z | Downloaded group v0.13.0 |
873 | 2025-03-25T21:11:18.334Z | Downloaded oso v0.27.3 |
874 | 2025-03-25T21:11:18.338Z | Downloaded peg-runtime v0.8.5 |
875 | 2025-03-25T21:11:18.341Z | Downloaded progenitor-macro v0.9.1 |
876 | 2025-03-25T21:11:18.341Z | Downloaded hashbrown v0.13.2 |
877 | 2025-03-25T21:11:18.345Z | Downloaded structmeta v0.3.0 |
878 | 2025-03-25T21:11:18.349Z | Downloaded data-encoding v2.6.0 |
879 | 2025-03-25T21:11:18.349Z | Downloaded defmt v0.3.8 |
880 | 2025-03-25T21:11:18.353Z | Downloaded aho-corasick v1.1.3 |
881 | 2025-03-25T21:11:18.360Z | Downloaded openssl-probe v0.1.5 |
882 | 2025-03-25T21:11:18.364Z | Downloaded opaque-debug v0.3.1 |
883 | 2025-03-25T21:11:18.364Z | Downloaded number_prefix v0.4.0 |
884 | 2025-03-25T21:11:18.364Z | Downloaded ron v0.7.1 |
885 | 2025-03-25T21:11:18.369Z | Downloaded darling v0.20.10 |
886 | 2025-03-25T21:11:18.375Z | Downloaded psl-types v2.0.11 |
887 | 2025-03-25T21:11:18.378Z | Downloaded bindgen v0.69.5 |
888 | 2025-03-25T21:11:18.385Z | Downloaded phf v0.11.2 |
889 | 2025-03-25T21:11:18.388Z | Downloaded sct v0.7.1 |
890 | 2025-03-25T21:11:18.391Z | Downloaded pbkdf2 v0.12.2 |
891 | 2025-03-25T21:11:18.394Z | Downloaded unicase v2.7.0 |
892 | 2025-03-25T21:11:18.394Z | Downloaded progenitor-impl v0.9.1 |
893 | 2025-03-25T21:11:18.397Z | Downloaded fxhash v0.2.1 |
894 | 2025-03-25T21:11:18.397Z | Downloaded termios v0.3.3 |
895 | 2025-03-25T21:11:18.401Z | Downloaded futures-core v0.3.31 |
896 | 2025-03-25T21:11:18.404Z | Downloaded untrusted v0.7.1 |
897 | 2025-03-25T21:11:18.404Z | Downloaded ena v0.14.3 |
898 | 2025-03-25T21:11:18.407Z | Downloaded embedded-io v0.6.1 |
899 | 2025-03-25T21:11:18.407Z | Downloaded untrusted v0.9.0 |
900 | 2025-03-25T21:11:18.407Z | Downloaded vsss-rs v3.3.4 |
901 | 2025-03-25T21:11:18.411Z | Downloaded tinyvec v1.8.0 |
902 | 2025-03-25T21:11:18.414Z | Downloaded samael v0.0.18 |
903 | 2025-03-25T21:11:18.421Z | Downloaded pbkdf2 v0.11.0 |
904 | 2025-03-25T21:11:18.424Z | Downloaded zone v0.3.0 |
905 | 2025-03-25T21:11:18.427Z | Downloaded yansi v1.0.1 |
906 | 2025-03-25T21:11:18.427Z | Downloaded foreign-types-shared v0.3.1 |
907 | 2025-03-25T21:11:18.431Z | Downloaded nibble_vec v0.1.0 |
908 | 2025-03-25T21:11:18.431Z | Downloaded num_enum v0.5.11 |
909 | 2025-03-25T21:11:18.435Z | Downloaded semver v0.1.20 |
910 | 2025-03-25T21:11:18.439Z | Downloaded getrandom v0.2.15 |
911 | 2025-03-25T21:11:18.443Z | Downloaded rand_xorshift v0.3.0 |
912 | 2025-03-25T21:11:18.443Z | Downloaded password-hash v0.4.2 |
913 | 2025-03-25T21:11:18.446Z | Downloaded polyval v0.6.2 |
914 | 2025-03-25T21:11:18.446Z | Downloaded prettyplease v0.2.30 |
915 | 2025-03-25T21:11:18.450Z | Downloaded pretty_assertions v1.4.1 |
916 | 2025-03-25T21:11:18.453Z | Downloaded tungstenite v0.21.0 |
917 | 2025-03-25T21:11:18.456Z | Downloaded foreign-types-macros v0.2.3 |
918 | 2025-03-25T21:11:18.460Z | Downloaded futures-task v0.3.31 |
919 | 2025-03-25T21:11:18.460Z | Downloaded typify v0.2.0 |
920 | 2025-03-25T21:11:18.463Z | Downloaded proc-macro-crate v1.3.1 |
921 | 2025-03-25T21:11:18.467Z | Downloaded vte v0.11.1 |
922 | 2025-03-25T21:11:18.467Z | Downloaded parse-display-derive v0.10.0 |
923 | 2025-03-25T21:11:18.470Z | Downloaded parse-display v0.10.0 |
924 | 2025-03-25T21:11:18.470Z | Downloaded subprocess v0.2.9 |
925 | 2025-03-25T21:11:18.473Z | Downloaded wait-timeout v0.2.0 |
926 | 2025-03-25T21:11:18.476Z | Downloaded tokio-util v0.7.13 |
927 | 2025-03-25T21:11:18.482Z | Downloaded tui-tree-widget v0.23.0 |
928 | 2025-03-25T21:11:18.485Z | Downloaded rustc_version v0.4.1 |
929 | 2025-03-25T21:11:18.489Z | Downloaded want v0.3.1 |
930 | 2025-03-25T21:11:18.489Z | Downloaded newtype-uuid v1.2.1 |
931 | 2025-03-25T21:11:18.489Z | Downloaded fragile v2.0.0 |
932 | 2025-03-25T21:11:18.492Z | Downloaded rpassword v7.3.1 |
933 | 2025-03-25T21:11:18.492Z | Downloaded rfc6979 v0.4.0 |
934 | 2025-03-25T21:11:18.495Z | Downloaded unicode-truncate v1.1.0 |
935 | 2025-03-25T21:11:18.495Z | Downloaded signal-hook-mio v0.2.4 |
936 | 2025-03-25T21:11:18.498Z | Downloaded try-lock v0.2.5 |
937 | 2025-03-25T21:11:18.498Z | Downloaded take_mut v0.2.2 |
938 | 2025-03-25T21:11:18.498Z | Downloaded difflib v0.4.0 |
939 | 2025-03-25T21:11:18.502Z | Downloaded deranged v0.3.11 |
940 | 2025-03-25T21:11:18.502Z | Downloaded rand_core v0.9.2 |
941 | 2025-03-25T21:11:18.505Z | Downloaded mockall_derive v0.13.1 |
942 | 2025-03-25T21:11:18.505Z | Downloaded slog-bunyan v2.5.0 |
943 | 2025-03-25T21:11:18.508Z | Downloaded nom v7.1.3 |
944 | 2025-03-25T21:11:18.512Z | Downloaded display-error-chain v0.2.2 |
945 | 2025-03-25T21:11:18.515Z | Downloaded russh v0.45.0 |
946 | 2025-03-25T21:11:18.522Z | Downloaded darling_core v0.20.10 |
947 | 2025-03-25T21:11:18.526Z | Downloaded which v4.4.2 |
948 | 2025-03-25T21:11:18.529Z | Downloaded schemars_derive v0.8.22 |
949 | 2025-03-25T21:11:18.529Z | Downloaded static_assertions v1.1.0 |
950 | 2025-03-25T21:11:18.532Z | Downloaded slog-envlogger v2.2.0 |
951 | 2025-03-25T21:11:18.535Z | Downloaded sec1 v0.7.3 |
952 | 2025-03-25T21:11:18.535Z | Downloaded form_urlencoded v1.2.1 |
953 | 2025-03-25T21:11:18.539Z | Downloaded primeorder v0.13.6 |
954 | 2025-03-25T21:11:18.539Z | Downloaded dropshot_endpoint v0.12.0 |
955 | 2025-03-25T21:11:18.542Z | Downloaded scrypt v0.11.0 |
956 | 2025-03-25T21:11:18.545Z | Downloaded rand_seeder v0.3.0 |
957 | 2025-03-25T21:11:18.545Z | Downloaded num-rational v0.4.2 |
958 | 2025-03-25T21:11:18.548Z | Downloaded poly1305 v0.8.0 |
959 | 2025-03-25T21:11:18.551Z | Downloaded unicode-bidi v0.3.17 |
960 | 2025-03-25T21:11:18.554Z | Downloaded pkcs5 v0.7.1 |
961 | 2025-03-25T21:11:18.557Z | Downloaded winnow v0.6.20 |
962 | 2025-03-25T21:11:18.566Z | Downloaded termcolor v1.4.1 |
963 | 2025-03-25T21:11:18.569Z | Downloaded rustls-pemfile v2.2.0 |
964 | 2025-03-25T21:11:18.573Z | Downloaded elliptic-curve v0.13.8 |
965 | 2025-03-25T21:11:18.576Z | Downloaded serde_with v3.12.0 |
966 | 2025-03-25T21:11:18.585Z | Downloaded url v2.5.3 |
967 | 2025-03-25T21:11:18.588Z | Downloaded tough v0.19.0 |
968 | 2025-03-25T21:11:18.598Z | Downloaded steno v0.4.1 |
969 | 2025-03-25T21:11:18.602Z | Downloaded h2 v0.4.6 |
970 | 2025-03-25T21:11:18.610Z | Downloaded term v0.7.0 |
971 | 2025-03-25T21:11:18.613Z | Downloaded quinn v0.11.5 |
972 | 2025-03-25T21:11:18.617Z | Downloaded publicsuffix v2.3.0 |
973 | 2025-03-25T21:11:18.620Z | Downloaded num-traits v0.2.19 |
974 | 2025-03-25T21:11:18.623Z | Downloaded ssh-key v0.6.6 |
975 | 2025-03-25T21:11:18.631Z | Downloaded tracing-core v0.1.32 |
976 | 2025-03-25T21:11:18.635Z | Downloaded ed25519-dalek v2.1.1 |
977 | 2025-03-25T21:11:18.639Z | Downloaded p384 v0.13.0 |
978 | 2025-03-25T21:11:18.646Z | Downloaded parse-zoneinfo v0.3.1 |
979 | 2025-03-25T21:11:18.649Z | Downloaded hashbrown v0.12.3 |
980 | 2025-03-25T21:11:18.653Z | Downloaded expectorate v1.1.0 |
981 | 2025-03-25T21:11:18.656Z | Downloaded tar v0.4.44 |
982 | 2025-03-25T21:11:18.659Z | Downloaded rustls-webpki v0.101.7 |
983 | 2025-03-25T21:11:18.674Z | Downloaded salty v0.3.0 |
984 | 2025-03-25T21:11:18.681Z | Downloaded proptest v1.6.0 |
985 | 2025-03-25T21:11:18.691Z | Downloaded portable-atomic v1.9.0 |
986 | 2025-03-25T21:11:18.699Z | Downloaded lalrpop v0.19.12 |
987 | 2025-03-25T21:11:18.711Z | Downloaded zerocopy-derive v0.8.10 |
988 | 2025-03-25T21:11:18.718Z | Downloaded radix_trie v0.2.1 |
989 | 2025-03-25T21:11:18.724Z | Downloaded git2 v0.19.0 |
990 | 2025-03-25T21:11:18.733Z | Downloaded unicode-normalization v0.1.24 |
991 | 2025-03-25T21:11:18.737Z | Downloaded p521 v0.13.3 |
992 | 2025-03-25T21:11:18.741Z | Downloaded nix v0.27.1 |
993 | 2025-03-25T21:11:18.754Z | Downloaded rustyline v14.0.0 |
994 | 2025-03-25T21:11:18.759Z | Downloaded rand v0.9.0 |
995 | 2025-03-25T21:11:18.763Z | Downloaded der v0.7.9 |
996 | 2025-03-25T21:11:18.769Z | Downloaded vcpkg v0.2.15 |
997 | 2025-03-25T21:11:18.810Z | Downloaded futures-util v0.3.31 |
998 | 2025-03-25T21:11:18.822Z | Downloaded tower v0.5.2 |
999 | 2025-03-25T21:11:18.832Z | Downloaded unicode-width v0.2.0 |
1000 | 2025-03-25T21:11:18.838Z | Downloaded smoltcp v0.9.1 |
1001 | 2025-03-25T21:11:18.851Z | Downloaded reqwest v0.12.12 |
1002 | 2025-03-25T21:11:18.860Z | Downloaded object v0.30.4 |
1003 | 2025-03-25T21:11:18.872Z | Downloaded object v0.36.5 |
1004 | 2025-03-25T21:11:18.884Z | Downloaded regex-syntax v0.6.29 |
1005 | 2025-03-25T21:11:18.892Z | Downloaded dropshot v0.12.0 |
1006 | 2025-03-25T21:11:18.913Z | Downloaded chrono-tz v0.10.1 |
1007 | 2025-03-25T21:11:18.920Z | Downloaded hickory-proto v0.24.4 |
1008 | 2025-03-25T21:11:18.936Z | Downloaded zerocopy v0.8.10 |
1009 | 2025-03-25T21:11:18.962Z | Downloaded curve25519-dalek v4.1.3 |
1010 | 2025-03-25T21:11:18.969Z | Downloaded regex-syntax v0.8.5 |
1011 | 2025-03-25T21:11:18.979Z | Downloaded rustls v0.22.4 |
1012 | 2025-03-25T21:11:18.992Z | Downloaded petname v2.0.2 |
1013 | 2025-03-25T21:11:18.998Z | Downloaded openapiv3 v2.0.0 |
1014 | 2025-03-25T21:11:19.011Z | Downloaded tabled v0.18.0 |
1015 | 2025-03-25T21:11:19.029Z | Downloaded diesel v2.2.8 |
1016 | 2025-03-25T21:11:19.048Z | Downloaded webpki-roots v0.26.6 |
1017 | 2025-03-25T21:11:19.051Z | Downloaded sled v0.34.7 |
1018 | 2025-03-25T21:11:19.062Z | Downloaded dropshot v0.16.0 |
1019 | 2025-03-25T21:11:19.085Z | Downloaded rustls v0.21.12 |
1020 | 2025-03-25T21:11:19.096Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1021 | 2025-03-25T21:11:19.109Z | Downloaded polar-core v0.27.3 |
1022 | 2025-03-25T21:11:19.118Z | Downloaded smoltcp v0.11.0 |
1023 | 2025-03-25T21:11:19.131Z | Downloaded typify-impl v0.3.0 |
1024 | 2025-03-25T21:11:19.148Z | Downloaded regress v0.10.3 |
1025 | 2025-03-25T21:11:19.157Z | Downloaded rustls v0.23.19 |
1026 | 2025-03-25T21:11:19.168Z | Downloaded typify-impl v0.2.0 |
1027 | 2025-03-25T21:11:19.184Z | Downloaded ratatui v0.29.0 |
1028 | 2025-03-25T21:11:19.205Z | Downloaded bstr v1.10.0 |
1029 | 2025-03-25T21:11:19.215Z | Downloaded rayon v1.10.0 |
1030 | 2025-03-25T21:11:19.225Z | Downloaded regex v1.11.1 |
1031 | 2025-03-25T21:11:19.239Z | Downloaded zerocopy-derive v0.6.6 |
1032 | 2025-03-25T21:11:19.249Z | Downloaded openssl v0.10.71 |
1033 | 2025-03-25T21:11:19.259Z | Downloaded nix v0.28.0 |
1034 | 2025-03-25T21:11:19.271Z | Downloaded quick-xml v0.37.2 |
1035 | 2025-03-25T21:11:19.277Z | Downloaded regex-automata v0.4.8 |
1036 | 2025-03-25T21:11:19.295Z | Downloaded csv v1.3.1 |
1037 | 2025-03-25T21:11:19.314Z | Downloaded nix v0.29.0 |
1038 | 2025-03-25T21:11:19.326Z | Downloaded quinn-proto v0.11.8 |
1039 | 2025-03-25T21:11:19.333Z | Downloaded lzma-sys v0.1.20 |
1040 | 2025-03-25T21:11:19.363Z | Downloaded petgraph v0.6.5 |
1041 | 2025-03-25T21:11:19.379Z | Downloaded typed-path v0.9.3 |
1042 | 2025-03-25T21:11:19.385Z | Downloaded sqlparser v0.45.0 |
1043 | 2025-03-25T21:11:19.391Z | Downloaded gimli v0.31.1 |
1044 | 2025-03-25T21:11:19.399Z | Downloaded libz-sys v1.1.20 |
1045 | 2025-03-25T21:11:19.421Z | Downloaded rustls-webpki v0.102.8 |
1046 | 2025-03-25T21:11:19.438Z | Downloaded petgraph v0.7.1 |
1047 | 2025-03-25T21:11:19.456Z | Downloaded sha3 v0.10.8 |
1048 | 2025-03-25T21:11:19.461Z | Downloaded zerovec v0.10.4 |
1049 | 2025-03-25T21:11:19.466Z | Downloaded chrono v0.4.40 |
1050 | 2025-03-25T21:11:19.473Z | Downloaded bindgen v0.71.1 |
1051 | 2025-03-25T21:11:19.482Z | Downloaded tokio v1.43.0 |
1052 | 2025-03-25T21:11:19.520Z | Downloaded time v0.3.36 |
1053 | 2025-03-25T21:11:19.526Z | Downloaded bitvec v1.0.1 |
1054 | 2025-03-25T21:11:19.540Z | Downloaded same-file v1.0.6 |
1055 | 2025-03-25T21:11:19.543Z | Downloaded salsa20 v0.10.2 |
1056 | 2025-03-25T21:11:19.543Z | Downloaded der_derive v0.7.3 |
1057 | 2025-03-25T21:11:19.546Z | Downloaded icu_properties_data v1.5.0 |
1058 | 2025-03-25T21:11:19.554Z | Downloaded unicode-segmentation v1.12.0 |
1059 | 2025-03-25T21:11:19.558Z | Downloaded winnow v0.5.40 |
1060 | 2025-03-25T21:11:19.566Z | Downloaded itertools v0.13.0 |
1061 | 2025-03-25T21:11:19.573Z | Downloaded zerovec-derive v0.10.3 |
1062 | 2025-03-25T21:11:19.576Z | Downloaded twox-hash v2.1.0 |
1063 | 2025-03-25T21:11:19.579Z | Downloaded gethostname v0.5.0 |
1064 | 2025-03-25T21:11:19.580Z | Downloaded fs_extra v1.3.0 |
1065 | 2025-03-25T21:11:19.583Z | Downloaded rayon-core v1.12.1 |
1066 | 2025-03-25T21:11:19.583Z | Downloaded slog-dtrace v0.3.0 |
1067 | 2025-03-25T21:11:19.586Z | Downloaded rustfmt-wrapper v0.2.1 |
1068 | 2025-03-25T21:11:19.586Z | Downloaded parking_lot_core v0.9.10 |
1069 | 2025-03-25T21:11:19.589Z | Downloaded peg-macros v0.8.5 |
1070 | 2025-03-25T21:11:19.589Z | Downloaded derive-where v1.2.7 |
1071 | 2025-03-25T21:11:19.592Z | Downloaded utf-8 v0.7.6 |
1072 | 2025-03-25T21:11:19.596Z | Downloaded unarray v0.1.4 |
1073 | 2025-03-25T21:11:19.596Z | Downloaded rand_core v0.6.4 |
1074 | 2025-03-25T21:11:19.599Z | Downloaded openssl-sys v0.9.106 |
1075 | 2025-03-25T21:11:19.602Z | Downloaded derive_builder v0.20.2 |
1076 | 2025-03-25T21:11:19.606Z | Downloaded p256 v0.13.2 |
1077 | 2025-03-25T21:11:19.610Z | Downloaded num-bigint-dig v0.8.4 |
1078 | 2025-03-25T21:11:19.615Z | Downloaded ring v0.17.11 |
1079 | 2025-03-25T21:11:19.657Z | Downloaded serde-big-array v0.5.1 |
1080 | 2025-03-25T21:11:19.661Z | Downloaded secrecy v0.8.0 |
1081 | 2025-03-25T21:11:19.661Z | Downloaded enum-as-inner v0.6.1 |
1082 | 2025-03-25T21:11:19.664Z | Downloaded encoding_rs v0.8.34 |
1083 | 2025-03-25T21:11:19.682Z | Downloaded signal-hook v0.3.17 |
1084 | 2025-03-25T21:11:19.686Z | Downloaded russh-keys v0.45.0 |
1085 | 2025-03-25T21:11:19.689Z | Downloaded blake3 v1.5.4 |
1086 | 2025-03-25T21:11:19.694Z | Downloaded signal-hook-registry v1.4.2 |
1087 | 2025-03-25T21:11:19.698Z | Downloaded fatfs v0.3.6 |
1088 | 2025-03-25T21:11:19.701Z | Downloaded rand v0.8.5 |
1089 | 2025-03-25T21:11:19.704Z | Downloaded proc-macro-error2 v2.0.1 |
1090 | 2025-03-25T21:11:19.707Z | Downloaded strum_macros v0.26.4 |
1091 | 2025-03-25T21:11:19.707Z | Downloaded parking_lot_core v0.8.6 |
1092 | 2025-03-25T21:11:19.711Z | Downloaded native-tls v0.2.12 |
1093 | 2025-03-25T21:11:19.711Z | Downloaded rcgen v0.12.1 |
1094 | 2025-03-25T21:11:19.714Z | Downloaded qorb v0.2.1 |
1095 | 2025-03-25T21:11:19.718Z | Downloaded hyper v1.6.0 |
1096 | 2025-03-25T21:11:19.724Z | Downloaded pkcs1 v0.7.5 |
1097 | 2025-03-25T21:11:19.728Z | Downloaded multer v3.1.0 |
1098 | 2025-03-25T21:11:19.731Z | Downloaded ron v0.8.1 |
1099 | 2025-03-25T21:11:19.734Z | Downloaded strip-ansi-escapes v0.2.0 |
1100 | 2025-03-25T21:11:19.737Z | Downloaded tungstenite v0.23.0 |
1101 | 2025-03-25T21:11:19.741Z | Downloaded num-bigint v0.4.6 |
1102 | 2025-03-25T21:11:19.744Z | Downloaded slog-json v2.6.1 |
1103 | 2025-03-25T21:11:19.747Z | Downloaded pin-project-lite v0.2.14 |
1104 | 2025-03-25T21:11:19.750Z | Downloaded diff v0.1.13 |
1105 | 2025-03-25T21:11:19.753Z | Downloaded uuid v1.15.1 |
1106 | 2025-03-25T21:11:19.757Z | Downloaded pin-project-internal v1.1.6 |
1107 | 2025-03-25T21:11:19.757Z | Downloaded flate2 v1.1.0 |
1108 | 2025-03-25T21:11:19.760Z | Downloaded reedline v0.38.0 |
1109 | 2025-03-25T21:11:19.767Z | Downloaded fallible-iterator v0.2.0 |
1110 | 2025-03-25T21:11:19.771Z | Downloaded serde_yaml v0.9.34+deprecated |
1111 | 2025-03-25T21:11:19.775Z | Downloaded foreign-types v0.5.0 |
1112 | 2025-03-25T21:11:19.775Z | Downloaded dirs-sys-next v0.1.2 |
1113 | 2025-03-25T21:11:19.775Z | Downloaded utf8_iter v1.0.4 |
1114 | 2025-03-25T21:11:19.778Z | Downloaded tinystr v0.7.6 |
1115 | 2025-03-25T21:11:19.778Z | Downloaded slab v0.4.9 |
1116 | 2025-03-25T21:11:19.778Z | Downloaded resolv-conf v0.7.0 |
1117 | 2025-03-25T21:11:19.782Z | Downloaded derive_more v0.99.19 |
1118 | 2025-03-25T21:11:19.785Z | Downloaded x509-cert v0.2.5 |
1119 | 2025-03-25T21:11:19.789Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1120 | 2025-03-25T21:11:19.846Z | Downloaded crossterm v0.28.1 |
1121 | 2025-03-25T21:11:19.852Z | Downloaded tokio-postgres v0.7.13 |
1122 | 2025-03-25T21:11:19.856Z | Downloaded itertools v0.12.1 |
1123 | 2025-03-25T21:11:19.863Z | Downloaded itertools v0.10.5 |
1124 | 2025-03-25T21:11:19.868Z | Downloaded multimap v0.10.0 |
1125 | 2025-03-25T21:11:19.872Z | Downloaded toml v0.7.8 |
1126 | 2025-03-25T21:11:19.875Z | Downloaded tokio-stream v0.1.17 |
1127 | 2025-03-25T21:11:19.878Z | Downloaded papergrid v0.14.0 |
1128 | 2025-03-25T21:11:19.882Z | Downloaded displaydoc v0.2.5 |
1129 | 2025-03-25T21:11:19.885Z | Downloaded nu-ansi-term v0.50.1 |
1130 | 2025-03-25T21:11:19.888Z | Downloaded snafu v0.8.5 |
1131 | 2025-03-25T21:11:19.892Z | Downloaded sigpipe v0.1.3 |
1132 | 2025-03-25T21:11:19.895Z | Downloaded xz2 v0.1.7 |
1133 | 2025-03-25T21:11:19.895Z | Downloaded shlex v1.3.0 |
1134 | 2025-03-25T21:11:19.898Z | Downloaded topological-sort v0.2.2 |
1135 | 2025-03-25T21:11:19.898Z | Downloaded half v2.4.1 |
1136 | 2025-03-25T21:11:19.902Z | Downloaded flume v0.11.1 |
1137 | 2025-03-25T21:11:19.905Z | Downloaded num_threads v0.1.7 |
1138 | 2025-03-25T21:11:19.905Z | Downloaded uzers v0.12.1 |
1139 | 2025-03-25T21:11:19.908Z | Downloaded postcard v1.0.10 |
1140 | 2025-03-25T21:11:19.908Z | Downloaded idna v1.0.3 |
1141 | 2025-03-25T21:11:19.912Z | Downloaded futures-io v0.3.31 |
1142 | 2025-03-25T21:11:19.915Z | Downloaded futures-executor v0.3.31 |
1143 | 2025-03-25T21:11:19.915Z | Downloaded omicron-zone-package v0.12.0 |
1144 | 2025-03-25T21:11:19.918Z | Downloaded num-derive v0.4.2 |
1145 | 2025-03-25T21:11:19.922Z | Downloaded smallvec v1.14.0 |
1146 | 2025-03-25T21:11:19.922Z | Downloaded value-bag v1.9.0 |
1147 | 2025-03-25T21:11:19.925Z | Downloaded unicode_categories v0.1.1 |
1148 | 2025-03-25T21:11:19.925Z | Downloaded zopfli v0.8.1 |
1149 | 2025-03-25T21:11:19.928Z | Downloaded rustc-demangle v0.1.24 |
1150 | 2025-03-25T21:11:19.932Z | Downloaded diesel_derives v2.2.3 |
1151 | 2025-03-25T21:11:19.935Z | Downloaded icu_properties v1.5.1 |
1152 | 2025-03-25T21:11:19.935Z | Downloaded tracing v0.1.40 |
1153 | 2025-03-25T21:11:19.939Z | Downloaded sqlformat v0.2.6 |
1154 | 2025-03-25T21:11:19.947Z | Downloaded crypto-bigint v0.5.5 |
1155 | 2025-03-25T21:11:19.947Z | Downloaded serde-hex v0.1.0 |
1156 | 2025-03-25T21:11:19.950Z | Downloaded rustversion v1.0.17 |
1157 | 2025-03-25T21:11:19.951Z | Downloaded http v1.2.0 |
1158 | 2025-03-25T21:11:19.954Z | Downloaded dunce v1.0.5 |
1159 | 2025-03-25T21:11:19.954Z | Downloaded daft v0.1.2 |
1160 | 2025-03-25T21:11:19.957Z | Downloaded hickory-server v0.24.4 |
1161 | 2025-03-25T21:11:19.961Z | Downloaded progenitor v0.9.1 |
1162 | 2025-03-25T21:11:19.965Z | Downloaded scheduled-thread-pool v0.2.7 |
1163 | 2025-03-25T21:11:19.965Z | Downloaded diesel-dtrace v0.4.2 |
1164 | 2025-03-25T21:11:19.968Z | Downloaded newtype_derive v0.1.6 |
1165 | 2025-03-25T21:11:19.968Z | Downloaded tls_codec_derive v0.4.1 |
1166 | 2025-03-25T21:11:19.968Z | Downloaded tls_codec v0.4.1 |
1167 | 2025-03-25T21:11:19.971Z | Downloaded tabwriter v1.4.0 |
1168 | 2025-03-25T21:11:19.971Z | Downloaded tabled_derive v0.10.0 |
1169 | 2025-03-25T21:11:19.971Z | Downloaded postgres-protocol v0.6.8 |
1170 | 2025-03-25T21:11:19.975Z | Downloaded icu_locid_transform v1.5.0 |
1171 | 2025-03-25T21:11:19.978Z | Downloaded derive_builder_core v0.20.2 |
1172 | 2025-03-25T21:11:19.978Z | Downloaded similar v2.7.0 |
1173 | 2025-03-25T21:11:19.981Z | Downloaded miniz_oxide v0.8.5 |
1174 | 2025-03-25T21:11:19.985Z | Downloaded hyper-util v0.1.10 |
1175 | 2025-03-25T21:11:19.988Z | Downloaded arc-swap v1.7.1 |
1176 | 2025-03-25T21:11:19.991Z | Downloaded mockall v0.13.1 |
1177 | 2025-03-25T21:11:19.994Z | Downloaded crossbeam-utils v0.8.20 |
1178 | 2025-03-25T21:11:19.998Z | Downloaded const_format v0.2.34 |
1179 | 2025-03-25T21:11:20.001Z | Downloaded crossbeam-deque v0.8.5 |
1180 | 2025-03-25T21:11:20.001Z | Downloaded inout v0.1.3 |
1181 | 2025-03-25T21:11:20.004Z | Downloaded wyz v0.5.1 |
1182 | 2025-03-25T21:11:20.004Z | Downloaded writeable v0.5.5 |
1183 | 2025-03-25T21:11:20.005Z | Downloaded universal-hash v0.5.1 |
1184 | 2025-03-25T21:11:20.008Z | Downloaded ciborium v0.2.2 |
1185 | 2025-03-25T21:11:20.008Z | Downloaded blake2 v0.10.6 |
1186 | 2025-03-25T21:11:20.011Z | Downloaded cargo_metadata v0.18.1 |
1187 | 2025-03-25T21:11:20.011Z | Downloaded base64 v0.21.7 |
1188 | 2025-03-25T21:11:20.015Z | Downloaded blowfish v0.9.1 |
1189 | 2025-03-25T21:11:20.018Z | Downloaded backtrace v0.3.74 |
1190 | 2025-03-25T21:11:20.021Z | Downloaded parse-size v1.1.0 |
1191 | 2025-03-25T21:11:20.021Z | Downloaded cbc v0.1.2 |
1192 | 2025-03-25T21:11:20.025Z | Downloaded bzip2 v0.4.4 |
1193 | 2025-03-25T21:11:20.025Z | Downloaded bit-vec v0.8.0 |
1194 | 2025-03-25T21:11:20.028Z | Downloaded const-oid v0.9.6 |
1195 | 2025-03-25T21:11:20.028Z | Downloaded async-bb8-diesel v0.2.1 |
1196 | 2025-03-25T21:11:20.032Z | Downloaded ahash v0.8.11 |
1197 | 2025-03-25T21:11:20.035Z | Downloaded thiserror-impl-no-std v2.0.2 |
1198 | 2025-03-25T21:11:20.035Z | Downloaded stringprep v0.1.5 |
1199 | 2025-03-25T21:11:20.035Z | Downloaded string_cache v0.8.7 |
1200 | 2025-03-25T21:11:20.038Z | Downloaded slog-stdlog v4.1.1 |
1201 | 2025-03-25T21:11:20.038Z | Downloaded slog-term v2.9.1 |
1202 | 2025-03-25T21:11:20.041Z | Downloaded hyper-staticfile v0.10.1 |
1203 | 2025-03-25T21:11:20.045Z | Downloaded icu_provider_macros v1.5.0 |
1204 | 2025-03-25T21:11:20.045Z | Downloaded indexmap v1.9.3 |
1205 | 2025-03-25T21:11:20.048Z | Downloaded chacha20 v0.9.1 |
1206 | 2025-03-25T21:11:20.048Z | Downloaded block-padding v0.3.3 |
1207 | 2025-03-25T21:11:20.048Z | Downloaded bitfield v0.14.0 |
1208 | 2025-03-25T21:11:20.051Z | Downloaded icu_normalizer v1.5.0 |
1209 | 2025-03-25T21:11:20.054Z | Downloaded lalrpop-util v0.19.12 |
1210 | 2025-03-25T21:11:20.054Z | Downloaded crc-catalog v2.4.0 |
1211 | 2025-03-25T21:11:20.054Z | Downloaded crc v3.2.1 |
1212 | 2025-03-25T21:11:20.058Z | Downloaded cipher v0.4.4 |
1213 | 2025-03-25T21:11:20.058Z | Downloaded httparse v1.9.5 |
1214 | 2025-03-25T21:11:20.061Z | Downloaded backoff v0.4.0 |
1215 | 2025-03-25T21:11:20.064Z | Downloaded assert_matches v1.5.0 |
1216 | 2025-03-25T21:11:20.064Z | Downloaded ciborium-io v0.2.2 |
1217 | 2025-03-25T21:11:20.064Z | Downloaded internet-checksum v0.2.1 |
1218 | 2025-03-25T21:11:20.064Z | Downloaded hyper-tls v0.6.0 |
1219 | 2025-03-25T21:11:20.067Z | Downloaded allocator-api2 v0.2.18 |
1220 | 2025-03-25T21:11:20.071Z | Downloaded humantime v2.1.0 |
1221 | 2025-03-25T21:11:20.071Z | Downloaded base16ct v0.2.0 |
1222 | 2025-03-25T21:11:20.071Z | Downloaded base64ct v1.6.0 |
1223 | 2025-03-25T21:11:20.074Z | Downloaded async-trait v0.1.87 |
1224 | 2025-03-25T21:11:20.296Z | Downloaded aws-lc-sys v0.26.0 |
1225 | 2025-03-25T21:11:20.617Z | Compiling serde v1.0.218 |
1226 | 2025-03-25T21:11:20.621Z | Compiling value-bag v1.9.0 |
1227 | 2025-03-25T21:11:20.621Z | Compiling lock_api v0.4.12 |
1228 | 2025-03-25T21:11:20.621Z | Compiling scopeguard v1.2.0 |
1229 | 2025-03-25T21:11:20.776Z | Compiling shlex v1.3.0 |
1230 | 2025-03-25T21:11:20.779Z | Compiling typenum v1.17.0 |
1231 | 2025-03-25T21:11:20.821Z | Compiling syn v2.0.98 |
1232 | 2025-03-25T21:11:20.837Z | Compiling getrandom v0.2.15 |
1233 | 2025-03-25T21:11:20.978Z | Compiling jobserver v0.1.32 |
1234 | 2025-03-25T21:11:21.328Z | Compiling rand_core v0.6.4 |
1235 | 2025-03-25T21:11:21.358Z | Compiling log v0.4.22 |
1236 | 2025-03-25T21:11:21.476Z | Compiling generic-array v0.14.7 |
1237 | 2025-03-25T21:11:21.497Z | Compiling cc v1.2.15 |
1238 | 2025-03-25T21:11:21.852Z | Compiling subtle v2.6.1 |
1239 | 2025-03-25T21:11:21.893Z | Compiling smallvec v1.14.0 |
1240 | 2025-03-25T21:11:21.909Z | Compiling const-oid v0.9.6 |
1241 | 2025-03-25T21:11:21.929Z | Compiling pin-project-lite v0.2.14 |
1242 | 2025-03-25T21:11:22.096Z | Compiling rustix v0.38.37 |
1243 | 2025-03-25T21:11:22.176Z | Compiling parking_lot_core v0.9.10 |
1244 | 2025-03-25T21:11:22.208Z | Compiling spin v0.9.8 |
1245 | 2025-03-25T21:11:22.283Z | Compiling signal-hook-registry v1.4.2 |
1246 | 2025-03-25T21:11:22.615Z | Compiling futures-core v0.3.31 |
1247 | 2025-03-25T21:11:22.939Z | Compiling mio v1.0.2 |
1248 | 2025-03-25T21:11:23.009Z | Compiling aho-corasick v1.1.3 |
1249 | 2025-03-25T21:11:23.040Z | Compiling regex-syntax v0.8.5 |
1250 | 2025-03-25T21:11:23.317Z | Compiling parking_lot v0.12.3 |
1251 | 2025-03-25T21:11:23.374Z | Compiling either v1.14.0 |
1252 | 2025-03-25T21:11:23.823Z | Compiling glob v0.3.2 |
1253 | 2025-03-25T21:11:24.025Z | Compiling stable_deref_trait v1.2.0 |
1254 | 2025-03-25T21:11:24.046Z | Compiling socket2 v0.5.8 |
1255 | 2025-03-25T21:11:24.156Z | Compiling futures-sink v0.3.31 |
1256 | 2025-03-25T21:11:24.203Z | Compiling cpufeatures v0.2.14 |
1257 | 2025-03-25T21:11:24.334Z | Compiling serde_json v1.0.139 |
1258 | 2025-03-25T21:11:24.338Z | Compiling prettyplease v0.2.30 |
1259 | 2025-03-25T21:11:24.713Z | Compiling clang-sys v1.8.1 |
1260 | 2025-03-25T21:11:24.754Z | Compiling lazy_static v1.5.0 |
1261 | 2025-03-25T21:11:24.780Z | Compiling slab v0.4.9 |
1262 | 2025-03-25T21:11:24.897Z | Compiling minimal-lexical v0.2.1 |
1263 | 2025-03-25T21:11:24.966Z | Compiling libloading v0.8.5 |
1264 | 2025-03-25T21:11:25.299Z | Compiling foldhash v0.1.3 |
1265 | 2025-03-25T21:11:25.380Z | Compiling nom v7.1.3 |
1266 | 2025-03-25T21:11:25.412Z | Compiling allocator-api2 v0.2.18 |
1267 | 2025-03-25T21:11:25.462Z | Compiling libm v0.2.8 |
1268 | 2025-03-25T21:11:25.581Z | Compiling bindgen v0.69.5 |
1269 | 2025-03-25T21:11:25.611Z | Compiling pkg-config v0.3.31 |
1270 | 2025-03-25T21:11:25.829Z | Compiling home v0.5.9 |
1271 | 2025-03-25T21:11:26.053Z | Compiling hashbrown v0.15.1 |
1272 | 2025-03-25T21:11:26.833Z | Compiling itertools v0.12.1 |
1273 | 2025-03-25T21:11:26.873Z | Compiling regex-automata v0.4.8 |
1274 | 2025-03-25T21:11:27.374Z | Compiling num-traits v0.2.19 |
1275 | 2025-03-25T21:11:27.636Z | Compiling rustc-hash v1.1.0 |
1276 | 2025-03-25T21:11:27.698Z | Compiling lazycell v1.3.0 |
1277 | 2025-03-25T21:11:28.065Z | Compiling futures-channel v0.3.31 |
1278 | 2025-03-25T21:11:28.498Z | Compiling synstructure v0.13.1 |
1279 | 2025-03-25T21:11:29.203Z | Compiling cexpr v0.6.0 |
1280 | 2025-03-25T21:11:29.225Z | Compiling cmake v0.1.51 |
1281 | 2025-03-25T21:11:29.752Z | Compiling pin-utils v0.1.0 |
1282 | 2025-03-25T21:11:29.864Z | Compiling dunce v1.0.5 |
1283 | 2025-03-25T21:11:29.920Z | Compiling futures-io v0.3.31 |
1284 | 2025-03-25T21:11:30.009Z | Compiling futures-task v0.3.31 |
1285 | 2025-03-25T21:11:30.106Z | Compiling fs_extra v1.3.0 |
1286 | 2025-03-25T21:11:30.192Z | Compiling getrandom v0.3.1 |
1287 | 2025-03-25T21:11:30.642Z | Compiling base64ct v1.6.0 |
1288 | 2025-03-25T21:11:30.757Z | Compiling ring v0.17.11 |
1289 | 2025-03-25T21:11:31.271Z | Compiling pem-rfc7468 v0.7.0 |
1290 | 2025-03-25T21:11:31.378Z | Compiling flagset v0.4.6 |
1291 | 2025-03-25T21:11:31.616Z | Compiling writeable v0.5.5 |
1292 | 2025-03-25T21:11:31.636Z | Compiling litemap v0.7.3 |
1293 | 2025-03-25T21:11:31.848Z | Compiling paste v1.0.15 |
1294 | 2025-03-25T21:11:31.925Z | Compiling regex v1.11.1 |
1295 | 2025-03-25T21:11:32.103Z | Compiling aws-lc-rs v1.12.4 |
1296 | 2025-03-25T21:11:32.184Z | Compiling rustls-pki-types v1.10.0 |
1297 | 2025-03-25T21:11:32.522Z | Compiling icu_locid_transform_data v1.5.0 |
1298 | 2025-03-25T21:11:32.632Z | Compiling vcpkg v0.2.15 |
1299 | 2025-03-25T21:11:32.877Z | Compiling crossbeam-utils v0.8.20 |
1300 | 2025-03-25T21:11:33.124Z | Compiling tracing-core v0.1.32 |
1301 | 2025-03-25T21:11:33.418Z | Compiling powerfmt v0.2.0 |
1302 | 2025-03-25T21:11:33.439Z | Compiling untrusted v0.7.1 |
1303 | 2025-03-25T21:11:33.622Z | Compiling httparse v1.9.5 |
1304 | 2025-03-25T21:11:33.658Z | Compiling serde_derive v1.0.218 |
1305 | 2025-03-25T21:11:33.774Z | Compiling zeroize_derive v1.4.2 |
1306 | 2025-03-25T21:11:34.244Z | Compiling zerocopy-derive v0.7.35 |
1307 | 2025-03-25T21:11:34.338Z | Compiling tokio-macros v2.5.0 |
1308 | 2025-03-25T21:11:34.342Z | Compiling zerofrom-derive v0.1.4 |
1309 | 2025-03-25T21:11:35.199Z | Compiling zeroize v1.8.1 |
1310 | 2025-03-25T21:11:35.714Z | Compiling yoke-derive v0.7.4 |
1311 | 2025-03-25T21:11:35.778Z | Compiling zerovec-derive v0.10.3 |
1312 | 2025-03-25T21:11:36.223Z | Compiling zerocopy v0.7.35 |
1313 | 2025-03-25T21:11:36.751Z | Compiling displaydoc v0.2.5 |
1314 | 2025-03-25T21:11:36.908Z | Compiling crypto-common v0.1.6 |
1315 | 2025-03-25T21:11:37.168Z | Compiling block-buffer v0.10.4 |
1316 | 2025-03-25T21:11:37.427Z | Compiling digest v0.10.7 |
1317 | 2025-03-25T21:11:37.453Z | Compiling block-padding v0.3.3 |
1318 | 2025-03-25T21:11:37.616Z | Compiling futures-macro v0.3.31 |
1319 | 2025-03-25T21:11:37.708Z | Compiling zerofrom v0.1.4 |
1320 | 2025-03-25T21:11:37.728Z | Compiling inout v0.1.3 |
1321 | 2025-03-25T21:11:37.918Z | Compiling hmac v0.12.1 |
1322 | 2025-03-25T21:11:37.939Z | Compiling thiserror-impl v1.0.69 |
1323 | 2025-03-25T21:11:38.015Z | Compiling cipher v0.4.4 |
1324 | 2025-03-25T21:11:38.172Z | Compiling sha2 v0.10.8 |
1325 | 2025-03-25T21:11:38.193Z | Compiling der_derive v0.7.3 |
1326 | 2025-03-25T21:11:38.282Z | Compiling icu_provider_macros v1.5.0 |
1327 | 2025-03-25T21:11:38.300Z | Compiling yoke v0.7.4 |
1328 | 2025-03-25T21:11:38.525Z | Compiling salsa20 v0.10.2 |
1329 | 2025-03-25T21:11:38.675Z | Compiling zerovec v0.10.4 |
1330 | 2025-03-25T21:11:38.771Z | Compiling pbkdf2 v0.12.2 |
1331 | 2025-03-25T21:11:38.949Z | Compiling ppv-lite86 v0.2.20 |
1332 | 2025-03-25T21:11:39.369Z | Compiling scrypt v0.11.0 |
1333 | 2025-03-25T21:11:39.473Z | Compiling futures-util v0.3.31 |
1334 | 2025-03-25T21:11:39.757Z | Compiling aes v0.8.4 |
1335 | 2025-03-25T21:11:39.898Z | Compiling cbc v0.1.2 |
1336 | 2025-03-25T21:11:40.152Z | Compiling openssl-sys v0.9.106 |
1337 | 2025-03-25T21:11:40.516Z | Compiling tinystr v0.7.6 |
1338 | 2025-03-25T21:11:40.666Z | Compiling der v0.7.9 |
1339 | 2025-03-25T21:11:40.855Z | Compiling thiserror v1.0.69 |
1340 | 2025-03-25T21:11:40.891Z | Compiling icu_locid v1.5.0 |
1341 | 2025-03-25T21:11:41.025Z | Compiling pest v2.7.14 |
1342 | 2025-03-25T21:11:41.226Z | Compiling icu_collections v1.5.0 |
1343 | 2025-03-25T21:11:41.828Z | Compiling tracing-attributes v0.1.27 |
1344 | 2025-03-25T21:11:42.464Z | Compiling icu_provider v1.5.0 |
1345 | 2025-03-25T21:11:42.538Z | Compiling num-conv v0.1.0 |
1346 | 2025-03-25T21:11:42.841Z | Compiling spki v0.7.3 |
1347 | 2025-03-25T21:11:42.999Z | Compiling untrusted v0.9.0 |
1348 | 2025-03-25T21:11:43.205Z | Compiling icu_locid_transform v1.5.0 |
1349 | 2025-03-25T21:11:43.226Z | Compiling percent-encoding v2.3.1 |
1350 | 2025-03-25T21:11:43.440Z | Compiling time-core v0.1.2 |
1351 | 2025-03-25T21:11:43.551Z | Compiling icu_properties_data v1.5.0 |
1352 | 2025-03-25T21:11:43.611Z | Compiling time-macros v0.2.18 |
1353 | 2025-03-25T21:11:43.810Z | Compiling pest_meta v2.7.14 |
1354 | 2025-03-25T21:11:44.178Z | Compiling pkcs5 v0.7.1 |
1355 | 2025-03-25T21:11:44.970Z | Compiling icu_properties v1.5.1 |
1356 | 2025-03-25T21:11:45.060Z | Compiling tracing v0.1.40 |
1357 | 2025-03-25T21:11:45.465Z | Compiling deranged v0.3.11 |
1358 | 2025-03-25T21:11:45.577Z | Compiling scroll_derive v0.12.0 |
1359 | 2025-03-25T21:11:46.592Z | Compiling bitflags v2.6.0 |
1360 | 2025-03-25T21:11:46.733Z | Compiling bytes v1.10.1 |
1361 | 2025-03-25T21:11:47.022Z | Compiling indexmap v2.7.1 |
1362 | 2025-03-25T21:11:47.054Z | Compiling semver v1.0.25 |
1363 | 2025-03-25T21:11:47.779Z | Compiling rustc_version v0.4.1 |
1364 | 2025-03-25T21:11:48.061Z | Compiling tokio v1.43.0 |
1365 | 2025-03-25T21:11:48.081Z | Compiling http v1.2.0 |
1366 | 2025-03-25T21:11:48.202Z | Compiling utf8_iter v1.0.4 |
1367 | 2025-03-25T21:11:48.375Z | Compiling num_threads v0.1.7 |
1368 | 2025-03-25T21:11:48.443Z | Compiling utf16_iter v1.0.5 |
1369 | 2025-03-25T21:11:48.471Z | Compiling atomic-waker v1.1.2 |
1370 | 2025-03-25T21:11:48.517Z | Compiling zerocopy v0.8.10 |
1371 | 2025-03-25T21:11:48.656Z | Compiling icu_normalizer_data v1.5.0 |
1372 | 2025-03-25T21:11:48.677Z | Compiling write16 v1.0.0 |
1373 | 2025-03-25T21:11:48.779Z | Compiling time v0.3.36 |
1374 | 2025-03-25T21:11:48.827Z | Compiling icu_normalizer v1.5.0 |
1375 | 2025-03-25T21:11:49.364Z | Compiling scroll v0.12.0 |
1376 | 2025-03-25T21:11:49.553Z | Compiling http-body v1.0.1 |
1377 | 2025-03-25T21:11:49.586Z | Compiling uuid v1.15.1 |
1378 | 2025-03-25T21:11:49.897Z | Compiling pest_generator v2.7.14 |
1379 | 2025-03-25T21:11:50.289Z | Compiling pkcs8 v0.10.2 |
1380 | 2025-03-25T21:11:50.494Z | Compiling zerocopy-derive v0.8.10 |
1381 | 2025-03-25T21:11:50.577Z | Compiling which v4.4.2 |
1382 | 2025-03-25T21:11:51.124Z | Compiling try-lock v0.2.5 |
1383 | 2025-03-25T21:11:51.209Z | Compiling slog v2.7.0 |
1384 | 2025-03-25T21:11:51.314Z | Compiling tinyvec_macros v0.1.1 |
1385 | 2025-03-25T21:11:51.425Z | Compiling iana-time-zone v0.1.61 |
1386 | 2025-03-25T21:11:51.651Z | Compiling chrono v0.4.40 |
1387 | 2025-03-25T21:11:51.794Z | Compiling pest_derive v2.7.14 |
1388 | 2025-03-25T21:11:51.815Z | Compiling goblin v0.8.2 |
1389 | 2025-03-25T21:11:51.834Z | Compiling tinyvec v1.8.0 |
1390 | 2025-03-25T21:11:52.604Z | Compiling want v0.3.1 |
1391 | 2025-03-25T21:11:52.909Z | Compiling idna_adapter v1.2.0 |
1392 | 2025-03-25T21:11:53.145Z | Compiling form_urlencoded v1.2.1 |
1393 | 2025-03-25T21:11:53.282Z | Compiling foreign-types-shared v0.1.1 |
1394 | 2025-03-25T21:11:53.352Z | Compiling tower-service v0.3.3 |
1395 | 2025-03-25T21:11:53.414Z | Compiling adler2 v2.0.0 |
1396 | 2025-03-25T21:11:53.457Z | Compiling rustversion v1.0.17 |
1397 | 2025-03-25T21:11:53.502Z | Compiling httpdate v1.0.3 |
1398 | 2025-03-25T21:11:53.643Z | Compiling openssl v0.10.71 |
1399 | 2025-03-25T21:11:53.954Z | Compiling miniz_oxide v0.8.5 |
1400 | 2025-03-25T21:11:54.093Z | Compiling foreign-types v0.3.2 |
1401 | 2025-03-25T21:11:54.204Z | Compiling idna v1.0.3 |
1402 | 2025-03-25T21:11:54.240Z | Compiling dtrace-parser v0.2.0 |
1403 | 2025-03-25T21:11:55.504Z | Compiling toml_datetime v0.6.8 |
1404 | 2025-03-25T21:11:55.675Z | Compiling serde_tokenstream v0.2.2 |
1405 | 2025-03-25T21:11:55.866Z | Compiling serde_spanned v0.6.8 |
1406 | 2025-03-25T21:11:56.080Z | Compiling tokio-util v0.7.13 |
1407 | 2025-03-25T21:11:56.132Z | Compiling openssl-macros v0.1.1 |
1408 | 2025-03-25T21:11:56.291Z | Compiling rand_core v0.9.2 |
1409 | 2025-03-25T21:11:56.415Z | Compiling serde_derive_internals v0.29.1 |
1410 | 2025-03-25T21:11:56.733Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1411 | 2025-03-25T21:11:56.901Z | Compiling base64 v0.22.1 |
1412 | 2025-03-25T21:11:57.244Z | Compiling h2 v0.4.6 |
1413 | 2025-03-25T21:11:57.265Z | Compiling siphasher v0.3.11 |
1414 | 2025-03-25T21:11:57.381Z | Compiling native-tls v0.2.12 |
1415 | 2025-03-25T21:11:57.570Z | Compiling syn v1.0.109 |
1416 | 2025-03-25T21:11:57.645Z | Compiling dof v0.3.0 |
1417 | 2025-03-25T21:11:57.742Z | Compiling schemars v0.8.22 |
1418 | 2025-03-25T21:11:58.102Z | Compiling rustls v0.23.19 |
1419 | 2025-03-25T21:11:58.406Z | Compiling usdt-impl v0.5.0 |
1420 | 2025-03-25T21:11:58.704Z | Compiling schemars_derive v0.8.22 |
1421 | 2025-03-25T21:11:59.744Z | Compiling rand_chacha v0.9.0 |
1422 | 2025-03-25T21:12:00.956Z | Compiling unicode-normalization v0.1.24 |
1423 | 2025-03-25T21:12:01.125Z | Compiling heapless v0.7.17 |
1424 | 2025-03-25T21:12:01.164Z | Compiling crossbeam-epoch v0.9.18 |
1425 | 2025-03-25T21:12:01.619Z | Compiling rand_chacha v0.3.1 |
1426 | 2025-03-25T21:12:01.763Z | Compiling signature v2.2.0 |
1427 | 2025-03-25T21:12:01.824Z | Compiling dirs-sys-next v0.1.2 |
1428 | 2025-03-25T21:12:01.900Z | Compiling cookie v0.18.1 |
1429 | 2025-03-25T21:12:02.071Z | Compiling crc32fast v1.4.2 |
1430 | 2025-03-25T21:12:02.092Z | Compiling rustls v0.22.4 |
1431 | 2025-03-25T21:12:02.234Z | Compiling rayon-core v1.12.1 |
1432 | 2025-03-25T21:12:02.380Z | Compiling signal-hook v0.3.17 |
1433 | 2025-03-25T21:12:02.402Z | Compiling openssl-probe v0.1.5 |
1434 | 2025-03-25T21:12:02.405Z | Compiling unicode-properties v0.1.3 |
1435 | 2025-03-25T21:12:02.539Z | Compiling dyn-clone v1.0.19 |
1436 | 2025-03-25T21:12:02.671Z | Compiling unicode-bidi v0.3.17 |
1437 | 2025-03-25T21:12:02.864Z | Compiling dirs-next v2.0.0 |
1438 | 2025-03-25T21:12:02.917Z | Compiling rand v0.8.5 |
1439 | 2025-03-25T21:12:03.154Z | Compiling crossbeam-deque v0.8.5 |
1440 | 2025-03-25T21:12:03.519Z | Compiling stringprep v0.1.5 |
1441 | 2025-03-25T21:12:03.884Z | Compiling rand v0.9.0 |
1442 | 2025-03-25T21:12:04.557Z | Compiling hyper v1.6.0 |
1443 | 2025-03-25T21:12:04.970Z | Compiling url v2.5.3 |
1444 | 2025-03-25T21:12:06.196Z | Compiling http-body-util v0.1.2 |
1445 | 2025-03-25T21:12:06.259Z | Compiling curve25519-dalek v4.1.3 |
1446 | 2025-03-25T21:12:06.732Z | Compiling md-5 v0.10.6 |
1447 | 2025-03-25T21:12:06.788Z | Compiling async-trait v0.1.87 |
1448 | 2025-03-25T21:12:06.985Z | Compiling num-integer v0.1.46 |
1449 | 2025-03-25T21:12:07.006Z | Compiling ff v0.13.0 |
1450 | 2025-03-25T21:12:07.239Z | Compiling hyper-util v0.1.10 |
1451 | 2025-03-25T21:12:07.260Z | Compiling hash32 v0.2.1 |
1452 | 2025-03-25T21:12:07.361Z | Compiling thread_local v1.1.8 |
1453 | 2025-03-25T21:12:07.653Z | Compiling memoffset v0.9.1 |
1454 | 2025-03-25T21:12:07.723Z | Compiling multer v3.1.0 |
1455 | 2025-03-25T21:12:07.859Z | Compiling encoding_rs v0.8.34 |
1456 | 2025-03-25T21:12:07.981Z | Compiling match_cfg v0.1.0 |
1457 | 2025-03-25T21:12:08.050Z | Compiling base16ct v0.2.0 |
1458 | 2025-03-25T21:12:08.091Z | Compiling cfg_aliases v0.2.1 |
1459 | 2025-03-25T21:12:08.208Z | Compiling smoltcp v0.9.1 |
1460 | 2025-03-25T21:12:08.296Z | Compiling mime v0.3.17 |
1461 | 2025-03-25T21:12:08.357Z | Compiling num-bigint-dig v0.8.4 |
1462 | 2025-03-25T21:12:08.684Z | Compiling fallible-iterator v0.2.0 |
1463 | 2025-03-25T21:12:08.811Z | Compiling litrs v0.4.1 |
1464 | 2025-03-25T21:12:08.875Z | Compiling gimli v0.31.1 |
1465 | 2025-03-25T21:12:09.180Z | Compiling psl-types v2.0.11 |
1466 | 2025-03-25T21:12:09.313Z | Compiling portable-atomic v1.9.0 |
1467 | 2025-03-25T21:12:09.387Z | Compiling slog-async v2.8.0 |
1468 | 2025-03-25T21:12:09.903Z | Compiling document-features v0.2.10 |
1469 | 2025-03-25T21:12:09.994Z | Compiling publicsuffix v2.3.0 |
1470 | 2025-03-25T21:12:10.219Z | Compiling postgres-protocol v0.6.8 |
1471 | 2025-03-25T21:12:10.341Z | Compiling toml_edit v0.22.24 |
1472 | 2025-03-25T21:12:10.401Z | Compiling sec1 v0.7.3 |
1473 | 2025-03-25T21:12:10.960Z | Compiling nix v0.29.0 |
1474 | 2025-03-25T21:12:11.074Z | Compiling hostname v0.3.1 |
1475 | 2025-03-25T21:12:11.565Z | Compiling num-iter v0.1.45 |
1476 | 2025-03-25T21:12:11.770Z | Compiling group v0.13.0 |
1477 | 2025-03-25T21:12:11.922Z | Compiling tokio-native-tls v0.3.1 |
1478 | 2025-03-25T21:12:11.985Z | Compiling bzip2 v0.4.4 |
1479 | 2025-03-25T21:12:12.226Z | Compiling term v0.7.0 |
1480 | 2025-03-25T21:12:13.374Z | Compiling addr2line v0.24.2 |
1481 | 2025-03-25T21:12:13.470Z | Compiling flate2 v1.1.0 |
1482 | 2025-03-25T21:12:13.520Z | Compiling usdt-attr-macro v0.5.0 |
1483 | 2025-03-25T21:12:13.631Z | Compiling usdt-macro v0.5.0 |
1484 | 2025-03-25T21:12:13.670Z | Compiling phf_shared v0.11.2 |
1485 | 2025-03-25T21:12:14.054Z | Compiling slog-json v2.6.1 |
1486 | 2025-03-25T21:12:14.095Z | Compiling serde_urlencoded v0.7.1 |
1487 | 2025-03-25T21:12:14.364Z | Compiling terminal_size v0.4.0 |
1488 | 2025-03-25T21:12:14.413Z | Compiling crossbeam-channel v0.5.13 |
1489 | 2025-03-25T21:12:14.595Z | Compiling futures-executor v0.3.31 |
1490 | 2025-03-25T21:12:14.631Z | Compiling hkdf v0.12.4 |
1491 | 2025-03-25T21:12:14.901Z | Compiling crypto-bigint v0.5.5 |
1492 | 2025-03-25T21:12:15.024Z | Compiling async-stream-impl v0.3.6 |
1493 | 2025-03-25T21:12:15.053Z | Compiling zerocopy-derive v0.6.6 |
1494 | 2025-03-25T21:12:15.076Z | Compiling curve25519-dalek-derive v0.1.1 |
1495 | 2025-03-25T21:12:15.444Z | Compiling webpki-roots v0.26.6 |
1496 | 2025-03-25T21:12:15.672Z | Compiling rustls-pemfile v2.2.0 |
1497 | 2025-03-25T21:12:16.026Z | Compiling sync_wrapper v1.0.1 |
1498 | 2025-03-25T21:12:16.240Z | Compiling is-terminal v0.4.13 |
1499 | 2025-03-25T21:12:16.288Z | Compiling ahash v0.8.11 |
1500 | 2025-03-25T21:12:16.375Z | Compiling hubpack_derive v0.1.1 |
1501 | 2025-03-25T21:12:16.396Z | Compiling object v0.36.5 |
1502 | 2025-03-25T21:12:16.573Z | Compiling dropshot v0.12.0 |
1503 | 2025-03-25T21:12:16.645Z | Compiling fs-err v2.11.0 |
1504 | 2025-03-25T21:12:16.894Z | Compiling lockfree-object-pool v0.1.6 |
1505 | 2025-03-25T21:12:16.958Z | Compiling bumpalo v3.16.0 |
1506 | 2025-03-25T21:12:17.003Z | Compiling anyhow v1.0.97 |
1507 | 2025-03-25T21:12:17.165Z | Compiling take_mut v0.2.2 |
1508 | 2025-03-25T21:12:17.262Z | Compiling winnow v0.5.40 |
1509 | 2025-03-25T21:12:17.338Z | Compiling unicode-width v0.2.0 |
1510 | 2025-03-25T21:12:17.426Z | Compiling ipnet v2.11.0 |
1511 | 2025-03-25T21:12:17.610Z | Compiling buf-list v1.0.3 |
1512 | 2025-03-25T21:12:17.708Z | Compiling zip v2.1.3 |
1513 | 2025-03-25T21:12:17.869Z | Compiling simd-adler32 v0.3.7 |
1514 | 2025-03-25T21:12:18.046Z | Compiling rustc-demangle v0.1.24 |
1515 | 2025-03-25T21:12:18.220Z | Compiling tower-layer v0.3.3 |
1516 | 2025-03-25T21:12:18.388Z | Compiling managed v0.8.0 |
1517 | 2025-03-25T21:12:18.500Z | Compiling newtype-uuid v1.2.1 |
1518 | 2025-03-25T21:12:18.524Z | Compiling clap_builder v4.5.31 |
1519 | 2025-03-25T21:12:18.883Z | Compiling tower v0.5.2 |
1520 | 2025-03-25T21:12:19.016Z | Compiling zopfli v0.8.1 |
1521 | 2025-03-25T21:12:19.758Z | Compiling elliptic-curve v0.13.8 |
1522 | 2025-03-25T21:12:20.609Z | Compiling toml_edit v0.19.15 |
1523 | 2025-03-25T21:12:20.630Z | Compiling strum_macros v0.25.3 |
1524 | 2025-03-25T21:12:20.754Z | Compiling console v0.15.10 |
1525 | 2025-03-25T21:12:21.279Z | Compiling hubpack v0.1.2 |
1526 | 2025-03-25T21:12:21.709Z | Compiling zerocopy v0.6.6 |
1527 | 2025-03-25T21:12:22.365Z | Compiling slog-term v2.9.1 |
1528 | 2025-03-25T21:12:22.482Z | Compiling async-stream v0.3.6 |
1529 | 2025-03-25T21:12:22.795Z | Compiling usdt v0.5.0 |
1530 | 2025-03-25T21:12:23.297Z | Compiling backtrace v0.3.74 |
1531 | 2025-03-25T21:12:23.524Z | Compiling futures v0.3.31 |
1532 | 2025-03-25T21:12:23.637Z | Compiling slog-bunyan v2.5.0 |
1533 | 2025-03-25T21:12:23.659Z | Compiling phf v0.11.2 |
1534 | 2025-03-25T21:12:23.853Z | Compiling toml v0.8.20 |
1535 | 2025-03-25T21:12:23.946Z | Compiling signal-hook-mio v0.2.4 |
1536 | 2025-03-25T21:12:24.134Z | Compiling rayon v1.10.0 |
1537 | 2025-03-25T21:12:24.328Z | Compiling cookie_store v0.21.1 |
1538 | 2025-03-25T21:12:25.356Z | Compiling hyper-tls v0.6.0 |
1539 | 2025-03-25T21:12:26.253Z | Compiling postgres-types v0.2.9 |
1540 | 2025-03-25T21:12:26.579Z | Compiling camino v1.1.9 |
1541 | 2025-03-25T21:12:27.442Z | Compiling ed25519 v2.2.3 |
1542 | 2025-03-25T21:12:27.534Z | Compiling phf_shared v0.10.0 |
1543 | 2025-03-25T21:12:27.607Z | Compiling dropshot_endpoint v0.12.0 |
1544 | 2025-03-25T21:12:27.917Z | Compiling pkcs1 v0.7.5 |
1545 | 2025-03-25T21:12:28.317Z | Compiling openapiv3 v2.0.0 |
1546 | 2025-03-25T21:12:28.536Z | Compiling waitgroup v0.1.2 |
1547 | 2025-03-25T21:12:29.501Z | Compiling clap_derive v4.5.28 |
1548 | 2025-03-25T21:12:29.520Z | Compiling enum-as-inner v0.6.1 |
1549 | 2025-03-25T21:12:29.520Z | Compiling serde_path_to_error v0.1.16 |
1550 | 2025-03-25T21:12:29.931Z | Compiling serde-big-array v0.5.1 |
1551 | 2025-03-25T21:12:30.117Z | Compiling rfc6979 v0.4.0 |
1552 | 2025-03-25T21:12:30.123Z | Compiling sha1 v0.10.6 |
1553 | 2025-03-25T21:12:30.268Z | Compiling serde_repr v0.1.19 |
1554 | 2025-03-25T21:12:30.653Z | Compiling float-cmp v0.10.0 |
1555 | 2025-03-25T21:12:30.661Z | Compiling bstr v1.10.0 |
1556 | 2025-03-25T21:12:30.661Z | Compiling hostname v0.4.0 |
1557 | 2025-03-25T21:12:30.859Z | Compiling number_prefix v0.4.0 |
1558 | 2025-03-25T21:12:31.160Z | Compiling normalize-line-endings v0.3.0 |
1559 | 2025-03-25T21:12:31.536Z | Compiling difflib v0.4.0 |
1560 | 2025-03-25T21:12:31.545Z | Compiling whoami v1.5.2 |
1561 | 2025-03-25T21:12:31.842Z | Compiling data-encoding v2.6.0 |
1562 | 2025-03-25T21:12:31.930Z | Compiling fixedbitset v0.4.2 |
1563 | 2025-03-25T21:12:32.153Z | Compiling unicode-segmentation v1.12.0 |
1564 | 2025-03-25T21:12:32.366Z | Compiling new_debug_unreachable v1.0.6 |
1565 | 2025-03-25T21:12:32.439Z | Compiling predicates-core v1.0.8 |
1566 | 2025-03-25T21:12:32.490Z | Compiling debug-ignore v1.0.5 |
1567 | 2025-03-25T21:12:32.633Z | Compiling static_assertions v1.1.0 |
1568 | 2025-03-25T21:12:32.673Z | Compiling precomputed-hash v0.1.1 |
1569 | 2025-03-25T21:12:32.791Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1570 | 2025-03-25T21:12:32.797Z | Compiling predicates v3.1.3 |
1571 | 2025-03-25T21:12:32.819Z | Compiling string_cache v0.8.7 |
1572 | 2025-03-25T21:12:33.019Z | Compiling similar v2.7.0 |
1573 | 2025-03-25T21:12:33.250Z | Compiling hickory-proto v0.24.4 |
1574 | 2025-03-25T21:12:33.392Z | Compiling clap v4.5.31 |
1575 | 2025-03-25T21:12:33.517Z | Compiling petgraph v0.6.5 |
1576 | 2025-03-25T21:12:33.731Z | Compiling tokio-postgres v0.7.13 |
1577 | 2025-03-25T21:12:34.267Z | Compiling indicatif v0.17.11 |
1578 | 2025-03-25T21:12:35.166Z | Compiling ecdsa v0.16.9 |
1579 | 2025-03-25T21:12:36.010Z | Compiling rsa v0.9.6 |
1580 | 2025-03-25T21:12:36.364Z | Compiling ed25519-dalek v2.1.1 |
1581 | 2025-03-25T21:12:38.528Z | Compiling crossterm v0.28.1 |
1582 | 2025-03-25T21:12:39.027Z | Compiling toml v0.7.8 |
1583 | 2025-03-25T21:12:40.514Z | Compiling zip v0.6.6 |
1584 | 2025-03-25T21:12:40.559Z | Compiling ipnetwork v0.21.1 |
1585 | 2025-03-25T21:12:40.682Z | Compiling tokio-stream v0.1.17 |
1586 | 2025-03-25T21:12:41.381Z | Compiling hex v0.4.3 |
1587 | 2025-03-25T21:12:41.697Z | Compiling x509-cert v0.2.5 |
1588 | 2025-03-25T21:12:41.779Z | Compiling itertools v0.10.5 |
1589 | 2025-03-25T21:12:41.839Z | Compiling peg-runtime v0.8.5 |
1590 | 2025-03-25T21:12:41.843Z | Compiling unicode-xid v0.2.6 |
1591 | 2025-03-25T21:12:41.965Z | Compiling lalrpop-util v0.19.12 |
1592 | 2025-03-25T21:12:42.044Z | Compiling strum_macros v0.26.4 |
1593 | 2025-03-25T21:12:42.261Z | Compiling xattr v1.3.1 |
1594 | 2025-03-25T21:12:42.319Z | Compiling filetime v0.2.25 |
1595 | 2025-03-25T21:12:42.546Z | Compiling tar v0.4.44 |
1596 | 2025-03-25T21:12:45.884Z | Compiling strum v0.26.3 |
1597 | 2025-03-25T21:12:49.798Z | Compiling aws-lc-sys v0.26.0 |
1598 | 2025-03-25T21:13:20.361Z | Compiling rustls-webpki v0.102.8 |
1599 | 2025-03-25T21:13:23.777Z | Compiling tokio-rustls v0.25.0 |
1600 | 2025-03-25T21:13:25.406Z | Compiling tokio-rustls v0.26.0 |
1601 | 2025-03-25T21:13:25.671Z | Compiling hyper-rustls v0.27.3 |
1602 | 2025-03-25T21:13:25.981Z | Compiling reqwest v0.12.12 |
1603 | 2025-03-25T21:13:29.715Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1604 | 2025-03-25T21:13:30.003Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1605 | 2025-03-25T21:13:34.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s |
1606 | 2025-03-25T21:13:34.775Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1607 | 2025-03-25T21:13:34.828Z | Mar 25 21:13:33.509 INFO Starting download, target: Cockroach |
1608 | 2025-03-25T21:13:34.828Z | Mar 25 21:13:33.509 INFO Starting download, target: Console |
1609 | 2025-03-25T21:13:34.828Z | Mar 25 21:13:33.509 INFO Starting download, target: Clickhouse |
1610 | 2025-03-25T21:13:34.828Z | Mar 25 21:13:33.509 INFO Starting download, target: DendriteOpenapi |
1611 | 2025-03-25T21:13:34.828Z | Mar 25 21:13:33.509 INFO Starting download, target: DendriteStub |
1612 | 2025-03-25T21:13:34.828Z | Mar 25 21:13:33.509 INFO Starting download, target: MaghemiteMgd |
1613 | 2025-03-25T21:13:34.832Z | Mar 25 21:13:33.509 INFO Starting download, target: TransceiverControl |
1614 | 2025-03-25T21:13:34.832Z | Mar 25 21:13:33.510 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1615 | 2025-03-25T21:13:34.832Z | Mar 25 21:13:33.510 INFO Downloading out/downloads/dpd-a66561e0a063cc30820182008c31f9a64cbd8a6f.json (attempt 1/3), target: DendriteOpenapi |
1616 | 2025-03-25T21:13:34.832Z | Mar 25 21:13:33.510 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1617 | 2025-03-25T21:13:34.832Z | Mar 25 21:13:33.510 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1618 | 2025-03-25T21:13:34.832Z | Mar 25 21:13:33.510 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1619 | 2025-03-25T21:13:34.832Z | Mar 25 21:13:33.510 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1620 | 2025-03-25T21:13:34.832Z | Mar 25 21:13:33.510 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1621 | 2025-03-25T21:13:34.998Z | Mar 25 21:13:33.672 INFO Download complete, target: DendriteOpenapi |
1622 | 2025-03-25T21:13:35.162Z | Mar 25 21:13:33.838 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1623 | 2025-03-25T21:13:35.423Z | Mar 25 21:13:34.095 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1624 | 2025-03-25T21:13:35.642Z | Mar 25 21:13:34.321 INFO Download complete, target: TransceiverControl |
1625 | 2025-03-25T21:13:35.688Z | Mar 25 21:13:34.368 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1626 | 2025-03-25T21:13:35.840Z | Mar 25 21:13:34.520 INFO Download complete, target: Console |
1627 | 2025-03-25T21:13:35.972Z | Mar 25 21:13:34.651 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1628 | 2025-03-25T21:13:36.433Z | Mar 25 21:13:35.114 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1629 | 2025-03-25T21:13:36.433Z | Mar 25 21:13:35.114 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1630 | 2025-03-25T21:13:37.161Z | Mar 25 21:13:35.841 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1631 | 2025-03-25T21:13:38.377Z | Mar 25 21:13:37.058 INFO Download complete, target: MaghemiteMgd |
1632 | 2025-03-25T21:13:38.515Z | Mar 25 21:13:37.194 INFO Download complete, target: DendriteStub |
1633 | 2025-03-25T21:13:43.026Z | Mar 25 21:13:41.706 INFO Checking that binary works, target: Cockroach |
1634 | 2025-03-25T21:13:43.188Z | Mar 25 21:13:41.868 INFO Download complete, target: Cockroach |
1635 | 2025-03-25T21:13:47.971Z | Mar 25 21:13:46.650 INFO Checking that binary works, target: Clickhouse |
1636 | 2025-03-25T21:13:48.113Z | Mar 25 21:13:46.792 INFO Download complete, target: Clickhouse |
1637 | 2025-03-25T21:13:48.134Z | All builder prerequisites installed successfully, and PATH looks valid |
1638 | 2025-03-25T21:13:48.137Z | |
1639 | 2025-03-25T21:13:48.137Z | real 6:15.124295773 |
1640 | 2025-03-25T21:13:48.137Z | user 15:55.060437233 |
1641 | 2025-03-25T21:13:48.137Z | sys 2:11.683159617 |
1642 | 2025-03-25T21:13:48.137Z | trap 0.632475099 |
1643 | 2025-03-25T21:13:48.137Z | tflt 1.000370694 |
1644 | 2025-03-25T21:13:48.137Z | dflt 1.360904252 |
1645 | 2025-03-25T21:13:48.138Z | kflt 0.025849302 |
1646 | 2025-03-25T21:13:48.138Z | lock 24:18.143719162 |
1647 | 2025-03-25T21:13:48.138Z | slp 59:14.537461930 |
1648 | 2025-03-25T21:13:48.138Z | lat 1:03.588999413 |
1649 | 2025-03-25T21:13:48.138Z | stop 2:33.683520204 |
1650 | 2025-03-25T21:13:48.138Z | + banner clippy |
1651 | 2025-03-25T21:13:48.138Z | |
1652 | 2025-03-25T21:13:48.138Z | #### # # ##### ##### # # |
1653 | 2025-03-25T21:13:48.138Z | # # # # # # # # # # |
1654 | 2025-03-25T21:13:48.138Z | # # # # # # # # |
1655 | 2025-03-25T21:13:48.138Z | # # # ##### ##### # |
1656 | 2025-03-25T21:13:48.138Z | # # # # # # # |
1657 | 2025-03-25T21:13:48.138Z | #### ###### # # # # |
1658 | 2025-03-25T21:13:48.138Z | |
1659 | 2025-03-25T21:13:48.141Z | + export CARGO_INCREMENTAL=0 |
1660 | 2025-03-25T21:13:48.141Z | + CARGO_INCREMENTAL=0 |
1661 | 2025-03-25T21:13:48.141Z | + ptime -m cargo xtask clippy |
1662 | 2025-03-25T21:13:48.740Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1663 | 2025-03-25T21:13:51.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.58s |
1664 | 2025-03-25T21:13:51.850Z | Running `target/debug/xtask clippy` |
1665 | 2025-03-25T21:13:51.876Z | running: /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1666 | 2025-03-25T21:13:52.626Z | Downloading crates ... |
1667 | 2025-03-25T21:13:52.934Z | Downloaded anes v0.1.6 |
1668 | 2025-03-25T21:13:52.945Z | Downloaded approx v0.5.1 |
1669 | 2025-03-25T21:13:52.954Z | Downloaded assert-json-diff v2.0.2 |
1670 | 2025-03-25T21:13:52.954Z | Downloaded async-channel v1.9.0 |
1671 | 2025-03-25T21:13:52.954Z | Downloaded async-channel v2.3.1 |
1672 | 2025-03-25T21:13:52.955Z | Downloaded async-lock v3.4.0 |
1673 | 2025-03-25T21:13:52.955Z | Downloaded async-process v2.3.0 |
1674 | 2025-03-25T21:13:52.955Z | Downloaded async-signal v0.2.10 |
1675 | 2025-03-25T21:13:52.955Z | Downloaded async-task v4.7.1 |
1676 | 2025-03-25T21:13:52.964Z | Downloaded cast v0.3.0 |
1677 | 2025-03-25T21:13:52.965Z | Downloaded blocking v1.6.1 |
1678 | 2025-03-25T21:13:52.965Z | Downloaded concurrent-queue v2.5.0 |
1679 | 2025-03-25T21:13:52.972Z | Downloaded criterion v0.5.1 |
1680 | 2025-03-25T21:13:52.972Z | Downloaded event-listener v2.5.3 |
1681 | 2025-03-25T21:13:52.972Z | Downloaded pathdiff v0.2.3 |
1682 | 2025-03-25T21:13:52.975Z | Downloaded parking v2.2.1 |
1683 | 2025-03-25T21:13:52.975Z | Downloaded piper v0.2.4 |
1684 | 2025-03-25T21:13:52.993Z | Downloaded tinytemplate v1.2.1 |
1685 | 2025-03-25T21:13:52.998Z | Downloaded async-global-executor v2.4.1 |
1686 | 2025-03-25T21:13:52.999Z | Downloaded async-executor v1.13.1 |
1687 | 2025-03-25T21:13:52.999Z | Downloaded async-attributes v1.1.2 |
1688 | 2025-03-25T21:13:53.007Z | Downloaded assert_cmd v2.0.16 |
1689 | 2025-03-25T21:13:53.007Z | Downloaded plotters-svg v0.3.7 |
1690 | 2025-03-25T21:13:53.007Z | Downloaded plotters-backend v0.3.7 |
1691 | 2025-03-25T21:13:53.008Z | Downloaded plotters v0.3.7 |
1692 | 2025-03-25T21:13:53.013Z | Downloaded async-object-pool v0.1.5 |
1693 | 2025-03-25T21:13:53.013Z | Downloaded async-io v2.3.4 |
1694 | 2025-03-25T21:13:53.018Z | Downloaded criterion-plot v0.5.0 |
1695 | 2025-03-25T21:13:53.019Z | Downloaded async-std v1.13.0 |
1696 | 2025-03-25T21:13:53.040Z | Downloaded oorandom v11.1.4 |
1697 | 2025-03-25T21:13:53.047Z | Downloaded blake2b_simd v1.0.2 |
1698 | 2025-03-25T21:13:53.047Z | Downloaded doc-comment v0.3.3 |
1699 | 2025-03-25T21:13:53.064Z | Downloaded event-listener-strategy v0.5.2 |
1700 | 2025-03-25T21:13:53.074Z | Downloaded futures-timer v3.0.3 |
1701 | 2025-03-25T21:13:53.074Z | Downloaded hyper-rustls v0.26.0 |
1702 | 2025-03-25T21:13:53.082Z | Downloaded proc-macro-crate v3.2.0 |
1703 | 2025-03-25T21:13:53.082Z | Downloaded polling v3.7.3 |
1704 | 2025-03-25T21:13:53.082Z | Downloaded rand_distr v0.4.3 |
1705 | 2025-03-25T21:13:53.087Z | Downloaded rstest v0.24.0 |
1706 | 2025-03-25T21:13:53.087Z | Downloaded rustls-native-certs v0.7.3 |
1707 | 2025-03-25T21:13:53.087Z | Downloaded futures-lite v2.3.0 |
1708 | 2025-03-25T21:13:53.092Z | Downloaded relative-path v1.9.3 |
1709 | 2025-03-25T21:13:53.093Z | Downloaded event-listener v5.3.1 |
1710 | 2025-03-25T21:13:53.093Z | Downloaded guppy-workspace-hack v0.1.0 |
1711 | 2025-03-25T21:13:53.104Z | Downloaded cfg-expr v0.18.0 |
1712 | 2025-03-25T21:13:53.104Z | Downloaded kv-log-macro v1.0.7 |
1713 | 2025-03-25T21:13:53.104Z | Downloaded httptest v0.16.3 |
1714 | 2025-03-25T21:13:53.108Z | Downloaded guppy v0.17.17 |
1715 | 2025-03-25T21:13:53.113Z | Downloaded target-lexicon v0.13.2 |
1716 | 2025-03-25T21:13:53.118Z | Downloaded rstest_macros v0.24.0 |
1717 | 2025-03-25T21:13:53.122Z | Downloaded target-spec v3.4.2 |
1718 | 2025-03-25T21:13:53.135Z | Downloaded trybuild v1.0.103 |
1719 | 2025-03-25T21:13:53.140Z | Downloaded target-triple v0.1.3 |
1720 | 2025-03-25T21:13:53.146Z | Downloaded stringmetrics v2.2.2 |
1721 | 2025-03-25T21:13:53.146Z | Downloaded similar-asserts v1.7.0 |
1722 | 2025-03-25T21:13:53.146Z | Downloaded serde_regex v1.1.0 |
1723 | 2025-03-25T21:13:53.146Z | Downloaded rust-argon2 v2.1.0 |
1724 | 2025-03-25T21:13:53.150Z | Downloaded path-tree v0.8.1 |
1725 | 2025-03-25T21:13:53.150Z | Downloaded partial-io v0.5.4 |
1726 | 2025-03-25T21:13:53.150Z | Downloaded nested v0.1.1 |
1727 | 2025-03-25T21:13:53.195Z | Downloaded httpmock v0.8.0-alpha.1 |
1728 | 2025-03-25T21:13:53.826Z | Checking cfg-if v1.0.0 |
1729 | 2025-03-25T21:13:53.996Z | Checking libc v0.2.170 |
1730 | 2025-03-25T21:13:54.019Z | Checking serde v1.0.218 |
1731 | 2025-03-25T21:13:54.041Z | Checking memchr v2.7.4 |
1732 | 2025-03-25T21:13:54.065Z | Checking value-bag v1.9.0 |
1733 | 2025-03-25T21:13:54.094Z | Checking itoa v1.0.11 |
1734 | 2025-03-25T21:13:54.121Z | Checking zeroize v1.8.1 |
1735 | 2025-03-25T21:13:54.149Z | Checking scopeguard v1.2.0 |
1736 | 2025-03-25T21:13:54.149Z | Checking smallvec v1.14.0 |
1737 | 2025-03-25T21:13:54.336Z | Checking lock_api v0.4.12 |
1738 | 2025-03-25T21:13:54.368Z | Checking pin-project-lite v0.2.14 |
1739 | 2025-03-25T21:13:54.398Z | Checking subtle v2.6.1 |
1740 | 2025-03-25T21:13:54.461Z | Checking log v0.4.22 |
1741 | 2025-03-25T21:13:54.511Z | Checking once_cell v1.20.3 |
1742 | 2025-03-25T21:13:54.536Z | Checking libm v0.2.8 |
1743 | 2025-03-25T21:13:54.688Z | Checking ryu v1.0.18 |
1744 | 2025-03-25T21:13:54.718Z | Checking byteorder v1.5.0 |
1745 | 2025-03-25T21:13:54.829Z | Checking typenum v1.17.0 |
1746 | 2025-03-25T21:13:54.863Z | Checking futures-core v0.3.31 |
1747 | 2025-03-25T21:13:54.967Z | Checking thiserror v1.0.69 |
1748 | 2025-03-25T21:13:55.002Z | Checking getrandom v0.2.15 |
1749 | 2025-03-25T21:13:55.002Z | Checking parking_lot_core v0.9.10 |
1750 | 2025-03-25T21:13:55.066Z | Checking signal-hook-registry v1.4.2 |
1751 | 2025-03-25T21:13:55.115Z | Checking mio v1.0.2 |
1752 | 2025-03-25T21:13:55.140Z | Checking socket2 v0.5.8 |
1753 | 2025-03-25T21:13:55.269Z | Checking rand_core v0.6.4 |
1754 | 2025-03-25T21:13:55.328Z | Checking parking_lot v0.12.3 |
1755 | 2025-03-25T21:13:55.361Z | Checking futures-io v0.3.31 |
1756 | 2025-03-25T21:13:55.393Z | Checking num-traits v0.2.19 |
1757 | 2025-03-25T21:13:55.595Z | Checking const-oid v0.9.6 |
1758 | 2025-03-25T21:13:55.639Z | Checking slab v0.4.9 |
1759 | 2025-03-25T21:13:55.673Z | Checking equivalent v1.0.1 |
1760 | 2025-03-25T21:13:55.738Z | Checking allocator-api2 v0.2.18 |
1761 | 2025-03-25T21:13:55.767Z | Checking foldhash v0.1.3 |
1762 | 2025-03-25T21:13:55.802Z | Checking zerocopy v0.7.35 |
1763 | 2025-03-25T21:13:55.912Z | Checking futures-sink v0.3.31 |
1764 | 2025-03-25T21:13:55.989Z | Checking generic-array v0.14.7 |
1765 | 2025-03-25T21:13:56.015Z | Checking getrandom v0.3.1 |
1766 | 2025-03-25T21:13:56.085Z | Checking cpufeatures v0.2.14 |
1767 | 2025-03-25T21:13:56.209Z | Checking iana-time-zone v0.1.61 |
1768 | 2025-03-25T21:13:56.295Z | Checking pin-utils v0.1.0 |
1769 | 2025-03-25T21:13:56.471Z | Checking futures-channel v0.3.31 |
1770 | 2025-03-25T21:13:56.474Z | Checking hashbrown v0.15.1 |
1771 | 2025-03-25T21:13:56.475Z | Checking futures-task v0.3.31 |
1772 | 2025-03-25T21:13:56.705Z | Checking fnv v1.0.7 |
1773 | 2025-03-25T21:13:56.740Z | Checking futures-util v0.3.31 |
1774 | 2025-03-25T21:13:57.222Z | Checking stable_deref_trait v1.2.0 |
1775 | 2025-03-25T21:13:57.227Z | Checking errno v0.3.9 |
1776 | 2025-03-25T21:13:57.227Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1777 | 2025-03-25T21:13:57.228Z | Checking dyn-clone v1.0.19 |
1778 | 2025-03-25T21:13:57.228Z | Checking tracing-core v0.1.32 |
1779 | 2025-03-25T21:13:57.228Z | Checking crypto-common v0.1.6 |
1780 | 2025-03-25T21:13:57.256Z | Checking block-buffer v0.10.4 |
1781 | 2025-03-25T21:13:57.359Z | Checking ppv-lite86 v0.2.20 |
1782 | 2025-03-25T21:13:57.409Z | Checking zerofrom v0.1.4 |
1783 | 2025-03-25T21:13:57.482Z | Checking writeable v0.5.5 |
1784 | 2025-03-25T21:13:57.518Z | Checking litemap v0.7.3 |
1785 | 2025-03-25T21:13:57.523Z | Checking digest v0.10.7 |
1786 | 2025-03-25T21:13:57.622Z | Checking yoke v0.7.4 |
1787 | 2025-03-25T21:13:57.764Z | Checking tracing v0.1.40 |
1788 | 2025-03-25T21:13:57.830Z | Checking percent-encoding v2.3.1 |
1789 | 2025-03-25T21:13:57.875Z | Checking block-padding v0.3.3 |
1790 | 2025-03-25T21:13:57.917Z | Checking crossbeam-utils v0.8.20 |
1791 | 2025-03-25T21:13:57.972Z | Checking zerovec v0.10.4 |
1792 | 2025-03-25T21:13:58.066Z | Checking icu_locid_transform_data v1.5.0 |
1793 | 2025-03-25T21:13:58.090Z | Checking rand_chacha v0.3.1 |
1794 | 2025-03-25T21:13:58.159Z | Checking inout v0.1.3 |
1795 | 2025-03-25T21:13:58.159Z | Checking form_urlencoded v1.2.1 |
1796 | 2025-03-25T21:13:58.179Z | Checking atomic-waker v1.1.2 |
1797 | 2025-03-25T21:14:00.558Z | Checking regex-syntax v0.8.5 |
1798 | 2025-03-25T21:14:00.588Z | Checking icu_properties_data v1.5.0 |
1799 | 2025-03-25T21:14:00.588Z | Checking cipher v0.4.4 |
1800 | 2025-03-25T21:14:00.588Z | Checking bytes v1.10.1 |
1801 | 2025-03-25T21:14:00.588Z | Checking bitflags v2.6.0 |
1802 | 2025-03-25T21:14:00.588Z | Checking serde_json v1.0.139 |
1803 | 2025-03-25T21:14:00.588Z | Checking chrono v0.4.40 |
1804 | 2025-03-25T21:14:00.588Z | Checking uuid v1.15.1 |
1805 | 2025-03-25T21:14:00.588Z | Checking semver v1.0.25 |
1806 | 2025-03-25T21:14:00.588Z | Checking indexmap v2.7.1 |
1807 | 2025-03-25T21:14:00.588Z | Checking rustix v0.38.37 |
1808 | 2025-03-25T21:14:00.588Z | Checking tinystr v0.7.6 |
1809 | 2025-03-25T21:14:00.588Z | Checking tokio v1.43.0 |
1810 | 2025-03-25T21:14:00.588Z | Checking http v1.2.0 |
1811 | 2025-03-25T21:14:00.588Z | Checking icu_locid v1.5.0 |
1812 | 2025-03-25T21:14:00.588Z | Checking rand v0.8.5 |
1813 | 2025-03-25T21:14:00.710Z | Checking schemars v0.8.22 |
1814 | 2025-03-25T21:14:01.727Z | Checking icu_provider v1.5.0 |
1815 | 2025-03-25T21:14:01.741Z | Checking icu_collections v1.5.0 |
1816 | 2025-03-25T21:14:01.741Z | Checking spin v0.9.8 |
1817 | 2025-03-25T21:14:01.741Z | Checking utf8_iter v1.0.4 |
1818 | 2025-03-25T21:14:01.741Z | Checking icu_normalizer_data v1.5.0 |
1819 | 2025-03-25T21:14:01.746Z | Checking powerfmt v0.2.0 |
1820 | 2025-03-25T21:14:01.953Z | Checking utf16_iter v1.0.5 |
1821 | 2025-03-25T21:14:01.958Z | Checking icu_locid_transform v1.5.0 |
1822 | 2025-03-25T21:14:01.958Z | Checking untrusted v0.9.0 |
1823 | 2025-03-25T21:14:01.958Z | Checking write16 v1.0.0 |
1824 | 2025-03-25T21:14:02.028Z | Checking aho-corasick v1.1.3 |
1825 | 2025-03-25T21:14:02.057Z | Checking deranged v0.3.11 |
1826 | 2025-03-25T21:14:02.104Z | Checking httparse v1.9.5 |
1827 | 2025-03-25T21:14:02.132Z | Checking ring v0.17.11 |
1828 | 2025-03-25T21:14:02.285Z | Checking unicode-ident v1.0.14 |
1829 | 2025-03-25T21:14:02.477Z | Checking num_threads v0.1.7 |
1830 | 2025-03-25T21:14:02.601Z | Checking num-conv v0.1.0 |
1831 | 2025-03-25T21:14:02.630Z | Checking time-core v0.1.2 |
1832 | 2025-03-25T21:14:02.679Z | Checking base64ct v1.6.0 |
1833 | 2025-03-25T21:14:02.814Z | Checking proc-macro2 v1.0.94 |
1834 | 2025-03-25T21:14:02.868Z | Checking hmac v0.12.1 |
1835 | 2025-03-25T21:14:02.899Z | Checking icu_properties v1.5.1 |
1836 | 2025-03-25T21:14:03.099Z | Checking sha2 v0.10.8 |
1837 | 2025-03-25T21:14:03.184Z | Checking adler2 v2.0.0 |
1838 | 2025-03-25T21:14:03.377Z | Checking miniz_oxide v0.8.5 |
1839 | 2025-03-25T21:14:03.435Z | Checking time v0.3.36 |
1840 | 2025-03-25T21:14:03.480Z | Checking quote v1.0.39 |
1841 | 2025-03-25T21:14:03.645Z | Checking regex-automata v0.4.8 |
1842 | 2025-03-25T21:14:03.720Z | Checking rustls-pki-types v1.10.0 |
1843 | 2025-03-25T21:14:03.850Z | Checking syn v2.0.98 |
1844 | 2025-03-25T21:14:04.143Z | Checking http-body v1.0.1 |
1845 | 2025-03-25T21:14:04.278Z | Checking aws-lc-sys v0.26.0 |
1846 | 2025-03-25T21:14:04.383Z | Checking base64 v0.22.1 |
1847 | 2025-03-25T21:14:04.417Z | Checking httpdate v1.0.3 |
1848 | 2025-03-25T21:14:04.689Z | Checking untrusted v0.7.1 |
1849 | 2025-03-25T21:14:04.861Z | Checking try-lock v0.2.5 |
1850 | 2025-03-25T21:14:04.891Z | Checking pem-rfc7468 v0.7.0 |
1851 | 2025-03-25T21:14:05.024Z | Checking want v0.3.1 |
1852 | 2025-03-25T21:14:05.166Z | Checking tower-service v0.3.3 |
1853 | 2025-03-25T21:14:05.242Z | Checking slog v2.7.0 |
1854 | 2025-03-25T21:14:05.324Z | Checking flagset v0.4.6 |
1855 | 2025-03-25T21:14:05.573Z | Checking der v0.7.9 |
1856 | 2025-03-25T21:14:05.782Z | Checking pbkdf2 v0.12.2 |
1857 | 2025-03-25T21:14:05.974Z | Checking aes v0.8.4 |
1858 | 2025-03-25T21:14:06.000Z | Checking mime v0.3.17 |
1859 | 2025-03-25T21:14:06.331Z | Checking icu_normalizer v1.5.0 |
1860 | 2025-03-25T21:14:06.358Z | Checking gimli v0.31.1 |
1861 | 2025-03-25T21:14:06.485Z | Checking aws-lc-rs v1.12.4 |
1862 | 2025-03-25T21:14:06.611Z | Checking tokio-util v0.7.13 |
1863 | 2025-03-25T21:14:06.856Z | Checking lazy_static v1.5.0 |
1864 | 2025-03-25T21:14:07.010Z | Checking salsa20 v0.10.2 |
1865 | 2025-03-25T21:14:07.150Z | Checking idna_adapter v1.2.0 |
1866 | 2025-03-25T21:14:07.256Z | Checking cbc v0.1.2 |
1867 | 2025-03-25T21:14:07.374Z | Checking idna v1.0.3 |
1868 | 2025-03-25T21:14:07.402Z | Checking spki v0.7.3 |
1869 | 2025-03-25T21:14:07.438Z | Checking h2 v0.4.6 |
1870 | 2025-03-25T21:14:07.480Z | Checking object v0.36.5 |
1871 | 2025-03-25T21:14:07.701Z | Checking rustc-demangle v0.1.24 |
1872 | 2025-03-25T21:14:07.704Z | Checking regex v1.11.1 |
1873 | 2025-03-25T21:14:07.894Z | Checking url v2.5.3 |
1874 | 2025-03-25T21:14:08.165Z | Checking scrypt v0.11.0 |
1875 | 2025-03-25T21:14:08.342Z | Checking http-body-util v0.1.2 |
1876 | 2025-03-25T21:14:08.372Z | Checking rustls-webpki v0.102.8 |
1877 | 2025-03-25T21:14:08.409Z | Checking foreign-types-shared v0.1.1 |
1878 | 2025-03-25T21:14:08.547Z | Checking utf8parse v0.2.2 |
1879 | 2025-03-25T21:14:08.728Z | Checking openssl-probe v0.1.5 |
1880 | 2025-03-25T21:14:08.758Z | Checking ipnet v2.11.0 |
1881 | 2025-03-25T21:14:08.789Z | Checking foreign-types v0.3.2 |
1882 | 2025-03-25T21:14:08.897Z | Checking pkcs5 v0.7.1 |
1883 | 2025-03-25T21:14:08.925Z | Checking rustls-pemfile v2.2.0 |
1884 | 2025-03-25T21:14:09.170Z | Checking openssl-sys v0.9.106 |
1885 | 2025-03-25T21:14:09.216Z | Checking futures-executor v0.3.31 |
1886 | 2025-03-25T21:14:09.268Z | Checking serde_urlencoded v0.7.1 |
1887 | 2025-03-25T21:14:09.434Z | Checking pkcs8 v0.10.2 |
1888 | 2025-03-25T21:14:09.477Z | Checking encoding_rs v0.8.34 |
1889 | 2025-03-25T21:14:09.688Z | Checking anstyle v1.0.10 |
1890 | 2025-03-25T21:14:09.787Z | Checking futures v0.3.31 |
1891 | 2025-03-25T21:14:09.913Z | Checking rustls v0.23.19 |
1892 | 2025-03-25T21:14:09.916Z | Checking toml_datetime v0.6.8 |
1893 | 2025-03-25T21:14:10.052Z | Checking serde_spanned v0.6.8 |
1894 | 2025-03-25T21:14:10.144Z | Checking addr2line v0.24.2 |
1895 | 2025-03-25T21:14:10.238Z | Checking psl-types v2.0.11 |
1896 | 2025-03-25T21:14:10.268Z | Checking either v1.14.0 |
1897 | 2025-03-25T21:14:10.315Z | Checking openssl v0.10.71 |
1898 | 2025-03-25T21:14:10.438Z | Checking publicsuffix v2.3.0 |
1899 | 2025-03-25T21:14:10.709Z | Checking anstyle-parse v0.2.5 |
1900 | 2025-03-25T21:14:10.712Z | Checking cookie v0.18.1 |
1901 | 2025-03-25T21:14:10.760Z | Checking webpki-roots v0.26.6 |
1902 | 2025-03-25T21:14:10.995Z | Checking sync_wrapper v1.0.1 |
1903 | 2025-03-25T21:14:10.998Z | Checking anstyle-query v1.1.1 |
1904 | 2025-03-25T21:14:11.176Z | Checking tower-layer v0.3.3 |
1905 | 2025-03-25T21:14:11.179Z | Checking colorchoice v1.0.2 |
1906 | 2025-03-25T21:14:11.227Z | Checking is_terminal_polyfill v1.70.1 |
1907 | 2025-03-25T21:14:11.370Z | Checking cookie_store v0.21.1 |
1908 | 2025-03-25T21:14:11.373Z | Checking anstream v0.6.15 |
1909 | 2025-03-25T21:14:11.463Z | Checking tower v0.5.2 |
1910 | 2025-03-25T21:14:11.785Z | Checking terminal_size v0.4.0 |
1911 | 2025-03-25T21:14:11.912Z | Checking is-terminal v0.4.13 |
1912 | 2025-03-25T21:14:11.985Z | Checking clap_lex v0.7.4 |
1913 | 2025-03-25T21:14:12.070Z | Checking strsim v0.11.1 |
1914 | 2025-03-25T21:14:12.100Z | Checking openapiv3 v2.0.0 |
1915 | 2025-03-25T21:14:12.223Z | Checking signature v2.2.0 |
1916 | 2025-03-25T21:14:12.251Z | Checking data-encoding v2.6.0 |
1917 | 2025-03-25T21:14:12.372Z | Checking clap_builder v4.5.31 |
1918 | 2025-03-25T21:14:12.447Z | Checking camino v1.1.9 |
1919 | 2025-03-25T21:14:12.820Z | Checking tinyvec_macros v0.1.1 |
1920 | 2025-03-25T21:14:12.927Z | Checking bitflags v1.3.2 |
1921 | 2025-03-25T21:14:13.023Z | Checking tinyvec v1.8.0 |
1922 | 2025-03-25T21:14:13.053Z | Checking sha1 v0.10.6 |
1923 | 2025-03-25T21:14:13.374Z | Checking scroll v0.12.0 |
1924 | 2025-03-25T21:14:13.442Z | Checking backtrace v0.3.74 |
1925 | 2025-03-25T21:14:13.734Z | Checking hyper v1.6.0 |
1926 | 2025-03-25T21:14:13.797Z | Checking plain v0.2.3 |
1927 | 2025-03-25T21:14:13.977Z | Checking ucd-trie v0.1.7 |
1928 | 2025-03-25T21:14:14.021Z | Checking anyhow v1.0.97 |
1929 | 2025-03-25T21:14:14.215Z | Checking pest v2.7.14 |
1930 | 2025-03-25T21:14:14.329Z | Checking goblin v0.8.2 |
1931 | 2025-03-25T21:14:14.414Z | Checking ipnetwork v0.21.1 |
1932 | 2025-03-25T21:14:14.803Z | Checking num-integer v0.1.46 |
1933 | 2025-03-25T21:14:15.187Z | Checking tokio-rustls v0.26.0 |
1934 | 2025-03-25T21:14:15.282Z | Checking dirs-sys-next v0.1.2 |
1935 | 2025-03-25T21:14:15.326Z | Checking pretty-hex v0.4.1 |
1936 | 2025-03-25T21:14:15.398Z | Checking clap v4.5.31 |
1937 | 2025-03-25T21:14:15.483Z | Checking dirs-next v2.0.0 |
1938 | 2025-03-25T21:14:15.533Z | Checking crossbeam-channel v0.5.13 |
1939 | 2025-03-25T21:14:15.563Z | Checking thread-id v4.2.2 |
1940 | 2025-03-25T21:14:15.602Z | Checking thread_local v1.1.8 |
1941 | 2025-03-25T21:14:15.627Z | Checking native-tls v0.2.12 |
1942 | 2025-03-25T21:14:15.653Z | Checking crc32fast v1.4.2 |
1943 | 2025-03-25T21:14:15.692Z | Checking hyper-util v0.1.10 |
1944 | 2025-03-25T21:14:15.695Z | Checking base16ct v0.2.0 |
1945 | 2025-03-25T21:14:15.875Z | Checking winnow v0.7.3 |
1946 | 2025-03-25T21:14:15.927Z | Checking term v0.7.0 |
1947 | 2025-03-25T21:14:15.930Z | Checking sec1 v0.7.3 |
1948 | 2025-03-25T21:14:15.979Z | Checking tokio-native-tls v0.3.1 |
1949 | 2025-03-25T21:14:16.245Z | Checking ff v0.13.0 |
1950 | 2025-03-25T21:14:16.285Z | Checking memmap v0.7.0 |
1951 | 2025-03-25T21:14:16.346Z | Checking zerocopy v0.8.10 |
1952 | 2025-03-25T21:14:16.386Z | Checking take_mut v0.2.2 |
1953 | 2025-03-25T21:14:16.476Z | Checking group v0.13.0 |
1954 | 2025-03-25T21:14:16.514Z | Checking slog-term v2.9.1 |
1955 | 2025-03-25T21:14:16.558Z | Checking slog-async v2.8.0 |
1956 | 2025-03-25T21:14:16.746Z | Checking num-iter v0.1.45 |
1957 | 2025-03-25T21:14:16.814Z | Checking dtrace-parser v0.2.0 |
1958 | 2025-03-25T21:14:16.845Z | Checking hkdf v0.12.4 |
1959 | 2025-03-25T21:14:16.948Z | Checking hex v0.4.3 |
1960 | 2025-03-25T21:14:17.028Z | Checking crypto-bigint v0.5.5 |
1961 | 2025-03-25T21:14:17.080Z | Checking match_cfg v0.1.0 |
1962 | 2025-03-25T21:14:17.190Z | Checking static_assertions v1.1.0 |
1963 | 2025-03-25T21:14:17.273Z | Checking unicode-width v0.2.0 |
1964 | 2025-03-25T21:14:17.305Z | Checking hostname v0.3.1 |
1965 | 2025-03-25T21:14:17.468Z | Checking bstr v1.10.0 |
1966 | 2025-03-25T21:14:17.471Z | Checking unicode-segmentation v1.12.0 |
1967 | 2025-03-25T21:14:17.746Z | Checking hyper-rustls v0.27.3 |
1968 | 2025-03-25T21:14:17.775Z | Checking hyper-tls v0.6.0 |
1969 | 2025-03-25T21:14:18.087Z | Checking winnow v0.5.40 |
1970 | 2025-03-25T21:14:18.117Z | Checking reqwest v0.12.12 |
1971 | 2025-03-25T21:14:18.154Z | Checking num-bigint-dig v0.8.4 |
1972 | 2025-03-25T21:14:18.402Z | Checking flate2 v1.1.0 |
1973 | 2025-03-25T21:14:18.713Z | Checking toml_edit v0.22.24 |
1974 | 2025-03-25T21:14:19.086Z | Checking pkcs1 v0.7.5 |
1975 | 2025-03-25T21:14:19.238Z | Checking crossbeam-epoch v0.9.18 |
1976 | 2025-03-25T21:14:19.268Z | Checking dof v0.3.0 |
1977 | 2025-03-25T21:14:19.532Z | Checking zerocopy v0.6.6 |
1978 | 2025-03-25T21:14:19.700Z | Checking unicode-normalization v0.1.24 |
1979 | 2025-03-25T21:14:19.900Z | Checking usdt-impl v0.5.0 |
1980 | 2025-03-25T21:14:19.945Z | Checking rfc6979 v0.4.0 |
1981 | 2025-03-25T21:14:19.974Z | Checking elliptic-curve v0.13.8 |
1982 | 2025-03-25T21:14:20.140Z | Checking hubpack v0.1.2 |
1983 | 2025-03-25T21:14:20.214Z | Checking managed v0.8.0 |
1984 | 2025-03-25T21:14:20.217Z | Checking rsa v0.9.6 |
1985 | 2025-03-25T21:14:20.455Z | Checking usdt v0.5.0 |
1986 | 2025-03-25T21:14:20.486Z | Checking debug-ignore v1.0.5 |
1987 | 2025-03-25T21:14:20.627Z | Checking crossbeam-deque v0.8.5 |
1988 | 2025-03-25T21:14:20.656Z | Checking x509-cert v0.2.5 |
1989 | 2025-03-25T21:14:20.660Z | Checking ecdsa v0.16.9 |
1990 | 2025-03-25T21:14:20.660Z | Checking slog-json v2.6.1 |
1991 | 2025-03-25T21:14:20.738Z | Checking curve25519-dalek v4.1.3 |
1992 | 2025-03-25T21:14:20.940Z | Checking toml_edit v0.19.15 |
1993 | 2025-03-25T21:14:20.969Z | Checking ahash v0.8.11 |
1994 | 2025-03-25T21:14:20.973Z | Checking bzip2-sys v0.1.11+1.0.8 |
1995 | 2025-03-25T21:14:21.125Z | Checking siphasher v0.3.11 |
1996 | 2025-03-25T21:14:21.219Z | Checking bzip2 v0.4.4 |
1997 | 2025-03-25T21:14:21.439Z | Checking rayon-core v1.12.1 |
1998 | 2025-03-25T21:14:21.470Z | Checking slog-bunyan v2.5.0 |
1999 | 2025-03-25T21:14:21.474Z | Checking toml v0.8.20 |
2000 | 2025-03-25T21:14:21.524Z | Checking ed25519 v2.2.3 |
2001 | 2025-03-25T21:14:21.528Z | Checking rustls v0.22.4 |
2002 | 2025-03-25T21:14:21.649Z | Checking serde_path_to_error v0.1.16 |
2003 | 2025-03-25T21:14:21.854Z | Checking signal-hook v0.3.17 |
2004 | 2025-03-25T21:14:22.143Z | Checking rand_core v0.9.2 |
2005 | 2025-03-25T21:14:22.176Z | Checking console v0.15.10 |
2006 | 2025-03-25T21:14:22.215Z | Checking hickory-proto v0.24.4 |
2007 | 2025-03-25T21:14:22.218Z | Checking itertools v0.10.5 |
2008 | 2025-03-25T21:14:22.267Z | Checking memoffset v0.9.1 |
2009 | 2025-03-25T21:14:22.407Z | Checking signal-hook-mio v0.2.4 |
2010 | 2025-03-25T21:14:22.483Z | Checking rand_chacha v0.9.0 |
2011 | 2025-03-25T21:14:22.563Z | Checking zip v0.6.6 |
2012 | 2025-03-25T21:14:22.594Z | Checking ed25519-dalek v2.1.1 |
2013 | 2025-03-25T21:14:22.751Z | Checking multer v3.1.0 |
2014 | 2025-03-25T21:14:22.888Z | Checking fs-err v2.11.0 |
2015 | 2025-03-25T21:14:23.030Z | Checking waitgroup v0.1.2 |
2016 | 2025-03-25T21:14:23.179Z | Checking async-stream v0.3.6 |
2017 | 2025-03-25T21:14:23.210Z | Checking hash32 v0.2.1 |
2018 | 2025-03-25T21:14:23.279Z | Checking hostname v0.4.0 |
2019 | 2025-03-25T21:14:23.408Z | Checking simd-adler32 v0.3.7 |
2020 | 2025-03-25T21:14:23.438Z | Checking unicode-bidi v0.3.17 |
2021 | 2025-03-25T21:14:23.441Z | Checking toml v0.7.8 |
2022 | 2025-03-25T21:14:23.441Z | Checking predicates-core v1.0.8 |
2023 | 2025-03-25T21:14:23.523Z | Checking unicode-properties v0.1.3 |
2024 | 2025-03-25T21:14:23.705Z | Checking bumpalo v3.16.0 |
2025 | 2025-03-25T21:14:23.788Z | Checking lockfree-object-pool v0.1.6 |
2026 | 2025-03-25T21:14:23.926Z | Checking heapless v0.7.17 |
2027 | 2025-03-25T21:14:24.053Z | Checking rand v0.9.0 |
2028 | 2025-03-25T21:14:24.079Z | Checking zopfli v0.8.1 |
2029 | 2025-03-25T21:14:24.119Z | Checking crossterm v0.28.1 |
2030 | 2025-03-25T21:14:24.122Z | Checking stringprep v0.1.5 |
2031 | 2025-03-25T21:14:24.346Z | Checking rayon v1.10.0 |
2032 | 2025-03-25T21:14:24.420Z | Checking phf_shared v0.11.2 |
2033 | 2025-03-25T21:14:24.707Z | Checking similar v2.7.0 |
2034 | 2025-03-25T21:14:24.802Z | Checking tokio-stream v0.1.17 |
2035 | 2025-03-25T21:14:24.853Z | Checking newtype-uuid v1.2.1 |
2036 | 2025-03-25T21:14:24.927Z | Checking tokio-rustls v0.25.0 |
2037 | 2025-03-25T21:14:25.110Z | Checking md-5 v0.10.6 |
2038 | 2025-03-25T21:14:25.135Z | Checking float-cmp v0.10.0 |
2039 | 2025-03-25T21:14:25.320Z | Checking normalize-line-endings v0.3.0 |
2040 | 2025-03-25T21:14:25.354Z | Checking fallible-iterator v0.2.0 |
2041 | 2025-03-25T21:14:25.383Z | Checking difflib v0.4.0 |
2042 | 2025-03-25T21:14:25.482Z | Checking dropshot v0.12.0 |
2043 | 2025-03-25T21:14:25.545Z | Checking smoltcp v0.9.1 |
2044 | 2025-03-25T21:14:25.585Z | Checking zip v2.1.3 |
2045 | 2025-03-25T21:14:25.752Z | Checking predicates v3.1.3 |
2046 | 2025-03-25T21:14:25.902Z | Checking phf v0.11.2 |
2047 | 2025-03-25T21:14:25.959Z | Checking postgres-protocol v0.6.8 |
2048 | 2025-03-25T21:14:26.193Z | Checking nix v0.29.0 |
2049 | 2025-03-25T21:14:26.422Z | Checking phf_shared v0.10.0 |
2050 | 2025-03-25T21:14:26.679Z | Checking buf-list v1.0.3 |
2051 | 2025-03-25T21:14:26.709Z | Checking serde-big-array v0.5.1 |
2052 | 2025-03-25T21:14:26.736Z | Checking portable-atomic v1.9.0 |
2053 | 2025-03-25T21:14:26.861Z | Checking minimal-lexical v0.2.1 |
2054 | 2025-03-25T21:14:26.942Z | Checking lalrpop-util v0.19.12 |
2055 | 2025-03-25T21:14:26.971Z | Checking number_prefix v0.4.0 |
2056 | 2025-03-25T21:14:26.999Z | Checking new_debug_unreachable v1.0.6 |
2057 | 2025-03-25T21:14:27.117Z | Checking precomputed-hash v0.1.1 |
2058 | 2025-03-25T21:14:27.184Z | Checking fixedbitset v0.4.2 |
2059 | 2025-03-25T21:14:27.246Z | Checking string_cache v0.8.7 |
2060 | 2025-03-25T21:14:27.250Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2061 | 2025-03-25T21:14:27.299Z | Checking nom v7.1.3 |
2062 | 2025-03-25T21:14:27.468Z | Checking petgraph v0.6.5 |
2063 | 2025-03-25T21:14:27.558Z | Checking postgres-types v0.2.9 |
2064 | 2025-03-25T21:14:27.587Z | Checking itertools v0.12.1 |
2065 | 2025-03-25T21:14:27.728Z | Checking peg-runtime v0.8.5 |
2066 | 2025-03-25T21:14:27.923Z | Checking indicatif v0.17.11 |
2067 | 2025-03-25T21:14:27.986Z | Checking whoami v1.5.2 |
2068 | 2025-03-25T21:14:28.247Z | Compiling thiserror-impl v2.0.11 |
2069 | 2025-03-25T21:14:28.321Z | Checking tokio-postgres v0.7.13 |
2070 | 2025-03-25T21:14:28.803Z | Compiling regress v0.10.3 |
2071 | 2025-03-25T21:14:29.086Z | Compiling unsafe-libyaml v0.2.11 |
2072 | 2025-03-25T21:14:29.974Z | Compiling ident_case v1.0.1 |
2073 | 2025-03-25T21:14:30.043Z | Checking heck v0.5.0 |
2074 | 2025-03-25T21:14:30.184Z | Compiling darling_core v0.20.10 |
2075 | 2025-03-25T21:14:30.616Z | Compiling serde_yaml v0.9.34+deprecated |
2076 | 2025-03-25T21:14:30.969Z | Checking fastrand v2.1.1 |
2077 | 2025-03-25T21:14:31.251Z | Compiling daft-derive v0.1.2 |
2078 | 2025-03-25T21:14:31.323Z | Checking progenitor-client v0.9.1 |
2079 | 2025-03-25T21:14:31.513Z | Checking thiserror v2.0.11 |
2080 | 2025-03-25T21:14:31.688Z | Compiling structmeta-derive v0.3.0 |
2081 | 2025-03-25T21:14:31.730Z | Checking tempfile v3.13.0 |
2082 | 2025-03-25T21:14:32.136Z | Checking oxnet v0.1.1 |
2083 | 2025-03-25T21:14:32.350Z | Checking quick-error v1.2.3 |
2084 | 2025-03-25T21:14:32.507Z | Checking strum v0.26.3 |
2085 | 2025-03-25T21:14:32.535Z | Checking wait-timeout v0.2.0 |
2086 | 2025-03-25T21:14:32.701Z | Compiling typify-impl v0.2.0 |
2087 | 2025-03-25T21:14:32.752Z | Compiling dropshot v0.16.0 |
2088 | 2025-03-25T21:14:32.869Z | Checking daft v0.1.2 |
2089 | 2025-03-25T21:14:33.186Z | Compiling dropshot_endpoint v0.16.0 |
2090 | 2025-03-25T21:14:33.299Z | Checking bit-vec v0.8.0 |
2091 | 2025-03-25T21:14:33.584Z | Checking rusty-fork v0.3.0 |
2092 | 2025-03-25T21:14:33.698Z | Checking bit-set v0.8.0 |
2093 | 2025-03-25T21:14:33.860Z | Checking rand_xorshift v0.3.0 |
2094 | 2025-03-25T21:14:33.902Z | Checking unarray v0.1.4 |
2095 | 2025-03-25T21:14:34.053Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2096 | 2025-03-25T21:14:34.056Z | Checking macaddr v1.0.1 |
2097 | 2025-03-25T21:14:34.103Z | Checking proptest v1.6.0 |
2098 | 2025-03-25T21:14:34.339Z | Compiling structmeta v0.3.0 |
2099 | 2025-03-25T21:14:34.441Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2100 | 2025-03-25T21:14:34.503Z | Checking progenitor-client v0.8.0 |
2101 | 2025-03-25T21:14:34.740Z | Compiling parse-display-derive v0.10.0 |
2102 | 2025-03-25T21:14:34.850Z | Compiling test-strategy v0.4.0 |
2103 | 2025-03-25T21:14:35.229Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2104 | 2025-03-25T21:14:35.442Z | Checking instant v0.1.13 |
2105 | 2025-03-25T21:14:35.596Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2106 | 2025-03-25T21:14:36.167Z | Compiling darling_macro v0.20.10 |
2107 | 2025-03-25T21:14:36.403Z | Checking backoff v0.4.0 |
2108 | 2025-03-25T21:14:36.533Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2109 | 2025-03-25T21:14:36.712Z | Checking camino-tempfile v1.1.1 |
2110 | 2025-03-25T21:14:36.716Z | Checking unicode-width v0.1.14 |
2111 | 2025-03-25T21:14:36.996Z | Compiling proc-macro-error v1.0.4 |
2112 | 2025-03-25T21:14:37.089Z | Compiling darling v0.20.10 |
2113 | 2025-03-25T21:14:37.232Z | Compiling serde_with_macros v3.12.0 |
2114 | 2025-03-25T21:14:37.434Z | Compiling proc-macro-crate v1.3.1 |
2115 | 2025-03-25T21:14:37.599Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2116 | 2025-03-25T21:14:38.020Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2117 | 2025-03-25T21:14:38.319Z | Compiling num_enum_derive v0.5.11 |
2118 | 2025-03-25T21:14:38.391Z | Checking tabwriter v1.4.0 |
2119 | 2025-03-25T21:14:38.434Z | Compiling foreign-types-macros v0.2.3 |
2120 | 2025-03-25T21:14:38.624Z | Checking parse-display v0.10.0 |
2121 | 2025-03-25T21:14:38.650Z | Checking foreign-types-shared v0.3.1 |
2122 | 2025-03-25T21:14:38.879Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2123 | 2025-03-25T21:14:38.923Z | Checking cstr-argument v0.1.2 |
2124 | 2025-03-25T21:14:38.955Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2125 | 2025-03-25T21:14:39.122Z | Checking pretty-hex v0.2.1 |
2126 | 2025-03-25T21:14:39.316Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2127 | 2025-03-25T21:14:39.341Z | Checking colored v2.2.0 |
2128 | 2025-03-25T21:14:39.678Z | Checking foreign-types v0.5.0 |
2129 | 2025-03-25T21:14:39.711Z | Checking winnow v0.6.20 |
2130 | 2025-03-25T21:14:39.743Z | Checking smf v0.2.3 |
2131 | 2025-03-25T21:14:39.771Z | Checking serde_with v3.12.0 |
2132 | 2025-03-25T21:14:39.798Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2133 | 2025-03-25T21:14:39.801Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2134 | 2025-03-25T21:14:39.974Z | Checking itertools v0.14.0 |
2135 | 2025-03-25T21:14:40.162Z | Compiling typify-impl v0.3.0 |
2136 | 2025-03-25T21:14:40.187Z | Checking base64 v0.21.7 |
2137 | 2025-03-25T21:14:40.646Z | Checking num_enum v0.5.11 |
2138 | 2025-03-25T21:14:40.740Z | Compiling itertools v0.13.0 |
2139 | 2025-03-25T21:14:40.838Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2140 | 2025-03-25T21:14:41.491Z | Compiling crucible-workspace-hack v0.1.0 |
2141 | 2025-03-25T21:14:41.979Z | Compiling heapless v0.8.0 |
2142 | 2025-03-25T21:14:42.703Z | Checking hash32 v0.3.1 |
2143 | 2025-03-25T21:14:42.895Z | Compiling smoltcp v0.11.0 |
2144 | 2025-03-25T21:14:42.948Z | Checking cobs v0.2.3 |
2145 | 2025-03-25T21:14:43.162Z | Checking postcard v1.0.10 |
2146 | 2025-03-25T21:14:43.610Z | Checking sigpipe v0.1.3 |
2147 | 2025-03-25T21:14:43.663Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2148 | 2025-03-25T21:14:43.735Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2149 | 2025-03-25T21:14:43.763Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2150 | 2025-03-25T21:14:43.855Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2151 | 2025-03-25T21:14:43.937Z | Compiling mockall_derive v0.13.1 |
2152 | 2025-03-25T21:14:44.155Z | Checking termtree v0.4.1 |
2153 | 2025-03-25T21:14:44.314Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2154 | 2025-03-25T21:14:44.383Z | Checking predicates-tree v1.0.11 |
2155 | 2025-03-25T21:14:44.512Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2156 | 2025-03-25T21:14:44.602Z | Compiling zone_cfg_derive v0.3.0 |
2157 | 2025-03-25T21:14:44.745Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2158 | 2025-03-25T21:14:44.768Z | Compiling num-derive v0.4.2 |
2159 | 2025-03-25T21:14:45.092Z | Checking fragile v2.0.0 |
2160 | 2025-03-25T21:14:45.373Z | Checking downcast v0.11.0 |
2161 | 2025-03-25T21:14:45.647Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2162 | 2025-03-25T21:14:46.023Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2163 | 2025-03-25T21:14:46.088Z | Checking zone v0.3.0 |
2164 | 2025-03-25T21:14:46.283Z | Checking utf-8 v0.7.6 |
2165 | 2025-03-25T21:14:46.528Z | Checking atomicwrites v0.4.4 |
2166 | 2025-03-25T21:14:46.692Z | Compiling convert_case v0.4.0 |
2167 | 2025-03-25T21:14:46.748Z | Checking tungstenite v0.21.0 |
2168 | 2025-03-25T21:14:46.856Z | Checking newline-converter v0.3.0 |
2169 | 2025-03-25T21:14:47.044Z | Checking expectorate v1.1.0 |
2170 | 2025-03-25T21:14:47.073Z | Compiling typify-macro v0.2.0 |
2171 | 2025-03-25T21:14:47.098Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2172 | 2025-03-25T21:14:47.233Z | Compiling derive-where v1.2.7 |
2173 | 2025-03-25T21:14:47.463Z | Compiling derive_more v0.99.19 |
2174 | 2025-03-25T21:14:47.545Z | Checking same-file v1.0.6 |
2175 | 2025-03-25T21:14:47.653Z | Checking tokio-tungstenite v0.21.0 |
2176 | 2025-03-25T21:14:47.747Z | Checking walkdir v2.5.0 |
2177 | 2025-03-25T21:14:48.068Z | Checking arc-swap v1.7.1 |
2178 | 2025-03-25T21:14:48.167Z | Checking fixedbitset v0.5.7 |
2179 | 2025-03-25T21:14:48.510Z | Checking slog-scope v4.4.0 |
2180 | 2025-03-25T21:14:48.579Z | Checking petgraph v0.7.1 |
2181 | 2025-03-25T21:14:48.735Z | Checking slog-stdlog v4.1.1 |
2182 | 2025-03-25T21:14:48.934Z | Checking xattr v1.3.1 |
2183 | 2025-03-25T21:14:49.151Z | Checking filetime v0.2.25 |
2184 | 2025-03-25T21:14:49.391Z | Checking tar v0.4.44 |
2185 | 2025-03-25T21:14:50.238Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2186 | 2025-03-25T21:14:50.289Z | Checking slog-envlogger v2.2.0 |
2187 | 2025-03-25T21:14:50.417Z | Checking num-rational v0.4.2 |
2188 | 2025-03-25T21:14:50.551Z | Checking num-complex v0.4.6 |
2189 | 2025-03-25T21:14:50.764Z | Compiling typify v0.2.0 |
2190 | 2025-03-25T21:14:50.921Z | Compiling progenitor-impl v0.8.0 |
2191 | 2025-03-25T21:14:51.123Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2192 | 2025-03-25T21:14:51.443Z | Checking num v0.4.3 |
2193 | 2025-03-25T21:14:51.572Z | Checking float-ord v0.3.2 |
2194 | 2025-03-25T21:14:51.714Z | Checking password-hash v0.5.0 |
2195 | 2025-03-25T21:14:51.742Z | Checking mockall v0.13.1 |
2196 | 2025-03-25T21:14:51.764Z | Checking blake2 v0.10.6 |
2197 | 2025-03-25T21:14:51.979Z | Checking indent_write v2.2.0 |
2198 | 2025-03-25T21:14:52.203Z | Compiling owo-colors v4.2.0 |
2199 | 2025-03-25T21:14:52.224Z | Checking swrite v0.1.0 |
2200 | 2025-03-25T21:14:52.264Z | Checking argon2 v0.5.3 |
2201 | 2025-03-25T21:14:52.360Z | Compiling cancel-safe-futures v0.1.5 |
2202 | 2025-03-25T21:14:52.779Z | Checking libsw-core v0.3.1 |
2203 | 2025-03-25T21:14:52.993Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2204 | 2025-03-25T21:14:53.020Z | Checking libsw v3.4.0 |
2205 | 2025-03-25T21:14:53.079Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2206 | 2025-03-25T21:14:53.346Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2207 | 2025-03-25T21:14:53.631Z | Checking linear-map v1.2.0 |
2208 | 2025-03-25T21:14:53.690Z | Checking pem v3.0.5 |
2209 | 2025-03-25T21:14:53.961Z | Compiling lzma-sys v0.1.20 |
2210 | 2025-03-25T21:14:54.000Z | Checking headers-core v0.3.0 |
2211 | 2025-03-25T21:14:54.046Z | Compiling heck v0.3.3 |
2212 | 2025-03-25T21:14:54.172Z | Checking highway v1.3.0 |
2213 | 2025-03-25T21:14:54.274Z | Checking headers v0.4.0 |
2214 | 2025-03-25T21:14:54.416Z | Compiling zone_cfg_derive v0.1.2 |
2215 | 2025-03-25T21:14:54.441Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2216 | 2025-03-25T21:14:54.652Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2217 | 2025-03-25T21:14:54.713Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2218 | 2025-03-25T21:14:54.853Z | Compiling typify-macro v0.3.0 |
2219 | 2025-03-25T21:14:54.918Z | Checking yasna v0.5.2 |
2220 | 2025-03-25T21:14:54.949Z | Checking base64 v0.13.1 |
2221 | 2025-03-25T21:14:55.300Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2222 | 2025-03-25T21:14:55.389Z | Checking ron v0.7.1 |
2223 | 2025-03-25T21:14:55.801Z | Checking rcgen v0.12.1 |
2224 | 2025-03-25T21:14:55.843Z | Checking xz2 v0.1.7 |
2225 | 2025-03-25T21:14:55.870Z | Checking zone v0.1.8 |
2226 | 2025-03-25T21:14:56.190Z | Checking linked-hash-map v0.5.6 |
2227 | 2025-03-25T21:14:56.222Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2228 | 2025-03-25T21:14:56.520Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2229 | 2025-03-25T21:14:56.547Z | Checking lru-cache v0.1.2 |
2230 | 2025-03-25T21:14:56.572Z | Checking subprocess v0.2.9 |
2231 | 2025-03-25T21:14:56.593Z | Checking resolv-conf v0.7.0 |
2232 | 2025-03-25T21:14:56.596Z | Checking humantime v2.1.0 |
2233 | 2025-03-25T21:14:56.751Z | Compiling semver v0.1.20 |
2234 | 2025-03-25T21:14:56.951Z | Checking hickory-resolver v0.24.4 |
2235 | 2025-03-25T21:14:56.977Z | Checking half v2.4.1 |
2236 | 2025-03-25T21:14:57.150Z | Compiling rustc_version v0.1.7 |
2237 | 2025-03-25T21:14:57.318Z | Checking ciborium-io v0.2.2 |
2238 | 2025-03-25T21:14:57.355Z | Checking prettyplease v0.2.30 |
2239 | 2025-03-25T21:14:57.486Z | Checking ciborium-ll v0.2.2 |
2240 | 2025-03-25T21:14:57.603Z | Compiling newtype_derive v0.1.6 |
2241 | 2025-03-25T21:14:57.780Z | Checking ciborium v0.2.2 |
2242 | 2025-03-25T21:14:57.806Z | Compiling progenitor-macro v0.8.0 |
2243 | 2025-03-25T21:14:58.557Z | Checking qorb v0.2.1 |
2244 | 2025-03-25T21:14:58.607Z | Compiling typify v0.3.0 |
2245 | 2025-03-25T21:14:58.765Z | Compiling progenitor-impl v0.9.1 |
2246 | 2025-03-25T21:14:59.204Z | Checking steno v0.4.1 |
2247 | 2025-03-25T21:14:59.229Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2248 | 2025-03-25T21:15:02.065Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2249 | 2025-03-25T21:15:02.362Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2250 | 2025-03-25T21:15:02.559Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2251 | 2025-03-25T21:15:02.806Z | Compiling slog-dtrace v0.3.0 |
2252 | 2025-03-25T21:15:03.139Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2253 | 2025-03-25T21:15:03.229Z | Checking display-error-chain v0.2.2 |
2254 | 2025-03-25T21:15:03.438Z | Checking gethostname v0.5.0 |
2255 | 2025-03-25T21:15:03.597Z | Checking keccak v0.1.5 |
2256 | 2025-03-25T21:15:03.708Z | Checking bytecount v0.6.8 |
2257 | 2025-03-25T21:15:03.890Z | Checking universal-hash v0.5.1 |
2258 | 2025-03-25T21:15:03.959Z | Checking sha3 v0.10.8 |
2259 | 2025-03-25T21:15:04.102Z | Checking secrecy v0.8.0 |
2260 | 2025-03-25T21:15:04.337Z | Checking opaque-debug v0.3.1 |
2261 | 2025-03-25T21:15:04.399Z | Checking nibble_vec v0.1.0 |
2262 | 2025-03-25T21:15:04.459Z | Compiling blake3 v1.5.4 |
2263 | 2025-03-25T21:15:04.492Z | Checking endian-type v0.1.2 |
2264 | 2025-03-25T21:15:04.630Z | Checking aead v0.5.2 |
2265 | 2025-03-25T21:15:04.734Z | Checking radix_trie v0.2.1 |
2266 | 2025-03-25T21:15:04.885Z | Checking poly1305 v0.8.0 |
2267 | 2025-03-25T21:15:05.465Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2268 | 2025-03-25T21:15:05.590Z | Compiling progenitor-macro v0.9.1 |
2269 | 2025-03-25T21:15:05.700Z | Checking chacha20 v0.9.1 |
2270 | 2025-03-25T21:15:05.740Z | Compiling thiserror-impl-no-std v2.0.2 |
2271 | 2025-03-25T21:15:05.825Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2272 | 2025-03-25T21:15:06.009Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2273 | 2025-03-25T21:15:06.431Z | Checking chacha20poly1305 v0.10.1 |
2274 | 2025-03-25T21:15:06.458Z | Compiling memmap2 v0.9.5 |
2275 | 2025-03-25T21:15:06.647Z | Compiling arrayref v0.3.9 |
2276 | 2025-03-25T21:15:06.780Z | Compiling constant_time_eq v0.3.1 |
2277 | 2025-03-25T21:15:06.872Z | Compiling arrayvec v0.7.6 |
2278 | 2025-03-25T21:15:07.004Z | Compiling toolchain_find v0.4.0 |
2279 | 2025-03-25T21:15:07.519Z | Compiling topological-sort v0.2.2 |
2280 | 2025-03-25T21:15:07.640Z | Compiling rustfmt-wrapper v0.2.1 |
2281 | 2025-03-25T21:15:07.777Z | Checking fxhash v0.2.1 |
2282 | 2025-03-25T21:15:07.995Z | Compiling omicron-zone-package v0.12.0 |
2283 | 2025-03-25T21:15:08.235Z | Checking maplit v1.0.2 |
2284 | 2025-03-25T21:15:08.376Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
2285 | 2025-03-25T21:15:08.475Z | Compiling async-recursion v1.1.1 |
2286 | 2025-03-25T21:15:08.539Z | Checking thiserror-no-std v2.0.2 |
2287 | 2025-03-25T21:15:08.684Z | Checking vsss-rs v3.3.4 |
2288 | 2025-03-25T21:15:08.965Z | Compiling const_format_proc_macros v0.2.34 |
2289 | 2025-03-25T21:15:09.816Z | Compiling radium v0.7.0 |
2290 | 2025-03-25T21:15:09.881Z | Checking progenitor v0.8.0 |
2291 | 2025-03-25T21:15:10.125Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2292 | 2025-03-25T21:15:10.195Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2293 | 2025-03-25T21:15:10.994Z | Checking const_format v0.2.34 |
2294 | 2025-03-25T21:15:11.501Z | Checking home v0.5.9 |
2295 | 2025-03-25T21:15:11.686Z | Checking termcolor v1.4.1 |
2296 | 2025-03-25T21:15:11.801Z | Checking kstat-rs v0.2.4 |
2297 | 2025-03-25T21:15:12.148Z | Compiling vte_generate_state_changes v0.1.2 |
2298 | 2025-03-25T21:15:12.183Z | Compiling maybe-uninit v2.0.0 |
2299 | 2025-03-25T21:15:12.724Z | Checking tap v1.0.1 |
2300 | 2025-03-25T21:15:12.833Z | Checking vte v0.11.1 |
2301 | 2025-03-25T21:15:12.921Z | Checking wyz v0.5.1 |
2302 | 2025-03-25T21:15:13.747Z | Checking ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api) |
2303 | 2025-03-25T21:15:13.846Z | Checking fd-lock v4.0.2 |
2304 | 2025-03-25T21:15:14.069Z | Compiling packed_struct v0.10.1 |
2305 | 2025-03-25T21:15:14.347Z | Checking funty v2.0.0 |
2306 | 2025-03-25T21:15:14.372Z | Checking crc-catalog v2.4.0 |
2307 | 2025-03-25T21:15:14.553Z | Checking crc v3.2.1 |
2308 | 2025-03-25T21:15:14.586Z | Checking strip-ansi-escapes v0.2.0 |
2309 | 2025-03-25T21:15:14.613Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2310 | 2025-03-25T21:15:14.891Z | Compiling packed_struct_codegen v0.10.1 |
2311 | 2025-03-25T21:15:15.024Z | Compiling indexmap v1.9.3 |
2312 | 2025-03-25T21:15:15.241Z | Checking bitvec v1.0.1 |
2313 | 2025-03-25T21:15:15.270Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2314 | 2025-03-25T21:15:15.387Z | Checking nodrop v0.1.14 |
2315 | 2025-03-25T21:15:15.557Z | Checking nu-ansi-term v0.50.1 |
2316 | 2025-03-25T21:15:17.148Z | Checking reedline v0.38.0 |
2317 | 2025-03-25T21:15:17.552Z | Checking array-init v0.0.4 |
2318 | 2025-03-25T21:15:17.701Z | Checking smallvec v0.6.14 |
2319 | 2025-03-25T21:15:17.765Z | Checking progenitor v0.9.1 |
2320 | 2025-03-25T21:15:18.019Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2321 | 2025-03-25T21:15:18.082Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2322 | 2025-03-25T21:15:18.614Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2323 | 2025-03-25T21:15:19.778Z | Checking hashbrown v0.12.3 |
2324 | 2025-03-25T21:15:20.767Z | Checking bitfield v0.14.0 |
2325 | 2025-03-25T21:15:21.667Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2326 | 2025-03-25T21:15:21.847Z | Checking serde-hex v0.1.0 |
2327 | 2025-03-25T21:15:22.250Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2328 | 2025-03-25T21:15:22.540Z | Checking env_logger v0.10.2 |
2329 | 2025-03-25T21:15:23.015Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2330 | 2025-03-25T21:15:23.369Z | Checking ron v0.8.1 |
2331 | 2025-03-25T21:15:23.682Z | Checking hashbrown v0.13.2 |
2332 | 2025-03-25T21:15:24.682Z | Compiling libefi-sys v0.1.0 |
2333 | 2025-03-25T21:15:24.707Z | Checking crc-any v2.5.0 |
2334 | 2025-03-25T21:15:25.063Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2335 | 2025-03-25T21:15:25.111Z | Checking object v0.30.4 |
2336 | 2025-03-25T21:15:25.363Z | Compiling phf_generator v0.11.2 |
2337 | 2025-03-25T21:15:25.595Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2338 | 2025-03-25T21:15:25.920Z | Compiling bitfield-struct v0.6.2 |
2339 | 2025-03-25T21:15:26.021Z | Checking path-slash v0.1.5 |
2340 | 2025-03-25T21:15:26.257Z | Compiling phf_codegen v0.11.2 |
2341 | 2025-03-25T21:15:26.484Z | Checking papergrid v0.11.0 |
2342 | 2025-03-25T21:15:26.700Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2343 | 2025-03-25T21:15:27.030Z | Compiling tabled_derive v0.7.0 |
2344 | 2025-03-25T21:15:27.288Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2345 | 2025-03-25T21:15:27.888Z | Compiling parse-zoneinfo v0.3.1 |
2346 | 2025-03-25T21:15:28.032Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2347 | 2025-03-25T21:15:28.183Z | Compiling cfg_aliases v0.1.1 |
2348 | 2025-03-25T21:15:28.322Z | Compiling nix v0.28.0 |
2349 | 2025-03-25T21:15:29.162Z | Compiling chrono-tz-build v0.4.0 |
2350 | 2025-03-25T21:15:29.193Z | Checking tabled v0.15.0 |
2351 | 2025-03-25T21:15:29.640Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2352 | 2025-03-25T21:15:30.263Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2353 | 2025-03-25T21:15:31.116Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2354 | 2025-03-25T21:15:31.228Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2355 | 2025-03-25T21:15:32.514Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2356 | 2025-03-25T21:15:33.235Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2357 | 2025-03-25T21:15:33.874Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2358 | 2025-03-25T21:15:34.257Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2359 | 2025-03-25T21:15:34.637Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2360 | 2025-03-25T21:15:34.899Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2361 | 2025-03-25T21:15:34.938Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2362 | 2025-03-25T21:15:35.216Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2363 | 2025-03-25T21:15:35.628Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2364 | 2025-03-25T21:15:35.701Z | Checking nanorand v0.7.0 |
2365 | 2025-03-25T21:15:35.887Z | Compiling parking_lot_core v0.8.6 |
2366 | 2025-03-25T21:15:36.076Z | Checking flume v0.11.1 |
2367 | 2025-03-25T21:15:36.238Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2368 | 2025-03-25T21:15:36.322Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2369 | 2025-03-25T21:15:36.387Z | Compiling chrono-tz v0.10.1 |
2370 | 2025-03-25T21:15:36.467Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2371 | 2025-03-25T21:15:37.494Z | Compiling peg-macros v0.8.5 |
2372 | 2025-03-25T21:15:37.542Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2373 | 2025-03-25T21:15:38.167Z | Compiling sqlparser_derive v0.2.2 |
2374 | 2025-03-25T21:15:38.650Z | Checking glob v0.3.2 |
2375 | 2025-03-25T21:15:38.981Z | Checking unicode_categories v0.1.1 |
2376 | 2025-03-25T21:15:39.005Z | Checking rustyline v14.0.0 |
2377 | 2025-03-25T21:15:39.263Z | Checking sqlparser v0.45.0 |
2378 | 2025-03-25T21:15:39.319Z | Checking sqlformat v0.2.6 |
2379 | 2025-03-25T21:15:40.648Z | Checking parking_lot v0.11.2 |
2380 | 2025-03-25T21:15:40.760Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2381 | 2025-03-25T21:15:40.985Z | Checking peg v0.8.5 |
2382 | 2025-03-25T21:15:41.011Z | Checking bcs v0.1.6 |
2383 | 2025-03-25T21:15:41.112Z | Checking termtree v0.5.1 |
2384 | 2025-03-25T21:15:41.345Z | Checking sled v0.34.7 |
2385 | 2025-03-25T21:15:41.454Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2386 | 2025-03-25T21:15:42.144Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2387 | 2025-03-25T21:15:42.511Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2388 | 2025-03-25T21:15:43.045Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2389 | 2025-03-25T21:15:44.100Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2390 | 2025-03-25T21:15:44.272Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2391 | 2025-03-25T21:15:45.225Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2392 | 2025-03-25T21:15:45.725Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2393 | 2025-03-25T21:15:45.853Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2394 | 2025-03-25T21:15:45.973Z | Checking hickory-client v0.24.4 |
2395 | 2025-03-25T21:15:46.148Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2396 | 2025-03-25T21:15:46.679Z | Checking hickory-server v0.24.4 |
2397 | 2025-03-25T21:15:47.079Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2398 | 2025-03-25T21:15:48.007Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2399 | 2025-03-25T21:15:48.225Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2400 | 2025-03-25T21:15:48.842Z | Compiling unicase v2.7.0 |
2401 | 2025-03-25T21:15:49.224Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2402 | 2025-03-25T21:15:49.409Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2403 | 2025-03-25T21:15:50.158Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2404 | 2025-03-25T21:15:50.403Z | Compiling dsl_auto_type v0.1.2 |
2405 | 2025-03-25T21:15:50.663Z | Checking scheduled-thread-pool v0.2.7 |
2406 | 2025-03-25T21:15:50.864Z | Compiling diesel_table_macro_syntax v0.2.0 |
2407 | 2025-03-25T21:15:50.895Z | Compiling crunchy v0.2.2 |
2408 | 2025-03-25T21:15:51.255Z | Checking r2d2 v0.8.10 |
2409 | 2025-03-25T21:15:51.439Z | Compiling tiny-keccak v2.0.2 |
2410 | 2025-03-25T21:15:51.595Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2411 | 2025-03-25T21:15:51.693Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2412 | 2025-03-25T21:15:51.766Z | Compiling diesel_derives v2.2.3 |
2413 | 2025-03-25T21:15:51.801Z | Checking primeorder v0.13.6 |
2414 | 2025-03-25T21:15:51.972Z | Compiling bit-vec v0.6.3 |
2415 | 2025-03-25T21:15:52.025Z | Compiling ref-cast v1.0.23 |
2416 | 2025-03-25T21:15:52.289Z | Compiling mime_guess v2.0.5 |
2417 | 2025-03-25T21:15:52.396Z | Compiling bit-set v0.5.3 |
2418 | 2025-03-25T21:15:52.677Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2419 | 2025-03-25T21:15:53.025Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2420 | 2025-03-25T21:15:53.397Z | Compiling ascii-canvas v3.0.0 |
2421 | 2025-03-25T21:15:53.535Z | Compiling ena v0.14.3 |
2422 | 2025-03-25T21:15:53.663Z | Compiling ref-cast-impl v1.0.23 |
2423 | 2025-03-25T21:15:53.876Z | Compiling diff v0.1.13 |
2424 | 2025-03-25T21:15:53.960Z | Compiling bindgen v0.71.1 |
2425 | 2025-03-25T21:15:54.199Z | Compiling regex-syntax v0.6.29 |
2426 | 2025-03-25T21:15:54.397Z | Checking http-range v0.1.5 |
2427 | 2025-03-25T21:15:54.718Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2428 | 2025-03-25T21:15:54.961Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2429 | 2025-03-25T21:15:55.171Z | Checking signal-hook-tokio v0.3.1 |
2430 | 2025-03-25T21:15:55.369Z | Checking atty v0.2.14 |
2431 | 2025-03-25T21:15:55.395Z | Compiling rustc-hash v2.1.1 |
2432 | 2025-03-25T21:15:55.532Z | Compiling salty v0.3.0 |
2433 | 2025-03-25T21:15:56.422Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2434 | 2025-03-25T21:15:56.897Z | Checking p384 v0.13.0 |
2435 | 2025-03-25T21:15:58.121Z | Compiling lalrpop v0.19.12 |
2436 | 2025-03-25T21:15:58.187Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2437 | 2025-03-25T21:15:58.369Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2438 | 2025-03-25T21:15:59.179Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2439 | 2025-03-25T21:15:59.396Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2440 | 2025-03-25T21:15:59.460Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2441 | 2025-03-25T21:15:59.773Z | Compiling derive_builder_core v0.20.2 |
2442 | 2025-03-25T21:15:59.812Z | Compiling libxml v0.3.3 |
2443 | 2025-03-25T21:16:00.324Z | Checking hyper-staticfile v0.10.1 |
2444 | 2025-03-25T21:16:00.683Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2445 | 2025-03-25T21:16:00.903Z | Checking tungstenite v0.23.0 |
2446 | 2025-03-25T21:16:01.119Z | Compiling strum_macros v0.24.3 |
2447 | 2025-03-25T21:16:01.175Z | Checking env_filter v0.1.2 |
2448 | 2025-03-25T21:16:01.448Z | Compiling indoc v1.0.9 |
2449 | 2025-03-25T21:16:01.865Z | Checking tokio-tungstenite v0.23.1 |
2450 | 2025-03-25T21:16:02.031Z | Compiling derive_builder_macro v0.20.2 |
2451 | 2025-03-25T21:16:02.376Z | Checking env_logger v0.11.5 |
2452 | 2025-03-25T21:16:02.380Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2453 | 2025-03-25T21:16:02.936Z | Checking derive_builder v0.20.2 |
2454 | 2025-03-25T21:16:02.987Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2455 | 2025-03-25T21:16:03.114Z | Checking quick-xml v0.37.2 |
2456 | 2025-03-25T21:16:03.320Z | Compiling oso-derive v0.27.3 |
2457 | 2025-03-25T21:16:03.399Z | Checking diesel v2.2.8 |
2458 | 2025-03-25T21:16:04.223Z | Compiling impl-trait-for-tuples v0.2.2 |
2459 | 2025-03-25T21:16:04.390Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2460 | 2025-03-25T21:16:04.430Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2461 | 2025-03-25T21:16:04.846Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2462 | 2025-03-25T21:16:04.873Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2463 | 2025-03-25T21:16:05.176Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2464 | 2025-03-25T21:16:05.227Z | Checking nix v0.27.1 |
2465 | 2025-03-25T21:16:05.478Z | Compiling diesel-dtrace v0.4.2 |
2466 | 2025-03-25T21:16:06.559Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2467 | 2025-03-25T21:16:06.607Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2468 | 2025-03-25T21:16:08.839Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2469 | 2025-03-25T21:16:08.864Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2470 | 2025-03-25T21:16:09.451Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2471 | 2025-03-25T21:16:09.543Z | Checking bb8 v0.8.5 |
2472 | 2025-03-25T21:16:09.822Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2473 | 2025-03-25T21:16:10.035Z | Compiling pin-project-internal v1.1.6 |
2474 | 2025-03-25T21:16:10.796Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2475 | 2025-03-25T21:16:10.800Z | Compiling snafu-derive v0.8.5 |
2476 | 2025-03-25T21:16:12.203Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2477 | 2025-03-25T21:16:12.310Z | Checking olpc-cjson v0.1.4 |
2478 | 2025-03-25T21:16:12.568Z | Checking globset v0.4.15 |
2479 | 2025-03-25T21:16:12.825Z | Checking pin-project v1.1.6 |
2480 | 2025-03-25T21:16:12.990Z | Checking serde_plain v1.0.2 |
2481 | 2025-03-25T21:16:13.085Z | Checking typed-path v0.9.3 |
2482 | 2025-03-25T21:16:13.179Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2483 | 2025-03-25T21:16:13.267Z | Checking assert_matches v1.5.0 |
2484 | 2025-03-25T21:16:13.392Z | Checking parse-size v1.1.0 |
2485 | 2025-03-25T21:16:13.602Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2486 | 2025-03-25T21:16:14.786Z | Checking rand_seeder v0.3.0 |
2487 | 2025-03-25T21:16:15.017Z | Compiling proc-macro-error-attr2 v2.0.0 |
2488 | 2025-03-25T21:16:15.058Z | Checking heck v0.4.1 |
2489 | 2025-03-25T21:16:15.314Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2490 | 2025-03-25T21:16:15.754Z | Checking snafu v0.8.5 |
2491 | 2025-03-25T21:16:15.795Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2492 | 2025-03-25T21:16:15.867Z | Compiling proc-macro-error2 v2.0.1 |
2493 | 2025-03-25T21:16:15.913Z | Checking papergrid v0.14.0 |
2494 | 2025-03-25T21:16:16.048Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2495 | 2025-03-25T21:16:16.241Z | Checking tough v0.19.0 |
2496 | 2025-03-25T21:16:16.485Z | Compiling tabled_derive v0.10.0 |
2497 | 2025-03-25T21:16:17.470Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2498 | 2025-03-25T21:16:17.836Z | Checking yansi v1.0.1 |
2499 | 2025-03-25T21:16:18.200Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2500 | 2025-03-25T21:16:18.408Z | Checking pretty_assertions v1.4.1 |
2501 | 2025-03-25T21:16:18.740Z | Checking io-lifetimes v1.0.11 |
2502 | 2025-03-25T21:16:18.976Z | Checking rustix v0.37.28 |
2503 | 2025-03-25T21:16:19.329Z | Checking tabled v0.18.0 |
2504 | 2025-03-25T21:16:20.063Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2505 | 2025-03-25T21:16:20.310Z | Checking is_ci v1.2.0 |
2506 | 2025-03-25T21:16:20.500Z | Checking supports-color v3.0.2 |
2507 | 2025-03-25T21:16:20.686Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2508 | 2025-03-25T21:16:20.734Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2509 | 2025-03-25T21:16:21.113Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2510 | 2025-03-25T21:16:21.294Z | Checking terminal_size v0.2.6 |
2511 | 2025-03-25T21:16:21.490Z | Compiling libz-sys v1.1.20 |
2512 | 2025-03-25T21:16:21.958Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2513 | 2025-03-25T21:16:22.206Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2514 | 2025-03-25T21:16:22.659Z | Compiling indoc v2.0.6 |
2515 | 2025-03-25T21:16:23.593Z | Checking unicode-linebreak v0.1.5 |
2516 | 2025-03-25T21:16:23.619Z | Checking smawk v0.3.2 |
2517 | 2025-03-25T21:16:23.996Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2518 | 2025-03-25T21:16:24.055Z | Checking textwrap v0.16.1 |
2519 | 2025-03-25T21:16:24.198Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2520 | 2025-03-25T21:16:24.479Z | Checking castaway v0.2.3 |
2521 | 2025-03-25T21:16:24.573Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2522 | 2025-03-25T21:16:24.668Z | Checking compact_str v0.8.0 |
2523 | 2025-03-25T21:16:25.574Z | Checking unicode-truncate v1.1.0 |
2524 | 2025-03-25T21:16:25.839Z | Checking lru v0.12.5 |
2525 | 2025-03-25T21:16:26.138Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2526 | 2025-03-25T21:16:26.499Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2527 | 2025-03-25T21:16:26.977Z | Compiling instability v0.3.2 |
2528 | 2025-03-25T21:16:27.214Z | Checking cassowary v0.3.0 |
2529 | 2025-03-25T21:16:27.639Z | Checking cargo-platform v0.1.8 |
2530 | 2025-03-25T21:16:27.796Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2531 | 2025-03-25T21:16:27.953Z | Checking cargo_metadata v0.19.2 |
2532 | 2025-03-25T21:16:27.977Z | Checking ratatui v0.29.0 |
2533 | 2025-03-25T21:16:29.213Z | Compiling vergen v8.3.2 |
2534 | 2025-03-25T21:16:29.649Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2535 | 2025-03-25T21:16:30.080Z | Compiling cargo_metadata v0.18.1 |
2536 | 2025-03-25T21:16:31.148Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2537 | 2025-03-25T21:16:32.239Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2538 | 2025-03-25T21:16:32.573Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2539 | 2025-03-25T21:16:32.739Z | Checking shell-words v1.1.0 |
2540 | 2025-03-25T21:16:32.929Z | Compiling rustls v0.21.12 |
2541 | 2025-03-25T21:16:32.955Z | Checking plotters-backend v0.3.7 |
2542 | 2025-03-25T21:16:33.303Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2543 | 2025-03-25T21:16:33.328Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2544 | 2025-03-25T21:16:33.349Z | Checking plotters-svg v0.3.7 |
2545 | 2025-03-25T21:16:33.569Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2546 | 2025-03-25T21:16:33.890Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2547 | 2025-03-25T21:16:34.102Z | Checking sct v0.7.1 |
2548 | 2025-03-25T21:16:34.230Z | Checking rustls-webpki v0.101.7 |
2549 | 2025-03-25T21:16:34.320Z | Checking cast v0.3.0 |
2550 | 2025-03-25T21:16:34.508Z | Checking plotters v0.3.7 |
2551 | 2025-03-25T21:16:34.589Z | Checking criterion-plot v0.5.0 |
2552 | 2025-03-25T21:16:35.077Z | Checking async-bb8-diesel v0.2.1 |
2553 | 2025-03-25T21:16:35.769Z | Checking tinytemplate v1.2.1 |
2554 | 2025-03-25T21:16:36.200Z | Checking concurrent-queue v2.5.0 |
2555 | 2025-03-25T21:16:36.301Z | Checking oorandom v11.1.4 |
2556 | 2025-03-25T21:16:36.502Z | Checking parking v2.2.1 |
2557 | 2025-03-25T21:16:36.561Z | Checking anes v0.1.6 |
2558 | 2025-03-25T21:16:36.716Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2559 | 2025-03-25T21:16:36.941Z | Checking criterion v0.5.1 |
2560 | 2025-03-25T21:16:37.061Z | Checking rustls-pemfile v1.0.4 |
2561 | 2025-03-25T21:16:37.267Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2562 | 2025-03-25T21:16:37.582Z | Checking twox-hash v2.1.0 |
2563 | 2025-03-25T21:16:38.243Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2564 | 2025-03-25T21:16:38.494Z | Checking tokio-rustls v0.24.1 |
2565 | 2025-03-25T21:16:38.845Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2566 | 2025-03-25T21:16:39.746Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2567 | 2025-03-25T21:16:40.583Z | Checking ereport-client v0.1.0 (/work/oxidecomputer/omicron/clients/ereport-client) |
2568 | 2025-03-25T21:16:41.488Z | Checking fatfs v0.3.6 |
2569 | 2025-03-25T21:16:41.638Z | Checking csv-core v0.1.11 |
2570 | 2025-03-25T21:16:41.997Z | Checking hex-literal v0.4.1 |
2571 | 2025-03-25T21:16:42.166Z | Checking csv v1.3.1 |
2572 | 2025-03-25T21:16:42.480Z | Checking event-listener v5.3.1 |
2573 | 2025-03-25T21:16:42.949Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2574 | 2025-03-25T21:16:43.053Z | Checking rtoolbox v0.0.2 |
2575 | 2025-03-25T21:16:43.229Z | Checking rpassword v7.3.1 |
2576 | 2025-03-25T21:16:43.421Z | Checking event-listener-strategy v0.5.2 |
2577 | 2025-03-25T21:16:43.667Z | Checking tui-tree-widget v0.23.0 |
2578 | 2025-03-25T21:16:44.007Z | Checking polyval v0.6.2 |
2579 | 2025-03-25T21:16:44.245Z | Checking ghash v0.5.1 |
2580 | 2025-03-25T21:16:44.408Z | Checking futures-lite v2.3.0 |
2581 | 2025-03-25T21:16:45.702Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2582 | 2025-03-25T21:16:46.283Z | Checking ctr v0.9.2 |
2583 | 2025-03-25T21:16:47.269Z | Checking aes-gcm v0.10.3 |
2584 | 2025-03-25T21:16:47.537Z | Checking ssh-encoding v0.2.0 |
2585 | 2025-03-25T21:16:47.893Z | Checking blowfish v0.9.1 |
2586 | 2025-03-25T21:16:48.157Z | Checking bcrypt-pbkdf v0.10.0 |
2587 | 2025-03-25T21:16:48.445Z | Checking ssh-cipher v0.2.0 |
2588 | 2025-03-25T21:16:48.750Z | Checking async-lock v3.4.0 |
2589 | 2025-03-25T21:16:49.076Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2590 | 2025-03-25T21:16:49.293Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2591 | 2025-03-25T21:16:49.575Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2592 | 2025-03-25T21:16:50.169Z | Checking password-hash v0.4.2 |
2593 | 2025-03-25T21:16:50.632Z | Checking polling v3.7.3 |
2594 | 2025-03-25T21:16:50.874Z | Checking pbkdf2 v0.11.0 |
2595 | 2025-03-25T21:16:51.044Z | Checking async-io v2.3.4 |
2596 | 2025-03-25T21:16:51.157Z | Checking ssh-key v0.6.6 |
2597 | 2025-03-25T21:16:51.843Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2598 | 2025-03-25T21:16:52.523Z | Checking p256 v0.13.2 |
2599 | 2025-03-25T21:16:52.874Z | Checking p521 v0.13.3 |
2600 | 2025-03-25T21:16:53.019Z | Checking russh-cryptovec v0.7.3 |
2601 | 2025-03-25T21:16:53.267Z | Checking md5 v0.7.0 |
2602 | 2025-03-25T21:16:53.602Z | Compiling target-lexicon v0.13.2 |
2603 | 2025-03-25T21:16:54.415Z | Checking async-task v4.7.1 |
2604 | 2025-03-25T21:16:54.734Z | Checking russh-keys v0.45.0 |
2605 | 2025-03-25T21:16:54.767Z | Checking async-channel v2.3.1 |
2606 | 2025-03-25T21:16:55.104Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2607 | 2025-03-25T21:16:55.263Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2608 | 2025-03-25T21:16:55.993Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2609 | 2025-03-25T21:16:56.018Z | Checking piper v0.2.4 |
2610 | 2025-03-25T21:16:56.278Z | Checking num-bigint v0.4.6 |
2611 | 2025-03-25T21:16:56.773Z | Checking des v0.8.1 |
2612 | 2025-03-25T21:16:56.847Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2613 | 2025-03-25T21:16:57.072Z | Checking futures-timer v3.0.3 |
2614 | 2025-03-25T21:16:57.384Z | Compiling guppy-workspace-hack v0.1.0 |
2615 | 2025-03-25T21:16:57.704Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2616 | 2025-03-25T21:16:57.739Z | Checking blocking v1.6.1 |
2617 | 2025-03-25T21:16:58.093Z | Checking async-executor v1.13.1 |
2618 | 2025-03-25T21:16:58.614Z | Checking russh v0.45.0 |
2619 | 2025-03-25T21:16:58.934Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2620 | 2025-03-25T21:16:59.142Z | Checking async-signal v0.2.10 |
2621 | 2025-03-25T21:16:59.448Z | Checking rustls-native-certs v0.7.3 |
2622 | 2025-03-25T21:16:59.517Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2623 | 2025-03-25T21:16:59.928Z | Compiling target-spec v3.4.2 |
2624 | 2025-03-25T21:16:59.972Z | Checking event-listener v2.5.3 |
2625 | 2025-03-25T21:17:00.222Z | Checking internet-checksum v0.2.1 |
2626 | 2025-03-25T21:17:00.438Z | Checking async-channel v1.9.0 |
2627 | 2025-03-25T21:17:00.726Z | Checking hyper-rustls v0.26.0 |
2628 | 2025-03-25T21:17:01.101Z | Checking async-process v2.3.0 |
2629 | 2025-03-25T21:17:01.125Z | Checking cfg-expr v0.18.0 |
2630 | 2025-03-25T21:17:01.541Z | Checking async-global-executor v2.4.1 |
2631 | 2025-03-25T21:17:01.974Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2632 | 2025-03-25T21:17:01.998Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2633 | 2025-03-25T21:17:02.885Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2634 | 2025-03-25T21:17:03.326Z | Checking httptest v0.16.3 |
2635 | 2025-03-25T21:17:03.532Z | Compiling petname v2.0.2 |
2636 | 2025-03-25T21:17:04.048Z | Checking kv-log-macro v1.0.7 |
2637 | 2025-03-25T21:17:04.218Z | Compiling async-attributes v1.1.2 |
2638 | 2025-03-25T21:17:05.052Z | Checking async-std v1.13.0 |
2639 | 2025-03-25T21:17:06.710Z | Checking pathdiff v0.2.3 |
2640 | 2025-03-25T21:17:06.801Z | Compiling rstest_macros v0.24.0 |
2641 | 2025-03-25T21:17:06.883Z | Compiling target-triple v0.1.3 |
2642 | 2025-03-25T21:17:07.306Z | Compiling doc-comment v0.3.3 |
2643 | 2025-03-25T21:17:07.416Z | Checking nested v0.1.1 |
2644 | 2025-03-25T21:17:07.661Z | Checking guppy v0.17.17 |
2645 | 2025-03-25T21:17:08.674Z | Checking async-object-pool v0.1.5 |
2646 | 2025-03-25T21:17:08.885Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2647 | 2025-03-25T21:17:09.024Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2648 | 2025-03-25T21:17:09.364Z | Checking similar-asserts v1.7.0 |
2649 | 2025-03-25T21:17:09.648Z | Checking serde_regex v1.1.0 |
2650 | 2025-03-25T21:17:09.768Z | Checking assert-json-diff v2.0.2 |
2651 | 2025-03-25T21:17:09.957Z | Compiling proc-macro-crate v3.2.0 |
2652 | 2025-03-25T21:17:10.126Z | Checking path-tree v0.8.1 |
2653 | 2025-03-25T21:17:10.532Z | Compiling relative-path v1.9.3 |
2654 | 2025-03-25T21:17:11.192Z | Checking stringmetrics v2.2.2 |
2655 | 2025-03-25T21:17:11.236Z | Checking sync-ptr v0.1.1 |
2656 | 2025-03-25T21:17:11.459Z | Compiling assert_cmd v2.0.16 |
2657 | 2025-03-25T21:17:11.480Z | Checking httpmock v0.8.0-alpha.1 |
2658 | 2025-03-25T21:17:12.187Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2659 | 2025-03-25T21:17:13.570Z | Checking blake2b_simd v1.0.2 |
2660 | 2025-03-25T21:17:14.406Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2661 | 2025-03-25T21:17:16.729Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2662 | 2025-03-25T21:17:17.072Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2663 | 2025-03-25T21:17:17.417Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2664 | 2025-03-25T21:17:17.758Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2665 | 2025-03-25T21:17:18.340Z | Checking serde_tokenstream v0.2.2 |
2666 | 2025-03-25T21:17:18.774Z | Checking uzers v0.12.1 |
2667 | 2025-03-25T21:17:19.342Z | Checking rust-argon2 v2.1.0 |
2668 | 2025-03-25T21:17:20.298Z | Checking trybuild v1.0.103 |
2669 | 2025-03-25T21:17:20.520Z | Compiling git2 v0.19.0 |
2670 | 2025-03-25T21:17:20.523Z | Checking rstest v0.24.0 |
2671 | 2025-03-25T21:17:20.781Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2672 | 2025-03-25T21:17:21.743Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2673 | 2025-03-25T21:17:22.018Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2674 | 2025-03-25T21:17:23.206Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2675 | 2025-03-25T21:17:24.089Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
2676 | 2025-03-25T21:17:24.442Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2677 | 2025-03-25T21:17:24.787Z | Checking rand_distr v0.4.3 |
2678 | 2025-03-25T21:17:25.556Z | Checking multimap v0.10.0 |
2679 | 2025-03-25T21:17:25.889Z | Checking approx v0.5.1 |
2680 | 2025-03-25T21:17:27.421Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2681 | 2025-03-25T21:17:27.836Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2682 | 2025-03-25T21:17:28.774Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2683 | 2025-03-25T21:17:28.808Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2684 | 2025-03-25T21:17:29.249Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2685 | 2025-03-25T21:17:29.570Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2686 | 2025-03-25T21:17:30.052Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2687 | 2025-03-25T21:17:30.365Z | Checking partial-io v0.5.4 |
2688 | 2025-03-25T21:17:30.523Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2689 | 2025-03-25T21:17:30.770Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2690 | 2025-03-25T21:17:30.868Z | Checking cargo_toml v0.21.0 |
2691 | 2025-03-25T21:17:31.275Z | Checking termios v0.3.3 |
2692 | 2025-03-25T21:17:31.502Z | Compiling samael v0.0.18 |
2693 | 2025-03-25T21:17:31.527Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2694 | 2025-03-25T21:17:32.403Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2695 | 2025-03-25T21:17:32.741Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2696 | 2025-03-25T21:17:35.613Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2697 | 2025-03-25T21:17:53.385Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2698 | 2025-03-25T21:17:59.362Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2699 | 2025-03-25T21:18:24.856Z | Compiling polar-core v0.27.3 |
2700 | 2025-03-25T21:18:27.132Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2701 | 2025-03-25T21:18:27.158Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2702 | 2025-03-25T21:18:31.589Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2703 | 2025-03-25T21:18:36.145Z | Checking oso v0.27.3 |
2704 | 2025-03-25T21:19:18.486Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2705 | 2025-03-25T21:19:18.489Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2706 | 2025-03-25T21:19:18.489Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2707 | 2025-03-25T21:20:41.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 49s |
2708 | 2025-03-25T21:20:41.598Z | |
2709 | 2025-03-25T21:20:41.602Z | real 6:53.412812458 |
2710 | 2025-03-25T21:20:41.602Z | user 37:52.035150281 |
2711 | 2025-03-25T21:20:41.602Z | sys 5:19.609624726 |
2712 | 2025-03-25T21:20:41.602Z | trap 1.137923902 |
2713 | 2025-03-25T21:20:41.602Z | tflt 0.542438508 |
2714 | 2025-03-25T21:20:41.602Z | dflt 0.285752946 |
2715 | 2025-03-25T21:20:41.602Z | kflt 0.000761828 |
2716 | 2025-03-25T21:20:41.602Z | lock 55:09.808494322 |
2717 | 2025-03-25T21:20:41.602Z | slp 2:08:37.664679029 |
2718 | 2025-03-25T21:20:41.602Z | lat 1:48.706323439 |
2719 | 2025-03-25T21:20:41.602Z | stop 7:07.887462685 |
2720 | 2025-03-25T21:20:41.602Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2721 | 2025-03-25T21:20:41.602Z | + ptime -m cargo doc --workspace --no-deps |
2722 | 2025-03-25T21:20:42.753Z | warning: output filename collision. |
2723 | 2025-03-25T21:20:42.753Z | The bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
2724 | 2025-03-25T21:20:42.753Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2725 | 2025-03-25T21:20:42.753Z | The targets should have unique names. |
2726 | 2025-03-25T21:20:42.753Z | This is a known bug where multiple crates with the same name use |
2727 | 2025-03-25T21:20:42.753Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2728 | 2025-03-25T21:20:43.271Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2729 | 2025-03-25T21:20:43.420Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2730 | 2025-03-25T21:20:43.443Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2731 | 2025-03-25T21:20:43.491Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2732 | 2025-03-25T21:20:43.518Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2733 | 2025-03-25T21:20:43.548Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2734 | 2025-03-25T21:20:43.551Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2735 | 2025-03-25T21:20:43.792Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2736 | 2025-03-25T21:20:43.841Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2737 | 2025-03-25T21:20:43.867Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2738 | 2025-03-25T21:20:43.941Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2739 | 2025-03-25T21:20:44.108Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2740 | 2025-03-25T21:20:44.229Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2741 | 2025-03-25T21:20:44.425Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2742 | 2025-03-25T21:20:44.549Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2743 | 2025-03-25T21:20:44.649Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2744 | 2025-03-25T21:20:44.853Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2745 | 2025-03-25T21:20:44.917Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2746 | 2025-03-25T21:20:45.273Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2747 | 2025-03-25T21:20:45.529Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2748 | 2025-03-25T21:20:45.724Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2749 | 2025-03-25T21:20:45.783Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2750 | 2025-03-25T21:20:46.041Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2751 | 2025-03-25T21:20:46.124Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2752 | 2025-03-25T21:20:46.416Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
2753 | 2025-03-25T21:20:46.504Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2754 | 2025-03-25T21:20:46.894Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2755 | 2025-03-25T21:20:47.279Z | Checking ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api) |
2756 | 2025-03-25T21:20:47.303Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2757 | 2025-03-25T21:20:47.831Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2758 | 2025-03-25T21:20:47.855Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2759 | 2025-03-25T21:20:48.014Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2760 | 2025-03-25T21:20:48.259Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2761 | 2025-03-25T21:20:48.283Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2762 | 2025-03-25T21:20:48.381Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2763 | 2025-03-25T21:20:48.603Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2764 | 2025-03-25T21:20:48.655Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2765 | 2025-03-25T21:20:48.773Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2766 | 2025-03-25T21:20:48.836Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2767 | 2025-03-25T21:20:48.976Z | Checking ereport-client v0.1.0 (/work/oxidecomputer/omicron/clients/ereport-client) |
2768 | 2025-03-25T21:20:49.006Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2769 | 2025-03-25T21:20:49.133Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
2770 | 2025-03-25T21:20:49.389Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2771 | 2025-03-25T21:20:49.482Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2772 | 2025-03-25T21:20:49.611Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2773 | 2025-03-25T21:20:49.862Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2774 | 2025-03-25T21:20:49.881Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2775 | 2025-03-25T21:20:49.914Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2776 | 2025-03-25T21:20:49.979Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2777 | 2025-03-25T21:20:50.137Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2778 | 2025-03-25T21:20:50.901Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2779 | 2025-03-25T21:20:51.508Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2780 | 2025-03-25T21:20:52.115Z | Documenting ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api) |
2781 | 2025-03-25T21:20:53.188Z | Documenting ereport-client v0.1.0 (/work/oxidecomputer/omicron/clients/ereport-client) |
2782 | 2025-03-25T21:20:54.324Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2783 | 2025-03-25T21:20:54.463Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2784 | 2025-03-25T21:20:54.610Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2785 | 2025-03-25T21:20:55.602Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2786 | 2025-03-25T21:20:55.640Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2787 | 2025-03-25T21:20:55.722Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2788 | 2025-03-25T21:20:55.843Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2789 | 2025-03-25T21:20:57.569Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2790 | 2025-03-25T21:20:58.200Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2791 | 2025-03-25T21:20:58.326Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2792 | 2025-03-25T21:20:58.574Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2793 | 2025-03-25T21:20:58.939Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2794 | 2025-03-25T21:20:59.018Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2795 | 2025-03-25T21:20:59.506Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2796 | 2025-03-25T21:21:00.148Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2797 | 2025-03-25T21:21:00.530Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2798 | 2025-03-25T21:21:02.178Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2799 | 2025-03-25T21:21:02.629Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2800 | 2025-03-25T21:21:02.973Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2801 | 2025-03-25T21:21:03.679Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2802 | 2025-03-25T21:21:03.917Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2803 | 2025-03-25T21:21:04.362Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2804 | 2025-03-25T21:21:04.492Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2805 | 2025-03-25T21:21:04.680Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2806 | 2025-03-25T21:21:04.986Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2807 | 2025-03-25T21:21:06.001Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2808 | 2025-03-25T21:21:06.640Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2809 | 2025-03-25T21:21:06.661Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2810 | 2025-03-25T21:21:07.953Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2811 | 2025-03-25T21:21:08.037Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2812 | 2025-03-25T21:21:08.604Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2813 | 2025-03-25T21:21:08.904Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2814 | 2025-03-25T21:21:09.316Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2815 | 2025-03-25T21:21:09.585Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2816 | 2025-03-25T21:21:09.646Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2817 | 2025-03-25T21:21:10.011Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2818 | 2025-03-25T21:21:10.695Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2819 | 2025-03-25T21:21:10.919Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2820 | 2025-03-25T21:21:11.068Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2821 | 2025-03-25T21:21:11.248Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2822 | 2025-03-25T21:21:11.585Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2823 | 2025-03-25T21:21:11.995Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2824 | 2025-03-25T21:21:12.248Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2825 | 2025-03-25T21:21:12.252Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2826 | 2025-03-25T21:21:12.437Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2827 | 2025-03-25T21:21:12.739Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2828 | 2025-03-25T21:21:12.768Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2829 | 2025-03-25T21:21:13.051Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2830 | 2025-03-25T21:21:13.608Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2831 | 2025-03-25T21:21:13.801Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2832 | 2025-03-25T21:21:13.992Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2833 | 2025-03-25T21:21:14.322Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2834 | 2025-03-25T21:21:14.516Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2835 | 2025-03-25T21:21:16.463Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2836 | 2025-03-25T21:21:16.773Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2837 | 2025-03-25T21:21:16.849Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2838 | 2025-03-25T21:21:17.192Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2839 | 2025-03-25T21:21:18.629Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2840 | 2025-03-25T21:21:19.528Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2841 | 2025-03-25T21:21:19.711Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2842 | 2025-03-25T21:21:20.850Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2843 | 2025-03-25T21:21:21.815Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2844 | 2025-03-25T21:21:21.967Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2845 | 2025-03-25T21:21:22.061Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2846 | 2025-03-25T21:21:22.116Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2847 | 2025-03-25T21:21:22.326Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2848 | 2025-03-25T21:21:22.950Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2849 | 2025-03-25T21:21:23.423Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2850 | 2025-03-25T21:21:23.954Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2851 | 2025-03-25T21:21:24.350Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2852 | 2025-03-25T21:21:27.279Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2853 | 2025-03-25T21:21:28.473Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2854 | 2025-03-25T21:21:28.657Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2855 | 2025-03-25T21:21:28.887Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2856 | 2025-03-25T21:21:29.493Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2857 | 2025-03-25T21:21:29.864Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2858 | 2025-03-25T21:21:30.406Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2859 | 2025-03-25T21:21:30.651Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2860 | 2025-03-25T21:21:31.516Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2861 | 2025-03-25T21:21:32.635Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2862 | 2025-03-25T21:21:34.239Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2863 | 2025-03-25T21:21:35.286Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2864 | 2025-03-25T21:21:39.242Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2865 | 2025-03-25T21:21:41.752Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2866 | 2025-03-25T21:21:42.994Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2867 | 2025-03-25T21:21:44.606Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2868 | 2025-03-25T21:21:44.877Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2869 | 2025-03-25T21:21:45.792Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2870 | 2025-03-25T21:21:47.825Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2871 | 2025-03-25T21:21:48.881Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2872 | 2025-03-25T21:21:48.905Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2873 | 2025-03-25T21:21:50.242Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2874 | 2025-03-25T21:21:51.019Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2875 | 2025-03-25T21:21:53.493Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2876 | 2025-03-25T21:21:53.592Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2877 | 2025-03-25T21:21:55.474Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2878 | 2025-03-25T21:21:56.910Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2879 | 2025-03-25T21:21:57.507Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2880 | 2025-03-25T21:22:00.271Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2881 | 2025-03-25T21:22:01.655Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2882 | 2025-03-25T21:22:02.827Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2883 | 2025-03-25T21:22:03.758Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2884 | 2025-03-25T21:22:04.589Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2885 | 2025-03-25T21:22:05.103Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2886 | 2025-03-25T21:22:05.856Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2887 | 2025-03-25T21:22:06.579Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2888 | 2025-03-25T21:22:06.973Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2889 | 2025-03-25T21:22:07.752Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2890 | 2025-03-25T21:22:08.812Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2891 | 2025-03-25T21:22:10.017Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2892 | 2025-03-25T21:22:10.178Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2893 | 2025-03-25T21:22:11.476Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2894 | 2025-03-25T21:22:11.700Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2895 | 2025-03-25T21:22:11.738Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2896 | 2025-03-25T21:22:13.156Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2897 | 2025-03-25T21:22:13.190Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2898 | 2025-03-25T21:22:15.022Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2899 | 2025-03-25T21:22:15.874Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2900 | 2025-03-25T21:22:15.990Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2901 | 2025-03-25T21:22:16.607Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2902 | 2025-03-25T21:22:17.077Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2903 | 2025-03-25T21:22:18.883Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2904 | 2025-03-25T21:22:19.603Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2905 | 2025-03-25T21:22:19.796Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2906 | 2025-03-25T21:22:20.095Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2907 | 2025-03-25T21:22:20.984Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2908 | 2025-03-25T21:22:23.360Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2909 | 2025-03-25T21:22:23.399Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2910 | 2025-03-25T21:22:23.701Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2911 | 2025-03-25T21:22:26.320Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2912 | 2025-03-25T21:22:26.537Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2913 | 2025-03-25T21:22:27.331Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2914 | 2025-03-25T21:22:27.532Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2915 | 2025-03-25T21:22:28.802Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2916 | 2025-03-25T21:22:29.376Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2917 | 2025-03-25T21:22:29.855Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2918 | 2025-03-25T21:22:30.523Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2919 | 2025-03-25T21:22:30.789Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2920 | 2025-03-25T21:22:31.621Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2921 | 2025-03-25T21:22:32.115Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2922 | 2025-03-25T21:22:32.896Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2923 | 2025-03-25T21:22:33.855Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2924 | 2025-03-25T21:22:34.904Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2925 | 2025-03-25T21:22:35.481Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2926 | 2025-03-25T21:22:36.436Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2927 | 2025-03-25T21:22:37.016Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2928 | 2025-03-25T21:22:38.711Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2929 | 2025-03-25T21:22:39.947Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2930 | 2025-03-25T21:22:39.950Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2931 | 2025-03-25T21:22:41.365Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2932 | 2025-03-25T21:22:42.126Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2933 | 2025-03-25T21:22:42.676Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2934 | 2025-03-25T21:22:43.198Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2935 | 2025-03-25T21:22:43.260Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2936 | 2025-03-25T21:22:44.919Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2937 | 2025-03-25T21:22:46.416Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2938 | 2025-03-25T21:22:46.667Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2939 | 2025-03-25T21:22:47.006Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2940 | 2025-03-25T21:22:47.688Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2941 | 2025-03-25T21:22:47.718Z | Documenting id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2942 | 2025-03-25T21:22:48.103Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2943 | 2025-03-25T21:22:49.015Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2944 | 2025-03-25T21:22:49.188Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2945 | 2025-03-25T21:22:50.049Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2946 | 2025-03-25T21:22:50.714Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2947 | 2025-03-25T21:22:51.101Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2948 | 2025-03-25T21:22:51.229Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2949 | 2025-03-25T21:22:51.554Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2950 | 2025-03-25T21:22:51.943Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2951 | 2025-03-25T21:22:52.422Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2952 | 2025-03-25T21:22:52.581Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2953 | 2025-03-25T21:22:52.792Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2954 | 2025-03-25T21:22:53.312Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2955 | 2025-03-25T21:22:53.482Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
2956 | 2025-03-25T21:22:53.740Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2957 | 2025-03-25T21:22:53.892Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2958 | 2025-03-25T21:22:54.853Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2959 | 2025-03-25T21:22:55.784Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2960 | 2025-03-25T21:22:55.842Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2961 | 2025-03-25T21:23:15.103Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2962 | 2025-03-25T21:23:15.103Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2963 | 2025-03-25T21:23:15.106Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2964 | 2025-03-25T21:23:15.106Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2965 | 2025-03-25T21:23:16.043Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2966 | 2025-03-25T21:23:16.170Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2967 | 2025-03-25T21:23:16.298Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2968 | 2025-03-25T21:23:16.404Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2969 | 2025-03-25T21:23:18.551Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2970 | 2025-03-25T21:23:23.782Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
2971 | 2025-03-25T21:23:24.298Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2972 | 2025-03-25T21:23:24.461Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2973 | 2025-03-25T21:24:11.576Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2974 | 2025-03-25T21:24:18.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 36s |
2975 | 2025-03-25T21:24:18.852Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 149 other files |
2976 | 2025-03-25T21:24:18.927Z | |
2977 | 2025-03-25T21:24:18.930Z | real 3:37.254269974 |
2978 | 2025-03-25T21:24:18.930Z | user 18:55.753749884 |
2979 | 2025-03-25T21:24:18.930Z | sys 2:37.832816377 |
2980 | 2025-03-25T21:24:18.930Z | trap 0.567643959 |
2981 | 2025-03-25T21:24:18.930Z | tflt 0.108235756 |
2982 | 2025-03-25T21:24:18.930Z | dflt 0.054834158 |
2983 | 2025-03-25T21:24:18.930Z | kflt 0.000088000 |
2984 | 2025-03-25T21:24:18.930Z | lock 30:21.060401867 |
2985 | 2025-03-25T21:24:18.930Z | slp 53:00.768871600 |
2986 | 2025-03-25T21:24:18.930Z | lat 1:09.083707005 |
2987 | 2025-03-25T21:24:18.930Z | stop 1:23.093358197 |
2988 | 2025-03-25T21:24:18.930Z | process exited: duration 1006003 ms, exit code 0 |
|
2989 | 2025-03-25T21:24:18.937Z | found 0 output files |