|
|
|
1 | 2025-07-07T07:06:55.791Z | job assigned to worker 01JZHVABHNCQEF092SKVNDE4N2 [factory gimlet-EVT22200007-propolis, EVT22200007/33545] (queued for 25 s) |
|
2 | 2025-07-07T07:07:04.924Z | starting task 0: "setup" |
3 | 2025-07-07T07:07:04.949Z | ++ uname -s |
4 | 2025-07-07T07:07:04.949Z | + kern=SunOS |
5 | 2025-07-07T07:07:04.949Z | + build_user=build |
6 | 2025-07-07T07:07:04.949Z | + build_uid=12345 |
7 | 2025-07-07T07:07:04.949Z | + work_dir=/work |
8 | 2025-07-07T07:07:04.949Z | + input_dir=/input |
9 | 2025-07-07T07:07:04.949Z | + [[ 0 == 12345 ]] |
10 | 2025-07-07T07:07:04.949Z | + case "$kern" in |
11 | 2025-07-07T07:07:04.949Z | + groupadd -g 12345 build |
12 | 2025-07-07T07:07:04.949Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-07-07T07:07:06.946Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-07-07T07:07:06.979Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-07-07T07:07:07.004Z | + home_fs=zfs |
16 | 2025-07-07T07:07:07.004Z | + [[ zfs == autofs ]] |
17 | 2025-07-07T07:07:07.004Z | + mkdir -p /home/build |
18 | 2025-07-07T07:07:07.004Z | + chown build:build /home/build /work |
19 | 2025-07-07T07:07:08.990Z | + chmod 0700 /home/build /work |
20 | 2025-07-07T07:07:09.015Z | process exited: duration 4071 ms, exit code 0 |
|
21 | 2025-07-07T07:07:09.067Z | starting task 1: "rust-toolchain" |
22 | 2025-07-07T07:07:09.094Z | + printf ' * rust toolchain channel = "%s"\n' stable |
23 | 2025-07-07T07:07:09.094Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-07-07T07:07:09.094Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
25 | 2025-07-07T07:07:09.095Z | * rust toolchain channel = "stable" |
26 | 2025-07-07T07:07:09.095Z | * rust toolchain profile = "default" |
27 | 2025-07-07T07:07:09.095Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-07-07T07:07:09.095Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-07-07T07:07:09.095Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
30 | 2025-07-07T07:07:09.218Z | info: downloading installer |
31 | 2025-07-07T07:07:10.068Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-07-07T07:07:10.068Z | warn: /opt/ooce/bin |
33 | 2025-07-07T07:07:10.068Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-07-07T07:07:10.068Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-07-07T07:07:10.068Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-07-07T07:07:10.068Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-07-07T07:07:10.068Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-07-07T07:07:10.069Z | error: cannot install while Rust is installed |
39 | 2025-07-07T07:07:10.069Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-07-07T07:07:10.094Z | info: profile set to 'default' |
41 | 2025-07-07T07:07:10.094Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-07-07T07:07:10.094Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
43 | 2025-07-07T07:07:10.198Z | info: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23) |
44 | 2025-07-07T07:07:10.198Z | info: downloading component 'cargo' |
45 | 2025-07-07T07:07:10.440Z | info: downloading component 'clippy' |
46 | 2025-07-07T07:07:10.565Z | info: downloading component 'rust-docs' |
47 | 2025-07-07T07:07:10.904Z | info: downloading component 'rust-std' |
48 | 2025-07-07T07:07:11.561Z | info: downloading component 'rustc' |
49 | 2025-07-07T07:07:16.795Z | info: downloading component 'rustfmt' |
50 | 2025-07-07T07:07:16.887Z | info: installing component 'cargo' |
51 | 2025-07-07T07:07:18.095Z | info: installing component 'clippy' |
52 | 2025-07-07T07:07:18.563Z | info: installing component 'rust-docs' |
53 | 2025-07-07T07:07:21.722Z | info: installing component 'rust-std' |
54 | 2025-07-07T07:07:23.865Z | info: installing component 'rustc' |
55 | 2025-07-07T07:07:31.777Z | info: installing component 'rustfmt' |
56 | 2025-07-07T07:07:32.159Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
57 | 2025-07-07T07:07:32.159Z | |
58 | 2025-07-07T07:07:32.321Z | stable-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23) |
59 | 2025-07-07T07:07:32.321Z | |
60 | 2025-07-07T07:07:32.321Z | |
61 | 2025-07-07T07:07:32.321Z | Rust is installed now. Great! |
62 | 2025-07-07T07:07:32.321Z | |
63 | 2025-07-07T07:07:32.321Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-07-07T07:07:32.346Z | environment variable. This has not been done automatically. |
65 | 2025-07-07T07:07:32.346Z | |
66 | 2025-07-07T07:07:32.347Z | To configure your current shell, you need to source |
67 | 2025-07-07T07:07:32.347Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-07-07T07:07:32.347Z | |
69 | 2025-07-07T07:07:32.347Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-07-07T07:07:32.347Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-07-07T07:07:32.347Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-07-07T07:07:32.347Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
73 | 2025-07-07T07:07:32.422Z | + rustup --version |
74 | 2025-07-07T07:07:32.447Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
75 | 2025-07-07T07:07:32.447Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-07-07T07:07:32.559Z | info: The currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)` |
77 | 2025-07-07T07:07:32.584Z | + cargo --version |
78 | 2025-07-07T07:07:32.670Z | cargo 1.88.0 (873a06493 2025-05-10) |
79 | 2025-07-07T07:07:32.695Z | + rustc --version |
80 | 2025-07-07T07:07:32.792Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
81 | 2025-07-07T07:07:32.817Z | process exited: duration 23732 ms, exit code 0 |
|
82 | 2025-07-07T07:07:32.867Z | starting task 2: "authentication" |
83 | 2025-07-07T07:07:32.930Z | process exited: duration 62 ms, exit code 0 |
|
84 | 2025-07-07T07:07:32.980Z | starting task 3: "build" |
85 | 2025-07-07T07:07:33.005Z | + set -e |
86 | 2025-07-07T07:07:33.005Z | + [[ true == true ]] |
87 | 2025-07-07T07:07:33.005Z | + WORK=/work |
88 | 2025-07-07T07:07:33.005Z | + pfexec pkg install protobuf git |
89 | 2025-07-07T07:07:42.782Z | Startup: Refreshing catalog 'helios-dev' ... Done |
90 | 2025-07-07T07:07:51.121Z | Startup: Caching catalogs ... Done |
91 | 2025-07-07T07:07:56.192Z | Planning: Solver setup ... Done |
92 | 2025-07-07T07:07:56.223Z | Planning: Running solver ... Done |
93 | 2025-07-07T07:07:56.293Z | Planning: Finding local manifests ... Done |
94 | 2025-07-07T07:07:56.374Z | Planning: Fetching manifests: 0/1 0% complete |
95 | 2025-07-07T07:07:56.588Z | Planning: Fetching manifests: 1/1 100% complete |
96 | 2025-07-07T07:07:56.626Z | Planning: Package planning ... Done |
97 | 2025-07-07T07:07:56.652Z | Planning: Merging actions ... Done |
98 | 2025-07-07T07:07:56.881Z | Planning: Checking for conflicting actions ... Done |
99 | 2025-07-07T07:07:56.906Z | Planning: Consolidating action changes ... Done |
100 | 2025-07-07T07:07:57.593Z | Planning: Evaluating mediators ... Done |
101 | 2025-07-07T07:07:57.617Z | Planning: Planning completed in 6.37 seconds |
102 | 2025-07-07T07:07:57.617Z | Packages to install: 1 |
103 | 2025-07-07T07:07:57.617Z | Create boot environment: No |
104 | 2025-07-07T07:07:57.617Z | Create backup boot environment: No |
105 | 2025-07-07T07:07:57.668Z | |
106 | 2025-07-07T07:07:57.668Z | Download: 0/1184 items 0.0/15.2MB 0% complete |
107 | 2025-07-07T07:07:59.962Z | Download: Completed 15.22 MB in 2.29 seconds (6.6M/s) |
108 | 2025-07-07T07:08:00.087Z | Actions: 1/1284 actions (Installing new actions) |
109 | 2025-07-07T07:08:00.725Z | Actions: Completed 1284 actions in 0.64 seconds. |
110 | 2025-07-07T07:08:01.254Z | Done |
111 | 2025-07-07T07:08:01.254Z | Done |
112 | 2025-07-07T07:08:02.215Z | Done |
113 | 2025-07-07T07:08:07.413Z | Done |
114 | 2025-07-07T07:08:07.514Z | Done |
115 | 2025-07-07T07:08:07.540Z | Done |
116 | 2025-07-07T07:08:07.619Z | Done |
117 | 2025-07-07T07:08:08.098Z | + cargo --version |
118 | 2025-07-07T07:08:08.173Z | cargo 1.88.0 (873a06493 2025-05-10) |
119 | 2025-07-07T07:08:08.198Z | + rustc --version |
120 | 2025-07-07T07:08:08.265Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
121 | 2025-07-07T07:08:08.291Z | + banner clone |
122 | 2025-07-07T07:08:08.291Z | |
123 | 2025-07-07T07:08:08.291Z | #### # #### # # ###### |
124 | 2025-07-07T07:08:08.291Z | # # # # # ## # # |
125 | 2025-07-07T07:08:08.291Z | # # # # # # # ##### |
126 | 2025-07-07T07:08:08.291Z | # # # # # # # # |
127 | 2025-07-07T07:08:08.291Z | # # # # # # ## # |
128 | 2025-07-07T07:08:08.291Z | #### ###### #### # # ###### |
129 | 2025-07-07T07:08:08.291Z | |
130 | 2025-07-07T07:08:08.291Z | + mkdir -p /work/ci |
131 | 2025-07-07T07:08:08.291Z | + git clone https://github.com/oxidecomputer/testbed /work/ci/testbed |
132 | 2025-07-07T07:08:08.316Z | Cloning into '/work/ci/testbed'... |
133 | 2025-07-07T07:08:09.421Z | + banner build |
134 | 2025-07-07T07:08:09.447Z | |
135 | 2025-07-07T07:08:09.447Z | ##### # # # # ##### |
136 | 2025-07-07T07:08:09.447Z | # # # # # # # # |
137 | 2025-07-07T07:08:09.447Z | ##### # # # # # # |
138 | 2025-07-07T07:08:09.447Z | # # # # # # # # |
139 | 2025-07-07T07:08:09.447Z | # # # # # # # # |
140 | 2025-07-07T07:08:09.447Z | ##### #### # ###### ##### |
141 | 2025-07-07T07:08:09.447Z | |
142 | 2025-07-07T07:08:09.447Z | + cd /work/ci/testbed |
143 | 2025-07-07T07:08:09.447Z | + cargo build -p interop-lab -p wrangler |
144 | 2025-07-07T07:08:09.621Z | Updating crates.io index |
145 | 2025-07-07T07:08:09.670Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
146 | 2025-07-07T07:08:10.385Z | From https://github.com/oxidecomputer/falcon |
147 | 2025-07-07T07:08:10.385Z | * [new ref] af6b395db2386b9357892bad9ab99f9d540094aa -> refs/commit/af6b395db2386b9357892bad9ab99f9d540094aa |
148 | 2025-07-07T07:08:10.517Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
149 | 2025-07-07T07:08:11.244Z | From https://github.com/oxidecomputer/maghemite |
150 | 2025-07-07T07:08:11.244Z | * [new ref] f5a7621ef8c06618d896e8571baf716a06c819aa -> refs/commit/f5a7621ef8c06618d896e8571baf716a06c819aa |
151 | 2025-07-07T07:08:11.284Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
152 | 2025-07-07T07:08:11.740Z | From https://github.com/oxidecomputer/oxnet |
153 | 2025-07-07T07:08:11.740Z | * [new ref] 22273e54a95f890c209fcf80633f172e289a82ff -> refs/commit/22273e54a95f890c209fcf80633f172e289a82ff |
154 | 2025-07-07T07:08:11.765Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
155 | 2025-07-07T07:08:12.265Z | From https://github.com/oxidecomputer/netadm-sys |
156 | 2025-07-07T07:08:12.265Z | * [new ref] f2ea01e45f81ae8d83a4042cf37c047ba6744bfd -> refs/commit/f2ea01e45f81ae8d83a4042cf37c047ba6744bfd |
157 | 2025-07-07T07:08:12.375Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
158 | 2025-07-07T07:08:13.469Z | From https://github.com/oxidecomputer/propolis |
159 | 2025-07-07T07:08:13.469Z | * [new ref] 02fdf06bb279fc1b1393f993b90cbe84b7e9f281 -> refs/commit/02fdf06bb279fc1b1393f993b90cbe84b7e9f281 |
160 | 2025-07-07T07:08:13.699Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
161 | 2025-07-07T07:08:14.160Z | From https://github.com/oxidecomputer/dlpi-sys |
162 | 2025-07-07T07:08:14.160Z | * [new ref] e0b59b089ed2e9041ce0930784650485f33846df -> refs/commit/e0b59b089ed2e9041ce0930784650485f33846df |
163 | 2025-07-07T07:08:14.185Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
164 | 2025-07-07T07:08:14.661Z | From https://github.com/jmesmon/rust-libzfs |
165 | 2025-07-07T07:08:14.661Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
166 | 2025-07-07T07:08:14.686Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
167 | 2025-07-07T07:08:15.075Z | From https://github.com/oxidecomputer/rusty-doors |
168 | 2025-07-07T07:08:15.075Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
169 | 2025-07-07T07:08:15.100Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
170 | 2025-07-07T07:08:16.474Z | From https://github.com/oxidecomputer/crucible |
171 | 2025-07-07T07:08:16.474Z | * [new ref] da3cf198a0e000bb89efc3a1c77d7ba09340a600 -> refs/commit/da3cf198a0e000bb89efc3a1c77d7ba09340a600 |
172 | 2025-07-07T07:08:17.346Z | Downloading crates ... |
173 | 2025-07-07T07:08:17.419Z | Downloaded heck v0.5.0 |
174 | 2025-07-07T07:08:17.444Z | Downloaded fixedbitset v0.4.2 |
175 | 2025-07-07T07:08:17.444Z | Downloaded camino v1.1.10 |
176 | 2025-07-07T07:08:17.444Z | Downloaded cc v1.2.19 |
177 | 2025-07-07T07:08:17.469Z | Downloaded cfg_aliases v0.2.1 |
178 | 2025-07-07T07:08:17.469Z | Downloaded cpufeatures v0.2.17 |
179 | 2025-07-07T07:08:17.469Z | Downloaded scopeguard v1.2.0 |
180 | 2025-07-07T07:08:17.469Z | Downloaded tower-layer v0.3.3 |
181 | 2025-07-07T07:08:17.469Z | Downloaded tinystr v0.7.6 |
182 | 2025-07-07T07:08:17.508Z | Downloaded utf16_iter v1.0.5 |
183 | 2025-07-07T07:08:17.508Z | Downloaded tracing-attributes v0.1.28 |
184 | 2025-07-07T07:08:17.508Z | Downloaded thiserror-impl v2.0.12 |
185 | 2025-07-07T07:08:17.508Z | Downloaded data-encoding v2.8.0 |
186 | 2025-07-07T07:08:17.508Z | Downloaded http-body v0.4.6 |
187 | 2025-07-07T07:08:17.508Z | Downloaded generic-array v0.14.7 |
188 | 2025-07-07T07:08:17.508Z | Downloaded futures-macro v0.3.31 |
189 | 2025-07-07T07:08:17.508Z | Downloaded futures-channel v0.3.31 |
190 | 2025-07-07T07:08:17.534Z | Downloaded zerofrom v0.1.6 |
191 | 2025-07-07T07:08:17.534Z | Downloaded tempfile v3.19.1 |
192 | 2025-07-07T07:08:17.534Z | Downloaded sha2 v0.10.9 |
193 | 2025-07-07T07:08:17.534Z | Downloaded schemars v1.0.3 |
194 | 2025-07-07T07:08:17.534Z | Downloaded which v4.4.2 |
195 | 2025-07-07T07:08:17.534Z | Downloaded progenitor-client v0.9.1 |
196 | 2025-07-07T07:08:17.560Z | Downloaded ref-cast v1.0.24 |
197 | 2025-07-07T07:08:17.560Z | Downloaded pin-utils v0.1.0 |
198 | 2025-07-07T07:08:17.560Z | Downloaded number_prefix v0.4.0 |
199 | 2025-07-07T07:08:17.560Z | Downloaded num-conv v0.1.0 |
200 | 2025-07-07T07:08:17.560Z | Downloaded prost v0.11.9 |
201 | 2025-07-07T07:08:17.560Z | Downloaded pretty-hex v0.4.1 |
202 | 2025-07-07T07:08:17.560Z | Downloaded ref-cast-impl v1.0.24 |
203 | 2025-07-07T07:08:17.560Z | Downloaded ipnetwork v0.21.1 |
204 | 2025-07-07T07:08:17.586Z | Downloaded ppv-lite86 v0.2.21 |
205 | 2025-07-07T07:08:17.586Z | Downloaded zone_cfg_derive v0.3.1 |
206 | 2025-07-07T07:08:17.586Z | Downloaded icu_provider v1.5.0 |
207 | 2025-07-07T07:08:17.611Z | Downloaded icu_properties v1.5.1 |
208 | 2025-07-07T07:08:17.611Z | Downloaded oxnet v0.1.2 |
209 | 2025-07-07T07:08:17.611Z | Downloaded pin-project-lite v0.2.16 |
210 | 2025-07-07T07:08:17.611Z | Downloaded hyper-tls v0.6.0 |
211 | 2025-07-07T07:08:17.611Z | Downloaded zone v0.3.1 |
212 | 2025-07-07T07:08:17.636Z | Downloaded toml v0.8.20 |
213 | 2025-07-07T07:08:17.636Z | Downloaded zerovec v0.10.4 |
214 | 2025-07-07T07:08:17.636Z | Downloaded matchit v0.7.3 |
215 | 2025-07-07T07:08:17.636Z | Downloaded slog v2.7.0 |
216 | 2025-07-07T07:08:17.636Z | Downloaded icu_properties_data v1.5.1 |
217 | 2025-07-07T07:08:17.662Z | Downloaded regex v1.11.1 |
218 | 2025-07-07T07:08:17.662Z | Downloaded prost-types v0.11.9 |
219 | 2025-07-07T07:08:17.662Z | Downloaded openssl v0.10.73 |
220 | 2025-07-07T07:08:17.688Z | Downloaded proc-macro2 v1.0.94 |
221 | 2025-07-07T07:08:17.688Z | Downloaded proc-macro-error v1.0.4 |
222 | 2025-07-07T07:08:17.688Z | Downloaded typenum v1.18.0 |
223 | 2025-07-07T07:08:17.688Z | Downloaded tracing v0.1.41 |
224 | 2025-07-07T07:08:17.688Z | Downloaded prettyplease v0.2.32 |
225 | 2025-07-07T07:08:17.713Z | Downloaded openapiv3 v2.0.0 |
226 | 2025-07-07T07:08:17.713Z | Downloaded mio v1.0.3 |
227 | 2025-07-07T07:08:17.713Z | Downloaded hyper-util v0.1.13 |
228 | 2025-07-07T07:08:17.738Z | Downloaded ron v0.10.1 |
229 | 2025-07-07T07:08:17.738Z | Downloaded tokio-util v0.7.14 |
230 | 2025-07-07T07:08:17.738Z | Downloaded idna v1.0.3 |
231 | 2025-07-07T07:08:17.763Z | Downloaded tower-http v0.6.5 |
232 | 2025-07-07T07:08:17.763Z | Downloaded winnow v0.7.10 |
233 | 2025-07-07T07:08:17.763Z | Downloaded portable-atomic v1.11.0 |
234 | 2025-07-07T07:08:17.788Z | Downloaded reqwest v0.12.22 |
235 | 2025-07-07T07:08:17.788Z | Downloaded vcpkg v0.2.15 |
236 | 2025-07-07T07:08:17.816Z | Downloaded zerocopy v0.8.24 |
237 | 2025-07-07T07:08:17.843Z | Downloaded quinn-proto v0.11.10 |
238 | 2025-07-07T07:08:17.868Z | Downloaded unicode-width v0.2.0 |
239 | 2025-07-07T07:08:17.868Z | Downloaded syn v1.0.109 |
240 | 2025-07-07T07:08:17.868Z | Downloaded syn v2.0.100 |
241 | 2025-07-07T07:08:17.893Z | Downloaded serde_json v1.0.140 |
242 | 2025-07-07T07:08:17.894Z | Downloaded memchr v2.7.4 |
243 | 2025-07-07T07:08:17.894Z | Downloaded regress v0.10.3 |
244 | 2025-07-07T07:08:17.918Z | Downloaded regex-syntax v0.8.5 |
245 | 2025-07-07T07:08:17.918Z | Downloaded rustls v0.23.26 |
246 | 2025-07-07T07:08:17.918Z | Downloaded rustix v0.38.44 |
247 | 2025-07-07T07:08:17.944Z | Downloaded libc v0.2.171 |
248 | 2025-07-07T07:08:17.969Z | Downloaded rustls-webpki v0.103.1 |
249 | 2025-07-07T07:08:17.994Z | Downloaded typify-impl v0.3.0 |
250 | 2025-07-07T07:08:18.019Z | Downloaded petgraph v0.6.5 |
251 | 2025-07-07T07:08:18.044Z | Downloaded tower v0.5.2 |
252 | 2025-07-07T07:08:18.044Z | Downloaded tonic v0.12.3 |
253 | 2025-07-07T07:08:18.044Z | Downloaded toml_edit v0.22.24 |
254 | 2025-07-07T07:08:18.069Z | Downloaded tonic v0.9.2 |
255 | 2025-07-07T07:08:18.095Z | Downloaded unsafe-libyaml v0.2.11 |
256 | 2025-07-07T07:08:18.095Z | Downloaded serde_with v3.14.0 |
257 | 2025-07-07T07:08:18.120Z | Downloaded regex-automata v0.4.9 |
258 | 2025-07-07T07:08:18.145Z | Downloaded rustix v1.0.5 |
259 | 2025-07-07T07:08:18.170Z | Downloaded prettyplease v0.1.25 |
260 | 2025-07-07T07:08:18.170Z | Downloaded url v2.5.4 |
261 | 2025-07-07T07:08:18.170Z | Downloaded quinn v0.11.7 |
262 | 2025-07-07T07:08:18.195Z | Downloaded socket2 v0.5.9 |
263 | 2025-07-07T07:08:18.195Z | Downloaded serde v1.0.219 |
264 | 2025-07-07T07:08:18.195Z | Downloaded tracing-core v0.1.33 |
265 | 2025-07-07T07:08:18.195Z | Downloaded typify v0.3.0 |
266 | 2025-07-07T07:08:18.195Z | Downloaded lzma-sys v0.1.20 |
267 | 2025-07-07T07:08:18.220Z | Downloaded webpki-roots v1.0.0 |
268 | 2025-07-07T07:08:18.220Z | Downloaded webpki-roots v0.26.8 |
269 | 2025-07-07T07:08:18.245Z | Downloaded rustls v0.21.12 |
270 | 2025-07-07T07:08:18.245Z | Downloaded tokio v1.46.1 |
271 | 2025-07-07T07:08:18.271Z | Downloaded unicode-ident v1.0.18 |
272 | 2025-07-07T07:08:18.297Z | Downloaded smallvec v1.15.0 |
273 | 2025-07-07T07:08:18.297Z | Downloaded rustc-hash v2.1.1 |
274 | 2025-07-07T07:08:18.297Z | Downloaded proc-macro-error-attr v1.0.4 |
275 | 2025-07-07T07:08:18.297Z | Downloaded proc-macro-crate v3.3.0 |
276 | 2025-07-07T07:08:18.297Z | Downloaded iri-string v0.7.8 |
277 | 2025-07-07T07:08:18.297Z | Downloaded encoding_rs v0.8.35 |
278 | 2025-07-07T07:08:18.322Z | Downloaded itertools v0.12.1 |
279 | 2025-07-07T07:08:18.322Z | Downloaded rustls-webpki v0.101.7 |
280 | 2025-07-07T07:08:18.348Z | Downloaded hyper v0.14.32 |
281 | 2025-07-07T07:08:18.348Z | Downloaded progenitor v0.9.1 |
282 | 2025-07-07T07:08:18.348Z | Downloaded time v0.3.41 |
283 | 2025-07-07T07:08:18.348Z | Downloaded h2 v0.3.26 |
284 | 2025-07-07T07:08:18.374Z | Downloaded itertools v0.10.5 |
285 | 2025-07-07T07:08:18.374Z | Downloaded h2 v0.4.8 |
286 | 2025-07-07T07:08:18.374Z | Downloaded openssl-sys v0.9.109 |
287 | 2025-07-07T07:08:18.374Z | Downloaded indexmap v2.9.0 |
288 | 2025-07-07T07:08:18.374Z | Downloaded slog-term v2.9.1 |
289 | 2025-07-07T07:08:18.374Z | Downloaded slog-envlogger v2.2.0 |
290 | 2025-07-07T07:08:18.375Z | Downloaded hyper v1.6.0 |
291 | 2025-07-07T07:08:18.401Z | Downloaded pkg-config v0.3.32 |
292 | 2025-07-07T07:08:18.401Z | Downloaded indexmap v1.9.3 |
293 | 2025-07-07T07:08:18.401Z | Downloaded multimap v0.8.3 |
294 | 2025-07-07T07:08:18.401Z | Downloaded mime v0.3.17 |
295 | 2025-07-07T07:08:18.401Z | Downloaded indicatif v0.17.11 |
296 | 2025-07-07T07:08:18.401Z | Downloaded zeroize v1.8.1 |
297 | 2025-07-07T07:08:18.401Z | Downloaded zerofrom-derive v0.1.6 |
298 | 2025-07-07T07:08:18.401Z | Downloaded icu_collections v1.5.0 |
299 | 2025-07-07T07:08:18.428Z | Downloaded subtle v2.6.1 |
300 | 2025-07-07T07:08:18.428Z | Downloaded futures-util v0.3.31 |
301 | 2025-07-07T07:08:18.428Z | Downloaded progenitor-impl v0.9.1 |
302 | 2025-07-07T07:08:18.428Z | Downloaded num-traits v0.2.19 |
303 | 2025-07-07T07:08:18.428Z | Downloaded native-tls v0.2.14 |
304 | 2025-07-07T07:08:18.428Z | Downloaded log v0.4.27 |
305 | 2025-07-07T07:08:18.428Z | Downloaded ipnet v2.11.0 |
306 | 2025-07-07T07:08:18.428Z | Downloaded yoke v0.7.5 |
307 | 2025-07-07T07:08:18.455Z | Downloaded rand v0.9.1 |
308 | 2025-07-07T07:08:18.455Z | Downloaded serde_derive_internals v0.29.1 |
309 | 2025-07-07T07:08:18.455Z | Downloaded ring v0.17.14 |
310 | 2025-07-07T07:08:18.482Z | Downloaded http v1.3.1 |
311 | 2025-07-07T07:08:18.482Z | Downloaded hashbrown v0.15.2 |
312 | 2025-07-07T07:08:18.508Z | Downloaded zerovec-derive v0.10.3 |
313 | 2025-07-07T07:08:18.508Z | Downloaded writeable v0.5.5 |
314 | 2025-07-07T07:08:18.508Z | Downloaded write16 v1.0.0 |
315 | 2025-07-07T07:08:18.509Z | Downloaded ident_case v1.0.1 |
316 | 2025-07-07T07:08:18.509Z | Downloaded icu_provider_macros v1.5.0 |
317 | 2025-07-07T07:08:18.509Z | Downloaded iana-time-zone v0.1.63 |
318 | 2025-07-07T07:08:18.509Z | Downloaded quote v1.0.40 |
319 | 2025-07-07T07:08:18.509Z | Downloaded quinn-udp v0.5.11 |
320 | 2025-07-07T07:08:18.509Z | Downloaded once_cell v1.21.3 |
321 | 2025-07-07T07:08:18.509Z | Downloaded idna_adapter v1.2.0 |
322 | 2025-07-07T07:08:18.509Z | Downloaded lock_api v0.4.12 |
323 | 2025-07-07T07:08:18.509Z | Downloaded prost-build v0.11.9 |
324 | 2025-07-07T07:08:18.509Z | Downloaded prost v0.13.5 |
325 | 2025-07-07T07:08:18.509Z | Downloaded pin-project v1.1.10 |
326 | 2025-07-07T07:08:18.534Z | Downloaded parking_lot v0.12.3 |
327 | 2025-07-07T07:08:18.534Z | Downloaded icu_normalizer_data v1.5.1 |
328 | 2025-07-07T07:08:18.534Z | Downloaded icu_normalizer v1.5.0 |
329 | 2025-07-07T07:08:18.534Z | Downloaded icu_locid v1.5.0 |
330 | 2025-07-07T07:08:18.534Z | Downloaded tonic-build v0.9.2 |
331 | 2025-07-07T07:08:18.534Z | Downloaded tinyvec v1.9.0 |
332 | 2025-07-07T07:08:18.561Z | Downloaded slog-async v2.8.0 |
333 | 2025-07-07T07:08:18.562Z | Downloaded powerfmt v0.2.0 |
334 | 2025-07-07T07:08:18.562Z | Downloaded openssl-probe v0.1.6 |
335 | 2025-07-07T07:08:18.562Z | Downloaded num_enum_derive v0.7.3 |
336 | 2025-07-07T07:08:18.562Z | Downloaded num_enum v0.7.3 |
337 | 2025-07-07T07:08:18.562Z | Downloaded pin-project-internal v1.1.10 |
338 | 2025-07-07T07:08:18.562Z | Downloaded litemap v0.7.5 |
339 | 2025-07-07T07:08:18.562Z | Downloaded icu_locid_transform_data v1.5.1 |
340 | 2025-07-07T07:08:18.562Z | Downloaded icu_locid_transform v1.5.0 |
341 | 2025-07-07T07:08:18.562Z | Downloaded slog-stdlog v4.1.1 |
342 | 2025-07-07T07:08:18.562Z | Downloaded yoke-derive v0.7.5 |
343 | 2025-07-07T07:08:18.562Z | Downloaded xz2 v0.1.7 |
344 | 2025-07-07T07:08:18.562Z | Downloaded parking_lot_core v0.9.10 |
345 | 2025-07-07T07:08:18.562Z | Downloaded linked_hash_set v0.1.5 |
346 | 2025-07-07T07:08:18.589Z | Downloaded rustls-pki-types v1.11.0 |
347 | 2025-07-07T07:08:18.589Z | Downloaded rand v0.8.5 |
348 | 2025-07-07T07:08:18.589Z | Downloaded strsim v0.11.1 |
349 | 2025-07-07T07:08:18.589Z | Downloaded smf v0.2.3 |
350 | 2025-07-07T07:08:18.589Z | Downloaded http v0.2.12 |
351 | 2025-07-07T07:08:18.589Z | Downloaded hashbrown v0.12.3 |
352 | 2025-07-07T07:08:18.589Z | Downloaded openssl-macros v0.1.1 |
353 | 2025-07-07T07:08:18.589Z | Downloaded progenitor-macro v0.9.1 |
354 | 2025-07-07T07:08:18.589Z | Downloaded percent-encoding v2.3.1 |
355 | 2025-07-07T07:08:18.589Z | Downloaded linked-hash-map v0.5.6 |
356 | 2025-07-07T07:08:18.589Z | Downloaded lazy_static v1.5.0 |
357 | 2025-07-07T07:08:18.589Z | Downloaded itoa v1.0.15 |
358 | 2025-07-07T07:08:18.589Z | Downloaded is-terminal v0.4.16 |
359 | 2025-07-07T07:08:18.589Z | Downloaded rustversion v1.0.20 |
360 | 2025-07-07T07:08:18.589Z | Downloaded utf8parse v0.2.2 |
361 | 2025-07-07T07:08:18.615Z | Downloaded slog-scope v4.4.0 |
362 | 2025-07-07T07:08:18.615Z | Downloaded clap_builder v4.5.40 |
363 | 2025-07-07T07:08:18.615Z | Downloaded is_terminal_polyfill v1.70.1 |
364 | 2025-07-07T07:08:18.615Z | Downloaded version_check v0.9.5 |
365 | 2025-07-07T07:08:18.615Z | Downloaded utf8_iter v1.0.4 |
366 | 2025-07-07T07:08:18.615Z | Downloaded utf-8 v0.7.6 |
367 | 2025-07-07T07:08:18.615Z | Downloaded typify-macro v0.3.0 |
368 | 2025-07-07T07:08:18.615Z | Downloaded prost-derive v0.11.9 |
369 | 2025-07-07T07:08:18.615Z | Downloaded tower v0.4.13 |
370 | 2025-07-07T07:08:18.615Z | Downloaded tokio-stream v0.1.17 |
371 | 2025-07-07T07:08:18.641Z | Downloaded tokio-macros v2.5.0 |
372 | 2025-07-07T07:08:18.641Z | Downloaded serde_yaml v0.9.34+deprecated |
373 | 2025-07-07T07:08:18.641Z | Downloaded serde_with_macros v3.14.0 |
374 | 2025-07-07T07:08:18.641Z | Downloaded serde_tokenstream v0.2.2 |
375 | 2025-07-07T07:08:18.641Z | Downloaded semver v1.0.26 |
376 | 2025-07-07T07:08:18.641Z | Downloaded httparse v1.10.1 |
377 | 2025-07-07T07:08:18.641Z | Downloaded getrandom v0.3.2 |
378 | 2025-07-07T07:08:18.641Z | Downloaded darling_core v0.20.11 |
379 | 2025-07-07T07:08:18.641Z | Downloaded crossbeam-utils v0.8.21 |
380 | 2025-07-07T07:08:18.641Z | Downloaded console v0.15.11 |
381 | 2025-07-07T07:08:18.667Z | Downloaded base64 v0.21.7 |
382 | 2025-07-07T07:08:18.667Z | Downloaded rustls-pemfile v1.0.4 |
383 | 2025-07-07T07:08:18.667Z | Downloaded rand_core v0.9.3 |
384 | 2025-07-07T07:08:18.667Z | Downloaded rand_core v0.6.4 |
385 | 2025-07-07T07:08:18.667Z | Downloaded want v0.3.1 |
386 | 2025-07-07T07:08:18.667Z | Downloaded try-lock v0.2.5 |
387 | 2025-07-07T07:08:18.667Z | Downloaded tower-service v0.3.3 |
388 | 2025-07-07T07:08:18.667Z | Downloaded tonic-openssl v0.3.0 |
389 | 2025-07-07T07:08:18.667Z | Downloaded time-core v0.1.4 |
390 | 2025-07-07T07:08:18.667Z | Downloaded slab v0.4.9 |
391 | 2025-07-07T07:08:18.667Z | Downloaded hyper-timeout v0.4.1 |
392 | 2025-07-07T07:08:18.668Z | Downloaded hyper-rustls v0.27.5 |
393 | 2025-07-07T07:08:18.668Z | Downloaded getrandom v0.2.15 |
394 | 2025-07-07T07:08:18.668Z | Downloaded schemars v0.9.0 |
395 | 2025-07-07T07:08:18.695Z | Downloaded futures-io v0.3.31 |
396 | 2025-07-07T07:08:18.695Z | Downloaded futures-executor v0.3.31 |
397 | 2025-07-07T07:08:18.695Z | Downloaded futures v0.3.31 |
398 | 2025-07-07T07:08:18.695Z | Downloaded rand_chacha v0.9.0 |
399 | 2025-07-07T07:08:18.696Z | Downloaded rand_chacha v0.3.1 |
400 | 2025-07-07T07:08:18.696Z | Downloaded uuid v1.17.0 |
401 | 2025-07-07T07:08:18.696Z | Downloaded tungstenite v0.21.0 |
402 | 2025-07-07T07:08:18.696Z | Downloaded tokio-rustls v0.24.1 |
403 | 2025-07-07T07:08:18.696Z | Downloaded tokio-openssl v0.6.5 |
404 | 2025-07-07T07:08:18.723Z | Downloaded tokio-io-timeout v1.2.0 |
405 | 2025-07-07T07:08:18.723Z | Downloaded tinyvec_macros v0.1.1 |
406 | 2025-07-07T07:08:18.723Z | Downloaded time-macros v0.2.22 |
407 | 2025-07-07T07:08:18.723Z | Downloaded thread_local v1.1.8 |
408 | 2025-07-07T07:08:18.723Z | Downloaded thiserror v2.0.12 |
409 | 2025-07-07T07:08:18.723Z | Downloaded thiserror v1.0.69 |
410 | 2025-07-07T07:08:18.723Z | Downloaded tabwriter v1.4.1 |
411 | 2025-07-07T07:08:18.723Z | Downloaded synstructure v0.13.1 |
412 | 2025-07-07T07:08:18.723Z | Downloaded shlex v1.3.0 |
413 | 2025-07-07T07:08:18.723Z | Downloaded serde_spanned v0.6.8 |
414 | 2025-07-07T07:08:18.723Z | Downloaded httpdate v1.0.3 |
415 | 2025-07-07T07:08:18.723Z | Downloaded futures-task v0.3.31 |
416 | 2025-07-07T07:08:18.723Z | Downloaded crossbeam-channel v0.5.15 |
417 | 2025-07-07T07:08:18.723Z | Downloaded axum-core v0.3.4 |
418 | 2025-07-07T07:08:18.749Z | Downloaded serde_urlencoded v0.7.1 |
419 | 2025-07-07T07:08:18.749Z | Downloaded serde_derive v1.0.219 |
420 | 2025-07-07T07:08:18.749Z | Downloaded ryu v1.0.20 |
421 | 2025-07-07T07:08:18.749Z | Downloaded hyper-openssl v0.9.2 |
422 | 2025-07-07T07:08:18.750Z | Downloaded http-body-util v0.1.3 |
423 | 2025-07-07T07:08:18.750Z | Downloaded http-body v1.0.1 |
424 | 2025-07-07T07:08:18.750Z | Downloaded home v0.5.11 |
425 | 2025-07-07T07:08:18.750Z | Downloaded hex v0.4.3 |
426 | 2025-07-07T07:08:18.750Z | Downloaded heck v0.4.1 |
427 | 2025-07-07T07:08:18.750Z | Downloaded futures-sink v0.3.31 |
428 | 2025-07-07T07:08:18.750Z | Downloaded form_urlencoded v1.2.1 |
429 | 2025-07-07T07:08:18.750Z | Downloaded foreign-types-shared v0.3.1 |
430 | 2025-07-07T07:08:18.750Z | Downloaded foreign-types-macros v0.2.3 |
431 | 2025-07-07T07:08:18.750Z | Downloaded dyn-clone v1.0.19 |
432 | 2025-07-07T07:08:18.750Z | Downloaded colored v3.0.0 |
433 | 2025-07-07T07:08:18.750Z | Downloaded clap_derive v4.5.40 |
434 | 2025-07-07T07:08:18.750Z | Downloaded tokio-tungstenite v0.21.0 |
435 | 2025-07-07T07:08:18.776Z | Downloaded tokio-rustls v0.26.2 |
436 | 2025-07-07T07:08:18.776Z | Downloaded sync_wrapper v0.1.2 |
437 | 2025-07-07T07:08:18.776Z | Downloaded sct v0.7.1 |
438 | 2025-07-07T07:08:18.776Z | Downloaded schemars v0.8.22 |
439 | 2025-07-07T07:08:18.776Z | Downloaded foreign-types-shared v0.1.1 |
440 | 2025-07-07T07:08:18.776Z | Downloaded foldhash v0.1.5 |
441 | 2025-07-07T07:08:18.776Z | Downloaded dirs-next v2.0.0 |
442 | 2025-07-07T07:08:18.776Z | Downloaded untrusted v0.9.0 |
443 | 2025-07-07T07:08:18.776Z | Downloaded toml_datetime v0.6.8 |
444 | 2025-07-07T07:08:18.776Z | Downloaded tokio-native-tls v0.3.1 |
445 | 2025-07-07T07:08:18.776Z | Downloaded thiserror-impl v1.0.69 |
446 | 2025-07-07T07:08:18.801Z | Downloaded term v0.7.0 |
447 | 2025-07-07T07:08:18.801Z | Downloaded stable_deref_trait v1.2.0 |
448 | 2025-07-07T07:08:18.801Z | Downloaded fastrand v2.3.0 |
449 | 2025-07-07T07:08:18.801Z | Downloaded errno v0.3.11 |
450 | 2025-07-07T07:08:18.801Z | Downloaded equivalent v1.0.2 |
451 | 2025-07-07T07:08:18.801Z | Downloaded dirs-sys-next v0.1.2 |
452 | 2025-07-07T07:08:18.801Z | Downloaded darling_macro v0.20.11 |
453 | 2025-07-07T07:08:18.801Z | Downloaded crypto-common v0.1.6 |
454 | 2025-07-07T07:08:18.801Z | Downloaded clap_lex v0.7.4 |
455 | 2025-07-07T07:08:18.801Z | Downloaded signal-hook-registry v1.4.2 |
456 | 2025-07-07T07:08:18.802Z | Downloaded sha1 v0.10.6 |
457 | 2025-07-07T07:08:18.802Z | Downloaded schemars_derive v0.8.22 |
458 | 2025-07-07T07:08:18.802Z | Downloaded futures-core v0.3.31 |
459 | 2025-07-07T07:08:18.802Z | Downloaded foreign-types v0.3.2 |
460 | 2025-07-07T07:08:18.802Z | Downloaded fnv v1.0.7 |
461 | 2025-07-07T07:08:18.802Z | Downloaded take_mut v0.2.2 |
462 | 2025-07-07T07:08:18.802Z | Downloaded sync_wrapper v1.0.2 |
463 | 2025-07-07T07:08:18.802Z | Downloaded hyper-timeout v0.5.2 |
464 | 2025-07-07T07:08:18.802Z | Downloaded displaydoc v0.2.5 |
465 | 2025-07-07T07:08:18.802Z | Downloaded digest v0.10.7 |
466 | 2025-07-07T07:08:18.827Z | Downloaded deranged v0.4.0 |
467 | 2025-07-07T07:08:18.827Z | Downloaded darling v0.20.11 |
468 | 2025-07-07T07:08:18.827Z | Downloaded foreign-types v0.5.0 |
469 | 2025-07-07T07:08:18.827Z | Downloaded either v1.15.0 |
470 | 2025-07-07T07:08:18.827Z | Downloaded cstr-argument v0.1.2 |
471 | 2025-07-07T07:08:18.827Z | Downloaded crucible-workspace-hack v0.1.0 |
472 | 2025-07-07T07:08:18.827Z | Downloaded colorchoice v1.0.3 |
473 | 2025-07-07T07:08:18.827Z | Downloaded chrono v0.4.40 |
474 | 2025-07-07T07:08:18.827Z | Downloaded clap v4.5.40 |
475 | 2025-07-07T07:08:18.852Z | Downloaded block-buffer v0.10.4 |
476 | 2025-07-07T07:08:18.852Z | Downloaded bitflags v1.3.2 |
477 | 2025-07-07T07:08:18.852Z | Downloaded base64 v0.22.1 |
478 | 2025-07-07T07:08:18.852Z | Downloaded base16ct v0.2.0 |
479 | 2025-07-07T07:08:18.852Z | Downloaded axum v0.7.9 |
480 | 2025-07-07T07:08:18.852Z | Downloaded atomic-waker v1.1.2 |
481 | 2025-07-07T07:08:18.852Z | Downloaded async-stream v0.3.6 |
482 | 2025-07-07T07:08:18.852Z | Downloaded arc-swap v1.7.1 |
483 | 2025-07-07T07:08:18.877Z | Downloaded cfg-if v1.0.0 |
484 | 2025-07-07T07:08:18.877Z | Downloaded bytes v1.10.1 |
485 | 2025-07-07T07:08:18.877Z | Downloaded bitflags v2.9.0 |
486 | 2025-07-07T07:08:18.877Z | Downloaded async-stream-impl v0.3.6 |
487 | 2025-07-07T07:08:18.877Z | Downloaded anyhow v1.0.98 |
488 | 2025-07-07T07:08:18.877Z | Downloaded cargo_toml v0.22.1 |
489 | 2025-07-07T07:08:18.877Z | Downloaded axum-core v0.4.5 |
490 | 2025-07-07T07:08:18.877Z | Downloaded async-trait v0.1.88 |
491 | 2025-07-07T07:08:18.877Z | Downloaded anstyle v1.0.10 |
492 | 2025-07-07T07:08:18.877Z | Downloaded anstream v0.6.18 |
493 | 2025-07-07T07:08:18.877Z | Downloaded allocator-api2 v0.2.21 |
494 | 2025-07-07T07:08:18.903Z | Downloaded aho-corasick v1.1.3 |
495 | 2025-07-07T07:08:18.903Z | Downloaded byteorder v1.5.0 |
496 | 2025-07-07T07:08:18.903Z | Downloaded axum v0.6.20 |
497 | 2025-07-07T07:08:18.903Z | Downloaded autocfg v1.4.0 |
498 | 2025-07-07T07:08:18.903Z | Downloaded anstyle-query v1.1.2 |
499 | 2025-07-07T07:08:18.903Z | Downloaded anstyle-parse v0.2.6 |
500 | 2025-07-07T07:08:19.045Z | Compiling proc-macro2 v1.0.94 |
501 | 2025-07-07T07:08:19.045Z | Compiling unicode-ident v1.0.18 |
502 | 2025-07-07T07:08:19.045Z | Compiling libc v0.2.171 |
503 | 2025-07-07T07:08:19.070Z | Compiling cfg-if v1.0.0 |
504 | 2025-07-07T07:08:19.070Z | Compiling autocfg v1.4.0 |
505 | 2025-07-07T07:08:19.070Z | Compiling itoa v1.0.15 |
506 | 2025-07-07T07:08:19.070Z | Compiling equivalent v1.0.2 |
507 | 2025-07-07T07:08:19.070Z | Compiling foldhash v0.1.5 |
508 | 2025-07-07T07:08:19.240Z | Compiling allocator-api2 v0.2.21 |
509 | 2025-07-07T07:08:19.266Z | Compiling bytes v1.10.1 |
510 | 2025-07-07T07:08:19.297Z | Compiling serde v1.0.219 |
511 | 2025-07-07T07:08:19.330Z | Compiling memchr v2.7.4 |
512 | 2025-07-07T07:08:19.449Z | Compiling pin-project-lite v0.2.16 |
513 | 2025-07-07T07:08:19.585Z | Compiling fnv v1.0.7 |
514 | 2025-07-07T07:08:19.754Z | Compiling smallvec v1.15.0 |
515 | 2025-07-07T07:08:19.804Z | Compiling hashbrown v0.15.2 |
516 | 2025-07-07T07:08:19.829Z | Compiling shlex v1.3.0 |
517 | 2025-07-07T07:08:20.113Z | Compiling cc v1.2.19 |
518 | 2025-07-07T07:08:20.138Z | Compiling lock_api v0.4.12 |
519 | 2025-07-07T07:08:20.322Z | Compiling once_cell v1.21.3 |
520 | 2025-07-07T07:08:20.347Z | Compiling futures-core v0.3.31 |
521 | 2025-07-07T07:08:20.418Z | Compiling parking_lot_core v0.9.10 |
522 | 2025-07-07T07:08:20.570Z | Compiling scopeguard v1.2.0 |
523 | 2025-07-07T07:08:20.596Z | Compiling socket2 v0.5.9 |
524 | 2025-07-07T07:08:20.596Z | Compiling log v0.4.27 |
525 | 2025-07-07T07:08:20.683Z | Compiling signal-hook-registry v1.4.2 |
526 | 2025-07-07T07:08:20.726Z | Compiling quote v1.0.40 |
527 | 2025-07-07T07:08:21.000Z | Compiling mio v1.0.3 |
528 | 2025-07-07T07:08:21.179Z | Compiling syn v2.0.100 |
529 | 2025-07-07T07:08:21.379Z | Compiling parking_lot v0.12.3 |
530 | 2025-07-07T07:08:21.404Z | Compiling slab v0.4.9 |
531 | 2025-07-07T07:08:21.429Z | Compiling futures-sink v0.3.31 |
532 | 2025-07-07T07:08:21.454Z | Compiling futures-io v0.3.31 |
533 | 2025-07-07T07:08:21.482Z | Compiling futures-task v0.3.31 |
534 | 2025-07-07T07:08:21.581Z | Compiling futures-channel v0.3.31 |
535 | 2025-07-07T07:08:21.716Z | Compiling pin-utils v0.1.0 |
536 | 2025-07-07T07:08:21.768Z | Compiling ryu v1.0.20 |
537 | 2025-07-07T07:08:21.819Z | Compiling getrandom v0.2.15 |
538 | 2025-07-07T07:08:21.946Z | Compiling serde_json v1.0.140 |
539 | 2025-07-07T07:08:22.069Z | Compiling http v1.3.1 |
540 | 2025-07-07T07:08:22.095Z | Compiling pkg-config v0.3.32 |
541 | 2025-07-07T07:08:22.121Z | Compiling tracing-core v0.1.33 |
542 | 2025-07-07T07:08:22.153Z | Compiling tower-service v0.3.3 |
543 | 2025-07-07T07:08:22.178Z | Compiling num-traits v0.2.19 |
544 | 2025-07-07T07:08:22.294Z | Compiling httparse v1.10.1 |
545 | 2025-07-07T07:08:22.436Z | Compiling percent-encoding v2.3.1 |
546 | 2025-07-07T07:08:23.013Z | Compiling vcpkg v0.2.15 |
547 | 2025-07-07T07:08:23.253Z | Compiling stable_deref_trait v1.2.0 |
548 | 2025-07-07T07:08:23.379Z | Compiling ring v0.17.14 |
549 | 2025-07-07T07:08:23.523Z | Compiling getrandom v0.3.2 |
550 | 2025-07-07T07:08:23.696Z | Compiling schemars v0.8.22 |
551 | 2025-07-07T07:08:23.723Z | Compiling try-lock v0.2.5 |
552 | 2025-07-07T07:08:23.886Z | Compiling syn v1.0.109 |
553 | 2025-07-07T07:08:24.120Z | Compiling want v0.3.1 |
554 | 2025-07-07T07:08:24.145Z | Compiling dyn-clone v1.0.19 |
555 | 2025-07-07T07:08:24.188Z | Compiling openssl-sys v0.9.109 |
556 | 2025-07-07T07:08:24.309Z | Compiling version_check v0.9.5 |
557 | 2025-07-07T07:08:24.386Z | Compiling httpdate v1.0.3 |
558 | 2025-07-07T07:08:24.427Z | Compiling http-body v1.0.1 |
559 | 2025-07-07T07:08:24.668Z | Compiling tower-layer v0.3.3 |
560 | 2025-07-07T07:08:24.723Z | Compiling zerocopy v0.8.24 |
561 | 2025-07-07T07:08:24.841Z | Compiling regex-syntax v0.8.5 |
562 | 2025-07-07T07:08:24.866Z | Compiling untrusted v0.9.0 |
563 | 2025-07-07T07:08:24.962Z | Compiling icu_locid_transform_data v1.5.1 |
564 | 2025-07-07T07:08:25.058Z | Compiling writeable v0.5.5 |
565 | 2025-07-07T07:08:25.240Z | Compiling litemap v0.7.5 |
566 | 2025-07-07T07:08:25.641Z | Compiling icu_properties_data v1.5.1 |
567 | 2025-07-07T07:08:25.666Z | Compiling base64 v0.22.1 |
568 | 2025-07-07T07:08:25.821Z | Compiling openssl v0.10.73 |
569 | 2025-07-07T07:08:26.055Z | Compiling atomic-waker v1.1.2 |
570 | 2025-07-07T07:08:26.303Z | Compiling anyhow v1.0.98 |
571 | 2025-07-07T07:08:26.328Z | Compiling foreign-types-shared v0.1.1 |
572 | 2025-07-07T07:08:26.389Z | Compiling thiserror v2.0.12 |
573 | 2025-07-07T07:08:26.468Z | Compiling heck v0.5.0 |
574 | 2025-07-07T07:08:26.949Z | Compiling icu_normalizer_data v1.5.1 |
575 | 2025-07-07T07:08:27.402Z | Compiling foreign-types v0.3.2 |
576 | 2025-07-07T07:08:27.538Z | Compiling iana-time-zone v0.1.63 |
577 | 2025-07-07T07:08:27.790Z | Compiling mime v0.3.17 |
578 | 2025-07-07T07:08:28.011Z | Compiling synstructure v0.13.1 |
579 | 2025-07-07T07:08:28.313Z | Compiling serde_derive_internals v0.29.1 |
580 | 2025-07-07T07:08:28.507Z | Compiling ppv-lite86 v0.2.21 |
581 | 2025-07-07T07:08:28.706Z | Compiling rustversion v1.0.20 |
582 | 2025-07-07T07:08:29.354Z | Compiling aho-corasick v1.1.3 |
583 | 2025-07-07T07:08:29.408Z | Compiling sync_wrapper v1.0.2 |
584 | 2025-07-07T07:08:29.839Z | Compiling rustls-pki-types v1.11.0 |
585 | 2025-07-07T07:08:29.963Z | Compiling write16 v1.0.0 |
586 | 2025-07-07T07:08:30.106Z | Compiling ipnet v2.11.0 |
587 | 2025-07-07T07:08:30.144Z | Compiling utf8_iter v1.0.4 |
588 | 2025-07-07T07:08:30.378Z | Compiling utf16_iter v1.0.5 |
589 | 2025-07-07T07:08:30.754Z | Compiling http-body-util v0.1.3 |
590 | 2025-07-07T07:08:30.860Z | Compiling rand_core v0.6.4 |
591 | 2025-07-07T07:08:31.150Z | Compiling regex-automata v0.4.9 |
592 | 2025-07-07T07:08:31.175Z | Compiling serde_derive v1.0.219 |
593 | 2025-07-07T07:08:31.201Z | Compiling tokio-macros v2.5.0 |
594 | 2025-07-07T07:08:31.257Z | Compiling futures-macro v0.3.31 |
595 | 2025-07-07T07:08:31.603Z | Compiling tracing-attributes v0.1.28 |
596 | 2025-07-07T07:08:31.645Z | Compiling zerofrom-derive v0.1.6 |
597 | 2025-07-07T07:08:32.479Z | Compiling tokio v1.46.1 |
598 | 2025-07-07T07:08:32.777Z | Compiling futures-util v0.3.31 |
599 | 2025-07-07T07:08:32.807Z | Compiling yoke-derive v0.7.5 |
600 | 2025-07-07T07:08:33.694Z | Compiling zerovec-derive v0.10.3 |
601 | 2025-07-07T07:08:34.233Z | Compiling tracing v0.1.41 |
602 | 2025-07-07T07:08:34.329Z | Compiling zerofrom v0.1.6 |
603 | 2025-07-07T07:08:34.564Z | Compiling displaydoc v0.2.5 |
604 | 2025-07-07T07:08:34.731Z | Compiling schemars_derive v0.8.22 |
605 | 2025-07-07T07:08:34.908Z | Compiling yoke v0.7.5 |
606 | 2025-07-07T07:08:35.287Z | Compiling icu_provider_macros v1.5.0 |
607 | 2025-07-07T07:08:35.695Z | Compiling zerovec v0.10.4 |
608 | 2025-07-07T07:08:35.958Z | Compiling openssl-macros v0.1.1 |
609 | 2025-07-07T07:08:36.270Z | Compiling thiserror-impl v2.0.12 |
610 | 2025-07-07T07:08:36.707Z | Compiling winnow v0.7.10 |
611 | 2025-07-07T07:08:37.619Z | Compiling tinystr v0.7.6 |
612 | 2025-07-07T07:08:37.784Z | Compiling icu_collections v1.5.0 |
613 | 2025-07-07T07:08:38.012Z | Compiling icu_locid v1.5.0 |
614 | 2025-07-07T07:08:38.840Z | Compiling either v1.15.0 |
615 | 2025-07-07T07:08:38.896Z | Compiling semver v1.0.26 |
616 | 2025-07-07T07:08:39.027Z | Compiling icu_provider v1.5.0 |
617 | 2025-07-07T07:08:39.220Z | Compiling regex v1.11.1 |
618 | 2025-07-07T07:08:39.433Z | Compiling rand_chacha v0.3.1 |
619 | 2025-07-07T07:08:39.825Z | Compiling icu_locid_transform v1.5.0 |
620 | 2025-07-07T07:08:40.021Z | Compiling chrono v0.4.40 |
621 | 2025-07-07T07:08:40.177Z | Compiling form_urlencoded v1.2.1 |
622 | 2025-07-07T07:08:40.369Z | Compiling tokio-util v0.7.14 |
623 | 2025-07-07T07:08:40.473Z | Compiling tower v0.5.2 |
624 | 2025-07-07T07:08:41.158Z | Compiling icu_properties v1.5.1 |
625 | 2025-07-07T07:08:41.184Z | Compiling typenum v1.18.0 |
626 | 2025-07-07T07:08:41.498Z | Compiling indexmap v2.9.0 |
627 | 2025-07-07T07:08:41.773Z | Compiling bitflags v2.9.0 |
628 | 2025-07-07T07:08:42.017Z | Compiling uuid v1.17.0 |
629 | 2025-07-07T07:08:42.776Z | Compiling h2 v0.4.8 |
630 | 2025-07-07T07:08:42.993Z | Compiling native-tls v0.2.14 |
631 | 2025-07-07T07:08:43.977Z | Compiling rustls v0.23.26 |
632 | 2025-07-07T07:08:44.287Z | Compiling strsim v0.11.1 |
633 | 2025-07-07T07:08:44.875Z | Compiling icu_normalizer v1.5.0 |
634 | 2025-07-07T07:08:45.222Z | Compiling toml_datetime v0.6.8 |
635 | 2025-07-07T07:08:45.667Z | Compiling idna_adapter v1.2.0 |
636 | 2025-07-07T07:08:45.886Z | Compiling idna v1.0.3 |
637 | 2025-07-07T07:08:45.912Z | Compiling serde_spanned v0.6.8 |
638 | 2025-07-07T07:08:46.000Z | Compiling rand v0.8.5 |
639 | 2025-07-07T07:08:46.138Z | Compiling itertools v0.10.5 |
640 | 2025-07-07T07:08:46.494Z | Compiling async-trait v0.1.88 |
641 | 2025-07-07T07:08:47.081Z | Compiling rustls-webpki v0.103.1 |
642 | 2025-07-07T07:08:47.394Z | Compiling generic-array v0.14.7 |
643 | 2025-07-07T07:08:47.420Z | Compiling regress v0.10.3 |
644 | 2025-07-07T07:08:47.796Z | Compiling openssl-probe v0.1.6 |
645 | 2025-07-07T07:08:48.127Z | Compiling subtle v2.6.1 |
646 | 2025-07-07T07:08:48.179Z | Compiling zeroize v1.8.1 |
647 | 2025-07-07T07:08:48.269Z | Compiling prost-derive v0.11.9 |
648 | 2025-07-07T07:08:48.574Z | Compiling url v2.5.4 |
649 | 2025-07-07T07:08:49.017Z | Compiling hyper v1.6.0 |
650 | 2025-07-07T07:08:49.101Z | Compiling toml_edit v0.22.24 |
651 | 2025-07-07T07:08:50.107Z | Compiling serde_tokenstream v0.2.2 |
652 | 2025-07-07T07:08:50.248Z | Compiling errno v0.3.11 |
653 | 2025-07-07T07:08:50.468Z | Compiling typify-impl v0.3.0 |
654 | 2025-07-07T07:08:50.582Z | Compiling http v0.2.12 |
655 | 2025-07-07T07:08:50.966Z | Compiling lazy_static v1.5.0 |
656 | 2025-07-07T07:08:51.110Z | Compiling hyper-util v0.1.13 |
657 | 2025-07-07T07:08:51.758Z | Compiling ident_case v1.0.1 |
658 | 2025-07-07T07:08:51.906Z | Compiling slog v2.7.0 |
659 | 2025-07-07T07:08:51.955Z | Compiling darling_core v0.20.11 |
660 | 2025-07-07T07:08:52.547Z | Compiling tokio-native-tls v0.3.1 |
661 | 2025-07-07T07:08:52.630Z | Compiling webpki-roots v0.26.8 |
662 | 2025-07-07T07:08:52.841Z | Compiling indexmap v1.9.3 |
663 | 2025-07-07T07:08:53.445Z | Compiling iri-string v0.7.8 |
664 | 2025-07-07T07:08:53.583Z | Compiling rustix v1.0.5 |
665 | 2025-07-07T07:08:53.678Z | Compiling heck v0.4.1 |
666 | 2025-07-07T07:08:54.012Z | Compiling tokio-rustls v0.26.2 |
667 | 2025-07-07T07:08:54.170Z | Compiling thiserror v1.0.69 |
668 | 2025-07-07T07:08:54.449Z | Compiling rustix v0.38.44 |
669 | 2025-07-07T07:08:54.752Z | Compiling hyper-rustls v0.27.5 |
670 | 2025-07-07T07:08:55.150Z | Compiling hyper-tls v0.6.0 |
671 | 2025-07-07T07:08:55.598Z | Compiling http-body v0.4.6 |
672 | 2025-07-07T07:08:55.658Z | Compiling serde_urlencoded v0.7.1 |
673 | 2025-07-07T07:08:56.017Z | Compiling tower-http v0.6.5 |
674 | 2025-07-07T07:08:56.043Z | Compiling thiserror-impl v1.0.69 |
675 | 2025-07-07T07:08:56.068Z | Compiling pin-project-internal v1.1.10 |
676 | 2025-07-07T07:08:56.181Z | Compiling webpki-roots v1.0.0 |
677 | 2025-07-07T07:08:56.413Z | Compiling darling_macro v0.20.11 |
678 | 2025-07-07T07:08:56.954Z | Compiling encoding_rs v0.8.35 |
679 | 2025-07-07T07:08:56.995Z | Compiling hashbrown v0.12.3 |
680 | 2025-07-07T07:08:57.427Z | Compiling prettyplease v0.1.25 |
681 | 2025-07-07T07:08:57.839Z | Compiling darling v0.20.11 |
682 | 2025-07-07T07:08:58.312Z | Compiling pin-project v1.1.10 |
683 | 2025-07-07T07:08:59.073Z | Compiling reqwest v0.12.22 |
684 | 2025-07-07T07:08:59.883Z | Compiling block-buffer v0.10.4 |
685 | 2025-07-07T07:09:00.106Z | Compiling crypto-common v0.1.6 |
686 | 2025-07-07T07:09:00.184Z | Compiling h2 v0.3.26 |
687 | 2025-07-07T07:09:00.262Z | Compiling prost v0.11.9 |
688 | 2025-07-07T07:09:00.724Z | Compiling matchit v0.7.3 |
689 | 2025-07-07T07:09:00.873Z | Compiling utf8parse v0.2.2 |
690 | 2025-07-07T07:09:01.294Z | Compiling fixedbitset v0.4.2 |
691 | 2025-07-07T07:09:01.404Z | Compiling fastrand v2.3.0 |
692 | 2025-07-07T07:09:01.690Z | Compiling home v0.5.11 |
693 | 2025-07-07T07:09:01.878Z | Compiling which v4.4.2 |
694 | 2025-07-07T07:09:01.913Z | Compiling tempfile v3.19.1 |
695 | 2025-07-07T07:09:02.622Z | Compiling petgraph v0.6.5 |
696 | 2025-07-07T07:09:03.345Z | Compiling anstyle-parse v0.2.6 |
697 | 2025-07-07T07:09:03.658Z | Compiling prost-types v0.11.9 |
698 | 2025-07-07T07:09:04.609Z | Compiling digest v0.10.7 |
699 | 2025-07-07T07:09:04.948Z | Compiling tower v0.4.13 |
700 | 2025-07-07T07:09:05.654Z | Compiling serde_with_macros v3.14.0 |
701 | 2025-07-07T07:09:06.434Z | Compiling typify-macro v0.3.0 |
702 | 2025-07-07T07:09:07.030Z | Compiling hyper v0.14.32 |
703 | 2025-07-07T07:09:07.387Z | Compiling openapiv3 v2.0.0 |
704 | 2025-07-07T07:09:07.904Z | Compiling futures-executor v0.3.31 |
705 | 2025-07-07T07:09:08.417Z | Compiling axum-core v0.3.4 |
706 | 2025-07-07T07:09:08.750Z | Compiling async-stream-impl v0.3.6 |
707 | 2025-07-07T07:09:09.174Z | Compiling proc-macro-error-attr v1.0.4 |
708 | 2025-07-07T07:09:09.376Z | Compiling cpufeatures v0.2.17 |
709 | 2025-07-07T07:09:09.491Z | Compiling rustls v0.21.12 |
710 | 2025-07-07T07:09:09.518Z | Compiling base64 v0.21.7 |
711 | 2025-07-07T07:09:09.825Z | Compiling multimap v0.8.3 |
712 | 2025-07-07T07:09:09.866Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
713 | 2025-07-07T07:09:10.097Z | Compiling crucible-workspace-hack v0.1.0 |
714 | 2025-07-07T07:09:10.162Z | Compiling anstyle v1.0.10 |
715 | 2025-07-07T07:09:10.273Z | Compiling colorchoice v1.0.3 |
716 | 2025-07-07T07:09:10.406Z | Compiling typify v0.3.0 |
717 | 2025-07-07T07:09:10.432Z | Compiling crossbeam-utils v0.8.21 |
718 | 2025-07-07T07:09:10.461Z | Compiling unsafe-libyaml v0.2.11 |
719 | 2025-07-07T07:09:10.487Z | Compiling tokio-openssl v0.6.5 |
720 | 2025-07-07T07:09:10.560Z | Compiling anstyle-query v1.1.2 |
721 | 2025-07-07T07:09:10.608Z | Compiling is_terminal_polyfill v1.70.1 |
722 | 2025-07-07T07:09:10.741Z | Compiling anstream v0.6.18 |
723 | 2025-07-07T07:09:10.779Z | Compiling progenitor-impl v0.9.1 |
724 | 2025-07-07T07:09:10.996Z | Compiling prost-build v0.11.9 |
725 | 2025-07-07T07:09:11.023Z | Compiling async-stream v0.3.6 |
726 | 2025-07-07T07:09:11.195Z | Compiling futures v0.3.31 |
727 | 2025-07-07T07:09:11.324Z | Compiling serde_with v3.14.0 |
728 | 2025-07-07T07:09:11.350Z | Compiling proc-macro-crate v3.3.0 |
729 | 2025-07-07T07:09:11.388Z | Compiling axum-core v0.4.5 |
730 | 2025-07-07T07:09:11.917Z | Compiling serde_yaml v0.9.34+deprecated |
731 | 2025-07-07T07:09:13.150Z | Compiling tokio-stream v0.1.17 |
732 | 2025-07-07T07:09:13.992Z | Compiling axum v0.6.20 |
733 | 2025-07-07T07:09:14.316Z | Compiling sct v0.7.1 |
734 | 2025-07-07T07:09:14.625Z | Compiling rustls-webpki v0.101.7 |
735 | 2025-07-07T07:09:14.803Z | Compiling proc-macro-error v1.0.4 |
736 | 2025-07-07T07:09:14.829Z | Compiling dirs-sys-next v0.1.2 |
737 | 2025-07-07T07:09:14.949Z | Compiling clap_lex v0.7.4 |
738 | 2025-07-07T07:09:15.173Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#e0b59b08) |
739 | 2025-07-07T07:09:15.391Z | Compiling num-conv v0.1.0 |
740 | 2025-07-07T07:09:15.417Z | Compiling powerfmt v0.2.0 |
741 | 2025-07-07T07:09:15.518Z | Compiling prettyplease v0.2.32 |
742 | 2025-07-07T07:09:15.696Z | Compiling time-core v0.1.4 |
743 | 2025-07-07T07:09:15.767Z | Compiling deranged v0.4.0 |
744 | 2025-07-07T07:09:15.909Z | Compiling time-macros v0.2.22 |
745 | 2025-07-07T07:09:16.271Z | Compiling clap_builder v4.5.40 |
746 | 2025-07-07T07:09:16.486Z | Compiling dirs-next v2.0.0 |
747 | 2025-07-07T07:09:16.700Z | Compiling axum v0.7.9 |
748 | 2025-07-07T07:09:17.108Z | Compiling num_enum_derive v0.7.3 |
749 | 2025-07-07T07:09:18.351Z | Compiling progenitor-macro v0.9.1 |
750 | 2025-07-07T07:09:18.376Z | Compiling tonic-build v0.9.2 |
751 | 2025-07-07T07:09:21.508Z | Compiling sha1 v0.10.6 |
752 | 2025-07-07T07:09:21.844Z | Compiling progenitor-client v0.9.1 |
753 | 2025-07-07T07:09:21.971Z | Compiling hyper-timeout v0.5.2 |
754 | 2025-07-07T07:09:22.348Z | Compiling toml v0.8.20 |
755 | 2025-07-07T07:09:22.385Z | Compiling tokio-io-timeout v1.2.0 |
756 | 2025-07-07T07:09:22.713Z | Compiling foreign-types-macros v0.2.3 |
757 | 2025-07-07T07:09:22.860Z | Compiling clap_derive v4.5.40 |
758 | 2025-07-07T07:09:22.988Z | Compiling rand_core v0.9.3 |
759 | 2025-07-07T07:09:23.376Z | Compiling lzma-sys v0.1.20 |
760 | 2025-07-07T07:09:23.404Z | Compiling thread_local v1.1.8 |
761 | 2025-07-07T07:09:23.807Z | Compiling prost v0.13.5 |
762 | 2025-07-07T07:09:23.866Z | Compiling arc-swap v1.7.1 |
763 | 2025-07-07T07:09:23.951Z | Compiling slog-async v2.8.0 |
764 | 2025-07-07T07:09:23.977Z | Compiling hyper-openssl v0.9.2 |
765 | 2025-07-07T07:09:24.110Z | Compiling unicode-width v0.2.0 |
766 | 2025-07-07T07:09:24.135Z | Compiling foreign-types-shared v0.3.1 |
767 | 2025-07-07T07:09:24.262Z | Compiling bitflags v1.3.2 |
768 | 2025-07-07T07:09:24.330Z | Compiling byteorder v1.5.0 |
769 | 2025-07-07T07:09:24.375Z | Compiling data-encoding v2.8.0 |
770 | 2025-07-07T07:09:24.411Z | Compiling utf-8 v0.7.6 |
771 | 2025-07-07T07:09:24.437Z | Compiling sync_wrapper v0.1.2 |
772 | 2025-07-07T07:09:24.573Z | Compiling portable-atomic v1.11.0 |
773 | 2025-07-07T07:09:24.599Z | Compiling linked-hash-map v0.5.6 |
774 | 2025-07-07T07:09:24.719Z | Compiling tonic v0.12.3 |
775 | 2025-07-07T07:09:24.842Z | Compiling slog-scope v4.4.0 |
776 | 2025-07-07T07:09:24.912Z | Compiling tungstenite v0.21.0 |
777 | 2025-07-07T07:09:25.300Z | Compiling linked_hash_set v0.1.5 |
778 | 2025-07-07T07:09:25.419Z | Compiling foreign-types v0.5.0 |
779 | 2025-07-07T07:09:25.565Z | Compiling rand_chacha v0.9.0 |
780 | 2025-07-07T07:09:25.591Z | Compiling cargo_toml v0.22.1 |
781 | 2025-07-07T07:09:26.061Z | Compiling hyper-timeout v0.4.1 |
782 | 2025-07-07T07:09:26.226Z | Compiling clap v4.5.40 |
783 | 2025-07-07T07:09:26.337Z | Compiling crossbeam-channel v0.5.15 |
784 | 2025-07-07T07:09:26.362Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
785 | 2025-07-07T07:09:26.728Z | Compiling wrangler v0.1.0 (/work/ci/testbed/tools/wrangler) |
786 | 2025-07-07T07:09:27.012Z | Compiling tokio-rustls v0.24.1 |
787 | 2025-07-07T07:09:27.301Z | Compiling num_enum v0.7.3 |
788 | 2025-07-07T07:09:27.336Z | Compiling time v0.3.41 |
789 | 2025-07-07T07:09:27.399Z | Compiling term v0.7.0 |
790 | 2025-07-07T07:09:28.900Z | Compiling progenitor v0.9.1 |
791 | 2025-07-07T07:09:29.103Z | Compiling rustls-pemfile v1.0.4 |
792 | 2025-07-07T07:09:29.147Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=02fdf06bb279fc1b1393f993b90cbe84b7e9f281#02fdf06b) |
793 | 2025-07-07T07:09:29.540Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
794 | 2025-07-07T07:09:29.708Z | Compiling is-terminal v0.4.16 |
795 | 2025-07-07T07:09:29.860Z | Compiling cstr-argument v0.1.2 |
796 | 2025-07-07T07:09:29.886Z | Compiling pretty-hex v0.4.1 |
797 | 2025-07-07T07:09:29.912Z | Compiling camino v1.1.10 |
798 | 2025-07-07T07:09:30.125Z | Compiling ipnetwork v0.21.1 |
799 | 2025-07-07T07:09:30.151Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f2ea01e4) |
800 | 2025-07-07T07:09:30.379Z | Compiling take_mut v0.2.2 |
801 | 2025-07-07T07:09:30.632Z | Compiling oxnet v0.1.1 (https://github.com/oxidecomputer/oxnet?branch=main#22273e54) |
802 | 2025-07-07T07:09:30.701Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
803 | 2025-07-07T07:09:30.728Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#e0b59b08) |
804 | 2025-07-07T07:09:30.753Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
805 | 2025-07-07T07:09:30.883Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#af6b395d) |
806 | 2025-07-07T07:09:30.910Z | Compiling itertools v0.12.1 |
807 | 2025-07-07T07:09:30.910Z | Compiling tonic v0.9.2 |
808 | 2025-07-07T07:09:31.079Z | Compiling slog-term v2.9.1 |
809 | 2025-07-07T07:09:31.481Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=02fdf06bb279fc1b1393f993b90cbe84b7e9f281#02fdf06b) |
810 | 2025-07-07T07:09:31.783Z | Compiling tonic-openssl v0.3.0 |
811 | 2025-07-07T07:09:32.145Z | Compiling zone_cfg_derive v0.3.1 |
812 | 2025-07-07T07:09:32.372Z | Compiling rand v0.9.1 |
813 | 2025-07-07T07:09:32.557Z | Compiling tokio-tungstenite v0.21.0 |
814 | 2025-07-07T07:09:33.418Z | Compiling slog-stdlog v4.1.1 |
815 | 2025-07-07T07:09:33.706Z | Compiling console v0.15.11 |
816 | 2025-07-07T07:09:33.732Z | Compiling oxnet v0.1.2 |
817 | 2025-07-07T07:09:33.767Z | Compiling number_prefix v0.4.0 |
818 | 2025-07-07T07:09:33.881Z | Compiling colored v3.0.0 |
819 | 2025-07-07T07:09:33.997Z | Compiling slog-envlogger v2.2.0 |
820 | 2025-07-07T07:09:34.180Z | Compiling zone v0.3.1 |
821 | 2025-07-07T07:09:34.307Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=02fdf06bb279fc1b1393f993b90cbe84b7e9f281#02fdf06b) |
822 | 2025-07-07T07:09:35.125Z | Compiling indicatif v0.17.11 |
823 | 2025-07-07T07:09:35.604Z | Compiling xz2 v0.1.7 |
824 | 2025-07-07T07:09:36.211Z | Compiling tabwriter v1.4.1 |
825 | 2025-07-07T07:09:36.661Z | Compiling sha2 v0.10.9 |
826 | 2025-07-07T07:09:36.931Z | Compiling smf v0.2.3 |
827 | 2025-07-07T07:09:37.265Z | Compiling ron v0.10.1 |
828 | 2025-07-07T07:09:37.317Z | Compiling base16ct v0.2.0 |
829 | 2025-07-07T07:09:37.454Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=main#f5a7621e) |
830 | 2025-07-07T07:09:42.078Z | Compiling interop-lab v0.1.0 (/work/ci/testbed/interop) |
831 | 2025-07-07T07:10:02.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 53s |
832 | 2025-07-07T07:10:02.770Z | + cargo build --tests |
833 | 2025-07-07T07:10:03.262Z | Compiling wrangler v0.1.0 (/work/ci/testbed/tools/wrangler) |
834 | 2025-07-07T07:10:03.288Z | Compiling interop-lab v0.1.0 (/work/ci/testbed/interop) |
835 | 2025-07-07T07:10:03.288Z | Compiling a4x2 v0.1.0 (/work/ci/testbed/a4x2) |
836 | 2025-07-07T07:10:24.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.60s |
837 | 2025-07-07T07:10:24.534Z | + banner prep |
838 | 2025-07-07T07:10:24.560Z | |
839 | 2025-07-07T07:10:24.560Z | ##### ##### ###### ##### |
840 | 2025-07-07T07:10:24.560Z | # # # # # # # |
841 | 2025-07-07T07:10:24.560Z | # # # # ##### # # |
842 | 2025-07-07T07:10:24.561Z | ##### ##### # ##### |
843 | 2025-07-07T07:10:24.561Z | # # # # # |
844 | 2025-07-07T07:10:24.561Z | # # # ###### # |
845 | 2025-07-07T07:10:24.561Z | |
846 | 2025-07-07T07:10:24.561Z | + mkdir -p out |
847 | 2025-07-07T07:10:24.561Z | + cp target/debug/interop target/debug/wrangler out/ |
848 | 2025-07-07T07:10:24.923Z | ++ find target/debug/deps -maxdepth 1 -type f -name 'baseline-*' -exec ls -t '{}' + |
849 | 2025-07-07T07:10:24.950Z | ++ grep -v -E '.*\.d$' |
850 | 2025-07-07T07:10:24.950Z | ++ head -1 |
851 | 2025-07-07T07:10:24.950Z | + TEST=target/debug/deps/baseline-884411240514fd95 |
852 | 2025-07-07T07:10:24.950Z | + mv target/debug/deps/baseline-884411240514fd95 out/baseline |
853 | 2025-07-07T07:10:24.950Z | + banner archive |
854 | 2025-07-07T07:10:24.950Z | |
855 | 2025-07-07T07:10:24.950Z | ## ##### #### # # # # # ###### |
856 | 2025-07-07T07:10:24.950Z | # # # # # # # # # # # # |
857 | 2025-07-07T07:10:24.950Z | # # # # # ###### # # # ##### |
858 | 2025-07-07T07:10:24.950Z | ###### ##### # # # # # # # |
859 | 2025-07-07T07:10:24.951Z | # # # # # # # # # # # # |
860 | 2025-07-07T07:10:24.951Z | # # # # #### # # # ## ###### |
861 | 2025-07-07T07:10:24.951Z | |
862 | 2025-07-07T07:10:24.951Z | + cd /work/ci |
863 | 2025-07-07T07:10:24.951Z | + cat |
864 | 2025-07-07T07:10:24.976Z | + tar cvzXf exclude-file.txt /work/testbed.tar.gz testbed |
865 | 2025-07-07T07:10:54.098Z | Compressing '/work/testbed.tar.gz' with '/usr/bin/gzip'... |
866 | 2025-07-07T07:10:54.098Z | a testbed/ 0K |
867 | 2025-07-07T07:10:54.098Z | a testbed/.github/ 0K |
868 | 2025-07-07T07:10:54.098Z | a testbed/.github/renovate.json 1K |
869 | 2025-07-07T07:10:54.098Z | a testbed/.github/buildomat/ 0K |
870 | 2025-07-07T07:10:54.098Z | a testbed/.github/buildomat/config.toml 1K |
871 | 2025-07-07T07:10:54.098Z | a testbed/.github/buildomat/jobs/ 0K |
872 | 2025-07-07T07:10:54.098Z | a testbed/.github/buildomat/jobs/a4x2.sh 1K |
873 | 2025-07-07T07:10:54.098Z | a testbed/.gitignore 1K |
874 | 2025-07-07T07:10:54.098Z | a testbed/target excluded |
875 | 2025-07-07T07:10:54.098Z | a testbed/out/ 0K |
876 | 2025-07-07T07:10:54.098Z | a testbed/out/wrangler 170087K |
877 | 2025-07-07T07:10:54.098Z | a testbed/out/baseline 271996K |
878 | 2025-07-07T07:10:54.098Z | a testbed/out/interop 224509K |
879 | 2025-07-07T07:10:54.098Z | a testbed/Cargo.toml 1K |
880 | 2025-07-07T07:10:54.098Z | a testbed/interop/ 0K |
881 | 2025-07-07T07:10:54.098Z | a testbed/interop/Cargo.toml 1K |
882 | 2025-07-07T07:10:54.098Z | a testbed/interop/wrangler symbolic link to ../target/debug/wrangler |
883 | 2025-07-07T07:10:54.098Z | a testbed/interop/cargo-bay/ 0K |
884 | 2025-07-07T07:10:54.098Z | a testbed/interop/cargo-bay/arista/ 0K |
885 | 2025-07-07T07:10:54.098Z | a testbed/interop/cargo-bay/arista/router-config.txt 1K |
886 | 2025-07-07T07:10:54.098Z | a testbed/interop/cargo-bay/arista/init.sh 3K |
887 | 2025-07-07T07:10:54.098Z | a testbed/interop/cargo-bay/arista/setup_ssh symbolic link to ../../../tools/setup/debian |
888 | 2025-07-07T07:10:54.098Z | a testbed/interop/cargo-bay/mgd/ 0K |
889 | 2025-07-07T07:10:54.098Z | a testbed/interop/cargo-bay/mgd/setup_ssh symbolic link to ../../../tools/setup/illumos |
890 | 2025-07-07T07:10:54.098Z | a testbed/interop/cargo-bay/mgd/init.sh 2K |
891 | 2025-07-07T07:10:54.098Z | a testbed/interop/cargo-bay/mgd/.gitignore 1K |
892 | 2025-07-07T07:10:54.098Z | a testbed/interop/cargo-bay/juniper/ 0K |
893 | 2025-07-07T07:10:54.098Z | a testbed/interop/cargo-bay/juniper/setup_ssh symbolic link to ../../../tools/setup/debian |
894 | 2025-07-07T07:10:54.098Z | a testbed/interop/cargo-bay/juniper/router-config.txt 5K |
895 | 2025-07-07T07:10:54.098Z | a testbed/interop/cargo-bay/juniper/init.sh 2K |
896 | 2025-07-07T07:10:54.098Z | a testbed/interop/README.md 3K |
897 | 2025-07-07T07:10:54.098Z | a testbed/interop/mgadm symbolic link to ./cargo-bay/mgd/mgadm |
898 | 2025-07-07T07:10:54.098Z | a testbed/interop/interop symbolic link to ../target/debug/interop |
899 | 2025-07-07T07:10:54.098Z | a testbed/interop/src/ 0K |
900 | 2025-07-07T07:10:54.098Z | a testbed/interop/src/bin/ 0K |
901 | 2025-07-07T07:10:54.098Z | a testbed/interop/src/bin/interop.rs 2K |
902 | 2025-07-07T07:10:54.099Z | a testbed/interop/src/lib.rs 2K |
903 | 2025-07-07T07:10:54.099Z | a testbed/interop/tests/ 0K |
904 | 2025-07-07T07:10:54.099Z | a testbed/interop/tests/baseline.rs 5K |
905 | 2025-07-07T07:10:54.099Z | a testbed/interop/scripts/ 0K |
906 | 2025-07-07T07:10:54.099Z | a testbed/interop/scripts/arista-env.sh 1K |
907 | 2025-07-07T07:10:54.099Z | a testbed/interop/scripts/juniper-env.sh 1K |
908 | 2025-07-07T07:10:54.099Z | a testbed/interop/scripts/mgd-env.sh 1K |
909 | 2025-07-07T07:10:54.099Z | a testbed/README.md 1K |
910 | 2025-07-07T07:10:54.099Z | a testbed/Cargo.lock 104K |
911 | 2025-07-07T07:10:54.099Z | a testbed/.cargo/ 0K |
912 | 2025-07-07T07:10:54.099Z | a testbed/.cargo/config.toml 1K |
913 | 2025-07-07T07:10:54.099Z | a testbed/.git excluded |
914 | 2025-07-07T07:10:54.099Z | a testbed/a4x2 excluded |
915 | 2025-07-07T07:10:54.099Z | a testbed/tools/ 0K |
916 | 2025-07-07T07:10:54.099Z | a testbed/tools/setup/ 0K |
917 | 2025-07-07T07:10:54.099Z | a testbed/tools/setup/illumos 1K |
918 | 2025-07-07T07:10:54.099Z | a testbed/tools/setup/debian 1K |
919 | 2025-07-07T07:10:54.099Z | a testbed/tools/wrangler/ 0K |
920 | 2025-07-07T07:10:54.099Z | a testbed/tools/wrangler/scripts/ 0K |
921 | 2025-07-07T07:10:54.099Z | a testbed/tools/wrangler/scripts/call.sh 1K |
922 | 2025-07-07T07:10:54.099Z | a testbed/tools/wrangler/proto/ 0K |
923 | 2025-07-07T07:10:54.099Z | a testbed/tools/wrangler/proto/jnx_authentication_service.proto 2K |
924 | 2025-07-07T07:10:54.099Z | a testbed/tools/wrangler/proto/jnx_common_base_types.proto 3K |
925 | 2025-07-07T07:10:54.099Z | a testbed/tools/wrangler/proto/jnx_management_service.proto 13K |
926 | 2025-07-07T07:10:54.099Z | a testbed/tools/wrangler/Cargo.toml 1K |
927 | 2025-07-07T07:10:54.099Z | a testbed/tools/wrangler/rustfmt.toml 1K |
928 | 2025-07-07T07:10:54.099Z | a testbed/tools/wrangler/rust-toolchain.toml 1K |
929 | 2025-07-07T07:10:54.099Z | a testbed/tools/wrangler/src/ 0K |
930 | 2025-07-07T07:10:54.099Z | a testbed/tools/wrangler/src/bin/ 0K |
931 | 2025-07-07T07:10:54.099Z | a testbed/tools/wrangler/src/bin/wrangler.rs 3K |
932 | 2025-07-07T07:10:54.099Z | a testbed/tools/wrangler/src/arista.rs 4K |
933 | 2025-07-07T07:10:54.099Z | a testbed/tools/wrangler/src/lib.rs 2K |
934 | 2025-07-07T07:10:54.099Z | a testbed/tools/wrangler/src/juniper.rs 8K |
935 | 2025-07-07T07:10:54.099Z | a testbed/tools/wrangler/build.rs 1K |
936 | 2025-07-07T07:10:54.099Z | a testbed/archived/ 0K |
937 | 2025-07-07T07:10:54.099Z | a testbed/archived/halfstack-2x2-ci/ 0K |
938 | 2025-07-07T07:10:54.099Z | a testbed/archived/halfstack-2x2-ci/cargo-bay/ 0K |
939 | 2025-07-07T07:10:54.099Z | a testbed/archived/halfstack-2x2-ci/cargo-bay/sled-1-up.sh 1K |
940 | 2025-07-07T07:10:54.100Z | a testbed/archived/halfstack-2x2-ci/cargo-bay/ftw.sh 1K |
941 | 2025-07-07T07:10:54.100Z | a testbed/archived/halfstack-2x2-ci/cargo-bay/install_opte.sh 7K |
942 | 2025-07-07T07:10:54.100Z | a testbed/archived/halfstack-2x2-ci/cargo-bay/instance-zone-1.txt 1K |
943 | 2025-07-07T07:10:54.100Z | a testbed/archived/halfstack-2x2-ci/cargo-bay/02-init-opte.sh 1K |
944 | 2025-07-07T07:10:54.100Z | a testbed/archived/halfstack-2x2-ci/cargo-bay/update-dependencies.sh 1K |
945 | 2025-07-07T07:10:54.100Z | a testbed/archived/halfstack-2x2-ci/cargo-bay/sled-2-up.sh 1K |
946 | 2025-07-07T07:10:54.100Z | a testbed/archived/halfstack-2x2-ci/cargo-bay/03-init-router.sh 1K |
947 | 2025-07-07T07:10:54.100Z | a testbed/archived/halfstack-2x2-ci/cargo-bay/sled2/ 0K |
948 | 2025-07-07T07:10:54.100Z | a testbed/archived/halfstack-2x2-ci/cargo-bay/sled2/06-vnic-1.sh 1K |
949 | 2025-07-07T07:10:54.100Z | a testbed/archived/halfstack-2x2-ci/cargo-bay/sled2/07-overlay.sh 1K |
950 | 2025-07-07T07:10:54.100Z | a testbed/archived/halfstack-2x2-ci/cargo-bay/sled2/scripts/ 0K |
951 | 2025-07-07T07:10:54.100Z | a testbed/archived/halfstack-2x2-ci/cargo-bay/sled2/scripts/netup.sh 1K |
952 | 2025-07-07T07:10:54.100Z | a testbed/archived/halfstack-2x2-ci/cargo-bay/sled2/04-underlay.sh 1K |
953 | 2025-07-07T07:10:54.100Z | a testbed/archived/halfstack-2x2-ci/cargo-bay/sled2/08-instance-1.sh 1K |
954 | 2025-07-07T07:10:54.100Z | a testbed/archived/halfstack-2x2-ci/cargo-bay/sled2/05-xde-1.sh 1K |
955 | 2025-07-07T07:10:54.100Z | a testbed/archived/halfstack-2x2-ci/cargo-bay/.gitignore 1K |
956 | 2025-07-07T07:10:54.100Z | a testbed/archived/halfstack-2x2-ci/cargo-bay/instance-zone-2.txt 1K |
957 | 2025-07-07T07:10:54.100Z | a testbed/archived/halfstack-2x2-ci/cargo-bay/01-init-interfaces.sh 1K |
958 | 2025-07-07T07:10:54.100Z | a testbed/archived/halfstack-2x2-ci/cargo-bay/sled1/ 0K |
959 | 2025-07-07T07:10:54.100Z | a testbed/archived/halfstack-2x2-ci/cargo-bay/sled1/04-underlay.sh 1K |
960 | 2025-07-07T07:10:54.100Z | a testbed/archived/halfstack-2x2-ci/cargo-bay/sled1/07-overlay.sh 1K |
961 | 2025-07-07T07:10:54.100Z | a testbed/archived/halfstack-2x2-ci/cargo-bay/sled1/scripts/ 0K |
962 | 2025-07-07T07:10:54.100Z | a testbed/archived/halfstack-2x2-ci/cargo-bay/sled1/scripts/netup.sh 1K |
963 | 2025-07-07T07:10:54.100Z | a testbed/archived/halfstack-2x2-ci/cargo-bay/sled1/06-vnic-1.sh 1K |
964 | 2025-07-07T07:10:54.100Z | a testbed/archived/halfstack-2x2-ci/cargo-bay/sled1/08-instance-1.sh 1K |
965 | 2025-07-07T07:10:54.127Z | a testbed/archived/halfstack-2x2-ci/cargo-bay/sled1/05-xde-1.sh 1K |
966 | 2025-07-07T07:10:54.127Z | a testbed/archived/halfstack-2x2-ci/Cargo.toml 1K |
967 | 2025-07-07T07:10:54.127Z | a testbed/archived/halfstack-2x2-ci/.gitignore 1K |
968 | 2025-07-07T07:10:54.127Z | a testbed/archived/halfstack-2x2-ci/src/ 0K |
969 | 2025-07-07T07:10:54.127Z | a testbed/archived/halfstack-2x2-ci/src/main.rs 2K |
970 | 2025-07-07T07:10:54.127Z | a testbed/archived/opte-ddm-dendrite-2x2/ 0K |
971 | 2025-07-07T07:10:54.127Z | a testbed/archived/opte-ddm-dendrite-2x2/src/ 0K |
972 | 2025-07-07T07:10:54.127Z | a testbed/archived/opte-ddm-dendrite-2x2/src/main.rs 3K |
973 | 2025-07-07T07:10:54.127Z | a testbed/archived/opte-ddm-dendrite-2x2/cargo-bay/ 0K |
974 | 2025-07-07T07:10:54.127Z | a testbed/archived/opte-ddm-dendrite-2x2/cargo-bay/sled2/ 0K |
975 | 2025-07-07T07:10:54.127Z | a testbed/archived/opte-ddm-dendrite-2x2/cargo-bay/sled2/04-create-v2p-sled2.sh 1K |
976 | 2025-07-07T07:10:54.127Z | a testbed/archived/opte-ddm-dendrite-2x2/cargo-bay/sled2/05-init-underlay-sled2.sh 1K |
977 | 2025-07-07T07:10:54.127Z | a testbed/archived/opte-ddm-dendrite-2x2/cargo-bay/sled2/06-create-xde-sled2.sh 1K |
978 | 2025-07-07T07:10:54.127Z | a testbed/archived/opte-ddm-dendrite-2x2/cargo-bay/sled2/07-create-overlay-route-sled2.sh 1K |
979 | 2025-07-07T07:10:54.127Z | a testbed/archived/opte-ddm-dendrite-2x2/cargo-bay/sled2/12-run-maghemite.sh 1K |
980 | 2025-07-07T07:10:54.128Z | a testbed/archived/opte-ddm-dendrite-2x2/cargo-bay/sled2/13-advertise-prefix.sh 1K |
981 | 2025-07-07T07:10:54.128Z | a testbed/archived/opte-ddm-dendrite-2x2/cargo-bay/sled2/11-create-instance-network-sled2.sh 1K |
982 | 2025-07-07T07:10:54.128Z | a testbed/archived/opte-ddm-dendrite-2x2/cargo-bay/10-install-instance-zone.sh 1K |
983 | 2025-07-07T07:10:54.128Z | a testbed/archived/opte-ddm-dendrite-2x2/cargo-bay/xde.conf 1K |
984 | 2025-07-07T07:10:54.128Z | a testbed/archived/opte-ddm-dendrite-2x2/cargo-bay/sled1/ 0K |
985 | 2025-07-07T07:10:54.128Z | a testbed/archived/opte-ddm-dendrite-2x2/cargo-bay/sled1/07-create-overlay-route-sled1.sh 1K |
986 | 2025-07-07T07:10:54.128Z | a testbed/archived/opte-ddm-dendrite-2x2/cargo-bay/sled1/13-advertise-prefix.sh 1K |
987 | 2025-07-07T07:10:54.128Z | a testbed/archived/opte-ddm-dendrite-2x2/cargo-bay/sled1/12-run-maghemite.sh 1K |
988 | 2025-07-07T07:10:54.128Z | a testbed/archived/opte-ddm-dendrite-2x2/cargo-bay/sled1/06-create-xde-sled1.sh 1K |
989 | 2025-07-07T07:10:54.128Z | a testbed/archived/opte-ddm-dendrite-2x2/cargo-bay/sled1/11-create-instance-network-sled1.sh 1K |
990 | 2025-07-07T07:10:54.128Z | a testbed/archived/opte-ddm-dendrite-2x2/cargo-bay/sled1/05-init-underlay-sled1.sh 1K |
991 | 2025-07-07T07:10:54.128Z | a testbed/archived/opte-ddm-dendrite-2x2/cargo-bay/sled1/04-create-v2p-sled1.sh 1K |
992 | 2025-07-07T07:10:54.128Z | a testbed/archived/opte-ddm-dendrite-2x2/cargo-bay/01-install-xde-onu.sh 1K |
993 | 2025-07-07T07:10:54.128Z | a testbed/archived/opte-ddm-dendrite-2x2/cargo-bay/02-init-interfaces.sh 1K |
994 | 2025-07-07T07:10:54.128Z | a testbed/archived/opte-ddm-dendrite-2x2/cargo-bay/.gitignore 1K |
995 | 2025-07-07T07:10:54.128Z | a testbed/archived/opte-ddm-dendrite-2x2/cargo-bay/sidecar/ 0K |
996 | 2025-07-07T07:10:54.128Z | a testbed/archived/opte-ddm-dendrite-2x2/cargo-bay/sidecar/ports_tof2.json 2K |
997 | 2025-07-07T07:10:54.128Z | a testbed/archived/opte-ddm-dendrite-2x2/cargo-bay/sidecar/09-bridging.sh 1K |
998 | 2025-07-07T07:10:54.128Z | a testbed/archived/opte-ddm-dendrite-2x2/cargo-bay/sidecar/06-setup-zlog.sh 1K |
999 | 2025-07-07T07:10:54.128Z | a testbed/archived/opte-ddm-dendrite-2x2/cargo-bay/sidecar/10-switch-control-address.sh 1K |
1000 | 2025-07-07T07:10:54.128Z | a testbed/archived/opte-ddm-dendrite-2x2/cargo-bay/sidecar/08-run-protod.sh 1K |
1001 | 2025-07-07T07:10:54.128Z | a testbed/archived/opte-ddm-dendrite-2x2/cargo-bay/sidecar/protod.toml 1K |
1002 | 2025-07-07T07:10:54.128Z | a testbed/archived/opte-ddm-dendrite-2x2/cargo-bay/sidecar/05-run-tofino-model.sh 4K |
1003 | 2025-07-07T07:10:54.128Z | a testbed/archived/opte-ddm-dendrite-2x2/cargo-bay/sidecar/03-veth-setup.sh 1K |
1004 | 2025-07-07T07:10:54.128Z | a testbed/archived/opte-ddm-dendrite-2x2/cargo-bay/sidecar/02-hugepages.sh 1K |
1005 | 2025-07-07T07:10:54.128Z | a testbed/archived/opte-ddm-dendrite-2x2/cargo-bay/sidecar/07-run-dpd.sh 3K |
1006 | 2025-07-07T07:10:54.128Z | a testbed/archived/opte-ddm-dendrite-2x2/cargo-bay/sidecar/01-install-sde.sh 1K |
1007 | 2025-07-07T07:10:54.128Z | a testbed/archived/opte-ddm-dendrite-2x2/cargo-bay/sidecar/04-install-dependencies.sh 1K |
1008 | 2025-07-07T07:10:54.128Z | a testbed/archived/opte-ddm-dendrite-2x2/cargo-bay/sidecar/zlog-cfg 2K |
1009 | 2025-07-07T07:10:54.128Z | a testbed/archived/opte-ddm-dendrite-2x2/cargo-bay/09-create-instance-zone.sh 1K |
1010 | 2025-07-07T07:10:54.128Z | a testbed/archived/opte-ddm-dendrite-2x2/cargo-bay/syslog-setup.sh 1K |
1011 | 2025-07-07T07:10:54.128Z | a testbed/archived/opte-ddm-dendrite-2x2/cargo-bay/scrimlet1/ 0K |
1012 | 2025-07-07T07:10:54.128Z | a testbed/archived/opte-ddm-dendrite-2x2/cargo-bay/scrimlet1/01-underlay-addresses.sh 1K |
1013 | 2025-07-07T07:10:54.128Z | a testbed/archived/opte-ddm-dendrite-2x2/cargo-bay/scrimlet1/02-run-maghemite.sh 1K |
1014 | 2025-07-07T07:10:54.128Z | a testbed/archived/opte-ddm-dendrite-2x2/cargo-bay/scrimlet1/03-internet-address.sh 1K |
1015 | 2025-07-07T07:10:54.128Z | a testbed/archived/opte-ddm-dendrite-2x2/cargo-bay/scrimlet1/04-switch-control-address.sh 1K |
1016 | 2025-07-07T07:10:54.128Z | a testbed/archived/opte-ddm-dendrite-2x2/cargo-bay/08-create-vnic.sh 1K |
1017 | 2025-07-07T07:10:54.128Z | a testbed/archived/opte-ddm-dendrite-2x2/cargo-bay/instance-zone.txt 1K |
1018 | 2025-07-07T07:10:54.128Z | a testbed/archived/opte-ddm-dendrite-2x2/cargo-bay/03-install-xde.sh 1K |
1019 | 2025-07-07T07:10:54.128Z | a testbed/archived/opte-ddm-dendrite-2x2/clear-cargo-bay.sh 1K |
1020 | 2025-07-07T07:10:54.129Z | a testbed/archived/opte-ddm-dendrite-2x2/.gitignore 1K |
1021 | 2025-07-07T07:10:54.129Z | a testbed/archived/opte-ddm-dendrite-2x2/load-cargo-bay.sh 4K |
1022 | 2025-07-07T07:10:54.129Z | a testbed/archived/opte-ddm-dendrite-2x2/Cargo.toml 1K |
1023 | 2025-07-07T07:10:54.129Z | a testbed/archived/fullstack-2x2/ 0K |
1024 | 2025-07-07T07:10:54.129Z | a testbed/archived/fullstack-2x2/load-cargo-bay.sh 2K |
1025 | 2025-07-07T07:10:54.129Z | a testbed/archived/fullstack-2x2/clear-cargo-bay.sh 1K |
1026 | 2025-07-07T07:10:54.129Z | a testbed/archived/fullstack-2x2/.gitignore 1K |
1027 | 2025-07-07T07:10:54.129Z | a testbed/archived/fullstack-2x2/cargo-bay/ 0K |
1028 | 2025-07-07T07:10:54.129Z | a testbed/archived/fullstack-2x2/cargo-bay/.gitignore 1K |
1029 | 2025-07-07T07:10:54.129Z | a testbed/archived/fullstack-2x2/Cargo.toml 1K |
1030 | 2025-07-07T07:10:54.129Z | a testbed/archived/fullstack-2x2/README.md 2K |
1031 | 2025-07-07T07:10:54.129Z | a testbed/archived/fullstack-2x2/src/ 0K |
1032 | 2025-07-07T07:10:54.129Z | a testbed/archived/fullstack-2x2/src/main.rs 2K |
1033 | 2025-07-07T07:10:54.129Z | a testbed/archived/README.md 1K |
1034 | 2025-07-07T07:10:54.129Z | a testbed/archived/opte-ddm-x2/ 0K |
1035 | 2025-07-07T07:10:54.129Z | a testbed/archived/opte-ddm-x2/cargo-bay/ 0K |
1036 | 2025-07-07T07:10:54.129Z | a testbed/archived/opte-ddm-x2/cargo-bay/.gitignore 1K |
1037 | 2025-07-07T07:10:54.129Z | a testbed/archived/opte-ddm-x2/cargo-bay/syslog-setup.sh 1K |
1038 | 2025-07-07T07:10:54.129Z | a testbed/archived/opte-ddm-x2/cargo-bay/xde.conf 1K |
1039 | 2025-07-07T07:10:54.129Z | a testbed/archived/opte-ddm-x2/cargo-bay/sled2/ 0K |
1040 | 2025-07-07T07:10:54.129Z | a testbed/archived/opte-ddm-x2/cargo-bay/sled2/08-create-overlay-route-sled2.sh 1K |
1041 | 2025-07-07T07:10:54.129Z | a testbed/archived/opte-ddm-x2/cargo-bay/sled2/06-create-xde0-sled2.sh 1K |
1042 | 2025-07-07T07:10:54.129Z | a testbed/archived/opte-ddm-x2/cargo-bay/sled2/07-create-xde1-sled2.sh 1K |
1043 | 2025-07-07T07:10:54.129Z | a testbed/archived/opte-ddm-x2/cargo-bay/sled2/05-init-underlay-sled2.sh 1K |
1044 | 2025-07-07T07:10:54.129Z | a testbed/archived/opte-ddm-x2/cargo-bay/sled2/12-create-instance1-network-sled2.sh 1K |
1045 | 2025-07-07T07:10:54.129Z | a testbed/archived/opte-ddm-x2/cargo-bay/sled2/09-create-vnic.sh 1K |
1046 | 2025-07-07T07:10:54.129Z | a testbed/archived/opte-ddm-x2/cargo-bay/sled2/04-create-v2p-sled2.sh 1K |
1047 | 2025-07-07T07:10:54.129Z | a testbed/archived/opte-ddm-x2/cargo-bay/sled2/13-create-instance2-network-sled2.sh 1K |
1048 | 2025-07-07T07:10:54.129Z | a testbed/archived/opte-ddm-x2/cargo-bay/02-init-interfaces.sh 1K |
1049 | 2025-07-07T07:10:54.129Z | a testbed/archived/opte-ddm-x2/cargo-bay/instance-zone2.txt 1K |
1050 | 2025-07-07T07:10:54.129Z | a testbed/archived/opte-ddm-x2/cargo-bay/01-install-xde-onu.sh 1K |
1051 | 2025-07-07T07:10:54.129Z | a testbed/archived/opte-ddm-x2/cargo-bay/03-install-xde.sh 1K |
1052 | 2025-07-07T07:10:54.129Z | a testbed/archived/opte-ddm-x2/cargo-bay/11-create-instance-zone-2.sh 1K |
1053 | 2025-07-07T07:10:54.129Z | a testbed/archived/opte-ddm-x2/cargo-bay/sled1/ 0K |
1054 | 2025-07-07T07:10:54.129Z | a testbed/archived/opte-ddm-x2/cargo-bay/sled1/07-create-xde1-sled1.sh 1K |
1055 | 2025-07-07T07:10:54.129Z | a testbed/archived/opte-ddm-x2/cargo-bay/sled1/13-create-instance2-network-sled1.sh 1K |
1056 | 2025-07-07T07:10:54.129Z | a testbed/archived/opte-ddm-x2/cargo-bay/sled1/04-create-v2p-sled1.sh 1K |
1057 | 2025-07-07T07:10:54.129Z | a testbed/archived/opte-ddm-x2/cargo-bay/sled1/06-create-xde0-sled1.sh 1K |
1058 | 2025-07-07T07:10:54.129Z | a testbed/archived/opte-ddm-x2/cargo-bay/sled1/05-init-underlay-sled1.sh 1K |
1059 | 2025-07-07T07:10:54.129Z | a testbed/archived/opte-ddm-x2/cargo-bay/sled1/08-create-overlay-route-sled1.sh 1K |
1060 | 2025-07-07T07:10:54.130Z | a testbed/archived/opte-ddm-x2/cargo-bay/sled1/12-create-instance1-network-sled1.sh 1K |
1061 | 2025-07-07T07:10:54.130Z | a testbed/archived/opte-ddm-x2/cargo-bay/sled1/09-create-vnic.sh 1K |
1062 | 2025-07-07T07:10:54.130Z | a testbed/archived/opte-ddm-x2/cargo-bay/instance-zone1.txt 1K |
1063 | 2025-07-07T07:10:54.130Z | a testbed/archived/opte-ddm-x2/cargo-bay/10-create-instance-zone-1.sh 1K |
1064 | 2025-07-07T07:10:54.130Z | a testbed/archived/opte-ddm-x2/src/ 0K |
1065 | 2025-07-07T07:10:54.156Z | a testbed/archived/opte-ddm-x2/src/main.rs 1K |
1066 | 2025-07-07T07:10:54.157Z | a testbed/archived/opte-ddm-x2/.gitignore 1K |
1067 | 2025-07-07T07:10:54.157Z | a testbed/archived/opte-ddm-x2/Cargo.toml 1K |
1068 | 2025-07-07T07:10:54.157Z | a testbed/archived/opte-ddm-x2/clear-cargo-bay.sh 1K |
1069 | 2025-07-07T07:10:54.157Z | a testbed/archived/opte-ddm-x2/load-cargo-bay.sh 3K |
1070 | 2025-07-07T07:10:54.157Z | + banner dhcp-server |
1071 | 2025-07-07T07:10:54.157Z | |
1072 | 2025-07-07T07:10:54.157Z | ##### # # #### ##### #### ###### ##### # # ###### |
1073 | 2025-07-07T07:10:54.157Z | # # # # # # # # # # # # # # # |
1074 | 2025-07-07T07:10:54.157Z | # # ###### # # # ##### #### ##### # # # # ##### |
1075 | 2025-07-07T07:10:54.157Z | # # # # # ##### # # ##### # # # |
1076 | 2025-07-07T07:10:54.157Z | # # # # # # # # # # # # # # # |
1077 | 2025-07-07T07:10:54.157Z | ##### # # #### # #### ###### # # ## ###### |
1078 | 2025-07-07T07:10:54.157Z | |
1079 | 2025-07-07T07:10:54.157Z | + git clone https://github.com/oxidecomputer/omicron.git /work/ci/omicron |
1080 | 2025-07-07T07:10:54.157Z | Cloning into '/work/ci/omicron'... |
1081 | 2025-07-07T07:11:02.784Z | + cd /work/ci/omicron |
1082 | 2025-07-07T07:11:02.784Z | + source env.sh |
1083 | 2025-07-07T07:11:02.813Z | ++ OLD_SHELL_OPTS=ehxB |
1084 | 2025-07-07T07:11:02.813Z | ++ set -o xtrace |
1085 | 2025-07-07T07:11:02.813Z | ++++ dirname env.sh |
1086 | 2025-07-07T07:11:02.813Z | +++ readlink -f . |
1087 | 2025-07-07T07:11:02.813Z | ++ OMICRON_WS=/work/ci/omicron |
1088 | 2025-07-07T07:11:02.813Z | ++ export PATH=/work/ci/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
1089 | 2025-07-07T07:11:02.813Z | ++ PATH=/work/ci/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
1090 | 2025-07-07T07:11:02.813Z | ++ export PATH=/work/ci/omicron/out/clickhouse:/work/ci/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
1091 | 2025-07-07T07:11:02.813Z | ++ PATH=/work/ci/omicron/out/clickhouse:/work/ci/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
1092 | 2025-07-07T07:11:02.813Z | ++ export PATH=/work/ci/omicron/out/dendrite-stub/bin:/work/ci/omicron/out/clickhouse:/work/ci/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
1093 | 2025-07-07T07:11:02.813Z | ++ PATH=/work/ci/omicron/out/dendrite-stub/bin:/work/ci/omicron/out/clickhouse:/work/ci/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
1094 | 2025-07-07T07:11:02.813Z | ++ export PATH=/work/ci/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/ci/omicron/out/dendrite-stub/bin:/work/ci/omicron/out/clickhouse:/work/ci/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
1095 | 2025-07-07T07:11:02.813Z | ++ PATH=/work/ci/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/ci/omicron/out/dendrite-stub/bin:/work/ci/omicron/out/clickhouse:/work/ci/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
1096 | 2025-07-07T07:11:02.813Z | ++ case $OLD_SHELL_OPTS in |
1097 | 2025-07-07T07:11:02.813Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
1098 | 2025-07-07T07:11:02.813Z | + [[ true == true ]] |
1099 | 2025-07-07T07:11:02.813Z | + source .github/buildomat/ci-env.sh |
1100 | 2025-07-07T07:11:02.813Z | ++ export CARGO_TERM_COLOR=always |
1101 | 2025-07-07T07:11:02.813Z | ++ CARGO_TERM_COLOR=always |
1102 | 2025-07-07T07:11:02.813Z | + ./tools/install_builder_prerequisites.sh -y |
1103 | 2025-07-07T07:11:04.640Z | Startup: Refreshing catalog 'helios-dev' ... Done |
1104 | 2025-07-07T07:11:09.488Z | Planning: Solver setup ... Done (3.350s) |
1105 | 2025-07-07T07:11:09.522Z | Planning: Running solver ... Done (0.034s) |
1106 | 2025-07-07T07:11:09.608Z | Planning: Finding local manifests ... Done (0.000s) |
1107 | 2025-07-07T07:11:09.636Z | Planning: Fetching manifests: 0/4 0% complete |
1108 | 2025-07-07T07:11:10.193Z | Planning: Fetching manifests: 4/4 100% complete |
1109 | 2025-07-07T07:11:10.260Z | Planning: Package planning ... Done (0.067s) |
1110 | 2025-07-07T07:11:10.321Z | Planning: Merging actions ... Done (0.061s) |
1111 | 2025-07-07T07:11:10.692Z | Planning: Checking for conflicting actions ... Done (0.371s) |
1112 | 2025-07-07T07:11:10.718Z | Planning: Consolidating action changes ... Done (0.013s) |
1113 | 2025-07-07T07:11:11.061Z | Planning: Evaluating mediators ... Done (0.355s) |
1114 | 2025-07-07T07:11:11.087Z | Planning: Planning completed in 6.43 seconds |
1115 | 2025-07-07T07:11:11.087Z | Packages to install: 4 |
1116 | 2025-07-07T07:11:11.087Z | Mediators to change: 2 |
1117 | 2025-07-07T07:11:11.087Z | Services to change: 1 |
1118 | 2025-07-07T07:11:11.087Z | Estimated space available: 153.24 GB |
1119 | 2025-07-07T07:11:11.087Z | Estimated space to be consumed: 1.70 GB |
1120 | 2025-07-07T07:11:11.087Z | Create boot environment: No |
1121 | 2025-07-07T07:11:11.087Z | Create backup boot environment: No |
1122 | 2025-07-07T07:11:11.087Z | Rebuild boot archive: No |
1123 | 2025-07-07T07:11:11.087Z | |
1124 | 2025-07-07T07:11:11.087Z | Changed mediators: |
1125 | 2025-07-07T07:11:11.087Z | mediator clang: |
1126 | 2025-07-07T07:11:11.087Z | version: None -> 15 (system default) |
1127 | 2025-07-07T07:11:11.087Z | |
1128 | 2025-07-07T07:11:11.088Z | mediator llvm: |
1129 | 2025-07-07T07:11:11.088Z | version: 14 (system default) -> 15 (system default) |
1130 | 2025-07-07T07:11:11.088Z | |
1131 | 2025-07-07T07:11:11.088Z | Changed packages: |
1132 | 2025-07-07T07:11:11.088Z | helios-dev |
1133 | 2025-07-07T07:11:11.088Z | developer/build-essential |
1134 | 2025-07-07T07:11:11.088Z | None -> 11-2.0 |
1135 | 2025-07-07T07:11:11.088Z | library/libxmlsec1 |
1136 | 2025-07-07T07:11:11.088Z | None -> 1.2.35-2.0 |
1137 | 2025-07-07T07:11:11.088Z | ooce/developer/clang-15 |
1138 | 2025-07-07T07:11:11.088Z | None -> 15.0.7-2.0 |
1139 | 2025-07-07T07:11:11.088Z | ooce/developer/llvm-15 |
1140 | 2025-07-07T07:11:11.088Z | None -> 15.0.7-2.0 |
1141 | 2025-07-07T07:11:11.088Z | |
1142 | 2025-07-07T07:11:11.088Z | Services: |
1143 | 2025-07-07T07:11:11.088Z | restart_fmri: |
1144 | 2025-07-07T07:11:11.088Z | svc:/system/update-man-index:default |
1145 | 2025-07-07T07:11:11.138Z | |
1146 | 2025-07-07T07:11:11.138Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
1147 | 2025-07-07T07:11:16.433Z | Download: 1201/3290 items 83.5/212.6MB 39% complete (17.2M/s) |
1148 | 2025-07-07T07:11:21.434Z | Download: 3232/3290 items 160.1/212.6MB 75% complete (15.8M/s) |
1149 | 2025-07-07T07:11:24.658Z | Download: Completed 212.60 MB in 13.52 seconds (15.7M/s) |
1150 | 2025-07-07T07:11:24.879Z | Actions: 1/3689 actions (Installing new actions) |
1151 | 2025-07-07T07:11:29.881Z | Actions: 2393/3689 actions (Installing new actions) |
1152 | 2025-07-07T07:11:30.352Z | Actions: Completed 3689 actions in 5.47 seconds. |
1153 | 2025-07-07T07:11:31.280Z | Done (0.922s) |
1154 | 2025-07-07T07:11:31.280Z | Done (0.000s) |
1155 | 2025-07-07T07:11:32.289Z | Done (1.009s) |
1156 | 2025-07-07T07:11:37.358Z | Done (4.808s) |
1157 | 2025-07-07T07:11:37.466Z | Done (0.018s) |
1158 | 2025-07-07T07:11:37.491Z | Done (0.000s) |
1159 | 2025-07-07T07:11:37.651Z | Done (0.000s) |
1160 | 2025-07-07T07:11:38.248Z | Planning: Evaluating mediator changes ... Done |
1161 | 2025-07-07T07:11:38.520Z | Planning: Checking for conflicting actions ... Done |
1162 | 2025-07-07T07:11:38.545Z | Planning: Consolidating action changes ... Done |
1163 | 2025-07-07T07:11:38.857Z | Planning: Evaluating mediators ... Done |
1164 | 2025-07-07T07:11:38.882Z | Planning: Planning completed in 0.61 seconds |
1165 | 2025-07-07T07:11:38.909Z | Mediators to change: 2 |
1166 | 2025-07-07T07:11:38.909Z | Create boot environment: No |
1167 | 2025-07-07T07:11:38.909Z | Create backup boot environment: No |
1168 | 2025-07-07T07:11:38.955Z | Done |
1169 | 2025-07-07T07:11:38.955Z | Done |
1170 | 2025-07-07T07:11:39.789Z | Done |
1171 | 2025-07-07T07:11:44.614Z | Done |
1172 | 2025-07-07T07:11:44.709Z | Done |
1173 | 2025-07-07T07:11:44.735Z | Done |
1174 | 2025-07-07T07:11:44.766Z | Done |
1175 | 2025-07-07T07:11:45.604Z | Planning: Evaluating mediator changes ... Done |
1176 | 2025-07-07T07:11:45.630Z | Planning: Merging actions ... Done |
1177 | 2025-07-07T07:11:45.940Z | Planning: Checking for conflicting actions ... Done |
1178 | 2025-07-07T07:11:45.965Z | Planning: Consolidating action changes ... Done |
1179 | 2025-07-07T07:11:46.253Z | Planning: Evaluating mediators ... Done |
1180 | 2025-07-07T07:11:46.322Z | Planning: Planning completed in 1.03 seconds |
1181 | 2025-07-07T07:11:46.366Z | Packages to change: 1 |
1182 | 2025-07-07T07:11:46.366Z | Mediators to change: 1 |
1183 | 2025-07-07T07:11:46.366Z | Services to change: 1 |
1184 | 2025-07-07T07:11:46.366Z | Create boot environment: No |
1185 | 2025-07-07T07:11:46.366Z | Create backup boot environment: Yes |
1186 | 2025-07-07T07:11:48.282Z | Actions: 1/6 actions (Updating modified actions) |
1187 | 2025-07-07T07:11:48.308Z | Actions: Completed 6 actions in 0.00 seconds. |
1188 | 2025-07-07T07:11:48.308Z | Done |
1189 | 2025-07-07T07:11:48.308Z | Done |
1190 | 2025-07-07T07:11:48.490Z | Done |
1191 | 2025-07-07T07:11:53.198Z | Done |
1192 | 2025-07-07T07:11:53.320Z | Done |
1193 | 2025-07-07T07:11:53.346Z | Done |
1194 | 2025-07-07T07:11:53.372Z | Done |
1195 | 2025-07-07T07:11:53.950Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
1196 | 2025-07-07T07:11:53.950Z | clang system 15 system |
1197 | 2025-07-07T07:11:53.950Z | csh system system illumos |
1198 | 2025-07-07T07:11:53.950Z | ctags system system illumos |
1199 | 2025-07-07T07:11:53.950Z | file system system illumos |
1200 | 2025-07-07T07:11:53.950Z | gcc vendor 12 vendor |
1201 | 2025-07-07T07:11:53.950Z | gcc system 10 system |
1202 | 2025-07-07T07:11:53.950Z | gcc system 7 system |
1203 | 2025-07-07T07:11:53.950Z | go system 1.20 system |
1204 | 2025-07-07T07:11:53.950Z | go system 1.19 system |
1205 | 2025-07-07T07:11:53.950Z | llvm system 15 system |
1206 | 2025-07-07T07:11:53.950Z | llvm system 14 system |
1207 | 2025-07-07T07:11:53.950Z | mariadb system 10.6 system |
1208 | 2025-07-07T07:11:53.950Z | mta vendor vendor dma |
1209 | 2025-07-07T07:11:53.950Z | openjdk system 17 system |
1210 | 2025-07-07T07:11:53.950Z | openjdk system 11 system |
1211 | 2025-07-07T07:11:53.950Z | openjdk system 1.8 system |
1212 | 2025-07-07T07:11:53.950Z | openssl vendor 3 vendor |
1213 | 2025-07-07T07:11:53.950Z | perl system 5.36 system |
1214 | 2025-07-07T07:11:53.950Z | postgresql system 15 system |
1215 | 2025-07-07T07:11:53.951Z | postgresql system 13 system |
1216 | 2025-07-07T07:11:53.951Z | python vendor 3 vendor |
1217 | 2025-07-07T07:11:53.951Z | python system 2 system |
1218 | 2025-07-07T07:11:53.951Z | python3 system 3.11 system |
1219 | 2025-07-07T07:11:53.951Z | ruby system 3.0 system |
1220 | 2025-07-07T07:11:53.951Z | words vendor vendor american-english |
1221 | 2025-07-07T07:11:53.951Z | words system system australian-english |
1222 | 2025-07-07T07:11:53.951Z | words system system british-english |
1223 | 2025-07-07T07:11:53.951Z | words system system canadian-english |
1224 | 2025-07-07T07:11:53.951Z | words system system french |
1225 | 2025-07-07T07:11:53.951Z | words system system italian |
1226 | 2025-07-07T07:11:53.951Z | words system system ngerman |
1227 | 2025-07-07T07:11:53.951Z | words system system ogerman |
1228 | 2025-07-07T07:11:53.951Z | words system system spanish |
1229 | 2025-07-07T07:11:54.368Z | PUBLISHER TYPE STATUS P LOCATION |
1230 | 2025-07-07T07:11:54.368Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
1231 | 2025-07-07T07:11:59.975Z | FMRI IFO |
1232 | 2025-07-07T07:11:59.976Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
1233 | 2025-07-07T07:11:59.976Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
1234 | 2025-07-07T07:11:59.976Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
1235 | 2025-07-07T07:11:59.976Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
1236 | 2025-07-07T07:11:59.976Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
1237 | 2025-07-07T07:11:59.976Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
1238 | 2025-07-07T07:11:59.976Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
1239 | 2025-07-07T07:11:59.976Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
1240 | 2025-07-07T07:11:59.976Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
1241 | 2025-07-07T07:11:59.976Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
1242 | 2025-07-07T07:11:59.976Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
1243 | 2025-07-07T07:11:59.976Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
1244 | 2025-07-07T07:11:59.976Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
1245 | 2025-07-07T07:11:59.976Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
1246 | 2025-07-07T07:11:59.976Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
1247 | 2025-07-07T07:11:59.976Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
1248 | 2025-07-07T07:12:00.737Z | info: syncing channel updates for '1.88.0-x86_64-unknown-illumos' |
1249 | 2025-07-07T07:12:00.872Z | info: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23) |
1250 | 2025-07-07T07:12:00.872Z | info: downloading component 'cargo' |
1251 | 2025-07-07T07:12:01.026Z | info: downloading component 'clippy' |
1252 | 2025-07-07T07:12:01.100Z | info: downloading component 'rust-docs' |
1253 | 2025-07-07T07:12:01.382Z | info: downloading component 'rust-std' |
1254 | 2025-07-07T07:12:01.651Z | info: downloading component 'rustc' |
1255 | 2025-07-07T07:12:02.754Z | info: downloading component 'rustfmt' |
1256 | 2025-07-07T07:12:02.815Z | info: installing component 'cargo' |
1257 | 2025-07-07T07:12:03.924Z | info: installing component 'clippy' |
1258 | 2025-07-07T07:12:04.379Z | info: installing component 'rust-docs' |
1259 | 2025-07-07T07:12:07.406Z | info: installing component 'rust-std' |
1260 | 2025-07-07T07:12:09.346Z | info: installing component 'rustc' |
1261 | 2025-07-07T07:12:17.348Z | info: installing component 'rustfmt' |
1262 | 2025-07-07T07:12:18.212Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
1263 | 2025-07-07T07:12:18.674Z | Updating crates.io index |
1264 | 2025-07-07T07:12:18.700Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
1265 | 2025-07-07T07:12:19.270Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
1266 | 2025-07-07T07:12:19.875Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
1267 | 2025-07-07T07:12:20.286Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
1268 | 2025-07-07T07:12:20.701Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
1269 | 2025-07-07T07:12:21.143Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
1270 | 2025-07-07T07:12:21.810Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
1271 | 2025-07-07T07:12:22.588Z | Updating git repository `https://github.com/oxidecomputer/opte` |
1272 | 2025-07-07T07:12:23.895Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
1273 | 2025-07-07T07:12:24.359Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
1274 | 2025-07-07T07:12:24.830Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
1275 | 2025-07-07T07:12:25.632Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
1276 | 2025-07-07T07:12:25.960Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
1277 | 2025-07-07T07:12:26.531Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
1278 | 2025-07-07T07:12:27.244Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
1279 | 2025-07-07T07:12:27.698Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
1280 | 2025-07-07T07:12:28.065Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
1281 | 2025-07-07T07:12:28.389Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
1282 | 2025-07-07T07:12:28.782Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
1283 | 2025-07-07T07:12:29.243Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
1284 | 2025-07-07T07:12:29.741Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
1285 | 2025-07-07T07:12:30.374Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
1286 | 2025-07-07T07:12:30.963Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
1287 | 2025-07-07T07:12:31.493Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
1288 | 2025-07-07T07:12:31.915Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
1289 | 2025-07-07T07:12:32.491Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
1290 | 2025-07-07T07:12:33.156Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
1291 | 2025-07-07T07:12:42.836Z | Updating git repository `https://github.com/illumos/smf-rs` |
1292 | 2025-07-07T07:12:44.271Z | Downloading crates ... |
1293 | 2025-07-07T07:12:44.368Z | Downloaded dtrace-parser v0.2.0 |
1294 | 2025-07-07T07:12:44.394Z | Downloaded cargo-platform v0.2.0 |
1295 | 2025-07-07T07:12:44.394Z | Downloaded plain v0.2.3 |
1296 | 2025-07-07T07:12:44.394Z | Downloaded pest_meta v2.7.14 |
1297 | 2025-07-07T07:12:44.394Z | Downloaded toml_edit v0.22.27 |
1298 | 2025-07-07T07:12:44.394Z | Downloaded icu_properties_data v1.5.0 |
1299 | 2025-07-07T07:12:44.420Z | Downloaded zerofrom-derive v0.1.4 |
1300 | 2025-07-07T07:12:44.420Z | Downloaded usdt-impl v0.5.0 |
1301 | 2025-07-07T07:12:44.420Z | Downloaded usdt v0.5.0 |
1302 | 2025-07-07T07:12:44.420Z | Downloaded terminal_size v0.4.0 |
1303 | 2025-07-07T07:12:44.420Z | Downloaded ryu v1.0.18 |
1304 | 2025-07-07T07:12:44.420Z | Downloaded papergrid v0.11.0 |
1305 | 2025-07-07T07:12:44.420Z | Downloaded tempfile v3.20.0 |
1306 | 2025-07-07T07:12:44.446Z | Downloaded scroll v0.12.0 |
1307 | 2025-07-07T07:12:44.447Z | Downloaded rustix v1.0.7 |
1308 | 2025-07-07T07:12:44.473Z | Downloaded zerocopy v0.7.35 |
1309 | 2025-07-07T07:12:44.473Z | Downloaded pest_generator v2.7.14 |
1310 | 2025-07-07T07:12:44.473Z | Downloaded unicode-width v0.1.14 |
1311 | 2025-07-07T07:12:44.499Z | Downloaded macaddr v1.0.1 |
1312 | 2025-07-07T07:12:44.499Z | Downloaded hashbrown v0.15.4 |
1313 | 2025-07-07T07:12:44.499Z | Downloaded pest v2.7.14 |
1314 | 2025-07-07T07:12:44.499Z | Downloaded icu_normalizer_data v1.5.0 |
1315 | 2025-07-07T07:12:44.499Z | Downloaded typeid v1.0.3 |
1316 | 2025-07-07T07:12:44.499Z | Downloaded toml_datetime v0.6.11 |
1317 | 2025-07-07T07:12:44.499Z | Downloaded thread-id v4.2.2 |
1318 | 2025-07-07T07:12:44.499Z | Downloaded smawk v0.3.2 |
1319 | 2025-07-07T07:12:44.499Z | Downloaded tabled v0.15.0 |
1320 | 2025-07-07T07:12:44.525Z | Downloaded serde_spanned v0.6.9 |
1321 | 2025-07-07T07:12:44.525Z | Downloaded scroll_derive v0.12.0 |
1322 | 2025-07-07T07:12:44.525Z | Downloaded pest_derive v2.7.14 |
1323 | 2025-07-07T07:12:44.525Z | Downloaded memmap v0.7.0 |
1324 | 2025-07-07T07:12:44.525Z | Downloaded zerofrom v0.1.4 |
1325 | 2025-07-07T07:12:44.525Z | Downloaded zerocopy-derive v0.7.35 |
1326 | 2025-07-07T07:12:44.551Z | Downloaded yoke-derive v0.7.4 |
1327 | 2025-07-07T07:12:44.551Z | Downloaded syn v2.0.104 |
1328 | 2025-07-07T07:12:44.551Z | Downloaded yoke v0.7.4 |
1329 | 2025-07-07T07:12:44.551Z | Downloaded usdt-macro v0.5.0 |
1330 | 2025-07-07T07:12:44.551Z | Downloaded usdt-attr-macro v0.5.0 |
1331 | 2025-07-07T07:12:44.551Z | Downloaded unicode-xid v0.2.6 |
1332 | 2025-07-07T07:12:44.551Z | Downloaded unicode-linebreak v0.1.5 |
1333 | 2025-07-07T07:12:44.551Z | Downloaded ucd-trie v0.1.7 |
1334 | 2025-07-07T07:12:44.551Z | Downloaded typenum v1.17.0 |
1335 | 2025-07-07T07:12:44.551Z | Downloaded toml_write v0.1.2 |
1336 | 2025-07-07T07:12:44.551Z | Downloaded toml v0.8.23 |
1337 | 2025-07-07T07:12:44.577Z | Downloaded textwrap v0.16.2 |
1338 | 2025-07-07T07:12:44.577Z | Downloaded tabled_derive v0.7.0 |
1339 | 2025-07-07T07:12:44.577Z | Downloaded swrite v0.1.0 |
1340 | 2025-07-07T07:12:44.577Z | Downloaded serde-value v0.7.0 |
1341 | 2025-07-07T07:12:44.577Z | Downloaded serde-untagged v0.1.7 |
1342 | 2025-07-07T07:12:44.577Z | Downloaded rustix v0.38.37 |
1343 | 2025-07-07T07:12:44.603Z | Downloaded libc v0.2.174 |
1344 | 2025-07-07T07:12:44.629Z | Downloaded fs-err v3.1.1 |
1345 | 2025-07-07T07:12:44.629Z | Downloaded fastrand v2.1.1 |
1346 | 2025-07-07T07:12:44.629Z | Downloaded cpufeatures v0.2.14 |
1347 | 2025-07-07T07:12:44.629Z | Downloaded goblin v0.8.2 |
1348 | 2025-07-07T07:12:44.629Z | Downloaded errno v0.3.12 |
1349 | 2025-07-07T07:12:44.629Z | Downloaded dof v0.3.0 |
1350 | 2025-07-07T07:12:44.629Z | Downloaded proc-macro2 v1.0.95 |
1351 | 2025-07-07T07:12:44.629Z | Downloaded indexmap v2.10.0 |
1352 | 2025-07-07T07:12:44.655Z | Downloaded icu_locid_transform_data v1.5.0 |
1353 | 2025-07-07T07:12:44.655Z | Downloaded cargo_metadata v0.20.0 |
1354 | 2025-07-07T07:12:44.655Z | Downloaded getrandom v0.3.1 |
1355 | 2025-07-07T07:12:44.655Z | Downloaded erased-serde v0.4.6 |
1356 | 2025-07-07T07:12:44.655Z | Downloaded cargo_toml v0.21.0 |
1357 | 2025-07-07T07:12:44.655Z | Downloaded cargo-util-schemas v0.2.0 |
1358 | 2025-07-07T07:12:44.655Z | Downloaded camino-tempfile v1.4.1 |
1359 | 2025-07-07T07:12:44.655Z | Downloaded ordered-float v2.10.1 |
1360 | 2025-07-07T07:12:44.655Z | Downloaded litemap v0.7.3 |
1361 | 2025-07-07T07:12:44.655Z | Downloaded itoa v1.0.11 |
1362 | 2025-07-07T07:12:44.655Z | Downloaded colorchoice v1.0.2 |
1363 | 2025-07-07T07:12:44.655Z | Downloaded cfg-if v1.0.1 |
1364 | 2025-07-07T07:12:44.655Z | Downloaded anstyle-query v1.1.1 |
1365 | 2025-07-07T07:12:44.655Z | Downloaded anstyle-parse v0.2.5 |
1366 | 2025-07-07T07:12:44.655Z | Downloaded anstyle v1.0.11 |
1367 | 2025-07-07T07:12:44.681Z | Downloaded bytecount v0.6.8 |
1368 | 2025-07-07T07:12:44.745Z | Compiling proc-macro2 v1.0.95 |
1369 | 2025-07-07T07:12:44.745Z | Compiling unicode-ident v1.0.18 |
1370 | 2025-07-07T07:12:44.745Z | Compiling serde v1.0.219 |
1371 | 2025-07-07T07:12:44.772Z | Compiling version_check v0.9.5 |
1372 | 2025-07-07T07:12:44.772Z | Compiling thiserror v1.0.69 |
1373 | 2025-07-07T07:12:44.772Z | Compiling libc v0.2.174 |
1374 | 2025-07-07T07:12:44.800Z | Compiling memchr v2.7.4 |
1375 | 2025-07-07T07:12:44.800Z | Compiling stable_deref_trait v1.2.0 |
1376 | 2025-07-07T07:12:45.057Z | Compiling ryu v1.0.18 |
1377 | 2025-07-07T07:12:45.120Z | Compiling itoa v1.0.11 |
1378 | 2025-07-07T07:12:45.417Z | Compiling autocfg v1.4.0 |
1379 | 2025-07-07T07:12:45.444Z | Compiling writeable v0.5.5 |
1380 | 2025-07-07T07:12:45.586Z | Compiling ucd-trie v0.1.7 |
1381 | 2025-07-07T07:12:45.623Z | Compiling litemap v0.7.3 |
1382 | 2025-07-07T07:12:45.998Z | Compiling once_cell v1.21.3 |
1383 | 2025-07-07T07:12:46.024Z | Compiling icu_locid_transform_data v1.5.0 |
1384 | 2025-07-07T07:12:46.054Z | Compiling byteorder v1.5.0 |
1385 | 2025-07-07T07:12:46.079Z | Compiling bitflags v2.9.0 |
1386 | 2025-07-07T07:12:46.261Z | Compiling serde_json v1.0.140 |
1387 | 2025-07-07T07:12:46.436Z | Compiling icu_properties_data v1.5.0 |
1388 | 2025-07-07T07:12:46.467Z | Compiling num-traits v0.2.19 |
1389 | 2025-07-07T07:12:46.586Z | Compiling utf8_iter v1.0.4 |
1390 | 2025-07-07T07:12:46.612Z | Compiling rustix v0.38.37 |
1391 | 2025-07-07T07:12:46.665Z | Compiling quote v1.0.40 |
1392 | 2025-07-07T07:12:46.733Z | Compiling hashbrown v0.15.4 |
1393 | 2025-07-07T07:12:46.766Z | Compiling errno v0.3.12 |
1394 | 2025-07-07T07:12:46.851Z | Compiling equivalent v1.0.2 |
1395 | 2025-07-07T07:12:46.928Z | Compiling typeid v1.0.3 |
1396 | 2025-07-07T07:12:46.981Z | Compiling utf16_iter v1.0.5 |
1397 | 2025-07-07T07:12:47.007Z | Compiling smallvec v1.15.0 |
1398 | 2025-07-07T07:12:47.036Z | Compiling syn v2.0.104 |
1399 | 2025-07-07T07:12:47.218Z | Compiling write16 v1.0.0 |
1400 | 2025-07-07T07:12:47.246Z | Compiling icu_normalizer_data v1.5.0 |
1401 | 2025-07-07T07:12:47.409Z | Compiling usdt-impl v0.5.0 |
1402 | 2025-07-07T07:12:47.487Z | Compiling proc-macro-error-attr v1.0.4 |
1403 | 2025-07-07T07:12:47.512Z | Compiling toml_write v0.1.2 |
1404 | 2025-07-07T07:12:47.603Z | Compiling syn v1.0.109 |
1405 | 2025-07-07T07:12:47.768Z | Compiling indexmap v2.10.0 |
1406 | 2025-07-07T07:12:47.796Z | Compiling winnow v0.7.10 |
1407 | 2025-07-07T07:12:48.038Z | Compiling thread-id v4.2.2 |
1408 | 2025-07-07T07:12:48.163Z | Compiling proc-macro-error v1.0.4 |
1409 | 2025-07-07T07:12:48.203Z | Compiling utf8parse v0.2.2 |
1410 | 2025-07-07T07:12:48.313Z | Compiling getrandom v0.3.1 |
1411 | 2025-07-07T07:12:48.408Z | Compiling log v0.4.27 |
1412 | 2025-07-07T07:12:48.517Z | Compiling plain v0.2.3 |
1413 | 2025-07-07T07:12:48.713Z | Compiling rustix v1.0.7 |
1414 | 2025-07-07T07:12:48.800Z | Compiling semver v1.0.26 |
1415 | 2025-07-07T07:12:49.000Z | Compiling camino v1.1.10 |
1416 | 2025-07-07T07:12:49.047Z | Compiling percent-encoding v2.3.1 |
1417 | 2025-07-07T07:12:49.394Z | Compiling ordered-float v2.10.1 |
1418 | 2025-07-07T07:12:49.420Z | Compiling form_urlencoded v1.2.1 |
1419 | 2025-07-07T07:12:49.420Z | Compiling terminal_size v0.4.0 |
1420 | 2025-07-07T07:12:49.537Z | Compiling anstyle-parse v0.2.5 |
1421 | 2025-07-07T07:12:49.727Z | Compiling is_terminal_polyfill v1.70.1 |
1422 | 2025-07-07T07:12:49.864Z | Compiling anstyle v1.0.11 |
1423 | 2025-07-07T07:12:49.891Z | Compiling anstyle-query v1.1.1 |
1424 | 2025-07-07T07:12:49.918Z | Compiling cfg-if v1.0.1 |
1425 | 2025-07-07T07:12:50.027Z | Compiling colorchoice v1.0.2 |
1426 | 2025-07-07T07:12:50.053Z | Compiling thiserror v2.0.12 |
1427 | 2025-07-07T07:12:50.079Z | Compiling pretty-hex v0.4.1 |
1428 | 2025-07-07T07:12:50.215Z | Compiling anstream v0.6.18 |
1429 | 2025-07-07T07:12:50.755Z | Compiling fs-err v3.1.1 |
1430 | 2025-07-07T07:12:50.781Z | Compiling heck v0.5.0 |
1431 | 2025-07-07T07:12:50.896Z | Compiling unicode-xid v0.2.6 |
1432 | 2025-07-07T07:12:51.038Z | Compiling unicode-width v0.1.14 |
1433 | 2025-07-07T07:12:51.098Z | Compiling fastrand v2.1.1 |
1434 | 2025-07-07T07:12:51.178Z | Compiling heck v0.4.1 |
1435 | 2025-07-07T07:12:51.215Z | Compiling clap_lex v0.7.4 |
1436 | 2025-07-07T07:12:51.577Z | Compiling anyhow v1.0.98 |
1437 | 2025-07-07T07:12:51.609Z | Compiling bytecount v0.6.8 |
1438 | 2025-07-07T07:12:51.636Z | Compiling fnv v1.0.7 |
1439 | 2025-07-07T07:12:51.664Z | Compiling strsim v0.11.1 |
1440 | 2025-07-07T07:12:51.799Z | Compiling tempfile v3.20.0 |
1441 | 2025-07-07T07:12:51.842Z | Compiling papergrid v0.11.0 |
1442 | 2025-07-07T07:12:52.301Z | Compiling clap_builder v4.5.40 |
1443 | 2025-07-07T07:12:52.564Z | Compiling memmap v0.7.0 |
1444 | 2025-07-07T07:12:52.655Z | Compiling synstructure v0.13.1 |
1445 | 2025-07-07T07:12:52.681Z | Compiling unicode-width v0.2.0 |
1446 | 2025-07-07T07:12:52.875Z | Compiling smawk v0.3.2 |
1447 | 2025-07-07T07:12:53.097Z | Compiling unicode-linebreak v0.1.5 |
1448 | 2025-07-07T07:12:53.521Z | Compiling textwrap v0.16.2 |
1449 | 2025-07-07T07:12:53.802Z | Compiling swrite v0.1.0 |
1450 | 2025-07-07T07:12:53.948Z | Compiling dev-tools-common v0.1.0 (/work/ci/omicron/dev-tools/common) |
1451 | 2025-07-07T07:12:54.066Z | Compiling tabled_derive v0.7.0 |
1452 | 2025-07-07T07:12:55.228Z | Compiling serde_derive v1.0.219 |
1453 | 2025-07-07T07:12:55.228Z | Compiling thiserror-impl v1.0.69 |
1454 | 2025-07-07T07:12:55.228Z | Compiling zerofrom-derive v0.1.4 |
1455 | 2025-07-07T07:12:55.228Z | Compiling yoke-derive v0.7.4 |
1456 | 2025-07-07T07:12:55.254Z | Compiling zerovec-derive v0.10.3 |
1457 | 2025-07-07T07:12:55.358Z | Compiling displaydoc v0.2.5 |
1458 | 2025-07-07T07:12:56.612Z | Compiling icu_provider_macros v1.5.0 |
1459 | 2025-07-07T07:12:57.245Z | Compiling zerocopy-derive v0.7.35 |
1460 | 2025-07-07T07:12:57.492Z | Compiling scroll_derive v0.12.0 |
1461 | 2025-07-07T07:12:57.518Z | Compiling thiserror-impl v2.0.12 |
1462 | 2025-07-07T07:12:57.797Z | Compiling pest v2.7.14 |
1463 | 2025-07-07T07:12:58.116Z | Compiling zerofrom v0.1.4 |
1464 | 2025-07-07T07:12:58.340Z | Compiling yoke v0.7.4 |
1465 | 2025-07-07T07:12:58.477Z | Compiling clap_derive v4.5.40 |
1466 | 2025-07-07T07:12:58.598Z | Compiling scroll v0.12.0 |
1467 | 2025-07-07T07:12:58.695Z | Compiling zerovec v0.10.4 |
1468 | 2025-07-07T07:12:58.848Z | Compiling zerocopy v0.7.35 |
1469 | 2025-07-07T07:12:59.105Z | Compiling goblin v0.8.2 |
1470 | 2025-07-07T07:12:59.163Z | Compiling tabled v0.15.0 |
1471 | 2025-07-07T07:12:59.972Z | Compiling pest_meta v2.7.14 |
1472 | 2025-07-07T07:13:00.185Z | Compiling tinystr v0.7.6 |
1473 | 2025-07-07T07:13:00.232Z | Compiling icu_collections v1.5.0 |
1474 | 2025-07-07T07:13:00.549Z | Compiling icu_locid v1.5.0 |
1475 | 2025-07-07T07:13:01.164Z | Compiling pest_generator v2.7.14 |
1476 | 2025-07-07T07:13:01.467Z | Compiling clap v4.5.40 |
1477 | 2025-07-07T07:13:01.609Z | Compiling icu_provider v1.5.0 |
1478 | 2025-07-07T07:13:02.316Z | Compiling icu_locid_transform v1.5.0 |
1479 | 2025-07-07T07:13:03.164Z | Compiling pest_derive v2.7.14 |
1480 | 2025-07-07T07:13:03.335Z | Compiling icu_properties v1.5.1 |
1481 | 2025-07-07T07:13:03.782Z | Compiling dtrace-parser v0.2.0 |
1482 | 2025-07-07T07:13:04.992Z | Compiling serde_spanned v0.6.9 |
1483 | 2025-07-07T07:13:04.992Z | Compiling toml_datetime v0.6.11 |
1484 | 2025-07-07T07:13:05.018Z | Compiling erased-serde v0.4.6 |
1485 | 2025-07-07T07:13:05.317Z | Compiling serde_tokenstream v0.2.2 |
1486 | 2025-07-07T07:13:05.514Z | Compiling toml_edit v0.22.27 |
1487 | 2025-07-07T07:13:05.818Z | Compiling serde-value v0.7.0 |
1488 | 2025-07-07T07:13:05.844Z | Compiling serde-untagged v0.1.7 |
1489 | 2025-07-07T07:13:05.996Z | Compiling cargo-platform v0.2.0 |
1490 | 2025-07-07T07:13:06.150Z | Compiling camino-tempfile v1.4.1 |
1491 | 2025-07-07T07:13:06.332Z | Compiling icu_normalizer v1.5.0 |
1492 | 2025-07-07T07:13:06.519Z | Compiling dof v0.3.0 |
1493 | 2025-07-07T07:13:06.552Z | Compiling macaddr v1.0.1 |
1494 | 2025-07-07T07:13:07.139Z | Compiling idna_adapter v1.2.0 |
1495 | 2025-07-07T07:13:07.331Z | Compiling idna v1.0.3 |
1496 | 2025-07-07T07:13:07.867Z | Compiling url v2.5.4 |
1497 | 2025-07-07T07:13:08.250Z | Compiling usdt-attr-macro v0.5.0 |
1498 | 2025-07-07T07:13:08.250Z | Compiling usdt-macro v0.5.0 |
1499 | 2025-07-07T07:13:08.294Z | Compiling toml v0.8.23 |
1500 | 2025-07-07T07:13:09.006Z | Compiling cargo-util-schemas v0.2.0 |
1501 | 2025-07-07T07:13:09.006Z | Compiling cargo_toml v0.21.0 |
1502 | 2025-07-07T07:13:09.362Z | Compiling usdt v0.5.0 |
1503 | 2025-07-07T07:13:10.671Z | Compiling cargo_metadata v0.20.0 |
1504 | 2025-07-07T07:13:12.717Z | Compiling xtask v0.1.0 (/work/ci/omicron/dev-tools/xtask) |
1505 | 2025-07-07T07:13:16.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.91s |
1506 | 2025-07-07T07:13:16.958Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
1507 | 2025-07-07T07:13:17.828Z | Downloading crates ... |
1508 | 2025-07-07T07:13:18.067Z | Downloaded base64ct v1.6.0 |
1509 | 2025-07-07T07:13:18.093Z | Downloaded console v0.15.10 |
1510 | 2025-07-07T07:13:18.093Z | Downloaded block-padding v0.3.3 |
1511 | 2025-07-07T07:13:18.120Z | Downloaded cargo_metadata v0.18.1 |
1512 | 2025-07-07T07:13:18.147Z | Downloaded crunchy v0.2.2 |
1513 | 2025-07-07T07:13:18.147Z | Downloaded openssl-probe v0.1.5 |
1514 | 2025-07-07T07:13:18.174Z | Downloaded spki v0.7.3 |
1515 | 2025-07-07T07:13:18.201Z | Downloaded ghash v0.5.1 |
1516 | 2025-07-07T07:13:18.232Z | Downloaded lzss v0.8.2 |
1517 | 2025-07-07T07:13:18.260Z | Downloaded tui-tree-widget v0.23.1 |
1518 | 2025-07-07T07:13:18.298Z | Downloaded md5 v0.7.0 |
1519 | 2025-07-07T07:13:18.324Z | Downloaded endian-type v0.1.2 |
1520 | 2025-07-07T07:13:18.350Z | Downloaded group v0.13.0 |
1521 | 2025-07-07T07:13:18.377Z | Downloaded waitgroup v0.1.2 |
1522 | 2025-07-07T07:13:18.377Z | Downloaded zone_cfg_derive v0.1.2 |
1523 | 2025-07-07T07:13:18.377Z | Downloaded vsss-rs v3.3.4 |
1524 | 2025-07-07T07:13:18.405Z | Downloaded wyz v0.5.1 |
1525 | 2025-07-07T07:13:18.405Z | Downloaded zeroize_derive v1.4.2 |
1526 | 2025-07-07T07:13:18.405Z | Downloaded polar-core v0.27.3 |
1527 | 2025-07-07T07:13:18.431Z | Downloaded yasna v0.5.2 |
1528 | 2025-07-07T07:13:18.431Z | Downloaded zerocopy v0.6.6 |
1529 | 2025-07-07T07:13:18.456Z | Downloaded smoltcp v0.9.1 |
1530 | 2025-07-07T07:13:18.457Z | Downloaded zerocopy-derive v0.8.26 |
1531 | 2025-07-07T07:13:18.482Z | Downloaded unicode-normalization v0.1.24 |
1532 | 2025-07-07T07:13:18.482Z | Downloaded x509-cert v0.2.5 |
1533 | 2025-07-07T07:13:18.508Z | Downloaded tabled v0.18.0 |
1534 | 2025-07-07T07:13:18.534Z | Downloaded winnow v0.5.40 |
1535 | 2025-07-07T07:13:18.534Z | Downloaded winnow v0.6.26 |
1536 | 2025-07-07T07:13:18.560Z | Downloaded zlib-rs v0.5.1 |
1537 | 2025-07-07T07:13:18.560Z | Downloaded nix v0.28.0 |
1538 | 2025-07-07T07:13:18.586Z | Downloaded ratatui v0.29.0 |
1539 | 2025-07-07T07:13:18.611Z | Downloaded petname v2.0.2 |
1540 | 2025-07-07T07:13:18.611Z | Downloaded dropshot v0.16.2 |
1541 | 2025-07-07T07:13:18.637Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
1542 | 2025-07-07T07:13:18.664Z | Downloaded zerocopy v0.8.26 |
1543 | 2025-07-07T07:13:18.689Z | Downloaded diesel v2.2.11 |
1544 | 2025-07-07T07:13:18.715Z | Downloaded hickory-proto v0.25.2 |
1545 | 2025-07-07T07:13:18.741Z | Downloaded hickory-proto v0.24.4 |
1546 | 2025-07-07T07:13:18.741Z | Downloaded regex-automata v0.4.8 |
1547 | 2025-07-07T07:13:18.766Z | Downloaded sled v0.34.7 |
1548 | 2025-07-07T07:13:18.766Z | Downloaded p384 v0.13.0 |
1549 | 2025-07-07T07:13:18.792Z | Downloaded jiff v0.2.15 |
1550 | 2025-07-07T07:13:18.818Z | Downloaded nix v0.27.1 |
1551 | 2025-07-07T07:13:18.843Z | Downloaded moka v0.12.10 |
1552 | 2025-07-07T07:13:18.844Z | Downloaded typify-impl v0.4.1 |
1553 | 2025-07-07T07:13:18.869Z | Downloaded typify-impl v0.2.0 |
1554 | 2025-07-07T07:13:18.869Z | Downloaded smoltcp v0.11.0 |
1555 | 2025-07-07T07:13:18.895Z | Downloaded rustls v0.23.19 |
1556 | 2025-07-07T07:13:18.895Z | Downloaded rustls v0.22.4 |
1557 | 2025-07-07T07:13:18.921Z | Downloaded openapiv3 v2.2.0 |
1558 | 2025-07-07T07:13:18.947Z | Downloaded zerocopy-derive v0.6.6 |
1559 | 2025-07-07T07:13:18.947Z | Downloaded csv v1.3.1 |
1560 | 2025-07-07T07:13:18.973Z | Downloaded nix v0.30.1 |
1561 | 2025-07-07T07:13:18.973Z | Downloaded libz-sys v1.1.20 |
1562 | 2025-07-07T07:13:18.999Z | Downloaded typed-path v0.9.3 |
1563 | 2025-07-07T07:13:18.999Z | Downloaded tokio v1.45.1 |
1564 | 2025-07-07T07:13:19.042Z | Downloaded sha3 v0.10.8 |
1565 | 2025-07-07T07:13:19.068Z | Downloaded zip v4.2.0 |
1566 | 2025-07-07T07:13:19.068Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
1567 | 2025-07-07T07:13:19.094Z | Downloaded petgraph v0.8.2 |
1568 | 2025-07-07T07:13:19.094Z | Downloaded p521 v0.13.3 |
1569 | 2025-07-07T07:13:19.120Z | Downloaded yansi v1.0.1 |
1570 | 2025-07-07T07:13:19.120Z | Downloaded unicode-segmentation v1.12.0 |
1571 | 2025-07-07T07:13:19.120Z | Downloaded h2 v0.4.6 |
1572 | 2025-07-07T07:13:19.120Z | Downloaded regex-syntax v0.6.29 |
1573 | 2025-07-07T07:13:19.120Z | Downloaded unicode_categories v0.1.1 |
1574 | 2025-07-07T07:13:19.146Z | Downloaded pin-project v1.1.6 |
1575 | 2025-07-07T07:13:19.146Z | Downloaded parse-zoneinfo v0.3.1 |
1576 | 2025-07-07T07:13:19.146Z | Downloaded hkdf v0.12.4 |
1577 | 2025-07-07T07:13:19.172Z | Downloaded gimli v0.31.1 |
1578 | 2025-07-07T07:13:19.172Z | Downloaded object v0.36.5 |
1579 | 2025-07-07T07:13:19.172Z | Downloaded nix v0.29.0 |
1580 | 2025-07-07T07:13:19.198Z | Downloaded chrono-tz v0.10.3 |
1581 | 2025-07-07T07:13:19.198Z | Downloaded xshell v0.2.7 |
1582 | 2025-07-07T07:13:19.198Z | Downloaded unicode-properties v0.1.3 |
1583 | 2025-07-07T07:13:19.198Z | Downloaded unicode-bidi v0.3.17 |
1584 | 2025-07-07T07:13:19.224Z | Downloaded typify v0.4.1 |
1585 | 2025-07-07T07:13:19.224Z | Downloaded xshell-macros v0.2.7 |
1586 | 2025-07-07T07:13:19.224Z | Downloaded xattr v1.3.1 |
1587 | 2025-07-07T07:13:19.224Z | Downloaded vte v0.11.1 |
1588 | 2025-07-07T07:13:19.224Z | Downloaded zopfli v0.8.1 |
1589 | 2025-07-07T07:13:19.224Z | Downloaded zip v0.6.6 |
1590 | 2025-07-07T07:13:19.224Z | Downloaded papergrid v0.14.0 |
1591 | 2025-07-07T07:13:19.224Z | Downloaded p256 v0.13.2 |
1592 | 2025-07-07T07:13:19.250Z | Downloaded num-bigint-dig v0.8.4 |
1593 | 2025-07-07T07:13:19.250Z | Downloaded radix_trie v0.2.1 |
1594 | 2025-07-07T07:13:19.250Z | Downloaded curve25519-dalek v4.1.3 |
1595 | 2025-07-07T07:13:19.250Z | Downloaded whoami v1.6.0 |
1596 | 2025-07-07T07:13:19.250Z | Downloaded walkdir v2.5.0 |
1597 | 2025-07-07T07:13:19.250Z | Downloaded encoding_rs v0.8.34 |
1598 | 2025-07-07T07:13:19.276Z | Downloaded vergen v8.3.2 |
1599 | 2025-07-07T07:13:19.302Z | Downloaded value-bag v1.9.0 |
1600 | 2025-07-07T07:13:19.302Z | Downloaded uzers v0.12.1 |
1601 | 2025-07-07T07:13:19.303Z | Downloaded twox-hash v2.1.0 |
1602 | 2025-07-07T07:13:19.303Z | Downloaded pkcs5 v0.7.1 |
1603 | 2025-07-07T07:13:19.303Z | Downloaded pkcs1 v0.7.5 |
1604 | 2025-07-07T07:13:19.303Z | Downloaded pin-project-lite v0.2.14 |
1605 | 2025-07-07T07:13:19.328Z | Downloaded pin-project-internal v1.1.6 |
1606 | 2025-07-07T07:13:19.328Z | Downloaded pem-rfc7468 v0.7.0 |
1607 | 2025-07-07T07:13:19.328Z | Downloaded paste v1.0.15 |
1608 | 2025-07-07T07:13:19.328Z | Downloaded password-hash v0.5.0 |
1609 | 2025-07-07T07:13:19.328Z | Downloaded password-hash v0.4.2 |
1610 | 2025-07-07T07:13:19.328Z | Downloaded zstd v0.13.3 |
1611 | 2025-07-07T07:13:19.329Z | Downloaded zone v0.1.8 |
1612 | 2025-07-07T07:13:19.329Z | Downloaded parse-display v0.10.0 |
1613 | 2025-07-07T07:13:19.329Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1614 | 2025-07-07T07:13:19.389Z | Downloaded parking_lot_core v0.8.6 |
1615 | 2025-07-07T07:13:19.415Z | Downloaded owo-colors v4.2.2 |
1616 | 2025-07-07T07:13:19.415Z | Downloaded oso v0.27.3 |
1617 | 2025-07-07T07:13:19.415Z | Downloaded num-complex v0.4.6 |
1618 | 2025-07-07T07:13:19.415Z | Downloaded half v2.4.1 |
1619 | 2025-07-07T07:13:19.415Z | Downloaded hickory-server v0.25.2 |
1620 | 2025-07-07T07:13:19.415Z | Downloaded hashbrown v0.13.2 |
1621 | 2025-07-07T07:13:19.415Z | Downloaded time v0.3.36 |
1622 | 2025-07-07T07:13:19.441Z | Downloaded git2 v0.19.0 |
1623 | 2025-07-07T07:13:19.441Z | Downloaded sqlparser v0.45.0 |
1624 | 2025-07-07T07:13:19.441Z | Downloaded untrusted v0.7.1 |
1625 | 2025-07-07T07:13:19.441Z | Downloaded universal-hash v0.5.1 |
1626 | 2025-07-07T07:13:19.441Z | Downloaded unicase v2.7.0 |
1627 | 2025-07-07T07:13:19.467Z | Downloaded unarray v0.1.4 |
1628 | 2025-07-07T07:13:19.467Z | Downloaded typify-macro v0.4.1 |
1629 | 2025-07-07T07:13:19.467Z | Downloaded typify-macro v0.2.0 |
1630 | 2025-07-07T07:13:19.467Z | Downloaded phf_shared v0.11.2 |
1631 | 2025-07-07T07:13:19.467Z | Downloaded phf_codegen v0.11.2 |
1632 | 2025-07-07T07:13:19.467Z | Downloaded phf v0.11.2 |
1633 | 2025-07-07T07:13:19.467Z | Downloaded pem v3.0.5 |
1634 | 2025-07-07T07:13:19.467Z | Downloaded parking_lot v0.11.2 |
1635 | 2025-07-07T07:13:19.467Z | Downloaded num-rational v0.4.2 |
1636 | 2025-07-07T07:13:19.467Z | Downloaded num-iter v0.1.45 |
1637 | 2025-07-07T07:13:19.467Z | Downloaded zstd-safe v7.2.3 |
1638 | 2025-07-07T07:13:19.467Z | Downloaded fatfs v0.3.6 |
1639 | 2025-07-07T07:13:19.467Z | Downloaded expectorate v1.2.0 |
1640 | 2025-07-07T07:13:19.467Z | Downloaded der v0.7.9 |
1641 | 2025-07-07T07:13:19.493Z | Downloaded packed_struct_codegen v0.10.1 |
1642 | 2025-07-07T07:13:19.493Z | Downloaded packed_struct v0.10.1 |
1643 | 2025-07-07T07:13:19.493Z | Downloaded num-integer v0.1.46 |
1644 | 2025-07-07T07:13:19.493Z | Downloaded ed25519-dalek v2.1.1 |
1645 | 2025-07-07T07:13:19.493Z | Downloaded diesel_derives v2.2.3 |
1646 | 2025-07-07T07:13:19.493Z | Downloaded derive-where v1.5.0 |
1647 | 2025-07-07T07:13:19.493Z | Downloaded num-bigint v0.4.6 |
1648 | 2025-07-07T07:13:19.493Z | Downloaded mio v1.0.2 |
1649 | 2025-07-07T07:13:19.519Z | Downloaded hickory-resolver v0.25.2 |
1650 | 2025-07-07T07:13:19.519Z | Downloaded hickory-resolver v0.24.4 |
1651 | 2025-07-07T07:13:19.519Z | Downloaded rustls-webpki v0.102.8 |
1652 | 2025-07-07T07:13:19.546Z | Downloaded object v0.30.4 |
1653 | 2025-07-07T07:13:19.546Z | Downloaded bstr v1.10.0 |
1654 | 2025-07-07T07:13:19.572Z | Downloaded wait-timeout v0.2.0 |
1655 | 2025-07-07T07:13:19.572Z | Downloaded vte_generate_state_changes v0.1.2 |
1656 | 2025-07-07T07:13:19.572Z | Downloaded void v1.0.2 |
1657 | 2025-07-07T07:13:19.572Z | Downloaded unicode-truncate v1.1.0 |
1658 | 2025-07-07T07:13:19.572Z | Downloaded typify v0.2.0 |
1659 | 2025-07-07T07:13:19.572Z | Downloaded phf_generator v0.11.2 |
1660 | 2025-07-07T07:13:19.572Z | Downloaded zone_cfg_derive v0.3.0 |
1661 | 2025-07-07T07:13:19.572Z | Downloaded parse-size v1.1.0 |
1662 | 2025-07-07T07:13:19.572Z | Downloaded parse-display-derive v0.10.0 |
1663 | 2025-07-07T07:13:19.572Z | Downloaded oxide-tokio-rt v0.1.2 |
1664 | 2025-07-07T07:13:19.572Z | Downloaded oso-derive v0.27.3 |
1665 | 2025-07-07T07:13:19.572Z | Downloaded num_enum v0.5.11 |
1666 | 2025-07-07T07:13:19.598Z | Downloaded num-derive v0.4.2 |
1667 | 2025-07-07T07:13:19.598Z | Downloaded num-derive v0.3.3 |
1668 | 2025-07-07T07:13:19.598Z | Downloaded hash32 v0.3.1 |
1669 | 2025-07-07T07:13:19.598Z | Downloaded hash32 v0.2.1 |
1670 | 2025-07-07T07:13:19.598Z | Downloaded defmt-parser v0.3.4 |
1671 | 2025-07-07T07:13:19.598Z | Downloaded half v1.8.3 |
1672 | 2025-07-07T07:13:19.598Z | Downloaded globset v0.4.15 |
1673 | 2025-07-07T07:13:19.598Z | Downloaded env_logger v0.11.5 |
1674 | 2025-07-07T07:13:19.598Z | Downloaded elliptic-curve v0.13.8 |
1675 | 2025-07-07T07:13:19.598Z | Downloaded ecdsa v0.16.9 |
1676 | 2025-07-07T07:13:19.598Z | Downloaded dsl_auto_type v0.1.2 |
1677 | 2025-07-07T07:13:19.598Z | Downloaded dropshot_endpoint v0.16.2 |
1678 | 2025-07-07T07:13:19.624Z | Downloaded diff v0.1.13 |
1679 | 2025-07-07T07:13:19.624Z | Downloaded des v0.8.1 |
1680 | 2025-07-07T07:13:19.624Z | Downloaded derive_more v0.99.20 |
1681 | 2025-07-07T07:13:19.624Z | Downloaded derive_builder_core v0.20.2 |
1682 | 2025-07-07T07:13:19.624Z | Downloaded derive_builder v0.20.2 |
1683 | 2025-07-07T07:13:19.624Z | Downloaded der_derive v0.7.3 |
1684 | 2025-07-07T07:13:19.624Z | Downloaded miniz_oxide v0.8.5 |
1685 | 2025-07-07T07:13:19.624Z | Downloaded minimal-lexical v0.2.1 |
1686 | 2025-07-07T07:13:19.650Z | Downloaded highway v1.3.0 |
1687 | 2025-07-07T07:13:19.650Z | Downloaded heapless v0.8.0 |
1688 | 2025-07-07T07:13:19.650Z | Downloaded heapless v0.7.17 |
1689 | 2025-07-07T07:13:19.650Z | Downloaded headers v0.4.1 |
1690 | 2025-07-07T07:13:19.650Z | Downloaded tower-http v0.6.6 |
1691 | 2025-07-07T07:13:19.676Z | Downloaded tough v0.20.0 |
1692 | 2025-07-07T07:13:19.676Z | Downloaded tinyvec v1.8.0 |
1693 | 2025-07-07T07:13:19.676Z | Downloaded steno v0.4.1 |
1694 | 2025-07-07T07:13:19.676Z | Downloaded libxml v0.3.3 |
1695 | 2025-07-07T07:13:19.702Z | Downloaded iddqd v0.3.8 |
1696 | 2025-07-07T07:13:19.702Z | Downloaded salty v0.3.0 |
1697 | 2025-07-07T07:13:19.702Z | Downloaded quinn-proto v0.11.8 |
1698 | 2025-07-07T07:13:19.702Z | Downloaded lalrpop v0.19.12 |
1699 | 2025-07-07T07:13:19.728Z | Downloaded globwalk v0.9.1 |
1700 | 2025-07-07T07:13:19.728Z | Downloaded glob v0.3.2 |
1701 | 2025-07-07T07:13:19.728Z | Downloaded filetime v0.2.25 |
1702 | 2025-07-07T07:13:19.728Z | Downloaded ff v0.13.0 |
1703 | 2025-07-07T07:13:19.728Z | Downloaded fd-lock v4.0.2 |
1704 | 2025-07-07T07:13:19.728Z | Downloaded fallible-iterator v0.2.0 |
1705 | 2025-07-07T07:13:19.728Z | Downloaded env_logger v0.10.2 |
1706 | 2025-07-07T07:13:19.728Z | Downloaded env_filter v0.1.2 |
1707 | 2025-07-07T07:13:19.728Z | Downloaded enum-as-inner v0.6.1 |
1708 | 2025-07-07T07:13:19.755Z | Downloaded ena v0.14.3 |
1709 | 2025-07-07T07:13:19.755Z | Downloaded embedded-io v0.6.1 |
1710 | 2025-07-07T07:13:19.755Z | Downloaded embedded-io v0.4.0 |
1711 | 2025-07-07T07:13:19.755Z | Downloaded ed25519 v2.2.3 |
1712 | 2025-07-07T07:13:19.755Z | Downloaded dunce v1.0.5 |
1713 | 2025-07-07T07:13:19.755Z | Downloaded document-features v0.2.10 |
1714 | 2025-07-07T07:13:19.755Z | Downloaded display-error-chain v0.2.2 |
1715 | 2025-07-07T07:13:19.755Z | Downloaded difflib v0.4.0 |
1716 | 2025-07-07T07:13:19.755Z | Downloaded diesel-dtrace v0.4.2 |
1717 | 2025-07-07T07:13:19.756Z | Downloaded deranged v0.3.11 |
1718 | 2025-07-07T07:13:19.756Z | Downloaded nu-ansi-term v0.50.1 |
1719 | 2025-07-07T07:13:19.756Z | Downloaded hickory-client v0.25.2 |
1720 | 2025-07-07T07:13:19.756Z | Downloaded heck v0.3.3 |
1721 | 2025-07-07T07:13:19.756Z | Downloaded toml_edit v0.19.15 |
1722 | 2025-07-07T07:13:19.781Z | Downloaded tokio-util v0.7.15 |
1723 | 2025-07-07T07:13:19.781Z | Downloaded tokio-postgres v0.7.13 |
1724 | 2025-07-07T07:13:19.807Z | Downloaded test-strategy v0.4.1 |
1725 | 2025-07-07T07:13:19.807Z | Downloaded tar v0.4.44 |
1726 | 2025-07-07T07:13:19.807Z | Downloaded subprocess v0.2.9 |
1727 | 2025-07-07T07:13:19.807Z | Downloaded hyper-util v0.1.14 |
1728 | 2025-07-07T07:13:19.807Z | Downloaded reedline v0.40.0 |
1729 | 2025-07-07T07:13:19.833Z | Downloaded chrono v0.4.41 |
1730 | 2025-07-07T07:13:19.833Z | Downloaded diesel_table_macro_syntax v0.2.0 |
1731 | 2025-07-07T07:13:19.833Z | Downloaded derive_builder_macro v0.20.2 |
1732 | 2025-07-07T07:13:19.833Z | Downloaded num v0.4.3 |
1733 | 2025-07-07T07:13:19.833Z | Downloaded nibble_vec v0.1.0 |
1734 | 2025-07-07T07:13:19.833Z | Downloaded newtype_derive v0.1.6 |
1735 | 2025-07-07T07:13:19.833Z | Downloaded newtype-uuid v1.2.4 |
1736 | 2025-07-07T07:13:19.833Z | Downloaded newline-converter v0.3.0 |
1737 | 2025-07-07T07:13:19.833Z | Downloaded new_debug_unreachable v1.0.6 |
1738 | 2025-07-07T07:13:19.834Z | Downloaded native-tls v0.2.12 |
1739 | 2025-07-07T07:13:19.834Z | Downloaded nanorand v0.7.0 |
1740 | 2025-07-07T07:13:19.834Z | Downloaded multimap v0.10.1 |
1741 | 2025-07-07T07:13:19.834Z | Downloaded multer v3.1.0 |
1742 | 2025-07-07T07:13:19.859Z | Downloaded mime_guess v2.0.5 |
1743 | 2025-07-07T07:13:19.859Z | Downloaded memoffset v0.9.1 |
1744 | 2025-07-07T07:13:19.859Z | Downloaded memmap2 v0.9.5 |
1745 | 2025-07-07T07:13:19.860Z | Downloaded md-5 v0.10.6 |
1746 | 2025-07-07T07:13:19.860Z | Downloaded maybe-uninit v2.0.0 |
1747 | 2025-07-07T07:13:19.860Z | Downloaded match_cfg v0.1.0 |
1748 | 2025-07-07T07:13:19.860Z | Downloaded hostname v0.4.0 |
1749 | 2025-07-07T07:13:19.860Z | Downloaded hostname v0.3.1 |
1750 | 2025-07-07T07:13:19.860Z | Downloaded home v0.5.9 |
1751 | 2025-07-07T07:13:19.860Z | Downloaded hmac v0.12.1 |
1752 | 2025-07-07T07:13:19.860Z | Downloaded hex-literal v0.4.1 |
1753 | 2025-07-07T07:13:19.860Z | Downloaded headers-core v0.3.0 |
1754 | 2025-07-07T07:13:19.860Z | Downloaded tungstenite v0.23.0 |
1755 | 2025-07-07T07:13:19.860Z | Downloaded tracing-core v0.1.32 |
1756 | 2025-07-07T07:13:19.886Z | Downloaded tracing v0.1.40 |
1757 | 2025-07-07T07:13:19.886Z | Downloaded tls_codec_derive v0.4.1 |
1758 | 2025-07-07T07:13:19.886Z | Downloaded tls_codec v0.4.1 |
1759 | 2025-07-07T07:13:19.886Z | Downloaded tiny-keccak v2.0.2 |
1760 | 2025-07-07T07:13:19.886Z | Downloaded time-macros v0.2.18 |
1761 | 2025-07-07T07:13:19.886Z | Downloaded thiserror-no-std v2.0.2 |
1762 | 2025-07-07T07:13:19.886Z | Downloaded termtree v0.5.1 |
1763 | 2025-07-07T07:13:19.886Z | Downloaded termios v0.3.3 |
1764 | 2025-07-07T07:13:19.886Z | Downloaded termcolor v1.4.1 |
1765 | 2025-07-07T07:13:19.886Z | Downloaded tap v1.0.1 |
1766 | 2025-07-07T07:13:19.886Z | Downloaded tagptr v0.2.0 |
1767 | 2025-07-07T07:13:19.912Z | Downloaded tabled_derive v0.10.0 |
1768 | 2025-07-07T07:13:19.912Z | Downloaded sync-ptr v0.1.4 |
1769 | 2025-07-07T07:13:19.912Z | Downloaded supports-color v3.0.2 |
1770 | 2025-07-07T07:13:19.912Z | Downloaded support-bundle-viewer v0.1.2 |
1771 | 2025-07-07T07:13:19.912Z | Downloaded strum_macros v0.26.4 |
1772 | 2025-07-07T07:13:19.912Z | Downloaded strum_macros v0.25.3 |
1773 | 2025-07-07T07:13:19.912Z | Downloaded strum_macros v0.24.3 |
1774 | 2025-07-07T07:13:19.912Z | Downloaded structmeta-derive v0.3.0 |
1775 | 2025-07-07T07:13:19.912Z | Downloaded structmeta v0.3.0 |
1776 | 2025-07-07T07:13:19.912Z | Downloaded strip-ansi-escapes v0.2.0 |
1777 | 2025-07-07T07:13:19.913Z | Downloaded stringprep v0.1.5 |
1778 | 2025-07-07T07:13:19.913Z | Downloaded string_cache v0.8.9 |
1779 | 2025-07-07T07:13:19.913Z | Downloaded ignore v0.4.23 |
1780 | 2025-07-07T07:13:19.913Z | Downloaded rustyline v14.0.0 |
1781 | 2025-07-07T07:13:19.939Z | Downloaded russh v0.45.0 |
1782 | 2025-07-07T07:13:19.939Z | Downloaded rayon v1.10.0 |
1783 | 2025-07-07T07:13:19.971Z | Downloaded quick-xml v0.37.2 |
1784 | 2025-07-07T07:13:19.971Z | Downloaded proptest v1.7.0 |
1785 | 2025-07-07T07:13:19.971Z | Downloaded http-range v0.1.5 |
1786 | 2025-07-07T07:13:19.971Z | Downloaded tracing-attributes v0.1.27 |
1787 | 2025-07-07T07:13:19.971Z | Downloaded toml v0.7.8 |
1788 | 2025-07-07T07:13:19.971Z | Downloaded tokio-tungstenite v0.23.1 |
1789 | 2025-07-07T07:13:19.971Z | Downloaded time-core v0.1.2 |
1790 | 2025-07-07T07:13:19.971Z | Downloaded thiserror-impl-no-std v2.0.2 |
1791 | 2025-07-07T07:13:19.971Z | Downloaded tabwriter v1.4.0 |
1792 | 2025-07-07T07:13:19.971Z | Downloaded sync_wrapper v1.0.1 |
1793 | 2025-07-07T07:13:19.971Z | Downloaded strum v0.26.3 |
1794 | 2025-07-07T07:13:19.971Z | Downloaded libsw-core v0.3.1 |
1795 | 2025-07-07T07:13:19.971Z | Downloaded instability v0.3.2 |
1796 | 2025-07-07T07:13:19.971Z | Downloaded inout v0.1.3 |
1797 | 2025-07-07T07:13:19.997Z | Downloaded ingot-types v0.1.0 |
1798 | 2025-07-07T07:13:19.997Z | Downloaded ingot-macros v0.1.0 |
1799 | 2025-07-07T07:13:19.997Z | Downloaded ingot v0.1.0 |
1800 | 2025-07-07T07:13:19.997Z | Downloaded indoc v2.0.6 |
1801 | 2025-07-07T07:13:19.997Z | Downloaded indoc v1.0.9 |
1802 | 2025-07-07T07:13:19.997Z | Downloaded indent_write v2.2.0 |
1803 | 2025-07-07T07:13:19.997Z | Downloaded impl-trait-for-tuples v0.2.2 |
1804 | 2025-07-07T07:13:19.997Z | Downloaded hyper-rustls v0.27.7 |
1805 | 2025-07-07T07:13:19.997Z | Downloaded ssh-key v0.6.6 |
1806 | 2025-07-07T07:13:19.998Z | Downloaded snafu v0.8.5 |
1807 | 2025-07-07T07:13:20.024Z | Downloaded samael v0.0.19 |
1808 | 2025-07-07T07:13:20.024Z | Downloaded rsa v0.9.6 |
1809 | 2025-07-07T07:13:20.024Z | Downloaded ron v0.8.1 |
1810 | 2025-07-07T07:13:20.024Z | Downloaded itertools v0.14.0 |
1811 | 2025-07-07T07:13:20.049Z | Downloaded itertools v0.13.0 |
1812 | 2025-07-07T07:13:20.049Z | Downloaded bindgen v0.71.1 |
1813 | 2025-07-07T07:13:20.050Z | Downloaded topological-sort v0.2.2 |
1814 | 2025-07-07T07:13:20.050Z | Downloaded tokio-rustls v0.26.0 |
1815 | 2025-07-07T07:13:20.075Z | Downloaded tokio-rustls v0.25.0 |
1816 | 2025-07-07T07:13:20.075Z | Downloaded tokio-dtrace v0.1.0 |
1817 | 2025-07-07T07:13:20.075Z | Downloaded maplit v1.0.2 |
1818 | 2025-07-07T07:13:20.076Z | Downloaded managed v0.8.0 |
1819 | 2025-07-07T07:13:20.076Z | Downloaded lru-cache v0.1.2 |
1820 | 2025-07-07T07:13:20.076Z | Downloaded lru v0.12.5 |
1821 | 2025-07-07T07:13:20.076Z | Downloaded lockfree-object-pool v0.1.6 |
1822 | 2025-07-07T07:13:20.076Z | Downloaded litrs v0.4.1 |
1823 | 2025-07-07T07:13:20.076Z | Downloaded linear-map v1.2.0 |
1824 | 2025-07-07T07:13:20.076Z | Downloaded libz-rs-sys v0.5.1 |
1825 | 2025-07-07T07:13:20.076Z | Downloaded libsw v3.5.0 |
1826 | 2025-07-07T07:13:20.076Z | Downloaded libscf-sys v1.1.0 |
1827 | 2025-07-07T07:13:20.076Z | Downloaded hyper-staticfile v0.10.1 |
1828 | 2025-07-07T07:13:20.102Z | Downloaded humantime v2.2.0 |
1829 | 2025-07-07T07:13:20.102Z | Downloaded hubpack_derive v0.1.1 |
1830 | 2025-07-07T07:13:20.102Z | Downloaded hubpack v0.1.2 |
1831 | 2025-07-07T07:13:20.102Z | Downloaded httparse v1.9.5 |
1832 | 2025-07-07T07:13:20.102Z | Downloaded flume v0.11.1 |
1833 | 2025-07-07T07:13:20.102Z | Downloaded flate2 v1.1.2 |
1834 | 2025-07-07T07:13:20.102Z | Downloaded ssh-encoding v0.2.0 |
1835 | 2025-07-07T07:13:20.102Z | Downloaded sqlformat v0.3.5 |
1836 | 2025-07-07T07:13:20.102Z | Downloaded spin v0.9.8 |
1837 | 2025-07-07T07:13:20.102Z | Downloaded socket2 v0.5.10 |
1838 | 2025-07-07T07:13:20.102Z | Downloaded slog-dtrace v0.3.0 |
1839 | 2025-07-07T07:13:20.128Z | Downloaded similar v2.7.0 |
1840 | 2025-07-07T07:13:20.128Z | Downloaded signal-hook v0.3.18 |
1841 | 2025-07-07T07:13:20.128Z | Downloaded serde_cbor v0.11.2 |
1842 | 2025-07-07T07:13:20.128Z | Downloaded rustls-pki-types v1.10.0 |
1843 | 2025-07-07T07:13:20.128Z | Downloaded rustls-pemfile v2.2.0 |
1844 | 2025-07-07T07:13:20.128Z | Downloaded rustls-native-certs v0.8.1 |
1845 | 2025-07-07T07:13:20.128Z | Downloaded rustc-hash v1.1.0 |
1846 | 2025-07-07T07:13:20.128Z | Downloaded russh-keys v0.45.0 |
1847 | 2025-07-07T07:13:20.128Z | Downloaded rpassword v7.4.0 |
1848 | 2025-07-07T07:13:20.154Z | Downloaded ron v0.7.1 |
1849 | 2025-07-07T07:13:20.154Z | Downloaded rcgen v0.12.1 |
1850 | 2025-07-07T07:13:20.154Z | Downloaded qorb v0.4.0 |
1851 | 2025-07-07T07:13:20.154Z | Downloaded publicsuffix v2.3.0 |
1852 | 2025-07-07T07:13:20.154Z | Downloaded prettyplease v0.2.35 |
1853 | 2025-07-07T07:13:20.154Z | Downloaded pretty_assertions v1.4.1 |
1854 | 2025-07-07T07:13:20.154Z | Downloaded prefix-trie v0.7.0 |
1855 | 2025-07-07T07:13:20.180Z | Downloaded nom v7.1.3 |
1856 | 2025-07-07T07:13:20.180Z | Downloaded libm v0.2.8 |
1857 | 2025-07-07T07:13:20.180Z | Downloaded bitvec v1.0.1 |
1858 | 2025-07-07T07:13:20.206Z | Downloaded fs_extra v1.3.0 |
1859 | 2025-07-07T07:13:20.206Z | Downloaded fs-err v2.11.0 |
1860 | 2025-07-07T07:13:20.206Z | Downloaded float-cmp v0.10.0 |
1861 | 2025-07-07T07:13:20.206Z | Downloaded flagset v0.4.6 |
1862 | 2025-07-07T07:13:20.206Z | Downloaded fixedbitset v0.5.7 |
1863 | 2025-07-07T07:13:20.206Z | Downloaded static_assertions v1.1.0 |
1864 | 2025-07-07T07:13:20.206Z | Downloaded ssh-cipher v0.2.0 |
1865 | 2025-07-07T07:13:20.206Z | Downloaded sqlparser_derive v0.2.2 |
1866 | 2025-07-07T07:13:20.206Z | Downloaded smallvec v0.6.14 |
1867 | 2025-07-07T07:13:20.207Z | Downloaded slog-bunyan v2.5.0 |
1868 | 2025-07-07T07:13:20.207Z | Downloaded siphasher v0.3.11 |
1869 | 2025-07-07T07:13:20.207Z | Downloaded simd-adler32 v0.3.7 |
1870 | 2025-07-07T07:13:20.233Z | Downloaded signature v2.2.0 |
1871 | 2025-07-07T07:13:20.233Z | Downloaded signal-hook-mio v0.2.4 |
1872 | 2025-07-07T07:13:20.233Z | Downloaded serde_repr v0.1.19 |
1873 | 2025-07-07T07:13:20.233Z | Downloaded serde_plain v1.0.2 |
1874 | 2025-07-07T07:13:20.233Z | Downloaded serde_path_to_error v0.1.17 |
1875 | 2025-07-07T07:13:20.233Z | Downloaded serde-hex v0.1.0 |
1876 | 2025-07-07T07:13:20.233Z | Downloaded semver v0.1.20 |
1877 | 2025-07-07T07:13:20.233Z | Downloaded secrecy v0.10.3 |
1878 | 2025-07-07T07:13:20.233Z | Downloaded sec1 v0.7.3 |
1879 | 2025-07-07T07:13:20.233Z | Downloaded scrypt v0.11.0 |
1880 | 2025-07-07T07:13:20.233Z | Downloaded scheduled-thread-pool v0.2.7 |
1881 | 2025-07-07T07:13:20.233Z | Downloaded same-file v1.0.6 |
1882 | 2025-07-07T07:13:20.233Z | Downloaded salsa20 v0.10.2 |
1883 | 2025-07-07T07:13:20.233Z | Downloaded rustversion v1.0.17 |
1884 | 2025-07-07T07:13:20.233Z | Downloaded rustc_version v0.1.7 |
1885 | 2025-07-07T07:13:20.259Z | Downloaded rtoolbox v0.0.2 |
1886 | 2025-07-07T07:13:20.259Z | Downloaded rfc6979 v0.4.0 |
1887 | 2025-07-07T07:13:20.259Z | Downloaded resolv-conf v0.7.0 |
1888 | 2025-07-07T07:13:20.259Z | Downloaded rand_xorshift v0.4.0 |
1889 | 2025-07-07T07:13:20.259Z | Downloaded rand_seeder v0.3.0 |
1890 | 2025-07-07T07:13:20.259Z | Downloaded rand_core v0.9.2 |
1891 | 2025-07-07T07:13:20.259Z | Downloaded radium v0.7.0 |
1892 | 2025-07-07T07:13:20.259Z | Downloaded quinn-udp v0.5.5 |
1893 | 2025-07-07T07:13:20.259Z | Downloaded progenitor-impl v0.8.0 |
1894 | 2025-07-07T07:13:20.259Z | Downloaded predicates v3.1.3 |
1895 | 2025-07-07T07:13:20.259Z | Downloaded postgres-types v0.2.9 |
1896 | 2025-07-07T07:13:20.259Z | Downloaded postcard v1.0.10 |
1897 | 2025-07-07T07:13:20.259Z | Downloaded poly1305 v0.8.0 |
1898 | 2025-07-07T07:13:20.286Z | Downloaded jiff-static v0.2.15 |
1899 | 2025-07-07T07:13:20.286Z | Downloaded debug-ignore v1.0.5 |
1900 | 2025-07-07T07:13:20.286Z | Downloaded crypto-bigint v0.5.5 |
1901 | 2025-07-07T07:13:20.286Z | Downloaded camino-tempfile-ext v0.3.2 |
1902 | 2025-07-07T07:13:20.286Z | Downloaded blake3 v1.5.4 |
1903 | 2025-07-07T07:13:20.286Z | Downloaded gethostname v0.5.0 |
1904 | 2025-07-07T07:13:20.286Z | Downloaded fxhash v0.2.1 |
1905 | 2025-07-07T07:13:20.286Z | Downloaded funty v2.0.0 |
1906 | 2025-07-07T07:13:20.286Z | Downloaded float-ord v0.3.2 |
1907 | 2025-07-07T07:13:20.312Z | Downloaded snafu-derive v0.8.5 |
1908 | 2025-07-07T07:13:20.312Z | Downloaded sigpipe v0.1.3 |
1909 | 2025-07-07T07:13:20.312Z | Downloaded serde-big-array v0.5.1 |
1910 | 2025-07-07T07:13:20.312Z | Downloaded russh-cryptovec v0.7.3 |
1911 | 2025-07-07T07:13:20.312Z | Downloaded rayon-core v1.12.1 |
1912 | 2025-07-07T07:13:20.312Z | Downloaded quinn v0.11.5 |
1913 | 2025-07-07T07:13:20.312Z | Downloaded quick-error v1.2.3 |
1914 | 2025-07-07T07:13:20.312Z | Downloaded psl-types v2.0.11 |
1915 | 2025-07-07T07:13:20.312Z | Downloaded progenitor-macro v0.10.0 |
1916 | 2025-07-07T07:13:20.312Z | Downloaded progenitor-macro v0.8.0 |
1917 | 2025-07-07T07:13:20.312Z | Downloaded progenitor-impl v0.10.0 |
1918 | 2025-07-07T07:13:20.312Z | Downloaded progenitor-client v0.10.0 |
1919 | 2025-07-07T07:13:20.312Z | Downloaded progenitor-client v0.8.0 |
1920 | 2025-07-07T07:13:20.312Z | Downloaded progenitor v0.10.0 |
1921 | 2025-07-07T07:13:20.312Z | Downloaded progenitor v0.8.0 |
1922 | 2025-07-07T07:13:20.338Z | Downloaded proc-macro-error2 v2.0.1 |
1923 | 2025-07-07T07:13:20.338Z | Downloaded proc-macro-error-attr2 v2.0.0 |
1924 | 2025-07-07T07:13:20.338Z | Downloaded proc-macro-crate v1.3.1 |
1925 | 2025-07-07T07:13:20.338Z | Downloaded primeorder v0.13.6 |
1926 | 2025-07-07T07:13:20.338Z | Downloaded pretty-hex v0.2.1 |
1927 | 2025-07-07T07:13:20.338Z | Downloaded predicates-tree v1.0.12 |
1928 | 2025-07-07T07:13:20.338Z | Downloaded predicates-core v1.0.8 |
1929 | 2025-07-07T07:13:20.338Z | Downloaded precomputed-hash v0.1.1 |
1930 | 2025-07-07T07:13:20.338Z | Downloaded ppv-lite86 v0.2.20 |
1931 | 2025-07-07T07:13:20.339Z | Downloaded postgres-protocol v0.6.8 |
1932 | 2025-07-07T07:13:20.339Z | Downloaded polyval v0.6.2 |
1933 | 2025-07-07T07:13:20.339Z | Downloaded pkg-config v0.3.31 |
1934 | 2025-07-07T07:13:20.339Z | Downloaded pkcs8 v0.10.2 |
1935 | 2025-07-07T07:13:20.339Z | Downloaded peg-macros v0.8.5 |
1936 | 2025-07-07T07:13:20.339Z | Downloaded peg v0.8.5 |
1937 | 2025-07-07T07:13:20.365Z | Downloaded pbkdf2 v0.11.0 |
1938 | 2025-07-07T07:13:20.365Z | Downloaded omicron-zone-package v0.12.2 |
1939 | 2025-07-07T07:13:20.365Z | Downloaded libloading v0.8.5 |
1940 | 2025-07-07T07:13:20.365Z | Downloaded libefi-sys v0.1.0 |
1941 | 2025-07-07T07:13:20.365Z | Downloaded jobserver v0.1.32 |
1942 | 2025-07-07T07:13:20.365Z | Downloaded defmt-macros v0.3.9 |
1943 | 2025-07-07T07:13:20.365Z | Downloaded darling_core v0.20.10 |
1944 | 2025-07-07T07:13:20.365Z | Downloaded daft v0.1.4 |
1945 | 2025-07-07T07:13:20.391Z | Downloaded crossbeam-epoch v0.9.18 |
1946 | 2025-07-07T07:13:20.391Z | Downloaded crc-any v2.5.0 |
1947 | 2025-07-07T07:13:20.391Z | Downloaded cookie_store v0.21.1 |
1948 | 2025-07-07T07:13:20.391Z | Downloaded cookie v0.18.1 |
1949 | 2025-07-07T07:13:20.391Z | Downloaded const_format v0.2.34 |
1950 | 2025-07-07T07:13:20.391Z | Downloaded const-oid v0.9.6 |
1951 | 2025-07-07T07:13:20.391Z | Downloaded compact_str v0.8.0 |
1952 | 2025-07-07T07:13:20.391Z | Downloaded bindgen v0.69.5 |
1953 | 2025-07-07T07:13:20.418Z | Downloaded slog-json v2.6.1 |
1954 | 2025-07-07T07:13:20.418Z | Downloaded signal-hook-tokio v0.3.1 |
1955 | 2025-07-07T07:13:20.418Z | Downloaded shell-words v1.1.0 |
1956 | 2025-07-07T07:13:20.418Z | Downloaded serde_bytes v0.11.17 |
1957 | 2025-07-07T07:13:20.418Z | Downloaded secrecy v0.8.0 |
1958 | 2025-07-07T07:13:20.418Z | Downloaded rusty-fork v0.3.0 |
1959 | 2025-07-07T07:13:20.418Z | Downloaded rustc_version v0.4.1 |
1960 | 2025-07-07T07:13:20.418Z | Downloaded rustc-demangle v0.1.24 |
1961 | 2025-07-07T07:13:20.418Z | Downloaded r2d2 v0.8.10 |
1962 | 2025-07-07T07:13:20.418Z | Downloaded peg-runtime v0.8.5 |
1963 | 2025-07-07T07:13:20.418Z | Downloaded pbkdf2 v0.12.2 |
1964 | 2025-07-07T07:13:20.418Z | Downloaded path-slash v0.1.5 |
1965 | 2025-07-07T07:13:20.418Z | Downloaded num_enum_derive v0.5.11 |
1966 | 2025-07-07T07:13:20.418Z | Downloaded nodrop v0.1.14 |
1967 | 2025-07-07T07:13:20.418Z | Downloaded lazycell v1.3.0 |
1968 | 2025-07-07T07:13:20.418Z | Downloaded lalrpop-util v0.19.12 |
1969 | 2025-07-07T07:13:20.444Z | Downloaded kstat-rs v0.2.4 |
1970 | 2025-07-07T07:13:20.444Z | Downloaded is-terminal v0.4.13 |
1971 | 2025-07-07T07:13:20.444Z | Downloaded internet-checksum v0.2.1 |
1972 | 2025-07-07T07:13:20.444Z | Downloaded instant v0.1.13 |
1973 | 2025-07-07T07:13:20.445Z | Downloaded defmt v0.3.8 |
1974 | 2025-07-07T07:13:20.445Z | Downloaded data-encoding v2.9.0 |
1975 | 2025-07-07T07:13:20.445Z | Downloaded darling v0.20.10 |
1976 | 2025-07-07T07:13:20.445Z | Downloaded daft-derive v0.1.4 |
1977 | 2025-07-07T07:13:20.445Z | Downloaded csv-core v0.1.11 |
1978 | 2025-07-07T07:13:20.445Z | Downloaded crossterm v0.28.1 |
1979 | 2025-07-07T07:13:20.470Z | Downloaded critical-section v1.1.3 |
1980 | 2025-07-07T07:13:20.470Z | Downloaded crc32fast v1.4.2 |
1981 | 2025-07-07T07:13:20.471Z | Downloaded colored v2.2.0 |
1982 | 2025-07-07T07:13:20.471Z | Downloaded clang-sys v1.8.1 |
1983 | 2025-07-07T07:13:20.471Z | Downloaded chacha20poly1305 v0.10.1 |
1984 | 2025-07-07T07:13:20.471Z | Downloaded aws-lc-sys v0.26.0 |
1985 | 2025-07-07T07:13:20.695Z | Downloaded opaque-debug v0.3.1 |
1986 | 2025-07-07T07:13:20.722Z | Downloaded olpc-cjson v0.1.4 |
1987 | 2025-07-07T07:13:20.722Z | Downloaded num_threads v0.1.7 |
1988 | 2025-07-07T07:13:20.722Z | Downloaded normalize-line-endings v0.3.0 |
1989 | 2025-07-07T07:13:20.722Z | Downloaded keccak v0.1.5 |
1990 | 2025-07-07T07:13:20.722Z | Downloaded is_ci v1.2.0 |
1991 | 2025-07-07T07:13:20.722Z | Downloaded darling_macro v0.20.10 |
1992 | 2025-07-07T07:13:20.722Z | Downloaded curve25519-dalek-derive v0.1.1 |
1993 | 2025-07-07T07:13:20.722Z | Downloaded ctr v0.9.2 |
1994 | 2025-07-07T07:13:20.722Z | Downloaded crossbeam-deque v0.8.5 |
1995 | 2025-07-07T07:13:20.722Z | Downloaded crc-catalog v2.4.0 |
1996 | 2025-07-07T07:13:20.722Z | Downloaded crc v3.2.1 |
1997 | 2025-07-07T07:13:20.722Z | Downloaded const_format_proc_macros v0.2.34 |
1998 | 2025-07-07T07:13:20.722Z | Downloaded crc8 v0.1.1 |
1999 | 2025-07-07T07:13:20.722Z | Downloaded convert_case v0.4.0 |
2000 | 2025-07-07T07:13:20.722Z | Downloaded constant_time_eq v0.3.1 |
2001 | 2025-07-07T07:13:20.722Z | Downloaded cobs v0.2.3 |
2002 | 2025-07-07T07:13:20.722Z | Downloaded cmake v0.1.51 |
2003 | 2025-07-07T07:13:20.722Z | Downloaded cipher v0.4.4 |
2004 | 2025-07-07T07:13:20.722Z | Downloaded ciborium-ll v0.2.2 |
2005 | 2025-07-07T07:13:20.748Z | Downloaded ciborium-io v0.2.2 |
2006 | 2025-07-07T07:13:20.748Z | Downloaded ciborium v0.2.2 |
2007 | 2025-07-07T07:13:20.748Z | Downloaded chrono-tz-build v0.4.0 |
2008 | 2025-07-07T07:13:20.748Z | Downloaded chacha20 v0.9.1 |
2009 | 2025-07-07T07:13:20.748Z | Downloaded cfg_aliases v0.1.1 |
2010 | 2025-07-07T07:13:20.749Z | Downloaded cexpr v0.6.0 |
2011 | 2025-07-07T07:13:20.749Z | Downloaded cc v1.2.15 |
2012 | 2025-07-07T07:13:20.749Z | Downloaded cbc v0.1.2 |
2013 | 2025-07-07T07:13:20.749Z | Downloaded castaway v0.2.3 |
2014 | 2025-07-07T07:13:20.749Z | Downloaded cassowary v0.3.0 |
2015 | 2025-07-07T07:13:20.749Z | Downloaded cancel-safe-futures v0.1.5 |
2016 | 2025-07-07T07:13:20.749Z | Downloaded bzip2 v0.4.4 |
2017 | 2025-07-07T07:13:20.749Z | Downloaded bumpalo v3.16.0 |
2018 | 2025-07-07T07:13:20.775Z | Downloaded cargo-platform v0.1.8 |
2019 | 2025-07-07T07:13:20.775Z | Downloaded bzip2 v0.5.2 |
2020 | 2025-07-07T07:13:20.775Z | Downloaded buf-list v1.0.3 |
2021 | 2025-07-07T07:13:20.775Z | Downloaded blowfish v0.9.1 |
2022 | 2025-07-07T07:13:20.775Z | Downloaded blake2 v0.10.6 |
2023 | 2025-07-07T07:13:20.775Z | Downloaded bitfield-struct v0.6.2 |
2024 | 2025-07-07T07:13:20.775Z | Downloaded bit-vec v0.8.0 |
2025 | 2025-07-07T07:13:20.775Z | Downloaded bit-vec v0.6.3 |
2026 | 2025-07-07T07:13:20.775Z | Downloaded bit-set v0.5.3 |
2027 | 2025-07-07T07:13:20.775Z | Downloaded bcs v0.1.6 |
2028 | 2025-07-07T07:13:20.775Z | Downloaded bcrypt-pbkdf v0.10.0 |
2029 | 2025-07-07T07:13:20.775Z | Downloaded aws-lc-rs v1.12.4 |
2030 | 2025-07-07T07:13:20.801Z | Downloaded aes-gcm v0.10.3 |
2031 | 2025-07-07T07:13:20.801Z | Downloaded bitfield v0.14.0 |
2032 | 2025-07-07T07:13:20.801Z | Downloaded bit-set v0.8.0 |
2033 | 2025-07-07T07:13:20.801Z | Downloaded bb8 v0.8.5 |
2034 | 2025-07-07T07:13:20.801Z | Downloaded aes v0.8.4 |
2035 | 2025-07-07T07:13:20.801Z | Downloaded base64 v0.13.1 |
2036 | 2025-07-07T07:13:20.801Z | Downloaded backtrace v0.3.74 |
2037 | 2025-07-07T07:13:20.801Z | Downloaded backoff v0.4.0 |
2038 | 2025-07-07T07:13:20.828Z | Downloaded atty v0.2.14 |
2039 | 2025-07-07T07:13:20.828Z | Downloaded atomicwrites v0.4.4 |
2040 | 2025-07-07T07:13:20.828Z | Downloaded async-recursion v1.1.1 |
2041 | 2025-07-07T07:13:20.828Z | Downloaded async-bb8-diesel v0.2.1 |
2042 | 2025-07-07T07:13:20.828Z | Downloaded assert_matches v1.5.0 |
2043 | 2025-07-07T07:13:20.828Z | Downloaded ascii-canvas v3.0.0 |
2044 | 2025-07-07T07:13:20.828Z | Downloaded arrayvec v0.7.6 |
2045 | 2025-07-07T07:13:20.828Z | Downloaded arrayref v0.3.9 |
2046 | 2025-07-07T07:13:20.828Z | Downloaded array-init v0.0.4 |
2047 | 2025-07-07T07:13:20.828Z | Downloaded argon2 v0.5.3 |
2048 | 2025-07-07T07:13:20.828Z | Downloaded ahash v0.8.11 |
2049 | 2025-07-07T07:13:20.828Z | Downloaded aead v0.5.2 |
2050 | 2025-07-07T07:13:20.828Z | Downloaded adler2 v2.0.0 |
2051 | 2025-07-07T07:13:20.828Z | Downloaded addr2line v0.24.2 |
2052 | 2025-07-07T07:13:20.990Z | Compiling value-bag v1.9.0 |
2053 | 2025-07-07T07:13:20.990Z | Compiling shlex v1.3.0 |
2054 | 2025-07-07T07:13:20.990Z | Compiling lock_api v0.4.12 |
2055 | 2025-07-07T07:13:20.990Z | Compiling scopeguard v1.2.0 |
2056 | 2025-07-07T07:13:21.016Z | Compiling typenum v1.17.0 |
2057 | 2025-07-07T07:13:21.016Z | Compiling generic-array v0.14.7 |
2058 | 2025-07-07T07:13:21.016Z | Compiling syn v2.0.104 |
2059 | 2025-07-07T07:13:21.016Z | Compiling getrandom v0.2.15 |
2060 | 2025-07-07T07:13:21.506Z | Compiling jobserver v0.1.32 |
2061 | 2025-07-07T07:13:21.644Z | Compiling smallvec v1.15.0 |
2062 | 2025-07-07T07:13:21.799Z | Compiling log v0.4.27 |
2063 | 2025-07-07T07:13:21.887Z | Compiling rand_core v0.6.4 |
2064 | 2025-07-07T07:13:22.043Z | Compiling portable-atomic v1.11.0 |
2065 | 2025-07-07T07:13:22.140Z | Compiling cc v1.2.15 |
2066 | 2025-07-07T07:13:22.383Z | Compiling critical-section v1.1.3 |
2067 | 2025-07-07T07:13:22.414Z | Compiling subtle v2.6.1 |
2068 | 2025-07-07T07:13:22.446Z | Compiling const-oid v0.9.6 |
2069 | 2025-07-07T07:13:22.529Z | Compiling pkg-config v0.3.31 |
2070 | 2025-07-07T07:13:22.596Z | Compiling pin-project-lite v0.2.14 |
2071 | 2025-07-07T07:13:22.778Z | Compiling parking_lot_core v0.9.10 |
2072 | 2025-07-07T07:13:22.807Z | Compiling rustix v0.38.37 |
2073 | 2025-07-07T07:13:23.474Z | Compiling signal-hook-registry v1.4.2 |
2074 | 2025-07-07T07:13:23.536Z | Compiling parking_lot v0.12.3 |
2075 | 2025-07-07T07:13:23.659Z | Compiling mio v1.0.2 |
2076 | 2025-07-07T07:13:23.687Z | Compiling futures-core v0.3.31 |
2077 | 2025-07-07T07:13:23.935Z | Compiling once_cell v1.21.3 |
2078 | 2025-07-07T07:13:24.064Z | Compiling spin v0.9.8 |
2079 | 2025-07-07T07:13:24.090Z | Compiling socket2 v0.5.10 |
2080 | 2025-07-07T07:13:24.090Z | Compiling slab v0.4.9 |
2081 | 2025-07-07T07:13:24.214Z | Compiling aho-corasick v1.1.3 |
2082 | 2025-07-07T07:13:24.280Z | Compiling cpufeatures v0.2.14 |
2083 | 2025-07-07T07:13:24.402Z | Compiling serde_json v1.0.140 |
2084 | 2025-07-07T07:13:24.429Z | Compiling either v1.15.0 |
2085 | 2025-07-07T07:13:24.455Z | Compiling regex-syntax v0.8.5 |
2086 | 2025-07-07T07:13:24.571Z | Compiling libm v0.2.8 |
2087 | 2025-07-07T07:13:24.810Z | Compiling num-traits v0.2.19 |
2088 | 2025-07-07T07:13:24.863Z | Compiling percent-encoding v2.3.1 |
2089 | 2025-07-07T07:13:24.908Z | Compiling glob v0.3.2 |
2090 | 2025-07-07T07:13:24.952Z | Compiling futures-sink v0.3.31 |
2091 | 2025-07-07T07:13:25.102Z | Compiling getrandom v0.3.1 |
2092 | 2025-07-07T07:13:25.383Z | Compiling prettyplease v0.2.35 |
2093 | 2025-07-07T07:13:25.599Z | Compiling lazy_static v1.5.0 |
2094 | 2025-07-07T07:13:25.625Z | Compiling clang-sys v1.8.1 |
2095 | 2025-07-07T07:13:25.739Z | Compiling foldhash v0.1.5 |
2096 | 2025-07-07T07:13:25.764Z | Compiling minimal-lexical v0.2.1 |
2097 | 2025-07-07T07:13:26.124Z | Compiling allocator-api2 v0.2.21 |
2098 | 2025-07-07T07:13:26.193Z | Compiling nom v7.1.3 |
2099 | 2025-07-07T07:13:26.219Z | Compiling libloading v0.8.5 |
2100 | 2025-07-07T07:13:26.314Z | Compiling bindgen v0.69.5 |
2101 | 2025-07-07T07:13:26.581Z | Compiling home v0.5.9 |
2102 | 2025-07-07T07:13:26.776Z | Compiling hashbrown v0.15.4 |
2103 | 2025-07-07T07:13:26.802Z | Compiling base64ct v1.6.0 |
2104 | 2025-07-07T07:13:27.394Z | Compiling regex-automata v0.4.8 |
2105 | 2025-07-07T07:13:27.531Z | Compiling synstructure v0.13.1 |
2106 | 2025-07-07T07:13:27.849Z | Compiling pem-rfc7468 v0.7.0 |
2107 | 2025-07-07T07:13:28.386Z | Compiling futures-channel v0.3.31 |
2108 | 2025-07-07T07:13:28.714Z | Compiling cexpr v0.6.0 |
2109 | 2025-07-07T07:13:28.757Z | Compiling itertools v0.12.1 |
2110 | 2025-07-07T07:13:28.836Z | Compiling futures-task v0.3.31 |
2111 | 2025-07-07T07:13:29.109Z | Compiling flagset v0.4.6 |
2112 | 2025-07-07T07:13:29.147Z | Compiling pin-utils v0.1.0 |
2113 | 2025-07-07T07:13:29.264Z | Compiling futures-io v0.3.31 |
2114 | 2025-07-07T07:13:29.335Z | Compiling lazycell v1.3.0 |
2115 | 2025-07-07T07:13:29.513Z | Compiling rustc-hash v1.1.0 |
2116 | 2025-07-07T07:13:29.539Z | Compiling cmake v0.1.51 |
2117 | 2025-07-07T07:13:29.683Z | Compiling dunce v1.0.5 |
2118 | 2025-07-07T07:13:29.821Z | Compiling fs_extra v1.3.0 |
2119 | 2025-07-07T07:13:29.971Z | Compiling form_urlencoded v1.2.1 |
2120 | 2025-07-07T07:13:29.997Z | Compiling vcpkg v0.2.15 |
2121 | 2025-07-07T07:13:30.236Z | Compiling zerocopy v0.8.26 |
2122 | 2025-07-07T07:13:30.266Z | Compiling paste v1.0.15 |
2123 | 2025-07-07T07:13:30.291Z | Compiling crossbeam-utils v0.8.21 |
2124 | 2025-07-07T07:13:30.803Z | Compiling ring v0.17.14 |
2125 | 2025-07-07T07:13:30.983Z | Compiling tracing-core v0.1.32 |
2126 | 2025-07-07T07:13:31.043Z | Compiling iana-time-zone v0.1.63 |
2127 | 2025-07-07T07:13:31.327Z | Compiling serde_derive v1.0.219 |
2128 | 2025-07-07T07:13:31.435Z | Compiling zeroize_derive v1.4.2 |
2129 | 2025-07-07T07:13:31.462Z | Compiling zerofrom-derive v0.1.4 |
2130 | 2025-07-07T07:13:31.694Z | Compiling yoke-derive v0.7.4 |
2131 | 2025-07-07T07:13:31.742Z | Compiling zerovec-derive v0.10.3 |
2132 | 2025-07-07T07:13:32.036Z | Compiling displaydoc v0.2.5 |
2133 | 2025-07-07T07:13:32.548Z | Compiling zeroize v1.8.1 |
2134 | 2025-07-07T07:13:33.277Z | Compiling zerocopy-derive v0.7.35 |
2135 | 2025-07-07T07:13:33.728Z | Compiling tokio-macros v2.5.0 |
2136 | 2025-07-07T07:13:33.866Z | Compiling icu_provider_macros v1.5.0 |
2137 | 2025-07-07T07:13:34.103Z | Compiling crypto-common v0.1.6 |
2138 | 2025-07-07T07:13:34.366Z | Compiling block-buffer v0.10.4 |
2139 | 2025-07-07T07:13:34.392Z | Compiling zerofrom v0.1.4 |
2140 | 2025-07-07T07:13:34.660Z | Compiling digest v0.10.7 |
2141 | 2025-07-07T07:13:34.686Z | Compiling yoke v0.7.4 |
2142 | 2025-07-07T07:13:34.873Z | Compiling block-padding v0.3.3 |
2143 | 2025-07-07T07:13:35.077Z | Compiling zerovec v0.10.4 |
2144 | 2025-07-07T07:13:35.103Z | Compiling zerocopy v0.7.35 |
2145 | 2025-07-07T07:13:35.103Z | Compiling hmac v0.12.1 |
2146 | 2025-07-07T07:13:35.159Z | Compiling inout v0.1.3 |
2147 | 2025-07-07T07:13:35.159Z | Compiling sha2 v0.10.9 |
2148 | 2025-07-07T07:13:35.392Z | Compiling cipher v0.4.4 |
2149 | 2025-07-07T07:13:35.417Z | Compiling regex v1.11.1 |
2150 | 2025-07-07T07:13:35.443Z | Compiling futures-macro v0.3.31 |
2151 | 2025-07-07T07:13:35.778Z | Compiling der_derive v0.7.3 |
2152 | 2025-07-07T07:13:35.858Z | Compiling thiserror-impl v1.0.69 |
2153 | 2025-07-07T07:13:36.241Z | Compiling ppv-lite86 v0.2.20 |
2154 | 2025-07-07T07:13:36.308Z | Compiling salsa20 v0.10.2 |
2155 | 2025-07-07T07:13:36.550Z | Compiling pbkdf2 v0.12.2 |
2156 | 2025-07-07T07:13:36.736Z | Compiling tinystr v0.7.6 |
2157 | 2025-07-07T07:13:36.886Z | Compiling icu_collections v1.5.0 |
2158 | 2025-07-07T07:13:36.918Z | Compiling futures-util v0.3.31 |
2159 | 2025-07-07T07:13:36.968Z | Compiling scrypt v0.11.0 |
2160 | 2025-07-07T07:13:37.060Z | Compiling serde v1.0.219 |
2161 | 2025-07-07T07:13:37.113Z | Compiling icu_locid v1.5.0 |
2162 | 2025-07-07T07:13:37.420Z | Compiling aes v0.8.4 |
2163 | 2025-07-07T07:13:37.586Z | Compiling cbc v0.1.2 |
2164 | 2025-07-07T07:13:37.635Z | Compiling der v0.7.9 |
2165 | 2025-07-07T07:13:37.811Z | Compiling openssl-sys v0.9.109 |
2166 | 2025-07-07T07:13:37.962Z | Compiling zerocopy-derive v0.8.26 |
2167 | 2025-07-07T07:13:38.207Z | Compiling icu_provider v1.5.0 |
2168 | 2025-07-07T07:13:38.667Z | Compiling thiserror v1.0.69 |
2169 | 2025-07-07T07:13:38.823Z | Compiling icu_locid_transform v1.5.0 |
2170 | 2025-07-07T07:13:38.849Z | Compiling pest v2.7.14 |
2171 | 2025-07-07T07:13:39.008Z | Compiling tracing-attributes v0.1.27 |
2172 | 2025-07-07T07:13:39.397Z | Compiling spki v0.7.3 |
2173 | 2025-07-07T07:13:39.736Z | Compiling pkcs5 v0.7.1 |
2174 | 2025-07-07T07:13:40.041Z | Compiling icu_properties v1.5.1 |
2175 | 2025-07-07T07:13:40.620Z | Compiling aws-lc-rs v1.12.4 |
2176 | 2025-07-07T07:13:40.646Z | Compiling pkcs8 v0.10.2 |
2177 | 2025-07-07T07:13:41.005Z | Compiling pest_meta v2.7.14 |
2178 | 2025-07-07T07:13:41.202Z | Compiling bitflags v2.9.0 |
2179 | 2025-07-07T07:13:41.253Z | Compiling bytes v1.10.1 |
2180 | 2025-07-07T07:13:41.409Z | Compiling semver v1.0.26 |
2181 | 2025-07-07T07:13:41.686Z | Compiling indexmap v2.10.0 |
2182 | 2025-07-07T07:13:42.002Z | Compiling rustc_version v0.4.1 |
2183 | 2025-07-07T07:13:42.482Z | Compiling tokio v1.45.1 |
2184 | 2025-07-07T07:13:42.551Z | Compiling http v1.3.1 |
2185 | 2025-07-07T07:13:42.837Z | Compiling uuid v1.17.0 |
2186 | 2025-07-07T07:13:43.341Z | Compiling icu_normalizer v1.5.0 |
2187 | 2025-07-07T07:13:43.509Z | Compiling tracing v0.1.40 |
2188 | 2025-07-07T07:13:43.817Z | Compiling http-body v1.0.1 |
2189 | 2025-07-07T07:13:43.943Z | Compiling chrono v0.4.41 |
2190 | 2025-07-07T07:13:44.052Z | Compiling scroll_derive v0.12.0 |
2191 | 2025-07-07T07:13:44.308Z | Compiling idna_adapter v1.2.0 |
2192 | 2025-07-07T07:13:44.510Z | Compiling which v4.4.2 |
2193 | 2025-07-07T07:13:44.539Z | Compiling idna v1.0.3 |
2194 | 2025-07-07T07:13:45.110Z | Compiling url v2.5.4 |
2195 | 2025-07-07T07:13:45.305Z | Compiling rustls-pki-types v1.10.0 |
2196 | 2025-07-07T07:13:45.712Z | Compiling tinyvec_macros v0.1.1 |
2197 | 2025-07-07T07:13:45.753Z | Compiling base64 v0.22.1 |
2198 | 2025-07-07T07:13:45.832Z | Compiling httparse v1.9.5 |
2199 | 2025-07-07T07:13:46.097Z | Compiling tinyvec v1.8.0 |
2200 | 2025-07-07T07:13:46.368Z | Compiling scroll v0.12.0 |
2201 | 2025-07-07T07:13:46.481Z | Compiling rand_core v0.9.2 |
2202 | 2025-07-07T07:13:46.576Z | Compiling pest_generator v2.7.14 |
2203 | 2025-07-07T07:13:46.673Z | Compiling serde_derive_internals v0.29.1 |
2204 | 2025-07-07T07:13:46.828Z | Compiling bzip2-sys v0.1.13+1.0.8 |
2205 | 2025-07-07T07:13:46.882Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
2206 | 2025-07-07T07:13:47.251Z | Compiling time-core v0.1.2 |
2207 | 2025-07-07T07:13:47.375Z | Compiling openssl v0.10.73 |
2208 | 2025-07-07T07:13:47.443Z | Compiling atomic-waker v1.1.2 |
2209 | 2025-07-07T07:13:47.514Z | Compiling adler2 v2.0.0 |
2210 | 2025-07-07T07:13:47.649Z | Compiling foreign-types-shared v0.1.1 |
2211 | 2025-07-07T07:13:47.734Z | Compiling num-conv v0.1.0 |
2212 | 2025-07-07T07:13:47.759Z | Compiling rustversion v1.0.17 |
2213 | 2025-07-07T07:13:47.796Z | Compiling powerfmt v0.2.0 |
2214 | 2025-07-07T07:13:47.981Z | Compiling openssl-probe v0.1.5 |
2215 | 2025-07-07T07:13:48.007Z | Compiling untrusted v0.9.0 |
2216 | 2025-07-07T07:13:48.159Z | Compiling untrusted v0.7.1 |
2217 | 2025-07-07T07:13:48.209Z | Compiling try-lock v0.2.5 |
2218 | 2025-07-07T07:13:48.266Z | Compiling tower-service v0.3.3 |
2219 | 2025-07-07T07:13:48.323Z | Compiling schemars v0.8.22 |
2220 | 2025-07-07T07:13:48.371Z | Compiling want v0.3.1 |
2221 | 2025-07-07T07:13:48.423Z | Compiling goblin v0.8.2 |
2222 | 2025-07-07T07:13:48.479Z | Compiling deranged v0.3.11 |
2223 | 2025-07-07T07:13:48.537Z | Compiling schemars_derive v0.8.22 |
2224 | 2025-07-07T07:13:48.666Z | Compiling time-macros v0.2.18 |
2225 | 2025-07-07T07:13:48.697Z | Compiling pest_derive v2.7.14 |
2226 | 2025-07-07T07:13:49.335Z | Compiling foreign-types v0.3.2 |
2227 | 2025-07-07T07:13:49.486Z | Compiling miniz_oxide v0.8.5 |
2228 | 2025-07-07T07:13:49.592Z | Compiling tokio-util v0.7.15 |
2229 | 2025-07-07T07:13:50.660Z | Compiling h2 v0.4.6 |
2230 | 2025-07-07T07:13:50.929Z | Compiling rand_chacha v0.9.0 |
2231 | 2025-07-07T07:13:52.250Z | Compiling ipnet v2.11.0 |
2232 | 2025-07-07T07:13:52.614Z | Compiling openssl-macros v0.1.1 |
2233 | 2025-07-07T07:13:53.199Z | Compiling dyn-clone v1.0.19 |
2234 | 2025-07-07T07:13:53.229Z | Compiling num_threads v0.1.7 |
2235 | 2025-07-07T07:13:53.372Z | Compiling httpdate v1.0.3 |
2236 | 2025-07-07T07:13:53.432Z | Compiling rustls v0.23.19 |
2237 | 2025-07-07T07:13:53.548Z | Compiling native-tls v0.2.12 |
2238 | 2025-07-07T07:13:53.636Z | Compiling syn v1.0.109 |
2239 | 2025-07-07T07:13:53.714Z | Compiling dof v0.3.0 |
2240 | 2025-07-07T07:13:54.220Z | Compiling time v0.3.36 |
2241 | 2025-07-07T07:13:55.330Z | Compiling rand v0.9.1 |
2242 | 2025-07-07T07:13:55.523Z | Compiling dtrace-parser v0.2.0 |
2243 | 2025-07-07T07:13:56.651Z | Compiling hyper v1.6.0 |
2244 | 2025-07-07T07:13:57.064Z | Compiling unicode-normalization v0.1.24 |
2245 | 2025-07-07T07:13:57.838Z | Compiling crossbeam-epoch v0.9.18 |
2246 | 2025-07-07T07:13:57.868Z | Compiling heapless v0.7.17 |
2247 | 2025-07-07T07:13:57.896Z | Compiling signature v2.2.0 |
2248 | 2025-07-07T07:13:58.169Z | Compiling crc32fast v1.4.2 |
2249 | 2025-07-07T07:13:58.250Z | Compiling cookie v0.18.1 |
2250 | 2025-07-07T07:13:58.371Z | Compiling slog v2.7.0 |
2251 | 2025-07-07T07:13:58.415Z | Compiling zlib-rs v0.5.1 |
2252 | 2025-07-07T07:13:58.485Z | Compiling unicode-properties v0.1.3 |
2253 | 2025-07-07T07:13:58.552Z | Compiling signal-hook v0.3.18 |
2254 | 2025-07-07T07:13:58.816Z | Compiling siphasher v0.3.11 |
2255 | 2025-07-07T07:13:58.842Z | Compiling zstd-safe v7.2.3 |
2256 | 2025-07-07T07:13:58.868Z | Compiling rayon-core v1.12.1 |
2257 | 2025-07-07T07:13:59.134Z | Compiling unicode-bidi v0.3.17 |
2258 | 2025-07-07T07:13:59.169Z | Compiling phf_shared v0.11.2 |
2259 | 2025-07-07T07:13:59.417Z | Compiling hyper-util v0.1.14 |
2260 | 2025-07-07T07:13:59.641Z | Compiling crossbeam-deque v0.8.5 |
2261 | 2025-07-07T07:13:59.947Z | Compiling stringprep v0.1.5 |
2262 | 2025-07-07T07:13:59.973Z | Compiling usdt-impl v0.5.0 |
2263 | 2025-07-07T07:14:00.138Z | Compiling curve25519-dalek v4.1.3 |
2264 | 2025-07-07T07:14:00.686Z | Compiling serde_tokenstream v0.2.2 |
2265 | 2025-07-07T07:14:00.829Z | Compiling toml_datetime v0.6.11 |
2266 | 2025-07-07T07:14:01.022Z | Compiling serde_spanned v0.6.9 |
2267 | 2025-07-07T07:14:01.174Z | Compiling rand_chacha v0.3.1 |
2268 | 2025-07-07T07:14:01.305Z | Compiling md-5 v0.10.6 |
2269 | 2025-07-07T07:14:01.345Z | Compiling num-integer v0.1.46 |
2270 | 2025-07-07T07:14:01.562Z | Compiling sync_wrapper v1.0.1 |
2271 | 2025-07-07T07:14:01.726Z | Compiling ff v0.13.0 |
2272 | 2025-07-07T07:14:01.946Z | Compiling hash32 v0.2.1 |
2273 | 2025-07-07T07:14:01.980Z | Compiling memoffset v0.9.1 |
2274 | 2025-07-07T07:14:02.244Z | Compiling psl-types v2.0.11 |
2275 | 2025-07-07T07:14:02.277Z | Compiling num-bigint-dig v0.8.4 |
2276 | 2025-07-07T07:14:02.482Z | Compiling fallible-iterator v0.2.0 |
2277 | 2025-07-07T07:14:02.510Z | Compiling litrs v0.4.1 |
2278 | 2025-07-07T07:14:02.548Z | Compiling base16ct v0.2.0 |
2279 | 2025-07-07T07:14:02.573Z | Compiling cfg_aliases v0.2.1 |
2280 | 2025-07-07T07:14:02.694Z | Compiling smoltcp v0.9.1 |
2281 | 2025-07-07T07:14:02.853Z | Compiling gimli v0.31.1 |
2282 | 2025-07-07T07:14:02.895Z | Compiling tower-layer v0.3.3 |
2283 | 2025-07-07T07:14:03.046Z | Compiling newtype-uuid v1.2.4 |
2284 | 2025-07-07T07:14:03.166Z | Compiling tower v0.5.2 |
2285 | 2025-07-07T07:14:03.257Z | Compiling postgres-protocol v0.6.8 |
2286 | 2025-07-07T07:14:03.347Z | Compiling sec1 v0.7.3 |
2287 | 2025-07-07T07:14:03.433Z | Compiling document-features v0.2.10 |
2288 | 2025-07-07T07:14:03.817Z | Compiling libz-rs-sys v0.5.1 |
2289 | 2025-07-07T07:14:03.856Z | Compiling nix v0.29.0 |
2290 | 2025-07-07T07:14:04.100Z | Compiling flate2 v1.1.2 |
2291 | 2025-07-07T07:14:04.319Z | Compiling publicsuffix v2.3.0 |
2292 | 2025-07-07T07:14:04.549Z | Compiling group v0.13.0 |
2293 | 2025-07-07T07:14:04.605Z | Compiling num-iter v0.1.45 |
2294 | 2025-07-07T07:14:04.635Z | Compiling rand v0.8.5 |
2295 | 2025-07-07T07:14:04.885Z | Compiling tokio-native-tls v0.3.1 |
2296 | 2025-07-07T07:14:05.722Z | Compiling ipnetwork v0.21.1 |
2297 | 2025-07-07T07:14:05.747Z | Compiling rustls-native-certs v0.8.1 |
2298 | 2025-07-07T07:14:06.085Z | Compiling addr2line v0.24.2 |
2299 | 2025-07-07T07:14:06.110Z | Compiling webpki-roots v1.0.0 |
2300 | 2025-07-07T07:14:06.227Z | Compiling terminal_size v0.4.0 |
2301 | 2025-07-07T07:14:06.354Z | Compiling http-body-util v0.1.3 |
2302 | 2025-07-07T07:14:06.404Z | Compiling hkdf v0.12.4 |
2303 | 2025-07-07T07:14:06.474Z | Compiling crypto-bigint v0.5.5 |
2304 | 2025-07-07T07:14:06.509Z | Compiling thiserror-impl v2.0.12 |
2305 | 2025-07-07T07:14:06.562Z | Compiling curve25519-dalek-derive v0.1.1 |
2306 | 2025-07-07T07:14:06.667Z | Compiling async-trait v0.1.88 |
2307 | 2025-07-07T07:14:06.730Z | Compiling ahash v0.8.11 |
2308 | 2025-07-07T07:14:06.785Z | Compiling fs-err v3.1.1 |
2309 | 2025-07-07T07:14:07.032Z | Compiling object v0.36.5 |
2310 | 2025-07-07T07:14:07.078Z | Compiling iri-string v0.7.8 |
2311 | 2025-07-07T07:14:07.670Z | Compiling bumpalo v3.16.0 |
2312 | 2025-07-07T07:14:08.074Z | Compiling anyhow v1.0.98 |
2313 | 2025-07-07T07:14:08.640Z | Compiling rustc-demangle v0.1.24 |
2314 | 2025-07-07T07:14:08.709Z | Compiling managed v0.8.0 |
2315 | 2025-07-07T07:14:08.985Z | Compiling bitflags v1.3.2 |
2316 | 2025-07-07T07:14:09.126Z | Compiling simd-adler32 v0.3.7 |
2317 | 2025-07-07T07:14:09.152Z | Compiling buf-list v1.0.3 |
2318 | 2025-07-07T07:14:09.373Z | Compiling hubpack_derive v0.1.1 |
2319 | 2025-07-07T07:14:09.436Z | Compiling winnow v0.5.40 |
2320 | 2025-07-07T07:14:09.645Z | Compiling lockfree-object-pool v0.1.6 |
2321 | 2025-07-07T07:14:09.804Z | Compiling tower-http v0.6.6 |
2322 | 2025-07-07T07:14:09.947Z | Compiling zopfli v0.8.1 |
2323 | 2025-07-07T07:14:10.211Z | Compiling hubpack v0.1.2 |
2324 | 2025-07-07T07:14:10.565Z | Compiling thiserror v2.0.12 |
2325 | 2025-07-07T07:14:10.591Z | Compiling elliptic-curve v0.13.8 |
2326 | 2025-07-07T07:14:10.729Z | Compiling clap_builder v4.5.40 |
2327 | 2025-07-07T07:14:10.980Z | Compiling console v0.15.10 |
2328 | 2025-07-07T07:14:11.619Z | Compiling strum_macros v0.25.3 |
2329 | 2025-07-07T07:14:12.058Z | Compiling toml_edit v0.19.15 |
2330 | 2025-07-07T07:14:12.084Z | Compiling hyper-tls v0.6.0 |
2331 | 2025-07-07T07:14:12.299Z | Compiling oxnet v0.1.2 |
2332 | 2025-07-07T07:14:13.014Z | Compiling backtrace v0.3.74 |
2333 | 2025-07-07T07:14:13.100Z | Compiling signal-hook-mio v0.2.4 |
2334 | 2025-07-07T07:14:13.270Z | Compiling rayon v1.10.0 |
2335 | 2025-07-07T07:14:14.319Z | Compiling cookie_store v0.21.1 |
2336 | 2025-07-07T07:14:15.416Z | Compiling zstd v0.13.3 |
2337 | 2025-07-07T07:14:15.510Z | Compiling postgres-types v0.2.9 |
2338 | 2025-07-07T07:14:16.225Z | Compiling usdt-macro v0.5.0 |
2339 | 2025-07-07T07:14:16.596Z | Compiling usdt-attr-macro v0.5.0 |
2340 | 2025-07-07T07:14:16.789Z | Compiling phf v0.11.2 |
2341 | 2025-07-07T07:14:16.925Z | Compiling ed25519 v2.2.3 |
2342 | 2025-07-07T07:14:17.075Z | Compiling strum_macros v0.26.4 |
2343 | 2025-07-07T07:14:17.100Z | Compiling bzip2 v0.5.2 |
2344 | 2025-07-07T07:14:17.430Z | Compiling bzip2 v0.4.4 |
2345 | 2025-07-07T07:14:17.462Z | Compiling enum-as-inner v0.6.1 |
2346 | 2025-07-07T07:14:17.590Z | Compiling clap_derive v4.5.40 |
2347 | 2025-07-07T07:14:17.802Z | Compiling serde-big-array v0.5.1 |
2348 | 2025-07-07T07:14:17.907Z | Compiling serde_urlencoded v0.7.1 |
2349 | 2025-07-07T07:14:18.051Z | Compiling pkcs1 v0.7.5 |
2350 | 2025-07-07T07:14:18.290Z | Compiling rfc6979 v0.4.0 |
2351 | 2025-07-07T07:14:18.364Z | Compiling bstr v1.10.0 |
2352 | 2025-07-07T07:14:18.411Z | Compiling daft-derive v0.1.4 |
2353 | 2025-07-07T07:14:18.485Z | Compiling serde_repr v0.1.19 |
2354 | 2025-07-07T07:14:18.802Z | Compiling float-cmp v0.10.0 |
2355 | 2025-07-07T07:14:19.037Z | Compiling encoding_rs v0.8.34 |
2356 | 2025-07-07T07:14:19.360Z | Compiling static_assertions v1.1.0 |
2357 | 2025-07-07T07:14:19.479Z | Compiling difflib v0.4.0 |
2358 | 2025-07-07T07:14:19.636Z | Compiling normalize-line-endings v0.3.0 |
2359 | 2025-07-07T07:14:19.677Z | Compiling whoami v1.6.0 |
2360 | 2025-07-07T07:14:19.788Z | Compiling data-encoding v2.9.0 |
2361 | 2025-07-07T07:14:20.186Z | Compiling predicates-core v1.0.8 |
2362 | 2025-07-07T07:14:20.469Z | Compiling unicode-segmentation v1.12.0 |
2363 | 2025-07-07T07:14:20.495Z | Compiling fixedbitset v0.4.2 |
2364 | 2025-07-07T07:14:20.545Z | Compiling new_debug_unreachable v1.0.6 |
2365 | 2025-07-07T07:14:20.660Z | Compiling number_prefix v0.4.0 |
2366 | 2025-07-07T07:14:20.875Z | Compiling mime v0.3.17 |
2367 | 2025-07-07T07:14:20.901Z | Compiling precomputed-hash v0.1.1 |
2368 | 2025-07-07T07:14:20.927Z | Compiling clap v4.5.40 |
2369 | 2025-07-07T07:14:21.053Z | Compiling string_cache v0.8.9 |
2370 | 2025-07-07T07:14:21.078Z | Compiling similar v2.7.0 |
2371 | 2025-07-07T07:14:21.190Z | Compiling indicatif v0.17.11 |
2372 | 2025-07-07T07:14:21.216Z | Compiling petgraph v0.6.5 |
2373 | 2025-07-07T07:14:21.375Z | Compiling strum v0.26.3 |
2374 | 2025-07-07T07:14:21.526Z | Compiling predicates v3.1.3 |
2375 | 2025-07-07T07:14:21.564Z | Compiling hickory-proto v0.25.2 |
2376 | 2025-07-07T07:14:21.968Z | Compiling tokio-postgres v0.7.13 |
2377 | 2025-07-07T07:14:22.724Z | Compiling daft v0.1.4 |
2378 | 2025-07-07T07:14:22.812Z | Compiling toml_edit v0.22.27 |
2379 | 2025-07-07T07:14:22.850Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
2380 | 2025-07-07T07:14:22.928Z | Compiling usdt v0.5.0 |
2381 | 2025-07-07T07:14:23.218Z | Compiling rsa v0.9.6 |
2382 | 2025-07-07T07:14:23.358Z | Compiling ecdsa v0.16.9 |
2383 | 2025-07-07T07:14:24.032Z | Compiling zip v0.6.6 |
2384 | 2025-07-07T07:14:24.211Z | Compiling zip v4.2.0 |
2385 | 2025-07-07T07:14:25.094Z | Compiling ed25519-dalek v2.1.1 |
2386 | 2025-07-07T07:14:26.173Z | Compiling toml v0.7.8 |
2387 | 2025-07-07T07:14:26.914Z | Compiling crossterm v0.28.1 |
2388 | 2025-07-07T07:14:28.133Z | Compiling tokio-stream v0.1.17 |
2389 | 2025-07-07T07:14:28.245Z | Compiling openapiv3 v2.2.0 |
2390 | 2025-07-07T07:14:28.304Z | Compiling x509-cert v0.2.5 |
2391 | 2025-07-07T07:14:28.330Z | Compiling sha1 v0.10.6 |
2392 | 2025-07-07T07:14:28.695Z | Compiling itertools v0.10.5 |
2393 | 2025-07-07T07:14:28.930Z | Compiling dirs-sys-next v0.1.2 |
2394 | 2025-07-07T07:14:29.138Z | Compiling winnow v0.6.26 |
2395 | 2025-07-07T07:14:29.407Z | Compiling lalrpop-util v0.19.12 |
2396 | 2025-07-07T07:14:29.463Z | Compiling peg-runtime v0.8.5 |
2397 | 2025-07-07T07:14:29.730Z | Compiling rustc-hash v2.1.1 |
2398 | 2025-07-07T07:14:29.947Z | Compiling dirs-next v2.0.0 |
2399 | 2025-07-07T07:14:29.973Z | Compiling thread_local v1.1.8 |
2400 | 2025-07-07T07:14:30.123Z | Compiling slog-async v2.8.0 |
2401 | 2025-07-07T07:14:30.394Z | Compiling term v0.7.0 |
2402 | 2025-07-07T07:14:30.603Z | Compiling crossbeam-channel v0.5.15 |
2403 | 2025-07-07T07:14:30.719Z | Compiling xattr v1.3.1 |
2404 | 2025-07-07T07:14:30.773Z | Compiling futures-executor v0.3.31 |
2405 | 2025-07-07T07:14:30.980Z | Compiling is-terminal v0.4.13 |
2406 | 2025-07-07T07:14:31.121Z | Compiling filetime v0.2.25 |
2407 | 2025-07-07T07:14:31.207Z | Compiling take_mut v0.2.2 |
2408 | 2025-07-07T07:14:31.268Z | Compiling slog-term v2.9.1 |
2409 | 2025-07-07T07:14:31.449Z | Compiling tar v0.4.44 |
2410 | 2025-07-07T07:14:31.474Z | Compiling futures v0.3.31 |
2411 | 2025-07-07T07:14:31.474Z | Compiling camino v1.1.10 |
2412 | 2025-07-07T07:14:35.850Z | Compiling aws-lc-sys v0.26.0 |
2413 | 2025-07-07T07:15:07.667Z | Compiling rustls-webpki v0.102.8 |
2414 | 2025-07-07T07:15:13.422Z | Compiling tokio-rustls v0.26.0 |
2415 | 2025-07-07T07:15:13.763Z | Compiling hyper-rustls v0.27.7 |
2416 | 2025-07-07T07:15:14.124Z | Compiling reqwest v0.12.22 |
2417 | 2025-07-07T07:15:18.365Z | Compiling omicron-workspace-hack v0.1.0 (/work/ci/omicron/workspace-hack) |
2418 | 2025-07-07T07:15:18.773Z | Compiling xtask-downloader v0.1.0 (/work/ci/omicron/dev-tools/downloader) |
2419 | 2025-07-07T07:15:24.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 07s |
2420 | 2025-07-07T07:15:24.367Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
2421 | 2025-07-07T07:15:24.444Z | Jul 07 07:15:24.388 INFO Starting download, target: Clickhouse |
2422 | 2025-07-07T07:15:24.444Z | Jul 07 07:15:24.388 INFO Starting download, target: Cockroach |
2423 | 2025-07-07T07:15:24.444Z | Jul 07 07:15:24.388 INFO Starting download, target: Console |
2424 | 2025-07-07T07:15:24.444Z | Jul 07 07:15:24.388 INFO Starting download, target: DendriteStub |
2425 | 2025-07-07T07:15:24.444Z | Jul 07 07:15:24.388 INFO Starting download, target: MaghemiteMgd |
2426 | 2025-07-07T07:15:24.444Z | Jul 07 07:15:24.388 INFO Starting download, target: TransceiverControl |
2427 | 2025-07-07T07:15:24.470Z | Jul 07 07:15:24.390 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
2428 | 2025-07-07T07:15:24.470Z | Jul 07 07:15:24.390 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
2429 | 2025-07-07T07:15:24.470Z | Jul 07 07:15:24.390 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
2430 | 2025-07-07T07:15:24.470Z | Jul 07 07:15:24.390 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
2431 | 2025-07-07T07:15:24.471Z | Jul 07 07:15:24.390 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
2432 | 2025-07-07T07:15:24.471Z | Jul 07 07:15:24.390 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
2433 | 2025-07-07T07:15:24.958Z | Jul 07 07:15:24.884 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
2434 | 2025-07-07T07:15:25.276Z | Jul 07 07:15:25.214 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
2435 | 2025-07-07T07:15:25.328Z | Jul 07 07:15:25.265 INFO Download complete, target: Console |
2436 | 2025-07-07T07:15:25.647Z | Jul 07 07:15:25.591 INFO Download complete, target: TransceiverControl |
2437 | 2025-07-07T07:15:27.041Z | Jul 07 07:15:26.986 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
2438 | 2025-07-07T07:15:27.277Z | Jul 07 07:15:27.222 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
2439 | 2025-07-07T07:15:29.262Z | Jul 07 07:15:29.207 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
2440 | 2025-07-07T07:15:29.262Z | Jul 07 07:15:29.207 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
2441 | 2025-07-07T07:15:30.166Z | Jul 07 07:15:30.110 INFO Download complete, target: DendriteStub |
2442 | 2025-07-07T07:15:30.732Z | Jul 07 07:15:30.676 INFO Download complete, target: MaghemiteMgd |
2443 | 2025-07-07T07:15:36.343Z | Jul 07 07:15:36.288 INFO Checking that binary works, target: Cockroach |
2444 | 2025-07-07T07:15:36.555Z | Jul 07 07:15:36.500 INFO Download complete, target: Cockroach |
2445 | 2025-07-07T07:15:37.805Z | Jul 07 07:15:37.749 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
2446 | 2025-07-07T07:15:48.999Z | Jul 07 07:15:48.943 INFO Checking that binary works, target: Clickhouse |
2447 | 2025-07-07T07:15:49.205Z | Jul 07 07:15:49.149 INFO Download complete, target: Clickhouse |
2448 | 2025-07-07T07:15:49.237Z | All builder prerequisites installed successfully, and PATH looks valid |
2449 | 2025-07-07T07:15:49.262Z | + cargo build -p end-to-end-tests --bin dhcp-server --release |
2450 | 2025-07-07T07:15:51.220Z | Compiling proc-macro2 v1.0.95 |
2451 | 2025-07-07T07:15:51.220Z | Compiling unicode-ident v1.0.18 |
2452 | 2025-07-07T07:15:51.246Z | Compiling libc v0.2.174 |
2453 | 2025-07-07T07:15:51.246Z | Compiling serde v1.0.219 |
2454 | 2025-07-07T07:15:51.246Z | Compiling autocfg v1.4.0 |
2455 | 2025-07-07T07:15:51.246Z | Compiling cfg-if v1.0.1 |
2456 | 2025-07-07T07:15:51.246Z | Compiling version_check v0.9.5 |
2457 | 2025-07-07T07:15:51.434Z | Compiling memchr v2.7.4 |
2458 | 2025-07-07T07:15:51.468Z | Compiling portable-atomic v1.11.0 |
2459 | 2025-07-07T07:15:51.544Z | Compiling libm v0.2.8 |
2460 | 2025-07-07T07:15:51.988Z | Compiling getrandom v0.3.1 |
2461 | 2025-07-07T07:15:52.092Z | Compiling lock_api v0.4.12 |
2462 | 2025-07-07T07:15:52.118Z | Compiling num-traits v0.2.19 |
2463 | 2025-07-07T07:15:52.239Z | Compiling typenum v1.17.0 |
2464 | 2025-07-07T07:15:52.383Z | Compiling generic-array v0.14.7 |
2465 | 2025-07-07T07:15:52.410Z | Compiling serde_json v1.0.140 |
2466 | 2025-07-07T07:15:52.437Z | Compiling shlex v1.3.0 |
2467 | 2025-07-07T07:15:52.516Z | Compiling value-bag v1.9.0 |
2468 | 2025-07-07T07:15:52.674Z | Compiling semver v1.0.26 |
2469 | 2025-07-07T07:15:52.743Z | Compiling parking_lot_core v0.9.10 |
2470 | 2025-07-07T07:15:52.929Z | Compiling log v0.4.27 |
2471 | 2025-07-07T07:15:53.017Z | Compiling quote v1.0.40 |
2472 | 2025-07-07T07:15:53.089Z | Compiling jobserver v0.1.32 |
2473 | 2025-07-07T07:15:53.115Z | Compiling getrandom v0.2.15 |
2474 | 2025-07-07T07:15:53.141Z | Compiling smallvec v1.15.0 |
2475 | 2025-07-07T07:15:53.339Z | Compiling itoa v1.0.11 |
2476 | 2025-07-07T07:15:53.365Z | Compiling syn v2.0.104 |
2477 | 2025-07-07T07:15:53.470Z | Compiling cc v1.2.15 |
2478 | 2025-07-07T07:15:53.567Z | Compiling scopeguard v1.2.0 |
2479 | 2025-07-07T07:15:53.593Z | Compiling schemars v0.8.22 |
2480 | 2025-07-07T07:15:53.838Z | Compiling regex-syntax v0.8.5 |
2481 | 2025-07-07T07:15:53.887Z | Compiling slab v0.4.9 |
2482 | 2025-07-07T07:15:53.913Z | Compiling thiserror v1.0.69 |
2483 | 2025-07-07T07:15:54.185Z | Compiling rustix v0.38.37 |
2484 | 2025-07-07T07:15:54.340Z | Compiling aho-corasick v1.1.3 |
2485 | 2025-07-07T07:15:54.608Z | Compiling ryu v1.0.18 |
2486 | 2025-07-07T07:15:54.751Z | Compiling rand_core v0.6.4 |
2487 | 2025-07-07T07:15:54.850Z | Compiling pkg-config v0.3.31 |
2488 | 2025-07-07T07:15:54.876Z | Compiling stable_deref_trait v1.2.0 |
2489 | 2025-07-07T07:15:54.901Z | Compiling heck v0.5.0 |
2490 | 2025-07-07T07:15:55.192Z | Compiling equivalent v1.0.2 |
2491 | 2025-07-07T07:15:55.269Z | Compiling foldhash v0.1.5 |
2492 | 2025-07-07T07:15:55.327Z | Compiling allocator-api2 v0.2.21 |
2493 | 2025-07-07T07:15:55.745Z | Compiling either v1.15.0 |
2494 | 2025-07-07T07:15:55.826Z | Compiling critical-section v1.1.3 |
2495 | 2025-07-07T07:15:55.989Z | Compiling hashbrown v0.15.4 |
2496 | 2025-07-07T07:15:56.034Z | Compiling subtle v2.6.1 |
2497 | 2025-07-07T07:15:56.180Z | Compiling errno v0.3.12 |
2498 | 2025-07-07T07:15:56.448Z | Compiling writeable v0.5.5 |
2499 | 2025-07-07T07:15:56.584Z | Compiling once_cell v1.21.3 |
2500 | 2025-07-07T07:15:56.687Z | Compiling regex-automata v0.4.8 |
2501 | 2025-07-07T07:15:56.872Z | Compiling litemap v0.7.3 |
2502 | 2025-07-07T07:15:57.029Z | Compiling percent-encoding v2.3.1 |
2503 | 2025-07-07T07:15:57.207Z | Compiling spin v0.9.8 |
2504 | 2025-07-07T07:15:57.236Z | Compiling icu_locid_transform_data v1.5.0 |
2505 | 2025-07-07T07:15:57.289Z | Compiling icu_properties_data v1.5.0 |
2506 | 2025-07-07T07:15:57.365Z | Compiling icu_normalizer_data v1.5.0 |
2507 | 2025-07-07T07:15:57.473Z | Compiling write16 v1.0.0 |
2508 | 2025-07-07T07:15:57.499Z | Compiling utf16_iter v1.0.5 |
2509 | 2025-07-07T07:15:57.532Z | Compiling utf8_iter v1.0.4 |
2510 | 2025-07-07T07:15:57.770Z | Compiling fnv v1.0.7 |
2511 | 2025-07-07T07:15:57.796Z | Compiling prettyplease v0.2.35 |
2512 | 2025-07-07T07:15:57.822Z | Compiling lazy_static v1.5.0 |
2513 | 2025-07-07T07:15:57.918Z | Compiling form_urlencoded v1.2.1 |
2514 | 2025-07-07T07:15:57.982Z | Compiling glob v0.3.2 |
2515 | 2025-07-07T07:15:58.194Z | Compiling paste v1.0.15 |
2516 | 2025-07-07T07:15:58.604Z | Compiling clang-sys v1.8.1 |
2517 | 2025-07-07T07:15:58.659Z | Compiling minimal-lexical v0.2.1 |
2518 | 2025-07-07T07:15:59.123Z | Compiling nom v7.1.3 |
2519 | 2025-07-07T07:15:59.153Z | Compiling synstructure v0.13.1 |
2520 | 2025-07-07T07:15:59.203Z | Compiling serde_derive_internals v0.29.1 |
2521 | 2025-07-07T07:15:59.757Z | Compiling libloading v0.8.5 |
2522 | 2025-07-07T07:16:00.125Z | Compiling bindgen v0.69.5 |
2523 | 2025-07-07T07:16:00.302Z | Compiling home v0.5.9 |
2524 | 2025-07-07T07:16:00.362Z | Compiling thiserror v2.0.12 |
2525 | 2025-07-07T07:16:00.891Z | Compiling itertools v0.12.1 |
2526 | 2025-07-07T07:16:01.081Z | Compiling rustc-hash v1.1.0 |
2527 | 2025-07-07T07:16:01.245Z | Compiling regex v1.11.1 |
2528 | 2025-07-07T07:16:01.286Z | Compiling lazycell v1.3.0 |
2529 | 2025-07-07T07:16:01.498Z | Compiling iana-time-zone v0.1.63 |
2530 | 2025-07-07T07:16:01.823Z | Compiling cexpr v0.6.0 |
2531 | 2025-07-07T07:16:01.903Z | Compiling cmake v0.1.51 |
2532 | 2025-07-07T07:16:02.044Z | Compiling dunce v1.0.5 |
2533 | 2025-07-07T07:16:02.161Z | Compiling serde_derive v1.0.219 |
2534 | 2025-07-07T07:16:02.215Z | Compiling zeroize_derive v1.4.2 |
2535 | 2025-07-07T07:16:02.512Z | Compiling zerofrom-derive v0.1.4 |
2536 | 2025-07-07T07:16:02.891Z | Compiling yoke-derive v0.7.4 |
2537 | 2025-07-07T07:16:02.941Z | Compiling zerovec-derive v0.10.3 |
2538 | 2025-07-07T07:16:03.218Z | Compiling displaydoc v0.2.5 |
2539 | 2025-07-07T07:16:03.243Z | Compiling icu_provider_macros v1.5.0 |
2540 | 2025-07-07T07:16:03.904Z | Compiling tokio-macros v2.5.0 |
2541 | 2025-07-07T07:16:04.068Z | Compiling zeroize v1.8.1 |
2542 | 2025-07-07T07:16:04.333Z | Compiling schemars_derive v0.8.22 |
2543 | 2025-07-07T07:16:04.480Z | Compiling zerocopy-derive v0.7.35 |
2544 | 2025-07-07T07:16:04.671Z | Compiling thiserror-impl v1.0.69 |
2545 | 2025-07-07T07:16:04.696Z | Compiling futures-macro v0.3.31 |
2546 | 2025-07-07T07:16:04.772Z | Compiling zerofrom v0.1.4 |
2547 | 2025-07-07T07:16:04.973Z | Compiling yoke v0.7.4 |
2548 | 2025-07-07T07:16:05.311Z | Compiling zerovec v0.10.4 |
2549 | 2025-07-07T07:16:06.350Z | Compiling tracing-attributes v0.1.27 |
2550 | 2025-07-07T07:16:06.378Z | Compiling thiserror-impl v2.0.12 |
2551 | 2025-07-07T07:16:06.739Z | Compiling tinystr v0.7.6 |
2552 | 2025-07-07T07:16:06.929Z | Compiling icu_collections v1.5.0 |
2553 | 2025-07-07T07:16:06.955Z | Compiling crypto-common v0.1.6 |
2554 | 2025-07-07T07:16:07.217Z | Compiling icu_locid v1.5.0 |
2555 | 2025-07-07T07:16:08.311Z | Compiling icu_provider v1.5.0 |
2556 | 2025-07-07T07:16:08.492Z | Compiling fs_extra v1.3.0 |
2557 | 2025-07-07T07:16:08.674Z | Compiling pin-project-lite v0.2.14 |
2558 | 2025-07-07T07:16:08.844Z | Compiling ring v0.17.14 |
2559 | 2025-07-07T07:16:08.908Z | Compiling icu_locid_transform v1.5.0 |
2560 | 2025-07-07T07:16:09.599Z | Compiling dyn-clone v1.0.19 |
2561 | 2025-07-07T07:16:09.814Z | Compiling byteorder v1.5.0 |
2562 | 2025-07-07T07:16:10.004Z | Compiling icu_properties v1.5.1 |
2563 | 2025-07-07T07:16:11.134Z | Compiling bytes v1.10.1 |
2564 | 2025-07-07T07:16:11.293Z | Compiling bitflags v2.9.0 |
2565 | 2025-07-07T07:16:11.843Z | Compiling uuid v1.17.0 |
2566 | 2025-07-07T07:16:12.273Z | Compiling chrono v0.4.41 |
2567 | 2025-07-07T07:16:13.407Z | Compiling icu_normalizer v1.5.0 |
2568 | 2025-07-07T07:16:13.518Z | Compiling indexmap v2.10.0 |
2569 | 2025-07-07T07:16:13.688Z | Compiling serde_tokenstream v0.2.2 |
2570 | 2025-07-07T07:16:13.908Z | Compiling parking_lot v0.12.3 |
2571 | 2025-07-07T07:16:14.153Z | Compiling signal-hook-registry v1.4.2 |
2572 | 2025-07-07T07:16:14.590Z | Compiling idna_adapter v1.2.0 |
2573 | 2025-07-07T07:16:14.686Z | Compiling which v4.4.2 |
2574 | 2025-07-07T07:16:14.809Z | Compiling idna v1.0.3 |
2575 | 2025-07-07T07:16:15.262Z | Compiling mio v1.0.2 |
2576 | 2025-07-07T07:16:15.287Z | Compiling aws-lc-rs v1.12.4 |
2577 | 2025-07-07T07:16:15.316Z | Compiling num-conv v0.1.0 |
2578 | 2025-07-07T07:16:15.514Z | Compiling url v2.5.4 |
2579 | 2025-07-07T07:16:15.691Z | Compiling time-core v0.1.2 |
2580 | 2025-07-07T07:16:15.831Z | Compiling socket2 v0.5.10 |
2581 | 2025-07-07T07:16:15.885Z | Compiling time-macros v0.2.18 |
2582 | 2025-07-07T07:16:17.244Z | Compiling httparse v1.9.5 |
2583 | 2025-07-07T07:16:17.355Z | Compiling tokio v1.45.1 |
2584 | 2025-07-07T07:16:18.138Z | Compiling zerocopy v0.8.26 |
2585 | 2025-07-07T07:16:18.800Z | Compiling vcpkg v0.2.15 |
2586 | 2025-07-07T07:16:19.019Z | Compiling zerocopy-derive v0.8.26 |
2587 | 2025-07-07T07:16:19.600Z | Compiling der_derive v0.7.3 |
2588 | 2025-07-07T07:16:19.886Z | Compiling openssl-sys v0.9.109 |
2589 | 2025-07-07T07:16:20.536Z | Compiling syn v1.0.109 |
2590 | 2025-07-07T07:16:20.703Z | Compiling const-oid v0.9.6 |
2591 | 2025-07-07T07:16:21.219Z | Compiling futures-core v0.3.31 |
2592 | 2025-07-07T07:16:21.478Z | Compiling http v1.3.1 |
2593 | 2025-07-07T07:16:21.889Z | Compiling block-buffer v0.10.4 |
2594 | 2025-07-07T07:16:22.229Z | Compiling digest v0.10.7 |
2595 | 2025-07-07T07:16:22.510Z | Compiling slog v2.7.0 |
2596 | 2025-07-07T07:16:22.677Z | Compiling zerocopy v0.7.35 |
2597 | 2025-07-07T07:16:22.764Z | Compiling openssl v0.10.73 |
2598 | 2025-07-07T07:16:23.114Z | Compiling crossbeam-utils v0.8.21 |
2599 | 2025-07-07T07:16:23.225Z | Compiling rustls v0.23.19 |
2600 | 2025-07-07T07:16:23.511Z | Compiling cpufeatures v0.2.14 |
2601 | 2025-07-07T07:16:23.802Z | Compiling openssl-macros v0.1.1 |
2602 | 2025-07-07T07:16:24.120Z | Compiling aws-lc-sys v0.26.0 |
2603 | 2025-07-07T07:16:24.581Z | Compiling futures-sink v0.3.31 |
2604 | 2025-07-07T07:16:24.911Z | Compiling native-tls v0.2.12 |
2605 | 2025-07-07T07:16:25.829Z | Compiling cookie v0.18.1 |
2606 | 2025-07-07T07:16:26.358Z | Compiling futures-channel v0.3.31 |
2607 | 2025-07-07T07:16:26.857Z | Compiling rustc_version v0.4.1 |
2608 | 2025-07-07T07:16:27.002Z | Compiling litrs v0.4.1 |
2609 | 2025-07-07T07:16:27.084Z | Compiling futures-task v0.3.31 |
2610 | 2025-07-07T07:16:27.364Z | Compiling futures-io v0.3.31 |
2611 | 2025-07-07T07:16:27.699Z | Compiling pin-utils v0.1.0 |
2612 | 2025-07-07T07:16:27.809Z | Compiling document-features v0.2.10 |
2613 | 2025-07-07T07:16:27.834Z | Compiling futures-util v0.3.31 |
2614 | 2025-07-07T07:16:28.032Z | Compiling anyhow v1.0.98 |
2615 | 2025-07-07T07:16:28.521Z | Compiling scroll_derive v0.12.0 |
2616 | 2025-07-07T07:16:28.601Z | Compiling async-trait v0.1.88 |
2617 | 2025-07-07T07:16:29.417Z | Compiling ucd-trie v0.1.7 |
2618 | 2025-07-07T07:16:29.559Z | Compiling openapiv3 v2.2.0 |
2619 | 2025-07-07T07:16:29.836Z | Compiling pest v2.7.14 |
2620 | 2025-07-07T07:16:31.175Z | Compiling strsim v0.11.1 |
2621 | 2025-07-07T07:16:31.853Z | Compiling ppv-lite86 v0.2.20 |
2622 | 2025-07-07T07:16:32.345Z | Compiling pest_meta v2.7.14 |
2623 | 2025-07-07T07:16:32.522Z | Compiling hmac v0.12.1 |
2624 | 2025-07-07T07:16:32.767Z | Compiling usdt-impl v0.5.0 |
2625 | 2025-07-07T07:16:32.882Z | Compiling scroll v0.12.0 |
2626 | 2025-07-07T07:16:33.087Z | Compiling block-padding v0.3.3 |
2627 | 2025-07-07T07:16:33.596Z | Compiling pest_generator v2.7.14 |
2628 | 2025-07-07T07:16:34.578Z | Compiling rustls-pki-types v1.10.0 |
2629 | 2025-07-07T07:16:34.804Z | Compiling plain v0.2.3 |
2630 | 2025-07-07T07:16:34.976Z | Compiling goblin v0.8.2 |
2631 | 2025-07-07T07:16:35.040Z | Compiling pest_derive v2.7.14 |
2632 | 2025-07-07T07:16:35.290Z | Compiling inout v0.1.3 |
2633 | 2025-07-07T07:16:35.803Z | Compiling tracing-core v0.1.32 |
2634 | 2025-07-07T07:16:36.221Z | Compiling toml_datetime v0.6.11 |
2635 | 2025-07-07T07:16:36.491Z | Compiling serde_spanned v0.6.9 |
2636 | 2025-07-07T07:16:36.646Z | Compiling pretty-hex v0.4.1 |
2637 | 2025-07-07T07:16:36.723Z | Compiling tracing v0.1.40 |
2638 | 2025-07-07T07:16:36.889Z | Compiling cipher v0.4.4 |
2639 | 2025-07-07T07:16:37.311Z | Compiling dtrace-parser v0.2.0 |
2640 | 2025-07-07T07:16:37.572Z | Compiling tokio-util v0.7.15 |
2641 | 2025-07-07T07:16:37.882Z | Compiling sha2 v0.10.9 |
2642 | 2025-07-07T07:16:38.496Z | Compiling thread-id v4.2.2 |
2643 | 2025-07-07T07:16:38.672Z | Compiling base64ct v1.6.0 |
2644 | 2025-07-07T07:16:38.923Z | Compiling newtype-uuid v1.2.4 |
2645 | 2025-07-07T07:16:38.957Z | Compiling powerfmt v0.2.0 |
2646 | 2025-07-07T07:16:39.014Z | Compiling rustversion v1.0.17 |
2647 | 2025-07-07T07:16:39.167Z | Compiling untrusted v0.7.1 |
2648 | 2025-07-07T07:16:39.202Z | Compiling untrusted v0.9.0 |
2649 | 2025-07-07T07:16:39.286Z | Compiling deranged v0.3.11 |
2650 | 2025-07-07T07:16:39.441Z | Compiling pem-rfc7468 v0.7.0 |
2651 | 2025-07-07T07:16:39.533Z | Compiling dof v0.3.0 |
2652 | 2025-07-07T07:16:39.956Z | Compiling curve25519-dalek v4.1.3 |
2653 | 2025-07-07T07:16:40.045Z | Compiling http-body v1.0.1 |
2654 | 2025-07-07T07:16:40.533Z | Compiling regress v0.10.3 |
2655 | 2025-07-07T07:16:40.574Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
2656 | 2025-07-07T07:16:40.814Z | Compiling bzip2-sys v0.1.13+1.0.8 |
2657 | 2025-07-07T07:16:41.152Z | Compiling base64 v0.22.1 |
2658 | 2025-07-07T07:16:41.242Z | Compiling flagset v0.4.6 |
2659 | 2025-07-07T07:16:41.308Z | Compiling num_threads v0.1.7 |
2660 | 2025-07-07T07:16:41.412Z | Compiling atomic-waker v1.1.2 |
2661 | 2025-07-07T07:16:41.460Z | Compiling der v0.7.9 |
2662 | 2025-07-07T07:16:41.486Z | Compiling time v0.3.36 |
2663 | 2025-07-07T07:16:43.657Z | Compiling try-lock v0.2.5 |
2664 | 2025-07-07T07:16:43.690Z | Compiling winnow v0.5.40 |
2665 | 2025-07-07T07:16:43.716Z | Compiling tower-service v0.3.3 |
2666 | 2025-07-07T07:16:43.841Z | Compiling want v0.3.1 |
2667 | 2025-07-07T07:16:43.900Z | Compiling spki v0.7.3 |
2668 | 2025-07-07T07:16:44.090Z | Compiling h2 v0.4.6 |
2669 | 2025-07-07T07:16:44.129Z | Compiling usdt-macro v0.5.0 |
2670 | 2025-07-07T07:16:44.270Z | Compiling usdt-attr-macro v0.5.0 |
2671 | 2025-07-07T07:16:44.722Z | Compiling salsa20 v0.10.2 |
2672 | 2025-07-07T07:16:44.960Z | Compiling pbkdf2 v0.12.2 |
2673 | 2025-07-07T07:16:45.144Z | Compiling hubpack_derive v0.1.1 |
2674 | 2025-07-07T07:16:45.203Z | Compiling ipnet v2.11.0 |
2675 | 2025-07-07T07:16:45.425Z | Compiling curve25519-dalek-derive v0.1.1 |
2676 | 2025-07-07T07:16:45.845Z | Compiling foreign-types-shared v0.1.1 |
2677 | 2025-07-07T07:16:45.910Z | Compiling httpdate v1.0.3 |
2678 | 2025-07-07T07:16:45.992Z | Compiling openssl-probe v0.1.5 |
2679 | 2025-07-07T07:16:46.118Z | Compiling foreign-types v0.3.2 |
2680 | 2025-07-07T07:16:46.276Z | Compiling toml_edit v0.19.15 |
2681 | 2025-07-07T07:16:46.304Z | Compiling scrypt v0.11.0 |
2682 | 2025-07-07T07:16:46.488Z | Compiling rand_core v0.9.2 |
2683 | 2025-07-07T07:16:46.729Z | Compiling aes v0.8.4 |
2684 | 2025-07-07T07:16:46.833Z | Compiling cbc v0.1.2 |
2685 | 2025-07-07T07:16:49.419Z | Compiling enum-as-inner v0.6.1 |
2686 | 2025-07-07T07:16:49.853Z | Compiling hyper v1.6.0 |
2687 | 2025-07-07T07:16:49.984Z | Compiling daft-derive v0.1.4 |
2688 | 2025-07-07T07:16:50.833Z | Compiling num-bigint-dig v0.8.4 |
2689 | 2025-07-07T07:16:50.949Z | Compiling rayon-core v1.12.1 |
2690 | 2025-07-07T07:16:51.348Z | Compiling pkcs5 v0.7.1 |
2691 | 2025-07-07T07:16:52.024Z | Compiling hyper-util v0.1.14 |
2692 | 2025-07-07T07:16:52.194Z | Compiling heapless v0.7.17 |
2693 | 2025-07-07T07:16:52.656Z | Compiling clap_derive v4.5.40 |
2694 | 2025-07-07T07:16:55.703Z | Compiling signal-hook v0.3.18 |
2695 | 2025-07-07T07:16:55.848Z | Compiling adler2 v2.0.0 |
2696 | 2025-07-07T07:16:56.010Z | Compiling zstd-safe v7.2.3 |
2697 | 2025-07-07T07:16:56.071Z | Compiling miniz_oxide v0.8.5 |
2698 | 2025-07-07T07:16:57.126Z | Compiling pkcs8 v0.10.2 |
2699 | 2025-07-07T07:16:57.163Z | Compiling rand_chacha v0.9.0 |
2700 | 2025-07-07T07:16:57.418Z | Compiling strum_macros v0.26.4 |
2701 | 2025-07-07T07:16:57.698Z | Compiling http-body-util v0.1.3 |
2702 | 2025-07-07T07:16:57.953Z | Compiling sync_wrapper v1.0.1 |
2703 | 2025-07-07T07:16:58.133Z | Compiling memoffset v0.9.1 |
2704 | 2025-07-07T07:16:58.158Z | Compiling encoding_rs v0.8.34 |
2705 | 2025-07-07T07:16:59.795Z | Compiling tower-layer v0.3.3 |
2706 | 2025-07-07T07:17:00.059Z | Compiling mime v0.3.17 |
2707 | 2025-07-07T07:17:00.390Z | Compiling psl-types v2.0.11 |
2708 | 2025-07-07T07:17:00.507Z | Compiling tinyvec_macros v0.1.1 |
2709 | 2025-07-07T07:17:00.538Z | Compiling tower v0.5.2 |
2710 | 2025-07-07T07:17:00.641Z | Compiling publicsuffix v2.3.0 |
2711 | 2025-07-07T07:17:00.675Z | Compiling tinyvec v1.8.0 |
2712 | 2025-07-07T07:17:00.924Z | Compiling rand v0.9.1 |
2713 | 2025-07-07T07:17:01.236Z | Compiling tokio-native-tls v0.3.1 |
2714 | 2025-07-07T07:17:01.430Z | Compiling rustls-native-certs v0.8.1 |
2715 | 2025-07-07T07:17:01.844Z | Compiling webpki-roots v1.0.0 |
2716 | 2025-07-07T07:17:01.965Z | Compiling serde_urlencoded v0.7.1 |
2717 | 2025-07-07T07:17:02.411Z | Compiling iri-string v0.7.8 |
2718 | 2025-07-07T07:17:02.613Z | Compiling cfg_aliases v0.2.1 |
2719 | 2025-07-07T07:17:02.740Z | Compiling smoltcp v0.9.1 |
2720 | 2025-07-07T07:17:02.766Z | Compiling nix v0.29.0 |
2721 | 2025-07-07T07:17:03.382Z | Compiling hyper-tls v0.6.0 |
2722 | 2025-07-07T07:17:03.751Z | Compiling cookie_store v0.21.1 |
2723 | 2025-07-07T07:17:04.799Z | Compiling tower-http v0.6.6 |
2724 | 2025-07-07T07:17:05.402Z | Compiling ipnetwork v0.21.1 |
2725 | 2025-07-07T07:17:05.584Z | Compiling num-integer v0.1.46 |
2726 | 2025-07-07T07:17:06.318Z | Compiling gimli v0.31.1 |
2727 | 2025-07-07T07:17:06.372Z | Compiling heck v0.4.1 |
2728 | 2025-07-07T07:17:06.697Z | Compiling unicode-segmentation v1.12.0 |
2729 | 2025-07-07T07:17:07.361Z | Compiling oxnet v0.1.2 |
2730 | 2025-07-07T07:17:09.866Z | Compiling addr2line v0.24.2 |
2731 | 2025-07-07T07:17:10.781Z | Compiling unicode-normalization v0.1.24 |
2732 | 2025-07-07T07:17:10.917Z | Compiling crossbeam-epoch v0.9.18 |
2733 | 2025-07-07T07:17:11.135Z | Compiling rand_chacha v0.3.1 |
2734 | 2025-07-07T07:17:11.748Z | Compiling signature v2.2.0 |
2735 | 2025-07-07T07:17:11.837Z | Compiling object v0.36.5 |
2736 | 2025-07-07T07:17:11.991Z | Compiling fs-err v3.1.1 |
2737 | 2025-07-07T07:17:12.301Z | Compiling ahash v0.8.11 |
2738 | 2025-07-07T07:17:12.616Z | Compiling crc32fast v1.4.2 |
2739 | 2025-07-07T07:17:12.889Z | Compiling utf8parse v0.2.2 |
2740 | 2025-07-07T07:17:12.914Z | Compiling zlib-rs v0.5.1 |
2741 | 2025-07-07T07:17:13.078Z | Compiling unicode-properties v0.1.3 |
2742 | 2025-07-07T07:17:13.424Z | Compiling buf-list v1.0.3 |
2743 | 2025-07-07T07:17:13.880Z | Compiling rustc-demangle v0.1.24 |
2744 | 2025-07-07T07:17:14.475Z | Compiling unicode-bidi v0.3.17 |
2745 | 2025-07-07T07:17:15.007Z | Compiling anstyle v1.0.11 |
2746 | 2025-07-07T07:17:15.393Z | Compiling siphasher v0.3.11 |
2747 | 2025-07-07T07:17:15.705Z | Compiling phf_shared v0.11.2 |
2748 | 2025-07-07T07:17:15.828Z | Compiling stringprep v0.1.5 |
2749 | 2025-07-07T07:17:16.548Z | Compiling libz-rs-sys v0.5.1 |
2750 | 2025-07-07T07:17:16.825Z | Compiling anstyle-parse v0.2.5 |
2751 | 2025-07-07T07:17:16.993Z | Compiling rand v0.8.5 |
2752 | 2025-07-07T07:17:17.598Z | Compiling backtrace v0.3.74 |
2753 | 2025-07-07T07:17:18.410Z | Compiling crossbeam-deque v0.8.5 |
2754 | 2025-07-07T07:17:18.435Z | Compiling daft v0.1.4 |
2755 | 2025-07-07T07:17:18.590Z | Compiling num-iter v0.1.45 |
2756 | 2025-07-07T07:17:19.128Z | Compiling md-5 v0.10.6 |
2757 | 2025-07-07T07:17:19.388Z | Compiling hash32 v0.2.1 |
2758 | 2025-07-07T07:17:19.413Z | Compiling ff v0.13.0 |
2759 | 2025-07-07T07:17:19.753Z | Compiling anstyle-query v1.1.1 |
2760 | 2025-07-07T07:17:19.958Z | Compiling toml_write v0.1.2 |
2761 | 2025-07-07T07:17:20.316Z | Compiling colorchoice v1.0.2 |
2762 | 2025-07-07T07:17:20.540Z | Compiling fallible-iterator v0.2.0 |
2763 | 2025-07-07T07:17:20.566Z | Compiling is_terminal_polyfill v1.70.1 |
2764 | 2025-07-07T07:17:20.722Z | Compiling winnow v0.7.10 |
2765 | 2025-07-07T07:17:20.751Z | Compiling base16ct v0.2.0 |
2766 | 2025-07-07T07:17:21.035Z | Compiling sec1 v0.7.3 |
2767 | 2025-07-07T07:17:21.129Z | Compiling postgres-protocol v0.6.8 |
2768 | 2025-07-07T07:17:21.790Z | Compiling anstream v0.6.18 |
2769 | 2025-07-07T07:17:22.335Z | Compiling group v0.13.0 |
2770 | 2025-07-07T07:17:23.447Z | Compiling toml_edit v0.22.27 |
2771 | 2025-07-07T07:17:24.307Z | Compiling flate2 v1.1.2 |
2772 | 2025-07-07T07:17:24.992Z | Compiling strum_macros v0.25.3 |
2773 | 2025-07-07T07:17:25.954Z | Compiling hkdf v0.12.4 |
2774 | 2025-07-07T07:17:26.280Z | Compiling crypto-bigint v0.5.5 |
2775 | 2025-07-07T07:17:27.390Z | Compiling terminal_size v0.4.0 |
2776 | 2025-07-07T07:17:27.623Z | Compiling serde_repr v0.1.19 |
2777 | 2025-07-07T07:17:28.288Z | Compiling memmap v0.7.0 |
2778 | 2025-07-07T07:17:28.522Z | Compiling clap_lex v0.7.4 |
2779 | 2025-07-07T07:17:28.574Z | Compiling unicode-width v0.2.0 |
2780 | 2025-07-07T07:17:28.877Z | Compiling lockfree-object-pool v0.1.6 |
2781 | 2025-07-07T07:17:28.902Z | Compiling simd-adler32 v0.3.7 |
2782 | 2025-07-07T07:17:29.042Z | Compiling managed v0.8.0 |
2783 | 2025-07-07T07:17:29.142Z | Compiling bumpalo v3.16.0 |
2784 | 2025-07-07T07:17:29.435Z | Compiling bitflags v1.3.2 |
2785 | 2025-07-07T07:17:29.537Z | Compiling zopfli v0.8.1 |
2786 | 2025-07-07T07:17:29.562Z | Compiling console v0.15.10 |
2787 | 2025-07-07T07:17:29.704Z | Compiling clap_builder v4.5.40 |
2788 | 2025-07-07T07:17:30.460Z | Compiling usdt v0.5.0 |
2789 | 2025-07-07T07:17:30.668Z | Compiling elliptic-curve v0.13.8 |
2790 | 2025-07-07T07:17:32.707Z | Compiling rustls-webpki v0.102.8 |
2791 | 2025-07-07T07:17:33.178Z | Compiling zstd v0.13.3 |
2792 | 2025-07-07T07:17:33.985Z | Compiling rayon v1.10.0 |
2793 | 2025-07-07T07:17:34.047Z | Compiling signal-hook-mio v0.2.4 |
2794 | 2025-07-07T07:17:34.236Z | Compiling postgres-types v0.2.9 |
2795 | 2025-07-07T07:17:34.573Z | Compiling phf v0.11.2 |
2796 | 2025-07-07T07:17:35.184Z | Compiling ed25519 v2.2.3 |
2797 | 2025-07-07T07:17:35.208Z | Compiling bzip2 v0.4.4 |
2798 | 2025-07-07T07:17:35.583Z | Compiling bzip2 v0.5.2 |
2799 | 2025-07-07T07:17:35.651Z | Compiling strum v0.26.3 |
2800 | 2025-07-07T07:17:35.856Z | Compiling pkcs1 v0.7.5 |
2801 | 2025-07-07T07:17:35.932Z | Compiling hubpack v0.1.2 |
2802 | 2025-07-07T07:17:36.303Z | Compiling rfc6979 v0.4.0 |
2803 | 2025-07-07T07:17:36.500Z | Compiling sha1 v0.10.6 |
2804 | 2025-07-07T07:17:36.557Z | Compiling serde-big-array v0.5.1 |
2805 | 2025-07-07T07:17:36.835Z | Compiling bstr v1.10.0 |
2806 | 2025-07-07T07:17:36.877Z | Compiling float-cmp v0.10.0 |
2807 | 2025-07-07T07:17:37.119Z | Compiling static_assertions v1.1.0 |
2808 | 2025-07-07T07:17:37.239Z | Compiling precomputed-hash v0.1.1 |
2809 | 2025-07-07T07:17:37.383Z | Compiling normalize-line-endings v0.3.0 |
2810 | 2025-07-07T07:17:37.553Z | Compiling new_debug_unreachable v1.0.6 |
2811 | 2025-07-07T07:17:37.578Z | Compiling rustc-hash v2.1.1 |
2812 | 2025-07-07T07:17:37.674Z | Compiling whoami v1.6.0 |
2813 | 2025-07-07T07:17:38.101Z | Compiling number_prefix v0.4.0 |
2814 | 2025-07-07T07:17:38.330Z | Compiling difflib v0.4.0 |
2815 | 2025-07-07T07:17:38.402Z | Compiling fixedbitset v0.4.2 |
2816 | 2025-07-07T07:17:38.755Z | Compiling predicates-core v1.0.8 |
2817 | 2025-07-07T07:17:38.780Z | Compiling data-encoding v2.9.0 |
2818 | 2025-07-07T07:17:39.047Z | Compiling tokio-rustls v0.26.0 |
2819 | 2025-07-07T07:17:39.119Z | Compiling predicates v3.1.3 |
2820 | 2025-07-07T07:17:39.190Z | Compiling petgraph v0.6.5 |
2821 | 2025-07-07T07:17:39.448Z | Compiling hyper-rustls v0.27.7 |
2822 | 2025-07-07T07:17:39.765Z | Compiling hickory-proto v0.25.2 |
2823 | 2025-07-07T07:17:39.862Z | Compiling reqwest v0.12.22 |
2824 | 2025-07-07T07:17:39.950Z | Compiling indicatif v0.17.11 |
2825 | 2025-07-07T07:17:40.202Z | Compiling tokio-postgres v0.7.13 |
2826 | 2025-07-07T07:17:41.446Z | Compiling string_cache v0.8.9 |
2827 | 2025-07-07T07:17:41.800Z | Compiling similar v2.7.0 |
2828 | 2025-07-07T07:17:42.049Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
2829 | 2025-07-07T07:17:42.606Z | Compiling ecdsa v0.16.9 |
2830 | 2025-07-07T07:17:43.186Z | Compiling rsa v0.9.6 |
2831 | 2025-07-07T07:17:43.314Z | Compiling zip v4.2.0 |
2832 | 2025-07-07T07:17:44.349Z | Compiling zip v0.6.6 |
2833 | 2025-07-07T07:17:44.902Z | Compiling ed25519-dalek v2.1.1 |
2834 | 2025-07-07T07:17:45.847Z | Compiling crossterm v0.28.1 |
2835 | 2025-07-07T07:17:45.872Z | Compiling clap v4.5.40 |
2836 | 2025-07-07T07:17:46.742Z | Compiling toml v0.7.8 |
2837 | 2025-07-07T07:17:46.996Z | Compiling x509-cert v0.2.5 |
2838 | 2025-07-07T07:17:47.123Z | Compiling tokio-stream v0.1.17 |
2839 | 2025-07-07T07:17:47.788Z | Compiling itertools v0.10.5 |
2840 | 2025-07-07T07:17:47.924Z | Compiling winnow v0.6.26 |
2841 | 2025-07-07T07:17:48.206Z | Compiling unicode-xid v0.2.6 |
2842 | 2025-07-07T07:17:48.401Z | Compiling peg-runtime v0.8.5 |
2843 | 2025-07-07T07:17:48.428Z | Compiling lalrpop-util v0.19.12 |
2844 | 2025-07-07T07:17:50.650Z | Compiling omicron-workspace-hack v0.1.0 (/work/ci/omicron/workspace-hack) |
2845 | 2025-07-07T07:18:01.353Z | Compiling unsafe-libyaml v0.2.11 |
2846 | 2025-07-07T07:18:02.367Z | Compiling serde_yaml v0.9.34+deprecated |
2847 | 2025-07-07T07:18:03.137Z | Compiling ident_case v1.0.1 |
2848 | 2025-07-07T07:18:03.328Z | Compiling darling_core v0.20.10 |
2849 | 2025-07-07T07:18:04.029Z | Compiling rustix v1.0.7 |
2850 | 2025-07-07T07:18:07.362Z | Compiling darling_macro v0.20.10 |
2851 | 2025-07-07T07:18:08.049Z | Compiling darling v0.20.10 |
2852 | 2025-07-07T07:18:08.132Z | Compiling camino v1.1.10 |
2853 | 2025-07-07T07:18:09.772Z | Compiling slog-async v2.8.0 |
2854 | 2025-07-07T07:18:14.717Z | Compiling rustls v0.22.4 |
2855 | 2025-07-07T07:18:15.037Z | Compiling typify-impl v0.3.0 |
2856 | 2025-07-07T07:18:22.614Z | Compiling typify-macro v0.3.0 |
2857 | 2025-07-07T07:18:30.764Z | Compiling multer v3.1.0 |
2858 | 2025-07-07T07:18:38.786Z | Compiling structmeta-derive v0.3.0 |
2859 | 2025-07-07T07:18:40.515Z | Compiling structmeta v0.3.0 |
2860 | 2025-07-07T07:18:44.473Z | Compiling futures-executor v0.3.31 |
2861 | 2025-07-07T07:18:44.945Z | Compiling async-stream-impl v0.3.6 |
2862 | 2025-07-07T07:18:45.205Z | Compiling dropshot v0.16.2 |
2863 | 2025-07-07T07:18:48.211Z | Compiling futures v0.3.31 |
2864 | 2025-07-07T07:18:51.224Z | Compiling typify v0.3.0 |
2865 | 2025-07-07T07:18:51.997Z | Compiling serde_with_macros v3.14.0 |
2866 | 2025-07-07T07:18:57.818Z | Compiling progenitor-impl v0.9.1 |
2867 | 2025-07-07T07:18:59.815Z | Compiling crossbeam-channel v0.5.15 |
2868 | 2025-07-07T07:19:00.128Z | Compiling dropshot_endpoint v0.16.2 |
2869 | 2025-07-07T07:19:00.879Z | Compiling ref-cast v1.0.24 |
2870 | 2025-07-07T07:19:01.535Z | Compiling dirs-sys-next v0.1.2 |
2871 | 2025-07-07T07:19:01.560Z | Compiling match_cfg v0.1.0 |
2872 | 2025-07-07T07:19:01.600Z | Compiling test-strategy v0.4.1 |
2873 | 2025-07-07T07:19:01.693Z | Compiling hostname v0.3.1 |
2874 | 2025-07-07T07:19:01.957Z | Compiling dirs-next v2.0.0 |
2875 | 2025-07-07T07:19:02.172Z | Compiling progenitor-macro v0.9.1 |
2876 | 2025-07-07T07:19:02.226Z | Compiling thread_local v1.1.8 |
2877 | 2025-07-07T07:19:02.263Z | Compiling ref-cast-impl v1.0.24 |
2878 | 2025-07-07T07:19:02.388Z | Compiling derive-where v1.5.0 |
2879 | 2025-07-07T07:19:03.125Z | Compiling term v0.7.0 |
2880 | 2025-07-07T07:19:03.372Z | Compiling is-terminal v0.4.13 |
2881 | 2025-07-07T07:19:03.529Z | Compiling quick-error v1.2.3 |
2882 | 2025-07-07T07:19:03.714Z | Compiling take_mut v0.2.2 |
2883 | 2025-07-07T07:19:03.926Z | Compiling slog-term v2.9.1 |
2884 | 2025-07-07T07:19:04.562Z | Compiling parse-display-derive v0.10.0 |
2885 | 2025-07-07T07:19:04.717Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2886 | 2025-07-07T07:19:04.833Z | Compiling fastrand v2.1.1 |
2887 | 2025-07-07T07:19:05.299Z | Compiling api_identity v0.1.0 (/work/ci/omicron/api_identity) |
2888 | 2025-07-07T07:19:05.404Z | Compiling progenitor-client v0.10.0 |
2889 | 2025-07-07T07:19:05.922Z | Compiling tempfile v3.20.0 |
2890 | 2025-07-07T07:19:06.002Z | Compiling debug-ignore v1.0.5 |
2891 | 2025-07-07T07:19:06.288Z | Compiling toml v0.8.23 |
2892 | 2025-07-07T07:19:06.313Z | Compiling slog-json v2.6.1 |
2893 | 2025-07-07T07:19:06.454Z | Compiling macaddr v1.0.1 |
2894 | 2025-07-07T07:19:06.719Z | Compiling hex v0.4.3 |
2895 | 2025-07-07T07:19:06.744Z | Compiling slog-bunyan v2.5.0 |
2896 | 2025-07-07T07:19:07.041Z | Compiling serde_with v3.14.0 |
2897 | 2025-07-07T07:19:07.268Z | Compiling async-stream v0.3.6 |
2898 | 2025-07-07T07:19:07.444Z | Compiling waitgroup v0.1.2 |
2899 | 2025-07-07T07:19:07.585Z | Compiling rustls-pemfile v2.2.0 |
2900 | 2025-07-07T07:19:07.696Z | Compiling serde_path_to_error v0.1.17 |
2901 | 2025-07-07T07:19:08.008Z | Compiling hostname v0.4.0 |
2902 | 2025-07-07T07:19:08.272Z | Compiling wait-timeout v0.2.0 |
2903 | 2025-07-07T07:19:08.531Z | Compiling bit-vec v0.8.0 |
2904 | 2025-07-07T07:19:08.945Z | Compiling rusty-fork v0.3.0 |
2905 | 2025-07-07T07:19:09.049Z | Compiling bit-set v0.8.0 |
2906 | 2025-07-07T07:19:09.080Z | Compiling rand_xorshift v0.4.0 |
2907 | 2025-07-07T07:19:09.357Z | Compiling instant v0.1.13 |
2908 | 2025-07-07T07:19:09.382Z | Compiling unarray v0.1.4 |
2909 | 2025-07-07T07:19:09.557Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2910 | 2025-07-07T07:19:09.594Z | Compiling proptest v1.7.0 |
2911 | 2025-07-07T07:19:09.769Z | Compiling progenitor-client v0.9.1 |
2912 | 2025-07-07T07:19:09.968Z | Compiling tokio-rustls v0.25.0 |
2913 | 2025-07-07T07:19:10.464Z | Compiling omicron-uuid-kinds v0.1.0 (/work/ci/omicron/uuid-kinds) |
2914 | 2025-07-07T07:19:10.733Z | Compiling iddqd v0.3.8 |
2915 | 2025-07-07T07:19:10.768Z | Compiling backoff v0.4.0 |
2916 | 2025-07-07T07:19:10.920Z | Compiling parse-display v0.10.0 |
2917 | 2025-07-07T07:19:11.102Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2918 | 2025-07-07T07:19:11.354Z | Compiling id-map v0.1.0 (/work/ci/omicron/id-map) |
2919 | 2025-07-07T07:19:11.702Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2920 | 2025-07-07T07:19:12.382Z | Compiling proc-macro-crate v1.3.1 |
2921 | 2025-07-07T07:19:13.015Z | Compiling proc-macro-error-attr v1.0.4 |
2922 | 2025-07-07T07:19:13.376Z | Compiling num_enum_derive v0.5.11 |
2923 | 2025-07-07T07:19:13.770Z | Compiling proc-macro-error v1.0.4 |
2924 | 2025-07-07T07:19:14.050Z | Compiling progenitor v0.9.1 |
2925 | 2025-07-07T07:19:14.276Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
2926 | 2025-07-07T07:19:14.874Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2cf8325) |
2927 | 2025-07-07T07:19:17.364Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2928 | 2025-07-07T07:19:17.576Z | Compiling crucible-workspace-hack v0.1.0 |
2929 | 2025-07-07T07:19:17.714Z | Compiling num_enum v0.5.11 |
2930 | 2025-07-07T07:19:18.056Z | Compiling typify-impl v0.4.1 |
2931 | 2025-07-07T07:19:18.503Z | Compiling itertools v0.13.0 |
2932 | 2025-07-07T07:19:20.851Z | Compiling omicron-common v0.1.0 (/work/ci/omicron/common) |
2933 | 2025-07-07T07:19:25.282Z | Compiling heapless v0.8.0 |
2934 | 2025-07-07T07:19:25.620Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2935 | 2025-07-07T07:19:25.777Z | Compiling unicode-width v0.1.14 |
2936 | 2025-07-07T07:19:26.319Z | Compiling typify-macro v0.4.1 |
2937 | 2025-07-07T07:19:26.369Z | Compiling ingot-macros v0.1.0 |
2938 | 2025-07-07T07:19:28.242Z | Compiling hash32 v0.3.1 |
2939 | 2025-07-07T07:19:28.553Z | Compiling foreign-types-macros v0.2.3 |
2940 | 2025-07-07T07:19:28.789Z | Compiling foreign-types-shared v0.3.1 |
2941 | 2025-07-07T07:19:28.983Z | Compiling smoltcp v0.11.0 |
2942 | 2025-07-07T07:19:29.499Z | Compiling tabwriter v1.4.0 |
2943 | 2025-07-07T07:19:29.537Z | Compiling foreign-types v0.5.0 |
2944 | 2025-07-07T07:19:30.081Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2945 | 2025-07-07T07:19:30.175Z | Compiling cstr-argument v0.1.2 |
2946 | 2025-07-07T07:19:30.204Z | Compiling pretty-hex v0.2.1 |
2947 | 2025-07-07T07:19:30.480Z | Compiling cobs v0.2.3 |
2948 | 2025-07-07T07:19:30.505Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2949 | 2025-07-07T07:19:30.793Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2950 | 2025-07-07T07:19:30.864Z | Compiling postcard v1.0.10 |
2951 | 2025-07-07T07:19:30.914Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2952 | 2025-07-07T07:19:31.019Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2953 | 2025-07-07T07:19:31.043Z | Compiling ingot-types v0.1.0 |
2954 | 2025-07-07T07:19:31.465Z | Compiling colored v2.2.0 |
2955 | 2025-07-07T07:19:31.729Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2956 | 2025-07-07T07:19:31.880Z | Compiling ingot v0.1.0 |
2957 | 2025-07-07T07:19:32.489Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2958 | 2025-07-07T07:19:32.889Z | Compiling typify v0.4.1 |
2959 | 2025-07-07T07:19:34.476Z | Compiling itertools v0.14.0 |
2960 | 2025-07-07T07:19:35.592Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2961 | 2025-07-07T07:19:37.269Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2962 | 2025-07-07T07:19:37.606Z | Compiling progenitor-impl v0.10.0 |
2963 | 2025-07-07T07:19:38.620Z | Compiling camino-tempfile v1.4.1 |
2964 | 2025-07-07T07:19:39.279Z | Compiling smf v0.2.3 |
2965 | 2025-07-07T07:19:39.331Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2966 | 2025-07-07T07:19:39.778Z | Compiling zone_cfg_derive v0.3.0 |
2967 | 2025-07-07T07:19:40.754Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2968 | 2025-07-07T07:19:41.117Z | Compiling num-derive v0.4.2 |
2969 | 2025-07-07T07:19:41.274Z | Compiling sigpipe v0.1.3 |
2970 | 2025-07-07T07:19:41.423Z | Compiling jiff v0.2.15 |
2971 | 2025-07-07T07:19:41.858Z | Compiling progenitor-macro v0.10.0 |
2972 | 2025-07-07T07:19:42.628Z | Compiling illumos-utils v0.1.0 (/work/ci/omicron/illumos-utils) |
2973 | 2025-07-07T07:19:42.938Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2974 | 2025-07-07T07:19:44.134Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2975 | 2025-07-07T07:19:44.176Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2976 | 2025-07-07T07:19:44.624Z | Compiling zone v0.3.1 |
2977 | 2025-07-07T07:19:48.936Z | Compiling oxlog v0.1.0 (/work/ci/omicron/dev-tools/oxlog) |
2978 | 2025-07-07T07:19:50.381Z | Compiling progenitor v0.10.0 |
2979 | 2025-07-07T07:19:51.543Z | Compiling universal-hash v0.5.1 |
2980 | 2025-07-07T07:19:52.497Z | Compiling opaque-debug v0.3.1 |
2981 | 2025-07-07T07:19:53.407Z | Compiling sled-hardware-types v0.1.0 (/work/ci/omicron/sled-hardware/types) |
2982 | 2025-07-07T07:19:57.866Z | Compiling half v2.4.1 |
2983 | 2025-07-07T07:19:58.421Z | Compiling ciborium-io v0.2.2 |
2984 | 2025-07-07T07:19:58.589Z | Compiling ciborium-ll v0.2.2 |
2985 | 2025-07-07T07:20:01.235Z | Compiling num-rational v0.4.2 |
2986 | 2025-07-07T07:20:02.108Z | Compiling secrecy v0.10.3 |
2987 | 2025-07-07T07:20:02.394Z | Compiling num-complex v0.4.6 |
2988 | 2025-07-07T07:20:03.323Z | Compiling num v0.4.3 |
2989 | 2025-07-07T07:20:03.816Z | Compiling ciborium v0.2.2 |
2990 | 2025-07-07T07:20:06.899Z | Compiling aead v0.5.2 |
2991 | 2025-07-07T07:20:07.244Z | Compiling keccak v0.1.5 |
2992 | 2025-07-07T07:20:07.404Z | Compiling convert_case v0.4.0 |
2993 | 2025-07-07T07:20:07.554Z | Compiling utf-8 v0.7.6 |
2994 | 2025-07-07T07:20:07.641Z | Compiling float-ord v0.3.2 |
2995 | 2025-07-07T07:20:07.856Z | Compiling tungstenite v0.21.0 |
2996 | 2025-07-07T07:20:07.905Z | Compiling sha3 v0.10.8 |
2997 | 2025-07-07T07:20:07.976Z | Compiling derive_more v0.99.20 |
2998 | 2025-07-07T07:20:08.139Z | Compiling poly1305 v0.8.0 |
2999 | 2025-07-07T07:20:08.601Z | Compiling password-hash v0.5.0 |
3000 | 2025-07-07T07:20:08.670Z | Compiling chacha20 v0.9.1 |
3001 | 2025-07-07T07:20:08.877Z | Compiling blake2 v0.10.6 |
3002 | 2025-07-07T07:20:09.202Z | Compiling tokio-tungstenite v0.21.0 |
3003 | 2025-07-07T07:20:09.304Z | Compiling argon2 v0.5.3 |
3004 | 2025-07-07T07:20:09.740Z | Compiling base64 v0.21.7 |
3005 | 2025-07-07T07:20:09.764Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
3006 | 2025-07-07T07:20:10.277Z | Compiling omicron-passwords v0.1.0 (/work/ci/omicron/passwords) |
3007 | 2025-07-07T07:20:10.361Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
3008 | 2025-07-07T07:20:10.651Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/ci/omicron/nexus-sled-agent-shared) |
3009 | 2025-07-07T07:20:10.856Z | Compiling omicron-rpaths v0.1.0 (/work/ci/omicron/rpaths) |
3010 | 2025-07-07T07:20:11.108Z | Compiling typify-impl v0.2.0 |
3011 | 2025-07-07T07:20:11.157Z | Compiling thiserror-impl-no-std v2.0.2 |
3012 | 2025-07-07T07:20:11.711Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
3013 | 2025-07-07T07:20:12.211Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
3014 | 2025-07-07T07:20:12.913Z | Compiling thiserror-no-std v2.0.2 |
3015 | 2025-07-07T07:20:13.067Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
3016 | 2025-07-07T07:20:13.382Z | Compiling bootstore v0.1.0 (/work/ci/omicron/bootstore) |
3017 | 2025-07-07T07:20:13.640Z | Compiling atomicwrites v0.4.4 |
3018 | 2025-07-07T07:20:13.665Z | Compiling unicase v2.7.0 |
3019 | 2025-07-07T07:20:13.960Z | Compiling semver v0.1.20 |
3020 | 2025-07-07T07:20:14.143Z | Compiling vsss-rs v3.3.4 |
3021 | 2025-07-07T07:20:14.401Z | Compiling rustc_version v0.1.7 |
3022 | 2025-07-07T07:20:15.441Z | Compiling chacha20poly1305 v0.10.1 |
3023 | 2025-07-07T07:20:15.698Z | Compiling oximeter-types v0.1.0 (/work/ci/omicron/oximeter/types) |
3024 | 2025-07-07T07:20:17.322Z | Compiling internal-dns-types v0.1.0 (/work/ci/omicron/internal-dns/types) |
3025 | 2025-07-07T07:20:18.419Z | Compiling typify-macro v0.2.0 |
3026 | 2025-07-07T07:20:20.676Z | Compiling resolv-conf v0.7.0 |
3027 | 2025-07-07T07:20:21.008Z | Compiling newline-converter v0.3.0 |
3028 | 2025-07-07T07:20:21.217Z | Compiling primeorder v0.13.6 |
3029 | 2025-07-07T07:20:21.689Z | Compiling owo-colors v4.2.2 |
3030 | 2025-07-07T07:20:21.938Z | Compiling cancel-safe-futures v0.1.5 |
3031 | 2025-07-07T07:20:22.160Z | Compiling moka v0.12.10 |
3032 | 2025-07-07T07:20:22.257Z | Compiling libefi-sys v0.1.0 |
3033 | 2025-07-07T07:20:22.580Z | Compiling expectorate v1.2.0 |
3034 | 2025-07-07T07:20:22.647Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
3035 | 2025-07-07T07:20:22.943Z | Compiling newtype_derive v0.1.6 |
3036 | 2025-07-07T07:20:23.237Z | Compiling libsw-core v0.3.1 |
3037 | 2025-07-07T07:20:23.328Z | Compiling bitfield-struct v0.6.2 |
3038 | 2025-07-07T07:20:23.994Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3039 | 2025-07-07T07:20:23.994Z | Compiling arc-swap v1.7.1 |
3040 | 2025-07-07T07:20:24.138Z | Compiling tagptr v0.2.0 |
3041 | 2025-07-07T07:20:24.328Z | Compiling fixedbitset v0.5.7 |
3042 | 2025-07-07T07:20:24.522Z | Compiling slog-scope v4.4.0 |
3043 | 2025-07-07T07:20:25.129Z | Compiling petgraph v0.8.2 |
3044 | 2025-07-07T07:20:25.343Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3045 | 2025-07-07T07:20:26.078Z | Compiling libsw v3.5.0 |
3046 | 2025-07-07T07:20:26.372Z | Compiling sled-agent-types v0.1.0 (/work/ci/omicron/sled-agent/types) |
3047 | 2025-07-07T07:20:27.494Z | Compiling typify v0.2.0 |
3048 | 2025-07-07T07:20:28.753Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3049 | 2025-07-07T07:20:29.015Z | Compiling ipcc v0.1.0 (/work/ci/omicron/ipcc) |
3050 | 2025-07-07T07:20:29.691Z | Compiling polyval v0.6.2 |
3051 | 2025-07-07T07:20:30.167Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3052 | 2025-07-07T07:20:30.497Z | Compiling hickory-proto v0.24.4 |
3053 | 2025-07-07T07:20:31.090Z | Compiling proc-macro-error-attr2 v2.0.0 |
3054 | 2025-07-07T07:20:31.644Z | Compiling linked-hash-map v0.5.6 |
3055 | 2025-07-07T07:20:32.024Z | Compiling parking_lot_core v0.8.6 |
3056 | 2025-07-07T07:20:32.325Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3057 | 2025-07-07T07:20:32.389Z | Compiling linear-map v1.2.0 |
3058 | 2025-07-07T07:20:32.476Z | Compiling indent_write v2.2.0 |
3059 | 2025-07-07T07:20:32.728Z | Compiling salty v0.3.0 |
3060 | 2025-07-07T07:20:32.777Z | Compiling swrite v0.1.0 |
3061 | 2025-07-07T07:20:32.959Z | Compiling update-engine v0.1.0 (/work/ci/omicron/update-engine) |
3062 | 2025-07-07T07:20:33.055Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3063 | 2025-07-07T07:20:33.162Z | Compiling lru-cache v0.1.2 |
3064 | 2025-07-07T07:20:33.398Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3065 | 2025-07-07T07:20:33.512Z | Compiling proc-macro-error2 v2.0.1 |
3066 | 2025-07-07T07:20:33.987Z | Compiling oximeter-schema v0.1.0 (/work/ci/omicron/oximeter/schema) |
3067 | 2025-07-07T07:20:34.420Z | Compiling ghash v0.5.1 |
3068 | 2025-07-07T07:20:34.978Z | Compiling gateway-types v0.1.0 (/work/ci/omicron/gateway-types) |
3069 | 2025-07-07T07:20:35.221Z | Compiling progenitor-impl v0.8.0 |
3070 | 2025-07-07T07:20:35.683Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3071 | 2025-07-07T07:20:36.055Z | Compiling hickory-resolver v0.25.2 |
3072 | 2025-07-07T07:20:36.429Z | Compiling slog-stdlog v4.1.1 |
3073 | 2025-07-07T07:20:37.054Z | Compiling p384 v0.13.0 |
3074 | 2025-07-07T07:20:39.391Z | Compiling ereport-types v0.1.0 (/work/ci/omicron/ereport/types) |
3075 | 2025-07-07T07:20:40.773Z | Compiling parallel-task-set v0.1.0 (/work/ci/omicron/parallel-task-set) |
3076 | 2025-07-07T07:20:40.992Z | Compiling gethostname v0.5.0 |
3077 | 2025-07-07T07:20:41.202Z | Compiling ctr v0.9.2 |
3078 | 2025-07-07T07:20:41.537Z | Compiling num-derive v0.3.3 |
3079 | 2025-07-07T07:20:42.184Z | Compiling lzma-sys v0.1.20 |
3080 | 2025-07-07T07:20:42.748Z | Compiling slog-dtrace v0.3.0 |
3081 | 2025-07-07T07:20:42.989Z | Compiling xshell-macros v0.2.7 |
3082 | 2025-07-07T07:20:43.037Z | Compiling bytecount v0.6.8 |
3083 | 2025-07-07T07:20:43.185Z | Compiling highway v1.3.0 |
3084 | 2025-07-07T07:20:43.335Z | Compiling papergrid v0.14.0 |
3085 | 2025-07-07T07:20:43.557Z | Compiling xshell v0.2.7 |
3086 | 2025-07-07T07:20:44.397Z | Compiling oxql-types v0.1.0 (/work/ci/omicron/oximeter/oxql-types) |
3087 | 2025-07-07T07:20:45.890Z | Compiling libscf-sys v1.1.0 |
3088 | 2025-07-07T07:20:46.261Z | Compiling aes-gcm v0.10.3 |
3089 | 2025-07-07T07:20:46.589Z | Compiling sled-hardware v0.1.0 (/work/ci/omicron/sled-hardware) |
3090 | 2025-07-07T07:20:48.465Z | Compiling sled-diagnostics v0.1.0 (/work/ci/omicron/sled-diagnostics) |
3091 | 2025-07-07T07:20:52.893Z | Compiling gateway-client v0.1.0 (/work/ci/omicron/clients/gateway-client) |
3092 | 2025-07-07T07:20:52.977Z | Compiling progenitor-macro v0.8.0 |
3093 | 2025-07-07T07:20:53.260Z | Compiling slog-envlogger v2.2.0 |
3094 | 2025-07-07T07:20:55.185Z | Compiling steno v0.4.1 |
3095 | 2025-07-07T07:20:55.508Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/ci/omicron/oximeter/timeseries-macro) |
3096 | 2025-07-07T07:20:55.675Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3097 | 2025-07-07T07:20:56.338Z | Compiling mime_guess v2.0.5 |
3098 | 2025-07-07T07:20:57.128Z | Compiling hickory-resolver v0.24.4 |
3099 | 2025-07-07T07:21:00.201Z | Compiling tabled_derive v0.10.0 |
3100 | 2025-07-07T07:21:02.085Z | Compiling clickhouse-admin-types v0.1.0 (/work/ci/omicron/clickhouse-admin/types) |
3101 | 2025-07-07T07:21:03.745Z | Compiling key-manager v0.1.0 (/work/ci/omicron/key-manager) |
3102 | 2025-07-07T07:21:04.345Z | Compiling oximeter-macro-impl v0.1.0 (/work/ci/omicron/oximeter/oximeter-macro-impl) |
3103 | 2025-07-07T07:21:05.083Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3104 | 2025-07-07T07:21:05.855Z | Compiling progenitor-client v0.8.0 |
3105 | 2025-07-07T07:21:06.581Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
3106 | 2025-07-07T07:21:09.078Z | Compiling tokio-dtrace v0.1.0 |
3107 | 2025-07-07T07:21:09.533Z | Compiling xattr v1.3.1 |
3108 | 2025-07-07T07:21:09.840Z | Compiling heck v0.3.3 |
3109 | 2025-07-07T07:21:10.130Z | Compiling ssh-encoding v0.2.0 |
3110 | 2025-07-07T07:21:11.077Z | Compiling blowfish v0.9.1 |
3111 | 2025-07-07T07:21:11.235Z | Compiling env_filter v0.1.2 |
3112 | 2025-07-07T07:21:11.460Z | Compiling nibble_vec v0.1.0 |
3113 | 2025-07-07T07:21:11.694Z | Compiling filetime v0.2.25 |
3114 | 2025-07-07T07:21:12.017Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
3115 | 2025-07-07T07:21:12.292Z | Compiling humantime v2.2.0 |
3116 | 2025-07-07T07:21:12.456Z | Compiling endian-type v0.1.2 |
3117 | 2025-07-07T07:21:12.723Z | Compiling radix_trie v0.2.1 |
3118 | 2025-07-07T07:21:12.899Z | Compiling nexus-types v0.1.0 (/work/ci/omicron/nexus/types) |
3119 | 2025-07-07T07:21:13.046Z | Compiling tar v0.4.44 |
3120 | 2025-07-07T07:21:13.119Z | Compiling env_logger v0.11.5 |
3121 | 2025-07-07T07:21:13.230Z | Compiling bcrypt-pbkdf v0.10.0 |
3122 | 2025-07-07T07:21:13.478Z | Compiling ssh-cipher v0.2.0 |
3123 | 2025-07-07T07:21:13.649Z | Compiling zone_cfg_derive v0.1.2 |
3124 | 2025-07-07T07:21:13.777Z | Compiling oxide-tokio-rt v0.1.2 |
3125 | 2025-07-07T07:21:14.251Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
3126 | 2025-07-07T07:21:14.310Z | Compiling progenitor v0.8.0 |
3127 | 2025-07-07T07:21:14.542Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3128 | 2025-07-07T07:21:14.602Z | Compiling oximeter v0.1.0 (/work/ci/omicron/oximeter/oximeter) |
3129 | 2025-07-07T07:21:14.952Z | Compiling sled-storage v0.1.0 (/work/ci/omicron/sled-storage) |
3130 | 2025-07-07T07:21:15.464Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3131 | 2025-07-07T07:21:16.247Z | Compiling tabled v0.18.0 |
3132 | 2025-07-07T07:21:16.402Z | Compiling parking_lot v0.11.2 |
3133 | 2025-07-07T07:21:17.504Z | Compiling qorb v0.4.0 |
3134 | 2025-07-07T07:21:18.007Z | Compiling sled-agent-api v0.1.0 (/work/ci/omicron/sled-agent/api) |
3135 | 2025-07-07T07:21:18.952Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
3136 | 2025-07-07T07:21:20.755Z | Compiling openapi-manager-types v0.1.0 (/work/ci/omicron/dev-tools/openapi-manager/types) |
3137 | 2025-07-07T07:21:21.332Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3138 | 2025-07-07T07:21:21.573Z | Compiling prefix-trie v0.7.0 |
3139 | 2025-07-07T07:21:21.920Z | Compiling password-hash v0.4.2 |
3140 | 2025-07-07T07:21:22.394Z | Compiling fxhash v0.2.1 |
3141 | 2025-07-07T07:21:22.642Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
3142 | 2025-07-07T07:21:22.668Z | Compiling http-range v0.1.5 |
3143 | 2025-07-07T07:21:22.941Z | Compiling base64 v0.13.1 |
3144 | 2025-07-07T07:21:23.173Z | Compiling same-file v1.0.6 |
3145 | 2025-07-07T07:21:23.452Z | Compiling ron v0.7.1 |
3146 | 2025-07-07T07:21:23.477Z | Compiling walkdir v2.5.0 |
3147 | 2025-07-07T07:21:23.615Z | Compiling sled v0.34.7 |
3148 | 2025-07-07T07:21:24.753Z | Compiling pbkdf2 v0.11.0 |
3149 | 2025-07-07T07:21:25.141Z | Compiling hickory-server v0.25.2 |
3150 | 2025-07-07T07:21:27.388Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3151 | 2025-07-07T07:21:27.958Z | Compiling dns-server-api v0.1.0 (/work/ci/omicron/dns-server-api) |
3152 | 2025-07-07T07:21:28.139Z | Compiling internal-dns-resolver v0.1.0 (/work/ci/omicron/internal-dns/resolver) |
3153 | 2025-07-07T07:21:31.780Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/ci/omicron/sled-agent/config-reconciler) |
3154 | 2025-07-07T07:21:32.986Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
3155 | 2025-07-07T07:21:34.213Z | Compiling nexus-client v0.1.0 (/work/ci/omicron/clients/nexus-client) |
3156 | 2025-07-07T07:21:34.545Z | Compiling xz2 v0.1.7 |
3157 | 2025-07-07T07:21:36.369Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3158 | 2025-07-07T07:21:36.941Z | Compiling zone v0.1.8 |
3159 | 2025-07-07T07:21:39.494Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3160 | 2025-07-07T07:21:40.284Z | Compiling ssh-key v0.6.6 |
3161 | 2025-07-07T07:21:42.621Z | Compiling hickory-client v0.25.2 |
3162 | 2025-07-07T07:21:43.500Z | Compiling dns-service-client v0.1.0 (/work/ci/omicron/clients/dns-service-client) |
3163 | 2025-07-07T07:21:44.073Z | Compiling p521 v0.13.3 |
3164 | 2025-07-07T07:21:45.961Z | Compiling p256 v0.13.2 |
3165 | 2025-07-07T07:21:47.653Z | Compiling nexus-config v0.1.0 (/work/ci/omicron/nexus-config) |
3166 | 2025-07-07T07:21:50.346Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
3167 | 2025-07-07T07:21:50.583Z | Compiling pem v3.0.5 |
3168 | 2025-07-07T07:21:51.549Z | Compiling yasna v0.5.2 |
3169 | 2025-07-07T07:21:51.652Z | Compiling headers-core v0.3.0 |
3170 | 2025-07-07T07:21:51.776Z | Compiling kstat-rs v0.2.4 |
3171 | 2025-07-07T07:21:51.860Z | Compiling secrecy v0.8.0 |
3172 | 2025-07-07T07:21:52.119Z | Compiling nanorand v0.7.0 |
3173 | 2025-07-07T07:21:52.534Z | Compiling atty v0.2.14 |
3174 | 2025-07-07T07:21:52.695Z | Compiling russh-cryptovec v0.7.3 |
3175 | 2025-07-07T07:21:52.731Z | Compiling md5 v0.7.0 |
3176 | 2025-07-07T07:21:53.072Z | Compiling crc8 v0.1.1 |
3177 | 2025-07-07T07:21:53.104Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
3178 | 2025-07-07T07:21:53.181Z | Compiling russh-keys v0.45.0 |
3179 | 2025-07-07T07:21:53.275Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
3180 | 2025-07-07T07:21:53.368Z | Compiling flume v0.11.1 |
3181 | 2025-07-07T07:21:54.015Z | Compiling rcgen v0.12.1 |
3182 | 2025-07-07T07:21:54.194Z | Compiling oximeter-instruments v0.1.0 (/work/ci/omicron/oximeter/instruments) |
3183 | 2025-07-07T07:22:07.603Z | Compiling headers v0.4.1 |
3184 | 2025-07-07T07:22:08.878Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/ci/omicron/clients/ddm-admin-client) |
3185 | 2025-07-07T07:22:09.706Z | Compiling oximeter-producer v0.1.0 (/work/ci/omicron/oximeter/producer) |
3186 | 2025-07-07T07:22:10.157Z | Compiling dns-server v0.1.0 (/work/ci/omicron/dns-server) |
3187 | 2025-07-07T07:22:10.415Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
3188 | 2025-07-07T07:22:16.930Z | Compiling sled-agent-zone-images v0.1.0 (/work/ci/omicron/sled-agent/zone-images) |
3189 | 2025-07-07T07:22:18.298Z | Compiling hyper-staticfile v0.10.1 |
3190 | 2025-07-07T07:22:18.596Z | Compiling range-requests v0.1.0 (/work/ci/omicron/range-requests) |
3191 | 2025-07-07T07:22:19.625Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2cf8325) |
3192 | 2025-07-07T07:22:20.166Z | Compiling installinator-common v0.1.0 (/work/ci/omicron/installinator-common) |
3193 | 2025-07-07T07:22:20.450Z | Compiling bootstrap-agent-api v0.1.0 (/work/ci/omicron/sled-agent/bootstrap-agent-api) |
3194 | 2025-07-07T07:22:23.938Z | Compiling sled-agent-client v0.1.0 (/work/ci/omicron/clients/sled-agent-client) |
3195 | 2025-07-07T07:22:24.846Z | Compiling bootstrap-agent-client v0.1.0 (/work/ci/omicron/clients/bootstrap-agent-client) |
3196 | 2025-07-07T07:22:26.134Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
3197 | 2025-07-07T07:22:26.972Z | Compiling cockroach-admin-client v0.1.0 (/work/ci/omicron/clients/cockroach-admin-client) |
3198 | 2025-07-07T07:22:29.607Z | Compiling repo-depot-client v0.1.0 (/work/ci/omicron/clients/repo-depot-client) |
3199 | 2025-07-07T07:22:30.626Z | Compiling repo-depot-api v0.1.0 (/work/ci/omicron/sled-agent/repo-depot-api) |
3200 | 2025-07-07T07:22:30.763Z | Compiling num-bigint v0.4.6 |
3201 | 2025-07-07T07:22:31.755Z | Compiling des v0.8.1 |
3202 | 2025-07-07T07:22:32.197Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3203 | 2025-07-07T07:22:32.804Z | Compiling subprocess v0.2.9 |
3204 | 2025-07-07T07:22:36.251Z | Compiling hex-literal v0.4.1 |
3205 | 2025-07-07T07:22:36.408Z | Compiling display-error-chain v0.2.2 |
3206 | 2025-07-07T07:22:36.491Z | Compiling russh v0.45.0 |
3207 | 2025-07-07T07:22:36.648Z | Compiling omicron-sled-agent v0.1.0 (/work/ci/omicron/sled-agent) |
3208 | 2025-07-07T07:22:37.191Z | Compiling omicron-test-utils v0.1.0 (/work/ci/omicron/test-utils) |
3209 | 2025-07-07T07:22:37.501Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3210 | 2025-07-07T07:22:39.166Z | Compiling oxide-client v0.1.0 (/work/ci/omicron/clients/oxide-client) |
3211 | 2025-07-07T07:22:43.200Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3212 | 2025-07-07T07:22:43.652Z | Compiling internet-checksum v0.2.1 |
3213 | 2025-07-07T07:23:32.160Z | Compiling end-to-end-tests v0.1.0 (/work/ci/omicron/end-to-end-tests) |
3214 | 2025-07-07T07:24:21.486Z | Finished `release` profile [optimized] target(s) in 8m 32s |
3215 | 2025-07-07T07:24:21.702Z | + cp target/release/dhcp-server /work/ |
3216 | 2025-07-07T07:24:21.765Z | process exited: duration 1008787 ms, exit code 0 |
|
3217 | 2025-07-07T07:24:21.849Z | found 2 output files |
3218 | 2025-07-07T07:24:21.849Z | uploading: /work/testbed.tar.gz (189966912 bytes) |
3219 | 2025-07-07T07:24:47.133Z | uploaded: /work/testbed.tar.gz |
3220 | 2025-07-07T07:24:47.159Z | uploading: /work/dhcp-server (50841704 bytes) |
3221 | 2025-07-07T07:24:50.566Z | uploaded: /work/dhcp-server |