|
|
|
1 | 2025-07-23T19:05:51.247Z | job assigned to worker 01K0WASDH6KEV5JXHSSCJXRT58 [factory aws, i-0b2fe23ce795003db] (queued for 59 s) |
|
2 | 2025-07-23T19:06:00.042Z | starting task 0: "setup" |
3 | 2025-07-23T19:06:00.048Z | ++ uname -s |
4 | 2025-07-23T19:06:00.053Z | + kern=SunOS |
5 | 2025-07-23T19:06:00.053Z | + build_user=build |
6 | 2025-07-23T19:06:00.053Z | + build_uid=12345 |
7 | 2025-07-23T19:06:00.053Z | + work_dir=/work |
8 | 2025-07-23T19:06:00.053Z | + input_dir=/input |
9 | 2025-07-23T19:06:00.053Z | + [[ 0 == 12345 ]] |
10 | 2025-07-23T19:06:00.053Z | + case "$kern" in |
11 | 2025-07-23T19:06:00.053Z | + groupadd -g 12345 build |
12 | 2025-07-23T19:06:00.057Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-07-23T19:06:02.063Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-07-23T19:06:02.116Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-07-23T19:06:02.119Z | + home_fs=zfs |
16 | 2025-07-23T19:06:02.119Z | + [[ zfs == autofs ]] |
17 | 2025-07-23T19:06:02.119Z | + mkdir -p /home/build |
18 | 2025-07-23T19:06:02.122Z | + chown build:build /home/build /work |
19 | 2025-07-23T19:06:04.124Z | + chmod 0700 /home/build /work |
20 | 2025-07-23T19:06:04.127Z | process exited: duration 4084 ms, exit code 0 |
|
21 | 2025-07-23T19:06:04.134Z | starting task 1: "rust-toolchain" |
22 | 2025-07-23T19:06:04.139Z | + printf ' * rust toolchain channel = "%s"\n' 1.88.0 |
23 | 2025-07-23T19:06:04.139Z | * rust toolchain channel = "1.88.0" |
24 | 2025-07-23T19:06:04.139Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-07-23T19:06:04.139Z | * rust toolchain profile = "default" |
26 | 2025-07-23T19:06:04.139Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-07-23T19:06:04.139Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-07-23T19:06:04.143Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-07-23T19:06:04.143Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.88.0 --profile default |
30 | 2025-07-23T19:06:04.260Z | info: downloading installer |
31 | 2025-07-23T19:06:05.808Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-07-23T19:06:05.808Z | warn: /opt/ooce/bin |
33 | 2025-07-23T19:06:05.808Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-07-23T19:06:05.808Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-07-23T19:06:05.808Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-07-23T19:06:05.808Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-07-23T19:06:05.809Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-07-23T19:06:05.809Z | error: cannot install while Rust is installed |
39 | 2025-07-23T19:06:05.809Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-07-23T19:06:05.846Z | info: profile set to 'default' |
41 | 2025-07-23T19:06:05.846Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-07-23T19:06:05.849Z | info: syncing channel updates for '1.88.0-x86_64-unknown-illumos' |
43 | 2025-07-23T19:06:06.014Z | info: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23) |
44 | 2025-07-23T19:06:06.014Z | info: downloading component 'cargo' |
45 | 2025-07-23T19:06:07.014Z | info: downloading component 'clippy' |
46 | 2025-07-23T19:06:07.421Z | info: downloading component 'rust-docs' |
47 | 2025-07-23T19:06:08.937Z | info: downloading component 'rust-std' |
48 | 2025-07-23T19:06:10.558Z | info: downloading component 'rustc' |
49 | 2025-07-23T19:06:18.440Z | info: downloading component 'rustfmt' |
50 | 2025-07-23T19:06:18.691Z | info: installing component 'cargo' |
51 | 2025-07-23T19:06:19.583Z | info: installing component 'clippy' |
52 | 2025-07-23T19:06:19.979Z | info: installing component 'rust-docs' |
53 | 2025-07-23T19:06:21.828Z | info: installing component 'rust-std' |
54 | 2025-07-23T19:06:23.570Z | info: installing component 'rustc' |
55 | 2025-07-23T19:06:30.201Z | info: installing component 'rustfmt' |
56 | 2025-07-23T19:06:30.532Z | info: default toolchain set to '1.88.0-x86_64-unknown-illumos' |
57 | 2025-07-23T19:06:30.532Z | |
58 | 2025-07-23T19:06:30.953Z | 1.88.0-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23) |
59 | 2025-07-23T19:06:30.954Z | |
60 | 2025-07-23T19:06:30.958Z | |
61 | 2025-07-23T19:06:30.958Z | Rust is installed now. Great! |
62 | 2025-07-23T19:06:30.958Z | |
63 | 2025-07-23T19:06:30.958Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-07-23T19:06:30.958Z | environment variable. This has not been done automatically. |
65 | 2025-07-23T19:06:30.959Z | |
66 | 2025-07-23T19:06:30.959Z | To configure your current shell, you need to source |
67 | 2025-07-23T19:06:30.959Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-07-23T19:06:30.959Z | |
69 | 2025-07-23T19:06:30.959Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-07-23T19:06:30.960Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-07-23T19:06:30.960Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-07-23T19:06:30.960Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
73 | 2025-07-23T19:06:31.048Z | + rustup --version |
74 | 2025-07-23T19:06:31.059Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
75 | 2025-07-23T19:06:31.064Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-07-23T19:06:31.148Z | info: The currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)` |
77 | 2025-07-23T19:06:31.154Z | + cargo --version |
78 | 2025-07-23T19:06:31.249Z | cargo 1.88.0 (873a06493 2025-05-10) |
79 | 2025-07-23T19:06:31.253Z | + rustc --version |
80 | 2025-07-23T19:06:31.321Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
81 | 2025-07-23T19:06:31.325Z | process exited: duration 27188 ms, exit code 0 |
|
82 | 2025-07-23T19:06:31.331Z | starting task 2: "authentication" |
83 | 2025-07-23T19:06:31.355Z | process exited: duration 23 ms, exit code 0 |
|
84 | 2025-07-23T19:06:31.366Z | starting task 3: "clone repository" |
85 | 2025-07-23T19:06:31.370Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-07-23T19:06:31.375Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-07-23T19:06:31.412Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-07-23T19:06:40.931Z | + cd /work/oxidecomputer/omicron |
89 | 2025-07-23T19:06:40.931Z | + git fetch origin 342fca65242b09f038b3a87af934761208ad3952 |
90 | 2025-07-23T19:06:41.281Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-07-23T19:06:41.281Z | * branch 342fca65242b09f038b3a87af934761208ad3952 -> FETCH_HEAD |
92 | 2025-07-23T19:06:41.297Z | + [[ -n inventory-display-ntp ]] |
93 | 2025-07-23T19:06:41.297Z | ++ git branch --show-current |
94 | 2025-07-23T19:06:41.297Z | + current=main |
95 | 2025-07-23T19:06:41.297Z | + [[ main != inventory-display-ntp ]] |
96 | 2025-07-23T19:06:41.297Z | + git branch -f inventory-display-ntp 342fca65242b09f038b3a87af934761208ad3952 |
97 | 2025-07-23T19:06:41.301Z | + git checkout -f inventory-display-ntp |
98 | 2025-07-23T19:06:41.546Z | Switched to branch 'inventory-display-ntp' |
99 | 2025-07-23T19:06:41.550Z | + git reset --hard 342fca65242b09f038b3a87af934761208ad3952 |
100 | 2025-07-23T19:06:41.566Z | HEAD is now at 342fca652 [inventory] Add display implementation for NTP timesync |
101 | 2025-07-23T19:06:41.574Z | process exited: duration 10203 ms, exit code 0 |
|
102 | 2025-07-23T19:06:41.580Z | starting task 4: "build" |
103 | 2025-07-23T19:06:41.586Z | + source ./env.sh |
104 | 2025-07-23T19:06:41.592Z | ++ OLD_SHELL_OPTS=ehxB |
105 | 2025-07-23T19:06:41.592Z | ++ set -o xtrace |
106 | 2025-07-23T19:06:41.592Z | ++++ dirname ./env.sh |
107 | 2025-07-23T19:06:41.596Z | +++ readlink -f . |
108 | 2025-07-23T19:06:41.596Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
109 | 2025-07-23T19:06:41.596Z | ++ 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-07-23T19:06:41.596Z | ++ 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-07-23T19:06:41.596Z | ++ 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-07-23T19:06:41.596Z | ++ 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-07-23T19:06:41.596Z | ++ 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-07-23T19:06:41.596Z | ++ 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-07-23T19:06:41.596Z | ++ 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-07-23T19:06:41.596Z | ++ 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-07-23T19:06:41.596Z | ++ case $OLD_SHELL_OPTS in |
118 | 2025-07-23T19:06:41.596Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
119 | 2025-07-23T19:06:41.596Z | + source .github/buildomat/ci-env.sh |
120 | 2025-07-23T19:06:41.596Z | ++ export CARGO_TERM_COLOR=always |
121 | 2025-07-23T19:06:41.596Z | ++ CARGO_TERM_COLOR=always |
122 | 2025-07-23T19:06:41.596Z | + cargo --version |
123 | 2025-07-23T19:06:41.652Z | cargo 1.88.0 (873a06493 2025-05-10) |
124 | 2025-07-23T19:06:41.660Z | + rustc --version |
125 | 2025-07-23T19:06:41.728Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
126 | 2025-07-23T19:06:41.732Z | + banner prerequisites |
127 | 2025-07-23T19:06:41.735Z | |
128 | 2025-07-23T19:06:41.735Z | ##### ##### ###### ##### ###### #### # # # #### # |
129 | 2025-07-23T19:06:41.735Z | # # # # # # # # # # # # # # # |
130 | 2025-07-23T19:06:41.735Z | # # # # ##### # # ##### # # # # # #### # |
131 | 2025-07-23T19:06:41.735Z | ##### ##### # ##### # # # # # # # # # |
132 | 2025-07-23T19:06:41.735Z | # # # # # # # # # # # # # # # |
133 | 2025-07-23T19:06:41.735Z | # # # ###### # # ###### ### # #### # #### # |
134 | 2025-07-23T19:06:41.735Z | |
135 | 2025-07-23T19:06:41.735Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
136 | 2025-07-23T19:06:58.802Z | Startup: Refreshing catalog 'helios-dev' ... Done |
137 | 2025-07-23T19:07:05.905Z | Startup: Caching catalogs ... Done |
138 | 2025-07-23T19:07:12.075Z | Planning: Solver setup ... Done (3.770s) |
139 | 2025-07-23T19:07:12.109Z | Planning: Running solver ... Done (0.034s) |
140 | 2025-07-23T19:07:12.109Z | Planning: Finding local manifests ... Done (0.003s) |
141 | 2025-07-23T19:07:12.109Z | Planning: Fetching manifests: 0/4 0% complete |
142 | 2025-07-23T19:07:12.109Z | Planning: Fetching manifests: 4/4 100% complete |
143 | 2025-07-23T19:07:12.109Z | Planning: Package planning ... Done (0.050s) |
144 | 2025-07-23T19:07:12.109Z | Planning: Merging actions ... Done (0.050s) |
145 | 2025-07-23T19:07:12.243Z | Planning: Checking for conflicting actions ... Done (0.397s) |
146 | 2025-07-23T19:07:12.265Z | Planning: Consolidating action changes ... Done (0.011s) |
147 | 2025-07-23T19:07:14.296Z | Planning: Evaluating mediators ... Done (2.043s) |
148 | 2025-07-23T19:07:14.306Z | Planning: Planning completed in 8.32 seconds |
149 | 2025-07-23T19:07:14.321Z | Packages to install: 4 |
150 | 2025-07-23T19:07:14.325Z | Mediators to change: 2 |
151 | 2025-07-23T19:07:14.325Z | Services to change: 1 |
152 | 2025-07-23T19:07:14.326Z | Estimated space available: 155.51 GB |
153 | 2025-07-23T19:07:14.326Z | Estimated space to be consumed: 1.70 GB |
154 | 2025-07-23T19:07:14.326Z | Create boot environment: No |
155 | 2025-07-23T19:07:14.326Z | Create backup boot environment: No |
156 | 2025-07-23T19:07:14.326Z | Rebuild boot archive: No |
157 | 2025-07-23T19:07:14.327Z | |
158 | 2025-07-23T19:07:14.327Z | Changed mediators: |
159 | 2025-07-23T19:07:14.327Z | mediator clang: |
160 | 2025-07-23T19:07:14.327Z | version: None -> 15 (system default) |
161 | 2025-07-23T19:07:14.327Z | |
162 | 2025-07-23T19:07:14.327Z | mediator llvm: |
163 | 2025-07-23T19:07:14.327Z | version: 14 (system default) -> 15 (system default) |
164 | 2025-07-23T19:07:14.327Z | |
165 | 2025-07-23T19:07:14.327Z | Changed packages: |
166 | 2025-07-23T19:07:14.327Z | helios-dev |
167 | 2025-07-23T19:07:14.327Z | developer/build-essential |
168 | 2025-07-23T19:07:14.327Z | None -> 11-2.0 |
169 | 2025-07-23T19:07:14.327Z | library/libxmlsec1 |
170 | 2025-07-23T19:07:14.327Z | None -> 1.2.35-2.0 |
171 | 2025-07-23T19:07:14.327Z | ooce/developer/clang-15 |
172 | 2025-07-23T19:07:14.328Z | None -> 15.0.7-2.0 |
173 | 2025-07-23T19:07:14.328Z | ooce/developer/llvm-15 |
174 | 2025-07-23T19:07:14.328Z | None -> 15.0.7-2.0 |
175 | 2025-07-23T19:07:14.328Z | |
176 | 2025-07-23T19:07:14.329Z | Services: |
177 | 2025-07-23T19:07:14.329Z | restart_fmri: |
178 | 2025-07-23T19:07:14.329Z | svc:/system/update-man-index:default |
179 | 2025-07-23T19:07:14.432Z | |
180 | 2025-07-23T19:07:14.432Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
181 | 2025-07-23T19:07:19.809Z | Download: 2223/3290 items 119.2/212.6MB 56% complete (26.8M/s) |
182 | 2025-07-23T19:07:22.942Z | Download: Completed 212.60 MB in 8.51 seconds (25.0M/s) |
183 | 2025-07-23T19:07:23.221Z | Actions: 1/3689 actions (Installing new actions) |
184 | 2025-07-23T19:07:27.946Z | Actions: Completed 3689 actions in 4.73 seconds. |
185 | 2025-07-23T19:07:28.560Z | Done (0.610s) |
186 | 2025-07-23T19:07:28.560Z | Done (0.000s) |
187 | 2025-07-23T19:07:29.430Z | Done (0.869s) |
188 | 2025-07-23T19:07:34.119Z | Done (4.373s) |
189 | 2025-07-23T19:07:34.204Z | Done (0.018s) |
190 | 2025-07-23T19:07:34.208Z | Done (0.000s) |
191 | 2025-07-23T19:07:34.382Z | Done (0.000s) |
192 | 2025-07-23T19:07:35.242Z | Planning: Evaluating mediator changes ... Done |
193 | 2025-07-23T19:07:35.410Z | Planning: Checking for conflicting actions ... Done |
194 | 2025-07-23T19:07:35.413Z | Planning: Consolidating action changes ... Done |
195 | 2025-07-23T19:07:35.688Z | Planning: Evaluating mediators ... Done |
196 | 2025-07-23T19:07:35.692Z | Planning: Planning completed in 0.45 seconds |
197 | 2025-07-23T19:07:35.722Z | Mediators to change: 2 |
198 | 2025-07-23T19:07:35.722Z | Create boot environment: No |
199 | 2025-07-23T19:07:35.727Z | Create backup boot environment: No |
200 | 2025-07-23T19:07:35.804Z | Done |
201 | 2025-07-23T19:07:35.804Z | Done |
202 | 2025-07-23T19:07:39.319Z | Done |
203 | 2025-07-23T19:07:42.074Z | Done |
204 | 2025-07-23T19:07:42.075Z | Done |
205 | 2025-07-23T19:07:42.075Z | Done |
206 | 2025-07-23T19:07:42.075Z | Done |
207 | 2025-07-23T19:07:42.075Z | Planning: Evaluating mediator changes ... Done |
208 | 2025-07-23T19:07:42.075Z | Planning: Merging actions ... Done |
209 | 2025-07-23T19:07:42.075Z | Planning: Checking for conflicting actions ... Done |
210 | 2025-07-23T19:07:42.075Z | Planning: Consolidating action changes ... Done |
211 | 2025-07-23T19:07:42.075Z | Planning: Evaluating mediators ... Done |
212 | 2025-07-23T19:07:42.075Z | Planning: Planning completed in 0.77 seconds |
213 | 2025-07-23T19:07:42.075Z | Packages to change: 1 |
214 | 2025-07-23T19:07:42.075Z | Mediators to change: 1 |
215 | 2025-07-23T19:07:42.075Z | Services to change: 1 |
216 | 2025-07-23T19:07:42.075Z | Create boot environment: No |
217 | 2025-07-23T19:07:42.075Z | Create backup boot environment: Yes |
218 | 2025-07-23T19:07:44.461Z | Actions: 1/6 actions (Updating modified actions) |
219 | 2025-07-23T19:07:44.485Z | Actions: Completed 6 actions in 0.00 seconds. |
220 | 2025-07-23T19:07:44.485Z | Done |
221 | 2025-07-23T19:07:44.485Z | Done |
222 | 2025-07-23T19:07:44.485Z | Done |
223 | 2025-07-23T19:07:48.802Z | Done |
224 | 2025-07-23T19:07:48.842Z | Done |
225 | 2025-07-23T19:07:48.843Z | Done |
226 | 2025-07-23T19:07:48.843Z | Done |
227 | 2025-07-23T19:07:48.843Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
228 | 2025-07-23T19:07:48.843Z | clang system 15 system |
229 | 2025-07-23T19:07:48.843Z | csh system system illumos |
230 | 2025-07-23T19:07:48.843Z | ctags system system illumos |
231 | 2025-07-23T19:07:48.843Z | file system system illumos |
232 | 2025-07-23T19:07:48.843Z | gcc vendor 12 vendor |
233 | 2025-07-23T19:07:48.843Z | gcc system 10 system |
234 | 2025-07-23T19:07:48.843Z | gcc system 7 system |
235 | 2025-07-23T19:07:48.843Z | go system 1.20 system |
236 | 2025-07-23T19:07:48.843Z | go system 1.19 system |
237 | 2025-07-23T19:07:48.843Z | llvm system 15 system |
238 | 2025-07-23T19:07:48.843Z | llvm system 14 system |
239 | 2025-07-23T19:07:48.843Z | mariadb system 10.6 system |
240 | 2025-07-23T19:07:48.844Z | mta vendor vendor dma |
241 | 2025-07-23T19:07:48.844Z | openjdk system 17 system |
242 | 2025-07-23T19:07:48.844Z | openjdk system 11 system |
243 | 2025-07-23T19:07:48.844Z | openjdk system 1.8 system |
244 | 2025-07-23T19:07:48.844Z | openssl vendor 3 vendor |
245 | 2025-07-23T19:07:48.844Z | perl system 5.36 system |
246 | 2025-07-23T19:07:48.844Z | postgresql system 15 system |
247 | 2025-07-23T19:07:48.844Z | postgresql system 13 system |
248 | 2025-07-23T19:07:48.844Z | python vendor 3 vendor |
249 | 2025-07-23T19:07:48.844Z | python system 2 system |
250 | 2025-07-23T19:07:48.844Z | python3 system 3.11 system |
251 | 2025-07-23T19:07:48.844Z | ruby system 3.0 system |
252 | 2025-07-23T19:07:48.844Z | words vendor vendor american-english |
253 | 2025-07-23T19:07:48.844Z | words system system australian-english |
254 | 2025-07-23T19:07:48.844Z | words system system british-english |
255 | 2025-07-23T19:07:48.844Z | words system system canadian-english |
256 | 2025-07-23T19:07:48.844Z | words system system french |
257 | 2025-07-23T19:07:48.844Z | words system system italian |
258 | 2025-07-23T19:07:48.845Z | words system system ngerman |
259 | 2025-07-23T19:07:48.845Z | words system system ogerman |
260 | 2025-07-23T19:07:48.845Z | words system system spanish |
261 | 2025-07-23T19:07:49.568Z | PUBLISHER TYPE STATUS P LOCATION |
262 | 2025-07-23T19:07:49.568Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
263 | 2025-07-23T19:07:53.611Z | FMRI IFO |
264 | 2025-07-23T19:07:53.611Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
265 | 2025-07-23T19:07:53.611Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
266 | 2025-07-23T19:07:53.611Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
267 | 2025-07-23T19:07:53.611Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
268 | 2025-07-23T19:07:53.611Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
269 | 2025-07-23T19:07:53.611Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
270 | 2025-07-23T19:07:53.611Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
271 | 2025-07-23T19:07:53.611Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
272 | 2025-07-23T19:07:53.611Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
273 | 2025-07-23T19:07:53.611Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
274 | 2025-07-23T19:07:53.611Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
275 | 2025-07-23T19:07:53.611Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
276 | 2025-07-23T19:07:53.611Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
277 | 2025-07-23T19:07:53.611Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
278 | 2025-07-23T19:07:53.611Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
279 | 2025-07-23T19:07:53.612Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
280 | 2025-07-23T19:07:54.645Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
281 | 2025-07-23T19:07:54.985Z | Updating crates.io index |
282 | 2025-07-23T19:07:54.993Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
283 | 2025-07-23T19:07:55.362Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
284 | 2025-07-23T19:07:55.898Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
285 | 2025-07-23T19:07:56.197Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
286 | 2025-07-23T19:07:56.440Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
287 | 2025-07-23T19:07:56.747Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
288 | 2025-07-23T19:07:57.902Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
289 | 2025-07-23T19:07:59.910Z | Updating git repository `https://github.com/oxidecomputer/opte` |
290 | 2025-07-23T19:08:00.822Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
291 | 2025-07-23T19:08:01.619Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
292 | 2025-07-23T19:08:01.856Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
293 | 2025-07-23T19:08:02.217Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
294 | 2025-07-23T19:08:02.933Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
295 | 2025-07-23T19:08:03.190Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
296 | 2025-07-23T19:08:03.603Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
297 | 2025-07-23T19:08:04.208Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
298 | 2025-07-23T19:08:04.462Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
299 | 2025-07-23T19:08:04.707Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
300 | 2025-07-23T19:08:04.955Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
301 | 2025-07-23T19:08:05.214Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
302 | 2025-07-23T19:08:05.514Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
303 | 2025-07-23T19:08:05.899Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
304 | 2025-07-23T19:08:06.223Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
305 | 2025-07-23T19:08:06.519Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
306 | 2025-07-23T19:08:07.116Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
307 | 2025-07-23T19:08:07.495Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
308 | 2025-07-23T19:08:07.825Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
309 | 2025-07-23T19:08:08.190Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
310 | 2025-07-23T19:08:08.694Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
311 | 2025-07-23T19:08:08.941Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
312 | 2025-07-23T19:08:09.230Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
313 | 2025-07-23T19:08:09.548Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
314 | 2025-07-23T19:08:17.932Z | Updating git repository `https://github.com/illumos/smf-rs` |
315 | 2025-07-23T19:08:18.296Z | Updating git repository `https://github.com/oxidecomputer/rats-corim` |
316 | 2025-07-23T19:08:19.710Z | Downloading crates ... |
317 | 2025-07-23T19:08:19.751Z | Downloaded anstream v0.6.18 |
318 | 2025-07-23T19:08:19.766Z | Downloaded anstyle v1.0.11 |
319 | 2025-07-23T19:08:19.766Z | Downloaded cargo-platform v0.2.0 |
320 | 2025-07-23T19:08:19.766Z | Downloaded anstyle-parse v0.2.5 |
321 | 2025-07-23T19:08:19.766Z | Downloaded camino v1.1.10 |
322 | 2025-07-23T19:08:19.766Z | Downloaded block-buffer v0.10.4 |
323 | 2025-07-23T19:08:19.766Z | Downloaded tabled_derive v0.7.0 |
324 | 2025-07-23T19:08:19.766Z | Downloaded getrandom v0.3.3 |
325 | 2025-07-23T19:08:19.826Z | Downloaded thiserror-impl v2.0.12 |
326 | 2025-07-23T19:08:19.827Z | Downloaded camino-tempfile v1.4.1 |
327 | 2025-07-23T19:08:19.827Z | Downloaded heck v0.5.0 |
328 | 2025-07-23T19:08:19.827Z | Downloaded fnv v1.0.7 |
329 | 2025-07-23T19:08:19.827Z | Downloaded cargo_toml v0.21.0 |
330 | 2025-07-23T19:08:19.827Z | Downloaded yoke v0.7.4 |
331 | 2025-07-23T19:08:19.827Z | Downloaded erased-serde v0.4.6 |
332 | 2025-07-23T19:08:19.827Z | Downloaded cargo-util-schemas v0.2.0 |
333 | 2025-07-23T19:08:19.872Z | Downloaded typenum v1.17.0 |
334 | 2025-07-23T19:08:19.872Z | Downloaded toml_datetime v0.6.11 |
335 | 2025-07-23T19:08:19.872Z | Downloaded fs-err v3.1.1 |
336 | 2025-07-23T19:08:19.872Z | Downloaded thiserror v1.0.69 |
337 | 2025-07-23T19:08:19.873Z | Downloaded yoke-derive v0.7.4 |
338 | 2025-07-23T19:08:19.873Z | Downloaded usdt-macro v0.5.0 |
339 | 2025-07-23T19:08:19.873Z | Downloaded zerofrom v0.1.4 |
340 | 2025-07-23T19:08:19.873Z | Downloaded icu_locid v1.5.0 |
341 | 2025-07-23T19:08:19.873Z | Downloaded write16 v1.0.0 |
342 | 2025-07-23T19:08:19.873Z | Downloaded dtrace-parser v0.2.0 |
343 | 2025-07-23T19:08:19.873Z | Downloaded icu_properties v1.5.1 |
344 | 2025-07-23T19:08:19.873Z | Downloaded icu_locid_transform_data v1.5.0 |
345 | 2025-07-23T19:08:19.873Z | Downloaded usdt-attr-macro v0.5.0 |
346 | 2025-07-23T19:08:19.873Z | Downloaded generic-array v0.14.7 |
347 | 2025-07-23T19:08:19.874Z | Downloaded utf8parse v0.2.2 |
348 | 2025-07-23T19:08:19.874Z | Downloaded utf16_iter v1.0.5 |
349 | 2025-07-23T19:08:19.874Z | Downloaded terminal_size v0.4.0 |
350 | 2025-07-23T19:08:19.874Z | Downloaded zerovec-derive v0.10.3 |
351 | 2025-07-23T19:08:19.874Z | Downloaded tinystr v0.7.6 |
352 | 2025-07-23T19:08:19.874Z | Downloaded unicode-xid v0.2.6 |
353 | 2025-07-23T19:08:19.874Z | Downloaded toml_write v0.1.2 |
354 | 2025-07-23T19:08:19.874Z | Downloaded fastrand v2.1.1 |
355 | 2025-07-23T19:08:19.874Z | Downloaded zerofrom-derive v0.1.4 |
356 | 2025-07-23T19:08:19.874Z | Downloaded writeable v0.5.5 |
357 | 2025-07-23T19:08:19.874Z | Downloaded version_check v0.9.5 |
358 | 2025-07-23T19:08:19.875Z | Downloaded zerocopy-derive v0.7.35 |
359 | 2025-07-23T19:08:19.875Z | Downloaded typeid v1.0.3 |
360 | 2025-07-23T19:08:19.875Z | Downloaded toml v0.8.23 |
361 | 2025-07-23T19:08:19.875Z | Downloaded pretty-hex v0.4.1 |
362 | 2025-07-23T19:08:19.875Z | Downloaded icu_provider_macros v1.5.0 |
363 | 2025-07-23T19:08:19.875Z | Downloaded form_urlencoded v1.2.1 |
364 | 2025-07-23T19:08:19.875Z | Downloaded unicode-linebreak v0.1.5 |
365 | 2025-07-23T19:08:19.875Z | Downloaded swrite v0.1.0 |
366 | 2025-07-23T19:08:19.875Z | Downloaded ucd-trie v0.1.7 |
367 | 2025-07-23T19:08:19.876Z | Downloaded itoa v1.0.11 |
368 | 2025-07-23T19:08:19.876Z | Downloaded icu_normalizer v1.5.0 |
369 | 2025-07-23T19:08:19.876Z | Downloaded usdt-impl v0.5.0 |
370 | 2025-07-23T19:08:19.876Z | Downloaded textwrap v0.16.2 |
371 | 2025-07-23T19:08:19.876Z | Downloaded unicode-ident v1.0.18 |
372 | 2025-07-23T19:08:19.876Z | Downloaded heck v0.4.1 |
373 | 2025-07-23T19:08:19.876Z | Downloaded errno v0.3.12 |
374 | 2025-07-23T19:08:19.876Z | Downloaded byteorder v1.5.0 |
375 | 2025-07-23T19:08:19.877Z | Downloaded utf8_iter v1.0.4 |
376 | 2025-07-23T19:08:19.877Z | Downloaded toml_edit v0.22.27 |
377 | 2025-07-23T19:08:19.877Z | Downloaded url v2.5.4 |
378 | 2025-07-23T19:08:19.906Z | Downloaded scroll_derive v0.12.0 |
379 | 2025-07-23T19:08:19.906Z | Downloaded equivalent v1.0.2 |
380 | 2025-07-23T19:08:19.906Z | Downloaded usdt v0.5.0 |
381 | 2025-07-23T19:08:19.907Z | Downloaded anstyle-query v1.1.1 |
382 | 2025-07-23T19:08:19.907Z | Downloaded is_terminal_polyfill v1.70.1 |
383 | 2025-07-23T19:08:19.907Z | Downloaded zerocopy v0.7.35 |
384 | 2025-07-23T19:08:19.907Z | Downloaded serde_spanned v0.6.9 |
385 | 2025-07-23T19:08:19.907Z | Downloaded zerovec v0.10.4 |
386 | 2025-07-23T19:08:19.907Z | Downloaded synstructure v0.13.1 |
387 | 2025-07-23T19:08:19.907Z | Downloaded winnow v0.7.10 |
388 | 2025-07-23T19:08:19.908Z | Downloaded stable_deref_trait v1.2.0 |
389 | 2025-07-23T19:08:19.908Z | Downloaded serde_tokenstream v0.2.2 |
390 | 2025-07-23T19:08:19.933Z | Downloaded serde-value v0.7.0 |
391 | 2025-07-23T19:08:19.933Z | Downloaded pest_derive v2.7.14 |
392 | 2025-07-23T19:08:19.933Z | Downloaded unicode-width v0.2.0 |
393 | 2025-07-23T19:08:19.933Z | Downloaded unicode-width v0.1.14 |
394 | 2025-07-23T19:08:19.933Z | Downloaded scroll v0.12.0 |
395 | 2025-07-23T19:08:19.933Z | Downloaded dof v0.3.0 |
396 | 2025-07-23T19:08:19.934Z | Downloaded plain v0.2.3 |
397 | 2025-07-23T19:08:19.934Z | Downloaded pest_generator v2.7.14 |
398 | 2025-07-23T19:08:19.934Z | Downloaded cpufeatures v0.2.14 |
399 | 2025-07-23T19:08:19.934Z | Downloaded proc-macro-error v1.0.4 |
400 | 2025-07-23T19:08:19.934Z | Downloaded thiserror-impl v1.0.69 |
401 | 2025-07-23T19:08:19.934Z | Downloaded once_cell v1.21.3 |
402 | 2025-07-23T19:08:19.948Z | Downloaded clap_derive v4.5.40 |
403 | 2025-07-23T19:08:19.948Z | Downloaded smallvec v1.15.0 |
404 | 2025-07-23T19:08:19.948Z | Downloaded strsim v0.11.1 |
405 | 2025-07-23T19:08:19.948Z | Downloaded smawk v0.3.2 |
406 | 2025-07-23T19:08:19.948Z | Downloaded sha2 v0.10.9 |
407 | 2025-07-23T19:08:19.948Z | Downloaded litemap v0.7.3 |
408 | 2025-07-23T19:08:19.948Z | Downloaded icu_locid_transform v1.5.0 |
409 | 2025-07-23T19:08:19.948Z | Downloaded indexmap v2.10.0 |
410 | 2025-07-23T19:08:19.948Z | Downloaded icu_collections v1.5.0 |
411 | 2025-07-23T19:08:19.948Z | Downloaded quote v1.0.40 |
412 | 2025-07-23T19:08:19.948Z | Downloaded semver v1.0.26 |
413 | 2025-07-23T19:08:19.948Z | Downloaded displaydoc v0.2.5 |
414 | 2025-07-23T19:08:19.948Z | Downloaded proc-macro-error-attr v1.0.4 |
415 | 2025-07-23T19:08:19.965Z | Downloaded icu_provider v1.5.0 |
416 | 2025-07-23T19:08:19.965Z | Downloaded bitflags v2.9.1 |
417 | 2025-07-23T19:08:19.965Z | Downloaded memmap v0.7.0 |
418 | 2025-07-23T19:08:19.965Z | Downloaded clap_lex v0.7.4 |
419 | 2025-07-23T19:08:19.965Z | Downloaded cfg-if v1.0.1 |
420 | 2025-07-23T19:08:19.965Z | Downloaded ordered-float v2.10.1 |
421 | 2025-07-23T19:08:19.965Z | Downloaded digest v0.10.7 |
422 | 2025-07-23T19:08:19.965Z | Downloaded crypto-common v0.1.6 |
423 | 2025-07-23T19:08:19.966Z | Downloaded serde-untagged v0.1.7 |
424 | 2025-07-23T19:08:19.986Z | Downloaded percent-encoding v2.3.1 |
425 | 2025-07-23T19:08:19.987Z | Downloaded macaddr v1.0.1 |
426 | 2025-07-23T19:08:19.987Z | Downloaded pest_meta v2.7.14 |
427 | 2025-07-23T19:08:19.987Z | Downloaded anyhow v1.0.98 |
428 | 2025-07-23T19:08:19.987Z | Downloaded icu_normalizer_data v1.5.0 |
429 | 2025-07-23T19:08:19.987Z | Downloaded idna_adapter v1.2.0 |
430 | 2025-07-23T19:08:19.987Z | Downloaded autocfg v1.4.0 |
431 | 2025-07-23T19:08:19.987Z | Downloaded thiserror v2.0.12 |
432 | 2025-07-23T19:08:19.988Z | Downloaded num-traits v0.2.19 |
433 | 2025-07-23T19:08:20.005Z | Downloaded memchr v2.7.4 |
434 | 2025-07-23T19:08:20.005Z | Downloaded serde_derive v1.0.219 |
435 | 2025-07-23T19:08:20.006Z | Downloaded clap v4.5.40 |
436 | 2025-07-23T19:08:20.006Z | Downloaded proc-macro2 v1.0.95 |
437 | 2025-07-23T19:08:20.006Z | Downloaded papergrid v0.11.0 |
438 | 2025-07-23T19:08:20.036Z | Downloaded serde v1.0.219 |
439 | 2025-07-23T19:08:20.036Z | Downloaded tempfile v3.20.0 |
440 | 2025-07-23T19:08:20.037Z | Downloaded ryu v1.0.18 |
441 | 2025-07-23T19:08:20.037Z | Downloaded log v0.4.27 |
442 | 2025-07-23T19:08:20.037Z | Downloaded colorchoice v1.0.2 |
443 | 2025-07-23T19:08:20.037Z | Downloaded thread-id v4.2.2 |
444 | 2025-07-23T19:08:20.037Z | Downloaded cargo_metadata v0.20.0 |
445 | 2025-07-23T19:08:20.037Z | Downloaded bytecount v0.6.8 |
446 | 2025-07-23T19:08:20.045Z | Downloaded pest v2.7.14 |
447 | 2025-07-23T19:08:20.045Z | Downloaded hashbrown v0.15.4 |
448 | 2025-07-23T19:08:20.064Z | Downloaded serde_json v1.0.140 |
449 | 2025-07-23T19:08:20.064Z | Downloaded goblin v0.8.2 |
450 | 2025-07-23T19:08:20.140Z | Downloaded idna v1.0.3 |
451 | 2025-07-23T19:08:20.140Z | Downloaded clap_builder v4.5.40 |
452 | 2025-07-23T19:08:20.140Z | Downloaded tabled v0.15.0 |
453 | 2025-07-23T19:08:20.140Z | Downloaded syn v1.0.109 |
454 | 2025-07-23T19:08:20.141Z | Downloaded icu_properties_data v1.5.0 |
455 | 2025-07-23T19:08:20.141Z | Downloaded syn v2.0.104 |
456 | 2025-07-23T19:08:20.173Z | Downloaded rustix v0.38.37 |
457 | 2025-07-23T19:08:20.193Z | Downloaded rustix v1.0.7 |
458 | 2025-07-23T19:08:20.193Z | Downloaded libc v0.2.174 |
459 | 2025-07-23T19:08:21.310Z | Compiling proc-macro2 v1.0.95 |
460 | 2025-07-23T19:08:21.311Z | Compiling unicode-ident v1.0.18 |
461 | 2025-07-23T19:08:21.311Z | Compiling serde v1.0.219 |
462 | 2025-07-23T19:08:21.311Z | Compiling version_check v0.9.5 |
463 | 2025-07-23T19:08:21.630Z | Compiling libc v0.2.174 |
464 | 2025-07-23T19:08:21.630Z | Compiling thiserror v1.0.69 |
465 | 2025-07-23T19:08:21.630Z | Compiling memchr v2.7.4 |
466 | 2025-07-23T19:08:21.630Z | Compiling stable_deref_trait v1.2.0 |
467 | 2025-07-23T19:08:21.631Z | Compiling ryu v1.0.18 |
468 | 2025-07-23T19:08:21.631Z | Compiling itoa v1.0.11 |
469 | 2025-07-23T19:08:21.631Z | Compiling ucd-trie v0.1.7 |
470 | 2025-07-23T19:08:21.631Z | Compiling writeable v0.5.5 |
471 | 2025-07-23T19:08:21.631Z | Compiling autocfg v1.4.0 |
472 | 2025-07-23T19:08:22.036Z | Compiling litemap v0.7.3 |
473 | 2025-07-23T19:08:22.036Z | Compiling once_cell v1.21.3 |
474 | 2025-07-23T19:08:22.197Z | Compiling byteorder v1.5.0 |
475 | 2025-07-23T19:08:22.197Z | Compiling bitflags v2.9.1 |
476 | 2025-07-23T19:08:22.197Z | Compiling icu_locid_transform_data v1.5.0 |
477 | 2025-07-23T19:08:22.197Z | Compiling serde_json v1.0.140 |
478 | 2025-07-23T19:08:22.197Z | Compiling icu_properties_data v1.5.0 |
479 | 2025-07-23T19:08:22.247Z | Compiling num-traits v0.2.19 |
480 | 2025-07-23T19:08:22.247Z | Compiling rustix v0.38.37 |
481 | 2025-07-23T19:08:22.247Z | Compiling hashbrown v0.15.4 |
482 | 2025-07-23T19:08:22.255Z | Compiling utf16_iter v1.0.5 |
483 | 2025-07-23T19:08:22.326Z | Compiling utf8_iter v1.0.4 |
484 | 2025-07-23T19:08:22.480Z | Compiling icu_normalizer_data v1.5.0 |
485 | 2025-07-23T19:08:22.504Z | Compiling typeid v1.0.3 |
486 | 2025-07-23T19:08:22.657Z | Compiling write16 v1.0.0 |
487 | 2025-07-23T19:08:22.701Z | Compiling quote v1.0.40 |
488 | 2025-07-23T19:08:22.774Z | Compiling errno v0.3.12 |
489 | 2025-07-23T19:08:22.885Z | Compiling smallvec v1.15.0 |
490 | 2025-07-23T19:08:22.931Z | Compiling equivalent v1.0.2 |
491 | 2025-07-23T19:08:23.037Z | Compiling syn v2.0.104 |
492 | 2025-07-23T19:08:23.180Z | Compiling usdt-impl v0.5.0 |
493 | 2025-07-23T19:08:23.325Z | Compiling indexmap v2.10.0 |
494 | 2025-07-23T19:08:23.410Z | Compiling proc-macro-error-attr v1.0.4 |
495 | 2025-07-23T19:08:23.410Z | Compiling winnow v0.7.10 |
496 | 2025-07-23T19:08:23.524Z | Compiling toml_write v0.1.2 |
497 | 2025-07-23T19:08:23.525Z | Compiling syn v1.0.109 |
498 | 2025-07-23T19:08:23.894Z | Compiling thread-id v4.2.2 |
499 | 2025-07-23T19:08:24.066Z | Compiling proc-macro-error v1.0.4 |
500 | 2025-07-23T19:08:24.307Z | Compiling percent-encoding v2.3.1 |
501 | 2025-07-23T19:08:24.609Z | Compiling rustix v1.0.7 |
502 | 2025-07-23T19:08:24.609Z | Compiling utf8parse v0.2.2 |
503 | 2025-07-23T19:08:24.610Z | Compiling getrandom v0.3.3 |
504 | 2025-07-23T19:08:24.849Z | Compiling plain v0.2.3 |
505 | 2025-07-23T19:08:24.849Z | Compiling log v0.4.27 |
506 | 2025-07-23T19:08:24.849Z | Compiling semver v1.0.26 |
507 | 2025-07-23T19:08:25.003Z | Compiling camino v1.1.10 |
508 | 2025-07-23T19:08:25.385Z | Compiling terminal_size v0.4.0 |
509 | 2025-07-23T19:08:25.385Z | Compiling anstyle-parse v0.2.5 |
510 | 2025-07-23T19:08:25.548Z | Compiling ordered-float v2.10.1 |
511 | 2025-07-23T19:08:25.548Z | Compiling form_urlencoded v1.2.1 |
512 | 2025-07-23T19:08:25.761Z | Compiling thiserror v2.0.12 |
513 | 2025-07-23T19:08:25.791Z | Compiling pretty-hex v0.4.1 |
514 | 2025-07-23T19:08:25.907Z | Compiling anstyle v1.0.11 |
515 | 2025-07-23T19:08:26.024Z | Compiling colorchoice v1.0.2 |
516 | 2025-07-23T19:08:26.098Z | Compiling anstyle-query v1.1.1 |
517 | 2025-07-23T19:08:26.165Z | Compiling is_terminal_polyfill v1.70.1 |
518 | 2025-07-23T19:08:26.200Z | Compiling cfg-if v1.0.1 |
519 | 2025-07-23T19:08:26.248Z | Compiling anstream v0.6.18 |
520 | 2025-07-23T19:08:26.664Z | Compiling fs-err v3.1.1 |
521 | 2025-07-23T19:08:26.746Z | Compiling unicode-xid v0.2.6 |
522 | 2025-07-23T19:08:26.789Z | Compiling fnv v1.0.7 |
523 | 2025-07-23T19:08:26.850Z | Compiling bytecount v0.6.8 |
524 | 2025-07-23T19:08:26.960Z | Compiling heck v0.4.1 |
525 | 2025-07-23T19:08:27.006Z | Compiling heck v0.5.0 |
526 | 2025-07-23T19:08:27.025Z | Compiling unicode-width v0.1.14 |
527 | 2025-07-23T19:08:27.074Z | Compiling clap_lex v0.7.4 |
528 | 2025-07-23T19:08:27.483Z | Compiling anyhow v1.0.98 |
529 | 2025-07-23T19:08:27.530Z | Compiling fastrand v2.1.1 |
530 | 2025-07-23T19:08:27.588Z | Compiling strsim v0.11.1 |
531 | 2025-07-23T19:08:27.724Z | Compiling papergrid v0.11.0 |
532 | 2025-07-23T19:08:27.987Z | Compiling tempfile v3.20.0 |
533 | 2025-07-23T19:08:28.473Z | Compiling clap_builder v4.5.40 |
534 | 2025-07-23T19:08:28.687Z | Compiling memmap v0.7.0 |
535 | 2025-07-23T19:08:28.746Z | Compiling unicode-linebreak v0.1.5 |
536 | 2025-07-23T19:08:28.833Z | Compiling smawk v0.3.2 |
537 | 2025-07-23T19:08:29.003Z | Compiling unicode-width v0.2.0 |
538 | 2025-07-23T19:08:29.540Z | Compiling textwrap v0.16.2 |
539 | 2025-07-23T19:08:29.627Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
540 | 2025-07-23T19:08:29.986Z | Compiling synstructure v0.13.1 |
541 | 2025-07-23T19:08:30.103Z | Compiling swrite v0.1.0 |
542 | 2025-07-23T19:08:30.510Z | Compiling tabled_derive v0.7.0 |
543 | 2025-07-23T19:08:31.918Z | Compiling serde_derive v1.0.219 |
544 | 2025-07-23T19:08:31.918Z | Compiling thiserror-impl v1.0.69 |
545 | 2025-07-23T19:08:31.918Z | Compiling zerofrom-derive v0.1.4 |
546 | 2025-07-23T19:08:31.922Z | Compiling yoke-derive v0.7.4 |
547 | 2025-07-23T19:08:31.922Z | Compiling zerovec-derive v0.10.3 |
548 | 2025-07-23T19:08:32.043Z | Compiling displaydoc v0.2.5 |
549 | 2025-07-23T19:08:33.571Z | Compiling icu_provider_macros v1.5.0 |
550 | 2025-07-23T19:08:34.448Z | Compiling zerocopy-derive v0.7.35 |
551 | 2025-07-23T19:08:34.502Z | Compiling scroll_derive v0.12.0 |
552 | 2025-07-23T19:08:34.645Z | Compiling thiserror-impl v2.0.12 |
553 | 2025-07-23T19:08:35.058Z | Compiling pest v2.7.14 |
554 | 2025-07-23T19:08:35.435Z | Compiling zerofrom v0.1.4 |
555 | 2025-07-23T19:08:35.690Z | Compiling yoke v0.7.4 |
556 | 2025-07-23T19:08:35.842Z | Compiling clap_derive v4.5.40 |
557 | 2025-07-23T19:08:35.869Z | Compiling scroll v0.12.0 |
558 | 2025-07-23T19:08:36.090Z | Compiling zerovec v0.10.4 |
559 | 2025-07-23T19:08:36.405Z | Compiling zerocopy v0.7.35 |
560 | 2025-07-23T19:08:36.455Z | Compiling goblin v0.8.2 |
561 | 2025-07-23T19:08:36.884Z | Compiling tabled v0.15.0 |
562 | 2025-07-23T19:08:37.684Z | Compiling pest_meta v2.7.14 |
563 | 2025-07-23T19:08:37.745Z | Compiling tinystr v0.7.6 |
564 | 2025-07-23T19:08:37.883Z | Compiling icu_collections v1.5.0 |
565 | 2025-07-23T19:08:38.214Z | Compiling icu_locid v1.5.0 |
566 | 2025-07-23T19:08:39.152Z | Compiling pest_generator v2.7.14 |
567 | 2025-07-23T19:08:39.668Z | Compiling icu_provider v1.5.0 |
568 | 2025-07-23T19:08:40.154Z | Compiling clap v4.5.40 |
569 | 2025-07-23T19:08:40.391Z | Compiling icu_locid_transform v1.5.0 |
570 | 2025-07-23T19:08:41.418Z | Compiling pest_derive v2.7.14 |
571 | 2025-07-23T19:08:41.664Z | Compiling icu_properties v1.5.1 |
572 | 2025-07-23T19:08:42.209Z | Compiling dtrace-parser v0.2.0 |
573 | 2025-07-23T19:08:43.888Z | Compiling toml_datetime v0.6.11 |
574 | 2025-07-23T19:08:43.892Z | Compiling serde_spanned v0.6.9 |
575 | 2025-07-23T19:08:43.892Z | Compiling serde_tokenstream v0.2.2 |
576 | 2025-07-23T19:08:44.161Z | Compiling erased-serde v0.4.6 |
577 | 2025-07-23T19:08:44.199Z | Compiling serde-value v0.7.0 |
578 | 2025-07-23T19:08:44.412Z | Compiling toml_edit v0.22.27 |
579 | 2025-07-23T19:08:45.029Z | Compiling icu_normalizer v1.5.0 |
580 | 2025-07-23T19:08:45.035Z | Compiling cargo-platform v0.2.0 |
581 | 2025-07-23T19:08:45.159Z | Compiling serde-untagged v0.1.7 |
582 | 2025-07-23T19:08:45.288Z | Compiling camino-tempfile v1.4.1 |
583 | 2025-07-23T19:08:45.611Z | Compiling dof v0.3.0 |
584 | 2025-07-23T19:08:45.698Z | Compiling macaddr v1.0.1 |
585 | 2025-07-23T19:08:45.982Z | Compiling idna_adapter v1.2.0 |
586 | 2025-07-23T19:08:46.263Z | Compiling idna v1.0.3 |
587 | 2025-07-23T19:08:46.844Z | Compiling url v2.5.4 |
588 | 2025-07-23T19:08:48.307Z | Compiling usdt-macro v0.5.0 |
589 | 2025-07-23T19:08:48.351Z | Compiling usdt-attr-macro v0.5.0 |
590 | 2025-07-23T19:08:48.351Z | Compiling toml v0.8.23 |
591 | 2025-07-23T19:08:48.351Z | Compiling usdt v0.5.0 |
592 | 2025-07-23T19:08:48.456Z | Compiling cargo-util-schemas v0.2.0 |
593 | 2025-07-23T19:08:48.456Z | Compiling cargo_toml v0.21.0 |
594 | 2025-07-23T19:08:49.859Z | Compiling cargo_metadata v0.20.0 |
595 | 2025-07-23T19:08:51.619Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
596 | 2025-07-23T19:08:55.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
597 | 2025-07-23T19:08:55.401Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
598 | 2025-07-23T19:08:56.089Z | Downloading crates ... |
599 | 2025-07-23T19:08:56.219Z | Downloaded ahash v0.8.11 |
600 | 2025-07-23T19:08:56.227Z | Downloaded adler2 v2.0.0 |
601 | 2025-07-23T19:08:56.232Z | Downloaded addr2line v0.24.2 |
602 | 2025-07-23T19:08:56.236Z | Downloaded base64 v0.13.1 |
603 | 2025-07-23T19:08:56.240Z | Downloaded base16ct v0.2.0 |
604 | 2025-07-23T19:08:56.240Z | Downloaded bb8 v0.8.5 |
605 | 2025-07-23T19:08:56.243Z | Downloaded backoff v0.4.0 |
606 | 2025-07-23T19:08:56.243Z | Downloaded async-recursion v1.1.1 |
607 | 2025-07-23T19:08:56.247Z | Downloaded aes-gcm v0.10.3 |
608 | 2025-07-23T19:08:56.251Z | Downloaded hash32 v0.3.1 |
609 | 2025-07-23T19:08:56.254Z | Downloaded hash32 v0.2.1 |
610 | 2025-07-23T19:08:56.258Z | Downloaded half v2.4.1 |
611 | 2025-07-23T19:08:56.261Z | Downloaded half v1.8.3 |
612 | 2025-07-23T19:08:56.264Z | Downloaded aead v0.5.2 |
613 | 2025-07-23T19:08:56.268Z | Downloaded base64ct v1.6.0 |
614 | 2025-07-23T19:08:56.271Z | Downloaded base64 v0.22.1 |
615 | 2025-07-23T19:08:56.275Z | Downloaded crossterm v0.28.1 |
616 | 2025-07-23T19:08:56.279Z | Downloaded bzip2 v0.4.4 |
617 | 2025-07-23T19:08:56.282Z | Downloaded hashbrown v0.13.2 |
618 | 2025-07-23T19:08:56.286Z | Downloaded hashbrown v0.12.3 |
619 | 2025-07-23T19:08:56.292Z | Downloaded aho-corasick v1.1.3 |
620 | 2025-07-23T19:08:56.298Z | Downloaded backtrace v0.3.74 |
621 | 2025-07-23T19:08:56.304Z | Downloaded hickory-proto v0.24.4 |
622 | 2025-07-23T19:08:56.320Z | Downloaded cobs v0.2.3 |
623 | 2025-07-23T19:08:56.323Z | Downloaded headers v0.4.1 |
624 | 2025-07-23T19:08:56.329Z | Downloaded hyper-tls v0.6.0 |
625 | 2025-07-23T19:08:56.333Z | Downloaded hickory-proto v0.25.2 |
626 | 2025-07-23T19:08:56.348Z | Downloaded instant v0.1.13 |
627 | 2025-07-23T19:08:56.351Z | Downloaded ident_case v1.0.1 |
628 | 2025-07-23T19:08:56.355Z | Downloaded hubpack v0.1.2 |
629 | 2025-07-23T19:08:56.355Z | Downloaded http-range v0.1.5 |
630 | 2025-07-23T19:08:56.363Z | Downloaded is_ci v1.2.0 |
631 | 2025-07-23T19:08:56.363Z | Downloaded hubpack_derive v0.1.1 |
632 | 2025-07-23T19:08:56.363Z | Downloaded crc8 v0.1.1 |
633 | 2025-07-23T19:08:56.363Z | Downloaded cargo-platform v0.1.8 |
634 | 2025-07-23T19:08:56.369Z | Downloaded http-body v1.0.1 |
635 | 2025-07-23T19:08:56.369Z | Downloaded const_format_proc_macros v0.2.34 |
636 | 2025-07-23T19:08:56.369Z | Downloaded cexpr v0.6.0 |
637 | 2025-07-23T19:08:56.369Z | Downloaded block-padding v0.3.3 |
638 | 2025-07-23T19:08:56.372Z | Downloaded bitfield v0.14.0 |
639 | 2025-07-23T19:08:56.372Z | Downloaded headers-core v0.3.0 |
640 | 2025-07-23T19:08:56.375Z | Downloaded corncobs v0.1.3 |
641 | 2025-07-23T19:08:56.375Z | Downloaded match_cfg v0.1.0 |
642 | 2025-07-23T19:08:56.378Z | Downloaded progenitor-macro v0.9.1 |
643 | 2025-07-23T19:08:56.378Z | Downloaded hostname v0.3.1 |
644 | 2025-07-23T19:08:56.381Z | Downloaded progenitor-client v0.9.1 |
645 | 2025-07-23T19:08:56.381Z | Downloaded predicates-core v1.0.8 |
646 | 2025-07-23T19:08:56.385Z | Downloaded keccak v0.1.5 |
647 | 2025-07-23T19:08:56.388Z | Downloaded libscf-sys v1.1.0 |
648 | 2025-07-23T19:08:56.388Z | Downloaded convert_case v0.4.0 |
649 | 2025-07-23T19:08:56.388Z | Downloaded assert_matches v1.5.0 |
650 | 2025-07-23T19:08:56.390Z | Downloaded libsw-core v0.3.1 |
651 | 2025-07-23T19:08:56.393Z | Downloaded cookie_store v0.21.1 |
652 | 2025-07-23T19:08:56.396Z | Downloaded cipher v0.4.4 |
653 | 2025-07-23T19:08:56.399Z | Downloaded impl-trait-for-tuples v0.2.2 |
654 | 2025-07-23T19:08:56.402Z | Downloaded inout v0.1.3 |
655 | 2025-07-23T19:08:56.402Z | Downloaded crc-catalog v2.4.0 |
656 | 2025-07-23T19:08:56.406Z | Downloaded serde-big-array v0.5.1 |
657 | 2025-07-23T19:08:56.409Z | Downloaded managed v0.8.0 |
658 | 2025-07-23T19:08:56.409Z | Downloaded ipnet v2.11.0 |
659 | 2025-07-23T19:08:56.412Z | Downloaded predicates-tree v1.0.12 |
660 | 2025-07-23T19:08:56.415Z | Downloaded cassowary v0.3.0 |
661 | 2025-07-23T19:08:56.415Z | Downloaded proc-macro-error-attr2 v2.0.0 |
662 | 2025-07-23T19:08:56.417Z | Downloaded bitflags v1.3.2 |
663 | 2025-07-23T19:08:56.420Z | Downloaded progenitor-macro v0.8.0 |
664 | 2025-07-23T19:08:56.423Z | Downloaded linear-map v1.2.0 |
665 | 2025-07-23T19:08:56.423Z | Downloaded sqlparser_derive v0.2.2 |
666 | 2025-07-23T19:08:56.427Z | Downloaded rustc_version v0.4.1 |
667 | 2025-07-23T19:08:56.430Z | Downloaded rustc_version v0.1.7 |
668 | 2025-07-23T19:08:56.430Z | Downloaded highway v1.3.0 |
669 | 2025-07-23T19:08:56.433Z | Downloaded md-5 v0.10.6 |
670 | 2025-07-23T19:08:56.435Z | Downloaded maplit v1.0.2 |
671 | 2025-07-23T19:08:56.435Z | Downloaded lru-cache v0.1.2 |
672 | 2025-07-23T19:08:56.439Z | Downloaded ingot v0.1.1 |
673 | 2025-07-23T19:08:56.443Z | Downloaded take_mut v0.2.2 |
674 | 2025-07-23T19:08:56.443Z | Downloaded sct v0.7.1 |
675 | 2025-07-23T19:08:56.447Z | Downloaded rand_core v0.6.4 |
676 | 2025-07-23T19:08:56.450Z | Downloaded semver v0.1.20 |
677 | 2025-07-23T19:08:56.450Z | Downloaded critical-section v1.1.3 |
678 | 2025-07-23T19:08:56.453Z | Downloaded console v0.15.10 |
679 | 2025-07-23T19:08:56.457Z | Downloaded tower-service v0.3.3 |
680 | 2025-07-23T19:08:56.460Z | Downloaded signal-hook-mio v0.2.4 |
681 | 2025-07-23T19:08:56.460Z | Downloaded salsa20 v0.10.2 |
682 | 2025-07-23T19:08:56.463Z | Downloaded ingot-types v0.1.2 |
683 | 2025-07-23T19:08:56.463Z | Downloaded xshell-macros v0.2.7 |
684 | 2025-07-23T19:08:56.466Z | Downloaded heck v0.3.3 |
685 | 2025-07-23T19:08:56.466Z | Downloaded lock_api v0.4.12 |
686 | 2025-07-23T19:08:56.469Z | Downloaded slab v0.4.9 |
687 | 2025-07-23T19:08:56.484Z | Downloaded ssh-cipher v0.2.0 |
688 | 2025-07-23T19:08:56.487Z | Downloaded hickory-client v0.25.2 |
689 | 2025-07-23T19:08:56.490Z | Downloaded spki v0.7.3 |
690 | 2025-07-23T19:08:56.493Z | Downloaded endian-type v0.1.2 |
691 | 2025-07-23T19:08:56.493Z | Downloaded tls_codec v0.4.1 |
692 | 2025-07-23T19:08:56.496Z | Downloaded maybe-uninit v2.0.0 |
693 | 2025-07-23T19:08:56.496Z | Downloaded debug-ignore v1.0.5 |
694 | 2025-07-23T19:08:56.499Z | Downloaded foreign-types-shared v0.1.1 |
695 | 2025-07-23T19:08:56.502Z | Downloaded enum-as-inner v0.6.1 |
696 | 2025-07-23T19:08:56.502Z | Downloaded const-oid v0.9.6 |
697 | 2025-07-23T19:08:56.506Z | Downloaded foreign-types-shared v0.3.1 |
698 | 2025-07-23T19:08:56.509Z | Downloaded proc-macro-error2 v2.0.1 |
699 | 2025-07-23T19:08:56.512Z | Downloaded foreign-types v0.3.2 |
700 | 2025-07-23T19:08:56.512Z | Downloaded which v4.4.2 |
701 | 2025-07-23T19:08:56.516Z | Downloaded unicase v2.7.0 |
702 | 2025-07-23T19:08:56.516Z | Downloaded unarray v0.1.4 |
703 | 2025-07-23T19:08:56.521Z | Downloaded num-conv v0.1.0 |
704 | 2025-07-23T19:08:56.524Z | Downloaded litrs v0.4.1 |
705 | 2025-07-23T19:08:56.524Z | Downloaded xz2 v0.1.7 |
706 | 2025-07-23T19:08:56.527Z | Downloaded xattr v1.3.1 |
707 | 2025-07-23T19:08:56.527Z | Downloaded oso-derive v0.27.3 |
708 | 2025-07-23T19:08:56.530Z | Downloaded ron v0.7.1 |
709 | 2025-07-23T19:08:56.534Z | Downloaded sqlformat v0.3.5 |
710 | 2025-07-23T19:08:56.537Z | Downloaded zstd v0.13.3 |
711 | 2025-07-23T19:08:56.541Z | Downloaded defmt-macros v0.3.9 |
712 | 2025-07-23T19:08:56.544Z | Downloaded progenitor-client v0.8.0 |
713 | 2025-07-23T19:08:56.548Z | Downloaded diesel_table_macro_syntax v0.2.0 |
714 | 2025-07-23T19:08:56.548Z | Downloaded dunce v1.0.5 |
715 | 2025-07-23T19:08:56.551Z | Downloaded env_filter v0.1.2 |
716 | 2025-07-23T19:08:56.551Z | Downloaded dyn-clone v1.0.19 |
717 | 2025-07-23T19:08:56.554Z | Downloaded ena v0.14.3 |
718 | 2025-07-23T19:08:56.557Z | Downloaded progenitor v0.8.0 |
719 | 2025-07-23T19:08:56.557Z | Downloaded fs-err v2.11.0 |
720 | 2025-07-23T19:08:56.560Z | Downloaded memoffset v0.9.1 |
721 | 2025-07-23T19:08:56.563Z | Downloaded sha1 v0.10.6 |
722 | 2025-07-23T19:08:56.563Z | Downloaded serde_bytes v0.11.17 |
723 | 2025-07-23T19:08:56.567Z | Downloaded similar v2.7.0 |
724 | 2025-07-23T19:08:56.572Z | Downloaded num-derive v0.4.2 |
725 | 2025-07-23T19:08:56.575Z | Downloaded time-core v0.1.2 |
726 | 2025-07-23T19:08:56.579Z | Downloaded yasna v0.5.2 |
727 | 2025-07-23T19:08:56.582Z | Downloaded signal-hook v0.3.17 |
728 | 2025-07-23T19:08:56.582Z | Downloaded oxnet v0.1.2 |
729 | 2025-07-23T19:08:56.585Z | Downloaded const_format v0.2.34 |
730 | 2025-07-23T19:08:56.590Z | Downloaded slog-envlogger v2.2.0 |
731 | 2025-07-23T19:08:56.593Z | Downloaded derive_builder_core v0.20.2 |
732 | 2025-07-23T19:08:56.596Z | Downloaded phf v0.12.1 |
733 | 2025-07-23T19:08:56.599Z | Downloaded phf_shared v0.12.1 |
734 | 2025-07-23T19:08:56.599Z | Downloaded phf_shared v0.11.2 |
735 | 2025-07-23T19:08:56.602Z | Downloaded darling v0.21.0 |
736 | 2025-07-23T19:08:56.606Z | Downloaded waitgroup v0.1.2 |
737 | 2025-07-23T19:08:56.609Z | Downloaded try-lock v0.2.5 |
738 | 2025-07-23T19:08:56.612Z | Downloaded darling_macro v0.20.10 |
739 | 2025-07-23T19:08:56.612Z | Downloaded zone_cfg_derive v0.1.2 |
740 | 2025-07-23T19:08:56.615Z | Downloaded term v0.7.0 |
741 | 2025-07-23T19:08:56.618Z | Downloaded scrypt v0.11.0 |
742 | 2025-07-23T19:08:56.621Z | Downloaded display-error-chain v0.2.2 |
743 | 2025-07-23T19:08:56.621Z | Downloaded same-file v1.0.6 |
744 | 2025-07-23T19:08:56.624Z | Downloaded ref-cast-impl v1.0.24 |
745 | 2025-07-23T19:08:56.624Z | Downloaded tar v0.4.44 |
746 | 2025-07-23T19:08:56.628Z | Downloaded simd-adler32 v0.3.7 |
747 | 2025-07-23T19:08:56.631Z | Downloaded dirs-sys-next v0.1.2 |
748 | 2025-07-23T19:08:56.634Z | Downloaded time-macros v0.2.18 |
749 | 2025-07-23T19:08:56.637Z | Downloaded termtree v0.5.1 |
750 | 2025-07-23T19:08:56.640Z | Downloaded tiny-keccak v2.0.2 |
751 | 2025-07-23T19:08:56.646Z | Downloaded slog-term v2.9.1 |
752 | 2025-07-23T19:08:56.650Z | Downloaded opaque-debug v0.3.1 |
753 | 2025-07-23T19:08:56.650Z | Downloaded tui-tree-widget v0.23.1 |
754 | 2025-07-23T19:08:56.654Z | Downloaded slog-dtrace v0.3.0 |
755 | 2025-07-23T19:08:56.654Z | Downloaded pin-project-lite v0.2.14 |
756 | 2025-07-23T19:08:56.660Z | Downloaded peg-runtime v0.8.5 |
757 | 2025-07-23T19:08:56.664Z | Downloaded hickory-server v0.25.2 |
758 | 2025-07-23T19:08:56.668Z | Downloaded pretty-hex v0.2.1 |
759 | 2025-07-23T19:08:56.675Z | Downloaded zone v0.3.1 |
760 | 2025-07-23T19:08:56.675Z | Downloaded rustc-hash v2.1.1 |
761 | 2025-07-23T19:08:56.675Z | Downloaded zone v0.1.8 |
762 | 2025-07-23T19:08:56.676Z | Downloaded smallvec v0.6.14 |
763 | 2025-07-23T19:08:56.678Z | Downloaded wyz v0.5.1 |
764 | 2025-07-23T19:08:56.681Z | Downloaded unicode-bidi v0.3.17 |
765 | 2025-07-23T19:08:56.685Z | Downloaded filetime v0.2.25 |
766 | 2025-07-23T19:08:56.688Z | Downloaded fallible-iterator v0.2.0 |
767 | 2025-07-23T19:08:56.688Z | Downloaded either v1.15.0 |
768 | 2025-07-23T19:08:56.691Z | Downloaded slog-async v2.8.0 |
769 | 2025-07-23T19:08:56.694Z | Downloaded tracing v0.1.40 |
770 | 2025-07-23T19:08:56.698Z | Downloaded sync_wrapper v1.0.1 |
771 | 2025-07-23T19:08:56.701Z | Downloaded heapless v0.7.17 |
772 | 2025-07-23T19:08:56.704Z | Downloaded pin-project v1.1.6 |
773 | 2025-07-23T19:08:56.718Z | Downloaded tabwriter v1.4.0 |
774 | 2025-07-23T19:08:56.721Z | Downloaded tabled_derive v0.10.0 |
775 | 2025-07-23T19:08:56.721Z | Downloaded sync-ptr v0.1.4 |
776 | 2025-07-23T19:08:56.724Z | Downloaded pkg-config v0.3.31 |
777 | 2025-07-23T19:08:56.727Z | Downloaded want v0.3.1 |
778 | 2025-07-23T19:08:56.727Z | Downloaded wait-timeout v0.2.0 |
779 | 2025-07-23T19:08:56.731Z | Downloaded psl-types v2.0.11 |
780 | 2025-07-23T19:08:56.731Z | Downloaded pkcs8 v0.10.2 |
781 | 2025-07-23T19:08:56.734Z | Downloaded derive_builder_macro v0.20.2 |
782 | 2025-07-23T19:08:56.737Z | Downloaded des v0.8.1 |
783 | 2025-07-23T19:08:56.740Z | Downloaded heapless v0.8.0 |
784 | 2025-07-23T19:08:56.743Z | Downloaded new_debug_unreachable v1.0.6 |
785 | 2025-07-23T19:08:56.746Z | Downloaded miniz_oxide v0.8.5 |
786 | 2025-07-23T19:08:56.749Z | Downloaded md5 v0.7.0 |
787 | 2025-07-23T19:08:56.752Z | Downloaded static_assertions v1.1.0 |
788 | 2025-07-23T19:08:56.752Z | Downloaded serde-hex v0.1.0 |
789 | 2025-07-23T19:08:56.755Z | Downloaded precomputed-hash v0.1.1 |
790 | 2025-07-23T19:08:56.758Z | Downloaded parse-size v1.1.0 |
791 | 2025-07-23T19:08:56.759Z | Downloaded scheduled-thread-pool v0.2.7 |
792 | 2025-07-23T19:08:56.762Z | Downloaded rustls-pemfile v1.0.4 |
793 | 2025-07-23T19:08:56.765Z | Downloaded ssh-encoding v0.2.0 |
794 | 2025-07-23T19:08:56.765Z | Downloaded diesel_derives v2.2.3 |
795 | 2025-07-23T19:08:56.770Z | Downloaded utf-8 v0.7.6 |
796 | 2025-07-23T19:08:56.773Z | Downloaded tokio-rustls v0.25.0 |
797 | 2025-07-23T19:08:56.776Z | Downloaded parking_lot_core v0.9.10 |
798 | 2025-07-23T19:08:56.779Z | Downloaded parking_lot_core v0.8.6 |
799 | 2025-07-23T19:08:56.782Z | Downloaded serde_cbor v0.11.2 |
800 | 2025-07-23T19:08:56.786Z | Downloaded strum v0.27.1 |
801 | 2025-07-23T19:08:56.793Z | Downloaded strum v0.26.3 |
802 | 2025-07-23T19:08:56.793Z | Downloaded newline-converter v0.3.0 |
803 | 2025-07-23T19:08:56.796Z | Downloaded embedded-io v0.4.0 |
804 | 2025-07-23T19:08:56.796Z | Downloaded deranged v0.3.11 |
805 | 2025-07-23T19:08:56.796Z | Downloaded nanorand v0.7.0 |
806 | 2025-07-23T19:08:56.799Z | Downloaded derive-where v1.5.0 |
807 | 2025-07-23T19:08:56.804Z | Downloaded toml_edit v0.19.15 |
808 | 2025-07-23T19:08:56.823Z | Downloaded darling_macro v0.21.0 |
809 | 2025-07-23T19:08:56.827Z | Downloaded aws-lc-rs v1.12.4 |
810 | 2025-07-23T19:08:56.835Z | Downloaded rustc-demangle v0.1.24 |
811 | 2025-07-23T19:08:56.839Z | Downloaded ppv-lite86 v0.2.20 |
812 | 2025-07-23T19:08:56.843Z | Downloaded pkcs5 v0.7.1 |
813 | 2025-07-23T19:08:56.846Z | Downloaded num_threads v0.1.7 |
814 | 2025-07-23T19:08:56.846Z | Downloaded twox-hash v2.1.0 |
815 | 2025-07-23T19:08:56.850Z | Downloaded walkdir v2.5.0 |
816 | 2025-07-23T19:08:56.853Z | Downloaded rustversion v1.0.17 |
817 | 2025-07-23T19:08:56.856Z | Downloaded native-tls v0.2.12 |
818 | 2025-07-23T19:08:56.859Z | Downloaded russh-cryptovec v0.7.3 |
819 | 2025-07-23T19:08:56.862Z | Downloaded number_prefix v0.4.0 |
820 | 2025-07-23T19:08:56.862Z | Downloaded supports-color v3.0.2 |
821 | 2025-07-23T19:08:56.865Z | Downloaded support-bundle-viewer v0.1.2 |
822 | 2025-07-23T19:08:56.868Z | Downloaded tokio-postgres v0.7.13 |
823 | 2025-07-23T19:08:56.873Z | Downloaded predicates v3.1.3 |
824 | 2025-07-23T19:08:56.876Z | Downloaded derive_builder v0.20.2 |
825 | 2025-07-23T19:08:56.883Z | Downloaded mime_guess v2.0.5 |
826 | 2025-07-23T19:08:56.886Z | Downloaded postcard v1.0.10 |
827 | 2025-07-23T19:08:56.889Z | Downloaded cstr-argument v0.1.2 |
828 | 2025-07-23T19:08:56.892Z | Downloaded serde_derive_internals v0.29.1 |
829 | 2025-07-23T19:08:56.895Z | Downloaded crunchy v0.2.2 |
830 | 2025-07-23T19:08:56.895Z | Downloaded rustyline v14.0.0 |
831 | 2025-07-23T19:08:56.901Z | Downloaded num_enum_derive v0.5.11 |
832 | 2025-07-23T19:08:56.904Z | Downloaded fd-lock v4.0.2 |
833 | 2025-07-23T19:08:56.907Z | Downloaded env_logger v0.11.8 |
834 | 2025-07-23T19:08:56.910Z | Downloaded futures-core v0.3.31 |
835 | 2025-07-23T19:08:56.913Z | Downloaded polyval v0.6.2 |
836 | 2025-07-23T19:08:56.916Z | Downloaded newtype_derive v0.1.6 |
837 | 2025-07-23T19:08:56.921Z | Downloaded ed25519-dalek v2.1.1 |
838 | 2025-07-23T19:08:56.924Z | Downloaded unicode-segmentation v1.12.0 |
839 | 2025-07-23T19:08:56.927Z | Downloaded tagptr v0.2.0 |
840 | 2025-07-23T19:08:56.931Z | Downloaded num v0.4.3 |
841 | 2025-07-23T19:08:56.935Z | Downloaded rustc-hash v1.1.0 |
842 | 2025-07-23T19:08:56.935Z | Downloaded stringprep v0.1.5 |
843 | 2025-07-23T19:08:56.935Z | Downloaded string_cache v0.8.9 |
844 | 2025-07-23T19:08:56.938Z | Downloaded ref-cast v1.0.24 |
845 | 2025-07-23T19:08:56.941Z | Downloaded structmeta-derive v0.3.0 |
846 | 2025-07-23T19:08:56.944Z | Downloaded value-bag v1.9.0 |
847 | 2025-07-23T19:08:56.947Z | Downloaded defmt-parser v0.3.4 |
848 | 2025-07-23T19:08:56.950Z | Downloaded fixedbitset v0.5.7 |
849 | 2025-07-23T19:08:56.950Z | Downloaded untrusted v0.9.0 |
850 | 2025-07-23T19:08:56.953Z | Downloaded difflib v0.4.0 |
851 | 2025-07-23T19:08:56.956Z | Downloaded ff v0.13.0 |
852 | 2025-07-23T19:08:56.959Z | Downloaded tokio-dtrace v0.1.0 |
853 | 2025-07-23T19:08:56.962Z | Downloaded der v0.7.10 |
854 | 2025-07-23T19:08:56.965Z | Downloaded openssl-probe v0.1.5 |
855 | 2025-07-23T19:08:56.968Z | Downloaded num-iter v0.1.45 |
856 | 2025-07-23T19:08:56.971Z | Downloaded postgres-types v0.2.9 |
857 | 2025-07-23T19:08:56.974Z | Downloaded olpc-cjson v0.1.4 |
858 | 2025-07-23T19:08:56.975Z | Downloaded steno v0.4.1 |
859 | 2025-07-23T19:08:56.979Z | Downloaded unicode-normalization v0.1.24 |
860 | 2025-07-23T19:08:56.983Z | Downloaded structmeta v0.3.0 |
861 | 2025-07-23T19:08:56.986Z | Downloaded rtoolbox v0.0.2 |
862 | 2025-07-23T19:08:56.989Z | Downloaded publicsuffix v2.3.0 |
863 | 2025-07-23T19:08:56.992Z | Downloaded shell-words v1.1.0 |
864 | 2025-07-23T19:08:56.992Z | Downloaded hkdf v0.12.4 |
865 | 2025-07-23T19:08:56.995Z | Downloaded fxhash v0.2.1 |
866 | 2025-07-23T19:08:56.998Z | Downloaded pbkdf2 v0.11.0 |
867 | 2025-07-23T19:08:57.002Z | Downloaded packed_struct v0.10.1 |
868 | 2025-07-23T19:08:57.005Z | Downloaded qorb v0.4.0 |
869 | 2025-07-23T19:08:57.008Z | Downloaded typify v0.3.0 |
870 | 2025-07-23T19:08:57.012Z | Downloaded vte_generate_state_changes v0.1.2 |
871 | 2025-07-23T19:08:57.015Z | Downloaded daft v0.1.4 |
872 | 2025-07-23T19:08:57.015Z | Downloaded path-slash v0.1.5 |
873 | 2025-07-23T19:08:57.018Z | Downloaded thread_local v1.1.8 |
874 | 2025-07-23T19:08:57.018Z | Downloaded thiserror-no-std v2.0.2 |
875 | 2025-07-23T19:08:57.023Z | Downloaded crucible-workspace-hack v0.1.0 |
876 | 2025-07-23T19:08:57.026Z | Downloaded zone_cfg_derive v0.3.0 |
877 | 2025-07-23T19:08:57.026Z | Downloaded topological-sort v0.2.2 |
878 | 2025-07-23T19:08:57.029Z | Downloaded thiserror-impl-no-std v2.0.2 |
879 | 2025-07-23T19:08:57.029Z | Downloaded rand_chacha v0.3.1 |
880 | 2025-07-23T19:08:57.032Z | Downloaded unicode_categories v0.1.1 |
881 | 2025-07-23T19:08:57.035Z | Downloaded p521 v0.13.3 |
882 | 2025-07-23T19:08:57.038Z | Downloaded signal-hook-registry v1.4.2 |
883 | 2025-07-23T19:08:57.041Z | Downloaded test-strategy v0.4.3 |
884 | 2025-07-23T19:08:57.044Z | Downloaded termcolor v1.4.1 |
885 | 2025-07-23T19:08:57.048Z | Downloaded signal-hook-tokio v0.3.1 |
886 | 2025-07-23T19:08:57.048Z | Downloaded shlex v1.3.0 |
887 | 2025-07-23T19:08:57.051Z | Downloaded quick-error v1.2.3 |
888 | 2025-07-23T19:08:57.051Z | Downloaded quinn-udp v0.5.5 |
889 | 2025-07-23T19:08:57.054Z | Downloaded pbkdf2 v0.12.2 |
890 | 2025-07-23T19:08:57.057Z | Downloaded document-features v0.2.10 |
891 | 2025-07-23T19:08:57.058Z | Downloaded minimal-lexical v0.2.1 |
892 | 2025-07-23T19:08:57.063Z | Downloaded paste v1.0.15 |
893 | 2025-07-23T19:08:57.066Z | Downloaded rusty-fork v0.3.0 |
894 | 2025-07-23T19:08:57.069Z | Downloaded omicron-zone-package v0.12.2 |
895 | 2025-07-23T19:08:57.073Z | Downloaded peg v0.8.5 |
896 | 2025-07-23T19:08:57.079Z | Downloaded rand_core v0.9.2 |
897 | 2025-07-23T19:08:57.082Z | Downloaded csv-core v0.1.11 |
898 | 2025-07-23T19:08:57.082Z | Downloaded primeorder v0.13.6 |
899 | 2025-07-23T19:08:57.082Z | Downloaded bindgen v0.69.5 |
900 | 2025-07-23T19:08:57.089Z | Downloaded progenitor-impl v0.9.1 |
901 | 2025-07-23T19:08:57.098Z | Downloaded serde_with_macros v3.14.0 |
902 | 2025-07-23T19:08:57.098Z | Downloaded zerocopy v0.6.6 |
903 | 2025-07-23T19:08:57.098Z | Downloaded papergrid v0.14.0 |
904 | 2025-07-23T19:08:57.102Z | Downloaded dsl_auto_type v0.1.2 |
905 | 2025-07-23T19:08:57.106Z | Downloaded getrandom v0.2.15 |
906 | 2025-07-23T19:08:57.109Z | Downloaded zip v4.2.0 |
907 | 2025-07-23T19:08:57.112Z | Downloaded sqlparser v0.45.0 |
908 | 2025-07-23T19:08:57.118Z | Downloaded rand_seeder v0.3.0 |
909 | 2025-07-23T19:08:57.121Z | Downloaded tokio-tungstenite v0.23.1 |
910 | 2025-07-23T19:08:57.125Z | Downloaded darling_core v0.20.10 |
911 | 2025-07-23T19:08:57.128Z | Downloaded tough v0.20.0 |
912 | 2025-07-23T19:08:57.138Z | Downloaded typify v0.2.0 |
913 | 2025-07-23T19:08:57.141Z | Downloaded typed-path v0.9.3 |
914 | 2025-07-23T19:08:57.147Z | Downloaded toml v0.7.8 |
915 | 2025-07-23T19:08:57.151Z | Downloaded serde_yaml v0.9.34+deprecated |
916 | 2025-07-23T19:08:57.154Z | Downloaded progenitor-impl v0.8.0 |
917 | 2025-07-23T19:08:57.157Z | Downloaded diff v0.1.13 |
918 | 2025-07-23T19:08:57.161Z | Downloaded tungstenite v0.23.0 |
919 | 2025-07-23T19:08:57.164Z | Downloaded bitvec v1.0.1 |
920 | 2025-07-23T19:08:57.181Z | Downloaded schemars v0.8.22 |
921 | 2025-07-23T19:08:57.193Z | Downloaded derive_more v0.99.20 |
922 | 2025-07-23T19:08:57.198Z | Downloaded p384 v0.13.1 |
923 | 2025-07-23T19:08:57.204Z | Downloaded rustls-pki-types v1.10.0 |
924 | 2025-07-23T19:08:57.207Z | Downloaded zerocopy-derive v0.8.26 |
925 | 2025-07-23T19:08:57.214Z | Downloaded rayon v1.10.0 |
926 | 2025-07-23T19:08:57.224Z | Downloaded schemars v0.9.0 |
927 | 2025-07-23T19:08:57.237Z | Downloaded rand v0.9.1 |
928 | 2025-07-23T19:08:57.241Z | Downloaded winnow v0.5.40 |
929 | 2025-07-23T19:08:57.251Z | Downloaded elliptic-curve v0.13.8 |
930 | 2025-07-23T19:08:57.255Z | Downloaded openssl-sys v0.9.109 |
931 | 2025-07-23T19:08:57.261Z | Downloaded zlib-rs v0.5.1 |
932 | 2025-07-23T19:08:57.268Z | Downloaded tracing-core v0.1.32 |
933 | 2025-07-23T19:08:57.271Z | Downloaded chrono v0.4.41 |
934 | 2025-07-23T19:08:57.277Z | Downloaded winnow v0.6.26 |
935 | 2025-07-23T19:08:57.287Z | Downloaded tower v0.5.2 |
936 | 2025-07-23T19:08:57.297Z | Downloaded tokio-util v0.7.15 |
937 | 2025-07-23T19:08:57.304Z | Downloaded flate2 v1.1.2 |
938 | 2025-07-23T19:08:57.309Z | Downloaded radix_trie v0.2.1 |
939 | 2025-07-23T19:08:57.315Z | Downloaded salty v0.3.0 |
940 | 2025-07-23T19:08:57.323Z | Downloaded petname v2.0.2 |
941 | 2025-07-23T19:08:57.328Z | Downloaded vcpkg v0.2.15 |
942 | 2025-07-23T19:08:57.370Z | Downloaded rustls-webpki v0.101.7 |
943 | 2025-07-23T19:08:57.385Z | Downloaded object v0.30.4 |
944 | 2025-07-23T19:08:57.394Z | Downloaded proptest v1.7.0 |
945 | 2025-07-23T19:08:57.403Z | Downloaded russh v0.45.0 |
946 | 2025-07-23T19:08:57.408Z | Downloaded quick-xml v0.37.2 |
947 | 2025-07-23T19:08:57.415Z | Downloaded nix v0.30.1 |
948 | 2025-07-23T19:08:57.427Z | Downloaded regex v1.11.1 |
949 | 2025-07-23T19:08:57.440Z | Downloaded bstr v1.10.0 |
950 | 2025-07-23T19:08:57.452Z | Downloaded rustls v0.23.19 |
951 | 2025-07-23T19:08:57.462Z | Downloaded object v0.36.5 |
952 | 2025-07-23T19:08:57.474Z | Downloaded gimli v0.31.1 |
953 | 2025-07-23T19:08:57.481Z | Downloaded rustls v0.22.4 |
954 | 2025-07-23T19:08:57.495Z | Downloaded rustls-webpki v0.102.8 |
955 | 2025-07-23T19:08:57.513Z | Downloaded smoltcp v0.11.0 |
956 | 2025-07-23T19:08:57.529Z | Downloaded openssl v0.10.73 |
957 | 2025-07-23T19:08:57.534Z | Downloaded nix v0.28.0 |
958 | 2025-07-23T19:08:57.545Z | Downloaded smoltcp v0.9.1 |
959 | 2025-07-23T19:08:57.555Z | Downloaded git2 v0.19.0 |
960 | 2025-07-23T19:08:57.563Z | Downloaded zerocopy v0.8.26 |
961 | 2025-07-23T19:08:57.583Z | Downloaded nix v0.27.1 |
962 | 2025-07-23T19:08:57.592Z | Downloaded typify-impl v0.2.0 |
963 | 2025-07-23T19:08:57.604Z | Downloaded curve25519-dalek v4.1.3 |
964 | 2025-07-23T19:08:57.612Z | Downloaded regex-syntax v0.8.5 |
965 | 2025-07-23T19:08:57.620Z | Downloaded regress v0.10.3 |
966 | 2025-07-23T19:08:57.628Z | Downloaded diesel v2.2.11 |
967 | 2025-07-23T19:08:57.653Z | Downloaded openapiv3 v2.2.0 |
968 | 2025-07-23T19:08:57.658Z | Downloaded jiff v0.2.15 |
969 | 2025-07-23T19:08:57.670Z | Downloaded dropshot v0.16.2 |
970 | 2025-07-23T19:08:57.690Z | Downloaded regex-syntax v0.6.29 |
971 | 2025-07-23T19:08:57.696Z | Downloaded typify-impl v0.4.1 |
972 | 2025-07-23T19:08:57.708Z | Downloaded lzma-sys v0.1.20 |
973 | 2025-07-23T19:08:57.734Z | Downloaded typify-impl v0.3.0 |
974 | 2025-07-23T19:08:57.746Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
975 | 2025-07-23T19:08:57.762Z | Downloaded libz-sys v1.1.20 |
976 | 2025-07-23T19:08:57.780Z | Downloaded sled v0.34.7 |
977 | 2025-07-23T19:08:57.789Z | Downloaded ratatui v0.29.0 |
978 | 2025-07-23T19:08:57.806Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
979 | 2025-07-23T19:08:57.816Z | Downloaded nix v0.29.0 |
980 | 2025-07-23T19:08:57.826Z | Downloaded zerocopy-derive v0.6.6 |
981 | 2025-07-23T19:08:57.834Z | Downloaded regex-automata v0.4.8 |
982 | 2025-07-23T19:08:57.848Z | Downloaded sha3 v0.10.8 |
983 | 2025-07-23T19:08:57.852Z | Downloaded moka v0.12.10 |
984 | 2025-07-23T19:08:57.861Z | Downloaded rustls v0.21.12 |
985 | 2025-07-23T19:08:57.871Z | Downloaded petgraph v0.6.5 |
986 | 2025-07-23T19:08:57.887Z | Downloaded csv v1.3.1 |
987 | 2025-07-23T19:08:57.904Z | Downloaded webpki-roots v1.0.1 |
988 | 2025-07-23T19:08:57.907Z | Downloaded petgraph v0.8.2 |
989 | 2025-07-23T19:08:57.925Z | Downloaded chrono-tz v0.10.4 |
990 | 2025-07-23T19:08:57.942Z | Downloaded tabled v0.18.0 |
991 | 2025-07-23T19:08:57.956Z | Downloaded polar-core v0.27.3 |
992 | 2025-07-23T19:08:57.967Z | Downloaded futures-util v0.3.31 |
993 | 2025-07-23T19:08:57.973Z | Downloaded tokio v1.45.1 |
994 | 2025-07-23T19:08:58.006Z | Downloaded serde_with v3.14.0 |
995 | 2025-07-23T19:08:58.016Z | Downloaded portable-atomic v1.11.0 |
996 | 2025-07-23T19:08:58.022Z | Downloaded quinn-proto v0.11.8 |
997 | 2025-07-23T19:08:58.028Z | Downloaded lalrpop v0.19.12 |
998 | 2025-07-23T19:08:58.037Z | Downloaded prettyplease v0.2.35 |
999 | 2025-07-23T19:08:58.040Z | Downloaded prefix-trie v0.7.0 |
1000 | 2025-07-23T19:08:58.044Z | Downloaded fatfs v0.3.6 |
1001 | 2025-07-23T19:08:58.047Z | Downloaded crypto-bigint v0.5.5 |
1002 | 2025-07-23T19:08:58.052Z | Downloaded ssh-key v0.6.6 |
1003 | 2025-07-23T19:08:58.057Z | Downloaded rpassword v7.4.0 |
1004 | 2025-07-23T19:08:58.060Z | Downloaded rayon-core v1.12.1 |
1005 | 2025-07-23T19:08:58.063Z | Downloaded oso v0.27.3 |
1006 | 2025-07-23T19:08:58.077Z | Downloaded time v0.3.36 |
1007 | 2025-07-23T19:08:58.077Z | Downloaded reqwest v0.12.22 |
1008 | 2025-07-23T19:08:58.088Z | Downloaded dropshot_endpoint v0.16.2 |
1009 | 2025-07-23T19:08:58.092Z | Downloaded encoding_rs v0.8.34 |
1010 | 2025-07-23T19:08:58.120Z | Downloaded flagset v0.4.6 |
1011 | 2025-07-23T19:08:58.123Z | Downloaded tokio-tungstenite v0.21.0 |
1012 | 2025-07-23T19:08:58.126Z | Downloaded darling_core v0.21.0 |
1013 | 2025-07-23T19:08:58.129Z | Downloaded quinn v0.11.5 |
1014 | 2025-07-23T19:08:58.133Z | Downloaded nu-ansi-term v0.50.1 |
1015 | 2025-07-23T19:08:58.137Z | Downloaded h2 v0.4.6 |
1016 | 2025-07-23T19:08:58.145Z | Downloaded zeroize v1.8.1 |
1017 | 2025-07-23T19:08:58.148Z | Downloaded dirs-next v2.0.0 |
1018 | 2025-07-23T19:08:58.148Z | Downloaded strip-ansi-escapes v0.2.0 |
1019 | 2025-07-23T19:08:58.148Z | Downloaded num-bigint-dig v0.8.4 |
1020 | 2025-07-23T19:08:58.154Z | Downloaded expectorate v1.2.0 |
1021 | 2025-07-23T19:08:58.158Z | Downloaded x509-cert v0.2.5 |
1022 | 2025-07-23T19:08:58.163Z | Downloaded daft-derive v0.1.4 |
1023 | 2025-07-23T19:08:58.168Z | Downloaded nibble_vec v0.1.0 |
1024 | 2025-07-23T19:08:58.174Z | Downloaded subprocess v0.2.9 |
1025 | 2025-07-23T19:08:58.174Z | Downloaded proc-macro-crate v1.3.1 |
1026 | 2025-07-23T19:08:58.174Z | Downloaded ghash v0.5.1 |
1027 | 2025-07-23T19:08:58.177Z | Downloaded gethostname v0.5.0 |
1028 | 2025-07-23T19:08:58.177Z | Downloaded termios v0.3.3 |
1029 | 2025-07-23T19:08:58.180Z | Downloaded rsa v0.9.6 |
1030 | 2025-07-23T19:08:58.183Z | Downloaded powerfmt v0.2.0 |
1031 | 2025-07-23T19:08:58.183Z | Downloaded postgres-protocol v0.6.8 |
1032 | 2025-07-23T19:08:58.186Z | Downloaded ring v0.17.14 |
1033 | 2025-07-23T19:08:58.229Z | Downloaded poly1305 v0.8.0 |
1034 | 2025-07-23T19:08:58.232Z | Downloaded tungstenite v0.21.0 |
1035 | 2025-07-23T19:08:58.232Z | Downloaded packed_struct_codegen v0.10.1 |
1036 | 2025-07-23T19:08:58.232Z | Downloaded data-encoding v2.9.0 |
1037 | 2025-07-23T19:08:58.232Z | Downloaded zeroize_derive v1.4.2 |
1038 | 2025-07-23T19:08:58.232Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1039 | 2025-07-23T19:08:58.277Z | Downloaded tracing-attributes v0.1.27 |
1040 | 2025-07-23T19:08:58.280Z | Downloaded rand_xorshift v0.4.0 |
1041 | 2025-07-23T19:08:58.281Z | Downloaded uzers v0.12.1 |
1042 | 2025-07-23T19:08:58.284Z | Downloaded tower-http v0.6.6 |
1043 | 2025-07-23T19:08:58.289Z | Downloaded pretty_assertions v1.4.1 |
1044 | 2025-07-23T19:08:58.292Z | Downloaded rfc6979 v0.4.0 |
1045 | 2025-07-23T19:08:58.292Z | Downloaded pem-rfc7468 v0.7.0 |
1046 | 2025-07-23T19:08:58.295Z | Downloaded num-rational v0.4.2 |
1047 | 2025-07-23T19:08:58.295Z | Downloaded vergen v8.3.2 |
1048 | 2025-07-23T19:08:58.298Z | Downloaded nom v7.1.3 |
1049 | 2025-07-23T19:08:58.301Z | Downloaded reedline v0.40.0 |
1050 | 2025-07-23T19:08:58.307Z | Downloaded float-ord v0.3.2 |
1051 | 2025-07-23T19:08:58.311Z | Downloaded openssl-macros v0.1.1 |
1052 | 2025-07-23T19:08:58.311Z | Downloaded ecdsa v0.16.9 |
1053 | 2025-07-23T19:08:58.311Z | Downloaded blake3 v1.5.4 |
1054 | 2025-07-23T19:08:58.316Z | Downloaded tls_codec_derive v0.4.1 |
1055 | 2025-07-23T19:08:58.319Z | Downloaded num_enum v0.5.11 |
1056 | 2025-07-23T19:08:58.322Z | Downloaded untrusted v0.7.1 |
1057 | 2025-07-23T19:08:58.325Z | Downloaded uuid v1.17.0 |
1058 | 2025-07-23T19:08:58.329Z | Downloaded num-bigint v0.4.6 |
1059 | 2025-07-23T19:08:58.332Z | Downloaded mio v1.0.2 |
1060 | 2025-07-23T19:08:58.335Z | Downloaded serde_path_to_error v0.1.17 |
1061 | 2025-07-23T19:08:58.338Z | Downloaded vte v0.11.1 |
1062 | 2025-07-23T19:08:58.338Z | Downloaded vsss-rs v3.3.4 |
1063 | 2025-07-23T19:08:58.341Z | Downloaded pem v3.0.5 |
1064 | 2025-07-23T19:08:58.341Z | Downloaded strum_macros v0.27.1 |
1065 | 2025-07-23T19:08:58.344Z | Downloaded strum_macros v0.26.4 |
1066 | 2025-07-23T19:08:58.348Z | Downloaded itertools v0.14.0 |
1067 | 2025-07-23T19:08:58.353Z | Downloaded schemars_derive v0.8.22 |
1068 | 2025-07-23T19:08:58.353Z | Downloaded pin-utils v0.1.0 |
1069 | 2025-07-23T19:08:58.356Z | Downloaded float-cmp v0.10.0 |
1070 | 2025-07-23T19:08:58.356Z | Downloaded futures-task v0.3.31 |
1071 | 2025-07-23T19:08:58.356Z | Downloaded futures-sink v0.3.31 |
1072 | 2025-07-23T19:08:58.356Z | Downloaded ed25519 v2.2.3 |
1073 | 2025-07-23T19:08:58.362Z | Downloaded samael v0.0.19 |
1074 | 2025-07-23T19:08:58.365Z | Downloaded itertools v0.13.0 |
1075 | 2025-07-23T19:08:58.369Z | Downloaded iri-string v0.7.8 |
1076 | 2025-07-23T19:08:58.375Z | Downloaded tinyvec_macros v0.1.1 |
1077 | 2025-07-23T19:08:58.380Z | Downloaded globset v0.4.15 |
1078 | 2025-07-23T19:08:58.381Z | Downloaded flume v0.11.1 |
1079 | 2025-07-23T19:08:58.381Z | Downloaded hyper v1.6.0 |
1080 | 2025-07-23T19:08:58.385Z | Downloaded password-hash v0.5.0 |
1081 | 2025-07-23T19:08:58.387Z | Downloaded password-hash v0.4.2 |
1082 | 2025-07-23T19:08:58.391Z | Downloaded tokio-rustls v0.24.1 |
1083 | 2025-07-23T19:08:58.391Z | Downloaded libxml v0.3.3 |
1084 | 2025-07-23T19:08:58.395Z | Downloaded subtle v2.6.1 |
1085 | 2025-07-23T19:08:58.398Z | Downloaded strum_macros v0.24.3 |
1086 | 2025-07-23T19:08:58.398Z | Downloaded sec1 v0.7.3 |
1087 | 2025-07-23T19:08:58.401Z | Downloaded futures-executor v0.3.31 |
1088 | 2025-07-23T19:08:58.401Z | Downloaded derive-ex v0.1.8 |
1089 | 2025-07-23T19:08:58.404Z | Downloaded der_derive v0.7.3 |
1090 | 2025-07-23T19:08:58.404Z | Downloaded env_logger v0.10.2 |
1091 | 2025-07-23T19:08:58.407Z | Downloaded whoami v1.5.2 |
1092 | 2025-07-23T19:08:58.407Z | Downloaded zip v0.6.6 |
1093 | 2025-07-23T19:08:58.411Z | Downloaded rand v0.8.5 |
1094 | 2025-07-23T19:08:58.414Z | Downloaded parking_lot v0.12.3 |
1095 | 2025-07-23T19:08:58.417Z | Downloaded itertools v0.12.1 |
1096 | 2025-07-23T19:08:58.422Z | Downloaded resolv-conf v0.7.0 |
1097 | 2025-07-23T19:08:58.425Z | Downloaded parse-display-derive v0.10.0 |
1098 | 2025-07-23T19:08:58.425Z | Downloaded parse-display v0.10.0 |
1099 | 2025-07-23T19:08:58.425Z | Downloaded parking_lot v0.11.2 |
1100 | 2025-07-23T19:08:58.428Z | Downloaded unsafe-libyaml v0.2.11 |
1101 | 2025-07-23T19:08:58.431Z | Downloaded void v1.0.2 |
1102 | 2025-07-23T19:08:58.431Z | Downloaded group v0.13.0 |
1103 | 2025-07-23T19:08:58.435Z | Downloaded tokio-stream v0.1.17 |
1104 | 2025-07-23T19:08:58.438Z | Downloaded tokio-rustls v0.26.0 |
1105 | 2025-07-23T19:08:58.438Z | Downloaded signature v2.2.0 |
1106 | 2025-07-23T19:08:58.441Z | Downloaded rustls-pemfile v2.2.0 |
1107 | 2025-07-23T19:08:58.441Z | Downloaded glob v0.3.2 |
1108 | 2025-07-23T19:08:58.444Z | Downloaded futures v0.3.31 |
1109 | 2025-07-23T19:08:58.446Z | Downloaded tinyvec v1.8.0 |
1110 | 2025-07-23T19:08:58.450Z | Downloaded libm v0.2.8 |
1111 | 2025-07-23T19:08:58.455Z | Downloaded itertools v0.10.5 |
1112 | 2025-07-23T19:08:58.461Z | Downloaded curve25519-dalek-derive v0.1.1 |
1113 | 2025-07-23T19:08:58.464Z | Downloaded futures-macro v0.3.31 |
1114 | 2025-07-23T19:08:58.464Z | Downloaded futures-io v0.3.31 |
1115 | 2025-07-23T19:08:58.464Z | Downloaded pkcs1 v0.7.5 |
1116 | 2025-07-23T19:08:58.468Z | Downloaded scopeguard v1.2.0 |
1117 | 2025-07-23T19:08:58.468Z | Downloaded ctr v0.9.2 |
1118 | 2025-07-23T19:08:58.471Z | Downloaded memmap2 v0.9.5 |
1119 | 2025-07-23T19:08:58.471Z | Downloaded futures-channel v0.3.31 |
1120 | 2025-07-23T19:08:58.471Z | Downloaded fs_extra v1.3.0 |
1121 | 2025-07-23T19:08:58.474Z | Downloaded p256 v0.13.2 |
1122 | 2025-07-23T19:08:58.477Z | Downloaded secrecy v0.10.3 |
1123 | 2025-07-23T19:08:58.477Z | Downloaded secrecy v0.8.0 |
1124 | 2025-07-23T19:08:58.477Z | Downloaded yansi v1.0.1 |
1125 | 2025-07-23T19:08:58.481Z | Downloaded iddqd v0.3.9 |
1126 | 2025-07-23T19:08:58.486Z | Downloaded crossbeam-channel v0.5.15 |
1127 | 2025-07-23T19:08:58.490Z | Downloaded cc v1.2.30 |
1128 | 2025-07-23T19:08:58.493Z | Downloaded nodrop v0.1.14 |
1129 | 2025-07-23T19:08:58.496Z | Downloaded newtype-uuid v1.2.4 |
1130 | 2025-07-23T19:08:58.496Z | Downloaded mime v0.3.17 |
1131 | 2025-07-23T19:08:58.496Z | Downloaded funty v2.0.0 |
1132 | 2025-07-23T19:08:58.496Z | Downloaded fixedbitset v0.4.2 |
1133 | 2025-07-23T19:08:58.499Z | Downloaded slog v2.7.0 |
1134 | 2025-07-23T19:08:58.503Z | Downloaded snafu v0.8.5 |
1135 | 2025-07-23T19:08:58.507Z | Downloaded schemars v1.0.4 |
1136 | 2025-07-23T19:08:58.519Z | Downloaded rustls-native-certs v0.8.1 |
1137 | 2025-07-23T19:08:58.522Z | Downloaded hyper-util v0.1.14 |
1138 | 2025-07-23T19:08:58.526Z | Downloaded normalize-line-endings v0.3.0 |
1139 | 2025-07-23T19:08:58.529Z | Downloaded universal-hash v0.5.1 |
1140 | 2025-07-23T19:08:58.529Z | Downloaded unit-prefix v0.5.1 |
1141 | 2025-07-23T19:08:58.529Z | Downloaded http v1.3.1 |
1142 | 2025-07-23T19:08:58.532Z | Downloaded pin-project-internal v1.1.6 |
1143 | 2025-07-23T19:08:58.535Z | Downloaded peg-macros v0.8.5 |
1144 | 2025-07-23T19:08:58.535Z | Downloaded owo-colors v4.2.2 |
1145 | 2025-07-23T19:08:58.538Z | Downloaded socket2 v0.5.10 |
1146 | 2025-07-23T19:08:58.541Z | Downloaded snafu-derive v0.8.5 |
1147 | 2025-07-23T19:08:58.541Z | Downloaded zopfli v0.8.1 |
1148 | 2025-07-23T19:08:58.541Z | Downloaded smf v0.2.3 |
1149 | 2025-07-23T19:08:58.544Z | Downloaded slog-stdlog v4.1.1 |
1150 | 2025-07-23T19:08:58.544Z | Downloaded slog-json v2.6.1 |
1151 | 2025-07-23T19:08:58.547Z | Downloaded slog-scope v4.4.0 |
1152 | 2025-07-23T19:08:58.547Z | Downloaded slog-bunyan v2.5.0 |
1153 | 2025-07-23T19:08:58.548Z | Downloaded ron v0.8.1 |
1154 | 2025-07-23T19:08:58.552Z | Downloaded jiff-static v0.2.15 |
1155 | 2025-07-23T19:08:58.555Z | Downloaded num-complex v0.4.6 |
1156 | 2025-07-23T19:08:58.558Z | Downloaded zstd-safe v7.2.3 |
1157 | 2025-07-23T19:08:58.558Z | Downloaded num-integer v0.1.46 |
1158 | 2025-07-23T19:08:58.561Z | Downloaded multer v3.1.0 |
1159 | 2025-07-23T19:08:58.562Z | Downloaded unicode-properties v0.1.3 |
1160 | 2025-07-23T19:08:58.566Z | Downloaded typify v0.4.1 |
1161 | 2025-07-23T19:08:58.569Z | Downloaded indicatif v0.17.11 |
1162 | 2025-07-23T19:08:58.572Z | Downloaded hickory-resolver v0.25.2 |
1163 | 2025-07-23T19:08:58.575Z | Downloaded progenitor-client v0.10.0 |
1164 | 2025-07-23T19:08:58.575Z | Downloaded progenitor v0.9.1 |
1165 | 2025-07-23T19:08:58.575Z | Downloaded rcgen v0.12.1 |
1166 | 2025-07-23T19:08:58.579Z | Downloaded bumpalo v3.16.0 |
1167 | 2025-07-23T19:08:58.583Z | Downloaded radium v0.7.0 |
1168 | 2025-07-23T19:08:58.583Z | Downloaded r2d2 v0.8.10 |
1169 | 2025-07-23T19:08:58.583Z | Downloaded progenitor v0.10.0 |
1170 | 2025-07-23T19:08:58.586Z | Downloaded diesel-dtrace v0.4.2 |
1171 | 2025-07-23T19:08:58.586Z | Downloaded phf v0.11.2 |
1172 | 2025-07-23T19:08:58.587Z | Downloaded defmt v0.3.8 |
1173 | 2025-07-23T19:08:58.595Z | Downloaded oxide-tokio-rt v0.1.2 |
1174 | 2025-07-23T19:08:58.595Z | Downloaded progenitor-impl v0.10.0 |
1175 | 2025-07-23T19:08:58.599Z | Downloaded arc-swap v1.7.1 |
1176 | 2025-07-23T19:08:58.599Z | Downloaded sigpipe v0.1.3 |
1177 | 2025-07-23T19:08:58.599Z | Downloaded num-derive v0.3.3 |
1178 | 2025-07-23T19:08:58.599Z | Downloaded multimap v0.10.1 |
1179 | 2025-07-23T19:08:58.611Z | Downloaded xshell v0.2.7 |
1180 | 2025-07-23T19:08:58.611Z | Downloaded indicatif v0.18.0 |
1181 | 2025-07-23T19:08:58.614Z | Downloaded russh-keys v0.45.0 |
1182 | 2025-07-23T19:08:58.614Z | Downloaded compact_str v0.8.0 |
1183 | 2025-07-23T19:08:58.614Z | Downloaded globwalk v0.9.1 |
1184 | 2025-07-23T19:08:58.614Z | Downloaded foldhash v0.1.5 |
1185 | 2025-07-23T19:08:58.614Z | Downloaded foreign-types-macros v0.2.3 |
1186 | 2025-07-23T19:08:58.614Z | Downloaded foreign-types v0.5.0 |
1187 | 2025-07-23T19:08:58.614Z | Downloaded embedded-io v0.6.1 |
1188 | 2025-07-23T19:08:58.614Z | Downloaded darling v0.20.10 |
1189 | 2025-07-23T19:08:58.617Z | Downloaded ignore v0.4.23 |
1190 | 2025-07-23T19:08:58.620Z | Downloaded allocator-api2 v0.2.21 |
1191 | 2025-07-23T19:08:58.624Z | Downloaded clang-sys v1.8.1 |
1192 | 2025-07-23T19:08:58.626Z | Downloaded spin v0.9.8 |
1193 | 2025-07-23T19:08:58.627Z | Downloaded typify-macro v0.4.1 |
1194 | 2025-07-23T19:08:58.629Z | Downloaded typify-macro v0.3.0 |
1195 | 2025-07-23T19:08:58.629Z | Downloaded typify-macro v0.2.0 |
1196 | 2025-07-23T19:08:58.629Z | Downloaded indexmap v1.9.3 |
1197 | 2025-07-23T19:08:58.633Z | Downloaded unicode-truncate v1.1.0 |
1198 | 2025-07-23T19:08:58.633Z | Downloaded crc-any v2.5.0 |
1199 | 2025-07-23T19:08:58.636Z | Downloaded tokio-native-tls v0.3.1 |
1200 | 2025-07-23T19:08:58.640Z | Downloaded tokio-macros v2.5.0 |
1201 | 2025-07-23T19:08:58.640Z | Downloaded tap v1.0.1 |
1202 | 2025-07-23T19:08:58.640Z | Downloaded ciborium v0.2.2 |
1203 | 2025-07-23T19:08:58.643Z | Downloaded chacha20poly1305 v0.10.1 |
1204 | 2025-07-23T19:08:58.643Z | Downloaded siphasher v1.0.1 |
1205 | 2025-07-23T19:08:58.643Z | Downloaded siphasher v0.3.11 |
1206 | 2025-07-23T19:08:58.646Z | Downloaded serde_urlencoded v0.7.1 |
1207 | 2025-07-23T19:08:58.646Z | Downloaded serde_repr v0.1.19 |
1208 | 2025-07-23T19:08:58.649Z | Downloaded serde_plain v1.0.2 |
1209 | 2025-07-23T19:08:58.652Z | Downloaded libloading v0.8.5 |
1210 | 2025-07-23T19:08:58.652Z | Downloaded ingot-macros v0.1.1 |
1211 | 2025-07-23T19:08:58.655Z | Downloaded cookie v0.18.1 |
1212 | 2025-07-23T19:08:58.655Z | Downloaded console v0.16.0 |
1213 | 2025-07-23T19:08:58.658Z | Downloaded blake2 v0.10.6 |
1214 | 2025-07-23T19:08:58.661Z | Downloaded arrayvec v0.7.6 |
1215 | 2025-07-23T19:08:58.665Z | Downloaded hickory-resolver v0.24.4 |
1216 | 2025-07-23T19:08:58.668Z | Downloaded jobserver v0.1.32 |
1217 | 2025-07-23T19:08:58.668Z | Downloaded argon2 v0.5.3 |
1218 | 2025-07-23T19:08:58.671Z | Downloaded tower-layer v0.3.3 |
1219 | 2025-07-23T19:08:58.671Z | Downloaded progenitor-macro v0.10.0 |
1220 | 2025-07-23T19:08:58.671Z | Downloaded crc32fast v1.4.2 |
1221 | 2025-07-23T19:08:58.674Z | Downloaded cancel-safe-futures v0.1.5 |
1222 | 2025-07-23T19:08:58.677Z | Downloaded rand_chacha v0.9.0 |
1223 | 2025-07-23T19:08:58.677Z | Downloaded lzss v0.8.2 |
1224 | 2025-07-23T19:08:58.677Z | Downloaded indoc v1.0.9 |
1225 | 2025-07-23T19:08:58.680Z | Downloaded iana-time-zone v0.1.63 |
1226 | 2025-07-23T19:08:58.683Z | Downloaded libz-rs-sys v0.5.1 |
1227 | 2025-07-23T19:08:58.683Z | Downloaded libsw v3.5.0 |
1228 | 2025-07-23T19:08:58.687Z | Downloaded lazy_static v1.5.0 |
1229 | 2025-07-23T19:08:58.687Z | Downloaded hyper-rustls v0.27.7 |
1230 | 2025-07-23T19:08:58.690Z | Downloaded httparse v1.9.5 |
1231 | 2025-07-23T19:08:58.693Z | Downloaded crossbeam-utils v0.8.21 |
1232 | 2025-07-23T19:08:58.693Z | Downloaded crossbeam-epoch v0.9.18 |
1233 | 2025-07-23T19:08:58.696Z | Downloaded async-bb8-diesel v0.2.1 |
1234 | 2025-07-23T19:08:58.699Z | Downloaded lru v0.12.5 |
1235 | 2025-07-23T19:08:58.699Z | Downloaded lockfree-object-pool v0.1.6 |
1236 | 2025-07-23T19:08:58.702Z | Downloaded hyper-staticfile v0.10.1 |
1237 | 2025-07-23T19:08:58.702Z | Downloaded httpdate v1.0.3 |
1238 | 2025-07-23T19:08:58.705Z | Downloaded hex-literal v0.4.1 |
1239 | 2025-07-23T19:08:58.705Z | Downloaded hex v0.4.3 |
1240 | 2025-07-23T19:08:58.705Z | Downloaded crc v3.2.1 |
1241 | 2025-07-23T19:08:58.708Z | Downloaded bzip2 v0.5.2 |
1242 | 2025-07-23T19:08:58.711Z | Downloaded libefi-sys v0.1.0 |
1243 | 2025-07-23T19:08:58.711Z | Downloaded colored v2.2.0 |
1244 | 2025-07-23T19:08:58.715Z | Downloaded bit-set v0.8.0 |
1245 | 2025-07-23T19:08:58.715Z | Downloaded linked-hash-map v0.5.6 |
1246 | 2025-07-23T19:08:58.715Z | Downloaded lazycell v1.3.0 |
1247 | 2025-07-23T19:08:58.718Z | Downloaded lalrpop-util v0.19.12 |
1248 | 2025-07-23T19:08:58.718Z | Downloaded is-terminal v0.4.13 |
1249 | 2025-07-23T19:08:58.718Z | Downloaded ipnetwork v0.21.1 |
1250 | 2025-07-23T19:08:58.718Z | Downloaded instability v0.3.2 |
1251 | 2025-07-23T19:08:58.722Z | Downloaded humantime v2.2.0 |
1252 | 2025-07-23T19:08:58.722Z | Downloaded constant_time_eq v0.3.1 |
1253 | 2025-07-23T19:08:58.722Z | Downloaded cmake v0.1.51 |
1254 | 2025-07-23T19:08:58.725Z | Downloaded chacha20 v0.9.1 |
1255 | 2025-07-23T19:08:58.725Z | Downloaded camino-tempfile-ext v0.3.2 |
1256 | 2025-07-23T19:08:58.728Z | Downloaded buf-list v1.0.3 |
1257 | 2025-07-23T19:08:58.728Z | Downloaded cargo_metadata v0.18.1 |
1258 | 2025-07-23T19:08:58.731Z | Downloaded bit-vec v0.8.0 |
1259 | 2025-07-23T19:08:58.731Z | Downloaded kstat-rs v0.2.4 |
1260 | 2025-07-23T19:08:58.734Z | Downloaded ascii-canvas v3.0.0 |
1261 | 2025-07-23T19:08:58.735Z | Downloaded internet-checksum v0.2.1 |
1262 | 2025-07-23T19:08:58.735Z | Downloaded indent_write v2.2.0 |
1263 | 2025-07-23T19:08:58.735Z | Downloaded crossbeam-deque v0.8.5 |
1264 | 2025-07-23T19:08:58.738Z | Downloaded cbc v0.1.2 |
1265 | 2025-07-23T19:08:58.738Z | Downloaded async-trait v0.1.88 |
1266 | 2025-07-23T19:08:58.741Z | Downloaded indoc v2.0.6 |
1267 | 2025-07-23T19:08:58.744Z | Downloaded http-body-util v0.1.3 |
1268 | 2025-07-23T19:08:58.747Z | Downloaded hostname v0.4.0 |
1269 | 2025-07-23T19:08:58.747Z | Downloaded home v0.5.9 |
1270 | 2025-07-23T19:08:58.750Z | Downloaded ciborium-ll v0.2.2 |
1271 | 2025-07-23T19:08:58.750Z | Downloaded bytes v1.10.1 |
1272 | 2025-07-23T19:08:58.753Z | Downloaded atomic-waker v1.1.2 |
1273 | 2025-07-23T19:08:58.753Z | Downloaded arrayref v0.3.9 |
1274 | 2025-07-23T19:08:58.756Z | Downloaded array-init v0.0.4 |
1275 | 2025-07-23T19:08:58.756Z | Downloaded bit-vec v0.6.3 |
1276 | 2025-07-23T19:08:58.756Z | Downloaded hmac v0.12.1 |
1277 | 2025-07-23T19:08:58.759Z | Downloaded castaway v0.2.3 |
1278 | 2025-07-23T19:08:58.759Z | Downloaded blowfish v0.9.1 |
1279 | 2025-07-23T19:08:58.763Z | Downloaded bitfield-struct v0.6.2 |
1280 | 2025-07-23T19:08:58.763Z | Downloaded base64 v0.21.7 |
1281 | 2025-07-23T19:08:58.766Z | Downloaded ciborium-io v0.2.2 |
1282 | 2025-07-23T19:08:58.766Z | Downloaded cfg_aliases v0.2.1 |
1283 | 2025-07-23T19:08:58.766Z | Downloaded async-stream v0.3.6 |
1284 | 2025-07-23T19:08:58.771Z | Downloaded async-stream-impl v0.3.6 |
1285 | 2025-07-23T19:08:58.771Z | Downloaded cfg_aliases v0.1.1 |
1286 | 2025-07-23T19:08:58.771Z | Downloaded bit-set v0.5.3 |
1287 | 2025-07-23T19:08:58.771Z | Downloaded atty v0.2.14 |
1288 | 2025-07-23T19:08:58.775Z | Downloaded bindgen v0.71.1 |
1289 | 2025-07-23T19:08:58.779Z | Downloaded bcs v0.1.6 |
1290 | 2025-07-23T19:08:58.784Z | Downloaded bcrypt-pbkdf v0.10.0 |
1291 | 2025-07-23T19:08:58.784Z | Downloaded atomicwrites v0.4.4 |
1292 | 2025-07-23T19:08:58.784Z | Downloaded aes v0.8.4 |
1293 | 2025-07-23T19:08:58.950Z | Downloaded aws-lc-sys v0.26.0 |
1294 | 2025-07-23T19:08:59.247Z | Compiling value-bag v1.9.0 |
1295 | 2025-07-23T19:08:59.252Z | Compiling shlex v1.3.0 |
1296 | 2025-07-23T19:08:59.252Z | Compiling lock_api v0.4.12 |
1297 | 2025-07-23T19:08:59.252Z | Compiling scopeguard v1.2.0 |
1298 | 2025-07-23T19:08:59.252Z | Compiling typenum v1.17.0 |
1299 | 2025-07-23T19:08:59.252Z | Compiling generic-array v0.14.7 |
1300 | 2025-07-23T19:08:59.252Z | Compiling syn v2.0.104 |
1301 | 2025-07-23T19:08:59.412Z | Compiling getrandom v0.2.15 |
1302 | 2025-07-23T19:08:59.601Z | Compiling jobserver v0.1.32 |
1303 | 2025-07-23T19:08:59.760Z | Compiling rand_core v0.6.4 |
1304 | 2025-07-23T19:08:59.815Z | Compiling log v0.4.27 |
1305 | 2025-07-23T19:08:59.909Z | Compiling smallvec v1.15.0 |
1306 | 2025-07-23T19:08:59.943Z | Compiling portable-atomic v1.11.0 |
1307 | 2025-07-23T19:09:00.303Z | Compiling cc v1.2.30 |
1308 | 2025-07-23T19:09:00.323Z | Compiling subtle v2.6.1 |
1309 | 2025-07-23T19:09:00.326Z | Compiling critical-section v1.1.3 |
1310 | 2025-07-23T19:09:00.404Z | Compiling const-oid v0.9.6 |
1311 | 2025-07-23T19:09:00.502Z | Compiling pkg-config v0.3.31 |
1312 | 2025-07-23T19:09:00.575Z | Compiling parking_lot_core v0.9.10 |
1313 | 2025-07-23T19:09:00.691Z | Compiling pin-project-lite v0.2.14 |
1314 | 2025-07-23T19:09:00.849Z | Compiling rustix v0.38.37 |
1315 | 2025-07-23T19:09:01.633Z | Compiling signal-hook-registry v1.4.2 |
1316 | 2025-07-23T19:09:01.671Z | Compiling parking_lot v0.12.3 |
1317 | 2025-07-23T19:09:01.693Z | Compiling mio v1.0.2 |
1318 | 2025-07-23T19:09:01.734Z | Compiling futures-core v0.3.31 |
1319 | 2025-07-23T19:09:01.984Z | Compiling once_cell v1.21.3 |
1320 | 2025-07-23T19:09:02.175Z | Compiling spin v0.9.8 |
1321 | 2025-07-23T19:09:02.341Z | Compiling socket2 v0.5.10 |
1322 | 2025-07-23T19:09:02.377Z | Compiling aho-corasick v1.1.3 |
1323 | 2025-07-23T19:09:02.439Z | Compiling slab v0.4.9 |
1324 | 2025-07-23T19:09:02.462Z | Compiling serde_json v1.0.140 |
1325 | 2025-07-23T19:09:02.556Z | Compiling regex-syntax v0.8.5 |
1326 | 2025-07-23T19:09:02.732Z | Compiling cpufeatures v0.2.14 |
1327 | 2025-07-23T19:09:02.792Z | Compiling libm v0.2.8 |
1328 | 2025-07-23T19:09:02.872Z | Compiling num-traits v0.2.19 |
1329 | 2025-07-23T19:09:02.967Z | Compiling percent-encoding v2.3.1 |
1330 | 2025-07-23T19:09:03.252Z | Compiling getrandom v0.3.3 |
1331 | 2025-07-23T19:09:03.274Z | Compiling futures-sink v0.3.31 |
1332 | 2025-07-23T19:09:03.295Z | Compiling glob v0.3.2 |
1333 | 2025-07-23T19:09:03.961Z | Compiling prettyplease v0.2.35 |
1334 | 2025-07-23T19:09:04.115Z | Compiling lazy_static v1.5.0 |
1335 | 2025-07-23T19:09:04.151Z | Compiling clang-sys v1.8.1 |
1336 | 2025-07-23T19:09:04.269Z | Compiling minimal-lexical v0.2.1 |
1337 | 2025-07-23T19:09:04.385Z | Compiling allocator-api2 v0.2.21 |
1338 | 2025-07-23T19:09:04.795Z | Compiling either v1.15.0 |
1339 | 2025-07-23T19:09:04.909Z | Compiling foldhash v0.1.5 |
1340 | 2025-07-23T19:09:05.087Z | Compiling nom v7.1.3 |
1341 | 2025-07-23T19:09:05.153Z | Compiling libloading v0.8.5 |
1342 | 2025-07-23T19:09:05.220Z | Compiling hashbrown v0.15.4 |
1343 | 2025-07-23T19:09:05.310Z | Compiling home v0.5.9 |
1344 | 2025-07-23T19:09:05.526Z | Compiling base64ct v1.6.0 |
1345 | 2025-07-23T19:09:05.547Z | Compiling bindgen v0.69.5 |
1346 | 2025-07-23T19:09:06.105Z | Compiling pem-rfc7468 v0.7.0 |
1347 | 2025-07-23T19:09:06.454Z | Compiling regex-automata v0.4.8 |
1348 | 2025-07-23T19:09:06.559Z | Compiling itertools v0.10.5 |
1349 | 2025-07-23T19:09:06.734Z | Compiling synstructure v0.13.1 |
1350 | 2025-07-23T19:09:08.088Z | Compiling cexpr v0.6.0 |
1351 | 2025-07-23T19:09:08.362Z | Compiling futures-channel v0.3.31 |
1352 | 2025-07-23T19:09:08.538Z | Compiling futures-io v0.3.31 |
1353 | 2025-07-23T19:09:08.796Z | Compiling lazycell v1.3.0 |
1354 | 2025-07-23T19:09:08.829Z | Compiling flagset v0.4.6 |
1355 | 2025-07-23T19:09:08.985Z | Compiling rustc-hash v1.1.0 |
1356 | 2025-07-23T19:09:09.029Z | Compiling futures-task v0.3.31 |
1357 | 2025-07-23T19:09:09.060Z | Compiling pin-utils v0.1.0 |
1358 | 2025-07-23T19:09:09.161Z | Compiling cmake v0.1.51 |
1359 | 2025-07-23T19:09:09.181Z | Compiling zerocopy v0.8.26 |
1360 | 2025-07-23T19:09:09.337Z | Compiling dunce v1.0.5 |
1361 | 2025-07-23T19:09:09.492Z | Compiling fs_extra v1.3.0 |
1362 | 2025-07-23T19:09:09.593Z | Compiling form_urlencoded v1.2.1 |
1363 | 2025-07-23T19:09:09.647Z | Compiling vcpkg v0.2.15 |
1364 | 2025-07-23T19:09:09.912Z | Compiling paste v1.0.15 |
1365 | 2025-07-23T19:09:09.989Z | Compiling ring v0.17.14 |
1366 | 2025-07-23T19:09:10.032Z | Compiling tracing-core v0.1.32 |
1367 | 2025-07-23T19:09:10.053Z | Compiling aws-lc-rs v1.12.4 |
1368 | 2025-07-23T19:09:10.516Z | Compiling iana-time-zone v0.1.63 |
1369 | 2025-07-23T19:09:10.935Z | Compiling rustls-pki-types v1.10.0 |
1370 | 2025-07-23T19:09:11.217Z | Compiling base64 v0.22.1 |
1371 | 2025-07-23T19:09:11.270Z | Compiling openssl-sys v0.9.109 |
1372 | 2025-07-23T19:09:11.534Z | Compiling serde_derive v1.0.219 |
1373 | 2025-07-23T19:09:11.553Z | Compiling zeroize_derive v1.4.2 |
1374 | 2025-07-23T19:09:11.840Z | Compiling zerofrom-derive v0.1.4 |
1375 | 2025-07-23T19:09:11.855Z | Compiling yoke-derive v0.7.4 |
1376 | 2025-07-23T19:09:12.224Z | Compiling zerovec-derive v0.10.3 |
1377 | 2025-07-23T19:09:12.838Z | Compiling zeroize v1.8.1 |
1378 | 2025-07-23T19:09:14.456Z | Compiling displaydoc v0.2.5 |
1379 | 2025-07-23T19:09:14.519Z | Compiling crypto-common v0.1.6 |
1380 | 2025-07-23T19:09:14.589Z | Compiling block-buffer v0.10.4 |
1381 | 2025-07-23T19:09:14.745Z | Compiling zerocopy-derive v0.7.35 |
1382 | 2025-07-23T19:09:14.860Z | Compiling digest v0.10.7 |
1383 | 2025-07-23T19:09:15.177Z | Compiling zerofrom v0.1.4 |
1384 | 2025-07-23T19:09:15.332Z | Compiling tokio-macros v2.5.0 |
1385 | 2025-07-23T19:09:15.422Z | Compiling yoke v0.7.4 |
1386 | 2025-07-23T19:09:15.805Z | Compiling zerovec v0.10.4 |
1387 | 2025-07-23T19:09:15.952Z | Compiling hmac v0.12.1 |
1388 | 2025-07-23T19:09:16.219Z | Compiling icu_provider_macros v1.5.0 |
1389 | 2025-07-23T19:09:16.286Z | Compiling block-padding v0.3.3 |
1390 | 2025-07-23T19:09:16.368Z | Compiling sha2 v0.10.9 |
1391 | 2025-07-23T19:09:16.529Z | Compiling inout v0.1.3 |
1392 | 2025-07-23T19:09:16.623Z | Compiling zerocopy v0.7.35 |
1393 | 2025-07-23T19:09:16.767Z | Compiling cipher v0.4.4 |
1394 | 2025-07-23T19:09:16.803Z | Compiling regex v1.11.1 |
1395 | 2025-07-23T19:09:17.255Z | Compiling futures-macro v0.3.31 |
1396 | 2025-07-23T19:09:17.312Z | Compiling der_derive v0.7.3 |
1397 | 2025-07-23T19:09:17.641Z | Compiling tinystr v0.7.6 |
1398 | 2025-07-23T19:09:17.680Z | Compiling icu_collections v1.5.0 |
1399 | 2025-07-23T19:09:17.792Z | Compiling thiserror-impl v1.0.69 |
1400 | 2025-07-23T19:09:17.939Z | Compiling ppv-lite86 v0.2.20 |
1401 | 2025-07-23T19:09:18.026Z | Compiling icu_locid v1.5.0 |
1402 | 2025-07-23T19:09:18.555Z | Compiling serde v1.0.219 |
1403 | 2025-07-23T19:09:18.751Z | Compiling salsa20 v0.10.2 |
1404 | 2025-07-23T19:09:18.957Z | Compiling pbkdf2 v0.12.2 |
1405 | 2025-07-23T19:09:19.011Z | Compiling zerocopy-derive v0.8.26 |
1406 | 2025-07-23T19:09:19.109Z | Compiling futures-util v0.3.31 |
1407 | 2025-07-23T19:09:19.141Z | Compiling scrypt v0.11.0 |
1408 | 2025-07-23T19:09:19.567Z | Compiling icu_provider v1.5.0 |
1409 | 2025-07-23T19:09:19.626Z | Compiling der v0.7.10 |
1410 | 2025-07-23T19:09:19.652Z | Compiling aes v0.8.4 |
1411 | 2025-07-23T19:09:20.089Z | Compiling cbc v0.1.2 |
1412 | 2025-07-23T19:09:20.326Z | Compiling icu_locid_transform v1.5.0 |
1413 | 2025-07-23T19:09:20.623Z | Compiling tracing-attributes v0.1.27 |
1414 | 2025-07-23T19:09:20.672Z | Compiling thiserror v1.0.69 |
1415 | 2025-07-23T19:09:20.847Z | Compiling pest v2.7.14 |
1416 | 2025-07-23T19:09:22.104Z | Compiling icu_properties v1.5.1 |
1417 | 2025-07-23T19:09:22.302Z | Compiling spki v0.7.3 |
1418 | 2025-07-23T19:09:22.641Z | Compiling pkcs5 v0.7.1 |
1419 | 2025-07-23T19:09:22.675Z | Compiling scroll_derive v0.12.0 |
1420 | 2025-07-23T19:09:23.724Z | Compiling bitflags v2.9.1 |
1421 | 2025-07-23T19:09:23.792Z | Compiling bytes v1.10.1 |
1422 | 2025-07-23T19:09:23.815Z | Compiling semver v1.0.26 |
1423 | 2025-07-23T19:09:24.179Z | Compiling indexmap v2.10.0 |
1424 | 2025-07-23T19:09:24.451Z | Compiling rustc_version v0.4.1 |
1425 | 2025-07-23T19:09:24.514Z | Compiling uuid v1.17.0 |
1426 | 2025-07-23T19:09:25.133Z | Compiling tokio v1.45.1 |
1427 | 2025-07-23T19:09:25.271Z | Compiling http v1.3.1 |
1428 | 2025-07-23T19:09:25.529Z | Compiling tracing v0.1.40 |
1429 | 2025-07-23T19:09:25.965Z | Compiling icu_normalizer v1.5.0 |
1430 | 2025-07-23T19:09:26.006Z | Compiling chrono v0.4.41 |
1431 | 2025-07-23T19:09:26.071Z | Compiling pest_meta v2.7.14 |
1432 | 2025-07-23T19:09:26.600Z | Compiling pkcs8 v0.10.2 |
1433 | 2025-07-23T19:09:26.745Z | Compiling http-body v1.0.1 |
1434 | 2025-07-23T19:09:27.024Z | Compiling idna_adapter v1.2.0 |
1435 | 2025-07-23T19:09:27.212Z | Compiling idna v1.0.3 |
1436 | 2025-07-23T19:09:27.261Z | Compiling httparse v1.9.5 |
1437 | 2025-07-23T19:09:27.443Z | Compiling rustversion v1.0.17 |
1438 | 2025-07-23T19:09:27.693Z | Compiling which v4.4.2 |
1439 | 2025-07-23T19:09:27.946Z | Compiling url v2.5.4 |
1440 | 2025-07-23T19:09:28.264Z | Compiling tinyvec_macros v0.1.1 |
1441 | 2025-07-23T19:09:28.377Z | Compiling tinyvec v1.8.0 |
1442 | 2025-07-23T19:09:28.770Z | Compiling pest_generator v2.7.14 |
1443 | 2025-07-23T19:09:28.795Z | Compiling rand_core v0.9.2 |
1444 | 2025-07-23T19:09:29.240Z | Compiling scroll v0.12.0 |
1445 | 2025-07-23T19:09:29.310Z | Compiling serde_derive_internals v0.29.1 |
1446 | 2025-07-23T19:09:29.667Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
1447 | 2025-07-23T19:09:29.742Z | Compiling bzip2-sys v0.1.13+1.0.8 |
1448 | 2025-07-23T19:09:29.912Z | Compiling untrusted v0.9.0 |
1449 | 2025-07-23T19:09:30.125Z | Compiling openssl v0.10.73 |
1450 | 2025-07-23T19:09:30.251Z | Compiling untrusted v0.7.1 |
1451 | 2025-07-23T19:09:30.285Z | Compiling num-conv v0.1.0 |
1452 | 2025-07-23T19:09:30.422Z | Compiling foreign-types-shared v0.1.1 |
1453 | 2025-07-23T19:09:30.465Z | Compiling powerfmt v0.2.0 |
1454 | 2025-07-23T19:09:30.487Z | Compiling time-core v0.1.2 |
1455 | 2025-07-23T19:09:30.546Z | Compiling adler2 v2.0.0 |
1456 | 2025-07-23T19:09:30.569Z | Compiling schemars v0.8.22 |
1457 | 2025-07-23T19:09:30.592Z | Compiling try-lock v0.2.5 |
1458 | 2025-07-23T19:09:30.667Z | Compiling tower-service v0.3.3 |
1459 | 2025-07-23T19:09:30.757Z | Compiling atomic-waker v1.1.2 |
1460 | 2025-07-23T19:09:30.779Z | Compiling openssl-probe v0.1.5 |
1461 | 2025-07-23T19:09:30.817Z | Compiling deranged v0.3.11 |
1462 | 2025-07-23T19:09:30.853Z | Compiling want v0.3.1 |
1463 | 2025-07-23T19:09:30.955Z | Compiling miniz_oxide v0.8.5 |
1464 | 2025-07-23T19:09:30.980Z | Compiling time-macros v0.2.18 |
1465 | 2025-07-23T19:09:31.132Z | Compiling foreign-types v0.3.2 |
1466 | 2025-07-23T19:09:31.157Z | Compiling pest_derive v2.7.14 |
1467 | 2025-07-23T19:09:31.249Z | Compiling goblin v0.8.2 |
1468 | 2025-07-23T19:09:31.485Z | Compiling schemars_derive v0.8.22 |
1469 | 2025-07-23T19:09:33.580Z | Compiling tokio-util v0.7.15 |
1470 | 2025-07-23T19:09:33.820Z | Compiling rand_chacha v0.9.0 |
1471 | 2025-07-23T19:09:34.931Z | Compiling h2 v0.4.6 |
1472 | 2025-07-23T19:09:35.826Z | Compiling ipnet v2.11.0 |
1473 | 2025-07-23T19:09:36.422Z | Compiling openssl-macros v0.1.1 |
1474 | 2025-07-23T19:09:36.954Z | Compiling native-tls v0.2.12 |
1475 | 2025-07-23T19:09:37.128Z | Compiling num_threads v0.1.7 |
1476 | 2025-07-23T19:09:37.289Z | Compiling syn v1.0.109 |
1477 | 2025-07-23T19:09:37.327Z | Compiling dyn-clone v1.0.19 |
1478 | 2025-07-23T19:09:37.372Z | Compiling rustls v0.23.19 |
1479 | 2025-07-23T19:09:37.563Z | Compiling crossbeam-utils v0.8.21 |
1480 | 2025-07-23T19:09:37.681Z | Compiling ident_case v1.0.1 |
1481 | 2025-07-23T19:09:37.881Z | Compiling httpdate v1.0.3 |
1482 | 2025-07-23T19:09:37.884Z | Compiling dof v0.3.0 |
1483 | 2025-07-23T19:09:38.274Z | Compiling darling_core v0.20.10 |
1484 | 2025-07-23T19:09:38.424Z | Compiling time v0.3.36 |
1485 | 2025-07-23T19:09:39.914Z | Compiling rand v0.9.1 |
1486 | 2025-07-23T19:09:41.508Z | Compiling dtrace-parser v0.2.0 |
1487 | 2025-07-23T19:09:41.627Z | Compiling unicode-normalization v0.1.24 |
1488 | 2025-07-23T19:09:42.635Z | Compiling hyper v1.6.0 |
1489 | 2025-07-23T19:09:42.785Z | Compiling heapless v0.7.17 |
1490 | 2025-07-23T19:09:43.282Z | Compiling signature v2.2.0 |
1491 | 2025-07-23T19:09:43.355Z | Compiling crc32fast v1.4.2 |
1492 | 2025-07-23T19:09:43.617Z | Compiling cookie v0.18.1 |
1493 | 2025-07-23T19:09:43.715Z | Compiling slog v2.7.0 |
1494 | 2025-07-23T19:09:43.845Z | Compiling unicode-bidi v0.3.17 |
1495 | 2025-07-23T19:09:43.938Z | Compiling zlib-rs v0.5.1 |
1496 | 2025-07-23T19:09:44.241Z | Compiling zstd-safe v7.2.3 |
1497 | 2025-07-23T19:09:44.587Z | Compiling unicode-properties v0.1.3 |
1498 | 2025-07-23T19:09:44.611Z | Compiling signal-hook v0.3.17 |
1499 | 2025-07-23T19:09:44.898Z | Compiling siphasher v0.3.11 |
1500 | 2025-07-23T19:09:44.984Z | Compiling stringprep v0.1.5 |
1501 | 2025-07-23T19:09:45.007Z | Compiling hyper-util v0.1.14 |
1502 | 2025-07-23T19:09:45.271Z | Compiling phf_shared v0.11.2 |
1503 | 2025-07-23T19:09:46.094Z | Compiling darling_macro v0.20.10 |
1504 | 2025-07-23T19:09:46.167Z | Compiling usdt-impl v0.5.0 |
1505 | 2025-07-23T19:09:46.982Z | Compiling curve25519-dalek v4.1.3 |
1506 | 2025-07-23T19:09:47.109Z | Compiling toml_datetime v0.6.11 |
1507 | 2025-07-23T19:09:47.437Z | Compiling serde_spanned v0.6.9 |
1508 | 2025-07-23T19:09:47.520Z | Compiling serde_tokenstream v0.2.2 |
1509 | 2025-07-23T19:09:47.602Z | Compiling rand_chacha v0.3.1 |
1510 | 2025-07-23T19:09:47.681Z | Compiling md-5 v0.10.6 |
1511 | 2025-07-23T19:09:47.702Z | Compiling num-integer v0.1.46 |
1512 | 2025-07-23T19:09:47.971Z | Compiling sync_wrapper v1.0.1 |
1513 | 2025-07-23T19:09:48.092Z | Compiling ff v0.13.0 |
1514 | 2025-07-23T19:09:48.207Z | Compiling hash32 v0.2.1 |
1515 | 2025-07-23T19:09:48.357Z | Compiling memoffset v0.9.1 |
1516 | 2025-07-23T19:09:48.442Z | Compiling smoltcp v0.9.1 |
1517 | 2025-07-23T19:09:48.575Z | Compiling base16ct v0.2.0 |
1518 | 2025-07-23T19:09:48.661Z | Compiling newtype-uuid v1.2.4 |
1519 | 2025-07-23T19:09:48.708Z | Compiling num-bigint-dig v0.8.4 |
1520 | 2025-07-23T19:09:48.894Z | Compiling fallible-iterator v0.2.0 |
1521 | 2025-07-23T19:09:48.993Z | Compiling gimli v0.31.1 |
1522 | 2025-07-23T19:09:49.047Z | Compiling psl-types v2.0.11 |
1523 | 2025-07-23T19:09:49.074Z | Compiling cfg_aliases v0.2.1 |
1524 | 2025-07-23T19:09:49.189Z | Compiling litrs v0.4.1 |
1525 | 2025-07-23T19:09:49.244Z | Compiling tower-layer v0.3.3 |
1526 | 2025-07-23T19:09:49.531Z | Compiling tower v0.5.2 |
1527 | 2025-07-23T19:09:49.551Z | Compiling postgres-protocol v0.6.8 |
1528 | 2025-07-23T19:09:49.788Z | Compiling publicsuffix v2.3.0 |
1529 | 2025-07-23T19:09:50.110Z | Compiling libz-rs-sys v0.5.1 |
1530 | 2025-07-23T19:09:50.231Z | Compiling document-features v0.2.10 |
1531 | 2025-07-23T19:09:50.320Z | Compiling nix v0.29.0 |
1532 | 2025-07-23T19:09:50.400Z | Compiling flate2 v1.1.2 |
1533 | 2025-07-23T19:09:50.786Z | Compiling sec1 v0.7.3 |
1534 | 2025-07-23T19:09:51.194Z | Compiling group v0.13.0 |
1535 | 2025-07-23T19:09:51.311Z | Compiling num-iter v0.1.45 |
1536 | 2025-07-23T19:09:51.336Z | Compiling rand v0.8.5 |
1537 | 2025-07-23T19:09:51.502Z | Compiling darling v0.20.10 |
1538 | 2025-07-23T19:09:52.182Z | Compiling tokio-native-tls v0.3.1 |
1539 | 2025-07-23T19:09:52.339Z | Compiling ipnetwork v0.21.1 |
1540 | 2025-07-23T19:09:52.478Z | Compiling strum_macros v0.27.1 |
1541 | 2025-07-23T19:09:52.501Z | Compiling rustls-native-certs v0.8.1 |
1542 | 2025-07-23T19:09:52.754Z | Compiling terminal_size v0.4.0 |
1543 | 2025-07-23T19:09:53.039Z | Compiling addr2line v0.24.2 |
1544 | 2025-07-23T19:09:53.069Z | Compiling http-body-util v0.1.3 |
1545 | 2025-07-23T19:09:53.187Z | Compiling hkdf v0.12.4 |
1546 | 2025-07-23T19:09:53.210Z | Compiling crypto-bigint v0.5.5 |
1547 | 2025-07-23T19:09:53.480Z | Compiling thiserror-impl v2.0.12 |
1548 | 2025-07-23T19:09:53.555Z | Compiling curve25519-dalek-derive v0.1.1 |
1549 | 2025-07-23T19:09:53.559Z | Compiling async-trait v0.1.88 |
1550 | 2025-07-23T19:09:53.762Z | Compiling webpki-roots v1.0.1 |
1551 | 2025-07-23T19:09:53.986Z | Compiling object v0.36.5 |
1552 | 2025-07-23T19:09:54.929Z | Compiling ahash v0.8.11 |
1553 | 2025-07-23T19:09:55.302Z | Compiling fs-err v3.1.1 |
1554 | 2025-07-23T19:09:55.645Z | Compiling simd-adler32 v0.3.7 |
1555 | 2025-07-23T19:09:56.041Z | Compiling managed v0.8.0 |
1556 | 2025-07-23T19:09:56.184Z | Compiling iri-string v0.7.8 |
1557 | 2025-07-23T19:09:56.461Z | Compiling rustc-demangle v0.1.24 |
1558 | 2025-07-23T19:09:56.561Z | Compiling bitflags v1.3.2 |
1559 | 2025-07-23T19:09:56.689Z | Compiling winnow v0.5.40 |
1560 | 2025-07-23T19:09:57.350Z | Compiling lockfree-object-pool v0.1.6 |
1561 | 2025-07-23T19:09:57.354Z | Compiling buf-list v1.0.3 |
1562 | 2025-07-23T19:09:57.619Z | Compiling hubpack_derive v0.1.1 |
1563 | 2025-07-23T19:09:57.662Z | Compiling anyhow v1.0.98 |
1564 | 2025-07-23T19:09:57.960Z | Compiling bumpalo v3.16.0 |
1565 | 2025-07-23T19:09:58.456Z | Compiling zopfli v0.8.1 |
1566 | 2025-07-23T19:09:58.578Z | Compiling hubpack v0.1.2 |
1567 | 2025-07-23T19:09:58.817Z | Compiling strum v0.27.1 |
1568 | 2025-07-23T19:09:59.048Z | Compiling clap_builder v4.5.40 |
1569 | 2025-07-23T19:09:59.074Z | Compiling thiserror v2.0.12 |
1570 | 2025-07-23T19:09:59.251Z | Compiling tower-http v0.6.6 |
1571 | 2025-07-23T19:09:59.966Z | Compiling toml_edit v0.19.15 |
1572 | 2025-07-23T19:10:00.065Z | Compiling elliptic-curve v0.13.8 |
1573 | 2025-07-23T19:10:00.267Z | Compiling hyper-tls v0.6.0 |
1574 | 2025-07-23T19:10:00.663Z | Compiling backtrace v0.3.74 |
1575 | 2025-07-23T19:10:00.840Z | Compiling oxnet v0.1.2 |
1576 | 2025-07-23T19:10:01.021Z | Compiling signal-hook-mio v0.2.4 |
1577 | 2025-07-23T19:10:01.204Z | Compiling cookie_store v0.21.1 |
1578 | 2025-07-23T19:10:01.599Z | Compiling zstd v0.13.3 |
1579 | 2025-07-23T19:10:02.095Z | Compiling serde_with_macros v3.14.0 |
1580 | 2025-07-23T19:10:03.212Z | Compiling postgres-types v0.2.9 |
1581 | 2025-07-23T19:10:03.527Z | Compiling usdt-macro v0.5.0 |
1582 | 2025-07-23T19:10:04.493Z | Compiling usdt-attr-macro v0.5.0 |
1583 | 2025-07-23T19:10:04.656Z | Compiling phf v0.11.2 |
1584 | 2025-07-23T19:10:04.977Z | Compiling ed25519 v2.2.3 |
1585 | 2025-07-23T19:10:05.001Z | Compiling bzip2 v0.5.2 |
1586 | 2025-07-23T19:10:05.394Z | Compiling bzip2 v0.4.4 |
1587 | 2025-07-23T19:10:05.790Z | Compiling strum_macros v0.26.4 |
1588 | 2025-07-23T19:10:06.034Z | Compiling pkcs1 v0.7.5 |
1589 | 2025-07-23T19:10:06.450Z | Compiling serde_urlencoded v0.7.1 |
1590 | 2025-07-23T19:10:06.582Z | Compiling serde-big-array v0.5.1 |
1591 | 2025-07-23T19:10:06.834Z | Compiling rfc6979 v0.4.0 |
1592 | 2025-07-23T19:10:06.914Z | Compiling bstr v1.10.0 |
1593 | 2025-07-23T19:10:06.975Z | Compiling serde_repr v0.1.19 |
1594 | 2025-07-23T19:10:07.000Z | Compiling enum-as-inner v0.6.1 |
1595 | 2025-07-23T19:10:07.033Z | Compiling clap_derive v4.5.40 |
1596 | 2025-07-23T19:10:07.608Z | Compiling daft-derive v0.1.4 |
1597 | 2025-07-23T19:10:08.036Z | Compiling float-cmp v0.10.0 |
1598 | 2025-07-23T19:10:08.113Z | Compiling encoding_rs v0.8.34 |
1599 | 2025-07-23T19:10:08.318Z | Compiling static_assertions v1.1.0 |
1600 | 2025-07-23T19:10:08.402Z | Compiling precomputed-hash v0.1.1 |
1601 | 2025-07-23T19:10:08.432Z | Compiling fixedbitset v0.4.2 |
1602 | 2025-07-23T19:10:08.544Z | Compiling normalize-line-endings v0.3.0 |
1603 | 2025-07-23T19:10:08.697Z | Compiling keccak v0.1.5 |
1604 | 2025-07-23T19:10:08.863Z | Compiling new_debug_unreachable v1.0.6 |
1605 | 2025-07-23T19:10:08.983Z | Compiling predicates-core v1.0.8 |
1606 | 2025-07-23T19:10:09.276Z | Compiling difflib v0.4.0 |
1607 | 2025-07-23T19:10:09.323Z | Compiling unicode-segmentation v1.12.0 |
1608 | 2025-07-23T19:10:09.979Z | Compiling mime v0.3.17 |
1609 | 2025-07-23T19:10:10.043Z | Compiling data-encoding v2.9.0 |
1610 | 2025-07-23T19:10:10.178Z | Compiling whoami v1.5.2 |
1611 | 2025-07-23T19:10:10.504Z | Compiling strum v0.26.3 |
1612 | 2025-07-23T19:10:10.552Z | Compiling tokio-postgres v0.7.13 |
1613 | 2025-07-23T19:10:10.705Z | Compiling hickory-proto v0.25.2 |
1614 | 2025-07-23T19:10:10.736Z | Compiling similar v2.7.0 |
1615 | 2025-07-23T19:10:11.509Z | Compiling clap v4.5.40 |
1616 | 2025-07-23T19:10:11.649Z | Compiling predicates v3.1.3 |
1617 | 2025-07-23T19:10:11.751Z | Compiling daft v0.1.4 |
1618 | 2025-07-23T19:10:11.779Z | Compiling sha3 v0.10.8 |
1619 | 2025-07-23T19:10:12.298Z | Compiling string_cache v0.8.9 |
1620 | 2025-07-23T19:10:12.635Z | Compiling toml_edit v0.22.27 |
1621 | 2025-07-23T19:10:12.739Z | Compiling petgraph v0.6.5 |
1622 | 2025-07-23T19:10:12.776Z | Compiling console v0.15.10 |
1623 | 2025-07-23T19:10:13.112Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
1624 | 2025-07-23T19:10:14.087Z | Compiling usdt v0.5.0 |
1625 | 2025-07-23T19:10:14.426Z | Compiling ecdsa v0.16.9 |
1626 | 2025-07-23T19:10:14.570Z | Compiling rsa v0.9.6 |
1627 | 2025-07-23T19:10:15.276Z | Compiling zip v0.6.6 |
1628 | 2025-07-23T19:10:15.814Z | Compiling ed25519-dalek v2.1.1 |
1629 | 2025-07-23T19:10:16.290Z | Compiling zip v4.2.0 |
1630 | 2025-07-23T19:10:16.519Z | Compiling serde_with v3.14.0 |
1631 | 2025-07-23T19:10:17.209Z | Compiling toml v0.7.8 |
1632 | 2025-07-23T19:10:19.446Z | Compiling crossterm v0.28.1 |
1633 | 2025-07-23T19:10:20.367Z | Compiling crossbeam-epoch v0.9.18 |
1634 | 2025-07-23T19:10:20.415Z | Compiling tokio-stream v0.1.17 |
1635 | 2025-07-23T19:10:20.418Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
1636 | 2025-07-23T19:10:20.789Z | Compiling openapiv3 v2.2.0 |
1637 | 2025-07-23T19:10:20.841Z | Compiling x509-cert v0.2.5 |
1638 | 2025-07-23T19:10:21.050Z | Compiling sha1 v0.10.6 |
1639 | 2025-07-23T19:10:21.398Z | Compiling dirs-sys-next v0.1.2 |
1640 | 2025-07-23T19:10:21.469Z | Compiling winnow v0.6.26 |
1641 | 2025-07-23T19:10:21.936Z | Compiling rustc-hash v2.1.1 |
1642 | 2025-07-23T19:10:22.142Z | Compiling lalrpop-util v0.19.12 |
1643 | 2025-07-23T19:10:22.165Z | Compiling peg-runtime v0.8.5 |
1644 | 2025-07-23T19:10:22.318Z | Compiling dirs-next v2.0.0 |
1645 | 2025-07-23T19:10:22.493Z | Compiling thread_local v1.1.8 |
1646 | 2025-07-23T19:10:22.520Z | Compiling slog-async v2.8.0 |
1647 | 2025-07-23T19:10:22.541Z | Compiling term v0.7.0 |
1648 | 2025-07-23T19:10:22.723Z | Compiling crossbeam-channel v0.5.15 |
1649 | 2025-07-23T19:10:23.258Z | Compiling xattr v1.3.1 |
1650 | 2025-07-23T19:10:23.291Z | Compiling futures-executor v0.3.31 |
1651 | 2025-07-23T19:10:23.324Z | Compiling is-terminal v0.4.13 |
1652 | 2025-07-23T19:10:23.480Z | Compiling filetime v0.2.25 |
1653 | 2025-07-23T19:10:23.684Z | Compiling take_mut v0.2.2 |
1654 | 2025-07-23T19:10:23.748Z | Compiling tar v0.4.44 |
1655 | 2025-07-23T19:10:23.754Z | Compiling futures v0.3.31 |
1656 | 2025-07-23T19:10:23.800Z | Compiling slog-term v2.9.1 |
1657 | 2025-07-23T19:10:23.890Z | Compiling camino v1.1.10 |
1658 | 2025-07-23T19:10:29.635Z | Compiling aws-lc-sys v0.26.0 |
1659 | 2025-07-23T19:11:01.231Z | Compiling rustls-webpki v0.102.8 |
1660 | 2025-07-23T19:11:05.672Z | Compiling tokio-rustls v0.26.0 |
1661 | 2025-07-23T19:11:05.928Z | Compiling hyper-rustls v0.27.7 |
1662 | 2025-07-23T19:11:06.235Z | Compiling reqwest v0.12.22 |
1663 | 2025-07-23T19:11:09.760Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1664 | 2025-07-23T19:11:10.049Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1665 | 2025-07-23T19:11:14.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s |
1666 | 2025-07-23T19:11:14.769Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
1667 | 2025-07-23T19:11:14.833Z | Jul 23 19:11:13.538 INFO Starting download, target: Console |
1668 | 2025-07-23T19:11:14.833Z | Jul 23 19:11:13.538 INFO Starting download, target: Clickhouse |
1669 | 2025-07-23T19:11:14.833Z | Jul 23 19:11:13.538 INFO Starting download, target: Cockroach |
1670 | 2025-07-23T19:11:14.833Z | Jul 23 19:11:13.538 INFO Starting download, target: DendriteStub |
1671 | 2025-07-23T19:11:14.866Z | Jul 23 19:11:13.538 INFO Starting download, target: MaghemiteMgd |
1672 | 2025-07-23T19:11:14.866Z | Jul 23 19:11:13.538 INFO Starting download, target: TransceiverControl |
1673 | 2025-07-23T19:11:14.866Z | Jul 23 19:11:13.539 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1674 | 2025-07-23T19:11:14.866Z | Jul 23 19:11:13.539 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1675 | 2025-07-23T19:11:14.866Z | Jul 23 19:11:13.539 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1676 | 2025-07-23T19:11:14.866Z | Jul 23 19:11:13.539 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1677 | 2025-07-23T19:11:14.866Z | Jul 23 19:11:13.539 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1678 | 2025-07-23T19:11:14.866Z | Jul 23 19:11:13.539 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1679 | 2025-07-23T19:11:15.393Z | Jul 23 19:11:14.060 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1680 | 2025-07-23T19:11:15.429Z | Jul 23 19:11:14.137 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1681 | 2025-07-23T19:11:15.772Z | Jul 23 19:11:14.473 INFO Download complete, target: TransceiverControl |
1682 | 2025-07-23T19:11:15.839Z | Jul 23 19:11:14.544 INFO Download complete, target: Console |
1683 | 2025-07-23T19:11:16.525Z | Jul 23 19:11:15.250 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1684 | 2025-07-23T19:11:16.657Z | Jul 23 19:11:15.386 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1685 | 2025-07-23T19:11:17.310Z | Jul 23 19:11:16.039 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1686 | 2025-07-23T19:11:17.310Z | Jul 23 19:11:16.039 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1687 | 2025-07-23T19:11:17.332Z | Jul 23 19:11:16.060 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1688 | 2025-07-23T19:11:20.066Z | Jul 23 19:11:18.794 INFO Download complete, target: DendriteStub |
1689 | 2025-07-23T19:11:20.140Z | Jul 23 19:11:18.869 INFO Download complete, target: MaghemiteMgd |
1690 | 2025-07-23T19:11:23.975Z | Jul 23 19:11:22.704 INFO Checking that binary works, target: Cockroach |
1691 | 2025-07-23T19:11:24.126Z | Jul 23 19:11:22.855 INFO Download complete, target: Cockroach |
1692 | 2025-07-23T19:11:27.767Z | Jul 23 19:11:26.495 INFO Checking that binary works, target: Clickhouse |
1693 | 2025-07-23T19:11:28.019Z | Jul 23 19:11:26.747 INFO Download complete, target: Clickhouse |
1694 | 2025-07-23T19:11:28.102Z | All builder prerequisites installed successfully, and PATH looks valid |
1695 | 2025-07-23T19:11:28.110Z | |
1696 | 2025-07-23T19:11:28.110Z | real 4:46.349590032 |
1697 | 2025-07-23T19:11:28.110Z | user 16:28.277245627 |
1698 | 2025-07-23T19:11:28.110Z | sys 2:20.025346622 |
1699 | 2025-07-23T19:11:28.111Z | trap 0.586430715 |
1700 | 2025-07-23T19:11:28.111Z | tflt 2.458545659 |
1701 | 2025-07-23T19:11:28.111Z | dflt 2.917779412 |
1702 | 2025-07-23T19:11:28.111Z | kflt 0.318487758 |
1703 | 2025-07-23T19:11:28.111Z | lock 38:22.862191381 |
1704 | 2025-07-23T19:11:28.111Z | slp 1:00:12.446046980 |
1705 | 2025-07-23T19:11:28.111Z | lat 1:12.116661229 |
1706 | 2025-07-23T19:11:28.111Z | stop 2:55.765025349 |
1707 | 2025-07-23T19:11:28.111Z | + banner clippy |
1708 | 2025-07-23T19:11:28.111Z | |
1709 | 2025-07-23T19:11:28.111Z | #### # # ##### ##### # # |
1710 | 2025-07-23T19:11:28.111Z | # # # # # # # # # # |
1711 | 2025-07-23T19:11:28.111Z | # # # # # # # # |
1712 | 2025-07-23T19:11:28.111Z | # # # ##### ##### # |
1713 | 2025-07-23T19:11:28.111Z | # # # # # # # |
1714 | 2025-07-23T19:11:28.111Z | #### ###### # # # # |
1715 | 2025-07-23T19:11:28.111Z | |
1716 | 2025-07-23T19:11:28.111Z | + export CARGO_INCREMENTAL=0 |
1717 | 2025-07-23T19:11:28.111Z | + CARGO_INCREMENTAL=0 |
1718 | 2025-07-23T19:11:28.111Z | + ptime -m cargo xtask clippy |
1719 | 2025-07-23T19:11:28.819Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
1720 | 2025-07-23T19:11:29.112Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1721 | 2025-07-23T19:11:32.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s |
1722 | 2025-07-23T19:11:32.206Z | Running `target/debug/xtask clippy` |
1723 | 2025-07-23T19:11:32.230Z | running: /home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1724 | 2025-07-23T19:11:33.038Z | Downloading crates ... |
1725 | 2025-07-23T19:11:33.374Z | Downloaded async-channel v1.9.0 |
1726 | 2025-07-23T19:11:33.378Z | Downloaded approx v0.5.1 |
1727 | 2025-07-23T19:11:33.383Z | Downloaded async-process v2.3.0 |
1728 | 2025-07-23T19:11:33.387Z | Downloaded async-signal v0.2.10 |
1729 | 2025-07-23T19:11:33.387Z | Downloaded async-object-pool v0.1.5 |
1730 | 2025-07-23T19:11:33.392Z | Downloaded anes v0.1.6 |
1731 | 2025-07-23T19:11:33.392Z | Downloaded async-executor v1.13.1 |
1732 | 2025-07-23T19:11:33.396Z | Downloaded assert-json-diff v2.0.2 |
1733 | 2025-07-23T19:11:33.396Z | Downloaded blocking v1.6.1 |
1734 | 2025-07-23T19:11:33.396Z | Downloaded async-lock v3.4.0 |
1735 | 2025-07-23T19:11:33.409Z | Downloaded cast v0.3.0 |
1736 | 2025-07-23T19:11:33.413Z | Downloaded doc-comment v0.3.3 |
1737 | 2025-07-23T19:11:33.413Z | Downloaded async-io v2.3.4 |
1738 | 2025-07-23T19:11:33.416Z | Downloaded target-triple v0.1.3 |
1739 | 2025-07-23T19:11:33.420Z | Downloaded escape8259 v0.5.3 |
1740 | 2025-07-23T19:11:33.426Z | Downloaded nested v0.1.1 |
1741 | 2025-07-23T19:11:33.429Z | Downloaded guppy-workspace-hack v0.1.0 |
1742 | 2025-07-23T19:11:33.429Z | Downloaded event-listener v2.5.3 |
1743 | 2025-07-23T19:11:33.433Z | Downloaded criterion-plot v0.5.0 |
1744 | 2025-07-23T19:11:33.437Z | Downloaded futures-timer v3.0.3 |
1745 | 2025-07-23T19:11:33.440Z | Downloaded plotters-svg v0.3.7 |
1746 | 2025-07-23T19:11:33.440Z | Downloaded oorandom v11.1.4 |
1747 | 2025-07-23T19:11:33.441Z | Downloaded async-global-executor v2.4.1 |
1748 | 2025-07-23T19:11:33.444Z | Downloaded async-attributes v1.1.2 |
1749 | 2025-07-23T19:11:33.444Z | Downloaded event-listener-strategy v0.5.2 |
1750 | 2025-07-23T19:11:33.447Z | Downloaded kv-log-macro v1.0.7 |
1751 | 2025-07-23T19:11:33.447Z | Downloaded parking v2.2.1 |
1752 | 2025-07-23T19:11:33.450Z | Downloaded async-channel v2.3.1 |
1753 | 2025-07-23T19:11:33.454Z | Downloaded relative-path v1.9.3 |
1754 | 2025-07-23T19:11:33.458Z | Downloaded similar-asserts v1.7.0 |
1755 | 2025-07-23T19:11:33.458Z | Downloaded piper v0.2.4 |
1756 | 2025-07-23T19:11:33.463Z | Downloaded concurrent-queue v2.5.0 |
1757 | 2025-07-23T19:11:33.467Z | Downloaded serde_regex v1.1.0 |
1758 | 2025-07-23T19:11:33.467Z | Downloaded pathdiff v0.2.3 |
1759 | 2025-07-23T19:11:33.467Z | Downloaded blake2b_simd v1.0.2 |
1760 | 2025-07-23T19:11:33.467Z | Downloaded tinytemplate v1.2.1 |
1761 | 2025-07-23T19:11:33.473Z | Downloaded async-task v4.7.1 |
1762 | 2025-07-23T19:11:33.473Z | Downloaded assert_cmd v2.0.17 |
1763 | 2025-07-23T19:11:33.476Z | Downloaded plotters-backend v0.3.7 |
1764 | 2025-07-23T19:11:33.476Z | Downloaded stringmetrics v2.2.2 |
1765 | 2025-07-23T19:11:33.476Z | Downloaded proc-macro-crate v3.2.0 |
1766 | 2025-07-23T19:11:33.480Z | Downloaded futures-lite v2.3.0 |
1767 | 2025-07-23T19:11:33.483Z | Downloaded target-lexicon v0.13.2 |
1768 | 2025-07-23T19:11:33.483Z | Downloaded partial-io v0.5.4 |
1769 | 2025-07-23T19:11:33.488Z | Downloaded libtest-mimic v0.8.1 |
1770 | 2025-07-23T19:11:33.491Z | Downloaded httptest v0.16.3 |
1771 | 2025-07-23T19:11:33.491Z | Downloaded datatest-stable v0.3.2 |
1772 | 2025-07-23T19:11:33.494Z | Downloaded target-spec v3.4.2 |
1773 | 2025-07-23T19:11:33.494Z | Downloaded event-listener v5.3.1 |
1774 | 2025-07-23T19:11:33.498Z | Downloaded cfg-expr v0.18.0 |
1775 | 2025-07-23T19:11:33.498Z | Downloaded rstest v0.25.0 |
1776 | 2025-07-23T19:11:33.503Z | Downloaded rust-argon2 v2.1.0 |
1777 | 2025-07-23T19:11:33.506Z | Downloaded path-tree v0.8.1 |
1778 | 2025-07-23T19:11:33.506Z | Downloaded trybuild v1.0.105 |
1779 | 2025-07-23T19:11:33.510Z | Downloaded rstest_macros v0.25.0 |
1780 | 2025-07-23T19:11:33.514Z | Downloaded rand_distr v0.4.3 |
1781 | 2025-07-23T19:11:33.517Z | Downloaded fancy-regex v0.14.0 |
1782 | 2025-07-23T19:11:33.520Z | Downloaded polling v3.7.3 |
1783 | 2025-07-23T19:11:33.533Z | Downloaded plotters v0.3.7 |
1784 | 2025-07-23T19:11:33.542Z | Downloaded criterion v0.6.0 |
1785 | 2025-07-23T19:11:33.547Z | Downloaded guppy v0.17.19 |
1786 | 2025-07-23T19:11:33.562Z | Downloaded async-std v1.13.0 |
1787 | 2025-07-23T19:11:33.634Z | Downloaded petgraph v0.7.1 |
1788 | 2025-07-23T19:11:33.677Z | Downloaded httpmock v0.8.0-alpha.1 |
1789 | 2025-07-23T19:11:35.556Z | Checking cfg-if v1.0.1 |
1790 | 2025-07-23T19:11:35.932Z | Checking libc v0.2.174 |
1791 | 2025-07-23T19:11:35.973Z | Checking serde v1.0.219 |
1792 | 2025-07-23T19:11:36.015Z | Checking memchr v2.7.4 |
1793 | 2025-07-23T19:11:36.056Z | Checking smallvec v1.15.0 |
1794 | 2025-07-23T19:11:36.103Z | Checking value-bag v1.9.0 |
1795 | 2025-07-23T19:11:36.166Z | Checking itoa v1.0.11 |
1796 | 2025-07-23T19:11:36.209Z | Checking scopeguard v1.2.0 |
1797 | 2025-07-23T19:11:36.268Z | Checking zeroize v1.8.1 |
1798 | 2025-07-23T19:11:36.439Z | Checking lock_api v0.4.12 |
1799 | 2025-07-23T19:11:36.444Z | Checking libm v0.2.8 |
1800 | 2025-07-23T19:11:36.544Z | Checking pin-project-lite v0.2.14 |
1801 | 2025-07-23T19:11:36.600Z | Checking log v0.4.27 |
1802 | 2025-07-23T19:11:36.649Z | Checking stable_deref_trait v1.2.0 |
1803 | 2025-07-23T19:11:36.742Z | Checking ryu v1.0.18 |
1804 | 2025-07-23T19:11:36.820Z | Checking zerofrom v0.1.4 |
1805 | 2025-07-23T19:11:36.875Z | Checking portable-atomic v1.11.0 |
1806 | 2025-07-23T19:11:36.934Z | Checking critical-section v1.1.3 |
1807 | 2025-07-23T19:11:36.988Z | Checking getrandom v0.2.15 |
1808 | 2025-07-23T19:11:37.046Z | Checking parking_lot_core v0.9.10 |
1809 | 2025-07-23T19:11:37.093Z | Checking yoke v0.7.4 |
1810 | 2025-07-23T19:11:37.151Z | Checking litemap v0.7.3 |
1811 | 2025-07-23T19:11:37.154Z | Checking byteorder v1.5.0 |
1812 | 2025-07-23T19:11:37.274Z | Checking rand_core v0.6.4 |
1813 | 2025-07-23T19:11:37.425Z | Checking writeable v0.5.5 |
1814 | 2025-07-23T19:11:37.481Z | Checking zerovec v0.10.4 |
1815 | 2025-07-23T19:11:37.484Z | Checking num-traits v0.2.19 |
1816 | 2025-07-23T19:11:37.567Z | Checking subtle v2.6.1 |
1817 | 2025-07-23T19:11:37.622Z | Checking percent-encoding v2.3.1 |
1818 | 2025-07-23T19:11:37.674Z | Checking parking_lot v0.12.3 |
1819 | 2025-07-23T19:11:37.794Z | Checking signal-hook-registry v1.4.2 |
1820 | 2025-07-23T19:11:37.873Z | Checking getrandom v0.3.3 |
1821 | 2025-07-23T19:11:37.930Z | Checking once_cell v1.21.3 |
1822 | 2025-07-23T19:11:37.981Z | Checking icu_locid_transform_data v1.5.0 |
1823 | 2025-07-23T19:11:38.039Z | Checking icu_properties_data v1.5.0 |
1824 | 2025-07-23T19:11:38.092Z | Checking utf16_iter v1.0.5 |
1825 | 2025-07-23T19:11:38.148Z | Checking icu_normalizer_data v1.5.0 |
1826 | 2025-07-23T19:11:38.198Z | Checking utf8_iter v1.0.4 |
1827 | 2025-07-23T19:11:38.277Z | Checking write16 v1.0.0 |
1828 | 2025-07-23T19:11:38.335Z | Checking form_urlencoded v1.2.1 |
1829 | 2025-07-23T19:11:38.340Z | Checking mio v1.0.2 |
1830 | 2025-07-23T19:11:38.438Z | Checking futures-core v0.3.31 |
1831 | 2025-07-23T19:11:38.485Z | Checking typenum v1.17.0 |
1832 | 2025-07-23T19:11:38.537Z | Checking socket2 v0.5.10 |
1833 | 2025-07-23T19:11:38.606Z | Checking equivalent v1.0.2 |
1834 | 2025-07-23T19:11:38.660Z | Checking allocator-api2 v0.2.21 |
1835 | 2025-07-23T19:11:38.798Z | Checking foldhash v0.1.5 |
1836 | 2025-07-23T19:11:38.903Z | Checking thiserror v1.0.69 |
1837 | 2025-07-23T19:11:39.067Z | Checking tinystr v0.7.6 |
1838 | 2025-07-23T19:11:39.067Z | Checking icu_collections v1.5.0 |
1839 | 2025-07-23T19:11:39.176Z | Checking zerocopy v0.7.35 |
1840 | 2025-07-23T19:11:39.234Z | Checking slab v0.4.9 |
1841 | 2025-07-23T19:11:39.237Z | Checking futures-io v0.3.31 |
1842 | 2025-07-23T19:11:39.339Z | Checking hashbrown v0.15.4 |
1843 | 2025-07-23T19:11:39.399Z | Checking icu_locid v1.5.0 |
1844 | 2025-07-23T19:11:39.477Z | Checking generic-array v0.14.7 |
1845 | 2025-07-23T19:11:39.526Z | Checking iana-time-zone v0.1.63 |
1846 | 2025-07-23T19:11:39.597Z | Checking const-oid v0.9.6 |
1847 | 2025-07-23T19:11:39.747Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1848 | 2025-07-23T19:11:39.822Z | Checking errno v0.3.12 |
1849 | 2025-07-23T19:11:40.078Z | Checking futures-sink v0.3.31 |
1850 | 2025-07-23T19:11:40.252Z | Checking cpufeatures v0.2.14 |
1851 | 2025-07-23T19:11:40.311Z | Checking fnv v1.0.7 |
1852 | 2025-07-23T19:11:40.349Z | Checking bytes v1.10.1 |
1853 | 2025-07-23T19:11:40.349Z | Checking bitflags v2.9.1 |
1854 | 2025-07-23T19:11:40.349Z | Checking serde_json v1.0.140 |
1855 | 2025-07-23T19:11:40.482Z | Checking icu_provider v1.5.0 |
1856 | 2025-07-23T19:11:40.485Z | Checking chrono v0.4.41 |
1857 | 2025-07-23T19:11:40.485Z | Checking uuid v1.17.0 |
1858 | 2025-07-23T19:11:40.627Z | Checking crypto-common v0.1.6 |
1859 | 2025-07-23T19:11:40.754Z | Checking semver v1.0.26 |
1860 | 2025-07-23T19:11:40.878Z | Checking block-buffer v0.10.4 |
1861 | 2025-07-23T19:11:41.130Z | Checking icu_locid_transform v1.5.0 |
1862 | 2025-07-23T19:11:41.186Z | Checking indexmap v2.10.0 |
1863 | 2025-07-23T19:11:41.190Z | Checking pin-utils v0.1.0 |
1864 | 2025-07-23T19:11:41.288Z | Checking dyn-clone v1.0.19 |
1865 | 2025-07-23T19:11:41.373Z | Checking tokio v1.45.1 |
1866 | 2025-07-23T19:11:41.432Z | Checking futures-channel v0.3.31 |
1867 | 2025-07-23T19:11:41.437Z | Checking digest v0.10.7 |
1868 | 2025-07-23T19:11:41.538Z | Checking futures-task v0.3.31 |
1869 | 2025-07-23T19:11:41.856Z | Checking rustix v0.38.37 |
1870 | 2025-07-23T19:11:41.911Z | Checking futures-util v0.3.31 |
1871 | 2025-07-23T19:11:41.915Z | Checking ppv-lite86 v0.2.20 |
1872 | 2025-07-23T19:11:42.010Z | Checking tracing-core v0.1.32 |
1873 | 2025-07-23T19:11:42.127Z | Checking icu_properties v1.5.1 |
1874 | 2025-07-23T19:11:42.449Z | Checking thiserror v2.0.12 |
1875 | 2025-07-23T19:11:42.560Z | Checking http v1.3.1 |
1876 | 2025-07-23T19:11:42.650Z | Checking regex-syntax v0.8.5 |
1877 | 2025-07-23T19:11:42.706Z | Checking tracing v0.1.40 |
1878 | 2025-07-23T19:11:42.710Z | Checking crossbeam-utils v0.8.21 |
1879 | 2025-07-23T19:11:43.102Z | Checking unicode-ident v1.0.18 |
1880 | 2025-07-23T19:11:43.349Z | Checking proc-macro2 v1.0.95 |
1881 | 2025-07-23T19:11:43.530Z | Checking block-padding v0.3.3 |
1882 | 2025-07-23T19:11:43.811Z | Checking aho-corasick v1.1.3 |
1883 | 2025-07-23T19:11:43.902Z | Checking inout v0.1.3 |
1884 | 2025-07-23T19:11:44.098Z | Checking quote v1.0.40 |
1885 | 2025-07-23T19:11:44.201Z | Checking cipher v0.4.4 |
1886 | 2025-07-23T19:11:44.515Z | Checking syn v2.0.104 |
1887 | 2025-07-23T19:11:44.689Z | Checking base64 v0.22.1 |
1888 | 2025-07-23T19:11:45.053Z | Checking base64ct v1.6.0 |
1889 | 2025-07-23T19:11:45.174Z | Checking ipnet v2.11.0 |
1890 | 2025-07-23T19:11:45.377Z | Checking spin v0.9.8 |
1891 | 2025-07-23T19:11:45.434Z | Checking icu_normalizer v1.5.0 |
1892 | 2025-07-23T19:11:45.537Z | Checking powerfmt v0.2.0 |
1893 | 2025-07-23T19:11:45.752Z | Checking atomic-waker v1.1.2 |
1894 | 2025-07-23T19:11:45.802Z | Checking num_threads v0.1.7 |
1895 | 2025-07-23T19:11:45.858Z | Checking regex-automata v0.4.8 |
1896 | 2025-07-23T19:11:45.919Z | Checking deranged v0.3.11 |
1897 | 2025-07-23T19:11:45.971Z | Checking num-conv v0.1.0 |
1898 | 2025-07-23T19:11:46.017Z | Checking adler2 v2.0.0 |
1899 | 2025-07-23T19:11:46.221Z | Checking idna_adapter v1.2.0 |
1900 | 2025-07-23T19:11:46.272Z | Checking untrusted v0.9.0 |
1901 | 2025-07-23T19:11:46.280Z | Checking time-core v0.1.2 |
1902 | 2025-07-23T19:11:46.393Z | Checking miniz_oxide v0.8.5 |
1903 | 2025-07-23T19:11:46.450Z | Checking idna v1.0.3 |
1904 | 2025-07-23T19:11:46.520Z | Checking ring v0.17.14 |
1905 | 2025-07-23T19:11:46.576Z | Checking rand_chacha v0.3.1 |
1906 | 2025-07-23T19:11:46.992Z | Checking url v2.5.4 |
1907 | 2025-07-23T19:11:47.042Z | Checking sha2 v0.10.9 |
1908 | 2025-07-23T19:11:47.198Z | Checking hmac v0.12.1 |
1909 | 2025-07-23T19:11:47.254Z | Checking time v0.3.36 |
1910 | 2025-07-23T19:11:47.493Z | Checking httparse v1.9.5 |
1911 | 2025-07-23T19:11:47.658Z | Checking utf8parse v0.2.2 |
1912 | 2025-07-23T19:11:47.885Z | Checking rand v0.8.5 |
1913 | 2025-07-23T19:11:47.924Z | Checking schemars v0.8.22 |
1914 | 2025-07-23T19:11:47.982Z | Checking pem-rfc7468 v0.7.0 |
1915 | 2025-07-23T19:11:48.317Z | Checking tokio-util v0.7.15 |
1916 | 2025-07-23T19:11:48.346Z | Checking rustls-pki-types v1.10.0 |
1917 | 2025-07-23T19:11:48.862Z | Checking http-body v1.0.1 |
1918 | 2025-07-23T19:11:49.015Z | Checking zerocopy v0.8.26 |
1919 | 2025-07-23T19:11:49.091Z | Checking anstyle v1.0.11 |
1920 | 2025-07-23T19:11:49.147Z | Checking aws-lc-sys v0.26.0 |
1921 | 2025-07-23T19:11:49.396Z | Checking httpdate v1.0.3 |
1922 | 2025-07-23T19:11:49.527Z | Checking flagset v0.4.6 |
1923 | 2025-07-23T19:11:49.575Z | Checking try-lock v0.2.5 |
1924 | 2025-07-23T19:11:49.631Z | Checking untrusted v0.7.1 |
1925 | 2025-07-23T19:11:49.688Z | Checking h2 v0.4.6 |
1926 | 2025-07-23T19:11:49.764Z | Checking want v0.3.1 |
1927 | 2025-07-23T19:11:49.769Z | Checking der v0.7.10 |
1928 | 2025-07-23T19:11:49.874Z | Checking anstyle-parse v0.2.5 |
1929 | 2025-07-23T19:11:50.000Z | Checking anstyle-query v1.1.1 |
1930 | 2025-07-23T19:11:50.191Z | Checking is_terminal_polyfill v1.70.1 |
1931 | 2025-07-23T19:11:50.242Z | Checking tower-service v0.3.3 |
1932 | 2025-07-23T19:11:50.312Z | Checking colorchoice v1.0.2 |
1933 | 2025-07-23T19:11:50.366Z | Checking terminal_size v0.4.0 |
1934 | 2025-07-23T19:11:50.421Z | Checking gimli v0.31.1 |
1935 | 2025-07-23T19:11:50.466Z | Checking pbkdf2 v0.12.2 |
1936 | 2025-07-23T19:11:50.522Z | Checking anstream v0.6.18 |
1937 | 2025-07-23T19:11:50.610Z | Checking lazy_static v1.5.0 |
1938 | 2025-07-23T19:11:50.702Z | Checking aes v0.8.4 |
1939 | 2025-07-23T19:11:50.785Z | Checking object v0.36.5 |
1940 | 2025-07-23T19:11:50.982Z | Checking clap_lex v0.7.4 |
1941 | 2025-07-23T19:11:51.282Z | Checking aws-lc-rs v1.12.4 |
1942 | 2025-07-23T19:11:51.332Z | Checking rustc-demangle v0.1.24 |
1943 | 2025-07-23T19:11:51.454Z | Checking spki v0.7.3 |
1944 | 2025-07-23T19:11:51.668Z | Checking strsim v0.11.1 |
1945 | 2025-07-23T19:11:51.813Z | Checking mime v0.3.17 |
1946 | 2025-07-23T19:11:51.865Z | Checking regex v1.11.1 |
1947 | 2025-07-23T19:11:52.029Z | Checking clap_builder v4.5.40 |
1948 | 2025-07-23T19:11:52.183Z | Checking cbc v0.1.2 |
1949 | 2025-07-23T19:11:52.239Z | Checking salsa20 v0.10.2 |
1950 | 2025-07-23T19:11:52.455Z | Checking slog v2.7.0 |
1951 | 2025-07-23T19:11:52.514Z | Checking openssl-probe v0.1.5 |
1952 | 2025-07-23T19:11:52.725Z | Checking foreign-types-shared v0.1.1 |
1953 | 2025-07-23T19:11:52.741Z | Checking scrypt v0.11.0 |
1954 | 2025-07-23T19:11:52.745Z | Checking foreign-types v0.3.2 |
1955 | 2025-07-23T19:11:52.955Z | Checking http-body-util v0.1.3 |
1956 | 2025-07-23T19:11:53.008Z | Checking openssl-sys v0.9.109 |
1957 | 2025-07-23T19:11:53.058Z | Checking pkcs5 v0.7.1 |
1958 | 2025-07-23T19:11:53.113Z | Checking rustls-webpki v0.102.8 |
1959 | 2025-07-23T19:11:53.433Z | Checking toml_datetime v0.6.11 |
1960 | 2025-07-23T19:11:53.656Z | Checking serde_spanned v0.6.9 |
1961 | 2025-07-23T19:11:53.835Z | Checking pkcs8 v0.10.2 |
1962 | 2025-07-23T19:11:53.907Z | Checking serde_urlencoded v0.7.1 |
1963 | 2025-07-23T19:11:53.985Z | Checking rustls v0.23.19 |
1964 | 2025-07-23T19:11:54.042Z | Checking addr2line v0.24.2 |
1965 | 2025-07-23T19:11:54.215Z | Checking encoding_rs v0.8.34 |
1966 | 2025-07-23T19:11:54.271Z | Checking openssl v0.10.73 |
1967 | 2025-07-23T19:11:54.386Z | Checking either v1.15.0 |
1968 | 2025-07-23T19:11:54.547Z | Checking sync_wrapper v1.0.1 |
1969 | 2025-07-23T19:11:54.765Z | Checking psl-types v2.0.11 |
1970 | 2025-07-23T19:11:54.826Z | Checking tower-layer v0.3.3 |
1971 | 2025-07-23T19:11:54.878Z | Checking clap v4.5.40 |
1972 | 2025-07-23T19:11:55.033Z | Checking publicsuffix v2.3.0 |
1973 | 2025-07-23T19:11:55.089Z | Checking rustls-native-certs v0.8.1 |
1974 | 2025-07-23T19:11:55.135Z | Checking tower v0.5.2 |
1975 | 2025-07-23T19:11:55.335Z | Checking cookie v0.18.1 |
1976 | 2025-07-23T19:11:55.390Z | Checking webpki-roots v1.0.1 |
1977 | 2025-07-23T19:11:55.659Z | Checking iri-string v0.7.8 |
1978 | 2025-07-23T19:11:55.827Z | Checking cookie_store v0.21.1 |
1979 | 2025-07-23T19:11:55.886Z | Checking hyper v1.6.0 |
1980 | 2025-07-23T19:11:55.938Z | Checking ipnetwork v0.21.1 |
1981 | 2025-07-23T19:11:56.396Z | Checking data-encoding v2.9.0 |
1982 | 2025-07-23T19:11:56.454Z | Checking unicode-width v0.2.0 |
1983 | 2025-07-23T19:11:56.570Z | Checking rand_core v0.9.2 |
1984 | 2025-07-23T19:11:56.628Z | Checking backtrace v0.3.74 |
1985 | 2025-07-23T19:11:56.974Z | Checking tinyvec_macros v0.1.1 |
1986 | 2025-07-23T19:11:57.032Z | Checking openapiv3 v2.2.0 |
1987 | 2025-07-23T19:11:57.036Z | Checking signature v2.2.0 |
1988 | 2025-07-23T19:11:57.154Z | Checking tinyvec v1.8.0 |
1989 | 2025-07-23T19:11:57.208Z | Checking anyhow v1.0.98 |
1990 | 2025-07-23T19:11:57.324Z | Checking scroll v0.12.0 |
1991 | 2025-07-23T19:11:57.646Z | Checking plain v0.2.3 |
1992 | 2025-07-23T19:11:58.369Z | Checking ucd-trie v0.1.7 |
1993 | 2025-07-23T19:11:58.412Z | Checking goblin v0.8.2 |
1994 | 2025-07-23T19:11:58.412Z | Checking hyper-util v0.1.14 |
1995 | 2025-07-23T19:11:58.412Z | Checking pest v2.7.14 |
1996 | 2025-07-23T19:11:58.413Z | Checking tower-http v0.6.6 |
1997 | 2025-07-23T19:11:58.533Z | Checking rand_chacha v0.9.0 |
1998 | 2025-07-23T19:11:58.787Z | Checking pretty-hex v0.4.1 |
1999 | 2025-07-23T19:11:59.000Z | Checking rand v0.9.1 |
2000 | 2025-07-23T19:11:59.055Z | Checking thread-id v4.2.2 |
2001 | 2025-07-23T19:11:59.107Z | Checking tokio-rustls v0.26.0 |
2002 | 2025-07-23T19:11:59.234Z | Checking toml_write v0.1.2 |
2003 | 2025-07-23T19:11:59.291Z | Checking native-tls v0.2.12 |
2004 | 2025-07-23T19:11:59.577Z | Checking winnow v0.7.10 |
2005 | 2025-07-23T19:11:59.631Z | Checking sha1 v0.10.6 |
2006 | 2025-07-23T19:11:59.680Z | Checking tokio-native-tls v0.3.1 |
2007 | 2025-07-23T19:11:59.986Z | Checking num-integer v0.1.46 |
2008 | 2025-07-23T19:12:00.043Z | Checking strum v0.26.3 |
2009 | 2025-07-23T19:12:00.046Z | Checking memmap v0.7.0 |
2010 | 2025-07-23T19:12:00.145Z | Checking crc32fast v1.4.2 |
2011 | 2025-07-23T19:12:00.302Z | Checking static_assertions v1.1.0 |
2012 | 2025-07-23T19:12:00.357Z | Checking bstr v1.10.0 |
2013 | 2025-07-23T19:12:00.444Z | Checking crossbeam-epoch v0.9.18 |
2014 | 2025-07-23T19:12:00.498Z | Checking base16ct v0.2.0 |
2015 | 2025-07-23T19:12:00.547Z | Checking oxnet v0.1.2 |
2016 | 2025-07-23T19:12:00.604Z | Checking dtrace-parser v0.2.0 |
2017 | 2025-07-23T19:12:00.609Z | Checking hyper-rustls v0.27.7 |
2018 | 2025-07-23T19:12:00.764Z | Checking hyper-tls v0.6.0 |
2019 | 2025-07-23T19:12:00.914Z | Checking sec1 v0.7.3 |
2020 | 2025-07-23T19:12:00.975Z | Checking hubpack v0.1.2 |
2021 | 2025-07-23T19:12:01.088Z | Checking ff v0.13.0 |
2022 | 2025-07-23T19:12:01.139Z | Checking reqwest v0.12.22 |
2023 | 2025-07-23T19:12:01.143Z | Checking zlib-rs v0.5.1 |
2024 | 2025-07-23T19:12:01.241Z | Checking num-iter v0.1.45 |
2025 | 2025-07-23T19:12:01.290Z | Checking hkdf v0.12.4 |
2026 | 2025-07-23T19:12:01.357Z | Checking group v0.13.0 |
2027 | 2025-07-23T19:12:01.413Z | Checking crypto-bigint v0.5.5 |
2028 | 2025-07-23T19:12:01.470Z | Checking bitflags v1.3.2 |
2029 | 2025-07-23T19:12:01.563Z | Checking unicode-segmentation v1.12.0 |
2030 | 2025-07-23T19:12:01.643Z | Checking winnow v0.5.40 |
2031 | 2025-07-23T19:12:01.701Z | Checking num-bigint-dig v0.8.4 |
2032 | 2025-07-23T19:12:02.297Z | Checking pkcs1 v0.7.5 |
2033 | 2025-07-23T19:12:02.352Z | Checking toml_edit v0.22.27 |
2034 | 2025-07-23T19:12:02.670Z | Checking dof v0.3.0 |
2035 | 2025-07-23T19:12:02.776Z | Checking bzip2-sys v0.1.13+1.0.8 |
2036 | 2025-07-23T19:12:02.900Z | Checking unicode-normalization v0.1.24 |
2037 | 2025-07-23T19:12:02.957Z | Checking x509-cert v0.2.5 |
2038 | 2025-07-23T19:12:03.175Z | Checking libz-rs-sys v0.5.1 |
2039 | 2025-07-23T19:12:03.327Z | Checking usdt-impl v0.5.0 |
2040 | 2025-07-23T19:12:03.426Z | Checking flate2 v1.1.2 |
2041 | 2025-07-23T19:12:03.756Z | Checking rsa v0.9.6 |
2042 | 2025-07-23T19:12:03.878Z | Checking newtype-uuid v1.2.4 |
2043 | 2025-07-23T19:12:03.936Z | Checking usdt v0.5.0 |
2044 | 2025-07-23T19:12:04.102Z | Checking elliptic-curve v0.13.8 |
2045 | 2025-07-23T19:12:04.158Z | Checking rfc6979 v0.4.0 |
2046 | 2025-07-23T19:12:04.238Z | Checking managed v0.8.0 |
2047 | 2025-07-23T19:12:04.290Z | Checking daft v0.1.4 |
2048 | 2025-07-23T19:12:04.377Z | Checking curve25519-dalek v4.1.3 |
2049 | 2025-07-23T19:12:04.433Z | Checking toml_edit v0.19.15 |
2050 | 2025-07-23T19:12:04.484Z | Checking ahash v0.8.11 |
2051 | 2025-07-23T19:12:04.664Z | Checking memoffset v0.9.1 |
2052 | 2025-07-23T19:12:04.757Z | Checking signal-hook v0.3.17 |
2053 | 2025-07-23T19:12:04.760Z | Checking ecdsa v0.16.9 |
2054 | 2025-07-23T19:12:04.862Z | Checking ed25519 v2.2.3 |
2055 | 2025-07-23T19:12:04.864Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
2056 | 2025-07-23T19:12:04.967Z | Checking bzip2 v0.4.4 |
2057 | 2025-07-23T19:12:05.028Z | Checking console v0.15.10 |
2058 | 2025-07-23T19:12:05.111Z | Checking signal-hook-mio v0.2.4 |
2059 | 2025-07-23T19:12:05.171Z | Checking zstd-safe v7.2.3 |
2060 | 2025-07-23T19:12:05.246Z | Checking simd-adler32 v0.3.7 |
2061 | 2025-07-23T19:12:05.319Z | Checking bumpalo v3.16.0 |
2062 | 2025-07-23T19:12:05.375Z | Checking lockfree-object-pool v0.1.6 |
2063 | 2025-07-23T19:12:05.507Z | Checking siphasher v0.3.11 |
2064 | 2025-07-23T19:12:05.510Z | Checking unicode-xid v0.2.6 |
2065 | 2025-07-23T19:12:05.601Z | Checking zstd v0.13.3 |
2066 | 2025-07-23T19:12:05.657Z | Checking zip v0.6.6 |
2067 | 2025-07-23T19:12:05.660Z | Checking crossterm v0.28.1 |
2068 | 2025-07-23T19:12:05.757Z | Checking zopfli v0.8.1 |
2069 | 2025-07-23T19:12:05.761Z | Checking bzip2 v0.5.2 |
2070 | 2025-07-23T19:12:05.859Z | Checking phf_shared v0.11.2 |
2071 | 2025-07-23T19:12:05.970Z | Checking itertools v0.10.5 |
2072 | 2025-07-23T19:12:06.088Z | Checking serde-big-array v0.5.1 |
2073 | 2025-07-23T19:12:06.170Z | Checking ed25519-dalek v2.1.1 |
2074 | 2025-07-23T19:12:06.226Z | Checking serde_with v3.14.0 |
2075 | 2025-07-23T19:12:06.365Z | Checking hash32 v0.2.1 |
2076 | 2025-07-23T19:12:06.425Z | Checking winnow v0.6.26 |
2077 | 2025-07-23T19:12:06.512Z | Checking predicates-core v1.0.8 |
2078 | 2025-07-23T19:12:06.667Z | Checking unicode-bidi v0.3.17 |
2079 | 2025-07-23T19:12:06.742Z | Checking keccak v0.1.5 |
2080 | 2025-07-23T19:12:06.796Z | Checking unicode-properties v0.1.3 |
2081 | 2025-07-23T19:12:06.800Z | Checking toml v0.7.8 |
2082 | 2025-07-23T19:12:07.098Z | Checking sha3 v0.10.8 |
2083 | 2025-07-23T19:12:07.212Z | Checking heapless v0.7.17 |
2084 | 2025-07-23T19:12:07.263Z | Checking stringprep v0.1.5 |
2085 | 2025-07-23T19:12:07.335Z | Checking zip v4.2.0 |
2086 | 2025-07-23T19:12:07.567Z | Checking nix v0.29.0 |
2087 | 2025-07-23T19:12:07.570Z | Checking similar v2.7.0 |
2088 | 2025-07-23T19:12:07.672Z | Checking hickory-proto v0.25.2 |
2089 | 2025-07-23T19:12:08.055Z | Checking tokio-stream v0.1.17 |
2090 | 2025-07-23T19:12:08.150Z | Checking md-5 v0.10.6 |
2091 | 2025-07-23T19:12:08.441Z | Checking float-cmp v0.10.0 |
2092 | 2025-07-23T19:12:08.527Z | Checking fallible-iterator v0.2.0 |
2093 | 2025-07-23T19:12:08.583Z | Checking difflib v0.4.0 |
2094 | 2025-07-23T19:12:08.720Z | Checking normalize-line-endings v0.3.0 |
2095 | 2025-07-23T19:12:08.875Z | Checking smoltcp v0.9.1 |
2096 | 2025-07-23T19:12:08.932Z | Checking buf-list v1.0.3 |
2097 | 2025-07-23T19:12:08.987Z | Checking predicates v3.1.3 |
2098 | 2025-07-23T19:12:09.041Z | Checking fs-err v3.1.1 |
2099 | 2025-07-23T19:12:09.093Z | Checking strum v0.27.1 |
2100 | 2025-07-23T19:12:09.147Z | Checking postgres-protocol v0.6.8 |
2101 | 2025-07-23T19:12:09.281Z | Checking fixedbitset v0.4.2 |
2102 | 2025-07-23T19:12:09.343Z | Checking precomputed-hash v0.1.1 |
2103 | 2025-07-23T19:12:09.347Z | Checking lalrpop-util v0.19.12 |
2104 | 2025-07-23T19:12:09.566Z | Checking new_debug_unreachable v1.0.6 |
2105 | 2025-07-23T19:12:09.626Z | Checking petgraph v0.6.5 |
2106 | 2025-07-23T19:12:09.629Z | Checking phf v0.11.2 |
2107 | 2025-07-23T19:12:09.629Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
2108 | 2025-07-23T19:12:09.758Z | Checking peg-runtime v0.8.5 |
2109 | 2025-07-23T19:12:09.762Z | Checking string_cache v0.8.9 |
2110 | 2025-07-23T19:12:09.854Z | Checking postgres-types v0.2.9 |
2111 | 2025-07-23T19:12:10.010Z | Checking whoami v1.5.2 |
2112 | 2025-07-23T19:12:10.068Z | Checking heck v0.4.1 |
2113 | 2025-07-23T19:12:10.068Z | Checking rustc-hash v2.1.1 |
2114 | 2025-07-23T19:12:10.164Z | Checking minimal-lexical v0.2.1 |
2115 | 2025-07-23T19:12:10.266Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
2116 | 2025-07-23T19:12:10.331Z | Compiling regress v0.10.3 |
2117 | 2025-07-23T19:12:10.422Z | Checking camino v1.1.10 |
2118 | 2025-07-23T19:12:10.549Z | Checking tokio-postgres v0.7.13 |
2119 | 2025-07-23T19:12:10.609Z | Checking nom v7.1.3 |
2120 | 2025-07-23T19:12:10.609Z | Checking fastrand v2.1.1 |
2121 | 2025-07-23T19:12:10.966Z | Checking futures-executor v0.3.31 |
2122 | 2025-07-23T19:12:11.020Z | Compiling unsafe-libyaml v0.2.11 |
2123 | 2025-07-23T19:12:11.250Z | Checking futures v0.3.31 |
2124 | 2025-07-23T19:12:11.437Z | Checking heck v0.5.0 |
2125 | 2025-07-23T19:12:11.729Z | Checking rustix v1.0.7 |
2126 | 2025-07-23T19:12:12.543Z | Compiling serde_yaml v0.9.34+deprecated |
2127 | 2025-07-23T19:12:13.376Z | Checking crossbeam-channel v0.5.15 |
2128 | 2025-07-23T19:12:13.380Z | Checking tempfile v3.20.0 |
2129 | 2025-07-23T19:12:13.481Z | Checking is-terminal v0.4.13 |
2130 | 2025-07-23T19:12:13.660Z | Compiling structmeta-derive v0.3.0 |
2131 | 2025-07-23T19:12:13.819Z | Checking toml v0.8.23 |
2132 | 2025-07-23T19:12:14.189Z | Checking dirs-sys-next v0.1.2 |
2133 | 2025-07-23T19:12:14.303Z | Checking thread_local v1.1.8 |
2134 | 2025-07-23T19:12:14.434Z | Checking dirs-next v2.0.0 |
2135 | 2025-07-23T19:12:14.627Z | Checking take_mut v0.2.2 |
2136 | 2025-07-23T19:12:14.682Z | Compiling rustls v0.22.4 |
2137 | 2025-07-23T19:12:14.685Z | Checking term v0.7.0 |
2138 | 2025-07-23T19:12:14.825Z | Checking quick-error v1.2.3 |
2139 | 2025-07-23T19:12:14.884Z | Checking slog-async v2.8.0 |
2140 | 2025-07-23T19:12:15.050Z | Checking hex v0.4.3 |
2141 | 2025-07-23T19:12:15.167Z | Checking slog-term v2.9.1 |
2142 | 2025-07-23T19:12:15.238Z | Compiling multer v3.1.0 |
2143 | 2025-07-23T19:12:15.295Z | Compiling async-stream-impl v0.3.6 |
2144 | 2025-07-23T19:12:15.614Z | Compiling dropshot v0.16.2 |
2145 | 2025-07-23T19:12:15.717Z | Compiling dropshot_endpoint v0.16.2 |
2146 | 2025-07-23T19:12:15.759Z | Checking bit-vec v0.8.0 |
2147 | 2025-07-23T19:12:15.816Z | Checking match_cfg v0.1.0 |
2148 | 2025-07-23T19:12:15.961Z | Compiling typify-impl v0.3.0 |
2149 | 2025-07-23T19:12:16.005Z | Checking hostname v0.3.1 |
2150 | 2025-07-23T19:12:16.107Z | Compiling structmeta v0.3.0 |
2151 | 2025-07-23T19:12:16.176Z | Checking bit-set v0.8.0 |
2152 | 2025-07-23T19:12:16.183Z | Checking wait-timeout v0.2.0 |
2153 | 2025-07-23T19:12:16.246Z | Checking debug-ignore v1.0.5 |
2154 | 2025-07-23T19:12:16.314Z | Checking rand_xorshift v0.4.0 |
2155 | 2025-07-23T19:12:16.435Z | Checking rusty-fork v0.3.0 |
2156 | 2025-07-23T19:12:16.492Z | Checking unarray v0.1.4 |
2157 | 2025-07-23T19:12:16.498Z | Checking progenitor-client v0.10.0 |
2158 | 2025-07-23T19:12:16.596Z | Checking serde_path_to_error v0.1.17 |
2159 | 2025-07-23T19:12:16.628Z | Compiling derive-ex v0.1.8 |
2160 | 2025-07-23T19:12:16.725Z | Checking slog-json v2.6.1 |
2161 | 2025-07-23T19:12:16.780Z | Checking proptest v1.7.0 |
2162 | 2025-07-23T19:12:16.965Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2163 | 2025-07-23T19:12:17.053Z | Compiling derive-where v1.5.0 |
2164 | 2025-07-23T19:12:17.236Z | Compiling ref-cast v1.0.24 |
2165 | 2025-07-23T19:12:17.735Z | Checking slog-bunyan v2.5.0 |
2166 | 2025-07-23T19:12:17.923Z | Compiling parse-display-derive v0.10.0 |
2167 | 2025-07-23T19:12:17.980Z | Checking async-stream v0.3.6 |
2168 | 2025-07-23T19:12:18.719Z | Checking rustls-pemfile v2.2.0 |
2169 | 2025-07-23T19:12:19.013Z | Checking waitgroup v0.1.2 |
2170 | 2025-07-23T19:12:19.235Z | Checking hostname v0.4.0 |
2171 | 2025-07-23T19:12:19.468Z | Compiling ref-cast-impl v1.0.24 |
2172 | 2025-07-23T19:12:19.737Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2173 | 2025-07-23T19:12:19.941Z | Checking macaddr v1.0.1 |
2174 | 2025-07-23T19:12:20.015Z | Checking tokio-rustls v0.25.0 |
2175 | 2025-07-23T19:12:20.218Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2176 | 2025-07-23T19:12:20.310Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2177 | 2025-07-23T19:12:20.721Z | Compiling test-strategy v0.4.3 |
2178 | 2025-07-23T19:12:20.957Z | Checking instant v0.1.13 |
2179 | 2025-07-23T19:12:21.013Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2180 | 2025-07-23T19:12:21.143Z | Checking progenitor-client v0.9.1 |
2181 | 2025-07-23T19:12:21.214Z | Checking backoff v0.4.0 |
2182 | 2025-07-23T19:12:21.514Z | Checking iddqd v0.3.9 |
2183 | 2025-07-23T19:12:21.632Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2184 | 2025-07-23T19:12:21.670Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2185 | 2025-07-23T19:12:21.870Z | Checking parse-display v0.10.0 |
2186 | 2025-07-23T19:12:22.084Z | Checking camino-tempfile v1.4.1 |
2187 | 2025-07-23T19:12:22.192Z | Checking unicode-width v0.1.14 |
2188 | 2025-07-23T19:12:22.431Z | Compiling proc-macro-error v1.0.4 |
2189 | 2025-07-23T19:12:22.740Z | Compiling proc-macro-crate v1.3.1 |
2190 | 2025-07-23T19:12:22.794Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2191 | 2025-07-23T19:12:23.051Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2192 | 2025-07-23T19:12:23.174Z | Checking tabwriter v1.4.0 |
2193 | 2025-07-23T19:12:23.228Z | Compiling foreign-types-macros v0.2.3 |
2194 | 2025-07-23T19:12:23.331Z | Checking foreign-types-shared v0.3.1 |
2195 | 2025-07-23T19:12:23.523Z | Checking cstr-argument v0.1.2 |
2196 | 2025-07-23T19:12:23.618Z | Compiling num_enum_derive v0.5.11 |
2197 | 2025-07-23T19:12:23.687Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2198 | 2025-07-23T19:12:23.758Z | Checking pretty-hex v0.2.1 |
2199 | 2025-07-23T19:12:23.812Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2200 | 2025-07-23T19:12:24.002Z | Checking colored v2.2.0 |
2201 | 2025-07-23T19:12:24.237Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#ef54b566) |
2202 | 2025-07-23T19:12:24.309Z | Checking smf v0.2.3 |
2203 | 2025-07-23T19:12:24.390Z | Checking itertools v0.14.0 |
2204 | 2025-07-23T19:12:24.448Z | Checking crossbeam-deque v0.8.5 |
2205 | 2025-07-23T19:12:24.492Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2206 | 2025-07-23T19:12:24.542Z | Checking foreign-types v0.5.0 |
2207 | 2025-07-23T19:12:24.717Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2208 | 2025-07-23T19:12:24.722Z | Compiling rayon-core v1.12.1 |
2209 | 2025-07-23T19:12:24.826Z | Checking base64 v0.21.7 |
2210 | 2025-07-23T19:12:24.829Z | Checking atomicwrites v0.4.4 |
2211 | 2025-07-23T19:12:24.938Z | Compiling typify-impl v0.4.1 |
2212 | 2025-07-23T19:12:25.074Z | Compiling crucible-workspace-hack v0.1.0 |
2213 | 2025-07-23T19:12:25.134Z | Compiling darling_core v0.21.0 |
2214 | 2025-07-23T19:12:25.357Z | Checking glob v0.3.2 |
2215 | 2025-07-23T19:12:25.664Z | Checking num_enum v0.5.11 |
2216 | 2025-07-23T19:12:25.896Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2217 | 2025-07-23T19:12:25.952Z | Checking rayon v1.10.0 |
2218 | 2025-07-23T19:12:26.910Z | Compiling heapless v0.8.0 |
2219 | 2025-07-23T19:12:27.926Z | Checking hash32 v0.3.1 |
2220 | 2025-07-23T19:12:28.193Z | Compiling smoltcp v0.11.0 |
2221 | 2025-07-23T19:12:28.511Z | Checking same-file v1.0.6 |
2222 | 2025-07-23T19:12:28.713Z | Checking cobs v0.2.3 |
2223 | 2025-07-23T19:12:28.764Z | Checking walkdir v2.5.0 |
2224 | 2025-07-23T19:12:28.942Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2225 | 2025-07-23T19:12:28.995Z | Checking postcard v1.0.10 |
2226 | 2025-07-23T19:12:29.113Z | Checking sigpipe v0.1.3 |
2227 | 2025-07-23T19:12:29.295Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2228 | 2025-07-23T19:12:29.453Z | Checking jiff v0.2.15 |
2229 | 2025-07-23T19:12:29.562Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2230 | 2025-07-23T19:12:29.636Z | Compiling zone_cfg_derive v0.3.0 |
2231 | 2025-07-23T19:12:29.745Z | Compiling typify-macro v0.3.0 |
2232 | 2025-07-23T19:12:29.815Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2233 | 2025-07-23T19:12:30.203Z | Checking itertools v0.12.1 |
2234 | 2025-07-23T19:12:30.441Z | Compiling num-derive v0.4.2 |
2235 | 2025-07-23T19:12:31.012Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2236 | 2025-07-23T19:12:31.078Z | Compiling darling_macro v0.21.0 |
2237 | 2025-07-23T19:12:31.505Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2238 | 2025-07-23T19:12:31.842Z | Compiling convert_case v0.4.0 |
2239 | 2025-07-23T19:12:32.008Z | Checking utf-8 v0.7.6 |
2240 | 2025-07-23T19:12:32.059Z | Compiling darling v0.21.0 |
2241 | 2025-07-23T19:12:32.231Z | Compiling ingot-macros v0.1.1 |
2242 | 2025-07-23T19:12:32.282Z | Checking tokio-dtrace v0.1.0 |
2243 | 2025-07-23T19:12:32.631Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2244 | 2025-07-23T19:12:32.682Z | Compiling derive_more v0.99.20 |
2245 | 2025-07-23T19:12:32.686Z | Checking oxide-tokio-rt v0.1.2 |
2246 | 2025-07-23T19:12:32.775Z | Checking zone v0.3.1 |
2247 | 2025-07-23T19:12:33.016Z | Checking half v2.4.1 |
2248 | 2025-07-23T19:12:33.098Z | Checking ciborium-io v0.2.2 |
2249 | 2025-07-23T19:12:33.293Z | Checking tungstenite v0.21.0 |
2250 | 2025-07-23T19:12:33.522Z | Checking ciborium-ll v0.2.2 |
2251 | 2025-07-23T19:12:33.587Z | Checking pem v3.0.5 |
2252 | 2025-07-23T19:12:33.808Z | Compiling typify v0.3.0 |
2253 | 2025-07-23T19:12:33.945Z | Checking ciborium v0.2.2 |
2254 | 2025-07-23T19:12:34.028Z | Compiling progenitor-impl v0.9.1 |
2255 | 2025-07-23T19:12:34.178Z | Checking tokio-tungstenite v0.21.0 |
2256 | 2025-07-23T19:12:34.763Z | Checking newline-converter v0.3.0 |
2257 | 2025-07-23T19:12:34.949Z | Checking num-rational v0.4.2 |
2258 | 2025-07-23T19:12:35.004Z | Checking expectorate v1.2.0 |
2259 | 2025-07-23T19:12:35.282Z | Checking num-complex v0.4.6 |
2260 | 2025-07-23T19:12:35.395Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2261 | 2025-07-23T19:12:35.645Z | Checking indent_write v2.2.0 |
2262 | 2025-07-23T19:12:35.787Z | Checking float-ord v0.3.2 |
2263 | 2025-07-23T19:12:35.925Z | Checking secrecy v0.10.3 |
2264 | 2025-07-23T19:12:36.010Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2265 | 2025-07-23T19:12:36.064Z | Checking swrite v0.1.0 |
2266 | 2025-07-23T19:12:36.159Z | Checking num v0.4.3 |
2267 | 2025-07-23T19:12:36.213Z | Checking bytecount v0.6.8 |
2268 | 2025-07-23T19:12:36.264Z | Checking fixedbitset v0.5.7 |
2269 | 2025-07-23T19:12:36.325Z | Checking xattr v1.3.1 |
2270 | 2025-07-23T19:12:36.381Z | Checking filetime v0.2.25 |
2271 | 2025-07-23T19:12:36.445Z | Checking arc-swap v1.7.1 |
2272 | 2025-07-23T19:12:36.632Z | Checking password-hash v0.5.0 |
2273 | 2025-07-23T19:12:36.710Z | Checking tar v0.4.44 |
2274 | 2025-07-23T19:12:36.760Z | Checking petgraph v0.8.2 |
2275 | 2025-07-23T19:12:36.962Z | Checking slog-scope v4.4.0 |
2276 | 2025-07-23T19:12:37.169Z | Checking blake2 v0.10.6 |
2277 | 2025-07-23T19:12:37.242Z | Checking slog-stdlog v4.1.1 |
2278 | 2025-07-23T19:12:37.471Z | Checking slog-envlogger v2.2.0 |
2279 | 2025-07-23T19:12:37.566Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2280 | 2025-07-23T19:12:37.688Z | Checking argon2 v0.5.3 |
2281 | 2025-07-23T19:12:37.758Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2282 | 2025-07-23T19:12:38.412Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2283 | 2025-07-23T19:12:38.506Z | Compiling cancel-safe-futures v0.1.5 |
2284 | 2025-07-23T19:12:38.587Z | Compiling owo-colors v4.2.2 |
2285 | 2025-07-23T19:12:38.850Z | Checking libsw-core v0.3.1 |
2286 | 2025-07-23T19:12:38.956Z | Checking ingot-types v0.1.2 |
2287 | 2025-07-23T19:12:38.956Z | Checking linear-map v1.2.0 |
2288 | 2025-07-23T19:12:39.102Z | Compiling typify-macro v0.4.1 |
2289 | 2025-07-23T19:12:39.151Z | Checking libsw v3.5.0 |
2290 | 2025-07-23T19:12:39.316Z | Compiling async-recursion v1.1.1 |
2291 | 2025-07-23T19:12:39.444Z | Compiling typify-impl v0.2.0 |
2292 | 2025-07-23T19:12:39.512Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
2293 | 2025-07-23T19:12:39.830Z | Checking ingot v0.1.1 |
2294 | 2025-07-23T19:12:40.273Z | Checking prettyplease v0.2.35 |
2295 | 2025-07-23T19:12:40.474Z | Compiling progenitor-macro v0.9.1 |
2296 | 2025-07-23T19:12:41.149Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2297 | 2025-07-23T19:12:42.844Z | Checking headers-core v0.3.0 |
2298 | 2025-07-23T19:12:43.062Z | Compiling typify v0.4.1 |
2299 | 2025-07-23T19:12:43.307Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2300 | 2025-07-23T19:12:43.360Z | Compiling progenitor-impl v0.10.0 |
2301 | 2025-07-23T19:12:45.962Z | Checking headers v0.4.1 |
2302 | 2025-07-23T19:12:45.982Z | Checking papergrid v0.11.0 |
2303 | 2025-07-23T19:12:45.982Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2304 | 2025-07-23T19:12:47.102Z | Compiling tabled_derive v0.7.0 |
2305 | 2025-07-23T19:12:47.685Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2306 | 2025-07-23T19:12:50.100Z | Compiling progenitor-macro v0.10.0 |
2307 | 2025-07-23T19:12:50.726Z | Checking tabled v0.15.0 |
2308 | 2025-07-23T19:12:53.246Z | Checking progenitor v0.9.1 |
2309 | 2025-07-23T19:12:53.355Z | Checking globset v0.4.15 |
2310 | 2025-07-23T19:12:53.453Z | Compiling typify-macro v0.2.0 |
2311 | 2025-07-23T19:12:53.526Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
2312 | 2025-07-23T19:12:56.634Z | Compiling lzma-sys v0.1.20 |
2313 | 2025-07-23T19:12:57.352Z | Checking highway v1.3.0 |
2314 | 2025-07-23T19:12:57.420Z | Compiling typify v0.2.0 |
2315 | 2025-07-23T19:12:57.650Z | Compiling progenitor-impl v0.8.0 |
2316 | 2025-07-23T19:12:58.164Z | Checking progenitor-client v0.8.0 |
2317 | 2025-07-23T19:12:58.460Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2318 | 2025-07-23T19:12:58.600Z | Compiling heck v0.3.3 |
2319 | 2025-07-23T19:12:59.749Z | Compiling zone_cfg_derive v0.1.2 |
2320 | 2025-07-23T19:13:00.040Z | Checking resolv-conf v0.7.0 |
2321 | 2025-07-23T19:13:00.441Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2322 | 2025-07-23T19:13:00.732Z | Checking yasna v0.5.2 |
2323 | 2025-07-23T19:13:00.793Z | Checking base64 v0.13.1 |
2324 | 2025-07-23T19:13:01.139Z | Checking number_prefix v0.4.0 |
2325 | 2025-07-23T19:13:01.264Z | Checking ron v0.7.1 |
2326 | 2025-07-23T19:13:01.411Z | Checking indicatif v0.17.11 |
2327 | 2025-07-23T19:13:01.635Z | Checking rcgen v0.12.1 |
2328 | 2025-07-23T19:13:02.180Z | Checking zone v0.1.8 |
2329 | 2025-07-23T19:13:02.392Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2330 | 2025-07-23T19:13:02.445Z | Checking xz2 v0.1.7 |
2331 | 2025-07-23T19:13:02.710Z | Checking progenitor v0.10.0 |
2332 | 2025-07-23T19:13:02.885Z | Compiling pin-project-internal v1.1.6 |
2333 | 2025-07-23T19:13:02.940Z | Checking subprocess v0.2.9 |
2334 | 2025-07-23T19:13:02.996Z | Compiling snafu-derive v0.8.5 |
2335 | 2025-07-23T19:13:03.102Z | Checking olpc-cjson v0.1.4 |
2336 | 2025-07-23T19:13:03.394Z | Checking serde_plain v1.0.2 |
2337 | 2025-07-23T19:13:03.579Z | Checking typed-path v0.9.3 |
2338 | 2025-07-23T19:13:03.727Z | Checking smawk v0.3.2 |
2339 | 2025-07-23T19:13:03.999Z | Checking unicode-linebreak v0.1.5 |
2340 | 2025-07-23T19:13:04.097Z | Compiling progenitor-macro v0.8.0 |
2341 | 2025-07-23T19:13:04.510Z | Checking textwrap v0.16.2 |
2342 | 2025-07-23T19:13:05.007Z | Checking universal-hash v0.5.1 |
2343 | 2025-07-23T19:13:05.276Z | Checking opaque-debug v0.3.1 |
2344 | 2025-07-23T19:13:05.443Z | Checking humantime v2.2.0 |
2345 | 2025-07-23T19:13:05.496Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
2346 | 2025-07-23T19:13:05.615Z | Checking pin-project v1.1.6 |
2347 | 2025-07-23T19:13:05.774Z | Checking aead v0.5.2 |
2348 | 2025-07-23T19:13:05.827Z | Compiling semver v0.1.20 |
2349 | 2025-07-23T19:13:05.830Z | Checking poly1305 v0.8.0 |
2350 | 2025-07-23T19:13:06.073Z | Checking chacha20 v0.9.1 |
2351 | 2025-07-23T19:13:06.474Z | Compiling rustc_version v0.1.7 |
2352 | 2025-07-23T19:13:06.527Z | Checking linked-hash-map v0.5.6 |
2353 | 2025-07-23T19:13:06.575Z | Checking hickory-proto v0.24.4 |
2354 | 2025-07-23T19:13:06.928Z | Checking lru-cache v0.1.2 |
2355 | 2025-07-23T19:13:06.982Z | Compiling newtype_derive v0.1.6 |
2356 | 2025-07-23T19:13:07.188Z | Compiling thiserror-impl-no-std v2.0.2 |
2357 | 2025-07-23T19:13:07.679Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2358 | 2025-07-23T19:13:07.833Z | Checking snafu v0.8.5 |
2359 | 2025-07-23T19:13:08.176Z | Checking chacha20poly1305 v0.10.1 |
2360 | 2025-07-23T19:13:08.370Z | Checking tough v0.20.0 |
2361 | 2025-07-23T19:13:08.438Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2362 | 2025-07-23T19:13:09.895Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
2363 | 2025-07-23T19:13:09.949Z | Checking thiserror-no-std v2.0.2 |
2364 | 2025-07-23T19:13:10.137Z | Checking vsss-rs v3.3.4 |
2365 | 2025-07-23T19:13:10.622Z | Checking steno v0.4.1 |
2366 | 2025-07-23T19:13:10.849Z | Checking hickory-resolver v0.24.4 |
2367 | 2025-07-23T19:13:11.181Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2368 | 2025-07-23T19:13:11.873Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2369 | 2025-07-23T19:13:12.388Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2370 | 2025-07-23T19:13:12.448Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2371 | 2025-07-23T19:13:12.894Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2372 | 2025-07-23T19:13:12.951Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2373 | 2025-07-23T19:13:13.107Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2374 | 2025-07-23T19:13:13.290Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2375 | 2025-07-23T19:13:14.984Z | Checking qorb v0.4.0 |
2376 | 2025-07-23T19:13:16.018Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2377 | 2025-07-23T19:13:16.221Z | Compiling moka v0.12.10 |
2378 | 2025-07-23T19:13:16.260Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2379 | 2025-07-23T19:13:16.419Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2380 | 2025-07-23T19:13:16.681Z | Checking tagptr v0.2.0 |
2381 | 2025-07-23T19:13:16.800Z | Checking progenitor v0.8.0 |
2382 | 2025-07-23T19:13:17.092Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2383 | 2025-07-23T19:13:17.147Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2384 | 2025-07-23T19:13:17.285Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2385 | 2025-07-23T19:13:17.980Z | Compiling slog-dtrace v0.3.0 |
2386 | 2025-07-23T19:13:18.346Z | Checking hickory-resolver v0.25.2 |
2387 | 2025-07-23T19:13:18.746Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2388 | 2025-07-23T19:13:18.897Z | Checking display-error-chain v0.2.2 |
2389 | 2025-07-23T19:13:18.975Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2390 | 2025-07-23T19:13:19.141Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2391 | 2025-07-23T19:13:20.150Z | Checking gethostname v0.5.0 |
2392 | 2025-07-23T19:13:20.338Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2393 | 2025-07-23T19:13:20.466Z | Checking itertools v0.13.0 |
2394 | 2025-07-23T19:13:20.523Z | Checking nibble_vec v0.1.0 |
2395 | 2025-07-23T19:13:20.802Z | Checking endian-type v0.1.2 |
2396 | 2025-07-23T19:13:20.933Z | Compiling radium v0.7.0 |
2397 | 2025-07-23T19:13:21.088Z | Checking radix_trie v0.2.1 |
2398 | 2025-07-23T19:13:21.127Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2399 | 2025-07-23T19:13:21.255Z | Compiling libefi-sys v0.1.0 |
2400 | 2025-07-23T19:13:21.455Z | Checking termcolor v1.4.1 |
2401 | 2025-07-23T19:13:21.650Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2402 | 2025-07-23T19:13:21.780Z | Compiling zerocopy-derive v0.6.6 |
2403 | 2025-07-23T19:13:21.949Z | Compiling bitfield-struct v0.6.2 |
2404 | 2025-07-23T19:13:22.154Z | Checking tap v1.0.1 |
2405 | 2025-07-23T19:13:22.373Z | Compiling maybe-uninit v2.0.0 |
2406 | 2025-07-23T19:13:22.431Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2407 | 2025-07-23T19:13:22.484Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2408 | 2025-07-23T19:13:22.901Z | Checking wyz v0.5.1 |
2409 | 2025-07-23T19:13:23.385Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2410 | 2025-07-23T19:13:23.601Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2411 | 2025-07-23T19:13:23.652Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2412 | 2025-07-23T19:13:23.698Z | Checking zerocopy v0.6.6 |
2413 | 2025-07-23T19:13:23.753Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2414 | 2025-07-23T19:13:23.929Z | Checking crc-catalog v2.4.0 |
2415 | 2025-07-23T19:13:23.981Z | Compiling packed_struct v0.10.1 |
2416 | 2025-07-23T19:13:24.032Z | Checking funty v2.0.0 |
2417 | 2025-07-23T19:13:24.160Z | Checking crc v3.2.1 |
2418 | 2025-07-23T19:13:24.643Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2419 | 2025-07-23T19:13:24.883Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2420 | 2025-07-23T19:13:24.936Z | Checking bitvec v1.0.1 |
2421 | 2025-07-23T19:13:25.240Z | Compiling packed_struct_codegen v0.10.1 |
2422 | 2025-07-23T19:13:25.354Z | Compiling indexmap v1.9.3 |
2423 | 2025-07-23T19:13:25.592Z | Checking nodrop v0.1.14 |
2424 | 2025-07-23T19:13:25.814Z | Checking array-init v0.0.4 |
2425 | 2025-07-23T19:13:25.882Z | Checking smallvec v0.6.14 |
2426 | 2025-07-23T19:13:26.315Z | Checking termtree v0.5.1 |
2427 | 2025-07-23T19:13:26.627Z | Checking bitfield v0.14.0 |
2428 | 2025-07-23T19:13:26.785Z | Checking hashbrown v0.12.3 |
2429 | 2025-07-23T19:13:26.983Z | Checking serde-hex v0.1.0 |
2430 | 2025-07-23T19:13:27.030Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2431 | 2025-07-23T19:13:27.254Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2432 | 2025-07-23T19:13:27.760Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2433 | 2025-07-23T19:13:28.053Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2434 | 2025-07-23T19:13:28.109Z | Checking env_logger v0.10.2 |
2435 | 2025-07-23T19:13:28.397Z | Checking ron v0.8.1 |
2436 | 2025-07-23T19:13:28.576Z | Checking hashbrown v0.13.2 |
2437 | 2025-07-23T19:13:28.907Z | Compiling proc-macro-error-attr2 v2.0.0 |
2438 | 2025-07-23T19:13:29.536Z | Checking crc-any v2.5.0 |
2439 | 2025-07-23T19:13:29.603Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2440 | 2025-07-23T19:13:29.746Z | Compiling proc-macro-error2 v2.0.1 |
2441 | 2025-07-23T19:13:29.929Z | Checking object v0.30.4 |
2442 | 2025-07-23T19:13:29.979Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2443 | 2025-07-23T19:13:30.367Z | Checking maplit v1.0.2 |
2444 | 2025-07-23T19:13:30.543Z | Checking path-slash v0.1.5 |
2445 | 2025-07-23T19:13:30.752Z | Compiling tabled_derive v0.10.0 |
2446 | 2025-07-23T19:13:31.110Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
2447 | 2025-07-23T19:13:33.559Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2448 | 2025-07-23T19:13:33.592Z | Checking papergrid v0.14.0 |
2449 | 2025-07-23T19:13:33.823Z | Compiling num-derive v0.3.3 |
2450 | 2025-07-23T19:13:34.104Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2451 | 2025-07-23T19:13:35.113Z | Checking tabled v0.18.0 |
2452 | 2025-07-23T19:13:35.944Z | Checking libscf-sys v1.1.0 |
2453 | 2025-07-23T19:13:36.231Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2454 | 2025-07-23T19:13:36.792Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2455 | 2025-07-23T19:13:36.995Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2456 | 2025-07-23T19:13:37.526Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2457 | 2025-07-23T19:13:37.888Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2458 | 2025-07-23T19:13:37.949Z | Compiling xshell-macros v0.2.7 |
2459 | 2025-07-23T19:13:38.227Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
2460 | 2025-07-23T19:13:38.414Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2461 | 2025-07-23T19:13:38.528Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
2462 | 2025-07-23T19:13:38.682Z | Checking fxhash v0.2.1 |
2463 | 2025-07-23T19:13:38.757Z | Checking xshell v0.2.7 |
2464 | 2025-07-23T19:13:38.809Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2465 | 2025-07-23T19:13:38.930Z | Checking crc8 v0.1.1 |
2466 | 2025-07-23T19:13:39.132Z | Compiling vte_generate_state_changes v0.1.2 |
2467 | 2025-07-23T19:13:39.179Z | Checking fd-lock v4.0.2 |
2468 | 2025-07-23T19:13:39.182Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2469 | 2025-07-23T19:13:39.447Z | Compiling const_format_proc_macros v0.2.34 |
2470 | 2025-07-23T19:13:39.794Z | Checking vte v0.11.1 |
2471 | 2025-07-23T19:13:40.536Z | Checking nu-ansi-term v0.50.1 |
2472 | 2025-07-23T19:13:40.811Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
2473 | 2025-07-23T19:13:41.050Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#ef54b566) |
2474 | 2025-07-23T19:13:41.313Z | Checking strip-ansi-escapes v0.2.0 |
2475 | 2025-07-23T19:13:41.377Z | Checking const_format v0.2.34 |
2476 | 2025-07-23T19:13:41.539Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
2477 | 2025-07-23T19:13:41.596Z | Checking reedline v0.40.0 |
2478 | 2025-07-23T19:13:41.600Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2479 | 2025-07-23T19:13:41.914Z | Checking kstat-rs v0.2.4 |
2480 | 2025-07-23T19:13:41.968Z | Checking home v0.5.9 |
2481 | 2025-07-23T19:13:42.052Z | Checking half v1.8.3 |
2482 | 2025-07-23T19:13:42.185Z | Compiling nix v0.30.1 |
2483 | 2025-07-23T19:13:42.264Z | Compiling dsl_auto_type v0.1.2 |
2484 | 2025-07-23T19:13:42.319Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2485 | 2025-07-23T19:13:42.523Z | Checking serde_cbor v0.11.2 |
2486 | 2025-07-23T19:13:42.629Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2487 | 2025-07-23T19:13:42.717Z | Checking scheduled-thread-pool v0.2.7 |
2488 | 2025-07-23T19:13:43.011Z | Compiling diesel_table_macro_syntax v0.2.0 |
2489 | 2025-07-23T19:13:43.125Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2490 | 2025-07-23T19:13:43.449Z | Checking r2d2 v0.8.10 |
2491 | 2025-07-23T19:13:43.500Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2492 | 2025-07-23T19:13:43.613Z | Compiling diesel_derives v2.2.3 |
2493 | 2025-07-23T19:13:43.824Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2494 | 2025-07-23T19:13:44.017Z | Compiling cfg_aliases v0.1.1 |
2495 | 2025-07-23T19:13:44.201Z | Compiling parking_lot_core v0.8.6 |
2496 | 2025-07-23T19:13:44.255Z | Compiling crunchy v0.2.2 |
2497 | 2025-07-23T19:13:44.340Z | Compiling nix v0.28.0 |
2498 | 2025-07-23T19:13:44.423Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2499 | 2025-07-23T19:13:44.575Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2500 | 2025-07-23T19:13:44.769Z | Checking bcs v0.1.6 |
2501 | 2025-07-23T19:13:44.899Z | Checking nanorand v0.7.0 |
2502 | 2025-07-23T19:13:45.091Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2503 | 2025-07-23T19:13:45.145Z | Checking siphasher v1.0.1 |
2504 | 2025-07-23T19:13:45.296Z | Compiling tiny-keccak v2.0.2 |
2505 | 2025-07-23T19:13:45.349Z | Checking flume v0.11.1 |
2506 | 2025-07-23T19:13:45.523Z | Checking phf_shared v0.12.1 |
2507 | 2025-07-23T19:13:45.776Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2508 | 2025-07-23T19:13:45.847Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2509 | 2025-07-23T19:13:45.900Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2510 | 2025-07-23T19:13:46.030Z | Compiling bit-vec v0.6.3 |
2511 | 2025-07-23T19:13:46.200Z | Compiling chrono-tz v0.10.4 |
2512 | 2025-07-23T19:13:46.462Z | Compiling bit-set v0.5.3 |
2513 | 2025-07-23T19:13:46.563Z | Checking parking_lot v0.11.2 |
2514 | 2025-07-23T19:13:46.730Z | Checking phf v0.12.1 |
2515 | 2025-07-23T19:13:46.985Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2516 | 2025-07-23T19:13:47.046Z | Compiling ascii-canvas v3.0.0 |
2517 | 2025-07-23T19:13:47.540Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2518 | 2025-07-23T19:13:47.590Z | Checking prefix-trie v0.7.0 |
2519 | 2025-07-23T19:13:47.846Z | Compiling peg-macros v0.8.5 |
2520 | 2025-07-23T19:13:47.928Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2521 | 2025-07-23T19:13:48.289Z | Compiling ena v0.14.3 |
2522 | 2025-07-23T19:13:48.538Z | Compiling sqlparser_derive v0.2.2 |
2523 | 2025-07-23T19:13:48.754Z | Compiling diff v0.1.13 |
2524 | 2025-07-23T19:13:49.019Z | Compiling regex-syntax v0.6.29 |
2525 | 2025-07-23T19:13:49.305Z | Checking unicode_categories v0.1.1 |
2526 | 2025-07-23T19:13:49.390Z | Compiling bindgen v0.71.1 |
2527 | 2025-07-23T19:13:49.638Z | Checking sqlparser v0.45.0 |
2528 | 2025-07-23T19:13:49.700Z | Checking sqlformat v0.3.5 |
2529 | 2025-07-23T19:13:50.113Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2530 | 2025-07-23T19:13:50.452Z | Checking rustyline v14.0.0 |
2531 | 2025-07-23T19:13:50.720Z | Checking hickory-server v0.25.2 |
2532 | 2025-07-23T19:13:51.119Z | Checking peg v0.8.5 |
2533 | 2025-07-23T19:13:52.114Z | Checking sled v0.34.7 |
2534 | 2025-07-23T19:13:53.638Z | Compiling lalrpop v0.19.12 |
2535 | 2025-07-23T19:13:54.237Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2536 | 2025-07-23T19:13:54.447Z | Checking diesel v2.2.11 |
2537 | 2025-07-23T19:13:54.994Z | Checking hickory-client v0.25.2 |
2538 | 2025-07-23T19:13:55.518Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2539 | 2025-07-23T19:13:56.097Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2540 | 2025-07-23T19:13:57.566Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2541 | 2025-07-23T19:13:58.289Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
2542 | 2025-07-23T19:13:58.626Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2543 | 2025-07-23T19:13:59.026Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2544 | 2025-07-23T19:13:59.475Z | Compiling derive_builder_core v0.20.2 |
2545 | 2025-07-23T19:13:59.598Z | Compiling libxml v0.3.3 |
2546 | 2025-07-23T19:14:00.261Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2547 | 2025-07-23T19:14:01.128Z | Compiling strum_macros v0.24.3 |
2548 | 2025-07-23T19:14:01.606Z | Compiling derive_builder_macro v0.20.2 |
2549 | 2025-07-23T19:14:02.022Z | Compiling unicase v2.7.0 |
2550 | 2025-07-23T19:14:02.429Z | Compiling indoc v1.0.9 |
2551 | 2025-07-23T19:14:02.544Z | Checking derive_builder v0.20.2 |
2552 | 2025-07-23T19:14:03.328Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2553 | 2025-07-23T19:14:04.114Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2554 | 2025-07-23T19:14:04.241Z | Checking quick-xml v0.37.2 |
2555 | 2025-07-23T19:14:04.297Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2556 | 2025-07-23T19:14:04.503Z | Compiling impl-trait-for-tuples v0.2.2 |
2557 | 2025-07-23T19:14:04.548Z | Compiling oso-derive v0.27.3 |
2558 | 2025-07-23T19:14:05.621Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2559 | 2025-07-23T19:14:06.203Z | Checking primeorder v0.13.6 |
2560 | 2025-07-23T19:14:06.338Z | Checking assert_matches v1.5.0 |
2561 | 2025-07-23T19:14:06.535Z | Compiling mime_guess v2.0.5 |
2562 | 2025-07-23T19:14:06.739Z | Checking signal-hook-tokio v0.3.1 |
2563 | 2025-07-23T19:14:07.001Z | Compiling diesel-dtrace v0.4.2 |
2564 | 2025-07-23T19:14:07.367Z | Checking http-range v0.1.5 |
2565 | 2025-07-23T19:14:07.634Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
2566 | 2025-07-23T19:14:07.842Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2567 | 2025-07-23T19:14:07.905Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
2568 | 2025-07-23T19:14:08.303Z | Checking bb8 v0.8.5 |
2569 | 2025-07-23T19:14:08.844Z | Checking atty v0.2.14 |
2570 | 2025-07-23T19:14:09.049Z | Compiling salty v0.3.0 |
2571 | 2025-07-23T19:14:09.649Z | Checking p384 v0.13.1 |
2572 | 2025-07-23T19:14:10.011Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2573 | 2025-07-23T19:14:10.667Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2574 | 2025-07-23T19:14:10.929Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2575 | 2025-07-23T19:14:11.291Z | Checking tungstenite v0.23.0 |
2576 | 2025-07-23T19:14:11.416Z | Checking hyper-staticfile v0.10.1 |
2577 | 2025-07-23T19:14:11.896Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2578 | 2025-07-23T19:14:12.003Z | Checking predicates-tree v1.0.12 |
2579 | 2025-07-23T19:14:12.202Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
2580 | 2025-07-23T19:14:12.257Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#bb4a08dd) |
2581 | 2025-07-23T19:14:12.262Z | Checking tokio-tungstenite v0.23.1 |
2582 | 2025-07-23T19:14:12.412Z | Checking env_filter v0.1.2 |
2583 | 2025-07-23T19:14:12.464Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
2584 | 2025-07-23T19:14:12.714Z | Checking void v1.0.2 |
2585 | 2025-07-23T19:14:12.839Z | Checking env_logger v0.11.8 |
2586 | 2025-07-23T19:14:12.944Z | Checking lzss v0.8.2 |
2587 | 2025-07-23T19:14:13.018Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2588 | 2025-07-23T19:14:13.238Z | Checking nix v0.27.1 |
2589 | 2025-07-23T19:14:13.326Z | Checking serde_bytes v0.11.17 |
2590 | 2025-07-23T19:14:13.380Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=7b63ccb979288408fb772aa6d15f4a324497c754#7b63ccb9) |
2591 | 2025-07-23T19:14:13.388Z | Checking corncobs v0.1.3 |
2592 | 2025-07-23T19:14:13.641Z | Checking attest-data v0.4.0 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc) |
2593 | 2025-07-23T19:14:13.691Z | Checking dice-mfg-msgs v0.2.1 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc) |
2594 | 2025-07-23T19:14:13.742Z | Checking secrecy v0.8.0 |
2595 | 2025-07-23T19:14:13.921Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2596 | 2025-07-23T19:14:14.005Z | Checking ignore v0.4.23 |
2597 | 2025-07-23T19:14:14.253Z | Compiling fs-err v2.11.0 |
2598 | 2025-07-23T19:14:14.358Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc) |
2599 | 2025-07-23T19:14:14.859Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2600 | 2025-07-23T19:14:14.912Z | Checking globwalk v0.9.1 |
2601 | 2025-07-23T19:14:15.289Z | Checking camino-tempfile-ext v0.3.2 |
2602 | 2025-07-23T19:14:16.088Z | Checking parse-size v1.1.0 |
2603 | 2025-07-23T19:14:16.149Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
2604 | 2025-07-23T19:14:16.350Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#ef54b566) |
2605 | 2025-07-23T19:14:17.058Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2606 | 2025-07-23T19:14:17.282Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2607 | 2025-07-23T19:14:17.385Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2608 | 2025-07-23T19:14:18.007Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2609 | 2025-07-23T19:14:18.123Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2610 | 2025-07-23T19:14:18.421Z | Checking rand_seeder v0.3.0 |
2611 | 2025-07-23T19:14:18.760Z | Checking csv-core v0.1.11 |
2612 | 2025-07-23T19:14:19.190Z | Checking csv v1.3.1 |
2613 | 2025-07-23T19:14:19.634Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2614 | 2025-07-23T19:14:19.775Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2615 | 2025-07-23T19:14:20.030Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2616 | 2025-07-23T19:14:20.123Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2617 | 2025-07-23T19:14:20.473Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2618 | 2025-07-23T19:14:21.205Z | Checking yansi v1.0.1 |
2619 | 2025-07-23T19:14:21.504Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2620 | 2025-07-23T19:14:21.568Z | Checking pretty_assertions v1.4.1 |
2621 | 2025-07-23T19:14:21.782Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2622 | 2025-07-23T19:14:21.856Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2623 | 2025-07-23T19:14:22.089Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2624 | 2025-07-23T19:14:22.174Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2625 | 2025-07-23T19:14:23.294Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2626 | 2025-07-23T19:14:23.839Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2627 | 2025-07-23T19:14:24.079Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2628 | 2025-07-23T19:14:24.518Z | Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
2629 | 2025-07-23T19:14:24.731Z | Checking async-bb8-diesel v0.2.1 |
2630 | 2025-07-23T19:14:25.359Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2631 | 2025-07-23T19:14:25.413Z | Checking is_ci v1.2.0 |
2632 | 2025-07-23T19:14:25.562Z | Compiling indoc v2.0.6 |
2633 | 2025-07-23T19:14:25.619Z | Checking supports-color v3.0.2 |
2634 | 2025-07-23T19:14:25.816Z | Checking typeid v1.0.3 |
2635 | 2025-07-23T19:14:25.872Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2636 | 2025-07-23T19:14:26.038Z | Checking castaway v0.2.3 |
2637 | 2025-07-23T19:14:26.267Z | Compiling libz-sys v1.1.20 |
2638 | 2025-07-23T19:14:26.528Z | Checking compact_str v0.8.0 |
2639 | 2025-07-23T19:14:27.190Z | Checking erased-serde v0.4.6 |
2640 | 2025-07-23T19:14:28.079Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2641 | 2025-07-23T19:14:28.149Z | Checking unicode-truncate v1.1.0 |
2642 | 2025-07-23T19:14:28.203Z | Checking console v0.16.0 |
2643 | 2025-07-23T19:14:28.459Z | Checking concurrent-queue v2.5.0 |
2644 | 2025-07-23T19:14:28.677Z | Checking lru v0.12.5 |
2645 | 2025-07-23T19:14:28.858Z | Checking ordered-float v2.10.1 |
2646 | 2025-07-23T19:14:28.910Z | Compiling instability v0.3.2 |
2647 | 2025-07-23T19:14:29.023Z | Checking parking v2.2.1 |
2648 | 2025-07-23T19:14:29.318Z | Checking unit-prefix v0.5.1 |
2649 | 2025-07-23T19:14:29.453Z | Checking cassowary v0.3.0 |
2650 | 2025-07-23T19:14:29.570Z | Checking indicatif v0.18.0 |
2651 | 2025-07-23T19:14:29.931Z | Checking serde-value v0.7.0 |
2652 | 2025-07-23T19:14:29.980Z | Checking ratatui v0.29.0 |
2653 | 2025-07-23T19:14:30.578Z | Checking serde-untagged v0.1.7 |
2654 | 2025-07-23T19:14:30.696Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2655 | 2025-07-23T19:14:30.944Z | Checking cargo-util-schemas v0.2.0 |
2656 | 2025-07-23T19:14:31.716Z | Checking cargo-platform v0.2.0 |
2657 | 2025-07-23T19:14:32.057Z | Checking event-listener v5.3.1 |
2658 | 2025-07-23T19:14:32.550Z | Compiling vergen v8.3.2 |
2659 | 2025-07-23T19:14:32.901Z | Compiling cargo-platform v0.1.8 |
2660 | 2025-07-23T19:14:32.953Z | Checking cargo_metadata v0.20.0 |
2661 | 2025-07-23T19:14:33.211Z | Checking event-listener-strategy v0.5.2 |
2662 | 2025-07-23T19:14:33.528Z | Compiling cargo_metadata v0.18.1 |
2663 | 2025-07-23T19:14:33.608Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2664 | 2025-07-23T19:14:34.926Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2665 | 2025-07-23T19:14:35.660Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2666 | 2025-07-23T19:14:35.861Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2667 | 2025-07-23T19:14:41.128Z | Compiling rustls v0.21.12 |
2668 | 2025-07-23T19:14:41.278Z | Checking plotters-backend v0.3.7 |
2669 | 2025-07-23T19:14:41.278Z | Checking shell-words v1.1.0 |
2670 | 2025-07-23T19:14:41.278Z | Checking plotters-svg v0.3.7 |
2671 | 2025-07-23T19:14:41.278Z | Checking futures-lite v2.3.0 |
2672 | 2025-07-23T19:14:41.278Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2673 | 2025-07-23T19:14:41.278Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2674 | 2025-07-23T19:14:41.278Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2675 | 2025-07-23T19:14:41.278Z | Checking rustls-webpki v0.101.7 |
2676 | 2025-07-23T19:14:41.278Z | Checking sct v0.7.1 |
2677 | 2025-07-23T19:14:41.278Z | Checking cast v0.3.0 |
2678 | 2025-07-23T19:14:41.278Z | Checking plotters v0.3.7 |
2679 | 2025-07-23T19:14:41.278Z | Checking criterion-plot v0.5.0 |
2680 | 2025-07-23T19:14:41.278Z | Checking tinytemplate v1.2.1 |
2681 | 2025-07-23T19:14:41.278Z | Checking anes v0.1.6 |
2682 | 2025-07-23T19:14:41.450Z | Checking oorandom v11.1.4 |
2683 | 2025-07-23T19:14:41.450Z | Checking async-lock v3.4.0 |
2684 | 2025-07-23T19:14:41.450Z | Checking criterion v0.6.0 |
2685 | 2025-07-23T19:14:41.474Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#ef54b566) |
2686 | 2025-07-23T19:14:41.661Z | Checking tokio-rustls v0.24.1 |
2687 | 2025-07-23T19:14:42.045Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2688 | 2025-07-23T19:14:42.233Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2689 | 2025-07-23T19:14:42.287Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2690 | 2025-07-23T19:14:42.334Z | Checking rustls-pemfile v1.0.4 |
2691 | 2025-07-23T19:14:42.620Z | Checking twox-hash v2.1.0 |
2692 | 2025-07-23T19:14:42.673Z | Checking polling v3.7.3 |
2693 | 2025-07-23T19:14:43.054Z | Checking async-io v2.3.4 |
2694 | 2025-07-23T19:14:43.324Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2695 | 2025-07-23T19:14:43.378Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2696 | 2025-07-23T19:14:43.912Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
2697 | 2025-07-23T19:14:43.962Z | Checking fatfs v0.3.6 |
2698 | 2025-07-23T19:14:44.224Z | Checking async-task v4.7.1 |
2699 | 2025-07-23T19:14:44.657Z | Checking hex-literal v0.4.1 |
2700 | 2025-07-23T19:14:44.870Z | Checking async-channel v2.3.1 |
2701 | 2025-07-23T19:14:45.085Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2702 | 2025-07-23T19:14:45.260Z | Checking piper v0.2.4 |
2703 | 2025-07-23T19:14:45.546Z | Checking rtoolbox v0.0.2 |
2704 | 2025-07-23T19:14:45.633Z | Checking futures-timer v3.0.3 |
2705 | 2025-07-23T19:14:45.814Z | Checking rpassword v7.4.0 |
2706 | 2025-07-23T19:14:46.004Z | Checking blocking v1.6.1 |
2707 | 2025-07-23T19:14:46.057Z | Checking async-executor v1.13.1 |
2708 | 2025-07-23T19:14:46.406Z | Checking async-signal v0.2.10 |
2709 | 2025-07-23T19:14:46.483Z | Checking tui-tree-widget v0.23.1 |
2710 | 2025-07-23T19:14:46.753Z | Checking polyval v0.6.2 |
2711 | 2025-07-23T19:14:46.871Z | Checking event-listener v2.5.3 |
2712 | 2025-07-23T19:14:47.070Z | Checking ghash v0.5.1 |
2713 | 2025-07-23T19:14:47.143Z | Checking async-channel v1.9.0 |
2714 | 2025-07-23T19:14:47.306Z | Checking async-process v2.3.0 |
2715 | 2025-07-23T19:14:47.479Z | Checking async-global-executor v2.4.1 |
2716 | 2025-07-23T19:14:47.758Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2717 | 2025-07-23T19:14:47.845Z | Checking ctr v0.9.2 |
2718 | 2025-07-23T19:14:48.224Z | Checking kv-log-macro v1.0.7 |
2719 | 2025-07-23T19:14:48.420Z | Compiling async-attributes v1.1.2 |
2720 | 2025-07-23T19:14:48.470Z | Checking constant_time_eq v0.3.1 |
2721 | 2025-07-23T19:14:48.671Z | Checking arrayvec v0.7.6 |
2722 | 2025-07-23T19:14:49.075Z | Checking arrayref v0.3.9 |
2723 | 2025-07-23T19:14:49.254Z | Checking aes-gcm v0.10.3 |
2724 | 2025-07-23T19:14:49.313Z | Checking async-std v1.13.0 |
2725 | 2025-07-23T19:14:49.538Z | Checking ssh-encoding v0.2.0 |
2726 | 2025-07-23T19:14:49.963Z | Checking blowfish v0.9.1 |
2727 | 2025-07-23T19:14:50.265Z | Compiling petname v2.0.2 |
2728 | 2025-07-23T19:14:51.712Z | Checking bcrypt-pbkdf v0.10.0 |
2729 | 2025-07-23T19:14:52.033Z | Checking ssh-cipher v0.2.0 |
2730 | 2025-07-23T19:14:52.390Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2731 | 2025-07-23T19:14:52.767Z | Checking async-object-pool v0.1.5 |
2732 | 2025-07-23T19:14:53.019Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2733 | 2025-07-23T19:14:53.326Z | Checking serde_regex v1.1.0 |
2734 | 2025-07-23T19:14:53.426Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2735 | 2025-07-23T19:14:53.660Z | Checking password-hash v0.4.2 |
2736 | 2025-07-23T19:14:54.124Z | Checking assert-json-diff v2.0.2 |
2737 | 2025-07-23T19:14:54.332Z | Checking path-tree v0.8.1 |
2738 | 2025-07-23T19:14:54.467Z | Checking stringmetrics v2.2.2 |
2739 | 2025-07-23T19:14:54.732Z | Checking pbkdf2 v0.11.0 |
2740 | 2025-07-23T19:14:54.785Z | Checking httpmock v0.8.0-alpha.1 |
2741 | 2025-07-23T19:14:55.062Z | Checking ssh-key v0.6.6 |
2742 | 2025-07-23T19:14:57.465Z | Checking p521 v0.13.3 |
2743 | 2025-07-23T19:14:58.947Z | Checking p256 v0.13.2 |
2744 | 2025-07-23T19:14:59.204Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
2745 | 2025-07-23T19:14:59.412Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
2746 | 2025-07-23T19:14:59.516Z | Checking russh-cryptovec v0.7.3 |
2747 | 2025-07-23T19:14:59.759Z | Compiling target-lexicon v0.13.2 |
2748 | 2025-07-23T19:14:59.812Z | Checking md5 v0.7.0 |
2749 | 2025-07-23T19:14:59.879Z | Checking sync-ptr v0.1.4 |
2750 | 2025-07-23T19:15:00.145Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2751 | 2025-07-23T19:15:00.198Z | Checking russh-keys v0.45.0 |
2752 | 2025-07-23T19:15:00.831Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2753 | 2025-07-23T19:15:01.562Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2754 | 2025-07-23T19:15:01.704Z | Checking num-bigint v0.4.6 |
2755 | 2025-07-23T19:15:01.878Z | Checking des v0.8.1 |
2756 | 2025-07-23T19:15:01.956Z | Compiling blake3 v1.5.4 |
2757 | 2025-07-23T19:15:02.207Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2758 | 2025-07-23T19:15:02.655Z | Compiling guppy-workspace-hack v0.1.0 |
2759 | 2025-07-23T19:15:03.104Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2760 | 2025-07-23T19:15:04.027Z | Checking russh v0.45.0 |
2761 | 2025-07-23T19:15:04.399Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2762 | 2025-07-23T19:15:04.514Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
2763 | 2025-07-23T19:15:04.907Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2764 | 2025-07-23T19:15:05.367Z | Checking memmap2 v0.9.5 |
2765 | 2025-07-23T19:15:05.727Z | Checking internet-checksum v0.2.1 |
2766 | 2025-07-23T19:15:05.782Z | Compiling target-spec v3.4.2 |
2767 | 2025-07-23T19:15:06.442Z | Checking cfg-expr v0.18.0 |
2768 | 2025-07-23T19:15:06.791Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2769 | 2025-07-23T19:15:07.344Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2770 | 2025-07-23T19:15:07.859Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2771 | 2025-07-23T19:15:10.291Z | Checking httptest v0.16.3 |
2772 | 2025-07-23T19:15:10.371Z | Checking topological-sort v0.2.2 |
2773 | 2025-07-23T19:15:10.371Z | Checking omicron-zone-package v0.12.2 |
2774 | 2025-07-23T19:15:10.627Z | Checking petgraph v0.7.1 |
2775 | 2025-07-23T19:15:11.561Z | Checking pathdiff v0.2.3 |
2776 | 2025-07-23T19:15:11.804Z | Compiling rstest_macros v0.25.0 |
2777 | 2025-07-23T19:15:12.392Z | Compiling target-triple v0.1.3 |
2778 | 2025-07-23T19:15:12.556Z | Checking nested v0.1.1 |
2779 | 2025-07-23T19:15:12.856Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
2780 | 2025-07-23T19:15:12.926Z | Compiling doc-comment v0.3.3 |
2781 | 2025-07-23T19:15:12.975Z | Checking guppy v0.17.19 |
2782 | 2025-07-23T19:15:13.372Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2783 | 2025-07-23T19:15:13.713Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
2784 | 2025-07-23T19:15:14.132Z | Checking similar-asserts v1.7.0 |
2785 | 2025-07-23T19:15:14.434Z | Compiling proc-macro-crate v3.2.0 |
2786 | 2025-07-23T19:15:15.024Z | Compiling relative-path v1.9.3 |
2787 | 2025-07-23T19:15:15.679Z | Compiling assert_cmd v2.0.17 |
2788 | 2025-07-23T19:15:15.717Z | Checking escape8259 v0.5.3 |
2789 | 2025-07-23T19:15:15.946Z | Checking libtest-mimic v0.8.1 |
2790 | 2025-07-23T19:15:16.864Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2791 | 2025-07-23T19:15:16.914Z | Checking blake2b_simd v1.0.2 |
2792 | 2025-07-23T19:15:17.813Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2793 | 2025-07-23T19:15:18.346Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2794 | 2025-07-23T19:15:18.739Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2795 | 2025-07-23T19:15:19.156Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
2796 | 2025-07-23T19:15:19.558Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2797 | 2025-07-23T19:15:19.974Z | Checking fancy-regex v0.14.0 |
2798 | 2025-07-23T19:15:20.961Z | Checking serde_tokenstream v0.2.2 |
2799 | 2025-07-23T19:15:21.443Z | Checking uzers v0.12.1 |
2800 | 2025-07-23T19:15:21.919Z | Checking datatest-stable v0.3.2 |
2801 | 2025-07-23T19:15:22.596Z | Checking rust-argon2 v2.1.0 |
2802 | 2025-07-23T19:15:23.133Z | Checking trybuild v1.0.105 |
2803 | 2025-07-23T19:15:24.077Z | Compiling git2 v0.19.0 |
2804 | 2025-07-23T19:15:25.181Z | Checking rstest v0.25.0 |
2805 | 2025-07-23T19:15:25.234Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2806 | 2025-07-23T19:15:25.482Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2807 | 2025-07-23T19:15:26.700Z | Checking support-bundle-viewer v0.1.2 |
2808 | 2025-07-23T19:15:27.212Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
2809 | 2025-07-23T19:15:27.623Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2810 | 2025-07-23T19:15:28.036Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
2811 | 2025-07-23T19:15:28.411Z | Compiling samael v0.0.19 |
2812 | 2025-07-23T19:15:28.561Z | Checking rand_distr v0.4.3 |
2813 | 2025-07-23T19:15:31.014Z | Checking multimap v0.10.1 |
2814 | 2025-07-23T19:15:31.391Z | Checking approx v0.5.1 |
2815 | 2025-07-23T19:15:31.898Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2816 | 2025-07-23T19:15:32.002Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2817 | 2025-07-23T19:15:32.384Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2818 | 2025-07-23T19:15:32.524Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2819 | 2025-07-23T19:15:32.830Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2820 | 2025-07-23T19:15:33.430Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2821 | 2025-07-23T19:15:33.805Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2822 | 2025-07-23T19:15:33.911Z | Checking partial-io v0.5.4 |
2823 | 2025-07-23T19:15:34.377Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2824 | 2025-07-23T19:15:34.850Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2825 | 2025-07-23T19:15:35.232Z | Checking cargo_toml v0.21.0 |
2826 | 2025-07-23T19:15:35.313Z | Checking termios v0.3.3 |
2827 | 2025-07-23T19:15:35.607Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
2828 | 2025-07-23T19:15:35.659Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2829 | 2025-07-23T19:15:37.258Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2830 | 2025-07-23T19:15:38.413Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2831 | 2025-07-23T19:15:40.163Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2832 | 2025-07-23T19:15:55.936Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2833 | 2025-07-23T19:15:59.619Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
2834 | 2025-07-23T19:16:07.307Z | Compiling polar-core v0.27.3 |
2835 | 2025-07-23T19:16:14.015Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2836 | 2025-07-23T19:16:18.282Z | Checking oso v0.27.3 |
2837 | 2025-07-23T19:16:21.499Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
2838 | 2025-07-23T19:16:25.347Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
2839 | 2025-07-23T19:16:34.959Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2840 | 2025-07-23T19:16:35.250Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2841 | 2025-07-23T19:16:41.879Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2842 | 2025-07-23T19:17:17.385Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2843 | 2025-07-23T19:17:17.385Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2844 | 2025-07-23T19:17:17.388Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2845 | 2025-07-23T19:17:18.203Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2846 | 2025-07-23T19:18:42.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 10s |
2847 | 2025-07-23T19:18:43.100Z | |
2848 | 2025-07-23T19:18:43.103Z | real 7:14.964603159 |
2849 | 2025-07-23T19:18:43.103Z | user 39:39.741754648 |
2850 | 2025-07-23T19:18:43.103Z | sys 7:05.473967085 |
2851 | 2025-07-23T19:18:43.103Z | trap 1.140617556 |
2852 | 2025-07-23T19:18:43.103Z | tflt 0.541459224 |
2853 | 2025-07-23T19:18:43.103Z | dflt 0.228712848 |
2854 | 2025-07-23T19:18:43.103Z | kflt 0.001150638 |
2855 | 2025-07-23T19:18:43.103Z | lock 1:37:59.548154857 |
2856 | 2025-07-23T19:18:43.103Z | slp 2:11:04.424950739 |
2857 | 2025-07-23T19:18:43.103Z | lat 2:21.083647680 |
2858 | 2025-07-23T19:18:43.103Z | stop 14:31.036259070 |
2859 | 2025-07-23T19:18:43.103Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
2860 | 2025-07-23T19:18:43.103Z | + ptime -m cargo doc --workspace --no-deps |
2861 | 2025-07-23T19:18:44.346Z | warning: output filename collision. |
2862 | 2025-07-23T19:18:44.346Z | 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)`. |
2863 | 2025-07-23T19:18:44.346Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2864 | 2025-07-23T19:18:44.346Z | The targets should have unique names. |
2865 | 2025-07-23T19:18:44.346Z | This is a known bug where multiple crates with the same name use |
2866 | 2025-07-23T19:18:44.346Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2867 | 2025-07-23T19:18:45.366Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2868 | 2025-07-23T19:18:45.591Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2869 | 2025-07-23T19:18:45.621Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2870 | 2025-07-23T19:18:45.687Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2871 | 2025-07-23T19:18:45.721Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
2872 | 2025-07-23T19:18:45.753Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2873 | 2025-07-23T19:18:45.756Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
2874 | 2025-07-23T19:18:46.004Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2875 | 2025-07-23T19:18:46.048Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2876 | 2025-07-23T19:18:46.086Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2877 | 2025-07-23T19:18:46.120Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2878 | 2025-07-23T19:18:46.291Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2879 | 2025-07-23T19:18:46.420Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2880 | 2025-07-23T19:18:46.448Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2881 | 2025-07-23T19:18:46.599Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
2882 | 2025-07-23T19:18:46.692Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
2883 | 2025-07-23T19:18:46.789Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2884 | 2025-07-23T19:18:46.890Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2885 | 2025-07-23T19:18:46.923Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2886 | 2025-07-23T19:18:47.200Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2887 | 2025-07-23T19:18:47.236Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2888 | 2025-07-23T19:18:47.346Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2889 | 2025-07-23T19:18:47.507Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2890 | 2025-07-23T19:18:47.775Z | Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
2891 | 2025-07-23T19:18:48.092Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
2892 | 2025-07-23T19:18:48.295Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2893 | 2025-07-23T19:18:48.508Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2894 | 2025-07-23T19:18:48.703Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2895 | 2025-07-23T19:18:49.124Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2896 | 2025-07-23T19:18:49.205Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
2897 | 2025-07-23T19:18:49.315Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
2898 | 2025-07-23T19:18:49.604Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2899 | 2025-07-23T19:18:49.726Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2900 | 2025-07-23T19:18:49.872Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2901 | 2025-07-23T19:18:49.948Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2902 | 2025-07-23T19:18:50.029Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2903 | 2025-07-23T19:18:50.302Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2904 | 2025-07-23T19:18:50.384Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2905 | 2025-07-23T19:18:50.417Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2906 | 2025-07-23T19:18:50.452Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2907 | 2025-07-23T19:18:50.572Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2908 | 2025-07-23T19:18:50.749Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2909 | 2025-07-23T19:18:50.871Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2910 | 2025-07-23T19:18:50.901Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2911 | 2025-07-23T19:18:50.932Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
2912 | 2025-07-23T19:18:51.011Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2913 | 2025-07-23T19:18:51.202Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
2914 | 2025-07-23T19:18:51.290Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
2915 | 2025-07-23T19:18:51.417Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2916 | 2025-07-23T19:18:51.442Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
2917 | 2025-07-23T19:18:51.473Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
2918 | 2025-07-23T19:18:51.539Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2919 | 2025-07-23T19:18:51.747Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2920 | 2025-07-23T19:18:51.990Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
2921 | 2025-07-23T19:18:52.024Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2922 | 2025-07-23T19:18:52.059Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2923 | 2025-07-23T19:18:52.143Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2924 | 2025-07-23T19:18:52.457Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2925 | 2025-07-23T19:18:52.495Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2926 | 2025-07-23T19:18:53.029Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2927 | 2025-07-23T19:18:53.886Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
2928 | 2025-07-23T19:18:54.256Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
2929 | 2025-07-23T19:18:55.882Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2930 | 2025-07-23T19:18:57.031Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2931 | 2025-07-23T19:18:57.262Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
2932 | 2025-07-23T19:18:58.631Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2933 | 2025-07-23T19:18:59.084Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2934 | 2025-07-23T19:18:59.807Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2935 | 2025-07-23T19:18:59.897Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2936 | 2025-07-23T19:19:00.780Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2937 | 2025-07-23T19:19:01.649Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2938 | 2025-07-23T19:19:01.897Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2939 | 2025-07-23T19:19:02.467Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2940 | 2025-07-23T19:19:03.264Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2941 | 2025-07-23T19:19:03.915Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2942 | 2025-07-23T19:19:04.537Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2943 | 2025-07-23T19:19:04.739Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2944 | 2025-07-23T19:19:05.670Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2945 | 2025-07-23T19:19:05.707Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2946 | 2025-07-23T19:19:06.336Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2947 | 2025-07-23T19:19:06.601Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2948 | 2025-07-23T19:19:06.685Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2949 | 2025-07-23T19:19:07.036Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2950 | 2025-07-23T19:19:07.964Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2951 | 2025-07-23T19:19:10.606Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2952 | 2025-07-23T19:19:11.284Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2953 | 2025-07-23T19:19:11.825Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2954 | 2025-07-23T19:19:12.280Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2955 | 2025-07-23T19:19:13.029Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2956 | 2025-07-23T19:19:13.116Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2957 | 2025-07-23T19:19:14.407Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2958 | 2025-07-23T19:19:14.649Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2959 | 2025-07-23T19:19:15.311Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2960 | 2025-07-23T19:19:15.396Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2961 | 2025-07-23T19:19:16.757Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2962 | 2025-07-23T19:19:16.999Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2963 | 2025-07-23T19:19:17.459Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2964 | 2025-07-23T19:19:18.606Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2965 | 2025-07-23T19:19:18.944Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2966 | 2025-07-23T19:19:19.162Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2967 | 2025-07-23T19:19:19.910Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2968 | 2025-07-23T19:19:20.427Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2969 | 2025-07-23T19:19:21.155Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2970 | 2025-07-23T19:19:21.530Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2971 | 2025-07-23T19:19:22.138Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
2972 | 2025-07-23T19:19:22.609Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2973 | 2025-07-23T19:19:23.099Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
2974 | 2025-07-23T19:19:23.936Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2975 | 2025-07-23T19:19:24.328Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2976 | 2025-07-23T19:19:24.378Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2977 | 2025-07-23T19:19:24.684Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2978 | 2025-07-23T19:19:25.154Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2979 | 2025-07-23T19:19:25.696Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2980 | 2025-07-23T19:19:25.766Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2981 | 2025-07-23T19:19:25.973Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
2982 | 2025-07-23T19:19:26.010Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2983 | 2025-07-23T19:19:26.180Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2984 | 2025-07-23T19:19:26.591Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2985 | 2025-07-23T19:19:26.626Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
2986 | 2025-07-23T19:19:26.978Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
2987 | 2025-07-23T19:19:27.014Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2988 | 2025-07-23T19:19:27.044Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2989 | 2025-07-23T19:19:27.139Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2990 | 2025-07-23T19:19:27.339Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2991 | 2025-07-23T19:19:27.814Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2992 | 2025-07-23T19:19:28.592Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
2993 | 2025-07-23T19:19:28.806Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2994 | 2025-07-23T19:19:29.373Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2995 | 2025-07-23T19:19:31.239Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2996 | 2025-07-23T19:19:32.136Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2997 | 2025-07-23T19:19:32.269Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2998 | 2025-07-23T19:19:32.749Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2999 | 2025-07-23T19:19:32.851Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3000 | 2025-07-23T19:19:33.382Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3001 | 2025-07-23T19:19:33.480Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3002 | 2025-07-23T19:19:33.513Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
3003 | 2025-07-23T19:19:33.772Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
3004 | 2025-07-23T19:19:34.350Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3005 | 2025-07-23T19:19:34.402Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3006 | 2025-07-23T19:19:35.134Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3007 | 2025-07-23T19:19:35.337Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
3008 | 2025-07-23T19:19:35.591Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3009 | 2025-07-23T19:19:36.047Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3010 | 2025-07-23T19:19:36.094Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3011 | 2025-07-23T19:19:36.158Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3012 | 2025-07-23T19:19:37.555Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3013 | 2025-07-23T19:19:37.631Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3014 | 2025-07-23T19:19:40.090Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
3015 | 2025-07-23T19:19:40.305Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3016 | 2025-07-23T19:19:40.762Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3017 | 2025-07-23T19:19:41.559Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3018 | 2025-07-23T19:19:42.148Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3019 | 2025-07-23T19:19:44.187Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3020 | 2025-07-23T19:19:44.225Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3021 | 2025-07-23T19:19:44.301Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3022 | 2025-07-23T19:19:44.874Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3023 | 2025-07-23T19:19:47.492Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3024 | 2025-07-23T19:19:48.258Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3025 | 2025-07-23T19:19:49.008Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3026 | 2025-07-23T19:19:49.204Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3027 | 2025-07-23T19:19:49.420Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3028 | 2025-07-23T19:19:50.416Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3029 | 2025-07-23T19:19:57.018Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3030 | 2025-07-23T19:19:57.084Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3031 | 2025-07-23T19:19:58.115Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3032 | 2025-07-23T19:20:00.973Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3033 | 2025-07-23T19:20:01.060Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3034 | 2025-07-23T19:20:04.138Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3035 | 2025-07-23T19:20:04.259Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3036 | 2025-07-23T19:20:04.792Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3037 | 2025-07-23T19:20:06.117Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3038 | 2025-07-23T19:20:06.364Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3039 | 2025-07-23T19:20:14.090Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3040 | 2025-07-23T19:20:14.442Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3041 | 2025-07-23T19:20:18.437Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
3042 | 2025-07-23T19:20:18.722Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
3043 | 2025-07-23T19:20:19.204Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3044 | 2025-07-23T19:20:19.417Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
3045 | 2025-07-23T19:20:20.914Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3046 | 2025-07-23T19:20:22.188Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
3047 | 2025-07-23T19:20:22.593Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3048 | 2025-07-23T19:20:25.234Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3049 | 2025-07-23T19:20:25.965Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3050 | 2025-07-23T19:20:28.067Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3051 | 2025-07-23T19:20:28.305Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3052 | 2025-07-23T19:20:29.841Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
3053 | 2025-07-23T19:20:31.145Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3054 | 2025-07-23T19:20:32.252Z | Documenting sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
3055 | 2025-07-23T19:20:32.534Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3056 | 2025-07-23T19:20:33.076Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
3057 | 2025-07-23T19:20:33.861Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3058 | 2025-07-23T19:20:33.898Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3059 | 2025-07-23T19:20:37.342Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3060 | 2025-07-23T19:20:37.657Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3061 | 2025-07-23T19:20:38.151Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3062 | 2025-07-23T19:20:38.419Z | Documenting sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
3063 | 2025-07-23T19:20:40.009Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3064 | 2025-07-23T19:20:41.725Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3065 | 2025-07-23T19:20:43.501Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3066 | 2025-07-23T19:20:44.673Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3067 | 2025-07-23T19:20:44.739Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3068 | 2025-07-23T19:20:45.618Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3069 | 2025-07-23T19:20:45.651Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
3070 | 2025-07-23T19:20:46.378Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3071 | 2025-07-23T19:20:48.569Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3072 | 2025-07-23T19:20:48.886Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3073 | 2025-07-23T19:20:49.437Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3074 | 2025-07-23T19:20:49.871Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3075 | 2025-07-23T19:20:50.256Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3076 | 2025-07-23T19:20:52.565Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3077 | 2025-07-23T19:20:52.602Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
3078 | 2025-07-23T19:20:53.058Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
3079 | 2025-07-23T19:20:53.507Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3080 | 2025-07-23T19:20:53.635Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3081 | 2025-07-23T19:20:56.697Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3082 | 2025-07-23T19:20:57.500Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3083 | 2025-07-23T19:20:57.596Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3084 | 2025-07-23T19:20:57.767Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3085 | 2025-07-23T19:20:59.091Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3086 | 2025-07-23T19:21:00.795Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3087 | 2025-07-23T19:21:01.042Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3088 | 2025-07-23T19:21:01.405Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3089 | 2025-07-23T19:21:02.027Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3090 | 2025-07-23T19:21:02.794Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3091 | 2025-07-23T19:21:03.733Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3092 | 2025-07-23T19:21:03.791Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3093 | 2025-07-23T19:21:04.492Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3094 | 2025-07-23T19:21:05.748Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3095 | 2025-07-23T19:21:06.000Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3096 | 2025-07-23T19:21:06.047Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3097 | 2025-07-23T19:21:07.461Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3098 | 2025-07-23T19:21:08.891Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3099 | 2025-07-23T19:21:08.974Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3100 | 2025-07-23T19:21:09.015Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3101 | 2025-07-23T19:21:11.175Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3102 | 2025-07-23T19:21:11.691Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3103 | 2025-07-23T19:21:11.798Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3104 | 2025-07-23T19:21:12.337Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
3105 | 2025-07-23T19:21:13.202Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3106 | 2025-07-23T19:21:13.589Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
3107 | 2025-07-23T19:21:13.755Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3108 | 2025-07-23T19:21:13.951Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3109 | 2025-07-23T19:21:15.547Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
3110 | 2025-07-23T19:21:16.206Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3111 | 2025-07-23T19:21:16.304Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3112 | 2025-07-23T19:21:16.495Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3113 | 2025-07-23T19:21:16.949Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3114 | 2025-07-23T19:21:17.262Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3115 | 2025-07-23T19:21:18.318Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3116 | 2025-07-23T19:21:18.492Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3117 | 2025-07-23T19:21:18.741Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3118 | 2025-07-23T19:21:19.005Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3119 | 2025-07-23T19:21:19.288Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3120 | 2025-07-23T19:21:21.163Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3121 | 2025-07-23T19:21:21.427Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
3122 | 2025-07-23T19:21:21.913Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3123 | 2025-07-23T19:21:28.118Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3124 | 2025-07-23T19:21:28.328Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3125 | 2025-07-23T19:21:28.385Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3126 | 2025-07-23T19:21:31.160Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
3127 | 2025-07-23T19:21:31.621Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3128 | 2025-07-23T19:21:33.106Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3129 | 2025-07-23T19:21:33.643Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3130 | 2025-07-23T19:21:35.244Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3131 | 2025-07-23T19:21:36.186Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
3132 | 2025-07-23T19:21:36.765Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3133 | 2025-07-23T19:21:36.795Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3134 | 2025-07-23T19:21:37.052Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
3135 | 2025-07-23T19:21:37.457Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
3136 | 2025-07-23T19:21:37.596Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
3137 | 2025-07-23T19:21:38.013Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3138 | 2025-07-23T19:21:38.076Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
3139 | 2025-07-23T19:21:38.109Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
3140 | 2025-07-23T19:21:38.847Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3141 | 2025-07-23T19:21:38.987Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3142 | 2025-07-23T19:21:39.095Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3143 | 2025-07-23T19:21:39.145Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3144 | 2025-07-23T19:21:39.295Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3145 | 2025-07-23T19:21:39.328Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
3146 | 2025-07-23T19:21:40.170Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
3147 | 2025-07-23T19:21:40.333Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
3148 | 2025-07-23T19:21:40.660Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3149 | 2025-07-23T19:21:40.798Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3150 | 2025-07-23T19:21:41.344Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
3151 | 2025-07-23T19:21:41.749Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3152 | 2025-07-23T19:21:42.075Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3153 | 2025-07-23T19:21:42.246Z | Documenting id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
3154 | 2025-07-23T19:21:43.038Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
3155 | 2025-07-23T19:21:43.598Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
3156 | 2025-07-23T19:22:24.490Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3157 | 2025-07-23T19:22:32.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 49s |
3158 | 2025-07-23T19:22:32.524Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 168 other files |
3159 | 2025-07-23T19:22:32.615Z | |
3160 | 2025-07-23T19:22:32.616Z | real 3:49.429691747 |
3161 | 2025-07-23T19:22:32.616Z | user 21:46.654895603 |
3162 | 2025-07-23T19:22:32.616Z | sys 3:21.328539224 |
3163 | 2025-07-23T19:22:32.616Z | trap 0.571889281 |
3164 | 2025-07-23T19:22:32.616Z | tflt 0.213020516 |
3165 | 2025-07-23T19:22:32.621Z | dflt 0.100330392 |
3166 | 2025-07-23T19:22:32.622Z | kflt 0.000486026 |
3167 | 2025-07-23T19:22:32.622Z | lock 52:13.978467264 |
3168 | 2025-07-23T19:22:32.622Z | slp 1:01:27.746830855 |
3169 | 2025-07-23T19:22:32.622Z | lat 1:35.119121453 |
3170 | 2025-07-23T19:22:32.622Z | stop 2:12.066647575 |
3171 | 2025-07-23T19:22:32.623Z | process exited: duration 950977 ms, exit code 0 |
|
3172 | 2025-07-23T19:22:32.633Z | found 0 output files |