|
|
|
1 | 2025-03-22T03:18:25.215Z | job assigned to worker 01JPXXPEV8HY5K8YHACMD3PSJ5 [factory aws, i-07ead9df69c378393] (queued for 58 s) |
|
2 | 2025-03-22T03:18:33.755Z | starting task 0: "setup" |
3 | 2025-03-22T03:18:33.760Z | ++ uname -s |
4 | 2025-03-22T03:18:33.763Z | + kern=SunOS |
5 | 2025-03-22T03:18:33.763Z | + build_user=build |
6 | 2025-03-22T03:18:33.763Z | + build_uid=12345 |
7 | 2025-03-22T03:18:33.763Z | + work_dir=/work |
8 | 2025-03-22T03:18:33.763Z | + input_dir=/input |
9 | 2025-03-22T03:18:33.763Z | + [[ 0 == 12345 ]] |
10 | 2025-03-22T03:18:33.763Z | + case "$kern" in |
11 | 2025-03-22T03:18:33.763Z | + groupadd -g 12345 build |
12 | 2025-03-22T03:18:33.766Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-22T03:18:35.772Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-22T03:18:35.897Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-22T03:18:35.901Z | + home_fs=zfs |
16 | 2025-03-22T03:18:35.901Z | + [[ zfs == autofs ]] |
17 | 2025-03-22T03:18:35.901Z | + mkdir -p /home/build |
18 | 2025-03-22T03:18:35.904Z | + chown build:build /home/build /work |
19 | 2025-03-22T03:18:36.904Z | + chmod 0700 /home/build /work |
20 | 2025-03-22T03:18:36.907Z | process exited: duration 3153 ms, exit code 0 |
|
21 | 2025-03-22T03:18:36.913Z | starting task 1: "rust-toolchain" |
22 | 2025-03-22T03:18:36.919Z | + printf ' * rust toolchain channel = "%s"\n' stable |
23 | 2025-03-22T03:18:36.919Z | * rust toolchain channel = "stable" |
24 | 2025-03-22T03:18:36.919Z | * rust toolchain profile = "default" |
25 | 2025-03-22T03:18:36.919Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-03-22T03:18:36.919Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-22T03:18:36.922Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-22T03:18:36.922Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-22T03:18:36.922Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
30 | 2025-03-22T03:18:37.040Z | info: downloading installer |
31 | 2025-03-22T03:18:38.258Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-22T03:18:38.259Z | warn: /opt/ooce/bin |
33 | 2025-03-22T03:18:38.259Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-22T03:18:38.259Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-22T03:18:38.259Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-22T03:18:38.259Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-22T03:18:38.259Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-22T03:18:38.259Z | error: cannot install while Rust is installed |
39 | 2025-03-22T03:18:38.259Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-22T03:18:38.285Z | info: profile set to 'default' |
41 | 2025-03-22T03:18:38.286Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-22T03:18:38.290Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
43 | 2025-03-22T03:18:38.463Z | info: latest update on 2025-03-18, rust version 1.85.1 (4eb161250 2025-03-15) |
44 | 2025-03-22T03:18:38.464Z | info: downloading component 'cargo' |
45 | 2025-03-22T03:18:39.386Z | info: downloading component 'clippy' |
46 | 2025-03-22T03:18:39.703Z | info: downloading component 'rust-docs' |
47 | 2025-03-22T03:18:41.067Z | info: downloading component 'rust-std' |
48 | 2025-03-22T03:18:42.606Z | info: downloading component 'rustc' |
49 | 2025-03-22T03:18:48.272Z | info: downloading component 'rustfmt' |
50 | 2025-03-22T03:18:48.504Z | info: installing component 'cargo' |
51 | 2025-03-22T03:18:49.337Z | info: installing component 'clippy' |
52 | 2025-03-22T03:18:49.719Z | info: installing component 'rust-docs' |
53 | 2025-03-22T03:18:51.515Z | info: installing component 'rust-std' |
54 | 2025-03-22T03:18:53.217Z | info: installing component 'rustc' |
55 | 2025-03-22T03:18:59.306Z | info: installing component 'rustfmt' |
56 | 2025-03-22T03:18:59.639Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
57 | 2025-03-22T03:18:59.639Z | |
58 | 2025-03-22T03:19:00.026Z | stable-x86_64-unknown-illumos installed - rustc 1.85.1 (4eb161250 2025-03-15) |
59 | 2025-03-22T03:19:00.026Z | |
60 | 2025-03-22T03:19:00.032Z | |
61 | 2025-03-22T03:19:00.032Z | Rust is installed now. Great! |
62 | 2025-03-22T03:19:00.032Z | |
63 | 2025-03-22T03:19:00.032Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-22T03:19:00.032Z | environment variable. This has not been done automatically. |
65 | 2025-03-22T03:19:00.032Z | |
66 | 2025-03-22T03:19:00.032Z | To configure your current shell, you need to source |
67 | 2025-03-22T03:19:00.032Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-22T03:19:00.032Z | |
69 | 2025-03-22T03:19:00.032Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-22T03:19:00.032Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-22T03:19:00.032Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-22T03:19:00.032Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-22T03:19:00.113Z | + rustup --version |
74 | 2025-03-22T03:19:00.122Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-22T03:19:00.122Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-22T03:19:00.150Z | info: The currently active `rustc` version is `rustc 1.85.1 (4eb161250 2025-03-15)` |
77 | 2025-03-22T03:19:00.153Z | + cargo --version |
78 | 2025-03-22T03:19:00.171Z | cargo 1.85.1 (d73d2caf9 2024-12-31) |
79 | 2025-03-22T03:19:00.174Z | + rustc --version |
80 | 2025-03-22T03:19:00.200Z | rustc 1.85.1 (4eb161250 2025-03-15) |
81 | 2025-03-22T03:19:00.203Z | process exited: duration 23283 ms, exit code 0 |
|
82 | 2025-03-22T03:19:00.210Z | starting task 2: "authentication" |
83 | 2025-03-22T03:19:00.232Z | process exited: duration 22 ms, exit code 0 |
|
84 | 2025-03-22T03:19:00.238Z | starting task 3: "clone repository" |
85 | 2025-03-22T03:19:00.243Z | + mkdir -p /work/oxidecomputer/maghemite |
86 | 2025-03-22T03:19:00.247Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
87 | 2025-03-22T03:19:00.281Z | Cloning into '/work/oxidecomputer/maghemite'... |
88 | 2025-03-22T03:19:00.945Z | + cd /work/oxidecomputer/maghemite |
89 | 2025-03-22T03:19:00.948Z | + git fetch origin f5d9b936334616366ddf35f6a77cc1da649ea802 |
90 | 2025-03-22T03:19:01.192Z | From https://github.com/oxidecomputer/maghemite |
91 | 2025-03-22T03:19:01.196Z | * branch f5d9b936334616366ddf35f6a77cc1da649ea802 -> FETCH_HEAD |
92 | 2025-03-22T03:19:01.200Z | + [[ -n renovate/hostname-0.x ]] |
93 | 2025-03-22T03:19:01.204Z | ++ git branch --show-current |
94 | 2025-03-22T03:19:01.204Z | + current=main |
95 | 2025-03-22T03:19:01.204Z | + [[ main != renovate/hostname-0.x ]] |
96 | 2025-03-22T03:19:01.204Z | + git branch -f renovate/hostname-0.x f5d9b936334616366ddf35f6a77cc1da649ea802 |
97 | 2025-03-22T03:19:01.207Z | + git checkout -f renovate/hostname-0.x |
98 | 2025-03-22T03:19:01.224Z | Switched to branch 'renovate/hostname-0.x' |
99 | 2025-03-22T03:19:01.227Z | + git reset --hard f5d9b936334616366ddf35f6a77cc1da649ea802 |
100 | 2025-03-22T03:19:01.237Z | HEAD is now at f5d9b93 Update Rust crate hostname to 0.4 |
101 | 2025-03-22T03:19:01.240Z | process exited: duration 999 ms, exit code 0 |
|
102 | 2025-03-22T03:19:01.248Z | starting task 4: "build" |
103 | 2025-03-22T03:19:01.252Z | + set -o errexit |
104 | 2025-03-22T03:19:01.252Z | + set -o pipefail |
105 | 2025-03-22T03:19:01.252Z | + cargo --version |
106 | 2025-03-22T03:19:01.259Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
107 | 2025-03-22T03:19:01.415Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
108 | 2025-03-22T03:19:01.418Z | info: downloading component 'cargo' |
109 | 2025-03-22T03:19:02.435Z | info: downloading component 'clippy' |
110 | 2025-03-22T03:19:02.785Z | info: downloading component 'rust-docs' |
111 | 2025-03-22T03:19:03.960Z | info: downloading component 'rust-std' |
112 | 2025-03-22T03:19:05.492Z | info: downloading component 'rustc' |
113 | 2025-03-22T03:19:12.249Z | info: downloading component 'rustfmt' |
114 | 2025-03-22T03:19:12.531Z | info: installing component 'cargo' |
115 | 2025-03-22T03:19:13.336Z | info: installing component 'clippy' |
116 | 2025-03-22T03:19:13.693Z | info: installing component 'rust-docs' |
117 | 2025-03-22T03:19:15.314Z | info: installing component 'rust-std' |
118 | 2025-03-22T03:19:17.034Z | info: installing component 'rustc' |
119 | 2025-03-22T03:19:22.864Z | info: installing component 'rustfmt' |
120 | 2025-03-22T03:19:23.241Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
121 | 2025-03-22T03:19:23.246Z | + rustc --version |
122 | 2025-03-22T03:19:23.317Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
123 | 2025-03-22T03:19:23.324Z | + cargo install cargo-nextest |
124 | 2025-03-22T03:19:23.415Z | Updating crates.io index |
125 | 2025-03-22T03:19:23.517Z | Downloading crates ... |
126 | 2025-03-22T03:19:23.609Z | Downloaded cargo-nextest v0.9.92 |
127 | 2025-03-22T03:19:23.649Z | Installing cargo-nextest v0.9.92 |
128 | 2025-03-22T03:19:23.736Z | Updating crates.io index |
129 | 2025-03-22T03:19:24.929Z | Locking 356 packages to latest compatible versions |
130 | 2025-03-22T03:19:24.934Z | Adding addr2line v0.21.0 (latest: v0.24.2) |
131 | 2025-03-22T03:19:24.934Z | Adding backtrace v0.3.71 (latest: v0.3.74) |
132 | 2025-03-22T03:19:24.934Z | Adding base64 v0.21.7 (latest: v0.22.1) |
133 | 2025-03-22T03:19:24.946Z | Adding cargo-platform v0.1.9 (latest: v0.2.0) |
134 | 2025-03-22T03:19:24.950Z | Adding const-oid v0.9.6 (latest: v0.10.0) |
135 | 2025-03-22T03:19:24.950Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
136 | 2025-03-22T03:19:24.950Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
137 | 2025-03-22T03:19:24.950Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
138 | 2025-03-22T03:19:24.953Z | Adding generic-array v0.14.7 (latest: v1.2.0) |
139 | 2025-03-22T03:19:24.954Z | Adding getrandom v0.2.15 (latest: v0.3.2) |
140 | 2025-03-22T03:19:24.954Z | Adding gimli v0.28.1 (latest: v0.31.1) |
141 | 2025-03-22T03:19:24.954Z | Adding idna_adapter v1.0.0 (latest: v1.2.0) |
142 | 2025-03-22T03:19:24.957Z | Adding linux-raw-sys v0.4.15 (latest: v0.9.3) |
143 | 2025-03-22T03:19:24.957Z | Adding miniz_oxide v0.7.4 (latest: v0.8.5) |
144 | 2025-03-22T03:19:24.957Z | Adding object v0.32.2 (latest: v0.36.7) |
145 | 2025-03-22T03:19:24.961Z | Adding owo-colors v3.5.0 (latest: v4.2.0) |
146 | 2025-03-22T03:19:24.961Z | Adding rand_core v0.6.4 (latest: v0.9.3) |
147 | 2025-03-22T03:19:24.964Z | Adding ron v0.8.1 (latest: v0.9.0) |
148 | 2025-03-22T03:19:24.967Z | Adding rustix v0.38.44 (latest: v1.0.3) |
149 | 2025-03-22T03:19:24.971Z | Adding security-framework v2.11.1 (latest: v3.2.0) |
150 | 2025-03-22T03:19:24.975Z | Adding thiserror v1.0.69 (latest: v2.0.12) |
151 | 2025-03-22T03:19:24.975Z | Adding thiserror-impl v1.0.69 (latest: v2.0.12) |
152 | 2025-03-22T03:19:24.979Z | Adding unicode-width v0.1.14 (latest: v0.2.0) |
153 | 2025-03-22T03:19:24.979Z | Adding vte v0.14.1 (latest: v0.15.0) |
154 | 2025-03-22T03:19:24.979Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.14.2+wasi-0.2.4) |
155 | 2025-03-22T03:19:24.979Z | Adding windows v0.52.0 (latest: v0.61.1) |
156 | 2025-03-22T03:19:24.979Z | Adding windows-core v0.52.0 (latest: v0.61.0) |
157 | 2025-03-22T03:19:24.979Z | Adding windows-registry v0.4.0 (latest: v0.5.1) |
158 | 2025-03-22T03:19:24.979Z | Adding windows-strings v0.3.1 (latest: v0.4.0) |
159 | 2025-03-22T03:19:24.979Z | Adding windows-sys v0.42.0 (latest: v0.59.0) |
160 | 2025-03-22T03:19:24.979Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
161 | 2025-03-22T03:19:24.979Z | Adding windows-targets v0.52.6 (latest: v0.53.0) |
162 | 2025-03-22T03:19:24.979Z | Adding windows_aarch64_gnullvm v0.42.2 (latest: v0.53.0) |
163 | 2025-03-22T03:19:24.979Z | Adding windows_aarch64_gnullvm v0.52.6 (latest: v0.53.0) |
164 | 2025-03-22T03:19:24.979Z | Adding windows_aarch64_msvc v0.42.2 (latest: v0.53.0) |
165 | 2025-03-22T03:19:24.979Z | Adding windows_aarch64_msvc v0.52.6 (latest: v0.53.0) |
166 | 2025-03-22T03:19:24.979Z | Adding windows_i686_gnu v0.42.2 (latest: v0.53.0) |
167 | 2025-03-22T03:19:24.979Z | Adding windows_i686_gnu v0.52.6 (latest: v0.53.0) |
168 | 2025-03-22T03:19:24.979Z | Adding windows_i686_gnullvm v0.52.6 (latest: v0.53.0) |
169 | 2025-03-22T03:19:24.979Z | Adding windows_i686_msvc v0.42.2 (latest: v0.53.0) |
170 | 2025-03-22T03:19:24.979Z | Adding windows_i686_msvc v0.52.6 (latest: v0.53.0) |
171 | 2025-03-22T03:19:24.979Z | Adding windows_x86_64_gnu v0.42.2 (latest: v0.53.0) |
172 | 2025-03-22T03:19:24.979Z | Adding windows_x86_64_gnu v0.52.6 (latest: v0.53.0) |
173 | 2025-03-22T03:19:24.979Z | Adding windows_x86_64_gnullvm v0.42.2 (latest: v0.53.0) |
174 | 2025-03-22T03:19:24.979Z | Adding windows_x86_64_gnullvm v0.52.6 (latest: v0.53.0) |
175 | 2025-03-22T03:19:24.979Z | Adding windows_x86_64_msvc v0.42.2 (latest: v0.53.0) |
176 | 2025-03-22T03:19:24.980Z | Adding windows_x86_64_msvc v0.52.6 (latest: v0.53.0) |
177 | 2025-03-22T03:19:24.980Z | Adding wit-bindgen-rt v0.39.0 (latest: v0.41.0) |
178 | 2025-03-22T03:19:24.980Z | Adding zerocopy v0.7.35 (latest: v0.8.24) |
179 | 2025-03-22T03:19:24.980Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.24) |
180 | 2025-03-22T03:19:24.983Z | Downloading crates ... |
181 | 2025-03-22T03:19:25.052Z | Downloaded atomicwrites v0.4.4 |
182 | 2025-03-22T03:19:25.060Z | Downloaded anstyle-query v1.1.2 |
183 | 2025-03-22T03:19:25.075Z | Downloaded tower-layer v0.3.3 |
184 | 2025-03-22T03:19:25.082Z | Downloaded hyper-util v0.1.10 |
185 | 2025-03-22T03:19:25.089Z | Downloaded tower-service v0.3.3 |
186 | 2025-03-22T03:19:25.092Z | Downloaded urlencoding v2.1.3 |
187 | 2025-03-22T03:19:25.092Z | Downloaded supports-unicode v3.0.0 |
188 | 2025-03-22T03:19:25.092Z | Downloaded http-body v1.0.1 |
189 | 2025-03-22T03:19:25.095Z | Downloaded foreign-types v0.3.2 |
190 | 2025-03-22T03:19:25.100Z | Downloaded colorchoice v1.0.3 |
191 | 2025-03-22T03:19:25.103Z | Downloaded indenter v0.3.3 |
192 | 2025-03-22T03:19:25.103Z | Downloaded anstyle-parse v0.2.6 |
193 | 2025-03-22T03:19:25.108Z | Downloaded zeroize v1.8.1 |
194 | 2025-03-22T03:19:25.112Z | Downloaded want v0.3.1 |
195 | 2025-03-22T03:19:25.112Z | Downloaded supports-color v3.0.2 |
196 | 2025-03-22T03:19:25.112Z | Downloaded signature v2.2.0 |
197 | 2025-03-22T03:19:25.112Z | Downloaded guppy-workspace-hack v0.1.0 |
198 | 2025-03-22T03:19:25.117Z | Downloaded try-lock v0.2.5 |
199 | 2025-03-22T03:19:25.117Z | Downloaded sync_wrapper v1.0.2 |
200 | 2025-03-22T03:19:25.117Z | Downloaded foreign-types-shared v0.1.1 |
201 | 2025-03-22T03:19:25.117Z | Downloaded equivalent v1.0.2 |
202 | 2025-03-22T03:19:25.121Z | Downloaded idna_adapter v1.0.0 |
203 | 2025-03-22T03:19:25.121Z | Downloaded tinyvec_macros v0.1.1 |
204 | 2025-03-22T03:19:25.122Z | Downloaded cpufeatures v0.2.17 |
205 | 2025-03-22T03:19:25.125Z | Downloaded enable-ansi-support v0.2.1 |
206 | 2025-03-22T03:19:25.125Z | Downloaded backtrace-ext v0.2.1 |
207 | 2025-03-22T03:19:25.125Z | Downloaded swrite v0.1.0 |
208 | 2025-03-22T03:19:25.129Z | Downloaded tokio-macros v2.5.0 |
209 | 2025-03-22T03:19:25.129Z | Downloaded is_ci v1.2.0 |
210 | 2025-03-22T03:19:25.132Z | Downloaded thiserror v1.0.69 |
211 | 2025-03-22T03:19:25.137Z | Downloaded tracing-log v0.2.0 |
212 | 2025-03-22T03:19:25.140Z | Downloaded toml_datetime v0.6.8 |
213 | 2025-03-22T03:19:25.140Z | Downloaded terminal_size v0.4.2 |
214 | 2025-03-22T03:19:25.143Z | Downloaded slab v0.4.9 |
215 | 2025-03-22T03:19:25.143Z | Downloaded lazy_static v1.5.0 |
216 | 2025-03-22T03:19:25.146Z | Downloaded xattr v1.5.0 |
217 | 2025-03-22T03:19:25.146Z | Downloaded spki v0.7.3 |
218 | 2025-03-22T03:19:25.149Z | Downloaded ed25519 v2.2.3 |
219 | 2025-03-22T03:19:25.152Z | Downloaded tempfile v3.19.1 |
220 | 2025-03-22T03:19:25.155Z | Downloaded heck v0.5.0 |
221 | 2025-03-22T03:19:25.155Z | Downloaded is_terminal_polyfill v1.70.1 |
222 | 2025-03-22T03:19:25.158Z | Downloaded hex v0.4.3 |
223 | 2025-03-22T03:19:25.158Z | Downloaded subtle v2.6.1 |
224 | 2025-03-22T03:19:25.162Z | Downloaded cargo_metadata v0.19.2 |
225 | 2025-03-22T03:19:25.165Z | Downloaded base64ct v1.7.3 |
226 | 2025-03-22T03:19:25.168Z | Downloaded utf8_iter v1.0.4 |
227 | 2025-03-22T03:19:25.168Z | Downloaded thiserror-impl v1.0.69 |
228 | 2025-03-22T03:19:25.171Z | Downloaded zipsign-api v0.1.3 |
229 | 2025-03-22T03:19:25.171Z | Downloaded home v0.5.11 |
230 | 2025-03-22T03:19:25.174Z | Downloaded utf8parse v0.2.2 |
231 | 2025-03-22T03:19:25.174Z | Downloaded hyper-tls v0.6.0 |
232 | 2025-03-22T03:19:25.177Z | Downloaded xxhash-rust v0.8.15 |
233 | 2025-03-22T03:19:25.177Z | Downloaded signal-hook-mio v0.2.4 |
234 | 2025-03-22T03:19:25.182Z | Downloaded target-lexicon v0.13.2 |
235 | 2025-03-22T03:19:25.185Z | Downloaded strip-ansi-escapes v0.2.1 |
236 | 2025-03-22T03:19:25.185Z | Downloaded cfg-if v1.0.0 |
237 | 2025-03-22T03:19:25.185Z | Downloaded untrusted v0.9.0 |
238 | 2025-03-22T03:19:25.185Z | Downloaded futures-core v0.3.31 |
239 | 2025-03-22T03:19:25.188Z | Downloaded miette-derive v7.5.0 |
240 | 2025-03-22T03:19:25.188Z | Downloaded signal-hook-registry v1.4.2 |
241 | 2025-03-22T03:19:25.193Z | Downloaded tracing-error v0.2.1 |
242 | 2025-03-22T03:19:25.193Z | Downloaded unicode-linebreak v0.1.5 |
243 | 2025-03-22T03:19:25.196Z | Downloaded unicase v2.8.1 |
244 | 2025-03-22T03:19:25.196Z | Downloaded target-spec v3.4.2 |
245 | 2025-03-22T03:19:25.196Z | Downloaded smallvec v1.14.0 |
246 | 2025-03-22T03:19:25.199Z | Downloaded ipnet v2.11.0 |
247 | 2025-03-22T03:19:25.199Z | Downloaded console v0.15.11 |
248 | 2025-03-22T03:19:25.202Z | Downloaded camino v1.1.9 |
249 | 2025-03-22T03:19:25.205Z | Downloaded getrandom v0.2.15 |
250 | 2025-03-22T03:19:25.209Z | Downloaded futures-channel v0.3.31 |
251 | 2025-03-22T03:19:25.213Z | Downloaded clap_derive v4.5.32 |
252 | 2025-03-22T03:19:25.213Z | Downloaded fixedbitset v0.5.7 |
253 | 2025-03-22T03:19:25.216Z | Downloaded tokio-stream v0.1.17 |
254 | 2025-03-22T03:19:25.220Z | Downloaded itoa v1.0.15 |
255 | 2025-03-22T03:19:25.220Z | Downloaded lock_api v0.4.12 |
256 | 2025-03-22T03:19:25.223Z | Downloaded addr2line v0.21.0 |
257 | 2025-03-22T03:19:25.227Z | Downloaded indent_write v2.2.0 |
258 | 2025-03-22T03:19:25.227Z | Downloaded http-body-util v0.1.3 |
259 | 2025-03-22T03:19:25.230Z | Downloaded zstd-safe v7.2.4 |
260 | 2025-03-22T03:19:25.230Z | Downloaded mime v0.3.17 |
261 | 2025-03-22T03:19:25.230Z | Downloaded humantime-serde v1.1.1 |
262 | 2025-03-22T03:19:25.230Z | Downloaded jobserver v0.1.32 |
263 | 2025-03-22T03:19:25.234Z | Downloaded thiserror-impl v2.0.12 |
264 | 2025-03-22T03:19:25.237Z | Downloaded pin-utils v0.1.0 |
265 | 2025-03-22T03:19:25.237Z | Downloaded percent-encoding v2.3.1 |
266 | 2025-03-22T03:19:25.237Z | Downloaded hyper-rustls v0.27.5 |
267 | 2025-03-22T03:19:25.240Z | Downloaded humantime v2.2.0 |
268 | 2025-03-22T03:19:25.240Z | Downloaded futures-macro v0.3.31 |
269 | 2025-03-22T03:19:25.243Z | Downloaded duct v0.13.7 |
270 | 2025-03-22T03:19:25.243Z | Downloaded tracing-attributes v0.1.28 |
271 | 2025-03-22T03:19:25.246Z | Downloaded iana-time-zone v0.1.61 |
272 | 2025-03-22T03:19:25.249Z | Downloaded socket2 v0.5.8 |
273 | 2025-03-22T03:19:25.252Z | Downloaded globset v0.4.16 |
274 | 2025-03-22T03:19:25.252Z | Downloaded filetime v0.2.25 |
275 | 2025-03-22T03:19:25.255Z | Downloaded dialoguer v0.11.0 |
276 | 2025-03-22T03:19:25.258Z | Downloaded crc32fast v1.4.2 |
277 | 2025-03-22T03:19:25.261Z | Downloaded toml v0.8.20 |
278 | 2025-03-22T03:19:25.264Z | Downloaded thiserror v2.0.12 |
279 | 2025-03-22T03:19:25.268Z | Downloaded nextest-workspace-hack v0.1.0 |
280 | 2025-03-22T03:19:25.271Z | Downloaded nested v0.1.1 |
281 | 2025-03-22T03:19:25.271Z | Downloaded serde_path_to_error v0.1.17 |
282 | 2025-03-22T03:19:25.274Z | Downloaded futures v0.3.31 |
283 | 2025-03-22T03:19:25.278Z | Downloaded mukti-metadata v0.3.0 |
284 | 2025-03-22T03:19:25.281Z | Downloaded textwrap v0.16.2 |
285 | 2025-03-22T03:19:25.284Z | Downloaded number_prefix v0.4.0 |
286 | 2025-03-22T03:19:25.284Z | Downloaded ahash v0.8.11 |
287 | 2025-03-22T03:19:25.287Z | Downloaded shell-words v1.1.0 |
288 | 2025-03-22T03:19:25.287Z | Downloaded config v0.15.11 |
289 | 2025-03-22T03:19:25.292Z | Downloaded shlex v1.3.0 |
290 | 2025-03-22T03:19:25.295Z | Downloaded openssl-macros v0.1.1 |
291 | 2025-03-22T03:19:25.295Z | Downloaded newtype-uuid v1.2.1 |
292 | 2025-03-22T03:19:25.298Z | Downloaded pkcs8 v0.10.2 |
293 | 2025-03-22T03:19:25.301Z | Downloaded camino-tempfile v1.1.1 |
294 | 2025-03-22T03:19:25.301Z | Downloaded ppv-lite86 v0.2.21 |
295 | 2025-03-22T03:19:25.304Z | Downloaded indicatif v0.17.11 |
296 | 2025-03-22T03:19:25.307Z | Downloaded scopeguard v1.2.0 |
297 | 2025-03-22T03:19:25.307Z | Downloaded os_pipe v1.2.1 |
298 | 2025-03-22T03:19:25.310Z | Downloaded openssl-probe v0.1.6 |
299 | 2025-03-22T03:19:25.310Z | Downloaded once_cell v1.21.1 |
300 | 2025-03-22T03:19:25.314Z | Downloaded self-replace v1.5.0 |
301 | 2025-03-22T03:19:25.318Z | Downloaded serde_urlencoded v0.7.1 |
302 | 2025-03-22T03:19:25.318Z | Downloaded serde_spanned v0.6.8 |
303 | 2025-03-22T03:19:25.318Z | Downloaded rustc_version v0.4.1 |
304 | 2025-03-22T03:19:25.321Z | Downloaded derive-where v1.2.7 |
305 | 2025-03-22T03:19:25.324Z | Downloaded shared_child v1.0.1 |
306 | 2025-03-22T03:19:25.324Z | Downloaded rustls-pemfile v2.2.0 |
307 | 2025-03-22T03:19:25.327Z | Downloaded native-tls v0.2.14 |
308 | 2025-03-22T03:19:25.331Z | Downloaded log v0.4.26 |
309 | 2025-03-22T03:19:25.334Z | Downloaded tinyvec v1.9.0 |
310 | 2025-03-22T03:19:25.337Z | Downloaded quinn-udp v0.5.10 |
311 | 2025-03-22T03:19:25.337Z | Downloaded nextest-filtering v0.15.0 |
312 | 2025-03-22T03:19:25.340Z | Downloaded uuid v1.16.0 |
313 | 2025-03-22T03:19:25.344Z | Downloaded httparse v1.10.1 |
314 | 2025-03-22T03:19:25.348Z | Downloaded pathdiff v0.2.3 |
315 | 2025-03-22T03:19:25.351Z | Downloaded rustc-hash v2.1.1 |
316 | 2025-03-22T03:19:25.351Z | Downloaded tracing-core v0.1.33 |
317 | 2025-03-22T03:19:25.354Z | Downloaded url v2.5.4 |
318 | 2025-03-22T03:19:25.357Z | Downloaded quick-junit v0.5.1 |
319 | 2025-03-22T03:19:25.360Z | Downloaded serde_ignored v0.1.11 |
320 | 2025-03-22T03:19:25.363Z | Downloaded pin-project-internal v1.1.10 |
321 | 2025-03-22T03:19:25.363Z | Downloaded owo-colors v3.5.0 |
322 | 2025-03-22T03:19:25.366Z | Downloaded rustc-demangle v0.1.24 |
323 | 2025-03-22T03:19:25.370Z | Downloaded semver v1.0.26 |
324 | 2025-03-22T03:19:25.373Z | Downloaded der v0.7.9 |
325 | 2025-03-22T03:19:25.376Z | Downloaded tracing v0.1.41 |
326 | 2025-03-22T03:19:25.380Z | Downloaded quote v1.0.40 |
327 | 2025-03-22T03:19:25.383Z | Downloaded pin-project-lite v0.2.16 |
328 | 2025-03-22T03:19:25.388Z | Downloaded proc-macro2 v1.0.94 |
329 | 2025-03-22T03:19:25.391Z | Downloaded miniz_oxide v0.7.4 |
330 | 2025-03-22T03:19:25.395Z | Downloaded owo-colors v4.2.0 |
331 | 2025-03-22T03:19:25.398Z | Downloaded sha2 v0.10.8 |
332 | 2025-03-22T03:19:25.401Z | Downloaded backtrace v0.3.71 |
333 | 2025-03-22T03:19:25.404Z | Downloaded parking_lot_core v0.9.10 |
334 | 2025-03-22T03:19:25.407Z | Downloaded base64 v0.21.7 |
335 | 2025-03-22T03:19:25.411Z | Downloaded pin-project v1.1.10 |
336 | 2025-03-22T03:19:25.421Z | Downloaded miniz_oxide v0.8.5 |
337 | 2025-03-22T03:19:25.424Z | Downloaded signal-hook v0.3.17 |
338 | 2025-03-22T03:19:25.427Z | Downloaded memchr v2.7.4 |
339 | 2025-03-22T03:19:25.433Z | Downloaded ron v0.8.1 |
340 | 2025-03-22T03:19:25.439Z | Downloaded sharded-slab v0.1.7 |
341 | 2025-03-22T03:19:25.445Z | Downloaded openssl-sys v0.9.106 |
342 | 2025-03-22T03:19:25.448Z | Downloaded toml_edit v0.22.24 |
343 | 2025-03-22T03:19:25.472Z | Downloaded serde_derive v1.0.219 |
344 | 2025-03-22T03:19:25.475Z | Downloaded serde v1.0.219 |
345 | 2025-03-22T03:19:25.478Z | Downloaded quinn v0.11.7 |
346 | 2025-03-22T03:19:25.481Z | Downloaded http v1.3.1 |
347 | 2025-03-22T03:19:25.486Z | Downloaded tokio-util v0.7.14 |
348 | 2025-03-22T03:19:25.493Z | Downloaded crossterm v0.28.1 |
349 | 2025-03-22T03:19:25.499Z | Downloaded idna v1.0.3 |
350 | 2025-03-22T03:19:25.505Z | Downloaded unicode-normalization v0.1.24 |
351 | 2025-03-22T03:19:25.508Z | Downloaded rand v0.9.0 |
352 | 2025-03-22T03:19:25.511Z | Downloaded hashbrown v0.15.2 |
353 | 2025-03-22T03:19:25.518Z | Downloaded guppy v0.17.17 |
354 | 2025-03-22T03:19:25.525Z | Downloaded mio v1.0.3 |
355 | 2025-03-22T03:19:25.530Z | Downloaded miette v7.5.0 |
356 | 2025-03-22T03:19:25.535Z | Downloaded itertools v0.14.0 |
357 | 2025-03-22T03:19:25.543Z | Downloaded hyper v1.6.0 |
358 | 2025-03-22T03:19:25.551Z | Downloaded clap_builder v4.5.32 |
359 | 2025-03-22T03:19:25.559Z | Downloaded serde_json v1.0.140 |
360 | 2025-03-22T03:19:25.567Z | Downloaded h2 v0.4.8 |
361 | 2025-03-22T03:19:25.575Z | Downloaded portable-atomic v1.11.0 |
362 | 2025-03-22T03:19:25.583Z | Downloaded winnow v0.7.4 |
363 | 2025-03-22T03:19:25.593Z | Downloaded tracing-subscriber v0.3.19 |
364 | 2025-03-22T03:19:25.602Z | Downloaded color-spantrace v0.2.1 |
365 | 2025-03-22T03:19:25.605Z | Downloaded chrono v0.4.40 |
366 | 2025-03-22T03:19:25.612Z | Downloaded futures-util v0.3.31 |
367 | 2025-03-22T03:19:25.624Z | Downloaded quick-xml v0.37.2 |
368 | 2025-03-22T03:19:25.630Z | Downloaded rustls-webpki v0.103.0 |
369 | 2025-03-22T03:19:25.649Z | Downloaded quinn-proto v0.11.10 |
370 | 2025-03-22T03:19:25.655Z | Downloaded zerocopy v0.8.24 |
371 | 2025-03-22T03:19:25.681Z | Downloaded reqwest v0.12.15 |
372 | 2025-03-22T03:19:25.689Z | Downloaded webpki-roots v0.26.8 |
373 | 2025-03-22T03:19:25.693Z | Downloaded object v0.32.2 |
374 | 2025-03-22T03:19:25.704Z | Downloaded curve25519-dalek v4.1.3 |
375 | 2025-03-22T03:19:25.712Z | Downloaded bstr v1.11.3 |
376 | 2025-03-22T03:19:25.721Z | Downloaded openssl v0.10.71 |
377 | 2025-03-22T03:19:25.731Z | Downloaded nix v0.29.0 |
378 | 2025-03-22T03:19:25.742Z | Downloaded nextest-runner v0.75.0 |
379 | 2025-03-22T03:19:25.754Z | Downloaded rustix v0.38.44 |
380 | 2025-03-22T03:19:25.778Z | Downloaded unicode-width v0.1.14 |
381 | 2025-03-22T03:19:25.782Z | Downloaded rustls v0.23.25 |
382 | 2025-03-22T03:19:25.793Z | Downloaded syn v2.0.100 |
383 | 2025-03-22T03:19:25.804Z | Downloaded regex-syntax v0.8.5 |
384 | 2025-03-22T03:19:25.813Z | Downloaded regex v1.11.1 |
385 | 2025-03-22T03:19:25.826Z | Downloaded rustix v1.0.3 |
386 | 2025-03-22T03:19:25.848Z | Downloaded unicode-width v0.2.0 |
387 | 2025-03-22T03:19:25.854Z | Downloaded vcpkg v0.2.15 |
388 | 2025-03-22T03:19:25.891Z | Downloaded color-eyre v0.6.3 |
389 | 2025-03-22T03:19:25.898Z | Downloaded gimli v0.28.1 |
390 | 2025-03-22T03:19:25.906Z | Downloaded aho-corasick v1.1.3 |
391 | 2025-03-22T03:19:25.911Z | Downloaded zerocopy v0.7.35 |
392 | 2025-03-22T03:19:25.927Z | Downloaded cc v1.2.17 |
393 | 2025-03-22T03:19:25.932Z | Downloaded flate2 v1.1.0 |
394 | 2025-03-22T03:19:25.935Z | Downloaded tar v0.4.44 |
395 | 2025-03-22T03:19:25.939Z | Downloaded ed25519-dalek v2.1.1 |
396 | 2025-03-22T03:19:25.942Z | Downloaded tower v0.5.2 |
397 | 2025-03-22T03:19:25.949Z | Downloaded indexmap v2.8.0 |
398 | 2025-03-22T03:19:25.953Z | Downloaded ryu v1.0.20 |
399 | 2025-03-22T03:19:25.956Z | Downloaded rustls-pki-types v1.11.0 |
400 | 2025-03-22T03:19:25.960Z | Downloaded parking_lot v0.12.3 |
401 | 2025-03-22T03:19:25.964Z | Downloaded num-traits v0.2.19 |
402 | 2025-03-22T03:19:25.967Z | Downloaded petgraph v0.7.1 |
403 | 2025-03-22T03:19:25.982Z | Downloaded regex-automata v0.4.9 |
404 | 2025-03-22T03:19:25.999Z | Downloaded self_update v0.42.0 |
405 | 2025-03-22T03:19:26.003Z | Downloaded bytes v1.10.1 |
406 | 2025-03-22T03:19:26.008Z | Downloaded nextest-metadata v0.12.2 |
407 | 2025-03-22T03:19:26.008Z | Downloaded borsh v1.5.6 |
408 | 2025-03-22T03:19:26.012Z | Downloaded getrandom v0.3.2 |
409 | 2025-03-22T03:19:26.021Z | Downloaded rand_core v0.9.3 |
410 | 2025-03-22T03:19:26.021Z | Downloaded typenum v1.18.0 |
411 | 2025-03-22T03:19:26.027Z | Downloaded base64 v0.22.1 |
412 | 2025-03-22T03:19:26.027Z | Downloaded vte v0.14.1 |
413 | 2025-03-22T03:19:26.027Z | Downloaded clap v4.5.32 |
414 | 2025-03-22T03:19:26.033Z | Downloaded pkg-config v0.3.32 |
415 | 2025-03-22T03:19:26.040Z | Downloaded libc v0.2.171 |
416 | 2025-03-22T03:19:26.059Z | Downloaded zstd-sys v2.0.15+zstd.1.5.7 |
417 | 2025-03-22T03:19:26.077Z | Downloaded rand_core v0.6.4 |
418 | 2025-03-22T03:19:26.080Z | Downloaded rand_chacha v0.9.0 |
419 | 2025-03-22T03:19:26.080Z | Downloaded tokio v1.44.1 |
420 | 2025-03-22T03:19:26.117Z | Downloaded zstd v0.13.3 |
421 | 2025-03-22T03:19:26.120Z | Downloaded unicode-ident v1.0.18 |
422 | 2025-03-22T03:19:26.123Z | Downloaded either v1.15.0 |
423 | 2025-03-22T03:19:26.123Z | Downloaded future-queue v0.4.0 |
424 | 2025-03-22T03:19:26.127Z | Downloaded eyre v0.6.12 |
425 | 2025-03-22T03:19:26.130Z | Downloaded cfg-expr v0.18.0 |
426 | 2025-03-22T03:19:26.134Z | Downloaded bitflags v2.9.0 |
427 | 2025-03-22T03:19:26.140Z | Downloaded const-oid v0.9.6 |
428 | 2025-03-22T03:19:26.140Z | Downloaded clap_lex v0.7.4 |
429 | 2025-03-22T03:19:26.143Z | Downloaded tokio-rustls v0.26.2 |
430 | 2025-03-22T03:19:26.143Z | Downloaded supports-hyperlinks v3.1.0 |
431 | 2025-03-22T03:19:26.143Z | Downloaded form_urlencoded v1.2.1 |
432 | 2025-03-22T03:19:26.143Z | Downloaded errno v0.3.10 |
433 | 2025-03-22T03:19:26.148Z | Downloaded anstyle v1.0.10 |
434 | 2025-03-22T03:19:26.148Z | Downloaded cargo-platform v0.1.9 |
435 | 2025-03-22T03:19:26.148Z | Downloaded atomic-waker v1.1.2 |
436 | 2025-03-22T03:19:26.151Z | Downloaded futures-sink v0.3.31 |
437 | 2025-03-22T03:19:26.151Z | Downloaded fnv v1.0.7 |
438 | 2025-03-22T03:19:26.151Z | Downloaded fastrand v2.3.0 |
439 | 2025-03-22T03:19:26.151Z | Downloaded futures-io v0.3.31 |
440 | 2025-03-22T03:19:26.151Z | Downloaded tokio-native-tls v0.3.1 |
441 | 2025-03-22T03:19:26.154Z | Downloaded adler v1.0.2 |
442 | 2025-03-22T03:19:26.154Z | Downloaded version_check v0.9.5 |
443 | 2025-03-22T03:19:26.158Z | Downloaded curve25519-dalek-derive v0.1.1 |
444 | 2025-03-22T03:19:26.158Z | Downloaded anstream v0.6.18 |
445 | 2025-03-22T03:19:26.161Z | Downloaded generic-array v0.14.7 |
446 | 2025-03-22T03:19:26.161Z | Downloaded futures-executor v0.3.31 |
447 | 2025-03-22T03:19:26.161Z | Downloaded digest v0.10.7 |
448 | 2025-03-22T03:19:26.165Z | Downloaded async-scoped v0.9.0 |
449 | 2025-03-22T03:19:26.165Z | Downloaded thread_local v1.1.8 |
450 | 2025-03-22T03:19:26.165Z | Downloaded futures-task v0.3.31 |
451 | 2025-03-22T03:19:26.168Z | Downloaded debug-ignore v1.0.5 |
452 | 2025-03-22T03:19:26.168Z | Downloaded crypto-common v0.1.6 |
453 | 2025-03-22T03:19:26.168Z | Downloaded cfg_aliases v0.2.1 |
454 | 2025-03-22T03:19:26.171Z | Downloaded block-buffer v0.10.4 |
455 | 2025-03-22T03:19:26.171Z | Downloaded adler2 v2.0.0 |
456 | 2025-03-22T03:19:26.171Z | Downloaded target-spec-miette v0.4.4 |
457 | 2025-03-22T03:19:26.174Z | Downloaded static_assertions v1.1.0 |
458 | 2025-03-22T03:19:26.174Z | Downloaded smol_str v0.3.2 |
459 | 2025-03-22T03:19:26.177Z | Downloaded autocfg v1.4.0 |
460 | 2025-03-22T03:19:26.177Z | Downloaded strsim v0.11.1 |
461 | 2025-03-22T03:19:26.187Z | Downloaded recursion v0.5.2 |
462 | 2025-03-22T03:19:26.195Z | Downloaded ring v0.17.14 |
463 | 2025-03-22T03:19:26.470Z | Compiling proc-macro2 v1.0.94 |
464 | 2025-03-22T03:19:26.470Z | Compiling unicode-ident v1.0.18 |
465 | 2025-03-22T03:19:26.473Z | Compiling libc v0.2.171 |
466 | 2025-03-22T03:19:26.473Z | Compiling cfg-if v1.0.0 |
467 | 2025-03-22T03:19:26.473Z | Compiling serde v1.0.219 |
468 | 2025-03-22T03:19:26.473Z | Compiling memchr v2.7.4 |
469 | 2025-03-22T03:19:26.493Z | Compiling once_cell v1.21.1 |
470 | 2025-03-22T03:19:26.595Z | Compiling autocfg v1.4.0 |
471 | 2025-03-22T03:19:26.651Z | Compiling shlex v1.3.0 |
472 | 2025-03-22T03:19:26.988Z | Compiling log v0.4.26 |
473 | 2025-03-22T03:19:27.033Z | Compiling pin-project-lite v0.2.16 |
474 | 2025-03-22T03:19:27.138Z | Compiling itoa v1.0.15 |
475 | 2025-03-22T03:19:27.359Z | Compiling futures-core v0.3.31 |
476 | 2025-03-22T03:19:27.435Z | Compiling bitflags v2.9.0 |
477 | 2025-03-22T03:19:27.450Z | Compiling smallvec v1.14.0 |
478 | 2025-03-22T03:19:27.453Z | Compiling bytes v1.10.1 |
479 | 2025-03-22T03:19:27.567Z | Compiling slab v0.4.9 |
480 | 2025-03-22T03:19:27.904Z | Compiling futures-sink v0.3.31 |
481 | 2025-03-22T03:19:27.924Z | Compiling rustix v1.0.3 |
482 | 2025-03-22T03:19:27.955Z | Compiling equivalent v1.0.2 |
483 | 2025-03-22T03:19:28.062Z | Compiling getrandom v0.3.2 |
484 | 2025-03-22T03:19:28.062Z | Compiling hashbrown v0.15.2 |
485 | 2025-03-22T03:19:28.292Z | Compiling jobserver v0.1.32 |
486 | 2025-03-22T03:19:28.597Z | Compiling quote v1.0.40 |
487 | 2025-03-22T03:19:28.791Z | Compiling cc v1.2.17 |
488 | 2025-03-22T03:19:29.090Z | Compiling syn v2.0.100 |
489 | 2025-03-22T03:19:29.258Z | Compiling signal-hook-registry v1.4.2 |
490 | 2025-03-22T03:19:29.276Z | Compiling errno v0.3.10 |
491 | 2025-03-22T03:19:29.309Z | Compiling mio v1.0.3 |
492 | 2025-03-22T03:19:29.635Z | Compiling socket2 v0.5.8 |
493 | 2025-03-22T03:19:29.950Z | Compiling tracing-core v0.1.33 |
494 | 2025-03-22T03:19:30.202Z | Compiling version_check v0.9.5 |
495 | 2025-03-22T03:19:30.922Z | Compiling futures-channel v0.3.31 |
496 | 2025-03-22T03:19:30.943Z | Compiling futures-io v0.3.31 |
497 | 2025-03-22T03:19:31.216Z | Compiling serde_json v1.0.140 |
498 | 2025-03-22T03:19:31.295Z | Compiling pin-utils v0.1.0 |
499 | 2025-03-22T03:19:31.407Z | Compiling futures-task v0.3.31 |
500 | 2025-03-22T03:19:31.425Z | Compiling ryu v1.0.20 |
501 | 2025-03-22T03:19:31.442Z | Compiling getrandom v0.2.15 |
502 | 2025-03-22T03:19:31.610Z | Compiling fnv v1.0.7 |
503 | 2025-03-22T03:19:31.691Z | Compiling unicode-width v0.2.0 |
504 | 2025-03-22T03:19:31.730Z | Compiling camino v1.1.9 |
505 | 2025-03-22T03:19:31.764Z | Compiling http v1.3.1 |
506 | 2025-03-22T03:19:31.988Z | Compiling target-lexicon v0.13.2 |
507 | 2025-03-22T03:19:32.275Z | Compiling rustls-pki-types v1.11.0 |
508 | 2025-03-22T03:19:32.403Z | Compiling httparse v1.10.1 |
509 | 2025-03-22T03:19:32.566Z | Compiling typenum v1.18.0 |
510 | 2025-03-22T03:19:32.819Z | Compiling ring v0.17.14 |
511 | 2025-03-22T03:19:33.023Z | Compiling backtrace v0.3.71 |
512 | 2025-03-22T03:19:33.095Z | Compiling adler v1.0.2 |
513 | 2025-03-22T03:19:33.269Z | Compiling untrusted v0.9.0 |
514 | 2025-03-22T03:19:33.383Z | Compiling thiserror v1.0.69 |
515 | 2025-03-22T03:19:33.449Z | Compiling guppy-workspace-hack v0.1.0 |
516 | 2025-03-22T03:19:33.521Z | Compiling gimli v0.28.1 |
517 | 2025-03-22T03:19:33.764Z | Compiling semver v1.0.26 |
518 | 2025-03-22T03:19:34.168Z | Compiling http-body v1.0.1 |
519 | 2025-03-22T03:19:34.258Z | Compiling miniz_oxide v0.7.4 |
520 | 2025-03-22T03:19:34.404Z | Compiling generic-array v0.14.7 |
521 | 2025-03-22T03:19:34.612Z | Compiling object v0.32.2 |
522 | 2025-03-22T03:19:34.727Z | Compiling pkg-config v0.3.32 |
523 | 2025-03-22T03:19:35.628Z | Compiling fastrand v2.3.0 |
524 | 2025-03-22T03:19:35.732Z | Compiling thiserror v2.0.12 |
525 | 2025-03-22T03:19:35.981Z | Compiling target-spec v3.4.2 |
526 | 2025-03-22T03:19:36.281Z | Compiling try-lock v0.2.5 |
527 | 2025-03-22T03:19:36.341Z | Compiling atomic-waker v1.1.2 |
528 | 2025-03-22T03:19:36.445Z | Compiling zeroize v1.8.1 |
529 | 2025-03-22T03:19:36.495Z | Compiling rustls v0.23.25 |
530 | 2025-03-22T03:19:36.512Z | Compiling rustc-demangle v0.1.24 |
531 | 2025-03-22T03:19:36.557Z | Compiling want v0.3.1 |
532 | 2025-03-22T03:19:36.808Z | Compiling tempfile v3.19.1 |
533 | 2025-03-22T03:19:36.874Z | Compiling zstd-sys v2.0.15+zstd.1.5.7 |
534 | 2025-03-22T03:19:37.143Z | Compiling cfg-expr v0.18.0 |
535 | 2025-03-22T03:19:38.749Z | Compiling addr2line v0.21.0 |
536 | 2025-03-22T03:19:38.913Z | Compiling terminal_size v0.4.2 |
537 | 2025-03-22T03:19:39.126Z | Compiling aho-corasick v1.1.3 |
538 | 2025-03-22T03:19:39.437Z | Compiling tower-service v0.3.3 |
539 | 2025-03-22T03:19:39.566Z | Compiling owo-colors v4.2.0 |
540 | 2025-03-22T03:19:39.580Z | Compiling regex-syntax v0.8.5 |
541 | 2025-03-22T03:19:40.175Z | Compiling subtle v2.6.1 |
542 | 2025-03-22T03:19:40.190Z | Compiling zerocopy v0.8.24 |
543 | 2025-03-22T03:19:40.242Z | Compiling percent-encoding v2.3.1 |
544 | 2025-03-22T03:19:40.738Z | Compiling form_urlencoded v1.2.1 |
545 | 2025-03-22T03:19:41.208Z | Compiling ahash v0.8.11 |
546 | 2025-03-22T03:19:41.332Z | Compiling serde_derive v1.0.219 |
547 | 2025-03-22T03:19:41.532Z | Compiling tokio-macros v2.5.0 |
548 | 2025-03-22T03:19:41.760Z | Compiling futures-macro v0.3.31 |
549 | 2025-03-22T03:19:43.077Z | Compiling tokio v1.44.1 |
550 | 2025-03-22T03:19:43.117Z | Compiling tracing-attributes v0.1.28 |
551 | 2025-03-22T03:19:43.545Z | Compiling futures-util v0.3.31 |
552 | 2025-03-22T03:19:46.523Z | Compiling tracing v0.1.41 |
553 | 2025-03-22T03:19:47.185Z | Compiling thiserror-impl v1.0.69 |
554 | 2025-03-22T03:19:50.415Z | Compiling thiserror-impl v2.0.12 |
555 | 2025-03-22T03:19:53.629Z | Compiling tokio-util v0.7.14 |
556 | 2025-03-22T03:19:53.652Z | Compiling rustls-webpki v0.103.0 |
557 | 2025-03-22T03:19:55.512Z | Compiling indexmap v2.8.0 |
558 | 2025-03-22T03:19:57.382Z | Compiling h2 v0.4.8 |
559 | 2025-03-22T03:20:00.450Z | Compiling regex-automata v0.4.9 |
560 | 2025-03-22T03:20:01.902Z | Compiling num-traits v0.2.19 |
561 | 2025-03-22T03:20:02.100Z | Compiling lock_api v0.4.12 |
562 | 2025-03-22T03:20:02.265Z | Compiling portable-atomic v1.11.0 |
563 | 2025-03-22T03:20:02.513Z | Compiling idna_adapter v1.0.0 |
564 | 2025-03-22T03:20:02.655Z | Compiling lazy_static v1.5.0 |
565 | 2025-03-22T03:20:02.804Z | Compiling rustix v0.38.44 |
566 | 2025-03-22T03:20:03.244Z | Compiling hyper v1.6.0 |
567 | 2025-03-22T03:20:03.559Z | Compiling is_ci v1.2.0 |
568 | 2025-03-22T03:20:03.855Z | Compiling utf8_iter v1.0.4 |
569 | 2025-03-22T03:20:04.139Z | Compiling parking_lot_core v0.9.10 |
570 | 2025-03-22T03:20:04.623Z | Compiling nextest-workspace-hack v0.1.0 |
571 | 2025-03-22T03:20:04.944Z | Compiling signal-hook v0.3.17 |
572 | 2025-03-22T03:20:05.271Z | Compiling unicode-linebreak v0.1.5 |
573 | 2025-03-22T03:20:05.804Z | Compiling winnow v0.7.4 |
574 | 2025-03-22T03:20:07.391Z | Compiling either v1.15.0 |
575 | 2025-03-22T03:20:07.870Z | Compiling tokio-rustls v0.26.2 |
576 | 2025-03-22T03:20:08.422Z | Compiling textwrap v0.16.2 |
577 | 2025-03-22T03:20:10.488Z | Compiling hyper-util v0.1.10 |
578 | 2025-03-22T03:20:11.678Z | Compiling idna v1.0.3 |
579 | 2025-03-22T03:20:13.391Z | Compiling supports-color v3.0.2 |
580 | 2025-03-22T03:20:13.630Z | Compiling sharded-slab v0.1.7 |
581 | 2025-03-22T03:20:14.191Z | Compiling pathdiff v0.2.3 |
582 | 2025-03-22T03:20:14.376Z | Compiling serde_spanned v0.6.8 |
583 | 2025-03-22T03:20:14.628Z | Compiling toml_datetime v0.6.8 |
584 | 2025-03-22T03:20:15.214Z | Compiling cargo-platform v0.1.9 |
585 | 2025-03-22T03:20:15.341Z | Compiling backtrace-ext v0.2.1 |
586 | 2025-03-22T03:20:15.627Z | Compiling miette-derive v7.5.0 |
587 | 2025-03-22T03:20:16.323Z | Compiling webpki-roots v0.26.8 |
588 | 2025-03-22T03:20:16.392Z | Compiling console v0.15.11 |
589 | 2025-03-22T03:20:16.537Z | Compiling tracing-log v0.2.0 |
590 | 2025-03-22T03:20:17.272Z | Compiling sync_wrapper v1.0.2 |
591 | 2025-03-22T03:20:17.440Z | Compiling thread_local v1.1.8 |
592 | 2025-03-22T03:20:18.566Z | Compiling zerocopy v0.7.35 |
593 | 2025-03-22T03:20:18.791Z | Compiling tower-layer v0.3.3 |
594 | 2025-03-22T03:20:18.913Z | Compiling cfg_aliases v0.2.1 |
595 | 2025-03-22T03:20:19.024Z | Compiling fixedbitset v0.5.7 |
596 | 2025-03-22T03:20:19.133Z | Compiling supports-unicode v3.0.0 |
597 | 2025-03-22T03:20:19.372Z | Compiling adler2 v2.0.0 |
598 | 2025-03-22T03:20:19.407Z | Compiling supports-hyperlinks v3.1.0 |
599 | 2025-03-22T03:20:19.557Z | Compiling unicode-width v0.1.14 |
600 | 2025-03-22T03:20:19.630Z | Compiling debug-ignore v1.0.5 |
601 | 2025-03-22T03:20:19.770Z | Compiling scopeguard v1.2.0 |
602 | 2025-03-22T03:20:19.799Z | Compiling zstd-safe v7.2.4 |
603 | 2025-03-22T03:20:19.908Z | Compiling newtype-uuid v1.2.1 |
604 | 2025-03-22T03:20:20.103Z | Compiling utf8parse v0.2.2 |
605 | 2025-03-22T03:20:20.119Z | Compiling miette v7.5.0 |
606 | 2025-03-22T03:20:20.252Z | Compiling anstyle-parse v0.2.6 |
607 | 2025-03-22T03:20:20.270Z | Compiling ppv-lite86 v0.2.21 |
608 | 2025-03-22T03:20:20.291Z | Compiling miniz_oxide v0.8.5 |
609 | 2025-03-22T03:20:20.644Z | Compiling petgraph v0.7.1 |
610 | 2025-03-22T03:20:21.195Z | Compiling tower v0.5.2 |
611 | 2025-03-22T03:20:21.313Z | Compiling nix v0.29.0 |
612 | 2025-03-22T03:20:22.219Z | Compiling tracing-subscriber v0.3.19 |
613 | 2025-03-22T03:20:22.238Z | Compiling hyper-rustls v0.27.5 |
614 | 2025-03-22T03:20:23.754Z | Compiling cargo_metadata v0.19.2 |
615 | 2025-03-22T03:20:24.022Z | Compiling toml_edit v0.22.24 |
616 | 2025-03-22T03:20:30.298Z | Compiling url v2.5.4 |
617 | 2025-03-22T03:20:32.189Z | Compiling itertools v0.14.0 |
618 | 2025-03-22T03:20:34.171Z | Compiling regex v1.11.1 |
619 | 2025-03-22T03:20:34.269Z | Compiling serde_urlencoded v0.7.1 |
620 | 2025-03-22T03:20:34.909Z | Compiling smol_str v0.3.2 |
621 | 2025-03-22T03:20:35.574Z | Compiling futures-executor v0.3.31 |
622 | 2025-03-22T03:20:36.016Z | Compiling block-buffer v0.10.4 |
623 | 2025-03-22T03:20:36.037Z | Compiling crypto-common v0.1.6 |
624 | 2025-03-22T03:20:36.239Z | Compiling pin-project-internal v1.1.10 |
625 | 2025-03-22T03:20:36.255Z | Compiling http-body-util v0.1.3 |
626 | 2025-03-22T03:20:36.831Z | Compiling rustls-pemfile v2.2.0 |
627 | 2025-03-22T03:20:36.834Z | Compiling uuid v1.16.0 |
628 | 2025-03-22T03:20:36.932Z | Compiling rand_core v0.9.3 |
629 | 2025-03-22T03:20:37.322Z | Compiling filetime v0.2.25 |
630 | 2025-03-22T03:20:37.461Z | Compiling quick-xml v0.37.2 |
631 | 2025-03-22T03:20:37.676Z | Compiling bstr v1.11.3 |
632 | 2025-03-22T03:20:37.959Z | Compiling vte v0.14.1 |
633 | 2025-03-22T03:20:38.147Z | Compiling crc32fast v1.4.2 |
634 | 2025-03-22T03:20:38.379Z | Compiling nested v0.1.1 |
635 | 2025-03-22T03:20:38.650Z | Compiling base64 v0.22.1 |
636 | 2025-03-22T03:20:38.699Z | Compiling anstyle v1.0.10 |
637 | 2025-03-22T03:20:39.146Z | Compiling tinyvec_macros v0.1.1 |
638 | 2025-03-22T03:20:39.245Z | Compiling xattr v1.5.0 |
639 | 2025-03-22T03:20:39.266Z | Compiling number_prefix v0.4.0 |
640 | 2025-03-22T03:20:39.269Z | Compiling anstyle-query v1.1.2 |
641 | 2025-03-22T03:20:39.437Z | Compiling self_update v0.42.0 |
642 | 2025-03-22T03:20:39.522Z | Compiling ipnet v2.11.0 |
643 | 2025-03-22T03:20:39.554Z | Compiling colorchoice v1.0.3 |
644 | 2025-03-22T03:20:39.710Z | Compiling eyre v0.6.12 |
645 | 2025-03-22T03:20:39.729Z | Compiling iana-time-zone v0.1.61 |
646 | 2025-03-22T03:20:39.826Z | Compiling mime v0.3.17 |
647 | 2025-03-22T03:20:40.244Z | Compiling static_assertions v1.1.0 |
648 | 2025-03-22T03:20:40.352Z | Compiling is_terminal_polyfill v1.70.1 |
649 | 2025-03-22T03:20:40.420Z | Compiling guppy v0.17.17 |
650 | 2025-03-22T03:20:40.494Z | Compiling anstream v0.6.18 |
651 | 2025-03-22T03:20:41.135Z | Compiling reqwest v0.12.15 |
652 | 2025-03-22T03:20:41.384Z | Compiling chrono v0.4.40 |
653 | 2025-03-22T03:20:41.596Z | Compiling indicatif v0.17.11 |
654 | 2025-03-22T03:20:42.695Z | Compiling tar v0.4.44 |
655 | 2025-03-22T03:20:44.497Z | Compiling tinyvec v1.9.0 |
656 | 2025-03-22T03:20:46.258Z | Compiling pin-project v1.1.10 |
657 | 2025-03-22T03:20:46.403Z | Compiling globset v0.4.16 |
658 | 2025-03-22T03:20:47.376Z | Compiling flate2 v1.1.0 |
659 | 2025-03-22T03:20:48.075Z | Compiling strip-ansi-escapes v0.2.1 |
660 | 2025-03-22T03:20:48.872Z | Compiling rand_chacha v0.9.0 |
661 | 2025-03-22T03:20:49.060Z | Compiling digest v0.10.7 |
662 | 2025-03-22T03:20:49.090Z | Compiling futures v0.3.31 |
663 | 2025-03-22T03:20:49.216Z | Compiling nextest-metadata v0.12.2 |
664 | 2025-03-22T03:20:49.311Z | Compiling signal-hook-mio v0.2.4 |
665 | 2025-03-22T03:20:49.492Z | Compiling parking_lot v0.12.3 |
666 | 2025-03-22T03:20:49.508Z | Compiling toml v0.8.20 |
667 | 2025-03-22T03:20:49.833Z | Compiling tracing-error v0.2.1 |
668 | 2025-03-22T03:20:50.493Z | Compiling self-replace v1.5.0 |
669 | 2025-03-22T03:20:51.094Z | Compiling os_pipe v1.2.1 |
670 | 2025-03-22T03:20:51.141Z | Compiling shared_child v1.0.1 |
671 | 2025-03-22T03:20:51.369Z | Compiling unicase v2.8.1 |
672 | 2025-03-22T03:20:51.599Z | Compiling humantime v2.2.0 |
673 | 2025-03-22T03:20:51.806Z | Compiling shell-words v1.1.0 |
674 | 2025-03-22T03:20:51.932Z | Compiling indenter v0.3.3 |
675 | 2025-03-22T03:20:52.124Z | Compiling strsim v0.11.1 |
676 | 2025-03-22T03:20:52.226Z | Compiling owo-colors v3.5.0 |
677 | 2025-03-22T03:20:52.463Z | Compiling recursion v0.5.2 |
678 | 2025-03-22T03:20:52.684Z | Compiling urlencoding v2.1.3 |
679 | 2025-03-22T03:20:53.140Z | Compiling cpufeatures v0.2.17 |
680 | 2025-03-22T03:20:53.244Z | Compiling heck v0.5.0 |
681 | 2025-03-22T03:20:53.709Z | Compiling clap_lex v0.7.4 |
682 | 2025-03-22T03:20:54.140Z | Compiling clap_builder v4.5.32 |
683 | 2025-03-22T03:20:54.438Z | Compiling color-spantrace v0.2.1 |
684 | 2025-03-22T03:20:55.197Z | Compiling clap_derive v4.5.32 |
685 | 2025-03-22T03:20:55.422Z | Compiling sha2 v0.10.8 |
686 | 2025-03-22T03:20:57.230Z | Compiling nextest-filtering v0.15.0 |
687 | 2025-03-22T03:20:59.814Z | Compiling humantime-serde v1.1.1 |
688 | 2025-03-22T03:21:00.051Z | Compiling duct v0.13.7 |
689 | 2025-03-22T03:21:00.071Z | Compiling cargo-nextest v0.9.92 |
690 | 2025-03-22T03:21:03.063Z | Compiling config v0.15.11 |
691 | 2025-03-22T03:21:03.104Z | Compiling crossterm v0.28.1 |
692 | 2025-03-22T03:21:04.225Z | Compiling rand v0.9.0 |
693 | 2025-03-22T03:21:05.975Z | Compiling async-scoped v0.9.0 |
694 | 2025-03-22T03:21:06.295Z | Compiling quick-junit v0.5.1 |
695 | 2025-03-22T03:21:07.285Z | Compiling unicode-normalization v0.1.24 |
696 | 2025-03-22T03:21:08.657Z | Compiling zstd v0.13.3 |
697 | 2025-03-22T03:21:08.831Z | Compiling atomicwrites v0.4.4 |
698 | 2025-03-22T03:21:09.393Z | Compiling target-spec-miette v0.4.4 |
699 | 2025-03-22T03:21:09.571Z | Compiling future-queue v0.4.0 |
700 | 2025-03-22T03:21:10.118Z | Compiling mukti-metadata v0.3.0 |
701 | 2025-03-22T03:21:10.293Z | Compiling camino-tempfile v1.1.1 |
702 | 2025-03-22T03:21:11.200Z | Compiling serde_path_to_error v0.1.17 |
703 | 2025-03-22T03:21:11.217Z | Compiling serde_ignored v0.1.11 |
704 | 2025-03-22T03:21:11.681Z | Compiling tokio-stream v0.1.17 |
705 | 2025-03-22T03:21:12.274Z | Compiling derive-where v1.2.7 |
706 | 2025-03-22T03:21:12.292Z | Compiling home v0.5.11 |
707 | 2025-03-22T03:21:12.599Z | Compiling swrite v0.1.0 |
708 | 2025-03-22T03:21:12.733Z | Compiling indent_write v2.2.0 |
709 | 2025-03-22T03:21:12.826Z | Compiling hex v0.4.3 |
710 | 2025-03-22T03:21:12.884Z | Compiling xxhash-rust v0.8.15 |
711 | 2025-03-22T03:21:13.196Z | Compiling clap v4.5.32 |
712 | 2025-03-22T03:21:13.217Z | Compiling color-eyre v0.6.3 |
713 | 2025-03-22T03:21:13.320Z | Compiling dialoguer v0.11.0 |
714 | 2025-03-22T03:21:13.507Z | Compiling enable-ansi-support v0.2.1 |
715 | 2025-03-22T03:21:15.691Z | Compiling nextest-runner v0.75.0 |
716 | 2025-03-22T03:21:58.830Z | Finished `release` profile [optimized] target(s) in 2m 35s |
717 | 2025-03-22T03:21:59.062Z | Installing /home/build/.cargo/bin/cargo-nextest |
718 | 2025-03-22T03:21:59.065Z | Installed package `cargo-nextest v0.9.92` (executable `cargo-nextest`) |
719 | 2025-03-22T03:21:59.169Z | + banner bfd |
720 | 2025-03-22T03:21:59.234Z | |
721 | 2025-03-22T03:21:59.234Z | ##### ###### ##### |
722 | 2025-03-22T03:21:59.234Z | # # # # # |
723 | 2025-03-22T03:21:59.234Z | ##### ##### # # |
724 | 2025-03-22T03:21:59.234Z | # # # # # |
725 | 2025-03-22T03:21:59.234Z | # # # # # |
726 | 2025-03-22T03:21:59.234Z | ##### # ##### |
727 | 2025-03-22T03:21:59.234Z | |
728 | 2025-03-22T03:21:59.237Z | + cargo nextest run -p bfd --nocapture |
729 | 2025-03-22T03:21:59.628Z | Updating crates.io index |
730 | 2025-03-22T03:21:59.692Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
731 | 2025-03-22T03:22:00.378Z | From https://github.com/oxidecomputer/falcon |
732 | 2025-03-22T03:22:00.378Z | * [new ref] d04addf8c95cf59e1dbcc7c59c3d07692a2eae88 -> refs/commit/d04addf8c95cf59e1dbcc7c59c3d07692a2eae88 |
733 | 2025-03-22T03:22:00.485Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
734 | 2025-03-22T03:22:01.781Z | From https://github.com/oxidecomputer/dendrite |
735 | 2025-03-22T03:22:01.781Z | * [new ref] 58f63f5721d40d1954524879d1ede6b9084c7b3b -> refs/commit/58f63f5721d40d1954524879d1ede6b9084c7b3b |
736 | 2025-03-22T03:22:01.832Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
737 | 2025-03-22T03:22:02.211Z | From https://github.com/oxidecomputer/ispf |
738 | 2025-03-22T03:22:02.211Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
739 | 2025-03-22T03:22:02.220Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
740 | 2025-03-22T03:22:02.668Z | From https://github.com/oxidecomputer/netadm-sys |
741 | 2025-03-22T03:22:02.668Z | * [new ref] f4eae3d8070760922da93b9edd56ca4103b4c390 -> refs/commit/f4eae3d8070760922da93b9edd56ca4103b4c390 |
742 | 2025-03-22T03:22:02.678Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
743 | 2025-03-22T03:22:07.122Z | From https://github.com/oxidecomputer/omicron |
744 | 2025-03-22T03:22:07.122Z | * [new ref] 25a7855cf82764c4297d549fc0bf0b04ab2d4403 -> refs/commit/25a7855cf82764c4297d549fc0bf0b04ab2d4403 |
745 | 2025-03-22T03:22:07.160Z | * [new tag] dogfood -> dogfood |
746 | 2025-03-22T03:22:07.164Z | * [new tag] v5 -> v5 |
747 | 2025-03-22T03:22:07.164Z | * [new tag] v6 -> v6 |
748 | 2025-03-22T03:22:07.164Z | * [new tag] v7 -> v7 |
749 | 2025-03-22T03:22:07.164Z | * [new tag] v8 -> v8 |
750 | 2025-03-22T03:22:07.164Z | * [new tag] v9 -> v9 |
751 | 2025-03-22T03:22:07.582Z | Updating git repository `https://github.com/oxidecomputer/opte` |
752 | 2025-03-22T03:22:08.221Z | From https://github.com/oxidecomputer/opte |
753 | 2025-03-22T03:22:08.221Z | * [new ref] cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa -> refs/commit/cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa |
754 | 2025-03-22T03:22:08.270Z | Updating git repository `https://github.com/illumos/smf-rs` |
755 | 2025-03-22T03:22:08.608Z | From https://github.com/illumos/smf-rs |
756 | 2025-03-22T03:22:08.608Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
757 | 2025-03-22T03:22:08.636Z | Updating git repository `https://github.com/oxidecomputer/zone` |
758 | 2025-03-22T03:22:08.992Z | From https://github.com/oxidecomputer/zone |
759 | 2025-03-22T03:22:08.992Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
760 | 2025-03-22T03:22:09.120Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
761 | 2025-03-22T03:22:09.826Z | From https://github.com/oxidecomputer/propolis |
762 | 2025-03-22T03:22:09.826Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
763 | 2025-03-22T03:22:09.912Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
764 | 2025-03-22T03:22:10.446Z | From https://github.com/oxidecomputer/transceiver-control |
765 | 2025-03-22T03:22:10.446Z | * [new ref] 174386abfc9ffe8104601705f8c6d51e590dfe0c -> refs/commit/174386abfc9ffe8104601705f8c6d51e590dfe0c |
766 | 2025-03-22T03:22:10.472Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
767 | 2025-03-22T03:22:10.858Z | From https://github.com/oxidecomputer/dlpi-sys |
768 | 2025-03-22T03:22:10.858Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
769 | 2025-03-22T03:22:10.869Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
770 | 2025-03-22T03:22:11.298Z | From https://github.com/jmesmon/rust-libzfs |
771 | 2025-03-22T03:22:11.298Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
772 | 2025-03-22T03:22:11.315Z | * [new tag] v0.4.0 -> v0.4.0 |
773 | 2025-03-22T03:22:11.331Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
774 | 2025-03-22T03:22:11.721Z | From https://github.com/oxidecomputer/rusty-doors |
775 | 2025-03-22T03:22:11.721Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
776 | 2025-03-22T03:22:11.742Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
777 | 2025-03-22T03:22:12.286Z | From https://github.com/oxidecomputer/maghemite |
778 | 2025-03-22T03:22:12.286Z | * [new ref] caafd889f31faacfaa51e02902990c220c20ef60 -> refs/commit/caafd889f31faacfaa51e02902990c220c20ef60 |
779 | 2025-03-22T03:22:12.305Z | * [new tag] rift -> rift |
780 | 2025-03-22T03:22:12.309Z | * [new tag] srp -> srp |
781 | 2025-03-22T03:22:12.309Z | * [new tag] tie-spf -> tie-spf |
782 | 2025-03-22T03:22:12.354Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
783 | 2025-03-22T03:22:12.699Z | From https://github.com/oxidecomputer/serde_human_bytes |
784 | 2025-03-22T03:22:12.699Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
785 | 2025-03-22T03:22:12.710Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
786 | 2025-03-22T03:22:13.089Z | From https://github.com/oxidecomputer/slog-error-chain |
787 | 2025-03-22T03:22:13.089Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
788 | 2025-03-22T03:22:13.114Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
789 | 2025-03-22T03:22:13.486Z | From https://github.com/oxidecomputer/tufaceous |
790 | 2025-03-22T03:22:13.486Z | * [new ref] 69e2896b5905aba61445e519aaa40f02d59638b2 -> refs/commit/69e2896b5905aba61445e519aaa40f02d59638b2 |
791 | 2025-03-22T03:22:13.518Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
792 | 2025-03-22T03:22:13.949Z | From https://github.com/oxidecomputer/poptrie |
793 | 2025-03-22T03:22:13.949Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
794 | 2025-03-22T03:22:14.005Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
795 | 2025-03-22T03:22:14.509Z | From https://github.com/oxidecomputer/ingot |
796 | 2025-03-22T03:22:14.509Z | * [new ref] bff93247fe75ff889121e39d494cc3805fc01906 -> refs/commit/bff93247fe75ff889121e39d494cc3805fc01906 |
797 | 2025-03-22T03:22:14.575Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
798 | 2025-03-22T03:22:15.209Z | From https://github.com/oxidecomputer/propolis |
799 | 2025-03-22T03:22:15.209Z | * [new ref] 6b5f2af796a3ea57405721407ab70520a93ec73f -> refs/commit/6b5f2af796a3ea57405721407ab70520a93ec73f |
800 | 2025-03-22T03:22:15.276Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
801 | 2025-03-22T03:22:16.450Z | From https://github.com/oxidecomputer/crucible |
802 | 2025-03-22T03:22:16.450Z | * [new ref] 81a3528adacdbde18fcbf3938247fef17233db11 -> refs/commit/81a3528adacdbde18fcbf3938247fef17233db11 |
803 | 2025-03-22T03:22:16.521Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
804 | 2025-03-22T03:22:17.104Z | From https://github.com/oxidecomputer/management-gateway-service |
805 | 2025-03-22T03:22:17.104Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
806 | 2025-03-22T03:22:17.646Z | Downloading crates ... |
807 | 2025-03-22T03:22:17.845Z | Downloaded async-stream-impl v0.3.6 |
808 | 2025-03-22T03:22:17.859Z | Downloaded async-stream v0.3.6 |
809 | 2025-03-22T03:22:17.862Z | Downloaded strum v0.26.3 |
810 | 2025-03-22T03:22:17.865Z | Downloaded serde_with_macros v3.12.0 |
811 | 2025-03-22T03:22:17.871Z | Downloaded slog-scope v4.4.0 |
812 | 2025-03-22T03:22:17.874Z | Downloaded sigpipe v0.1.3 |
813 | 2025-03-22T03:22:17.874Z | Downloaded dtrace-parser v0.2.0 |
814 | 2025-03-22T03:22:17.874Z | Downloaded float-ord v0.3.2 |
815 | 2025-03-22T03:22:17.874Z | Downloaded cstr-argument v0.1.2 |
816 | 2025-03-22T03:22:17.878Z | Downloaded fxhash v0.2.1 |
817 | 2025-03-22T03:22:17.878Z | Downloaded crunchy v0.2.3 |
818 | 2025-03-22T03:22:17.878Z | Downloaded const-random v0.1.18 |
819 | 2025-03-22T03:22:17.881Z | Downloaded foreign-types-shared v0.3.1 |
820 | 2025-03-22T03:22:17.884Z | Downloaded zerofrom v0.1.6 |
821 | 2025-03-22T03:22:17.888Z | Downloaded const-random-macro v0.1.16 |
822 | 2025-03-22T03:22:17.891Z | Downloaded darling_macro v0.20.10 |
823 | 2025-03-22T03:22:17.894Z | Downloaded spin v0.9.8 |
824 | 2025-03-22T03:22:17.897Z | Downloaded ident_case v1.0.1 |
825 | 2025-03-22T03:22:17.897Z | Downloaded crc8 v0.1.1 |
826 | 2025-03-22T03:22:17.897Z | Downloaded zone_cfg_derive v0.3.0 |
827 | 2025-03-22T03:22:17.900Z | Downloaded write16 v1.0.0 |
828 | 2025-03-22T03:22:17.900Z | Downloaded usdt-attr-macro v0.5.0 |
829 | 2025-03-22T03:22:17.900Z | Downloaded waitgroup v0.1.2 |
830 | 2025-03-22T03:22:17.904Z | Downloaded icu_provider_macros v1.5.0 |
831 | 2025-03-22T03:22:17.907Z | Downloaded usdt-macro v0.5.0 |
832 | 2025-03-22T03:22:17.907Z | Downloaded take_mut v0.2.2 |
833 | 2025-03-22T03:22:17.907Z | Downloaded crucible-workspace-hack v0.1.0 |
834 | 2025-03-22T03:22:17.911Z | Downloaded is-terminal v0.4.16 |
835 | 2025-03-22T03:22:17.915Z | Downloaded instant v0.1.13 |
836 | 2025-03-22T03:22:17.915Z | Downloaded ciborium-io v0.2.2 |
837 | 2025-03-22T03:22:17.918Z | Downloaded hubpack_derive v0.1.1 |
838 | 2025-03-22T03:22:17.921Z | Downloaded zone_cfg_derive v0.1.2 |
839 | 2025-03-22T03:22:17.921Z | Downloaded slog-dtrace v0.3.0 |
840 | 2025-03-22T03:22:17.924Z | Downloaded structmeta-derive v0.3.0 |
841 | 2025-03-22T03:22:17.924Z | Downloaded structmeta v0.3.0 |
842 | 2025-03-22T03:22:17.924Z | Downloaded spin v0.5.2 |
843 | 2025-03-22T03:22:17.927Z | Downloaded slog-stdlog v4.1.1 |
844 | 2025-03-22T03:22:17.927Z | Downloaded utf16_iter v1.0.5 |
845 | 2025-03-22T03:22:17.930Z | Downloaded untrusted v0.7.1 |
846 | 2025-03-22T03:22:17.930Z | Downloaded bit-set v0.8.0 |
847 | 2025-03-22T03:22:17.933Z | Downloaded linear-map v1.2.0 |
848 | 2025-03-22T03:22:17.933Z | Downloaded typify-macro v0.2.0 |
849 | 2025-03-22T03:22:17.936Z | Downloaded thread-id v4.2.2 |
850 | 2025-03-22T03:22:17.936Z | Downloaded heck v0.3.3 |
851 | 2025-03-22T03:22:17.936Z | Downloaded embedded-io v0.4.0 |
852 | 2025-03-22T03:22:17.940Z | Downloaded synstructure v0.13.1 |
853 | 2025-03-22T03:22:17.944Z | Downloaded embedded-io v0.6.1 |
854 | 2025-03-22T03:22:17.944Z | Downloaded newline-converter v0.3.0 |
855 | 2025-03-22T03:22:17.944Z | Downloaded hostname v0.4.0 |
856 | 2025-03-22T03:22:17.947Z | Downloaded zerofrom-derive v0.1.6 |
857 | 2025-03-22T03:22:17.947Z | Downloaded smf v0.2.3 |
858 | 2025-03-22T03:22:17.947Z | Downloaded foreign-types-macros v0.2.3 |
859 | 2025-03-22T03:22:17.950Z | Downloaded strum_macros v0.25.3 |
860 | 2025-03-22T03:22:17.950Z | Downloaded linked-hash-map v0.5.6 |
861 | 2025-03-22T03:22:17.954Z | Downloaded zerovec-derive v0.10.3 |
862 | 2025-03-22T03:22:17.954Z | Downloaded httpdate v1.0.3 |
863 | 2025-03-22T03:22:17.958Z | Downloaded foreign-types v0.5.0 |
864 | 2025-03-22T03:22:17.958Z | Downloaded libsw v3.5.0 |
865 | 2025-03-22T03:22:17.961Z | Downloaded zone v0.3.0 |
866 | 2025-03-22T03:22:17.961Z | Downloaded usdt-impl v0.5.0 |
867 | 2025-03-22T03:22:17.961Z | Downloaded tabwriter v1.4.1 |
868 | 2025-03-22T03:22:17.964Z | Downloaded hostname v0.3.1 |
869 | 2025-03-22T03:22:17.964Z | Downloaded wait-timeout v0.2.1 |
870 | 2025-03-22T03:22:17.967Z | Downloaded tiny-keccak v2.0.2 |
871 | 2025-03-22T03:22:17.972Z | Downloaded ipnetwork v0.21.1 |
872 | 2025-03-22T03:22:17.972Z | Downloaded lru-cache v0.1.2 |
873 | 2025-03-22T03:22:17.975Z | Downloaded libscf-sys v1.1.0 |
874 | 2025-03-22T03:22:17.975Z | Downloaded dof v0.3.0 |
875 | 2025-03-22T03:22:17.975Z | Downloaded defmt-parser v0.4.1 |
876 | 2025-03-22T03:22:17.975Z | Downloaded daft v0.1.2 |
877 | 2025-03-22T03:22:17.979Z | Downloaded yoke-derive v0.7.5 |
878 | 2025-03-22T03:22:17.979Z | Downloaded tokio-rustls v0.25.0 |
879 | 2025-03-22T03:22:17.983Z | Downloaded usdt v0.5.0 |
880 | 2025-03-22T03:22:17.983Z | Downloaded topological-sort v0.2.2 |
881 | 2025-03-22T03:22:17.983Z | Downloaded deranged v0.4.0 |
882 | 2025-03-22T03:22:17.987Z | Downloaded constant_time_eq v0.3.1 |
883 | 2025-03-22T03:22:17.987Z | Downloaded litemap v0.7.5 |
884 | 2025-03-22T03:22:17.989Z | Downloaded data-encoding v2.8.0 |
885 | 2025-03-22T03:22:17.989Z | Downloaded byteorder v1.5.0 |
886 | 2025-03-22T03:22:17.992Z | Downloaded tokio-tungstenite v0.21.0 |
887 | 2025-03-22T03:22:17.995Z | Downloaded match_cfg v0.1.0 |
888 | 2025-03-22T03:22:17.995Z | Downloaded foldhash v0.1.5 |
889 | 2025-03-22T03:22:17.999Z | Downloaded ciborium-ll v0.2.2 |
890 | 2025-03-22T03:22:17.999Z | Downloaded tinystr v0.7.6 |
891 | 2025-03-22T03:22:18.004Z | Downloaded tabled_derive v0.10.0 |
892 | 2025-03-22T03:22:18.004Z | Downloaded libsw-core v0.3.2 |
893 | 2025-03-22T03:22:18.004Z | Downloaded walkdir v2.5.0 |
894 | 2025-03-22T03:22:18.008Z | Downloaded scroll_derive v0.12.0 |
895 | 2025-03-22T03:22:18.008Z | Downloaded time-core v0.1.4 |
896 | 2025-03-22T03:22:18.008Z | Downloaded zerocopy-derive v0.7.35 |
897 | 2025-03-22T03:22:18.011Z | Downloaded newtype_derive v0.1.6 |
898 | 2025-03-22T03:22:18.015Z | Downloaded time-macros v0.2.21 |
899 | 2025-03-22T03:22:18.015Z | Downloaded pretty-hex v0.2.1 |
900 | 2025-03-22T03:22:18.019Z | Downloaded num-conv v0.1.0 |
901 | 2025-03-22T03:22:18.019Z | Downloaded yoke v0.7.5 |
902 | 2025-03-22T03:22:18.019Z | Downloaded daft-derive v0.1.2 |
903 | 2025-03-22T03:22:18.026Z | Downloaded no-std-compat v0.4.1 |
904 | 2025-03-22T03:22:18.026Z | Downloaded slog v2.7.0 |
905 | 2025-03-22T03:22:18.026Z | Downloaded similar v2.7.0 |
906 | 2025-03-22T03:22:18.033Z | Downloaded serde-big-array v0.5.1 |
907 | 2025-03-22T03:22:18.033Z | Downloaded zerocopy v0.6.6 |
908 | 2025-03-22T03:22:18.039Z | Downloaded utf-8 v0.7.6 |
909 | 2025-03-22T03:22:18.039Z | Downloaded pest_generator v2.7.15 |
910 | 2025-03-22T03:22:18.039Z | Downloaded serde_tokenstream v0.2.2 |
911 | 2025-03-22T03:22:18.043Z | Downloaded same-file v1.0.6 |
912 | 2025-03-22T03:22:18.043Z | Downloaded rustversion v1.0.20 |
913 | 2025-03-22T03:22:18.046Z | Downloaded pretty-hex v0.4.1 |
914 | 2025-03-22T03:22:18.046Z | Downloaded num-complex v0.4.6 |
915 | 2025-03-22T03:22:18.046Z | Downloaded toml v0.7.8 |
916 | 2025-03-22T03:22:18.049Z | Downloaded test-strategy v0.4.1 |
917 | 2025-03-22T03:22:18.053Z | Downloaded thin-vec v0.2.13 |
918 | 2025-03-22T03:22:18.057Z | Downloaded dirs-next v2.0.0 |
919 | 2025-03-22T03:22:18.057Z | Downloaded enum-as-inner v0.6.1 |
920 | 2025-03-22T03:22:18.060Z | Downloaded defmt v0.3.10 |
921 | 2025-03-22T03:22:18.063Z | Downloaded progenitor-macro v0.8.0 |
922 | 2025-03-22T03:22:18.063Z | Downloaded rand_xorshift v0.3.0 |
923 | 2025-03-22T03:22:18.063Z | Downloaded base64 v0.13.1 |
924 | 2025-03-22T03:22:18.066Z | Downloaded proc-macro-error-attr2 v2.0.0 |
925 | 2025-03-22T03:22:18.069Z | Downloaded powerfmt v0.2.0 |
926 | 2025-03-22T03:22:18.069Z | Downloaded serde_yaml v0.9.34+deprecated |
927 | 2025-03-22T03:22:18.073Z | Downloaded unsafe-libyaml v0.2.11 |
928 | 2025-03-22T03:22:18.077Z | Downloaded num_threads v0.1.7 |
929 | 2025-03-22T03:22:18.077Z | Downloaded omicron-workspace-hack v0.1.0 |
930 | 2025-03-22T03:22:18.077Z | Downloaded num-derive v0.4.2 |
931 | 2025-03-22T03:22:18.081Z | Downloaded proc-macro-crate v1.3.1 |
932 | 2025-03-22T03:22:18.081Z | Downloaded paste v1.0.15 |
933 | 2025-03-22T03:22:18.084Z | Downloaded serde_repr v0.1.20 |
934 | 2025-03-22T03:22:18.084Z | Downloaded progenitor-client v0.9.1 |
935 | 2025-03-22T03:22:18.084Z | Downloaded semver v0.1.20 |
936 | 2025-03-22T03:22:18.088Z | Downloaded progenitor-macro v0.9.1 |
937 | 2025-03-22T03:22:18.088Z | Downloaded proc-macro-error-attr v1.0.4 |
938 | 2025-03-22T03:22:18.088Z | Downloaded rustc_version v0.1.7 |
939 | 2025-03-22T03:22:18.091Z | Downloaded tungstenite v0.21.0 |
940 | 2025-03-22T03:22:18.093Z | Downloaded proc-macro-crate v3.3.0 |
941 | 2025-03-22T03:22:18.094Z | Downloaded progenitor v0.8.0 |
942 | 2025-03-22T03:22:18.097Z | Downloaded parse-display-derive v0.10.0 |
943 | 2025-03-22T03:22:18.097Z | Downloaded schemars_derive v0.8.22 |
944 | 2025-03-22T03:22:18.097Z | Downloaded parse-display v0.10.0 |
945 | 2025-03-22T03:22:18.100Z | Downloaded num_enum v0.7.3 |
946 | 2025-03-22T03:22:18.104Z | Downloaded resolv-conf v0.7.1 |
947 | 2025-03-22T03:22:18.108Z | Downloaded pest_meta v2.7.15 |
948 | 2025-03-22T03:22:18.108Z | Downloaded idna_adapter v1.2.0 |
949 | 2025-03-22T03:22:18.112Z | Downloaded icu_normalizer_data v1.5.0 |
950 | 2025-03-22T03:22:18.112Z | Downloaded icu_normalizer v1.5.0 |
951 | 2025-03-22T03:22:18.119Z | Downloaded serde_derive_internals v0.29.1 |
952 | 2025-03-22T03:22:18.119Z | Downloaded steno v0.4.1 |
953 | 2025-03-22T03:22:18.123Z | Downloaded derive_more v0.99.19 |
954 | 2025-03-22T03:22:18.127Z | Downloaded indexmap v1.9.3 |
955 | 2025-03-22T03:22:18.127Z | Downloaded icu_provider v1.5.0 |
956 | 2025-03-22T03:22:18.130Z | Downloaded arc-swap v1.7.1 |
957 | 2025-03-22T03:22:18.134Z | Downloaded zerocopy-derive v0.8.24 |
958 | 2025-03-22T03:22:18.139Z | Downloaded password-hash v0.5.0 |
959 | 2025-03-22T03:22:18.143Z | Downloaded num-integer v0.1.46 |
960 | 2025-03-22T03:22:18.143Z | Downloaded yansi v1.0.1 |
961 | 2025-03-22T03:22:18.147Z | Downloaded plain v0.2.3 |
962 | 2025-03-22T03:22:18.147Z | Downloaded managed v0.8.0 |
963 | 2025-03-22T03:22:18.150Z | Downloaded schemars v0.8.22 |
964 | 2025-03-22T03:22:18.158Z | Downloaded rhai_codegen v2.2.0 |
965 | 2025-03-22T03:22:18.165Z | Downloaded half v2.5.0 |
966 | 2025-03-22T03:22:18.169Z | Downloaded toml_edit v0.19.15 |
967 | 2025-03-22T03:22:18.184Z | Downloaded pretty_assertions v1.4.1 |
968 | 2025-03-22T03:22:18.188Z | Downloaded minimal-lexical v0.2.1 |
969 | 2025-03-22T03:22:18.191Z | Downloaded num-iter v0.1.45 |
970 | 2025-03-22T03:22:18.191Z | Downloaded time v0.3.40 |
971 | 2025-03-22T03:22:18.199Z | Downloaded macaddr v1.0.1 |
972 | 2025-03-22T03:22:18.202Z | Downloaded itertools v0.10.5 |
973 | 2025-03-22T03:22:18.212Z | Downloaded itertools v0.13.0 |
974 | 2025-03-22T03:22:18.216Z | Downloaded heapless v0.8.0 |
975 | 2025-03-22T03:22:18.219Z | Downloaded proc-macro-error2 v2.0.1 |
976 | 2025-03-22T03:22:18.223Z | Downloaded omicron-zone-package v0.11.1 |
977 | 2025-03-22T03:22:18.226Z | Downloaded parking_lot v0.11.2 |
978 | 2025-03-22T03:22:18.226Z | Downloaded nom v7.1.3 |
979 | 2025-03-22T03:22:18.230Z | Downloaded progenitor-impl v0.8.0 |
980 | 2025-03-22T03:22:18.234Z | Downloaded winnow v0.6.26 |
981 | 2025-03-22T03:22:18.240Z | Downloaded papergrid v0.14.0 |
982 | 2025-03-22T03:22:18.244Z | Downloaded rayon-core v1.12.1 |
983 | 2025-03-22T03:22:18.248Z | Downloaded prettyplease v0.2.31 |
984 | 2025-03-22T03:22:18.253Z | Downloaded icu_collections v1.5.0 |
985 | 2025-03-22T03:22:18.257Z | Downloaded hashbrown v0.12.3 |
986 | 2025-03-22T03:22:18.261Z | Downloaded rand v0.8.5 |
987 | 2025-03-22T03:22:18.264Z | Downloaded qorb v0.2.1 |
988 | 2025-03-22T03:22:18.269Z | Downloaded rustls-webpki v0.102.8 |
989 | 2025-03-22T03:22:18.286Z | Downloaded tabled v0.18.0 |
990 | 2025-03-22T03:22:18.302Z | Downloaded syn v1.0.109 |
991 | 2025-03-22T03:22:18.312Z | Downloaded expectorate v1.1.0 |
992 | 2025-03-22T03:22:18.315Z | Downloaded crossbeam-channel v0.5.14 |
993 | 2025-03-22T03:22:18.318Z | Downloaded winnow v0.5.40 |
994 | 2025-03-22T03:22:18.327Z | Downloaded smoltcp v0.11.0 |
995 | 2025-03-22T03:22:18.338Z | Downloaded pest v2.7.15 |
996 | 2025-03-22T03:22:18.343Z | Downloaded rhai v1.21.0 |
997 | 2025-03-22T03:22:18.355Z | Downloaded goblin v0.8.2 |
998 | 2025-03-22T03:22:18.361Z | Downloaded blake3 v1.7.0 |
999 | 2025-03-22T03:22:18.369Z | Downloaded hickory-resolver v0.24.4 |
1000 | 2025-03-22T03:22:18.373Z | Downloaded sled v0.34.7 |
1001 | 2025-03-22T03:22:18.383Z | Downloaded serde_with v3.12.0 |
1002 | 2025-03-22T03:22:18.391Z | Downloaded typify-impl v0.3.0 |
1003 | 2025-03-22T03:22:18.404Z | Downloaded typify-impl v0.2.0 |
1004 | 2025-03-22T03:22:18.418Z | Downloaded icu_properties_data v1.5.0 |
1005 | 2025-03-22T03:22:18.427Z | Downloaded proptest v1.6.0 |
1006 | 2025-03-22T03:22:18.436Z | Downloaded zerocopy-derive v0.6.6 |
1007 | 2025-03-22T03:22:18.444Z | Downloaded multer v3.1.0 |
1008 | 2025-03-22T03:22:18.448Z | Downloaded ron v0.7.1 |
1009 | 2025-03-22T03:22:18.451Z | Downloaded progenitor-impl v0.9.1 |
1010 | 2025-03-22T03:22:18.455Z | Downloaded itertools v0.12.1 |
1011 | 2025-03-22T03:22:18.459Z | Downloaded zerovec v0.10.4 |
1012 | 2025-03-22T03:22:18.464Z | Downloaded darling_core v0.20.10 |
1013 | 2025-03-22T03:22:18.469Z | Downloaded dropshot v0.16.0 |
1014 | 2025-03-22T03:22:18.489Z | Downloaded postcard v1.1.1 |
1015 | 2025-03-22T03:22:18.492Z | Downloaded rustls v0.22.4 |
1016 | 2025-03-22T03:22:18.502Z | Downloaded regress v0.10.3 |
1017 | 2025-03-22T03:22:18.510Z | Downloaded hickory-proto v0.24.4 |
1018 | 2025-03-22T03:22:18.524Z | Downloaded openapiv3 v2.0.0 |
1019 | 2025-03-22T03:22:18.535Z | Downloaded libm v0.2.11 |
1020 | 2025-03-22T03:22:18.542Z | Downloaded icu_properties v1.5.1 |
1021 | 2025-03-22T03:22:18.545Z | Downloaded crossbeam-epoch v0.9.18 |
1022 | 2025-03-22T03:22:18.548Z | Downloaded pest_derive v2.7.15 |
1023 | 2025-03-22T03:22:18.551Z | Downloaded scroll v0.12.0 |
1024 | 2025-03-22T03:22:18.554Z | Downloaded unicode-segmentation v1.12.0 |
1025 | 2025-03-22T03:22:18.557Z | Downloaded oxnet v0.1.1 |
1026 | 2025-03-22T03:22:18.557Z | Downloaded icu_locid v1.5.0 |
1027 | 2025-03-22T03:22:18.561Z | Downloaded dropshot_endpoint v0.16.0 |
1028 | 2025-03-22T03:22:18.564Z | Downloaded diff v0.1.13 |
1029 | 2025-03-22T03:22:18.567Z | Downloaded parking_lot_core v0.8.6 |
1030 | 2025-03-22T03:22:18.570Z | Downloaded icu_locid_transform_data v1.5.0 |
1031 | 2025-03-22T03:22:18.570Z | Downloaded crossbeam-utils v0.8.21 |
1032 | 2025-03-22T03:22:18.575Z | Downloaded cookie v0.18.1 |
1033 | 2025-03-22T03:22:18.579Z | Downloaded proc-macro-error v1.0.4 |
1034 | 2025-03-22T03:22:18.579Z | Downloaded memmap2 v0.9.5 |
1035 | 2025-03-22T03:22:18.583Z | Downloaded ucd-trie v0.1.7 |
1036 | 2025-03-22T03:22:18.583Z | Downloaded darling v0.20.10 |
1037 | 2025-03-22T03:22:18.586Z | Downloaded cancel-safe-futures v0.1.5 |
1038 | 2025-03-22T03:22:18.589Z | Downloaded anyhow v1.0.97 |
1039 | 2025-03-22T03:22:18.596Z | Downloaded num_enum v0.5.11 |
1040 | 2025-03-22T03:22:18.599Z | Downloaded rand_chacha v0.3.1 |
1041 | 2025-03-22T03:22:18.599Z | Downloaded num-derive v0.3.3 |
1042 | 2025-03-22T03:22:18.599Z | Downloaded quick-error v1.2.3 |
1043 | 2025-03-22T03:22:18.599Z | Downloaded num-rational v0.4.2 |
1044 | 2025-03-22T03:22:18.602Z | Downloaded typify v0.3.0 |
1045 | 2025-03-22T03:22:18.605Z | Downloaded term v0.7.0 |
1046 | 2025-03-22T03:22:18.610Z | Downloaded blake2 v0.10.6 |
1047 | 2025-03-22T03:22:18.610Z | Downloaded allocator-api2 v0.2.21 |
1048 | 2025-03-22T03:22:18.613Z | Downloaded num v0.4.3 |
1049 | 2025-03-22T03:22:18.613Z | Downloaded petgraph v0.6.5 |
1050 | 2025-03-22T03:22:18.629Z | Downloaded num_enum_derive v0.5.11 |
1051 | 2025-03-22T03:22:18.634Z | Downloaded memoffset v0.9.1 |
1052 | 2025-03-22T03:22:18.634Z | Downloaded memmap v0.7.0 |
1053 | 2025-03-22T03:22:18.634Z | Downloaded lzma-sys v0.1.20 |
1054 | 2025-03-22T03:22:18.659Z | Downloaded rusty-fork v0.3.0 |
1055 | 2025-03-22T03:22:18.662Z | Downloaded highway v1.3.0 |
1056 | 2025-03-22T03:22:18.665Z | Downloaded displaydoc v0.2.5 |
1057 | 2025-03-22T03:22:18.665Z | Downloaded ciborium v0.2.2 |
1058 | 2025-03-22T03:22:18.668Z | Downloaded num_enum_derive v0.7.3 |
1059 | 2025-03-22T03:22:18.672Z | Downloaded whoami v1.5.2 |
1060 | 2025-03-22T03:22:18.672Z | Downloaded strum_macros v0.26.4 |
1061 | 2025-03-22T03:22:18.676Z | Downloaded cobs v0.2.3 |
1062 | 2025-03-22T03:22:18.676Z | Downloaded icu_locid_transform v1.5.0 |
1063 | 2025-03-22T03:22:18.680Z | Downloaded colored v2.2.0 |
1064 | 2025-03-22T03:22:18.680Z | Downloaded bit-vec v0.8.0 |
1065 | 2025-03-22T03:22:18.680Z | Downloaded argon2 v0.5.3 |
1066 | 2025-03-22T03:22:18.684Z | Downloaded progenitor-client v0.8.0 |
1067 | 2025-03-22T03:22:18.684Z | Downloaded progenitor v0.9.1 |
1068 | 2025-03-22T03:22:18.684Z | Downloaded unarray v0.1.4 |
1069 | 2025-03-22T03:22:18.688Z | Downloaded typify v0.2.0 |
1070 | 2025-03-22T03:22:18.688Z | Downloaded smartstring v1.0.1 |
1071 | 2025-03-22T03:22:18.691Z | Downloaded hubpack v0.1.2 |
1072 | 2025-03-22T03:22:18.691Z | Downloaded defmt-macros v0.4.0 |
1073 | 2025-03-22T03:22:18.694Z | Downloaded bytecount v0.6.8 |
1074 | 2025-03-22T03:22:18.694Z | Downloaded zone v0.1.8 |
1075 | 2025-03-22T03:22:18.694Z | Downloaded xz2 v0.1.7 |
1076 | 2025-03-22T03:22:18.697Z | Downloaded typify-macro v0.3.0 |
1077 | 2025-03-22T03:22:18.700Z | Downloaded slog-term v2.9.1 |
1078 | 2025-03-22T03:22:18.700Z | Downloaded slog-envlogger v2.2.0 |
1079 | 2025-03-22T03:22:18.703Z | Downloaded writeable v0.5.5 |
1080 | 2025-03-22T03:22:18.703Z | Downloaded crossbeam-deque v0.8.6 |
1081 | 2025-03-22T03:22:18.707Z | Downloaded convert_case v0.4.0 |
1082 | 2025-03-22T03:22:18.707Z | Downloaded heck v0.4.1 |
1083 | 2025-03-22T03:22:18.707Z | Downloaded hash32 v0.3.1 |
1084 | 2025-03-22T03:22:18.710Z | Downloaded fixedbitset v0.4.2 |
1085 | 2025-03-22T03:22:18.710Z | Downloaded slog-bunyan v2.5.0 |
1086 | 2025-03-22T03:22:18.710Z | Downloaded sha1 v0.10.6 |
1087 | 2025-03-22T03:22:18.710Z | Downloaded dyn-clone v1.0.19 |
1088 | 2025-03-22T03:22:18.715Z | Downloaded dirs-sys-next v0.1.2 |
1089 | 2025-03-22T03:22:18.715Z | Downloaded async-trait v0.1.88 |
1090 | 2025-03-22T03:22:18.717Z | Downloaded arrayvec v0.7.6 |
1091 | 2025-03-22T03:22:18.717Z | Downloaded arrayref v0.3.9 |
1092 | 2025-03-22T03:22:18.721Z | Downloaded slog-json v2.6.1 |
1093 | 2025-03-22T03:22:18.721Z | Downloaded slog-async v2.8.0 |
1094 | 2025-03-22T03:22:18.724Z | Downloaded bitflags v1.3.2 |
1095 | 2025-03-22T03:22:18.724Z | Downloaded backoff v0.4.0 |
1096 | 2025-03-22T03:22:18.727Z | Downloaded stable_deref_trait v1.2.0 |
1097 | 2025-03-22T03:22:18.727Z | Downloaded encoding_rs v0.8.35 |
1098 | 2025-03-22T03:22:18.929Z | Downloaded ring v0.16.20 |
1099 | 2025-03-22T03:22:20.050Z | Compiling proc-macro2 v1.0.94 |
1100 | 2025-03-22T03:22:20.050Z | Compiling unicode-ident v1.0.18 |
1101 | 2025-03-22T03:22:20.050Z | Compiling cfg-if v1.0.0 |
1102 | 2025-03-22T03:22:20.056Z | Compiling serde v1.0.219 |
1103 | 2025-03-22T03:22:20.056Z | Compiling autocfg v1.4.0 |
1104 | 2025-03-22T03:22:20.056Z | Compiling libc v0.2.171 |
1105 | 2025-03-22T03:22:20.056Z | Compiling memchr v2.7.4 |
1106 | 2025-03-22T03:22:20.141Z | Compiling itoa v1.0.15 |
1107 | 2025-03-22T03:22:20.312Z | Compiling once_cell v1.21.1 |
1108 | 2025-03-22T03:22:20.357Z | Compiling ryu v1.0.20 |
1109 | 2025-03-22T03:22:20.700Z | Compiling libm v0.2.11 |
1110 | 2025-03-22T03:22:20.715Z | Compiling serde_json v1.0.140 |
1111 | 2025-03-22T03:22:20.786Z | Compiling smallvec v1.14.0 |
1112 | 2025-03-22T03:22:20.958Z | Compiling getrandom v0.3.2 |
1113 | 2025-03-22T03:22:21.076Z | Compiling equivalent v1.0.2 |
1114 | 2025-03-22T03:22:21.163Z | Compiling allocator-api2 v0.2.21 |
1115 | 2025-03-22T03:22:21.174Z | Compiling foldhash v0.1.5 |
1116 | 2025-03-22T03:22:21.525Z | Compiling pin-project-lite v0.2.16 |
1117 | 2025-03-22T03:22:21.573Z | Compiling lock_api v0.4.12 |
1118 | 2025-03-22T03:22:21.636Z | Compiling parking_lot_core v0.9.10 |
1119 | 2025-03-22T03:22:21.648Z | Compiling scopeguard v1.2.0 |
1120 | 2025-03-22T03:22:21.782Z | Compiling fnv v1.0.7 |
1121 | 2025-03-22T03:22:21.892Z | Compiling quote v1.0.40 |
1122 | 2025-03-22T03:22:21.904Z | Compiling hashbrown v0.15.2 |
1123 | 2025-03-22T03:22:22.078Z | Compiling log v0.4.26 |
1124 | 2025-03-22T03:22:22.103Z | Compiling iana-time-zone v0.1.61 |
1125 | 2025-03-22T03:22:22.487Z | Compiling syn v2.0.100 |
1126 | 2025-03-22T03:22:22.500Z | Compiling semver v1.0.26 |
1127 | 2025-03-22T03:22:22.536Z | Compiling shlex v1.3.0 |
1128 | 2025-03-22T03:22:22.572Z | Compiling schemars v0.8.22 |
1129 | 2025-03-22T03:22:22.663Z | Compiling version_check v0.9.5 |
1130 | 2025-03-22T03:22:22.750Z | Compiling dyn-clone v1.0.19 |
1131 | 2025-03-22T03:22:22.884Z | Compiling cc v1.2.17 |
1132 | 2025-03-22T03:22:22.951Z | Compiling bitflags v2.9.0 |
1133 | 2025-03-22T03:22:22.972Z | Compiling futures-core v0.3.31 |
1134 | 2025-03-22T03:22:23.054Z | Compiling futures-sink v0.3.31 |
1135 | 2025-03-22T03:22:23.102Z | Compiling heck v0.5.0 |
1136 | 2025-03-22T03:22:23.195Z | Compiling slab v0.4.9 |
1137 | 2025-03-22T03:22:23.207Z | Compiling num-traits v0.2.19 |
1138 | 2025-03-22T03:22:23.335Z | Compiling thiserror v1.0.69 |
1139 | 2025-03-22T03:22:23.409Z | Compiling stable_deref_trait v1.2.0 |
1140 | 2025-03-22T03:22:23.501Z | Compiling futures-channel v0.3.31 |
1141 | 2025-03-22T03:22:23.680Z | Compiling futures-io v0.3.31 |
1142 | 2025-03-22T03:22:23.889Z | Compiling pin-utils v0.1.0 |
1143 | 2025-03-22T03:22:23.915Z | Compiling futures-task v0.3.31 |
1144 | 2025-03-22T03:22:24.195Z | Compiling tracing-core v0.1.33 |
1145 | 2025-03-22T03:22:24.220Z | Compiling subtle v2.6.1 |
1146 | 2025-03-22T03:22:24.249Z | Compiling untrusted v0.9.0 |
1147 | 2025-03-22T03:22:24.449Z | Compiling thiserror v2.0.12 |
1148 | 2025-03-22T03:22:24.514Z | Compiling rustls-pki-types v1.11.0 |
1149 | 2025-03-22T03:22:24.987Z | Compiling parking_lot v0.12.3 |
1150 | 2025-03-22T03:22:25.421Z | Compiling signal-hook-registry v1.4.2 |
1151 | 2025-03-22T03:22:25.800Z | Compiling socket2 v0.5.8 |
1152 | 2025-03-22T03:22:25.855Z | Compiling mio v1.0.3 |
1153 | 2025-03-22T03:22:25.873Z | Compiling getrandom v0.2.15 |
1154 | 2025-03-22T03:22:25.940Z | Compiling regex-syntax v0.8.5 |
1155 | 2025-03-22T03:22:26.031Z | Compiling pkg-config v0.3.32 |
1156 | 2025-03-22T03:22:26.199Z | Compiling vcpkg v0.2.15 |
1157 | 2025-03-22T03:22:26.325Z | Compiling ring v0.17.14 |
1158 | 2025-03-22T03:22:26.440Z | Compiling aho-corasick v1.1.3 |
1159 | 2025-03-22T03:22:26.906Z | Compiling atomic-waker v1.1.2 |
1160 | 2025-03-22T03:22:27.101Z | Compiling litemap v0.7.5 |
1161 | 2025-03-22T03:22:27.251Z | Compiling writeable v0.5.5 |
1162 | 2025-03-22T03:22:27.301Z | Compiling httparse v1.10.1 |
1163 | 2025-03-22T03:22:27.512Z | Compiling zeroize v1.8.1 |
1164 | 2025-03-22T03:22:27.832Z | Compiling byteorder v1.5.0 |
1165 | 2025-03-22T03:22:27.846Z | Compiling openssl-sys v0.9.106 |
1166 | 2025-03-22T03:22:27.933Z | Compiling icu_locid_transform_data v1.5.0 |
1167 | 2025-03-22T03:22:28.026Z | Compiling try-lock v0.2.5 |
1168 | 2025-03-22T03:22:28.163Z | Compiling want v0.3.1 |
1169 | 2025-03-22T03:22:28.277Z | Compiling regress v0.10.3 |
1170 | 2025-03-22T03:22:28.449Z | Compiling httpdate v1.0.3 |
1171 | 2025-03-22T03:22:28.787Z | Compiling icu_properties_data v1.5.0 |
1172 | 2025-03-22T03:22:28.940Z | Compiling tower-service v0.3.3 |
1173 | 2025-03-22T03:22:29.003Z | Compiling utf8_iter v1.0.4 |
1174 | 2025-03-22T03:22:29.017Z | Compiling openssl v0.10.71 |
1175 | 2025-03-22T03:22:29.043Z | Compiling foreign-types-shared v0.1.1 |
1176 | 2025-03-22T03:22:29.141Z | Compiling write16 v1.0.0 |
1177 | 2025-03-22T03:22:29.235Z | Compiling utf16_iter v1.0.5 |
1178 | 2025-03-22T03:22:29.255Z | Compiling icu_normalizer_data v1.5.0 |
1179 | 2025-03-22T03:22:29.385Z | Compiling percent-encoding v2.3.1 |
1180 | 2025-03-22T03:22:29.455Z | Compiling foreign-types v0.3.2 |
1181 | 2025-03-22T03:22:29.467Z | Compiling regex-automata v0.4.9 |
1182 | 2025-03-22T03:22:29.561Z | Compiling form_urlencoded v1.2.1 |
1183 | 2025-03-22T03:22:29.777Z | Compiling rustix v1.0.3 |
1184 | 2025-03-22T03:22:29.909Z | Compiling slog v2.7.0 |
1185 | 2025-03-22T03:22:30.170Z | Compiling strsim v0.11.1 |
1186 | 2025-03-22T03:22:30.419Z | Compiling serde_derive_internals v0.29.1 |
1187 | 2025-03-22T03:22:30.497Z | Compiling synstructure v0.13.1 |
1188 | 2025-03-22T03:22:31.393Z | Compiling native-tls v0.2.14 |
1189 | 2025-03-22T03:22:31.754Z | Compiling rustls v0.23.25 |
1190 | 2025-03-22T03:22:32.009Z | Compiling openssl-probe v0.1.6 |
1191 | 2025-03-22T03:22:32.427Z | Compiling zerocopy v0.8.24 |
1192 | 2025-03-22T03:22:32.682Z | Compiling encoding_rs v0.8.35 |
1193 | 2025-03-22T03:22:32.997Z | Compiling ucd-trie v0.1.7 |
1194 | 2025-03-22T03:22:33.215Z | Compiling ipnet v2.11.0 |
1195 | 2025-03-22T03:22:33.260Z | Compiling mime v0.3.17 |
1196 | 2025-03-22T03:22:33.705Z | Compiling regex v1.11.1 |
1197 | 2025-03-22T03:22:33.708Z | Compiling rustls-pemfile v2.2.0 |
1198 | 2025-03-22T03:22:33.874Z | Compiling webpki-roots v0.26.8 |
1199 | 2025-03-22T03:22:33.960Z | Compiling sync_wrapper v1.0.2 |
1200 | 2025-03-22T03:22:34.067Z | Compiling typenum v1.18.0 |
1201 | 2025-03-22T03:22:34.079Z | Compiling tower-layer v0.3.3 |
1202 | 2025-03-22T03:22:34.109Z | Compiling base64 v0.22.1 |
1203 | 2025-03-22T03:22:34.411Z | Compiling ident_case v1.0.1 |
1204 | 2025-03-22T03:22:34.580Z | Compiling darling_core v0.20.10 |
1205 | 2025-03-22T03:22:34.764Z | Compiling generic-array v0.14.7 |
1206 | 2025-03-22T03:22:34.992Z | Compiling plain v0.2.3 |
1207 | 2025-03-22T03:22:35.133Z | Compiling time-core v0.1.4 |
1208 | 2025-03-22T03:22:35.145Z | Compiling num-conv v0.1.0 |
1209 | 2025-03-22T03:22:35.317Z | Compiling powerfmt v0.2.0 |
1210 | 2025-03-22T03:22:35.421Z | Compiling time-macros v0.2.21 |
1211 | 2025-03-22T03:22:35.749Z | Compiling deranged v0.4.0 |
1212 | 2025-03-22T03:22:35.888Z | Compiling serde_derive v1.0.219 |
1213 | 2025-03-22T03:22:36.332Z | Compiling tokio-macros v2.5.0 |
1214 | 2025-03-22T03:22:37.709Z | Compiling schemars_derive v0.8.22 |
1215 | 2025-03-22T03:22:37.791Z | Compiling thiserror-impl v1.0.69 |
1216 | 2025-03-22T03:22:37.954Z | Compiling futures-macro v0.3.31 |
1217 | 2025-03-22T03:22:38.580Z | Compiling zerofrom-derive v0.1.6 |
1218 | 2025-03-22T03:22:39.968Z | Compiling futures-util v0.3.31 |
1219 | 2025-03-22T03:22:40.606Z | Compiling yoke-derive v0.7.5 |
1220 | 2025-03-22T03:22:40.806Z | Compiling thiserror-impl v2.0.12 |
1221 | 2025-03-22T03:22:40.831Z | Compiling zerovec-derive v0.10.3 |
1222 | 2025-03-22T03:22:40.891Z | Compiling displaydoc v0.2.5 |
1223 | 2025-03-22T03:22:42.346Z | Compiling zerofrom v0.1.6 |
1224 | 2025-03-22T03:22:42.570Z | Compiling icu_provider_macros v1.5.0 |
1225 | 2025-03-22T03:22:42.582Z | Compiling openssl-macros v0.1.1 |
1226 | 2025-03-22T03:22:43.407Z | Compiling tracing-attributes v0.1.28 |
1227 | 2025-03-22T03:22:43.422Z | Compiling yoke v0.7.5 |
1228 | 2025-03-22T03:22:43.449Z | Compiling zerocopy-derive v0.8.24 |
1229 | 2025-03-22T03:22:43.774Z | Compiling zerovec v0.10.4 |
1230 | 2025-03-22T03:22:43.786Z | Compiling scroll_derive v0.12.0 |
1231 | 2025-03-22T03:22:44.088Z | Compiling pest v2.7.15 |
1232 | 2025-03-22T03:22:45.374Z | Compiling scroll v0.12.0 |
1233 | 2025-03-22T03:22:45.983Z | Compiling tinystr v0.7.6 |
1234 | 2025-03-22T03:22:46.200Z | Compiling icu_collections v1.5.0 |
1235 | 2025-03-22T03:22:46.420Z | Compiling icu_locid v1.5.0 |
1236 | 2025-03-22T03:22:46.490Z | Compiling darling_macro v0.20.10 |
1237 | 2025-03-22T03:22:46.910Z | Compiling tracing v0.1.41 |
1238 | 2025-03-22T03:22:47.349Z | Compiling pest_meta v2.7.15 |
1239 | 2025-03-22T03:22:47.380Z | Compiling zerocopy-derive v0.7.35 |
1240 | 2025-03-22T03:22:47.599Z | Compiling icu_provider v1.5.0 |
1241 | 2025-03-22T03:22:47.863Z | Compiling darling v0.20.10 |
1242 | 2025-03-22T03:22:47.969Z | Compiling goblin v0.8.2 |
1243 | 2025-03-22T03:22:48.794Z | Compiling icu_locid_transform v1.5.0 |
1244 | 2025-03-22T03:22:49.211Z | Compiling pest_generator v2.7.15 |
1245 | 2025-03-22T03:22:49.609Z | Compiling zerocopy v0.7.35 |
1246 | 2025-03-22T03:22:50.260Z | Compiling bytes v1.10.1 |
1247 | 2025-03-22T03:22:50.877Z | Compiling indexmap v2.8.0 |
1248 | 2025-03-22T03:22:51.273Z | Compiling chrono v0.4.40 |
1249 | 2025-03-22T03:22:51.657Z | Compiling http v1.3.1 |
1250 | 2025-03-22T03:22:51.859Z | Compiling tokio v1.44.1 |
1251 | 2025-03-22T03:22:51.998Z | Compiling uuid v1.16.0 |
1252 | 2025-03-22T03:22:52.063Z | Compiling serde_tokenstream v0.2.2 |
1253 | 2025-03-22T03:22:53.014Z | Compiling icu_properties v1.5.1 |
1254 | 2025-03-22T03:22:53.911Z | Compiling http-body v1.0.1 |
1255 | 2025-03-22T03:22:54.158Z | Compiling http-body-util v0.1.3 |
1256 | 2025-03-22T03:22:54.599Z | Compiling openapiv3 v2.0.0 |
1257 | 2025-03-22T03:22:54.793Z | Compiling toml_datetime v0.6.8 |
1258 | 2025-03-22T03:22:55.594Z | Compiling serde_urlencoded v0.7.1 |
1259 | 2025-03-22T03:22:56.149Z | Compiling pest_derive v2.7.15 |
1260 | 2025-03-22T03:22:56.778Z | Compiling icu_normalizer v1.5.0 |
1261 | 2025-03-22T03:22:58.304Z | Compiling idna_adapter v1.2.0 |
1262 | 2025-03-22T03:22:58.432Z | Compiling rand_core v0.6.4 |
1263 | 2025-03-22T03:22:58.537Z | Compiling usdt-impl v0.5.0 |
1264 | 2025-03-22T03:22:58.884Z | Compiling pretty-hex v0.4.1 |
1265 | 2025-03-22T03:22:58.917Z | Compiling paste v1.0.15 |
1266 | 2025-03-22T03:22:59.091Z | Compiling rustversion v1.0.20 |
1267 | 2025-03-22T03:22:59.103Z | Compiling num_threads v0.1.7 |
1268 | 2025-03-22T03:22:59.134Z | Compiling dof v0.3.0 |
1269 | 2025-03-22T03:22:59.360Z | Compiling dtrace-parser v0.2.0 |
1270 | 2025-03-22T03:22:59.476Z | Compiling typify-impl v0.2.0 |
1271 | 2025-03-22T03:22:59.837Z | Compiling fastrand v2.3.0 |
1272 | 2025-03-22T03:22:59.964Z | Compiling newtype-uuid v1.2.1 |
1273 | 2025-03-22T03:23:00.283Z | Compiling anyhow v1.0.97 |
1274 | 2025-03-22T03:23:01.209Z | Compiling tokio-util v0.7.14 |
1275 | 2025-03-22T03:23:01.722Z | Compiling crypto-common v0.1.6 |
1276 | 2025-03-22T03:23:01.772Z | Compiling block-buffer v0.10.4 |
1277 | 2025-03-22T03:23:02.006Z | Compiling thread-id v4.2.2 |
1278 | 2025-03-22T03:23:02.018Z | Compiling omicron-workspace-hack v0.1.0 |
1279 | 2025-03-22T03:23:02.018Z | Compiling unsafe-libyaml v0.2.11 |
1280 | 2025-03-22T03:23:02.193Z | Compiling h2 v0.4.8 |
1281 | 2025-03-22T03:23:02.640Z | Compiling ppv-lite86 v0.2.21 |
1282 | 2025-03-22T03:23:03.386Z | Compiling serde_yaml v0.9.34+deprecated |
1283 | 2025-03-22T03:23:03.458Z | Compiling errno v0.3.10 |
1284 | 2025-03-22T03:23:03.702Z | Compiling lazy_static v1.5.0 |
1285 | 2025-03-22T03:23:03.806Z | Compiling rand_chacha v0.3.1 |
1286 | 2025-03-22T03:23:03.921Z | Compiling idna v1.0.3 |
1287 | 2025-03-22T03:23:04.060Z | Compiling serde_spanned v0.6.8 |
1288 | 2025-03-22T03:23:04.270Z | Compiling daft-derive v0.1.2 |
1289 | 2025-03-22T03:23:05.749Z | Compiling syn v1.0.109 |
1290 | 2025-03-22T03:23:05.851Z | Compiling winnow v0.7.4 |
1291 | 2025-03-22T03:23:06.046Z | Compiling rustls v0.22.4 |
1292 | 2025-03-22T03:23:06.391Z | Compiling url v2.5.4 |
1293 | 2025-03-22T03:23:07.214Z | Compiling hyper v1.6.0 |
1294 | 2025-03-22T03:23:07.390Z | Compiling rand v0.8.5 |
1295 | 2025-03-22T03:23:08.574Z | Compiling usdt-attr-macro v0.5.0 |
1296 | 2025-03-22T03:23:09.064Z | Compiling usdt-macro v0.5.0 |
1297 | 2025-03-22T03:23:10.063Z | Compiling hyper-util v0.1.10 |
1298 | 2025-03-22T03:23:10.784Z | Compiling toml_edit v0.22.24 |
1299 | 2025-03-22T03:23:11.246Z | Compiling rustls-webpki v0.103.0 |
1300 | 2025-03-22T03:23:12.048Z | Compiling ipnetwork v0.21.1 |
1301 | 2025-03-22T03:23:12.762Z | Compiling macaddr v1.0.1 |
1302 | 2025-03-22T03:23:13.141Z | Compiling futures-executor v0.3.31 |
1303 | 2025-03-22T03:23:13.166Z | Compiling structmeta-derive v0.3.0 |
1304 | 2025-03-22T03:23:13.219Z | Compiling async-trait v0.1.88 |
1305 | 2025-03-22T03:23:15.020Z | Compiling thread_local v1.1.8 |
1306 | 2025-03-22T03:23:15.414Z | Compiling cpufeatures v0.2.17 |
1307 | 2025-03-22T03:23:15.504Z | Compiling match_cfg v0.1.0 |
1308 | 2025-03-22T03:23:15.533Z | Compiling quick-error v1.2.3 |
1309 | 2025-03-22T03:23:15.593Z | Compiling camino v1.1.9 |
1310 | 2025-03-22T03:23:15.668Z | Compiling futures v0.3.31 |
1311 | 2025-03-22T03:23:15.989Z | Compiling structmeta v0.3.0 |
1312 | 2025-03-22T03:23:16.253Z | Compiling strum_macros v0.26.4 |
1313 | 2025-03-22T03:23:16.370Z | Compiling instant v0.1.13 |
1314 | 2025-03-22T03:23:16.490Z | Compiling bit-vec v0.8.0 |
1315 | 2025-03-22T03:23:16.510Z | Compiling slog-async v2.8.0 |
1316 | 2025-03-22T03:23:17.019Z | Compiling bit-set v0.8.0 |
1317 | 2025-03-22T03:23:17.299Z | Compiling tokio-native-tls v0.3.1 |
1318 | 2025-03-22T03:23:17.558Z | Compiling multer v3.1.0 |
1319 | 2025-03-22T03:23:17.899Z | Compiling take_mut v0.2.2 |
1320 | 2025-03-22T03:23:18.051Z | Compiling debug-ignore v1.0.5 |
1321 | 2025-03-22T03:23:18.193Z | Compiling unarray v0.1.4 |
1322 | 2025-03-22T03:23:18.331Z | Compiling hyper-tls v0.6.0 |
1323 | 2025-03-22T03:23:18.344Z | Compiling parse-display-derive v0.10.0 |
1324 | 2025-03-22T03:23:18.769Z | Compiling tower v0.5.2 |
1325 | 2025-03-22T03:23:19.721Z | Compiling hex v0.4.3 |
1326 | 2025-03-22T03:23:20.369Z | Compiling serde_with_macros v3.12.0 |
1327 | 2025-03-22T03:23:21.021Z | Compiling async-stream-impl v0.3.6 |
1328 | 2025-03-22T03:23:21.054Z | Compiling strum v0.26.3 |
1329 | 2025-03-22T03:23:21.230Z | Compiling dropshot v0.16.0 |
1330 | 2025-03-22T03:23:21.564Z | Compiling crossbeam-utils v0.8.21 |
1331 | 2025-03-22T03:23:22.134Z | Compiling tokio-rustls v0.26.2 |
1332 | 2025-03-22T03:23:22.427Z | Compiling spin v0.9.8 |
1333 | 2025-03-22T03:23:22.604Z | Compiling hyper-rustls v0.27.5 |
1334 | 2025-03-22T03:23:23.076Z | Compiling serde_with v3.12.0 |
1335 | 2025-03-22T03:23:23.228Z | Compiling parse-display v0.10.0 |
1336 | 2025-03-22T03:23:23.320Z | Compiling reqwest v0.12.15 |
1337 | 2025-03-22T03:23:23.930Z | Compiling async-stream v0.3.6 |
1338 | 2025-03-22T03:23:24.177Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1339 | 2025-03-22T03:23:24.271Z | Compiling test-strategy v0.4.1 |
1340 | 2025-03-22T03:23:24.325Z | Compiling toml v0.8.20 |
1341 | 2025-03-22T03:23:25.887Z | Compiling typify-macro v0.2.0 |
1342 | 2025-03-22T03:23:26.397Z | Compiling oxnet v0.1.1 |
1343 | 2025-03-22T03:23:27.310Z | Compiling dropshot_endpoint v0.16.0 |
1344 | 2025-03-22T03:23:27.444Z | Compiling serde_path_to_error v0.1.17 |
1345 | 2025-03-22T03:23:27.654Z | Compiling waitgroup v0.1.2 |
1346 | 2025-03-22T03:23:27.960Z | Compiling tempfile v3.19.1 |
1347 | 2025-03-22T03:23:29.004Z | Compiling digest v0.10.7 |
1348 | 2025-03-22T03:23:29.331Z | Compiling time v0.3.40 |
1349 | 2025-03-22T03:23:29.429Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1350 | 2025-03-22T03:23:31.055Z | Compiling typify v0.2.0 |
1351 | 2025-03-22T03:23:31.187Z | Compiling progenitor-impl v0.8.0 |
1352 | 2025-03-22T03:23:31.870Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1353 | 2025-03-22T03:23:32.052Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1354 | 2025-03-22T03:23:32.847Z | Compiling dirs-sys-next v0.1.2 |
1355 | 2025-03-22T03:23:32.916Z | Compiling hostname v0.4.0 |
1356 | 2025-03-22T03:23:33.211Z | Compiling memmap v0.7.0 |
1357 | 2025-03-22T03:23:33.604Z | Compiling usdt v0.5.0 |
1358 | 2025-03-22T03:23:33.657Z | Compiling dirs-next v2.0.0 |
1359 | 2025-03-22T03:23:33.862Z | Compiling daft v0.1.2 |
1360 | 2025-03-22T03:23:34.201Z | Compiling rustls-webpki v0.102.8 |
1361 | 2025-03-22T03:23:34.864Z | Compiling wait-timeout v0.2.1 |
1362 | 2025-03-22T03:23:35.606Z | Compiling utf8parse v0.2.2 |
1363 | 2025-03-22T03:23:35.771Z | Compiling anstyle-parse v0.2.6 |
1364 | 2025-03-22T03:23:36.126Z | Compiling rusty-fork v0.3.0 |
1365 | 2025-03-22T03:23:36.732Z | Compiling term v0.7.0 |
1366 | 2025-03-22T03:23:37.042Z | Compiling slog-json v2.6.1 |
1367 | 2025-03-22T03:23:37.057Z | Compiling crossbeam-channel v0.5.14 |
1368 | 2025-03-22T03:23:37.436Z | Compiling progenitor-client v0.9.1 |
1369 | 2025-03-22T03:23:37.989Z | Compiling progenitor-client v0.8.0 |
1370 | 2025-03-22T03:23:38.268Z | Compiling hostname v0.3.1 |
1371 | 2025-03-22T03:23:38.489Z | Compiling rand_xorshift v0.3.0 |
1372 | 2025-03-22T03:23:38.555Z | Compiling is-terminal v0.4.16 |
1373 | 2025-03-22T03:23:38.673Z | Compiling is_terminal_polyfill v1.70.1 |
1374 | 2025-03-22T03:23:38.685Z | Compiling anstyle v1.0.10 |
1375 | 2025-03-22T03:23:38.746Z | Compiling colorchoice v1.0.3 |
1376 | 2025-03-22T03:23:38.796Z | Compiling anstyle-query v1.1.2 |
1377 | 2025-03-22T03:23:38.907Z | Compiling slog-term v2.9.1 |
1378 | 2025-03-22T03:23:38.946Z | Compiling proptest v1.6.0 |
1379 | 2025-03-22T03:23:39.161Z | Compiling anstream v0.6.18 |
1380 | 2025-03-22T03:23:40.062Z | Compiling slog-bunyan v2.5.0 |
1381 | 2025-03-22T03:23:40.293Z | Compiling sha1 v0.10.6 |
1382 | 2025-03-22T03:23:40.745Z | Compiling tokio-rustls v0.25.0 |
1383 | 2025-03-22T03:23:42.324Z | Compiling progenitor-macro v0.8.0 |
1384 | 2025-03-22T03:23:43.226Z | Compiling clap_lex v0.7.4 |
1385 | 2025-03-22T03:23:44.166Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
1386 | 2025-03-22T03:23:46.938Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1387 | 2025-03-22T03:23:48.065Z | Compiling backoff v0.4.0 |
1388 | 2025-03-22T03:23:48.753Z | Compiling either v1.15.0 |
1389 | 2025-03-22T03:23:49.196Z | Compiling itertools v0.13.0 |
1390 | 2025-03-22T03:23:51.024Z | Compiling clap_derive v4.5.32 |
1391 | 2025-03-22T03:23:53.253Z | Compiling unicode-width v0.2.0 |
1392 | 2025-03-22T03:23:53.337Z | Compiling winnow v0.5.40 |
1393 | 2025-03-22T03:23:53.788Z | Compiling heapless v0.8.0 |
1394 | 2025-03-22T03:23:54.946Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1395 | 2025-03-22T03:23:57.272Z | Compiling toml_edit v0.19.15 |
1396 | 2025-03-22T03:23:58.097Z | Compiling progenitor v0.8.0 |
1397 | 2025-03-22T03:23:58.337Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
1398 | 2025-03-22T03:23:58.361Z | Compiling hash32 v0.3.1 |
1399 | 2025-03-22T03:23:58.611Z | Compiling smoltcp v0.11.0 |
1400 | 2025-03-22T03:23:59.116Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1401 | 2025-03-22T03:24:00.097Z | Compiling proc-macro-crate v1.3.1 |
1402 | 2025-03-22T03:24:00.667Z | Compiling terminal_size v0.4.2 |
1403 | 2025-03-22T03:24:00.890Z | Compiling typify-impl v0.3.0 |
1404 | 2025-03-22T03:24:00.944Z | Compiling proc-macro-error-attr v1.0.4 |
1405 | 2025-03-22T03:24:01.212Z | Compiling cobs v0.2.3 |
1406 | 2025-03-22T03:24:01.273Z | Compiling bitflags v1.3.2 |
1407 | 2025-03-22T03:24:01.368Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1408 | 2025-03-22T03:24:01.522Z | Compiling managed v0.8.0 |
1409 | 2025-03-22T03:24:01.685Z | Compiling heck v0.4.1 |
1410 | 2025-03-22T03:24:02.134Z | Compiling postcard v1.1.1 |
1411 | 2025-03-22T03:24:02.447Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1412 | 2025-03-22T03:24:02.812Z | Compiling clap_builder v4.5.32 |
1413 | 2025-03-22T03:24:03.294Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1414 | 2025-03-22T03:24:03.787Z | Compiling num_enum_derive v0.5.11 |
1415 | 2025-03-22T03:24:06.266Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1416 | 2025-03-22T03:24:07.654Z | Compiling foreign-types-macros v0.2.3 |
1417 | 2025-03-22T03:24:07.674Z | Compiling num-integer v0.1.46 |
1418 | 2025-03-22T03:24:08.497Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1419 | 2025-03-22T03:24:08.730Z | Compiling proc-macro-error v1.0.4 |
1420 | 2025-03-22T03:24:09.025Z | Compiling float-ord v0.3.2 |
1421 | 2025-03-22T03:24:09.041Z | Compiling foreign-types-shared v0.3.1 |
1422 | 2025-03-22T03:24:09.147Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1423 | 2025-03-22T03:24:09.188Z | Compiling foreign-types v0.5.0 |
1424 | 2025-03-22T03:24:09.291Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1425 | 2025-03-22T03:24:10.658Z | Compiling clap v4.5.32 |
1426 | 2025-03-22T03:24:10.769Z | Compiling num_enum v0.5.11 |
1427 | 2025-03-22T03:24:11.629Z | Compiling tabwriter v1.4.1 |
1428 | 2025-03-22T03:24:12.086Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1429 | 2025-03-22T03:24:12.548Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1430 | 2025-03-22T03:24:13.041Z | Compiling cstr-argument v0.1.2 |
1431 | 2025-03-22T03:24:13.309Z | Compiling crucible-workspace-hack v0.1.0 |
1432 | 2025-03-22T03:24:13.504Z | Compiling pretty-hex v0.2.1 |
1433 | 2025-03-22T03:24:13.507Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
1434 | 2025-03-22T03:24:13.640Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1435 | 2025-03-22T03:24:13.857Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1436 | 2025-03-22T03:24:13.908Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1437 | 2025-03-22T03:24:15.071Z | Compiling num-rational v0.4.2 |
1438 | 2025-03-22T03:24:15.467Z | Compiling num-iter v0.1.45 |
1439 | 2025-03-22T03:24:16.080Z | Compiling colored v2.2.0 |
1440 | 2025-03-22T03:24:16.472Z | Compiling num-complex v0.4.6 |
1441 | 2025-03-22T03:24:17.043Z | Compiling prettyplease v0.2.31 |
1442 | 2025-03-22T03:24:17.139Z | Compiling semver v0.1.20 |
1443 | 2025-03-22T03:24:17.142Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1444 | 2025-03-22T03:24:17.162Z | Compiling winnow v0.6.26 |
1445 | 2025-03-22T03:24:17.420Z | Compiling num v0.4.3 |
1446 | 2025-03-22T03:24:17.485Z | Compiling rustc_version v0.1.7 |
1447 | 2025-03-22T03:24:17.512Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1448 | 2025-03-22T03:24:19.013Z | Compiling zone_cfg_derive v0.3.0 |
1449 | 2025-03-22T03:24:20.051Z | Compiling itertools v0.10.5 |
1450 | 2025-03-22T03:24:20.466Z | Compiling itertools v0.14.0 |
1451 | 2025-03-22T03:24:20.581Z | Compiling camino-tempfile v1.1.1 |
1452 | 2025-03-22T03:24:21.215Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
1453 | 2025-03-22T03:24:23.080Z | Compiling derive-where v1.2.7 |
1454 | 2025-03-22T03:24:23.955Z | Compiling num-derive v0.4.2 |
1455 | 2025-03-22T03:24:25.415Z | Compiling sigpipe v0.1.3 |
1456 | 2025-03-22T03:24:25.845Z | Compiling base64ct v1.7.3 |
1457 | 2025-03-22T03:24:26.401Z | Compiling rustix v0.38.44 |
1458 | 2025-03-22T03:24:26.435Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1459 | 2025-03-22T03:24:26.494Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
1460 | 2025-03-22T03:24:26.769Z | Compiling password-hash v0.5.0 |
1461 | 2025-03-22T03:24:26.843Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1462 | 2025-03-22T03:24:27.537Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1463 | 2025-03-22T03:24:27.679Z | Compiling typify-macro v0.3.0 |
1464 | 2025-03-22T03:24:27.947Z | Compiling zone v0.3.0 |
1465 | 2025-03-22T03:24:28.236Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
1466 | 2025-03-22T03:24:28.317Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1467 | 2025-03-22T03:24:29.290Z | Compiling newtype_derive v0.1.6 |
1468 | 2025-03-22T03:24:31.192Z | Compiling blake2 v0.10.6 |
1469 | 2025-03-22T03:24:31.423Z | Compiling hubpack_derive v0.1.1 |
1470 | 2025-03-22T03:24:31.833Z | Compiling smf v0.2.3 |
1471 | 2025-03-22T03:24:32.422Z | Compiling zerocopy-derive v0.6.6 |
1472 | 2025-03-22T03:24:32.995Z | Compiling typify v0.3.0 |
1473 | 2025-03-22T03:24:33.133Z | Compiling progenitor-impl v0.9.1 |
1474 | 2025-03-22T03:24:33.570Z | Compiling unicode-segmentation v1.12.0 |
1475 | 2025-03-22T03:24:33.692Z | Compiling cancel-safe-futures v0.1.5 |
1476 | 2025-03-22T03:24:34.074Z | Compiling tinyvec_macros v0.1.1 |
1477 | 2025-03-22T03:24:34.167Z | Compiling whoami v1.5.2 |
1478 | 2025-03-22T03:24:34.462Z | Compiling owo-colors v4.2.0 |
1479 | 2025-03-22T03:24:34.991Z | Compiling zerocopy v0.6.6 |
1480 | 2025-03-22T03:24:35.926Z | Compiling newline-converter v0.3.0 |
1481 | 2025-03-22T03:24:36.083Z | Compiling tinyvec v1.9.0 |
1482 | 2025-03-22T03:24:37.740Z | Compiling hubpack v0.1.2 |
1483 | 2025-03-22T03:24:37.917Z | Compiling argon2 v0.5.3 |
1484 | 2025-03-22T03:24:39.682Z | Compiling strum_macros v0.25.3 |
1485 | 2025-03-22T03:24:42.150Z | Compiling console v0.15.11 |
1486 | 2025-03-22T03:24:43.574Z | Compiling libsw-core v0.3.2 |
1487 | 2025-03-22T03:24:43.866Z | Compiling serde-big-array v0.5.1 |
1488 | 2025-03-22T03:24:43.891Z | Compiling serde_repr v0.1.20 |
1489 | 2025-03-22T03:24:44.086Z | Compiling enum-as-inner v0.6.1 |
1490 | 2025-03-22T03:24:44.436Z | Compiling progenitor-macro v0.9.1 |
1491 | 2025-03-22T03:24:45.214Z | Compiling cookie v0.18.1 |
1492 | 2025-03-22T03:24:45.323Z | Compiling static_assertions v1.1.0 |
1493 | 2025-03-22T03:24:45.423Z | Compiling linked-hash-map v0.5.6 |
1494 | 2025-03-22T03:24:45.563Z | Compiling convert_case v0.4.0 |
1495 | 2025-03-22T03:24:45.795Z | Compiling data-encoding v2.8.0 |
1496 | 2025-03-22T03:24:46.386Z | Compiling fixedbitset v0.5.7 |
1497 | 2025-03-22T03:24:46.391Z | Compiling fixedbitset v0.4.2 |
1498 | 2025-03-22T03:24:46.755Z | Compiling similar v2.7.0 |
1499 | 2025-03-22T03:24:46.838Z | Compiling petgraph v0.7.1 |
1500 | 2025-03-22T03:24:47.602Z | Compiling petgraph v0.6.5 |
1501 | 2025-03-22T03:24:48.376Z | Compiling expectorate v1.1.0 |
1502 | 2025-03-22T03:24:48.545Z | Compiling hickory-proto v0.24.4 |
1503 | 2025-03-22T03:24:48.599Z | Compiling derive_more v0.99.19 |
1504 | 2025-03-22T03:24:49.693Z | Compiling lru-cache v0.1.2 |
1505 | 2025-03-22T03:24:49.963Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1506 | 2025-03-22T03:24:51.325Z | Compiling libsw v3.5.0 |
1507 | 2025-03-22T03:24:51.593Z | Compiling atomicwrites v0.4.4 |
1508 | 2025-03-22T03:24:51.732Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1509 | 2025-03-22T03:24:52.007Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1510 | 2025-03-22T03:24:53.055Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1511 | 2025-03-22T03:24:55.633Z | Compiling resolv-conf v0.7.1 |
1512 | 2025-03-22T03:24:55.663Z | Compiling indent_write v2.2.0 |
1513 | 2025-03-22T03:24:55.885Z | Compiling linear-map v1.2.0 |
1514 | 2025-03-22T03:24:56.257Z | Compiling unicode-width v0.1.14 |
1515 | 2025-03-22T03:24:56.517Z | Compiling swrite v0.1.0 |
1516 | 2025-03-22T03:24:56.633Z | Compiling highway v1.3.0 |
1517 | 2025-03-22T03:24:56.799Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1518 | 2025-03-22T03:24:57.184Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1519 | 2025-03-22T03:24:57.197Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1520 | 2025-03-22T03:24:57.288Z | Compiling hickory-resolver v0.24.4 |
1521 | 2025-03-22T03:24:57.576Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1522 | 2025-03-22T03:24:58.496Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1523 | 2025-03-22T03:24:59.553Z | Compiling steno v0.4.1 |
1524 | 2025-03-22T03:25:00.283Z | Compiling progenitor v0.9.1 |
1525 | 2025-03-22T03:25:00.524Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1526 | 2025-03-22T03:25:01.463Z | Compiling id-map v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1527 | 2025-03-22T03:25:01.840Z | Compiling tokio-stream v0.1.17 |
1528 | 2025-03-22T03:25:02.561Z | Compiling slog-dtrace v0.3.0 |
1529 | 2025-03-22T03:25:02.611Z | Compiling parking_lot_core v0.8.6 |
1530 | 2025-03-22T03:25:02.908Z | Compiling humantime v2.2.0 |
1531 | 2025-03-22T03:25:02.980Z | Compiling qorb v0.2.1 |
1532 | 2025-03-22T03:25:03.079Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1533 | 2025-03-22T03:25:03.840Z | Compiling num-derive v0.3.3 |
1534 | 2025-03-22T03:25:05.885Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1535 | 2025-03-22T03:25:05.952Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1536 | 2025-03-22T03:25:06.095Z | Compiling libscf-sys v1.1.0 |
1537 | 2025-03-22T03:25:06.314Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1538 | 2025-03-22T03:25:07.856Z | Compiling half v2.5.0 |
1539 | 2025-03-22T03:25:08.245Z | Compiling ciborium-io v0.2.2 |
1540 | 2025-03-22T03:25:08.372Z | Compiling ciborium-ll v0.2.2 |
1541 | 2025-03-22T03:25:08.417Z | Compiling parking_lot v0.11.2 |
1542 | 2025-03-22T03:25:08.420Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
1543 | 2025-03-22T03:25:08.483Z | Compiling crossbeam-epoch v0.9.18 |
1544 | 2025-03-22T03:25:08.803Z | Compiling proc-macro-crate v3.3.0 |
1545 | 2025-03-22T03:25:08.828Z | Compiling fxhash v0.2.1 |
1546 | 2025-03-22T03:25:09.021Z | Compiling crc32fast v1.4.2 |
1547 | 2025-03-22T03:25:09.321Z | Compiling sled v0.34.7 |
1548 | 2025-03-22T03:25:09.389Z | Compiling ciborium v0.2.2 |
1549 | 2025-03-22T03:25:09.478Z | Compiling yansi v1.0.1 |
1550 | 2025-03-22T03:25:09.624Z | Compiling diff v0.1.13 |
1551 | 2025-03-22T03:25:09.923Z | Compiling num_enum_derive v0.7.3 |
1552 | 2025-03-22T03:25:10.333Z | Compiling pretty_assertions v1.4.1 |
1553 | 2025-03-22T03:25:12.118Z | Compiling num_enum v0.7.3 |
1554 | 2025-03-22T03:25:17.897Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1555 | 2025-03-22T03:25:22.699Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1556 | 2025-03-22T03:25:30.127Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1557 | 2025-03-22T03:25:31.450Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1558 | 2025-03-22T03:25:34.553Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1559 | 2025-03-22T03:25:35.438Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
1560 | 2025-03-22T03:25:59.865Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 40s |
1561 | 2025-03-22T03:26:00.054Z | ──────────── |
1562 | 2025-03-22T03:26:00.054Z | Nextest run ID 5082fd57-a713-4d4e-b13b-321ab6d925df with nextest profile: default |
1563 | 2025-03-22T03:26:00.054Z | Starting 2 tests across 1 binary |
1564 | 2025-03-22T03:26:00.058Z | START bfd test::test_new_daemon |
1565 | 2025-03-22T03:26:00.066Z | |
1566 | 2025-03-22T03:26:00.066Z | running 1 test |
1567 | 2025-03-22T03:26:00.136Z | {"msg":"dropping SM for 203.0.113.10","v":0,"name":"slog-rs","level":40test test::test_new_daemon ... ok |
1568 | 2025-03-22T03:26:00.136Z | |
1569 | 2025-03-22T03:26:00.136Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 0.07s |
1570 | 2025-03-22T03:26:00.136Z | |
1571 | 2025-03-22T03:26:00.143Z | PASS [ 0.089s] bfd test::test_new_daemon |
1572 | 2025-03-22T03:26:00.143Z | START bfd test::test_protocol_basics |
1573 | 2025-03-22T03:26:00.156Z | |
1574 | 2025-03-22T03:26:00.156Z | running 1 test |
1575 | 2025-03-22T03:26:00.229Z | {{""msgmsg":"":"[Down][203.0.113.20] recv: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 3053862046, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }"[Down][203.0.113.10] recv: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 55119496, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }",",v":"v":00,"name":"slog-rs","name":"slog-rs","level":,"level":1010,",time":""time":2025-03-22T03:25:59.312629087Z""2025-03-22T03:25:59.312627287Z","hostname":"w-01JPXXPEV8HY5K8YHACMD3PSJ5","hostname":","pid":w-01JPXXPEV8HY5K8YHACMD3PSJ5","pid":33763376} |
1576 | 2025-03-22T03:26:00.229Z | } |
1577 | 2025-03-22T03:26:00.229Z | {"msg":{"transition -> Init","v"":msg0",":"name":"transition -> Init"slog-rs",","levelv""::030,"name":"slog-rs","level":30,"time":"2025-03-22T03:25:59.313057539Z","hostname":"w-01JPXXPEV8HY5K8YHACMD3PSJ5","pid":3376,,""peer"time":":"203.0.113.20","state2025-03-22T03:25:59.313060299Z"":","Down"hostname":"} |
1578 | 2025-03-22T03:26:00.230Z | w-01JPXXPEV8HY5K8YHACMD3PSJ5","pid":3376,"peer":"203.0.113.10","state":"Down"} |
1579 | 2025-03-22T03:26:01.226Z | {"msg":"[Init][203.0.113.20] recv: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 3053862046, your_discriminator: 55119496, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2025-03-22T03:26:00.30939823Z","hostname":"w-01JPXXPEV8HY5K8YHACMD3PSJ5","pid":3376} |
1580 | 2025-03-22T03:26:01.226Z | {"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2025-03-22T03:26:00.309479251Z","hostname":"w-01JPXXPEV8HY5K8YHACMD3PSJ5","pid":3376,"peer":"203.0.113.20","state":"Init"} |
1581 | 2025-03-22T03:26:01.230Z | {"msg":"[Init][203.0.113.10] recv: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 55119496, your_discriminator: 3053862046, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2025-03-22T03:26:00.312428809Z","hostname":"w-01JPXXPEV8HY5K8YHACMD3PSJ5","pid":3376} |
1582 | 2025-03-22T03:26:01.230Z | {"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2025-03-22T03:26:00.312476138Z","hostname":"w-01JPXXPEV8HY5K8YHACMD3PSJ5","pid":3376,"peer":"203.0.113.10","state":"Init"} |
1583 | 2025-03-22T03:26:06.227Z | {"msg":"[Up][203.0.113.20] recv: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 3053862046, your_discriminator: 55119496, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2025-03-22T03:26:05.309461266Z","hostname":"w-01JPXXPEV8HY5K8YHACMD3PSJ5","pid":3376} |
1584 | 2025-03-22T03:26:06.231Z | {"msg":"[Up][203.0.113.10] recv: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 55119496, your_discriminator: 3053862046, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2025-03-22T03:26:05.312481678Z","hostname":"w-01JPXXPEV8HY5K8YHACMD3PSJ5","pid":3376} |
1585 | 2025-03-22T03:26:10.231Z | {"msg":"dropping SM for 203.0.113.20","{v":0,""name":"slog-rs"msg",:""level"dropping SM for 203.0.113.10":,"v"40:0,"name":"slog-rs","level":40,","time":"time":"2025-03-22T03:26:09.31248895Z"2025-03-22T03:26:09.31249209Z",,""hostname":"hostname":"w-01JPXXPEV8HY5K8YHACMD3PSJ5","w-01JPXXPEV8HY5K8YHACMD3PSJ5pid"":,"pid":33763376}} |
1586 | 2025-03-22T03:26:10.231Z | |
1587 | 2025-03-22T03:26:10.235Z | test test::test_protocol_basics ... ok |
1588 | 2025-03-22T03:26:10.235Z | |
1589 | 2025-03-22T03:26:10.235Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 10.07s |
1590 | 2025-03-22T03:26:10.235Z | |
1591 | 2025-03-22T03:26:10.241Z | PASS [ 10.094s] bfd test::test_protocol_basics |
1592 | 2025-03-22T03:26:10.244Z | ──────────── |
1593 | 2025-03-22T03:26:10.245Z | Summary [ 10.186s] 2 tests run: 2 passed, 0 skipped |
1594 | 2025-03-22T03:26:10.261Z | process exited: duration 428907 ms, exit code 0 |
|
1595 | 2025-03-22T03:26:10.270Z | found 0 output files |