|
|
|
1 | 2025-03-22T03:18:30.252Z | job assigned to worker 01JPXXP3C2YD2D8JH8FNHK3AMA [factory aws, i-0b923647fa81e63fd] (queued for 1 m 3 s) |
|
2 | 2025-03-22T03:18:38.123Z | starting task 0: "setup" |
3 | 2025-03-22T03:18:38.128Z | ++ uname -s |
4 | 2025-03-22T03:18:38.131Z | + kern=SunOS |
5 | 2025-03-22T03:18:38.131Z | + build_user=build |
6 | 2025-03-22T03:18:38.131Z | + build_uid=12345 |
7 | 2025-03-22T03:18:38.131Z | + work_dir=/work |
8 | 2025-03-22T03:18:38.131Z | + input_dir=/input |
9 | 2025-03-22T03:18:38.131Z | + [[ 0 == 12345 ]] |
10 | 2025-03-22T03:18:38.131Z | + case "$kern" in |
11 | 2025-03-22T03:18:38.131Z | + groupadd -g 12345 build |
12 | 2025-03-22T03:18:38.134Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-22T03:18:40.140Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-22T03:18:40.252Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-22T03:18:40.255Z | + home_fs=zfs |
16 | 2025-03-22T03:18:40.255Z | + [[ zfs == autofs ]] |
17 | 2025-03-22T03:18:40.255Z | + mkdir -p /home/build |
18 | 2025-03-22T03:18:40.258Z | + chown build:build /home/build /work |
19 | 2025-03-22T03:18:42.259Z | + chmod 0700 /home/build /work |
20 | 2025-03-22T03:18:42.262Z | process exited: duration 4139 ms, exit code 0 |
|
21 | 2025-03-22T03:18:42.268Z | starting task 1: "rust-toolchain" |
22 | 2025-03-22T03:18:42.273Z | + printf ' * rust toolchain channel = "%s"\n' stable |
23 | 2025-03-22T03:18:42.273Z | * rust toolchain channel = "stable" |
24 | 2025-03-22T03:18:42.273Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-03-22T03:18:42.274Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
26 | 2025-03-22T03:18:42.274Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-22T03:18:42.274Z | * rust toolchain profile = "default" |
28 | 2025-03-22T03:18:42.277Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-22T03:18:42.277Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
30 | 2025-03-22T03:18:42.394Z | info: downloading installer |
31 | 2025-03-22T03:18:43.613Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-22T03:18:43.613Z | warn: /opt/ooce/bin |
33 | 2025-03-22T03:18:43.613Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-22T03:18:43.613Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-22T03:18:43.613Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-22T03:18:43.613Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-22T03:18:43.613Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-22T03:18:43.614Z | error: cannot install while Rust is installed |
39 | 2025-03-22T03:18:43.614Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-22T03:18:43.640Z | info: profile set to 'default' |
41 | 2025-03-22T03:18:43.640Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-22T03:18:43.643Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
43 | 2025-03-22T03:18:43.797Z | info: latest update on 2025-03-18, rust version 1.85.1 (4eb161250 2025-03-15) |
44 | 2025-03-22T03:18:43.797Z | info: downloading component 'cargo' |
45 | 2025-03-22T03:18:44.545Z | info: downloading component 'clippy' |
46 | 2025-03-22T03:18:44.852Z | info: downloading component 'rust-docs' |
47 | 2025-03-22T03:18:46.235Z | info: downloading component 'rust-std' |
48 | 2025-03-22T03:18:48.049Z | info: downloading component 'rustc' |
49 | 2025-03-22T03:18:53.760Z | info: downloading component 'rustfmt' |
50 | 2025-03-22T03:18:54.057Z | info: installing component 'cargo' |
51 | 2025-03-22T03:18:54.863Z | info: installing component 'clippy' |
52 | 2025-03-22T03:18:55.247Z | info: installing component 'rust-docs' |
53 | 2025-03-22T03:18:57.012Z | info: installing component 'rust-std' |
54 | 2025-03-22T03:18:58.758Z | info: installing component 'rustc' |
55 | 2025-03-22T03:19:04.700Z | info: installing component 'rustfmt' |
56 | 2025-03-22T03:19:05.029Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
57 | 2025-03-22T03:19:05.029Z | |
58 | 2025-03-22T03:19:05.413Z | stable-x86_64-unknown-illumos installed - rustc 1.85.1 (4eb161250 2025-03-15) |
59 | 2025-03-22T03:19:05.413Z | |
60 | 2025-03-22T03:19:05.416Z | |
61 | 2025-03-22T03:19:05.416Z | Rust is installed now. Great! |
62 | 2025-03-22T03:19:05.416Z | |
63 | 2025-03-22T03:19:05.416Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-22T03:19:05.416Z | environment variable. This has not been done automatically. |
65 | 2025-03-22T03:19:05.416Z | |
66 | 2025-03-22T03:19:05.416Z | To configure your current shell, you need to source |
67 | 2025-03-22T03:19:05.416Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-22T03:19:05.416Z | |
69 | 2025-03-22T03:19:05.416Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-22T03:19:05.416Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-22T03:19:05.416Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-22T03:19:05.416Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-22T03:19:05.485Z | + rustup --version |
74 | 2025-03-22T03:19:05.496Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-22T03:19:05.496Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-22T03:19:05.524Z | info: The currently active `rustc` version is `rustc 1.85.1 (4eb161250 2025-03-15)` |
77 | 2025-03-22T03:19:05.530Z | + cargo --version |
78 | 2025-03-22T03:19:05.545Z | cargo 1.85.1 (d73d2caf9 2024-12-31) |
79 | 2025-03-22T03:19:05.548Z | + rustc --version |
80 | 2025-03-22T03:19:05.572Z | rustc 1.85.1 (4eb161250 2025-03-15) |
81 | 2025-03-22T03:19:05.575Z | process exited: duration 23301 ms, exit code 0 |
|
82 | 2025-03-22T03:19:05.581Z | starting task 2: "authentication" |
83 | 2025-03-22T03:19:05.603Z | process exited: duration 21 ms, exit code 0 |
|
84 | 2025-03-22T03:19:05.612Z | starting task 3: "clone repository" |
85 | 2025-03-22T03:19:05.618Z | + mkdir -p /work/oxidecomputer/maghemite |
86 | 2025-03-22T03:19:05.622Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
87 | 2025-03-22T03:19:05.893Z | Cloning into '/work/oxidecomputer/maghemite'... |
88 | 2025-03-22T03:19:06.761Z | + cd /work/oxidecomputer/maghemite |
89 | 2025-03-22T03:19:06.765Z | + git fetch origin f5d9b936334616366ddf35f6a77cc1da649ea802 |
90 | 2025-03-22T03:19:07.013Z | From https://github.com/oxidecomputer/maghemite |
91 | 2025-03-22T03:19:07.013Z | * branch f5d9b936334616366ddf35f6a77cc1da649ea802 -> FETCH_HEAD |
92 | 2025-03-22T03:19:07.022Z | + [[ -n renovate/hostname-0.x ]] |
93 | 2025-03-22T03:19:07.026Z | ++ git branch --show-current |
94 | 2025-03-22T03:19:07.026Z | + current=main |
95 | 2025-03-22T03:19:07.026Z | + [[ main != renovate/hostname-0.x ]] |
96 | 2025-03-22T03:19:07.026Z | + git branch -f renovate/hostname-0.x f5d9b936334616366ddf35f6a77cc1da649ea802 |
97 | 2025-03-22T03:19:07.029Z | + git checkout -f renovate/hostname-0.x |
98 | 2025-03-22T03:19:07.042Z | Switched to branch 'renovate/hostname-0.x' |
99 | 2025-03-22T03:19:07.046Z | + git reset --hard f5d9b936334616366ddf35f6a77cc1da649ea802 |
100 | 2025-03-22T03:19:07.049Z | HEAD is now at f5d9b93 Update Rust crate hostname to 0.4 |
101 | 2025-03-22T03:19:07.049Z | process exited: duration 1438 ms, exit code 0 |
|
102 | 2025-03-22T03:19:07.057Z | starting task 4: "build" |
103 | 2025-03-22T03:19:07.060Z | + set -e |
104 | 2025-03-22T03:19:07.060Z | + cargo --version |
105 | 2025-03-22T03:19:07.067Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
106 | 2025-03-22T03:19:07.241Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
107 | 2025-03-22T03:19:07.241Z | info: downloading component 'cargo' |
108 | 2025-03-22T03:19:08.122Z | info: downloading component 'clippy' |
109 | 2025-03-22T03:19:08.412Z | info: downloading component 'rust-docs' |
110 | 2025-03-22T03:19:09.698Z | info: downloading component 'rust-std' |
111 | 2025-03-22T03:19:11.270Z | info: downloading component 'rustc' |
112 | 2025-03-22T03:19:16.646Z | info: downloading component 'rustfmt' |
113 | 2025-03-22T03:19:16.877Z | info: installing component 'cargo' |
114 | 2025-03-22T03:19:17.686Z | info: installing component 'clippy' |
115 | 2025-03-22T03:19:18.044Z | info: installing component 'rust-docs' |
116 | 2025-03-22T03:19:19.652Z | info: installing component 'rust-std' |
117 | 2025-03-22T03:19:21.384Z | info: installing component 'rustc' |
118 | 2025-03-22T03:19:27.016Z | info: installing component 'rustfmt' |
119 | 2025-03-22T03:19:27.426Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
120 | 2025-03-22T03:19:27.429Z | + rustc --version |
121 | 2025-03-22T03:19:27.502Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
122 | 2025-03-22T03:19:27.505Z | + cargo install cargo-nextest |
123 | 2025-03-22T03:19:27.592Z | Updating crates.io index |
124 | 2025-03-22T03:19:27.701Z | Downloading crates ... |
125 | 2025-03-22T03:19:27.764Z | Downloaded cargo-nextest v0.9.92 |
126 | 2025-03-22T03:19:27.802Z | Installing cargo-nextest v0.9.92 |
127 | 2025-03-22T03:19:27.885Z | Updating crates.io index |
128 | 2025-03-22T03:19:29.043Z | Locking 356 packages to latest compatible versions |
129 | 2025-03-22T03:19:29.046Z | Adding addr2line v0.21.0 (latest: v0.24.2) |
130 | 2025-03-22T03:19:29.046Z | Adding backtrace v0.3.71 (latest: v0.3.74) |
131 | 2025-03-22T03:19:29.046Z | Adding base64 v0.21.7 (latest: v0.22.1) |
132 | 2025-03-22T03:19:29.059Z | Adding cargo-platform v0.1.9 (latest: v0.2.0) |
133 | 2025-03-22T03:19:29.062Z | Adding const-oid v0.9.6 (latest: v0.10.0) |
134 | 2025-03-22T03:19:29.062Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
135 | 2025-03-22T03:19:29.065Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
136 | 2025-03-22T03:19:29.065Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
137 | 2025-03-22T03:19:29.065Z | Adding generic-array v0.14.7 (latest: v1.2.0) |
138 | 2025-03-22T03:19:29.065Z | Adding getrandom v0.2.15 (latest: v0.3.2) |
139 | 2025-03-22T03:19:29.065Z | Adding gimli v0.28.1 (latest: v0.31.1) |
140 | 2025-03-22T03:19:29.068Z | Adding idna_adapter v1.0.0 (latest: v1.2.0) |
141 | 2025-03-22T03:19:29.068Z | Adding linux-raw-sys v0.4.15 (latest: v0.9.3) |
142 | 2025-03-22T03:19:29.068Z | Adding miniz_oxide v0.7.4 (latest: v0.8.5) |
143 | 2025-03-22T03:19:29.071Z | Adding object v0.32.2 (latest: v0.36.7) |
144 | 2025-03-22T03:19:29.074Z | Adding owo-colors v3.5.0 (latest: v4.2.0) |
145 | 2025-03-22T03:19:29.074Z | Adding rand_core v0.6.4 (latest: v0.9.3) |
146 | 2025-03-22T03:19:29.077Z | Adding ron v0.8.1 (latest: v0.9.0) |
147 | 2025-03-22T03:19:29.080Z | Adding rustix v0.38.44 (latest: v1.0.3) |
148 | 2025-03-22T03:19:29.083Z | Adding security-framework v2.11.1 (latest: v3.2.0) |
149 | 2025-03-22T03:19:29.086Z | Adding thiserror v1.0.69 (latest: v2.0.12) |
150 | 2025-03-22T03:19:29.086Z | Adding thiserror-impl v1.0.69 (latest: v2.0.12) |
151 | 2025-03-22T03:19:29.091Z | Adding unicode-width v0.1.14 (latest: v0.2.0) |
152 | 2025-03-22T03:19:29.091Z | Adding vte v0.14.1 (latest: v0.15.0) |
153 | 2025-03-22T03:19:29.091Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.14.2+wasi-0.2.4) |
154 | 2025-03-22T03:19:29.094Z | Adding windows v0.52.0 (latest: v0.61.1) |
155 | 2025-03-22T03:19:29.094Z | Adding windows-core v0.52.0 (latest: v0.61.0) |
156 | 2025-03-22T03:19:29.094Z | Adding windows-registry v0.4.0 (latest: v0.5.1) |
157 | 2025-03-22T03:19:29.094Z | Adding windows-strings v0.3.1 (latest: v0.4.0) |
158 | 2025-03-22T03:19:29.094Z | Adding windows-sys v0.42.0 (latest: v0.59.0) |
159 | 2025-03-22T03:19:29.094Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
160 | 2025-03-22T03:19:29.094Z | Adding windows-targets v0.52.6 (latest: v0.53.0) |
161 | 2025-03-22T03:19:29.094Z | Adding windows_aarch64_gnullvm v0.42.2 (latest: v0.53.0) |
162 | 2025-03-22T03:19:29.094Z | Adding windows_aarch64_gnullvm v0.52.6 (latest: v0.53.0) |
163 | 2025-03-22T03:19:29.094Z | Adding windows_aarch64_msvc v0.42.2 (latest: v0.53.0) |
164 | 2025-03-22T03:19:29.094Z | Adding windows_aarch64_msvc v0.52.6 (latest: v0.53.0) |
165 | 2025-03-22T03:19:29.094Z | Adding windows_i686_gnu v0.42.2 (latest: v0.53.0) |
166 | 2025-03-22T03:19:29.094Z | Adding windows_i686_gnu v0.52.6 (latest: v0.53.0) |
167 | 2025-03-22T03:19:29.094Z | Adding windows_i686_gnullvm v0.52.6 (latest: v0.53.0) |
168 | 2025-03-22T03:19:29.094Z | Adding windows_i686_msvc v0.42.2 (latest: v0.53.0) |
169 | 2025-03-22T03:19:29.094Z | Adding windows_i686_msvc v0.52.6 (latest: v0.53.0) |
170 | 2025-03-22T03:19:29.094Z | Adding windows_x86_64_gnu v0.42.2 (latest: v0.53.0) |
171 | 2025-03-22T03:19:29.094Z | Adding windows_x86_64_gnu v0.52.6 (latest: v0.53.0) |
172 | 2025-03-22T03:19:29.094Z | Adding windows_x86_64_gnullvm v0.42.2 (latest: v0.53.0) |
173 | 2025-03-22T03:19:29.094Z | Adding windows_x86_64_gnullvm v0.52.6 (latest: v0.53.0) |
174 | 2025-03-22T03:19:29.094Z | Adding windows_x86_64_msvc v0.42.2 (latest: v0.53.0) |
175 | 2025-03-22T03:19:29.094Z | Adding windows_x86_64_msvc v0.52.6 (latest: v0.53.0) |
176 | 2025-03-22T03:19:29.095Z | Adding wit-bindgen-rt v0.39.0 (latest: v0.41.0) |
177 | 2025-03-22T03:19:29.095Z | Adding zerocopy v0.7.35 (latest: v0.8.24) |
178 | 2025-03-22T03:19:29.095Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.24) |
179 | 2025-03-22T03:19:29.095Z | Downloading crates ... |
180 | 2025-03-22T03:19:29.151Z | Downloaded addr2line v0.21.0 |
181 | 2025-03-22T03:19:29.156Z | Downloaded camino v1.1.9 |
182 | 2025-03-22T03:19:29.159Z | Downloaded anstyle v1.0.10 |
183 | 2025-03-22T03:19:29.170Z | Downloaded atomicwrites v0.4.4 |
184 | 2025-03-22T03:19:29.173Z | Downloaded cargo-platform v0.1.9 |
185 | 2025-03-22T03:19:29.176Z | Downloaded cfg_aliases v0.2.1 |
186 | 2025-03-22T03:19:29.179Z | Downloaded equivalent v1.0.2 |
187 | 2025-03-22T03:19:29.182Z | Downloaded humantime-serde v1.1.1 |
188 | 2025-03-22T03:19:29.185Z | Downloaded guppy-workspace-hack v0.1.0 |
189 | 2025-03-22T03:19:29.185Z | Downloaded foreign-types v0.3.2 |
190 | 2025-03-22T03:19:29.185Z | Downloaded foreign-types-shared v0.1.1 |
191 | 2025-03-22T03:19:29.189Z | Downloaded http-body v1.0.1 |
192 | 2025-03-22T03:19:29.196Z | Downloaded async-scoped v0.9.0 |
193 | 2025-03-22T03:19:29.200Z | Downloaded adler2 v2.0.0 |
194 | 2025-03-22T03:19:29.200Z | Downloaded anstyle-query v1.1.2 |
195 | 2025-03-22T03:19:29.203Z | Downloaded autocfg v1.4.0 |
196 | 2025-03-22T03:19:29.203Z | Downloaded block-buffer v0.10.4 |
197 | 2025-03-22T03:19:29.207Z | Downloaded backtrace-ext v0.2.1 |
198 | 2025-03-22T03:19:29.207Z | Downloaded atomic-waker v1.1.2 |
199 | 2025-03-22T03:19:29.210Z | Downloaded adler v1.0.2 |
200 | 2025-03-22T03:19:29.210Z | Downloaded futures-macro v0.3.31 |
201 | 2025-03-22T03:19:29.213Z | Downloaded anstyle-parse v0.2.6 |
202 | 2025-03-22T03:19:29.216Z | Downloaded curve25519-dalek-derive v0.1.1 |
203 | 2025-03-22T03:19:29.219Z | Downloaded fastrand v2.3.0 |
204 | 2025-03-22T03:19:29.219Z | Downloaded generic-array v0.14.7 |
205 | 2025-03-22T03:19:29.222Z | Downloaded either v1.15.0 |
206 | 2025-03-22T03:19:29.222Z | Downloaded ed25519 v2.2.3 |
207 | 2025-03-22T03:19:29.226Z | Downloaded filetime v0.2.25 |
208 | 2025-03-22T03:19:29.229Z | Downloaded debug-ignore v1.0.5 |
209 | 2025-03-22T03:19:29.229Z | Downloaded clap_lex v0.7.4 |
210 | 2025-03-22T03:19:29.229Z | Downloaded futures-sink v0.3.31 |
211 | 2025-03-22T03:19:29.233Z | Downloaded camino-tempfile v1.1.1 |
212 | 2025-03-22T03:19:29.236Z | Downloaded home v0.5.11 |
213 | 2025-03-22T03:19:29.236Z | Downloaded heck v0.5.0 |
214 | 2025-03-22T03:19:29.239Z | Downloaded anstream v0.6.18 |
215 | 2025-03-22T03:19:29.242Z | Downloaded hex v0.4.3 |
216 | 2025-03-22T03:19:29.245Z | Downloaded futures-core v0.3.31 |
217 | 2025-03-22T03:19:29.248Z | Downloaded humantime v2.2.0 |
218 | 2025-03-22T03:19:29.251Z | Downloaded base64ct v1.7.3 |
219 | 2025-03-22T03:19:29.255Z | Downloaded enable-ansi-support v0.2.1 |
220 | 2025-03-22T03:19:29.259Z | Downloaded swrite v0.1.0 |
221 | 2025-03-22T03:19:29.262Z | Downloaded try-lock v0.2.5 |
222 | 2025-03-22T03:19:29.265Z | Downloaded clap_derive v4.5.32 |
223 | 2025-03-22T03:19:29.268Z | Downloaded digest v0.10.7 |
224 | 2025-03-22T03:19:29.268Z | Downloaded smol_str v0.3.2 |
225 | 2025-03-22T03:19:29.271Z | Downloaded want v0.3.1 |
226 | 2025-03-22T03:19:29.271Z | Downloaded cargo_metadata v0.19.2 |
227 | 2025-03-22T03:19:29.275Z | Downloaded futures-task v0.3.31 |
228 | 2025-03-22T03:19:29.275Z | Downloaded is_ci v1.2.0 |
229 | 2025-03-22T03:19:29.279Z | Downloaded globset v0.4.16 |
230 | 2025-03-22T03:19:29.279Z | Downloaded console v0.15.11 |
231 | 2025-03-22T03:19:29.282Z | Downloaded hyper-tls v0.6.0 |
232 | 2025-03-22T03:19:29.285Z | Downloaded hyper-rustls v0.27.5 |
233 | 2025-03-22T03:19:29.288Z | Downloaded fixedbitset v0.5.7 |
234 | 2025-03-22T03:19:29.293Z | Downloaded duct v0.13.7 |
235 | 2025-03-22T03:19:29.293Z | Downloaded indenter v0.3.3 |
236 | 2025-03-22T03:19:29.296Z | Downloaded getrandom v0.2.15 |
237 | 2025-03-22T03:19:29.296Z | Downloaded futures-executor v0.3.31 |
238 | 2025-03-22T03:19:29.299Z | Downloaded urlencoding v2.1.3 |
239 | 2025-03-22T03:19:29.299Z | Downloaded signal-hook-mio v0.2.4 |
240 | 2025-03-22T03:19:29.301Z | Downloaded number_prefix v0.4.0 |
241 | 2025-03-22T03:19:29.302Z | Downloaded http-body-util v0.1.3 |
242 | 2025-03-22T03:19:29.304Z | Downloaded dialoguer v0.11.0 |
243 | 2025-03-22T03:19:29.307Z | Downloaded tower-service v0.3.3 |
244 | 2025-03-22T03:19:29.307Z | Downloaded futures-io v0.3.31 |
245 | 2025-03-22T03:19:29.310Z | Downloaded nextest-workspace-hack v0.1.0 |
246 | 2025-03-22T03:19:29.310Z | Downloaded openssl-macros v0.1.1 |
247 | 2025-03-22T03:19:29.313Z | Downloaded target-spec-miette v0.4.4 |
248 | 2025-03-22T03:19:29.313Z | Downloaded eyre v0.6.12 |
249 | 2025-03-22T03:19:29.316Z | Downloaded strip-ansi-escapes v0.2.1 |
250 | 2025-03-22T03:19:29.319Z | Downloaded mukti-metadata v0.3.0 |
251 | 2025-03-22T03:19:29.319Z | Downloaded colorchoice v1.0.3 |
252 | 2025-03-22T03:19:29.323Z | Downloaded nested v0.1.1 |
253 | 2025-03-22T03:19:29.323Z | Downloaded derive-where v1.2.7 |
254 | 2025-03-22T03:19:29.326Z | Downloaded httparse v1.10.1 |
255 | 2025-03-22T03:19:29.328Z | Downloaded zeroize v1.8.1 |
256 | 2025-03-22T03:19:29.328Z | Downloaded getrandom v0.3.2 |
257 | 2025-03-22T03:19:29.332Z | Downloaded zipsign-api v0.1.3 |
258 | 2025-03-22T03:19:29.337Z | Downloaded idna_adapter v1.0.0 |
259 | 2025-03-22T03:19:29.341Z | Downloaded supports-color v3.0.2 |
260 | 2025-03-22T03:19:29.341Z | Downloaded spki v0.7.3 |
261 | 2025-03-22T03:19:29.341Z | Downloaded futures v0.3.31 |
262 | 2025-03-22T03:19:29.344Z | Downloaded shell-words v1.1.0 |
263 | 2025-03-22T03:19:29.348Z | Downloaded utf8_iter v1.0.4 |
264 | 2025-03-22T03:19:29.348Z | Downloaded bitflags v2.9.0 |
265 | 2025-03-22T03:19:29.351Z | Downloaded thread_local v1.1.8 |
266 | 2025-03-22T03:19:29.367Z | Downloaded pkg-config v0.3.32 |
267 | 2025-03-22T03:19:29.367Z | Downloaded tokio-native-tls v0.3.1 |
268 | 2025-03-22T03:19:29.373Z | Downloaded terminal_size v0.4.2 |
269 | 2025-03-22T03:19:29.373Z | Downloaded tinyvec_macros v0.1.1 |
270 | 2025-03-22T03:19:29.373Z | Downloaded unicase v2.8.1 |
271 | 2025-03-22T03:19:29.373Z | Downloaded static_assertions v1.1.0 |
272 | 2025-03-22T03:19:29.373Z | Downloaded tower-layer v0.3.3 |
273 | 2025-03-22T03:19:29.373Z | Downloaded rand_core v0.9.3 |
274 | 2025-03-22T03:19:29.373Z | Downloaded miette-derive v7.5.0 |
275 | 2025-03-22T03:19:29.373Z | Downloaded crc32fast v1.4.2 |
276 | 2025-03-22T03:19:29.373Z | Downloaded rustc_version v0.4.1 |
277 | 2025-03-22T03:19:29.373Z | Downloaded signature v2.2.0 |
278 | 2025-03-22T03:19:29.373Z | Downloaded rand_core v0.6.4 |
279 | 2025-03-22T03:19:29.378Z | Downloaded toml_datetime v0.6.8 |
280 | 2025-03-22T03:19:29.378Z | Downloaded serde_path_to_error v0.1.17 |
281 | 2025-03-22T03:19:29.378Z | Downloaded ppv-lite86 v0.2.21 |
282 | 2025-03-22T03:19:29.378Z | Downloaded quick-junit v0.5.1 |
283 | 2025-03-22T03:19:29.381Z | Downloaded newtype-uuid v1.2.1 |
284 | 2025-03-22T03:19:29.381Z | Downloaded pin-utils v0.1.0 |
285 | 2025-03-22T03:19:29.381Z | Downloaded pathdiff v0.2.3 |
286 | 2025-03-22T03:19:29.384Z | Downloaded openssl-probe v0.1.6 |
287 | 2025-03-22T03:19:29.384Z | Downloaded clap v4.5.32 |
288 | 2025-03-22T03:19:29.391Z | Downloaded tokio-macros v2.5.0 |
289 | 2025-03-22T03:19:29.394Z | Downloaded supports-unicode v3.0.0 |
290 | 2025-03-22T03:19:29.394Z | Downloaded mime v0.3.17 |
291 | 2025-03-22T03:19:29.397Z | Downloaded tokio-rustls v0.26.2 |
292 | 2025-03-22T03:19:29.401Z | Downloaded xxhash-rust v0.8.15 |
293 | 2025-03-22T03:19:29.401Z | Downloaded bytes v1.10.1 |
294 | 2025-03-22T03:19:29.404Z | Downloaded target-spec v3.4.2 |
295 | 2025-03-22T03:19:29.407Z | Downloaded os_pipe v1.2.1 |
296 | 2025-03-22T03:19:29.410Z | Downloaded config v0.15.11 |
297 | 2025-03-22T03:19:29.413Z | Downloaded thiserror v1.0.69 |
298 | 2025-03-22T03:19:29.416Z | Downloaded sync_wrapper v1.0.2 |
299 | 2025-03-22T03:19:29.419Z | Downloaded tokio-stream v0.1.17 |
300 | 2025-03-22T03:19:29.428Z | Downloaded self-replace v1.5.0 |
301 | 2025-03-22T03:19:29.432Z | Downloaded serde_ignored v0.1.11 |
302 | 2025-03-22T03:19:29.432Z | Downloaded der v0.7.9 |
303 | 2025-03-22T03:19:29.432Z | Downloaded ed25519-dalek v2.1.1 |
304 | 2025-03-22T03:19:29.437Z | Downloaded rustc-demangle v0.1.24 |
305 | 2025-03-22T03:19:29.437Z | Downloaded tracing-error v0.2.1 |
306 | 2025-03-22T03:19:29.440Z | Downloaded base64 v0.21.7 |
307 | 2025-03-22T03:19:29.446Z | Downloaded slab v0.4.9 |
308 | 2025-03-22T03:19:29.446Z | Downloaded pin-project-lite v0.2.16 |
309 | 2025-03-22T03:19:29.449Z | Downloaded pkcs8 v0.10.2 |
310 | 2025-03-22T03:19:29.454Z | Downloaded untrusted v0.9.0 |
311 | 2025-03-22T03:19:29.454Z | Downloaded pin-project-internal v1.1.10 |
312 | 2025-03-22T03:19:29.457Z | Downloaded strsim v0.11.1 |
313 | 2025-03-22T03:19:29.457Z | Downloaded quinn-udp v0.5.10 |
314 | 2025-03-22T03:19:29.458Z | Downloaded smallvec v1.14.0 |
315 | 2025-03-22T03:19:29.461Z | Downloaded tracing-attributes v0.1.28 |
316 | 2025-03-22T03:19:29.461Z | Downloaded backtrace v0.3.71 |
317 | 2025-03-22T03:19:29.465Z | Downloaded once_cell v1.21.1 |
318 | 2025-03-22T03:19:29.468Z | Downloaded owo-colors v4.2.0 |
319 | 2025-03-22T03:19:29.473Z | Downloaded lock_api v0.4.12 |
320 | 2025-03-22T03:19:29.476Z | Downloaded signal-hook-registry v1.4.2 |
321 | 2025-03-22T03:19:29.476Z | Downloaded semver v1.0.26 |
322 | 2025-03-22T03:19:29.476Z | Downloaded rustls-pemfile v2.2.0 |
323 | 2025-03-22T03:19:29.480Z | Downloaded serde_derive v1.0.219 |
324 | 2025-03-22T03:19:29.484Z | Downloaded log v0.4.26 |
325 | 2025-03-22T03:19:29.489Z | Downloaded cc v1.2.17 |
326 | 2025-03-22T03:19:29.489Z | Downloaded scopeguard v1.2.0 |
327 | 2025-03-22T03:19:29.493Z | Downloaded thiserror-impl v1.0.69 |
328 | 2025-03-22T03:19:29.493Z | Downloaded shlex v1.3.0 |
329 | 2025-03-22T03:19:29.493Z | Downloaded thiserror-impl v2.0.12 |
330 | 2025-03-22T03:19:29.496Z | Downloaded url v2.5.4 |
331 | 2025-03-22T03:19:29.497Z | Downloaded pin-project v1.1.10 |
332 | 2025-03-22T03:19:29.508Z | Downloaded thiserror v2.0.12 |
333 | 2025-03-22T03:19:29.514Z | Downloaded tar v0.4.44 |
334 | 2025-03-22T03:19:29.518Z | Downloaded rustls-pki-types v1.11.0 |
335 | 2025-03-22T03:19:29.523Z | Downloaded ryu v1.0.20 |
336 | 2025-03-22T03:19:29.525Z | Downloaded socket2 v0.5.8 |
337 | 2025-03-22T03:19:29.528Z | Downloaded unicode-ident v1.0.18 |
338 | 2025-03-22T03:19:29.531Z | Downloaded vte v0.14.1 |
339 | 2025-03-22T03:19:29.534Z | Downloaded uuid v1.16.0 |
340 | 2025-03-22T03:19:29.538Z | Downloaded sha2 v0.10.8 |
341 | 2025-03-22T03:19:29.541Z | Downloaded tracing-core v0.1.33 |
342 | 2025-03-22T03:19:29.541Z | Downloaded http v1.3.1 |
343 | 2025-03-22T03:19:29.544Z | Downloaded typenum v1.18.0 |
344 | 2025-03-22T03:19:29.548Z | Downloaded ron v0.8.1 |
345 | 2025-03-22T03:19:29.554Z | Downloaded crossterm v0.28.1 |
346 | 2025-03-22T03:19:29.561Z | Downloaded indexmap v2.8.0 |
347 | 2025-03-22T03:19:29.565Z | Downloaded flate2 v1.1.0 |
348 | 2025-03-22T03:19:29.570Z | Downloaded hashbrown v0.15.2 |
349 | 2025-03-22T03:19:29.576Z | Downloaded signal-hook v0.3.17 |
350 | 2025-03-22T03:19:29.581Z | Downloaded toml v0.8.20 |
351 | 2025-03-22T03:19:29.584Z | Downloaded openssl-sys v0.9.106 |
352 | 2025-03-22T03:19:29.588Z | Downloaded unicode-normalization v0.1.24 |
353 | 2025-03-22T03:19:29.592Z | Downloaded clap_builder v4.5.32 |
354 | 2025-03-22T03:19:29.599Z | Downloaded tower v0.5.2 |
355 | 2025-03-22T03:19:29.608Z | Downloaded quinn v0.11.7 |
356 | 2025-03-22T03:19:29.612Z | Downloaded self_update v0.42.0 |
357 | 2025-03-22T03:19:29.614Z | Downloaded hyper-util v0.1.10 |
358 | 2025-03-22T03:19:29.619Z | Downloaded serde_json v1.0.140 |
359 | 2025-03-22T03:19:29.627Z | Downloaded mio v1.0.3 |
360 | 2025-03-22T03:19:29.634Z | Downloaded rand v0.9.0 |
361 | 2025-03-22T03:19:29.638Z | Downloaded memchr v2.7.4 |
362 | 2025-03-22T03:19:29.642Z | Downloaded chrono v0.4.40 |
363 | 2025-03-22T03:19:29.650Z | Downloaded color-spantrace v0.2.1 |
364 | 2025-03-22T03:19:29.656Z | Downloaded aho-corasick v1.1.3 |
365 | 2025-03-22T03:19:29.661Z | Downloaded rustls-webpki v0.103.0 |
366 | 2025-03-22T03:19:29.679Z | Downloaded tracing-subscriber v0.3.19 |
367 | 2025-03-22T03:19:29.688Z | Downloaded gimli v0.28.1 |
368 | 2025-03-22T03:19:29.694Z | Downloaded toml_edit v0.22.24 |
369 | 2025-03-22T03:19:29.719Z | Downloaded miette v7.5.0 |
370 | 2025-03-22T03:19:29.730Z | Downloaded unicode-width v0.2.0 |
371 | 2025-03-22T03:19:29.730Z | Downloaded itertools v0.14.0 |
372 | 2025-03-22T03:19:29.755Z | Downloaded bstr v1.11.3 |
373 | 2025-03-22T03:19:29.768Z | Downloaded syn v2.0.100 |
374 | 2025-03-22T03:19:29.768Z | Downloaded unicode-width v0.1.14 |
375 | 2025-03-22T03:19:29.768Z | Downloaded zerocopy v0.7.35 |
376 | 2025-03-22T03:19:29.779Z | Downloaded rustls v0.23.25 |
377 | 2025-03-22T03:19:29.785Z | Downloaded idna v1.0.3 |
378 | 2025-03-22T03:19:29.795Z | Downloaded quick-xml v0.37.2 |
379 | 2025-03-22T03:19:29.806Z | Downloaded winnow v0.7.4 |
380 | 2025-03-22T03:19:29.806Z | Downloaded curve25519-dalek v4.1.3 |
381 | 2025-03-22T03:19:29.821Z | Downloaded reqwest v0.12.15 |
382 | 2025-03-22T03:19:29.832Z | Downloaded portable-atomic v1.11.0 |
383 | 2025-03-22T03:19:29.832Z | Downloaded futures-util v0.3.31 |
384 | 2025-03-22T03:19:29.847Z | Downloaded hyper v1.6.0 |
385 | 2025-03-22T03:19:29.852Z | Downloaded h2 v0.4.8 |
386 | 2025-03-22T03:19:29.855Z | Downloaded zerocopy v0.8.24 |
387 | 2025-03-22T03:19:29.877Z | Downloaded vcpkg v0.2.15 |
388 | 2025-03-22T03:19:29.911Z | Downloaded regex v1.11.1 |
389 | 2025-03-22T03:19:29.931Z | Downloaded quinn-proto v0.11.10 |
390 | 2025-03-22T03:19:29.942Z | Downloaded miniz_oxide v0.8.5 |
391 | 2025-03-22T03:19:29.942Z | Downloaded tokio-util v0.7.14 |
392 | 2025-03-22T03:19:29.956Z | Downloaded color-eyre v0.6.3 |
393 | 2025-03-22T03:19:29.960Z | Downloaded object v0.32.2 |
394 | 2025-03-22T03:19:29.960Z | Downloaded openssl v0.10.71 |
395 | 2025-03-22T03:19:29.967Z | Downloaded nextest-runner v0.75.0 |
396 | 2025-03-22T03:19:29.979Z | Downloaded nix v0.29.0 |
397 | 2025-03-22T03:19:29.995Z | Downloaded webpki-roots v0.26.8 |
398 | 2025-03-22T03:19:30.003Z | Downloaded regex-syntax v0.8.5 |
399 | 2025-03-22T03:19:30.009Z | Downloaded guppy v0.17.17 |
400 | 2025-03-22T03:19:30.016Z | Downloaded sharded-slab v0.1.7 |
401 | 2025-03-22T03:19:30.016Z | Downloaded rustix v0.38.44 |
402 | 2025-03-22T03:19:30.049Z | Downloaded miniz_oxide v0.7.4 |
403 | 2025-03-22T03:19:30.065Z | Downloaded indicatif v0.17.11 |
404 | 2025-03-22T03:19:30.065Z | Downloaded tracing v0.1.41 |
405 | 2025-03-22T03:19:30.066Z | Downloaded tokio v1.44.1 |
406 | 2025-03-22T03:19:30.098Z | Downloaded rustix v1.0.3 |
407 | 2025-03-22T03:19:30.117Z | Downloaded serde v1.0.219 |
408 | 2025-03-22T03:19:30.118Z | Downloaded tempfile v3.19.1 |
409 | 2025-03-22T03:19:30.118Z | Downloaded quote v1.0.40 |
410 | 2025-03-22T03:19:30.129Z | Downloaded proc-macro2 v1.0.94 |
411 | 2025-03-22T03:19:30.129Z | Downloaded parking_lot v0.12.3 |
412 | 2025-03-22T03:19:30.129Z | Downloaded num-traits v0.2.19 |
413 | 2025-03-22T03:19:30.129Z | Downloaded nextest-filtering v0.15.0 |
414 | 2025-03-22T03:19:30.129Z | Downloaded borsh v1.5.6 |
415 | 2025-03-22T03:19:30.129Z | Downloaded ipnet v2.11.0 |
416 | 2025-03-22T03:19:30.153Z | Downloaded jobserver v0.1.32 |
417 | 2025-03-22T03:19:30.153Z | Downloaded owo-colors v3.5.0 |
418 | 2025-03-22T03:19:30.154Z | Downloaded nextest-metadata v0.12.2 |
419 | 2025-03-22T03:19:30.154Z | Downloaded subtle v2.6.1 |
420 | 2025-03-22T03:19:30.154Z | Downloaded parking_lot_core v0.9.10 |
421 | 2025-03-22T03:19:30.155Z | Downloaded native-tls v0.2.14 |
422 | 2025-03-22T03:19:30.155Z | Downloaded serde_urlencoded v0.7.1 |
423 | 2025-03-22T03:19:30.173Z | Downloaded unicode-linebreak v0.1.5 |
424 | 2025-03-22T03:19:30.173Z | Downloaded supports-hyperlinks v3.1.0 |
425 | 2025-03-22T03:19:30.173Z | Downloaded target-lexicon v0.13.2 |
426 | 2025-03-22T03:19:30.173Z | Downloaded tinyvec v1.9.0 |
427 | 2025-03-22T03:19:30.173Z | Downloaded textwrap v0.16.2 |
428 | 2025-03-22T03:19:30.173Z | Downloaded base64 v0.22.1 |
429 | 2025-03-22T03:19:30.174Z | Downloaded serde_spanned v0.6.8 |
430 | 2025-03-22T03:19:30.174Z | Downloaded tracing-log v0.2.0 |
431 | 2025-03-22T03:19:30.174Z | Downloaded rustc-hash v2.1.1 |
432 | 2025-03-22T03:19:30.174Z | Downloaded rand_chacha v0.9.0 |
433 | 2025-03-22T03:19:30.174Z | Downloaded iana-time-zone v0.1.61 |
434 | 2025-03-22T03:19:30.174Z | Downloaded zstd-safe v7.2.4 |
435 | 2025-03-22T03:19:30.174Z | Downloaded zstd v0.13.3 |
436 | 2025-03-22T03:19:30.174Z | Downloaded lazy_static v1.5.0 |
437 | 2025-03-22T03:19:30.174Z | Downloaded futures-channel v0.3.31 |
438 | 2025-03-22T03:19:30.174Z | Downloaded regex-automata v0.4.9 |
439 | 2025-03-22T03:19:30.185Z | Downloaded future-queue v0.4.0 |
440 | 2025-03-22T03:19:30.185Z | Downloaded form_urlencoded v1.2.1 |
441 | 2025-03-22T03:19:30.185Z | Downloaded ahash v0.8.11 |
442 | 2025-03-22T03:19:30.191Z | Downloaded shared_child v1.0.1 |
443 | 2025-03-22T03:19:30.191Z | Downloaded percent-encoding v2.3.1 |
444 | 2025-03-22T03:19:30.191Z | Downloaded const-oid v0.9.6 |
445 | 2025-03-22T03:19:30.191Z | Downloaded cfg-expr v0.18.0 |
446 | 2025-03-22T03:19:30.191Z | Downloaded itoa v1.0.15 |
447 | 2025-03-22T03:19:30.191Z | Downloaded is_terminal_polyfill v1.70.1 |
448 | 2025-03-22T03:19:30.191Z | Downloaded indent_write v2.2.0 |
449 | 2025-03-22T03:19:30.217Z | Downloaded version_check v0.9.5 |
450 | 2025-03-22T03:19:30.217Z | Downloaded utf8parse v0.2.2 |
451 | 2025-03-22T03:19:30.217Z | Downloaded xattr v1.5.0 |
452 | 2025-03-22T03:19:30.217Z | Downloaded errno v0.3.10 |
453 | 2025-03-22T03:19:30.217Z | Downloaded cfg-if v1.0.0 |
454 | 2025-03-22T03:19:30.217Z | Downloaded fnv v1.0.7 |
455 | 2025-03-22T03:19:30.217Z | Downloaded crypto-common v0.1.6 |
456 | 2025-03-22T03:19:30.217Z | Downloaded cpufeatures v0.2.17 |
457 | 2025-03-22T03:19:30.229Z | Downloaded zstd-sys v2.0.15+zstd.1.5.7 |
458 | 2025-03-22T03:19:30.254Z | Downloaded petgraph v0.7.1 |
459 | 2025-03-22T03:19:30.277Z | Downloaded libc v0.2.171 |
460 | 2025-03-22T03:19:30.352Z | Downloaded recursion v0.5.2 |
461 | 2025-03-22T03:19:30.362Z | Downloaded ring v0.17.14 |
462 | 2025-03-22T03:19:30.635Z | Compiling proc-macro2 v1.0.94 |
463 | 2025-03-22T03:19:30.635Z | Compiling unicode-ident v1.0.18 |
464 | 2025-03-22T03:19:30.640Z | Compiling libc v0.2.171 |
465 | 2025-03-22T03:19:30.640Z | Compiling cfg-if v1.0.0 |
466 | 2025-03-22T03:19:30.641Z | Compiling serde v1.0.219 |
467 | 2025-03-22T03:19:30.641Z | Compiling memchr v2.7.4 |
468 | 2025-03-22T03:19:30.641Z | Compiling once_cell v1.21.1 |
469 | 2025-03-22T03:19:30.792Z | Compiling autocfg v1.4.0 |
470 | 2025-03-22T03:19:30.809Z | Compiling shlex v1.3.0 |
471 | 2025-03-22T03:19:31.153Z | Compiling log v0.4.26 |
472 | 2025-03-22T03:19:31.185Z | Compiling pin-project-lite v0.2.16 |
473 | 2025-03-22T03:19:31.321Z | Compiling itoa v1.0.15 |
474 | 2025-03-22T03:19:31.336Z | Compiling futures-core v0.3.31 |
475 | 2025-03-22T03:19:31.543Z | Compiling smallvec v1.14.0 |
476 | 2025-03-22T03:19:31.583Z | Compiling bitflags v2.9.0 |
477 | 2025-03-22T03:19:31.656Z | Compiling bytes v1.10.1 |
478 | 2025-03-22T03:19:31.663Z | Compiling slab v0.4.9 |
479 | 2025-03-22T03:19:31.999Z | Compiling getrandom v0.3.2 |
480 | 2025-03-22T03:19:32.042Z | Compiling rustix v1.0.3 |
481 | 2025-03-22T03:19:32.157Z | Compiling jobserver v0.1.32 |
482 | 2025-03-22T03:19:32.228Z | Compiling hashbrown v0.15.2 |
483 | 2025-03-22T03:19:32.577Z | Compiling quote v1.0.40 |
484 | 2025-03-22T03:19:32.693Z | Compiling cc v1.2.17 |
485 | 2025-03-22T03:19:32.929Z | Compiling signal-hook-registry v1.4.2 |
486 | 2025-03-22T03:19:33.176Z | Compiling syn v2.0.100 |
487 | 2025-03-22T03:19:33.232Z | Compiling errno v0.3.10 |
488 | 2025-03-22T03:19:33.268Z | Compiling mio v1.0.3 |
489 | 2025-03-22T03:19:33.402Z | Compiling equivalent v1.0.2 |
490 | 2025-03-22T03:19:33.476Z | Compiling futures-sink v0.3.31 |
491 | 2025-03-22T03:19:33.975Z | Compiling socket2 v0.5.8 |
492 | 2025-03-22T03:19:34.067Z | Compiling tracing-core v0.1.33 |
493 | 2025-03-22T03:19:34.188Z | Compiling version_check v0.9.5 |
494 | 2025-03-22T03:19:34.596Z | Compiling futures-channel v0.3.31 |
495 | 2025-03-22T03:19:34.904Z | Compiling futures-task v0.3.31 |
496 | 2025-03-22T03:19:35.056Z | Compiling pin-utils v0.1.0 |
497 | 2025-03-22T03:19:35.114Z | Compiling serde_json v1.0.140 |
498 | 2025-03-22T03:19:35.155Z | Compiling ryu v1.0.20 |
499 | 2025-03-22T03:19:35.218Z | Compiling futures-io v0.3.31 |
500 | 2025-03-22T03:19:35.504Z | Compiling getrandom v0.2.15 |
501 | 2025-03-22T03:19:35.556Z | Compiling unicode-width v0.2.0 |
502 | 2025-03-22T03:19:35.710Z | Compiling fnv v1.0.7 |
503 | 2025-03-22T03:19:35.710Z | Compiling camino v1.1.9 |
504 | 2025-03-22T03:19:35.815Z | Compiling target-lexicon v0.13.2 |
505 | 2025-03-22T03:19:35.853Z | Compiling http v1.3.1 |
506 | 2025-03-22T03:19:36.129Z | Compiling rustls-pki-types v1.11.0 |
507 | 2025-03-22T03:19:36.362Z | Compiling guppy-workspace-hack v0.1.0 |
508 | 2025-03-22T03:19:36.559Z | Compiling adler v1.0.2 |
509 | 2025-03-22T03:19:36.644Z | Compiling ring v0.17.14 |
510 | 2025-03-22T03:19:36.673Z | Compiling backtrace v0.3.71 |
511 | 2025-03-22T03:19:36.834Z | Compiling typenum v1.18.0 |
512 | 2025-03-22T03:19:36.870Z | Compiling untrusted v0.9.0 |
513 | 2025-03-22T03:19:37.064Z | Compiling httparse v1.10.1 |
514 | 2025-03-22T03:19:37.170Z | Compiling thiserror v1.0.69 |
515 | 2025-03-22T03:19:37.527Z | Compiling semver v1.0.26 |
516 | 2025-03-22T03:19:37.738Z | Compiling gimli v0.28.1 |
517 | 2025-03-22T03:19:38.038Z | Compiling http-body v1.0.1 |
518 | 2025-03-22T03:19:38.110Z | Compiling miniz_oxide v0.7.4 |
519 | 2025-03-22T03:19:38.302Z | Compiling generic-array v0.14.7 |
520 | 2025-03-22T03:19:38.643Z | Compiling object v0.32.2 |
521 | 2025-03-22T03:19:38.717Z | Compiling try-lock v0.2.5 |
522 | 2025-03-22T03:19:38.875Z | Compiling thiserror v2.0.12 |
523 | 2025-03-22T03:19:39.424Z | Compiling fastrand v2.3.0 |
524 | 2025-03-22T03:19:39.459Z | Compiling pkg-config v0.3.32 |
525 | 2025-03-22T03:19:39.501Z | Compiling atomic-waker v1.1.2 |
526 | 2025-03-22T03:19:39.689Z | Compiling zeroize v1.8.1 |
527 | 2025-03-22T03:19:40.019Z | Compiling target-spec v3.4.2 |
528 | 2025-03-22T03:19:40.107Z | Compiling rustc-demangle v0.1.24 |
529 | 2025-03-22T03:19:40.533Z | Compiling rustls v0.23.25 |
530 | 2025-03-22T03:19:40.607Z | Compiling tempfile v3.19.1 |
531 | 2025-03-22T03:19:40.700Z | Compiling zstd-sys v2.0.15+zstd.1.5.7 |
532 | 2025-03-22T03:19:41.186Z | Compiling want v0.3.1 |
533 | 2025-03-22T03:19:41.433Z | Compiling cfg-expr v0.18.0 |
534 | 2025-03-22T03:19:42.586Z | Compiling addr2line v0.21.0 |
535 | 2025-03-22T03:19:43.131Z | Compiling terminal_size v0.4.2 |
536 | 2025-03-22T03:19:43.326Z | Compiling aho-corasick v1.1.3 |
537 | 2025-03-22T03:19:43.359Z | Compiling subtle v2.6.1 |
538 | 2025-03-22T03:19:43.374Z | Compiling regex-syntax v0.8.5 |
539 | 2025-03-22T03:19:43.627Z | Compiling owo-colors v4.2.0 |
540 | 2025-03-22T03:19:43.642Z | Compiling zerocopy v0.8.24 |
541 | 2025-03-22T03:19:44.179Z | Compiling tower-service v0.3.3 |
542 | 2025-03-22T03:19:44.309Z | Compiling percent-encoding v2.3.1 |
543 | 2025-03-22T03:19:44.746Z | Compiling form_urlencoded v1.2.1 |
544 | 2025-03-22T03:19:45.225Z | Compiling ahash v0.8.11 |
545 | 2025-03-22T03:19:45.330Z | Compiling serde_derive v1.0.219 |
546 | 2025-03-22T03:19:45.566Z | Compiling tokio-macros v2.5.0 |
547 | 2025-03-22T03:19:45.764Z | Compiling futures-macro v0.3.31 |
548 | 2025-03-22T03:19:46.939Z | Compiling tracing-attributes v0.1.28 |
549 | 2025-03-22T03:19:47.107Z | Compiling tokio v1.44.1 |
550 | 2025-03-22T03:19:47.563Z | Compiling futures-util v0.3.31 |
551 | 2025-03-22T03:19:50.174Z | Compiling tracing v0.1.41 |
552 | 2025-03-22T03:19:50.863Z | Compiling thiserror-impl v1.0.69 |
553 | 2025-03-22T03:19:53.927Z | Compiling rustls-webpki v0.103.0 |
554 | 2025-03-22T03:19:57.376Z | Compiling tokio-util v0.7.14 |
555 | 2025-03-22T03:19:59.432Z | Compiling indexmap v2.8.0 |
556 | 2025-03-22T03:20:01.037Z | Compiling thiserror-impl v2.0.12 |
557 | 2025-03-22T03:20:01.244Z | Compiling h2 v0.4.8 |
558 | 2025-03-22T03:20:04.481Z | Compiling regex-automata v0.4.9 |
559 | 2025-03-22T03:20:05.762Z | Compiling lock_api v0.4.12 |
560 | 2025-03-22T03:20:05.930Z | Compiling num-traits v0.2.19 |
561 | 2025-03-22T03:20:06.126Z | Compiling signal-hook v0.3.17 |
562 | 2025-03-22T03:20:06.282Z | Compiling utf8_iter v1.0.4 |
563 | 2025-03-22T03:20:06.476Z | Compiling is_ci v1.2.0 |
564 | 2025-03-22T03:20:06.569Z | Compiling idna_adapter v1.0.0 |
565 | 2025-03-22T03:20:06.711Z | Compiling nextest-workspace-hack v0.1.0 |
566 | 2025-03-22T03:20:06.761Z | Compiling hyper v1.6.0 |
567 | 2025-03-22T03:20:07.035Z | Compiling winnow v0.7.4 |
568 | 2025-03-22T03:20:09.494Z | Compiling unicode-linebreak v0.1.5 |
569 | 2025-03-22T03:20:10.021Z | Compiling either v1.15.0 |
570 | 2025-03-22T03:20:10.500Z | Compiling parking_lot_core v0.9.10 |
571 | 2025-03-22T03:20:10.939Z | Compiling lazy_static v1.5.0 |
572 | 2025-03-22T03:20:11.074Z | Compiling portable-atomic v1.11.0 |
573 | 2025-03-22T03:20:11.645Z | Compiling rustix v0.38.44 |
574 | 2025-03-22T03:20:12.101Z | Compiling sharded-slab v0.1.7 |
575 | 2025-03-22T03:20:12.494Z | Compiling textwrap v0.16.2 |
576 | 2025-03-22T03:20:13.723Z | Compiling hyper-util v0.1.10 |
577 | 2025-03-22T03:20:15.614Z | Compiling tokio-rustls v0.26.2 |
578 | 2025-03-22T03:20:16.174Z | Compiling idna v1.0.3 |
579 | 2025-03-22T03:20:16.651Z | Compiling supports-color v3.0.2 |
580 | 2025-03-22T03:20:17.265Z | Compiling pathdiff v0.2.3 |
581 | 2025-03-22T03:20:17.381Z | Compiling serde_spanned v0.6.8 |
582 | 2025-03-22T03:20:17.448Z | Compiling cargo-platform v0.1.9 |
583 | 2025-03-22T03:20:17.638Z | Compiling toml_datetime v0.6.8 |
584 | 2025-03-22T03:20:18.338Z | Compiling backtrace-ext v0.2.1 |
585 | 2025-03-22T03:20:18.634Z | Compiling miette-derive v7.5.0 |
586 | 2025-03-22T03:20:19.768Z | Compiling webpki-roots v0.26.8 |
587 | 2025-03-22T03:20:19.956Z | Compiling console v0.15.11 |
588 | 2025-03-22T03:20:19.975Z | Compiling tracing-log v0.2.0 |
589 | 2025-03-22T03:20:20.713Z | Compiling sync_wrapper v1.0.2 |
590 | 2025-03-22T03:20:20.871Z | Compiling thread_local v1.1.8 |
591 | 2025-03-22T03:20:21.514Z | Compiling debug-ignore v1.0.5 |
592 | 2025-03-22T03:20:21.564Z | Compiling scopeguard v1.2.0 |
593 | 2025-03-22T03:20:21.644Z | Compiling fixedbitset v0.5.7 |
594 | 2025-03-22T03:20:21.703Z | Compiling unicode-width v0.1.14 |
595 | 2025-03-22T03:20:22.298Z | Compiling tower-layer v0.3.3 |
596 | 2025-03-22T03:20:22.526Z | Compiling zerocopy v0.7.35 |
597 | 2025-03-22T03:20:22.648Z | Compiling newtype-uuid v1.2.1 |
598 | 2025-03-22T03:20:22.775Z | Compiling cfg_aliases v0.2.1 |
599 | 2025-03-22T03:20:22.882Z | Compiling supports-hyperlinks v3.1.0 |
600 | 2025-03-22T03:20:22.899Z | Compiling utf8parse v0.2.2 |
601 | 2025-03-22T03:20:22.968Z | Compiling supports-unicode v3.0.0 |
602 | 2025-03-22T03:20:22.971Z | Compiling adler2 v2.0.0 |
603 | 2025-03-22T03:20:23.228Z | Compiling zstd-safe v7.2.4 |
604 | 2025-03-22T03:20:23.257Z | Compiling miniz_oxide v0.8.5 |
605 | 2025-03-22T03:20:23.284Z | Compiling miette v7.5.0 |
606 | 2025-03-22T03:20:23.581Z | Compiling anstyle-parse v0.2.6 |
607 | 2025-03-22T03:20:23.721Z | Compiling nix v0.29.0 |
608 | 2025-03-22T03:20:23.884Z | Compiling ppv-lite86 v0.2.21 |
609 | 2025-03-22T03:20:23.993Z | Compiling tower v0.5.2 |
610 | 2025-03-22T03:20:24.628Z | Compiling petgraph v0.7.1 |
611 | 2025-03-22T03:20:25.008Z | Compiling tracing-subscriber v0.3.19 |
612 | 2025-03-22T03:20:25.242Z | Compiling hyper-rustls v0.27.5 |
613 | 2025-03-22T03:20:26.491Z | Compiling toml_edit v0.22.24 |
614 | 2025-03-22T03:20:27.049Z | Compiling cargo_metadata v0.19.2 |
615 | 2025-03-22T03:20:32.979Z | Compiling url v2.5.4 |
616 | 2025-03-22T03:20:34.718Z | Compiling itertools v0.14.0 |
617 | 2025-03-22T03:20:36.298Z | Compiling regex v1.11.1 |
618 | 2025-03-22T03:20:38.363Z | Compiling serde_urlencoded v0.7.1 |
619 | 2025-03-22T03:20:38.463Z | Compiling smol_str v0.3.2 |
620 | 2025-03-22T03:20:38.866Z | Compiling futures-executor v0.3.31 |
621 | 2025-03-22T03:20:38.951Z | Compiling crypto-common v0.1.6 |
622 | 2025-03-22T03:20:39.119Z | Compiling block-buffer v0.10.4 |
623 | 2025-03-22T03:20:39.161Z | Compiling pin-project-internal v1.1.10 |
624 | 2025-03-22T03:20:39.366Z | Compiling http-body-util v0.1.3 |
625 | 2025-03-22T03:20:39.874Z | Compiling rustls-pemfile v2.2.0 |
626 | 2025-03-22T03:20:39.932Z | Compiling uuid v1.16.0 |
627 | 2025-03-22T03:20:40.047Z | Compiling rand_core v0.9.3 |
628 | 2025-03-22T03:20:40.088Z | Compiling filetime v0.2.25 |
629 | 2025-03-22T03:20:40.341Z | Compiling bstr v1.11.3 |
630 | 2025-03-22T03:20:40.428Z | Compiling vte v0.14.1 |
631 | 2025-03-22T03:20:40.535Z | Compiling quick-xml v0.37.2 |
632 | 2025-03-22T03:20:40.827Z | Compiling crc32fast v1.4.2 |
633 | 2025-03-22T03:20:41.205Z | Compiling iana-time-zone v0.1.61 |
634 | 2025-03-22T03:20:41.335Z | Compiling static_assertions v1.1.0 |
635 | 2025-03-22T03:20:41.438Z | Compiling self_update v0.42.0 |
636 | 2025-03-22T03:20:41.794Z | Compiling eyre v0.6.12 |
637 | 2025-03-22T03:20:41.882Z | Compiling xattr v1.5.0 |
638 | 2025-03-22T03:20:41.903Z | Compiling anstyle v1.0.10 |
639 | 2025-03-22T03:20:41.935Z | Compiling number_prefix v0.4.0 |
640 | 2025-03-22T03:20:42.170Z | Compiling is_terminal_polyfill v1.70.1 |
641 | 2025-03-22T03:20:42.186Z | Compiling base64 v0.22.1 |
642 | 2025-03-22T03:20:42.299Z | Compiling mime v0.3.17 |
643 | 2025-03-22T03:20:42.316Z | Compiling colorchoice v1.0.3 |
644 | 2025-03-22T03:20:42.440Z | Compiling nested v0.1.1 |
645 | 2025-03-22T03:20:42.477Z | Compiling anstyle-query v1.1.2 |
646 | 2025-03-22T03:20:42.624Z | Compiling ipnet v2.11.0 |
647 | 2025-03-22T03:20:42.786Z | Compiling tinyvec_macros v0.1.1 |
648 | 2025-03-22T03:20:42.879Z | Compiling tinyvec v1.9.0 |
649 | 2025-03-22T03:20:43.261Z | Compiling reqwest v0.12.15 |
650 | 2025-03-22T03:20:43.346Z | Compiling guppy v0.17.17 |
651 | 2025-03-22T03:20:44.221Z | Compiling anstream v0.6.18 |
652 | 2025-03-22T03:20:45.089Z | Compiling indicatif v0.17.11 |
653 | 2025-03-22T03:20:45.280Z | Compiling tar v0.4.44 |
654 | 2025-03-22T03:20:45.713Z | Compiling pin-project v1.1.10 |
655 | 2025-03-22T03:20:45.885Z | Compiling chrono v0.4.40 |
656 | 2025-03-22T03:20:46.541Z | Compiling globset v0.4.16 |
657 | 2025-03-22T03:20:48.429Z | Compiling flate2 v1.1.0 |
658 | 2025-03-22T03:20:49.325Z | Compiling strip-ansi-escapes v0.2.1 |
659 | 2025-03-22T03:20:50.040Z | Compiling rand_chacha v0.9.0 |
660 | 2025-03-22T03:20:50.523Z | Compiling digest v0.10.7 |
661 | 2025-03-22T03:20:50.991Z | Compiling futures v0.3.31 |
662 | 2025-03-22T03:20:51.108Z | Compiling nextest-metadata v0.12.2 |
663 | 2025-03-22T03:20:51.413Z | Compiling parking_lot v0.12.3 |
664 | 2025-03-22T03:20:51.588Z | Compiling signal-hook-mio v0.2.4 |
665 | 2025-03-22T03:20:51.775Z | Compiling toml v0.8.20 |
666 | 2025-03-22T03:20:52.527Z | Compiling tracing-error v0.2.1 |
667 | 2025-03-22T03:20:53.496Z | Compiling self-replace v1.5.0 |
668 | 2025-03-22T03:20:53.864Z | Compiling os_pipe v1.2.1 |
669 | 2025-03-22T03:20:54.084Z | Compiling shared_child v1.0.1 |
670 | 2025-03-22T03:20:54.112Z | Compiling owo-colors v3.5.0 |
671 | 2025-03-22T03:20:54.135Z | Compiling indenter v0.3.3 |
672 | 2025-03-22T03:20:54.317Z | Compiling clap_lex v0.7.4 |
673 | 2025-03-22T03:20:54.757Z | Compiling strsim v0.11.1 |
674 | 2025-03-22T03:20:55.036Z | Compiling heck v0.5.0 |
675 | 2025-03-22T03:20:55.490Z | Compiling urlencoding v2.1.3 |
676 | 2025-03-22T03:20:55.570Z | Compiling recursion v0.5.2 |
677 | 2025-03-22T03:20:55.786Z | Compiling shell-words v1.1.0 |
678 | 2025-03-22T03:20:55.929Z | Compiling humantime v2.2.0 |
679 | 2025-03-22T03:20:56.211Z | Compiling cpufeatures v0.2.17 |
680 | 2025-03-22T03:20:56.313Z | Compiling unicase v2.8.1 |
681 | 2025-03-22T03:20:56.695Z | Compiling clap_builder v4.5.32 |
682 | 2025-03-22T03:20:56.751Z | Compiling sha2 v0.10.8 |
683 | 2025-03-22T03:20:56.844Z | Compiling color-spantrace v0.2.1 |
684 | 2025-03-22T03:20:57.026Z | Compiling humantime-serde v1.1.1 |
685 | 2025-03-22T03:20:57.276Z | Compiling nextest-filtering v0.15.0 |
686 | 2025-03-22T03:20:59.359Z | Compiling clap_derive v4.5.32 |
687 | 2025-03-22T03:21:01.094Z | Compiling duct v0.13.7 |
688 | 2025-03-22T03:21:04.190Z | Compiling cargo-nextest v0.9.92 |
689 | 2025-03-22T03:21:04.736Z | Compiling config v0.15.11 |
690 | 2025-03-22T03:21:05.141Z | Compiling crossterm v0.28.1 |
691 | 2025-03-22T03:21:07.091Z | Compiling async-scoped v0.9.0 |
692 | 2025-03-22T03:21:07.227Z | Compiling rand v0.9.0 |
693 | 2025-03-22T03:21:07.411Z | Compiling quick-junit v0.5.1 |
694 | 2025-03-22T03:21:08.923Z | Compiling zstd v0.13.3 |
695 | 2025-03-22T03:21:09.823Z | Compiling unicode-normalization v0.1.24 |
696 | 2025-03-22T03:21:09.848Z | Compiling atomicwrites v0.4.4 |
697 | 2025-03-22T03:21:10.378Z | Compiling target-spec-miette v0.4.4 |
698 | 2025-03-22T03:21:11.210Z | Compiling future-queue v0.4.0 |
699 | 2025-03-22T03:21:11.279Z | Compiling mukti-metadata v0.3.0 |
700 | 2025-03-22T03:21:11.727Z | Compiling camino-tempfile v1.1.1 |
701 | 2025-03-22T03:21:12.326Z | Compiling serde_path_to_error v0.1.17 |
702 | 2025-03-22T03:21:12.582Z | Compiling serde_ignored v0.1.11 |
703 | 2025-03-22T03:21:13.032Z | Compiling tokio-stream v0.1.17 |
704 | 2025-03-22T03:21:13.405Z | Compiling derive-where v1.2.7 |
705 | 2025-03-22T03:21:14.170Z | Compiling indent_write v2.2.0 |
706 | 2025-03-22T03:21:14.196Z | Compiling xxhash-rust v0.8.15 |
707 | 2025-03-22T03:21:14.406Z | Compiling home v0.5.11 |
708 | 2025-03-22T03:21:14.485Z | Compiling swrite v0.1.0 |
709 | 2025-03-22T03:21:14.614Z | Compiling hex v0.4.3 |
710 | 2025-03-22T03:21:14.864Z | Compiling clap v4.5.32 |
711 | 2025-03-22T03:21:14.912Z | Compiling color-eyre v0.6.3 |
712 | 2025-03-22T03:21:14.975Z | Compiling dialoguer v0.11.0 |
713 | 2025-03-22T03:21:15.296Z | Compiling enable-ansi-support v0.2.1 |
714 | 2025-03-22T03:21:16.717Z | Compiling nextest-runner v0.75.0 |
715 | 2025-03-22T03:21:59.339Z | Finished `release` profile [optimized] target(s) in 2m 31s |
716 | 2025-03-22T03:21:59.567Z | Installing /home/build/.cargo/bin/cargo-nextest |
717 | 2025-03-22T03:21:59.570Z | Installed package `cargo-nextest v0.9.92` (executable `cargo-nextest`) |
718 | 2025-03-22T03:21:59.670Z | + pushd bgp |
719 | 2025-03-22T03:21:59.673Z | /work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite |
720 | 2025-03-22T03:21:59.673Z | + cargo nextest run |
721 | 2025-03-22T03:22:00.028Z | Updating crates.io index |
722 | 2025-03-22T03:22:00.031Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
723 | 2025-03-22T03:22:01.115Z | From https://github.com/oxidecomputer/falcon |
724 | 2025-03-22T03:22:01.115Z | * [new ref] d04addf8c95cf59e1dbcc7c59c3d07692a2eae88 -> refs/commit/d04addf8c95cf59e1dbcc7c59c3d07692a2eae88 |
725 | 2025-03-22T03:22:01.283Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
726 | 2025-03-22T03:22:02.526Z | From https://github.com/oxidecomputer/dendrite |
727 | 2025-03-22T03:22:02.526Z | * [new ref] 58f63f5721d40d1954524879d1ede6b9084c7b3b -> refs/commit/58f63f5721d40d1954524879d1ede6b9084c7b3b |
728 | 2025-03-22T03:22:02.567Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
729 | 2025-03-22T03:22:02.917Z | From https://github.com/oxidecomputer/ispf |
730 | 2025-03-22T03:22:02.918Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
731 | 2025-03-22T03:22:02.943Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
732 | 2025-03-22T03:22:03.459Z | From https://github.com/oxidecomputer/netadm-sys |
733 | 2025-03-22T03:22:03.459Z | * [new ref] f4eae3d8070760922da93b9edd56ca4103b4c390 -> refs/commit/f4eae3d8070760922da93b9edd56ca4103b4c390 |
734 | 2025-03-22T03:22:03.471Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
735 | 2025-03-22T03:22:08.394Z | From https://github.com/oxidecomputer/omicron |
736 | 2025-03-22T03:22:08.394Z | * [new ref] 25a7855cf82764c4297d549fc0bf0b04ab2d4403 -> refs/commit/25a7855cf82764c4297d549fc0bf0b04ab2d4403 |
737 | 2025-03-22T03:22:08.430Z | * [new tag] dogfood -> dogfood |
738 | 2025-03-22T03:22:08.433Z | * [new tag] v5 -> v5 |
739 | 2025-03-22T03:22:08.433Z | * [new tag] v6 -> v6 |
740 | 2025-03-22T03:22:08.433Z | * [new tag] v7 -> v7 |
741 | 2025-03-22T03:22:08.433Z | * [new tag] v8 -> v8 |
742 | 2025-03-22T03:22:08.433Z | * [new tag] v9 -> v9 |
743 | 2025-03-22T03:22:08.865Z | Updating git repository `https://github.com/oxidecomputer/opte` |
744 | 2025-03-22T03:22:09.538Z | From https://github.com/oxidecomputer/opte |
745 | 2025-03-22T03:22:09.538Z | * [new ref] cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa -> refs/commit/cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa |
746 | 2025-03-22T03:22:09.611Z | Updating git repository `https://github.com/illumos/smf-rs` |
747 | 2025-03-22T03:22:10.009Z | From https://github.com/illumos/smf-rs |
748 | 2025-03-22T03:22:10.009Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
749 | 2025-03-22T03:22:10.024Z | Updating git repository `https://github.com/oxidecomputer/zone` |
750 | 2025-03-22T03:22:10.421Z | From https://github.com/oxidecomputer/zone |
751 | 2025-03-22T03:22:10.421Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
752 | 2025-03-22T03:22:10.467Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
753 | 2025-03-22T03:22:11.256Z | From https://github.com/oxidecomputer/propolis |
754 | 2025-03-22T03:22:11.256Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
755 | 2025-03-22T03:22:11.343Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
756 | 2025-03-22T03:22:11.902Z | From https://github.com/oxidecomputer/transceiver-control |
757 | 2025-03-22T03:22:11.902Z | * [new ref] 174386abfc9ffe8104601705f8c6d51e590dfe0c -> refs/commit/174386abfc9ffe8104601705f8c6d51e590dfe0c |
758 | 2025-03-22T03:22:11.932Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
759 | 2025-03-22T03:22:12.295Z | From https://github.com/oxidecomputer/dlpi-sys |
760 | 2025-03-22T03:22:12.295Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
761 | 2025-03-22T03:22:12.307Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
762 | 2025-03-22T03:22:12.676Z | From https://github.com/jmesmon/rust-libzfs |
763 | 2025-03-22T03:22:12.677Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
764 | 2025-03-22T03:22:12.692Z | * [new tag] v0.4.0 -> v0.4.0 |
765 | 2025-03-22T03:22:12.706Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
766 | 2025-03-22T03:22:13.091Z | From https://github.com/oxidecomputer/rusty-doors |
767 | 2025-03-22T03:22:13.091Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
768 | 2025-03-22T03:22:13.102Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
769 | 2025-03-22T03:22:13.694Z | From https://github.com/oxidecomputer/maghemite |
770 | 2025-03-22T03:22:13.694Z | * [new ref] caafd889f31faacfaa51e02902990c220c20ef60 -> refs/commit/caafd889f31faacfaa51e02902990c220c20ef60 |
771 | 2025-03-22T03:22:13.712Z | * [new tag] rift -> rift |
772 | 2025-03-22T03:22:13.716Z | * [new tag] srp -> srp |
773 | 2025-03-22T03:22:13.716Z | * [new tag] tie-spf -> tie-spf |
774 | 2025-03-22T03:22:13.762Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
775 | 2025-03-22T03:22:14.155Z | From https://github.com/oxidecomputer/serde_human_bytes |
776 | 2025-03-22T03:22:14.155Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
777 | 2025-03-22T03:22:14.174Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
778 | 2025-03-22T03:22:14.553Z | From https://github.com/oxidecomputer/slog-error-chain |
779 | 2025-03-22T03:22:14.553Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
780 | 2025-03-22T03:22:14.585Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
781 | 2025-03-22T03:22:14.981Z | From https://github.com/oxidecomputer/tufaceous |
782 | 2025-03-22T03:22:14.981Z | * [new ref] 69e2896b5905aba61445e519aaa40f02d59638b2 -> refs/commit/69e2896b5905aba61445e519aaa40f02d59638b2 |
783 | 2025-03-22T03:22:15.007Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
784 | 2025-03-22T03:22:15.368Z | From https://github.com/oxidecomputer/poptrie |
785 | 2025-03-22T03:22:15.369Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
786 | 2025-03-22T03:22:15.411Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
787 | 2025-03-22T03:22:15.837Z | From https://github.com/oxidecomputer/ingot |
788 | 2025-03-22T03:22:15.837Z | * [new ref] bff93247fe75ff889121e39d494cc3805fc01906 -> refs/commit/bff93247fe75ff889121e39d494cc3805fc01906 |
789 | 2025-03-22T03:22:15.912Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
790 | 2025-03-22T03:22:16.588Z | From https://github.com/oxidecomputer/propolis |
791 | 2025-03-22T03:22:16.588Z | * [new ref] 6b5f2af796a3ea57405721407ab70520a93ec73f -> refs/commit/6b5f2af796a3ea57405721407ab70520a93ec73f |
792 | 2025-03-22T03:22:16.733Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
793 | 2025-03-22T03:22:17.982Z | From https://github.com/oxidecomputer/crucible |
794 | 2025-03-22T03:22:17.982Z | * [new ref] 81a3528adacdbde18fcbf3938247fef17233db11 -> refs/commit/81a3528adacdbde18fcbf3938247fef17233db11 |
795 | 2025-03-22T03:22:18.041Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
796 | 2025-03-22T03:22:18.713Z | From https://github.com/oxidecomputer/management-gateway-service |
797 | 2025-03-22T03:22:18.713Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
798 | 2025-03-22T03:22:19.253Z | Downloading crates ... |
799 | 2025-03-22T03:22:19.436Z | Downloaded const-random-macro v0.1.16 |
800 | 2025-03-22T03:22:19.439Z | Downloaded crc8 v0.1.1 |
801 | 2025-03-22T03:22:19.449Z | Downloaded anyhow v1.0.97 |
802 | 2025-03-22T03:22:19.453Z | Downloaded const-random v0.1.18 |
803 | 2025-03-22T03:22:19.463Z | Downloaded ident_case v1.0.1 |
804 | 2025-03-22T03:22:19.466Z | Downloaded darling_macro v0.20.10 |
805 | 2025-03-22T03:22:19.466Z | Downloaded crunchy v0.2.3 |
806 | 2025-03-22T03:22:19.469Z | Downloaded slog-bunyan v2.5.0 |
807 | 2025-03-22T03:22:19.469Z | Downloaded ciborium-io v0.2.2 |
808 | 2025-03-22T03:22:19.472Z | Downloaded slog-dtrace v0.3.0 |
809 | 2025-03-22T03:22:19.474Z | Downloaded hubpack_derive v0.1.1 |
810 | 2025-03-22T03:22:19.475Z | Downloaded instant v0.1.13 |
811 | 2025-03-22T03:22:19.482Z | Downloaded ciborium-ll v0.2.2 |
812 | 2025-03-22T03:22:19.484Z | Downloaded arrayref v0.3.9 |
813 | 2025-03-22T03:22:19.485Z | Downloaded allocator-api2 v0.2.21 |
814 | 2025-03-22T03:22:19.487Z | Downloaded zone_cfg_derive v0.3.0 |
815 | 2025-03-22T03:22:19.490Z | Downloaded crucible-workspace-hack v0.1.0 |
816 | 2025-03-22T03:22:19.490Z | Downloaded async-stream-impl v0.3.6 |
817 | 2025-03-22T03:22:19.490Z | Downloaded idna_adapter v1.2.0 |
818 | 2025-03-22T03:22:19.496Z | Downloaded strum v0.26.3 |
819 | 2025-03-22T03:22:19.499Z | Downloaded icu_provider_macros v1.5.0 |
820 | 2025-03-22T03:22:19.502Z | Downloaded fxhash v0.2.1 |
821 | 2025-03-22T03:22:19.502Z | Downloaded take_mut v0.2.2 |
822 | 2025-03-22T03:22:19.506Z | Downloaded foreign-types-shared v0.3.1 |
823 | 2025-03-22T03:22:19.506Z | Downloaded usdt-macro v0.5.0 |
824 | 2025-03-22T03:22:19.506Z | Downloaded dtrace-parser v0.2.0 |
825 | 2025-03-22T03:22:19.509Z | Downloaded cstr-argument v0.1.2 |
826 | 2025-03-22T03:22:19.509Z | Downloaded heck v0.4.1 |
827 | 2025-03-22T03:22:19.509Z | Downloaded write16 v1.0.0 |
828 | 2025-03-22T03:22:19.512Z | Downloaded data-encoding v2.8.0 |
829 | 2025-03-22T03:22:19.512Z | Downloaded convert_case v0.4.0 |
830 | 2025-03-22T03:22:19.514Z | Downloaded cobs v0.2.3 |
831 | 2025-03-22T03:22:19.515Z | Downloaded httpdate v1.0.3 |
832 | 2025-03-22T03:22:19.519Z | Downloaded zerofrom v0.1.6 |
833 | 2025-03-22T03:22:19.519Z | Downloaded fixedbitset v0.4.2 |
834 | 2025-03-22T03:22:19.523Z | Downloaded waitgroup v0.1.2 |
835 | 2025-03-22T03:22:19.523Z | Downloaded usdt-attr-macro v0.5.0 |
836 | 2025-03-22T03:22:19.523Z | Downloaded sigpipe v0.1.3 |
837 | 2025-03-22T03:22:19.523Z | Downloaded dyn-clone v1.0.19 |
838 | 2025-03-22T03:22:19.526Z | Downloaded similar v2.7.0 |
839 | 2025-03-22T03:22:19.529Z | Downloaded usdt-impl v0.5.0 |
840 | 2025-03-22T03:22:19.532Z | Downloaded writeable v0.5.5 |
841 | 2025-03-22T03:22:19.535Z | Downloaded enum-as-inner v0.6.1 |
842 | 2025-03-22T03:22:19.538Z | Downloaded arrayvec v0.7.6 |
843 | 2025-03-22T03:22:19.541Z | Downloaded yoke-derive v0.7.5 |
844 | 2025-03-22T03:22:19.541Z | Downloaded wait-timeout v0.2.1 |
845 | 2025-03-22T03:22:19.544Z | Downloaded dof v0.3.0 |
846 | 2025-03-22T03:22:19.544Z | Downloaded smf v0.2.3 |
847 | 2025-03-22T03:22:19.547Z | Downloaded utf16_iter v1.0.5 |
848 | 2025-03-22T03:22:19.550Z | Downloaded zerofrom-derive v0.1.6 |
849 | 2025-03-22T03:22:19.550Z | Downloaded foreign-types v0.5.0 |
850 | 2025-03-22T03:22:19.552Z | Downloaded float-ord v0.3.2 |
851 | 2025-03-22T03:22:19.552Z | Downloaded dirs-sys-next v0.1.2 |
852 | 2025-03-22T03:22:19.552Z | Downloaded zone_cfg_derive v0.1.2 |
853 | 2025-03-22T03:22:19.558Z | Downloaded bit-set v0.8.0 |
854 | 2025-03-22T03:22:19.558Z | Downloaded unarray v0.1.4 |
855 | 2025-03-22T03:22:19.561Z | Downloaded no-std-compat v0.4.1 |
856 | 2025-03-22T03:22:19.561Z | Downloaded linear-map v1.2.0 |
857 | 2025-03-22T03:22:19.561Z | Downloaded tiny-keccak v2.0.2 |
858 | 2025-03-22T03:22:19.564Z | Downloaded libsw v3.5.0 |
859 | 2025-03-22T03:22:19.567Z | Downloaded topological-sort v0.2.2 |
860 | 2025-03-22T03:22:19.567Z | Downloaded embedded-io v0.4.0 |
861 | 2025-03-22T03:22:19.570Z | Downloaded libsw-core v0.3.2 |
862 | 2025-03-22T03:22:19.573Z | Downloaded zone v0.1.8 |
863 | 2025-03-22T03:22:19.573Z | Downloaded argon2 v0.5.3 |
864 | 2025-03-22T03:22:19.576Z | Downloaded lru-cache v0.1.2 |
865 | 2025-03-22T03:22:19.576Z | Downloaded backoff v0.4.0 |
866 | 2025-03-22T03:22:19.579Z | Downloaded linked-hash-map v0.5.6 |
867 | 2025-03-22T03:22:19.581Z | Downloaded serde_yaml v0.9.34+deprecated |
868 | 2025-03-22T03:22:19.587Z | Downloaded macaddr v1.0.1 |
869 | 2025-03-22T03:22:19.591Z | Downloaded time-macros v0.2.21 |
870 | 2025-03-22T03:22:19.591Z | Downloaded blake2 v0.10.6 |
871 | 2025-03-22T03:22:19.591Z | Downloaded proc-macro-crate v3.3.0 |
872 | 2025-03-22T03:22:19.594Z | Downloaded progenitor-client v0.9.1 |
873 | 2025-03-22T03:22:19.594Z | Downloaded newtype_derive v0.1.6 |
874 | 2025-03-22T03:22:19.597Z | Downloaded newline-converter v0.3.0 |
875 | 2025-03-22T03:22:19.597Z | Downloaded progenitor-client v0.8.0 |
876 | 2025-03-22T03:22:19.597Z | Downloaded tokio-rustls v0.25.0 |
877 | 2025-03-22T03:22:19.600Z | Downloaded zone v0.3.0 |
878 | 2025-03-22T03:22:19.603Z | Downloaded managed v0.8.0 |
879 | 2025-03-22T03:22:19.603Z | Downloaded displaydoc v0.2.5 |
880 | 2025-03-22T03:22:19.605Z | Downloaded litemap v0.7.5 |
881 | 2025-03-22T03:22:19.608Z | Downloaded xz2 v0.1.7 |
882 | 2025-03-22T03:22:19.611Z | Downloaded serde_with_macros v3.12.0 |
883 | 2025-03-22T03:22:19.614Z | Downloaded match_cfg v0.1.0 |
884 | 2025-03-22T03:22:19.614Z | Downloaded num-conv v0.1.0 |
885 | 2025-03-22T03:22:19.616Z | Downloaded num-iter v0.1.45 |
886 | 2025-03-22T03:22:19.617Z | Downloaded thin-vec v0.2.13 |
887 | 2025-03-22T03:22:19.619Z | Downloaded slog-term v2.9.1 |
888 | 2025-03-22T03:22:19.623Z | Downloaded spin v0.9.8 |
889 | 2025-03-22T03:22:19.625Z | Downloaded highway v1.3.0 |
890 | 2025-03-22T03:22:19.625Z | Downloaded plain v0.2.3 |
891 | 2025-03-22T03:22:19.630Z | Downloaded defmt v0.3.10 |
892 | 2025-03-22T03:22:19.633Z | Downloaded parse-display-derive v0.10.0 |
893 | 2025-03-22T03:22:19.633Z | Downloaded resolv-conf v0.7.1 |
894 | 2025-03-22T03:22:19.633Z | Downloaded dropshot_endpoint v0.16.0 |
895 | 2025-03-22T03:22:19.637Z | Downloaded pretty-hex v0.4.1 |
896 | 2025-03-22T03:22:19.640Z | Downloaded icu_normalizer v1.5.0 |
897 | 2025-03-22T03:22:19.645Z | Downloaded rand_chacha v0.3.1 |
898 | 2025-03-22T03:22:19.645Z | Downloaded serde-big-array v0.5.1 |
899 | 2025-03-22T03:22:19.648Z | Downloaded scroll_derive v0.12.0 |
900 | 2025-03-22T03:22:19.648Z | Downloaded same-file v1.0.6 |
901 | 2025-03-22T03:22:19.648Z | Downloaded rusty-fork v0.3.0 |
902 | 2025-03-22T03:22:19.648Z | Downloaded proc-macro-error-attr2 v2.0.0 |
903 | 2025-03-22T03:22:19.651Z | Downloaded toml v0.7.8 |
904 | 2025-03-22T03:22:19.655Z | Downloaded ucd-trie v0.1.7 |
905 | 2025-03-22T03:22:19.658Z | Downloaded proc-macro-error-attr v1.0.4 |
906 | 2025-03-22T03:22:19.658Z | Downloaded num v0.4.3 |
907 | 2025-03-22T03:22:19.658Z | Downloaded proc-macro-error v1.0.4 |
908 | 2025-03-22T03:22:19.661Z | Downloaded pretty-hex v0.2.1 |
909 | 2025-03-22T03:22:19.664Z | Downloaded omicron-workspace-hack v0.1.0 |
910 | 2025-03-22T03:22:19.664Z | Downloaded progenitor-macro v0.9.1 |
911 | 2025-03-22T03:22:19.664Z | Downloaded powerfmt v0.2.0 |
912 | 2025-03-22T03:22:19.668Z | Downloaded serde_derive_internals v0.29.1 |
913 | 2025-03-22T03:22:19.668Z | Downloaded num_threads v0.1.7 |
914 | 2025-03-22T03:22:19.671Z | Downloaded oxnet v0.1.1 |
915 | 2025-03-22T03:22:19.671Z | Downloaded num_enum_derive v0.7.3 |
916 | 2025-03-22T03:22:19.673Z | Downloaded memoffset v0.9.1 |
917 | 2025-03-22T03:22:19.673Z | Downloaded parse-display v0.10.0 |
918 | 2025-03-22T03:22:19.677Z | Downloaded quick-error v1.2.3 |
919 | 2025-03-22T03:22:19.677Z | Downloaded rustversion v1.0.20 |
920 | 2025-03-22T03:22:19.680Z | Downloaded serde_repr v0.1.20 |
921 | 2025-03-22T03:22:19.683Z | Downloaded tungstenite v0.21.0 |
922 | 2025-03-22T03:22:19.686Z | Downloaded icu_normalizer_data v1.5.0 |
923 | 2025-03-22T03:22:19.689Z | Downloaded crossbeam-epoch v0.9.18 |
924 | 2025-03-22T03:22:19.689Z | Downloaded progenitor v0.8.0 |
925 | 2025-03-22T03:22:19.691Z | Downloaded schemars_derive v0.8.22 |
926 | 2025-03-22T03:22:19.694Z | Downloaded memmap v0.7.0 |
927 | 2025-03-22T03:22:19.694Z | Downloaded serde_tokenstream v0.2.2 |
928 | 2025-03-22T03:22:19.697Z | Downloaded scroll v0.12.0 |
929 | 2025-03-22T03:22:19.697Z | Downloaded itertools v0.10.5 |
930 | 2025-03-22T03:22:19.703Z | Downloaded memmap2 v0.9.5 |
931 | 2025-03-22T03:22:19.706Z | Downloaded paste v1.0.15 |
932 | 2025-03-22T03:22:19.709Z | Downloaded proc-macro-error2 v2.0.1 |
933 | 2025-03-22T03:22:19.712Z | Downloaded yansi v1.0.1 |
934 | 2025-03-22T03:22:19.714Z | Downloaded unsafe-libyaml v0.2.11 |
935 | 2025-03-22T03:22:19.717Z | Downloaded derive_more v0.99.19 |
936 | 2025-03-22T03:22:19.724Z | Downloaded darling_core v0.20.10 |
937 | 2025-03-22T03:22:19.728Z | Downloaded progenitor-impl v0.8.0 |
938 | 2025-03-22T03:22:19.731Z | Downloaded ron v0.7.1 |
939 | 2025-03-22T03:22:19.735Z | Downloaded rhai_codegen v2.2.0 |
940 | 2025-03-22T03:22:19.743Z | Downloaded num-complex v0.4.6 |
941 | 2025-03-22T03:22:19.748Z | Downloaded steno v0.4.1 |
942 | 2025-03-22T03:22:19.751Z | Downloaded rayon-core v1.12.1 |
943 | 2025-03-22T03:22:19.764Z | Downloaded pest_meta v2.7.15 |
944 | 2025-03-22T03:22:19.764Z | Downloaded prettyplease v0.2.31 |
945 | 2025-03-22T03:22:19.764Z | Downloaded unicode-segmentation v1.12.0 |
946 | 2025-03-22T03:22:19.767Z | Downloaded papergrid v0.14.0 |
947 | 2025-03-22T03:22:19.770Z | Downloaded pretty_assertions v1.4.1 |
948 | 2025-03-22T03:22:19.773Z | Downloaded schemars v0.8.22 |
949 | 2025-03-22T03:22:19.783Z | Downloaded rand v0.8.5 |
950 | 2025-03-22T03:22:19.787Z | Downloaded time v0.3.40 |
951 | 2025-03-22T03:22:19.795Z | Downloaded winnow v0.5.40 |
952 | 2025-03-22T03:22:19.803Z | Downloaded qorb v0.2.1 |
953 | 2025-03-22T03:22:19.808Z | Downloaded libm v0.2.11 |
954 | 2025-03-22T03:22:19.817Z | Downloaded pest v2.7.15 |
955 | 2025-03-22T03:22:19.822Z | Downloaded nom v7.1.3 |
956 | 2025-03-22T03:22:19.828Z | Downloaded itertools v0.13.0 |
957 | 2025-03-22T03:22:19.836Z | Downloaded serde_with v3.12.0 |
958 | 2025-03-22T03:22:19.845Z | Downloaded rustls-webpki v0.102.8 |
959 | 2025-03-22T03:22:19.865Z | Downloaded goblin v0.8.2 |
960 | 2025-03-22T03:22:19.869Z | Downloaded tabled v0.18.0 |
961 | 2025-03-22T03:22:19.885Z | Downloaded proptest v1.6.0 |
962 | 2025-03-22T03:22:19.895Z | Downloaded icu_properties_data v1.5.0 |
963 | 2025-03-22T03:22:19.906Z | Downloaded syn v1.0.109 |
964 | 2025-03-22T03:22:19.916Z | Downloaded blake3 v1.7.0 |
965 | 2025-03-22T03:22:19.924Z | Downloaded smoltcp v0.11.0 |
966 | 2025-03-22T03:22:19.936Z | Downloaded itertools v0.12.1 |
967 | 2025-03-22T03:22:19.943Z | Downloaded winnow v0.6.26 |
968 | 2025-03-22T03:22:19.951Z | Downloaded zerovec v0.10.4 |
969 | 2025-03-22T03:22:19.957Z | Downloaded minimal-lexical v0.2.1 |
970 | 2025-03-22T03:22:19.961Z | Downloaded rustls v0.22.4 |
971 | 2025-03-22T03:22:19.975Z | Downloaded dropshot v0.16.0 |
972 | 2025-03-22T03:22:19.995Z | Downloaded regress v0.10.3 |
973 | 2025-03-22T03:22:20.003Z | Downloaded rhai v1.21.0 |
974 | 2025-03-22T03:22:20.014Z | Downloaded openapiv3 v2.0.0 |
975 | 2025-03-22T03:22:20.025Z | Downloaded typify-impl v0.3.0 |
976 | 2025-03-22T03:22:20.040Z | Downloaded sled v0.34.7 |
977 | 2025-03-22T03:22:20.048Z | Downloaded typify-impl v0.2.0 |
978 | 2025-03-22T03:22:20.061Z | Downloaded zerocopy-derive v0.6.6 |
979 | 2025-03-22T03:22:20.069Z | Downloaded hickory-proto v0.24.4 |
980 | 2025-03-22T03:22:20.083Z | Downloaded hickory-resolver v0.24.4 |
981 | 2025-03-22T03:22:20.088Z | Downloaded expectorate v1.1.0 |
982 | 2025-03-22T03:22:20.091Z | Downloaded icu_collections v1.5.0 |
983 | 2025-03-22T03:22:20.094Z | Downloaded hashbrown v0.12.3 |
984 | 2025-03-22T03:22:20.098Z | Downloaded omicron-zone-package v0.11.1 |
985 | 2025-03-22T03:22:20.101Z | Downloaded progenitor-impl v0.9.1 |
986 | 2025-03-22T03:22:20.105Z | Downloaded toml_edit v0.19.15 |
987 | 2025-03-22T03:22:20.119Z | Downloaded heapless v0.8.0 |
988 | 2025-03-22T03:22:20.122Z | Downloaded crossbeam-channel v0.5.14 |
989 | 2025-03-22T03:22:20.127Z | Downloaded petgraph v0.6.5 |
990 | 2025-03-22T03:22:20.143Z | Downloaded zerocopy-derive v0.8.24 |
991 | 2025-03-22T03:22:20.148Z | Downloaded base64 v0.13.1 |
992 | 2025-03-22T03:22:20.151Z | Downloaded lzma-sys v0.1.20 |
993 | 2025-03-22T03:22:20.177Z | Downloaded parking_lot_core v0.8.6 |
994 | 2025-03-22T03:22:20.179Z | Downloaded parking_lot v0.11.2 |
995 | 2025-03-22T03:22:20.182Z | Downloaded pest_generator v2.7.15 |
996 | 2025-03-22T03:22:20.182Z | Downloaded pest_derive v2.7.15 |
997 | 2025-03-22T03:22:20.185Z | Downloaded multer v3.1.0 |
998 | 2025-03-22T03:22:20.188Z | Downloaded num-rational v0.4.2 |
999 | 2025-03-22T03:22:20.188Z | Downloaded icu_properties v1.5.1 |
1000 | 2025-03-22T03:22:20.192Z | Downloaded num_enum_derive v0.5.11 |
1001 | 2025-03-22T03:22:20.192Z | Downloaded cookie v0.18.1 |
1002 | 2025-03-22T03:22:20.197Z | Downloaded semver v0.1.20 |
1003 | 2025-03-22T03:22:20.197Z | Downloaded zerocopy-derive v0.7.35 |
1004 | 2025-03-22T03:22:20.199Z | Downloaded half v2.5.0 |
1005 | 2025-03-22T03:22:20.204Z | Downloaded arc-swap v1.7.1 |
1006 | 2025-03-22T03:22:20.207Z | Downloaded icu_locid v1.5.0 |
1007 | 2025-03-22T03:22:20.209Z | Downloaded num_enum v0.7.3 |
1008 | 2025-03-22T03:22:20.212Z | Downloaded password-hash v0.5.0 |
1009 | 2025-03-22T03:22:20.215Z | Downloaded rand_xorshift v0.3.0 |
1010 | 2025-03-22T03:22:20.215Z | Downloaded postcard v1.1.1 |
1011 | 2025-03-22T03:22:20.218Z | Downloaded progenitor-macro v0.8.0 |
1012 | 2025-03-22T03:22:20.218Z | Downloaded progenitor v0.9.1 |
1013 | 2025-03-22T03:22:20.221Z | Downloaded num_enum v0.5.11 |
1014 | 2025-03-22T03:22:20.223Z | Downloaded num-derive v0.3.3 |
1015 | 2025-03-22T03:22:20.226Z | Downloaded num-integer v0.1.46 |
1016 | 2025-03-22T03:22:20.226Z | Downloaded icu_locid_transform_data v1.5.0 |
1017 | 2025-03-22T03:22:20.229Z | Downloaded typify v0.3.0 |
1018 | 2025-03-22T03:22:20.232Z | Downloaded indexmap v1.9.3 |
1019 | 2025-03-22T03:22:20.232Z | Downloaded diff v0.1.13 |
1020 | 2025-03-22T03:22:20.236Z | Downloaded proc-macro-crate v1.3.1 |
1021 | 2025-03-22T03:22:20.236Z | Downloaded rustc_version v0.1.7 |
1022 | 2025-03-22T03:22:20.238Z | Downloaded zerocopy v0.6.6 |
1023 | 2025-03-22T03:22:20.238Z | Downloaded test-strategy v0.4.1 |
1024 | 2025-03-22T03:22:20.241Z | Downloaded icu_provider v1.5.0 |
1025 | 2025-03-22T03:22:20.244Z | Downloaded foldhash v0.1.5 |
1026 | 2025-03-22T03:22:20.247Z | Downloaded crossbeam-utils v0.8.21 |
1027 | 2025-03-22T03:22:20.250Z | Downloaded darling v0.20.10 |
1028 | 2025-03-22T03:22:20.252Z | Downloaded num-derive v0.4.2 |
1029 | 2025-03-22T03:22:20.255Z | Downloaded strum_macros v0.26.4 |
1030 | 2025-03-22T03:22:20.255Z | Downloaded yoke v0.7.5 |
1031 | 2025-03-22T03:22:20.258Z | Downloaded whoami v1.5.2 |
1032 | 2025-03-22T03:22:20.258Z | Downloaded walkdir v2.5.0 |
1033 | 2025-03-22T03:22:20.262Z | Downloaded smartstring v1.0.1 |
1034 | 2025-03-22T03:22:20.265Z | Downloaded slog-stdlog v4.1.1 |
1035 | 2025-03-22T03:22:20.265Z | Downloaded hostname v0.3.1 |
1036 | 2025-03-22T03:22:20.265Z | Downloaded dirs-next v2.0.0 |
1037 | 2025-03-22T03:22:20.266Z | Downloaded daft-derive v0.1.2 |
1038 | 2025-03-22T03:22:20.269Z | Downloaded typify v0.2.0 |
1039 | 2025-03-22T03:22:20.272Z | Downloaded term v0.7.0 |
1040 | 2025-03-22T03:22:20.274Z | Downloaded libscf-sys v1.1.0 |
1041 | 2025-03-22T03:22:20.274Z | Downloaded tokio-tungstenite v0.21.0 |
1042 | 2025-03-22T03:22:20.277Z | Downloaded byteorder v1.5.0 |
1043 | 2025-03-22T03:22:20.280Z | Downloaded encoding_rs v0.8.35 |
1044 | 2025-03-22T03:22:20.296Z | Downloaded tinystr v0.7.6 |
1045 | 2025-03-22T03:22:20.299Z | Downloaded structmeta v0.3.0 |
1046 | 2025-03-22T03:22:20.299Z | Downloaded stable_deref_trait v1.2.0 |
1047 | 2025-03-22T03:22:20.302Z | Downloaded slog-scope v4.4.0 |
1048 | 2025-03-22T03:22:20.302Z | Downloaded icu_locid_transform v1.5.0 |
1049 | 2025-03-22T03:22:20.305Z | Downloaded slog v2.7.0 |
1050 | 2025-03-22T03:22:20.308Z | Downloaded zerovec-derive v0.10.3 |
1051 | 2025-03-22T03:22:20.308Z | Downloaded heck v0.3.3 |
1052 | 2025-03-22T03:22:20.308Z | Downloaded colored v2.2.0 |
1053 | 2025-03-22T03:22:20.311Z | Downloaded ciborium v0.2.2 |
1054 | 2025-03-22T03:22:20.313Z | Downloaded cancel-safe-futures v0.1.5 |
1055 | 2025-03-22T03:22:20.316Z | Downloaded async-stream v0.3.6 |
1056 | 2025-03-22T03:22:20.316Z | Downloaded tabled_derive v0.10.0 |
1057 | 2025-03-22T03:22:20.319Z | Downloaded spin v0.5.2 |
1058 | 2025-03-22T03:22:20.319Z | Downloaded defmt-macros v0.4.0 |
1059 | 2025-03-22T03:22:20.322Z | Downloaded bit-vec v0.8.0 |
1060 | 2025-03-22T03:22:20.322Z | Downloaded async-trait v0.1.88 |
1061 | 2025-03-22T03:22:20.325Z | Downloaded is-terminal v0.4.16 |
1062 | 2025-03-22T03:22:20.328Z | Downloaded hubpack v0.1.2 |
1063 | 2025-03-22T03:22:20.328Z | Downloaded typify-macro v0.2.0 |
1064 | 2025-03-22T03:22:20.328Z | Downloaded synstructure v0.13.1 |
1065 | 2025-03-22T03:22:20.331Z | Downloaded slog-json v2.6.1 |
1066 | 2025-03-22T03:22:20.331Z | Downloaded usdt v0.5.0 |
1067 | 2025-03-22T03:22:20.331Z | Downloaded typify-macro v0.3.0 |
1068 | 2025-03-22T03:22:20.334Z | Downloaded tabwriter v1.4.1 |
1069 | 2025-03-22T03:22:20.334Z | Downloaded defmt-parser v0.4.1 |
1070 | 2025-03-22T03:22:20.334Z | Downloaded daft v0.1.2 |
1071 | 2025-03-22T03:22:20.337Z | Downloaded utf-8 v0.7.6 |
1072 | 2025-03-22T03:22:20.337Z | Downloaded untrusted v0.7.1 |
1073 | 2025-03-22T03:22:20.337Z | Downloaded thread-id v4.2.2 |
1074 | 2025-03-22T03:22:20.341Z | Downloaded slog-envlogger v2.2.0 |
1075 | 2025-03-22T03:22:20.341Z | Downloaded strum_macros v0.25.3 |
1076 | 2025-03-22T03:22:20.341Z | Downloaded ipnetwork v0.21.1 |
1077 | 2025-03-22T03:22:20.345Z | Downloaded deranged v0.4.0 |
1078 | 2025-03-22T03:22:20.345Z | Downloaded time-core v0.1.4 |
1079 | 2025-03-22T03:22:20.348Z | Downloaded structmeta-derive v0.3.0 |
1080 | 2025-03-22T03:22:20.348Z | Downloaded slog-async v2.8.0 |
1081 | 2025-03-22T03:22:20.348Z | Downloaded hostname v0.4.0 |
1082 | 2025-03-22T03:22:20.348Z | Downloaded hash32 v0.3.1 |
1083 | 2025-03-22T03:22:20.351Z | Downloaded sha1 v0.10.6 |
1084 | 2025-03-22T03:22:20.351Z | Downloaded embedded-io v0.6.1 |
1085 | 2025-03-22T03:22:20.351Z | Downloaded crossbeam-deque v0.8.6 |
1086 | 2025-03-22T03:22:20.354Z | Downloaded constant_time_eq v0.3.1 |
1087 | 2025-03-22T03:22:20.354Z | Downloaded foreign-types-macros v0.2.3 |
1088 | 2025-03-22T03:22:20.358Z | Downloaded bytecount v0.6.8 |
1089 | 2025-03-22T03:22:20.358Z | Downloaded bitflags v1.3.2 |
1090 | 2025-03-22T03:22:20.561Z | Downloaded ring v0.16.20 |
1091 | 2025-03-22T03:22:21.590Z | Compiling proc-macro2 v1.0.94 |
1092 | 2025-03-22T03:22:21.590Z | Compiling unicode-ident v1.0.18 |
1093 | 2025-03-22T03:22:21.593Z | Compiling cfg-if v1.0.0 |
1094 | 2025-03-22T03:22:21.593Z | Compiling serde v1.0.219 |
1095 | 2025-03-22T03:22:21.593Z | Compiling autocfg v1.4.0 |
1096 | 2025-03-22T03:22:21.593Z | Compiling libc v0.2.171 |
1097 | 2025-03-22T03:22:21.593Z | Compiling memchr v2.7.4 |
1098 | 2025-03-22T03:22:21.712Z | Compiling itoa v1.0.15 |
1099 | 2025-03-22T03:22:21.770Z | Compiling ryu v1.0.20 |
1100 | 2025-03-22T03:22:21.913Z | Compiling libm v0.2.11 |
1101 | 2025-03-22T03:22:22.129Z | Compiling allocator-api2 v0.2.21 |
1102 | 2025-03-22T03:22:22.160Z | Compiling equivalent v1.0.2 |
1103 | 2025-03-22T03:22:22.269Z | Compiling foldhash v0.1.5 |
1104 | 2025-03-22T03:22:22.471Z | Compiling getrandom v0.3.2 |
1105 | 2025-03-22T03:22:22.587Z | Compiling pin-project-lite v0.2.16 |
1106 | 2025-03-22T03:22:22.705Z | Compiling lock_api v0.4.12 |
1107 | 2025-03-22T03:22:22.867Z | Compiling hashbrown v0.15.2 |
1108 | 2025-03-22T03:22:23.082Z | Compiling scopeguard v1.2.0 |
1109 | 2025-03-22T03:22:23.145Z | Compiling parking_lot_core v0.9.10 |
1110 | 2025-03-22T03:22:23.154Z | Compiling fnv v1.0.7 |
1111 | 2025-03-22T03:22:23.262Z | Compiling quote v1.0.40 |
1112 | 2025-03-22T03:22:23.585Z | Compiling version_check v0.9.5 |
1113 | 2025-03-22T03:22:23.599Z | Compiling log v0.4.26 |
1114 | 2025-03-22T03:22:23.761Z | Compiling syn v2.0.100 |
1115 | 2025-03-22T03:22:23.790Z | Compiling iana-time-zone v0.1.61 |
1116 | 2025-03-22T03:22:23.960Z | Compiling semver v1.0.26 |
1117 | 2025-03-22T03:22:24.041Z | Compiling shlex v1.3.0 |
1118 | 2025-03-22T03:22:24.133Z | Compiling schemars v0.8.22 |
1119 | 2025-03-22T03:22:24.384Z | Compiling once_cell v1.21.1 |
1120 | 2025-03-22T03:22:24.441Z | Compiling cc v1.2.17 |
1121 | 2025-03-22T03:22:24.513Z | Compiling bitflags v2.9.0 |
1122 | 2025-03-22T03:22:24.540Z | Compiling dyn-clone v1.0.19 |
1123 | 2025-03-22T03:22:24.611Z | Compiling serde_json v1.0.140 |
1124 | 2025-03-22T03:22:24.638Z | Compiling futures-core v0.3.31 |
1125 | 2025-03-22T03:22:24.685Z | Compiling futures-sink v0.3.31 |
1126 | 2025-03-22T03:22:24.757Z | Compiling heck v0.5.0 |
1127 | 2025-03-22T03:22:24.780Z | Compiling slab v0.4.9 |
1128 | 2025-03-22T03:22:24.824Z | Compiling num-traits v0.2.19 |
1129 | 2025-03-22T03:22:24.876Z | Compiling thiserror v1.0.69 |
1130 | 2025-03-22T03:22:24.985Z | Compiling portable-atomic v1.11.0 |
1131 | 2025-03-22T03:22:25.240Z | Compiling stable_deref_trait v1.2.0 |
1132 | 2025-03-22T03:22:25.646Z | Compiling futures-channel v0.3.31 |
1133 | 2025-03-22T03:22:25.674Z | Compiling futures-task v0.3.31 |
1134 | 2025-03-22T03:22:25.759Z | Compiling pin-utils v0.1.0 |
1135 | 2025-03-22T03:22:25.843Z | Compiling futures-io v0.3.31 |
1136 | 2025-03-22T03:22:26.175Z | Compiling thiserror v2.0.12 |
1137 | 2025-03-22T03:22:26.187Z | Compiling untrusted v0.9.0 |
1138 | 2025-03-22T03:22:26.256Z | Compiling subtle v2.6.1 |
1139 | 2025-03-22T03:22:26.359Z | Compiling rustls-pki-types v1.11.0 |
1140 | 2025-03-22T03:22:26.524Z | Compiling getrandom v0.2.15 |
1141 | 2025-03-22T03:22:26.835Z | Compiling signal-hook-registry v1.4.2 |
1142 | 2025-03-22T03:22:27.137Z | Compiling mio v1.0.3 |
1143 | 2025-03-22T03:22:27.213Z | Compiling socket2 v0.5.8 |
1144 | 2025-03-22T03:22:27.427Z | Compiling byteorder v1.5.0 |
1145 | 2025-03-22T03:22:27.514Z | Compiling regex-syntax v0.8.5 |
1146 | 2025-03-22T03:22:27.600Z | Compiling writeable v0.5.5 |
1147 | 2025-03-22T03:22:27.841Z | Compiling litemap v0.7.5 |
1148 | 2025-03-22T03:22:27.899Z | Compiling pkg-config v0.3.32 |
1149 | 2025-03-22T03:22:27.925Z | Compiling ring v0.17.14 |
1150 | 2025-03-22T03:22:28.260Z | Compiling vcpkg v0.2.15 |
1151 | 2025-03-22T03:22:28.273Z | Compiling aho-corasick v1.1.3 |
1152 | 2025-03-22T03:22:28.327Z | Compiling atomic-waker v1.1.2 |
1153 | 2025-03-22T03:22:28.466Z | Compiling httparse v1.10.1 |
1154 | 2025-03-22T03:22:28.511Z | Compiling icu_locid_transform_data v1.5.0 |
1155 | 2025-03-22T03:22:28.604Z | Compiling zeroize v1.8.1 |
1156 | 2025-03-22T03:22:28.944Z | Compiling icu_properties_data v1.5.0 |
1157 | 2025-03-22T03:22:29.164Z | Compiling icu_normalizer_data v1.5.0 |
1158 | 2025-03-22T03:22:29.193Z | Compiling write16 v1.0.0 |
1159 | 2025-03-22T03:22:29.260Z | Compiling try-lock v0.2.5 |
1160 | 2025-03-22T03:22:29.309Z | Compiling utf8_iter v1.0.4 |
1161 | 2025-03-22T03:22:29.393Z | Compiling utf16_iter v1.0.5 |
1162 | 2025-03-22T03:22:29.545Z | Compiling want v0.3.1 |
1163 | 2025-03-22T03:22:29.580Z | Compiling regress v0.10.3 |
1164 | 2025-03-22T03:22:29.838Z | Compiling tower-service v0.3.3 |
1165 | 2025-03-22T03:22:29.948Z | Compiling httpdate v1.0.3 |
1166 | 2025-03-22T03:22:29.959Z | Compiling openssl-sys v0.9.106 |
1167 | 2025-03-22T03:22:29.970Z | Compiling percent-encoding v2.3.1 |
1168 | 2025-03-22T03:22:30.349Z | Compiling foreign-types-shared v0.1.1 |
1169 | 2025-03-22T03:22:30.446Z | Compiling openssl v0.10.71 |
1170 | 2025-03-22T03:22:30.458Z | Compiling foreign-types v0.3.2 |
1171 | 2025-03-22T03:22:30.537Z | Compiling form_urlencoded v1.2.1 |
1172 | 2025-03-22T03:22:30.863Z | Compiling rustix v1.0.3 |
1173 | 2025-03-22T03:22:30.874Z | Compiling slog v2.7.0 |
1174 | 2025-03-22T03:22:31.069Z | Compiling regex-automata v0.4.9 |
1175 | 2025-03-22T03:22:31.346Z | Compiling native-tls v0.2.14 |
1176 | 2025-03-22T03:22:31.650Z | Compiling strsim v0.11.1 |
1177 | 2025-03-22T03:22:31.675Z | Compiling serde_derive_internals v0.29.1 |
1178 | 2025-03-22T03:22:31.688Z | Compiling synstructure v0.13.1 |
1179 | 2025-03-22T03:22:32.771Z | Compiling rustls v0.23.25 |
1180 | 2025-03-22T03:22:33.117Z | Compiling openssl-probe v0.1.6 |
1181 | 2025-03-22T03:22:33.531Z | Compiling zerocopy v0.8.24 |
1182 | 2025-03-22T03:22:33.955Z | Compiling tracing-core v0.1.33 |
1183 | 2025-03-22T03:22:34.090Z | Compiling encoding_rs v0.8.35 |
1184 | 2025-03-22T03:22:34.386Z | Compiling mime v0.3.17 |
1185 | 2025-03-22T03:22:35.059Z | Compiling ucd-trie v0.1.7 |
1186 | 2025-03-22T03:22:35.087Z | Compiling ipnet v2.11.0 |
1187 | 2025-03-22T03:22:35.151Z | Compiling regex v1.11.1 |
1188 | 2025-03-22T03:22:35.252Z | Compiling rustls-pemfile v2.2.0 |
1189 | 2025-03-22T03:22:35.558Z | Compiling webpki-roots v0.26.8 |
1190 | 2025-03-22T03:22:35.592Z | Compiling sync_wrapper v1.0.2 |
1191 | 2025-03-22T03:22:35.732Z | Compiling tower-layer v0.3.3 |
1192 | 2025-03-22T03:22:35.762Z | Compiling typenum v1.18.0 |
1193 | 2025-03-22T03:22:35.774Z | Compiling base64 v0.22.1 |
1194 | 2025-03-22T03:22:36.015Z | Compiling ident_case v1.0.1 |
1195 | 2025-03-22T03:22:36.183Z | Compiling darling_core v0.20.10 |
1196 | 2025-03-22T03:22:36.377Z | Compiling generic-array v0.14.7 |
1197 | 2025-03-22T03:22:36.541Z | Compiling plain v0.2.3 |
1198 | 2025-03-22T03:22:36.752Z | Compiling smallvec v1.14.0 |
1199 | 2025-03-22T03:22:36.824Z | Compiling powerfmt v0.2.0 |
1200 | 2025-03-22T03:22:37.151Z | Compiling num-conv v0.1.0 |
1201 | 2025-03-22T03:22:37.208Z | Compiling time-core v0.1.4 |
1202 | 2025-03-22T03:22:37.357Z | Compiling serde_derive v1.0.219 |
1203 | 2025-03-22T03:22:37.402Z | Compiling tokio-macros v2.5.0 |
1204 | 2025-03-22T03:22:37.426Z | Compiling schemars_derive v0.8.22 |
1205 | 2025-03-22T03:22:37.969Z | Compiling thiserror-impl v1.0.69 |
1206 | 2025-03-22T03:22:39.102Z | Compiling futures-macro v0.3.31 |
1207 | 2025-03-22T03:22:39.113Z | Compiling zerofrom-derive v0.1.6 |
1208 | 2025-03-22T03:22:40.536Z | Compiling yoke-derive v0.7.5 |
1209 | 2025-03-22T03:22:41.040Z | Compiling futures-util v0.3.31 |
1210 | 2025-03-22T03:22:41.082Z | Compiling zerovec-derive v0.10.3 |
1211 | 2025-03-22T03:22:41.944Z | Compiling thiserror-impl v2.0.12 |
1212 | 2025-03-22T03:22:42.303Z | Compiling displaydoc v0.2.5 |
1213 | 2025-03-22T03:22:42.807Z | Compiling zerofrom v0.1.6 |
1214 | 2025-03-22T03:22:43.039Z | Compiling icu_provider_macros v1.5.0 |
1215 | 2025-03-22T03:22:43.302Z | Compiling yoke v0.7.5 |
1216 | 2025-03-22T03:22:43.692Z | Compiling openssl-macros v0.1.1 |
1217 | 2025-03-22T03:22:43.737Z | Compiling zerovec v0.10.4 |
1218 | 2025-03-22T03:22:44.096Z | Compiling zerocopy-derive v0.7.35 |
1219 | 2025-03-22T03:22:44.300Z | Compiling zerocopy-derive v0.8.24 |
1220 | 2025-03-22T03:22:44.531Z | Compiling tracing-attributes v0.1.28 |
1221 | 2025-03-22T03:22:45.180Z | Compiling pest v2.7.15 |
1222 | 2025-03-22T03:22:46.126Z | Compiling tinystr v0.7.6 |
1223 | 2025-03-22T03:22:46.270Z | Compiling icu_collections v1.5.0 |
1224 | 2025-03-22T03:22:46.563Z | Compiling icu_locid v1.5.0 |
1225 | 2025-03-22T03:22:47.501Z | Compiling scroll_derive v0.12.0 |
1226 | 2025-03-22T03:22:47.985Z | Compiling icu_provider v1.5.0 |
1227 | 2025-03-22T03:22:47.988Z | Compiling tracing v0.1.41 |
1228 | 2025-03-22T03:22:48.342Z | Compiling pest_meta v2.7.15 |
1229 | 2025-03-22T03:22:48.448Z | Compiling darling_macro v0.20.10 |
1230 | 2025-03-22T03:22:48.962Z | Compiling icu_locid_transform v1.5.0 |
1231 | 2025-03-22T03:22:49.289Z | Compiling scroll v0.12.0 |
1232 | 2025-03-22T03:22:49.375Z | Compiling pretty-hex v0.4.1 |
1233 | 2025-03-22T03:22:49.543Z | Compiling darling v0.20.10 |
1234 | 2025-03-22T03:22:49.593Z | Compiling pest_generator v2.7.15 |
1235 | 2025-03-22T03:22:49.868Z | Compiling goblin v0.8.2 |
1236 | 2025-03-22T03:22:50.907Z | Compiling bytes v1.10.1 |
1237 | 2025-03-22T03:22:51.238Z | Compiling indexmap v2.8.0 |
1238 | 2025-03-22T03:22:52.270Z | Compiling http v1.3.1 |
1239 | 2025-03-22T03:22:52.568Z | Compiling uuid v1.16.0 |
1240 | 2025-03-22T03:22:52.667Z | Compiling chrono v0.4.40 |
1241 | 2025-03-22T03:22:52.783Z | Compiling serde_tokenstream v0.2.2 |
1242 | 2025-03-22T03:22:53.253Z | Compiling parking_lot v0.12.3 |
1243 | 2025-03-22T03:22:54.131Z | Compiling tokio v1.44.1 |
1244 | 2025-03-22T03:22:54.322Z | Compiling http-body v1.0.1 |
1245 | 2025-03-22T03:22:54.567Z | Compiling icu_properties v1.5.1 |
1246 | 2025-03-22T03:22:54.627Z | Compiling http-body-util v0.1.3 |
1247 | 2025-03-22T03:22:55.148Z | Compiling toml_datetime v0.6.8 |
1248 | 2025-03-22T03:22:55.501Z | Compiling serde_urlencoded v0.7.1 |
1249 | 2025-03-22T03:22:56.038Z | Compiling openapiv3 v2.0.0 |
1250 | 2025-03-22T03:22:56.891Z | Compiling pest_derive v2.7.15 |
1251 | 2025-03-22T03:22:57.541Z | Compiling time-macros v0.2.21 |
1252 | 2025-03-22T03:22:57.838Z | Compiling deranged v0.4.0 |
1253 | 2025-03-22T03:22:59.839Z | Compiling rand_core v0.6.4 |
1254 | 2025-03-22T03:22:59.926Z | Compiling usdt-impl v0.5.0 |
1255 | 2025-03-22T03:23:00.267Z | Compiling paste v1.0.15 |
1256 | 2025-03-22T03:23:00.280Z | Compiling num_threads v0.1.7 |
1257 | 2025-03-22T03:23:00.291Z | Compiling rustversion v1.0.20 |
1258 | 2025-03-22T03:23:00.530Z | Compiling dtrace-parser v0.2.0 |
1259 | 2025-03-22T03:23:00.570Z | Compiling typify-impl v0.2.0 |
1260 | 2025-03-22T03:23:00.643Z | Compiling zerocopy v0.7.35 |
1261 | 2025-03-22T03:23:00.793Z | Compiling newtype-uuid v1.2.1 |
1262 | 2025-03-22T03:23:00.990Z | Compiling fastrand v2.3.0 |
1263 | 2025-03-22T03:23:01.118Z | Compiling anyhow v1.0.97 |
1264 | 2025-03-22T03:23:02.286Z | Compiling dof v0.3.0 |
1265 | 2025-03-22T03:23:02.301Z | Compiling icu_normalizer v1.5.0 |
1266 | 2025-03-22T03:23:02.809Z | Compiling crypto-common v0.1.6 |
1267 | 2025-03-22T03:23:02.988Z | Compiling block-buffer v0.10.4 |
1268 | 2025-03-22T03:23:03.155Z | Compiling thread-id v4.2.2 |
1269 | 2025-03-22T03:23:03.181Z | Compiling unsafe-libyaml v0.2.11 |
1270 | 2025-03-22T03:23:03.209Z | Compiling omicron-workspace-hack v0.1.0 |
1271 | 2025-03-22T03:23:03.495Z | Compiling tokio-util v0.7.14 |
1272 | 2025-03-22T03:23:04.654Z | Compiling serde_yaml v0.9.34+deprecated |
1273 | 2025-03-22T03:23:04.893Z | Compiling h2 v0.4.8 |
1274 | 2025-03-22T03:23:05.053Z | Compiling idna_adapter v1.2.0 |
1275 | 2025-03-22T03:23:05.285Z | Compiling ppv-lite86 v0.2.21 |
1276 | 2025-03-22T03:23:05.390Z | Compiling errno v0.3.10 |
1277 | 2025-03-22T03:23:05.404Z | Compiling lazy_static v1.5.0 |
1278 | 2025-03-22T03:23:05.521Z | Compiling idna v1.0.3 |
1279 | 2025-03-22T03:23:05.703Z | Compiling serde_spanned v0.6.8 |
1280 | 2025-03-22T03:23:05.939Z | Compiling daft-derive v0.1.2 |
1281 | 2025-03-22T03:23:06.106Z | Compiling rand_chacha v0.3.1 |
1282 | 2025-03-22T03:23:07.476Z | Compiling syn v1.0.109 |
1283 | 2025-03-22T03:23:07.687Z | Compiling rustls v0.22.4 |
1284 | 2025-03-22T03:23:07.725Z | Compiling winnow v0.7.4 |
1285 | 2025-03-22T03:23:08.009Z | Compiling rand v0.8.5 |
1286 | 2025-03-22T03:23:08.309Z | Compiling url v2.5.4 |
1287 | 2025-03-22T03:23:09.725Z | Compiling hyper v1.6.0 |
1288 | 2025-03-22T03:23:10.498Z | Compiling usdt-attr-macro v0.5.0 |
1289 | 2025-03-22T03:23:11.828Z | Compiling toml_edit v0.22.24 |
1290 | 2025-03-22T03:23:12.710Z | Compiling hyper-util v0.1.10 |
1291 | 2025-03-22T03:23:12.744Z | Compiling usdt-macro v0.5.0 |
1292 | 2025-03-22T03:23:13.244Z | Compiling rustls-webpki v0.103.0 |
1293 | 2025-03-22T03:23:14.522Z | Compiling ipnetwork v0.21.1 |
1294 | 2025-03-22T03:23:14.756Z | Compiling macaddr v1.0.1 |
1295 | 2025-03-22T03:23:14.847Z | Compiling futures-executor v0.3.31 |
1296 | 2025-03-22T03:23:15.217Z | Compiling structmeta-derive v0.3.0 |
1297 | 2025-03-22T03:23:15.490Z | Compiling async-trait v0.1.88 |
1298 | 2025-03-22T03:23:16.572Z | Compiling match_cfg v0.1.0 |
1299 | 2025-03-22T03:23:16.659Z | Compiling camino v1.1.9 |
1300 | 2025-03-22T03:23:16.892Z | Compiling quick-error v1.2.3 |
1301 | 2025-03-22T03:23:17.031Z | Compiling cpufeatures v0.2.17 |
1302 | 2025-03-22T03:23:17.315Z | Compiling futures v0.3.31 |
1303 | 2025-03-22T03:23:17.943Z | Compiling structmeta v0.3.0 |
1304 | 2025-03-22T03:23:18.076Z | Compiling strum_macros v0.26.4 |
1305 | 2025-03-22T03:23:18.088Z | Compiling instant v0.1.13 |
1306 | 2025-03-22T03:23:18.231Z | Compiling bit-vec v0.8.0 |
1307 | 2025-03-22T03:23:18.334Z | Compiling slog-async v2.8.0 |
1308 | 2025-03-22T03:23:18.798Z | Compiling bit-set v0.8.0 |
1309 | 2025-03-22T03:23:18.934Z | Compiling tokio-native-tls v0.3.1 |
1310 | 2025-03-22T03:23:20.288Z | Compiling multer v3.1.0 |
1311 | 2025-03-22T03:23:20.627Z | Compiling take_mut v0.2.2 |
1312 | 2025-03-22T03:23:20.782Z | Compiling unarray v0.1.4 |
1313 | 2025-03-22T03:23:20.875Z | Compiling debug-ignore v1.0.5 |
1314 | 2025-03-22T03:23:20.994Z | Compiling hyper-tls v0.6.0 |
1315 | 2025-03-22T03:23:21.013Z | Compiling parse-display-derive v0.10.0 |
1316 | 2025-03-22T03:23:21.425Z | Compiling tower v0.5.2 |
1317 | 2025-03-22T03:23:22.331Z | Compiling hex v0.4.3 |
1318 | 2025-03-22T03:23:22.859Z | Compiling strum v0.26.3 |
1319 | 2025-03-22T03:23:22.984Z | Compiling serde_with_macros v3.12.0 |
1320 | 2025-03-22T03:23:23.044Z | Compiling async-stream-impl v0.3.6 |
1321 | 2025-03-22T03:23:24.512Z | Compiling tokio-rustls v0.26.2 |
1322 | 2025-03-22T03:23:25.002Z | Compiling hyper-rustls v0.27.5 |
1323 | 2025-03-22T03:23:25.681Z | Compiling dropshot v0.16.0 |
1324 | 2025-03-22T03:23:25.694Z | Compiling crossbeam-utils v0.8.21 |
1325 | 2025-03-22T03:23:25.753Z | Compiling spin v0.9.8 |
1326 | 2025-03-22T03:23:26.084Z | Compiling serde_with v3.12.0 |
1327 | 2025-03-22T03:23:26.276Z | Compiling parse-display v0.10.0 |
1328 | 2025-03-22T03:23:26.378Z | Compiling reqwest v0.12.15 |
1329 | 2025-03-22T03:23:26.517Z | Compiling typify-macro v0.2.0 |
1330 | 2025-03-22T03:23:27.122Z | Compiling async-stream v0.3.6 |
1331 | 2025-03-22T03:23:27.204Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1332 | 2025-03-22T03:23:27.359Z | Compiling test-strategy v0.4.1 |
1333 | 2025-03-22T03:23:27.465Z | Compiling toml v0.8.20 |
1334 | 2025-03-22T03:23:29.353Z | Compiling oxnet v0.1.1 |
1335 | 2025-03-22T03:23:29.566Z | Compiling dropshot_endpoint v0.16.0 |
1336 | 2025-03-22T03:23:30.299Z | Compiling serde_path_to_error v0.1.17 |
1337 | 2025-03-22T03:23:30.425Z | Compiling waitgroup v0.1.2 |
1338 | 2025-03-22T03:23:31.224Z | Compiling tempfile v3.19.1 |
1339 | 2025-03-22T03:23:31.703Z | Compiling typify v0.2.0 |
1340 | 2025-03-22T03:23:31.841Z | Compiling progenitor-impl v0.8.0 |
1341 | 2025-03-22T03:23:32.167Z | Compiling digest v0.10.7 |
1342 | 2025-03-22T03:23:32.327Z | Compiling time v0.3.40 |
1343 | 2025-03-22T03:23:32.576Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1344 | 2025-03-22T03:23:34.158Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1345 | 2025-03-22T03:23:34.263Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1346 | 2025-03-22T03:23:36.108Z | Compiling hostname v0.4.0 |
1347 | 2025-03-22T03:23:36.396Z | Compiling dirs-sys-next v0.1.2 |
1348 | 2025-03-22T03:23:36.808Z | Compiling memmap v0.7.0 |
1349 | 2025-03-22T03:23:37.208Z | Compiling usdt v0.5.0 |
1350 | 2025-03-22T03:23:37.224Z | Compiling dirs-next v2.0.0 |
1351 | 2025-03-22T03:23:37.822Z | Compiling daft v0.1.2 |
1352 | 2025-03-22T03:23:38.262Z | Compiling rustls-webpki v0.102.8 |
1353 | 2025-03-22T03:23:38.283Z | Compiling thread_local v1.1.8 |
1354 | 2025-03-22T03:23:38.961Z | Compiling wait-timeout v0.2.1 |
1355 | 2025-03-22T03:23:38.998Z | Compiling utf8parse v0.2.2 |
1356 | 2025-03-22T03:23:39.151Z | Compiling rusty-fork v0.3.0 |
1357 | 2025-03-22T03:23:39.421Z | Compiling anstyle-parse v0.2.6 |
1358 | 2025-03-22T03:23:40.081Z | Compiling term v0.7.0 |
1359 | 2025-03-22T03:23:40.110Z | Compiling slog-json v2.6.1 |
1360 | 2025-03-22T03:23:40.477Z | Compiling crossbeam-channel v0.5.14 |
1361 | 2025-03-22T03:23:40.788Z | Compiling progenitor-client v0.9.1 |
1362 | 2025-03-22T03:23:41.323Z | Compiling progenitor-client v0.8.0 |
1363 | 2025-03-22T03:23:41.654Z | Compiling hostname v0.3.1 |
1364 | 2025-03-22T03:23:41.821Z | Compiling rand_xorshift v0.3.0 |
1365 | 2025-03-22T03:23:41.925Z | Compiling is-terminal v0.4.16 |
1366 | 2025-03-22T03:23:41.980Z | Compiling colorchoice v1.0.3 |
1367 | 2025-03-22T03:23:42.040Z | Compiling anstyle v1.0.10 |
1368 | 2025-03-22T03:23:42.070Z | Compiling anstyle-query v1.1.2 |
1369 | 2025-03-22T03:23:42.128Z | Compiling is_terminal_polyfill v1.70.1 |
1370 | 2025-03-22T03:23:42.216Z | Compiling slog-term v2.9.1 |
1371 | 2025-03-22T03:23:42.248Z | Compiling proptest v1.6.0 |
1372 | 2025-03-22T03:23:42.497Z | Compiling anstream v0.6.18 |
1373 | 2025-03-22T03:23:42.989Z | Compiling progenitor-macro v0.8.0 |
1374 | 2025-03-22T03:23:43.334Z | Compiling slog-bunyan v2.5.0 |
1375 | 2025-03-22T03:23:43.596Z | Compiling tokio-rustls v0.25.0 |
1376 | 2025-03-22T03:23:44.087Z | Compiling sha1 v0.10.6 |
1377 | 2025-03-22T03:23:46.463Z | Compiling clap_lex v0.7.4 |
1378 | 2025-03-22T03:23:48.067Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
1379 | 2025-03-22T03:23:50.123Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1380 | 2025-03-22T03:23:50.716Z | Compiling backoff v0.4.0 |
1381 | 2025-03-22T03:23:52.779Z | Compiling either v1.15.0 |
1382 | 2025-03-22T03:23:53.200Z | Compiling itertools v0.13.0 |
1383 | 2025-03-22T03:23:54.308Z | Compiling clap_derive v4.5.32 |
1384 | 2025-03-22T03:23:57.016Z | Compiling heapless v0.8.0 |
1385 | 2025-03-22T03:23:57.235Z | Compiling winnow v0.5.40 |
1386 | 2025-03-22T03:23:57.564Z | Compiling unicode-width v0.2.0 |
1387 | 2025-03-22T03:23:58.425Z | Compiling progenitor v0.8.0 |
1388 | 2025-03-22T03:23:58.536Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1389 | 2025-03-22T03:23:58.635Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
1390 | 2025-03-22T03:24:00.756Z | Compiling hash32 v0.3.1 |
1391 | 2025-03-22T03:24:00.882Z | Compiling toml_edit v0.19.15 |
1392 | 2025-03-22T03:24:01.009Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1393 | 2025-03-22T03:24:01.389Z | Compiling smoltcp v0.11.0 |
1394 | 2025-03-22T03:24:03.204Z | Compiling terminal_size v0.4.2 |
1395 | 2025-03-22T03:24:03.410Z | Compiling proc-macro-crate v1.3.1 |
1396 | 2025-03-22T03:24:03.478Z | Compiling typify-impl v0.3.0 |
1397 | 2025-03-22T03:24:03.691Z | Compiling proc-macro-error-attr v1.0.4 |
1398 | 2025-03-22T03:24:04.026Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1399 | 2025-03-22T03:24:04.316Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1400 | 2025-03-22T03:24:04.332Z | Compiling cobs v0.2.3 |
1401 | 2025-03-22T03:24:04.567Z | Compiling managed v0.8.0 |
1402 | 2025-03-22T03:24:04.627Z | Compiling heck v0.4.1 |
1403 | 2025-03-22T03:24:05.071Z | Compiling bitflags v1.3.2 |
1404 | 2025-03-22T03:24:05.553Z | Compiling postcard v1.1.1 |
1405 | 2025-03-22T03:24:06.014Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1406 | 2025-03-22T03:24:06.825Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1407 | 2025-03-22T03:24:07.226Z | Compiling num_enum_derive v0.5.11 |
1408 | 2025-03-22T03:24:09.012Z | Compiling clap_builder v4.5.32 |
1409 | 2025-03-22T03:24:10.409Z | Compiling foreign-types-macros v0.2.3 |
1410 | 2025-03-22T03:24:10.758Z | Compiling num-integer v0.1.46 |
1411 | 2025-03-22T03:24:10.816Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1412 | 2025-03-22T03:24:11.145Z | Compiling proc-macro-error v1.0.4 |
1413 | 2025-03-22T03:24:11.567Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1414 | 2025-03-22T03:24:11.729Z | Compiling foreign-types-shared v0.3.1 |
1415 | 2025-03-22T03:24:11.797Z | Compiling float-ord v0.3.2 |
1416 | 2025-03-22T03:24:11.836Z | Compiling foreign-types v0.5.0 |
1417 | 2025-03-22T03:24:11.942Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1418 | 2025-03-22T03:24:12.338Z | Compiling num_enum v0.5.11 |
1419 | 2025-03-22T03:24:13.225Z | Compiling clap v4.5.32 |
1420 | 2025-03-22T03:24:14.222Z | Compiling tabwriter v1.4.1 |
1421 | 2025-03-22T03:24:14.746Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1422 | 2025-03-22T03:24:15.087Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1423 | 2025-03-22T03:24:15.847Z | Compiling cstr-argument v0.1.2 |
1424 | 2025-03-22T03:24:16.050Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
1425 | 2025-03-22T03:24:16.111Z | Compiling pretty-hex v0.2.1 |
1426 | 2025-03-22T03:24:16.277Z | Compiling crucible-workspace-hack v0.1.0 |
1427 | 2025-03-22T03:24:16.358Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1428 | 2025-03-22T03:24:16.597Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1429 | 2025-03-22T03:24:16.761Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1430 | 2025-03-22T03:24:18.415Z | Compiling num-iter v0.1.45 |
1431 | 2025-03-22T03:24:18.433Z | Compiling num-rational v0.4.2 |
1432 | 2025-03-22T03:24:19.475Z | Compiling colored v2.2.0 |
1433 | 2025-03-22T03:24:20.041Z | Compiling num-complex v0.4.6 |
1434 | 2025-03-22T03:24:20.405Z | Compiling semver v0.1.20 |
1435 | 2025-03-22T03:24:20.522Z | Compiling prettyplease v0.2.31 |
1436 | 2025-03-22T03:24:20.653Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1437 | 2025-03-22T03:24:20.746Z | Compiling winnow v0.6.26 |
1438 | 2025-03-22T03:24:20.876Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1439 | 2025-03-22T03:24:20.986Z | Compiling rustc_version v0.1.7 |
1440 | 2025-03-22T03:24:21.002Z | Compiling num v0.4.3 |
1441 | 2025-03-22T03:24:22.572Z | Compiling zone_cfg_derive v0.3.0 |
1442 | 2025-03-22T03:24:23.348Z | Compiling itertools v0.14.0 |
1443 | 2025-03-22T03:24:23.751Z | Compiling itertools v0.10.5 |
1444 | 2025-03-22T03:24:24.106Z | Compiling camino-tempfile v1.1.1 |
1445 | 2025-03-22T03:24:24.130Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
1446 | 2025-03-22T03:24:24.709Z | Compiling derive-where v1.2.7 |
1447 | 2025-03-22T03:24:26.730Z | Compiling num-derive v0.4.2 |
1448 | 2025-03-22T03:24:26.743Z | Compiling sigpipe v0.1.3 |
1449 | 2025-03-22T03:24:27.153Z | Compiling base64ct v1.7.3 |
1450 | 2025-03-22T03:24:27.813Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1451 | 2025-03-22T03:24:28.055Z | Compiling rustix v0.38.44 |
1452 | 2025-03-22T03:24:28.150Z | Compiling static_assertions v1.1.0 |
1453 | 2025-03-22T03:24:28.267Z | Compiling password-hash v0.5.0 |
1454 | 2025-03-22T03:24:29.070Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
1455 | 2025-03-22T03:24:29.491Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1456 | 2025-03-22T03:24:29.512Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1457 | 2025-03-22T03:24:29.897Z | Compiling zone v0.3.0 |
1458 | 2025-03-22T03:24:30.039Z | Compiling typify-macro v0.3.0 |
1459 | 2025-03-22T03:24:30.060Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
1460 | 2025-03-22T03:24:30.958Z | Compiling newtype_derive v0.1.6 |
1461 | 2025-03-22T03:24:31.259Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1462 | 2025-03-22T03:24:33.391Z | Compiling blake2 v0.10.6 |
1463 | 2025-03-22T03:24:33.556Z | Compiling hubpack_derive v0.1.1 |
1464 | 2025-03-22T03:24:34.246Z | Compiling smf v0.2.3 |
1465 | 2025-03-22T03:24:34.571Z | Compiling zerocopy-derive v0.6.6 |
1466 | 2025-03-22T03:24:35.217Z | Compiling typify v0.3.0 |
1467 | 2025-03-22T03:24:35.352Z | Compiling progenitor-impl v0.9.1 |
1468 | 2025-03-22T03:24:35.968Z | Compiling tinyvec_macros v0.1.1 |
1469 | 2025-03-22T03:24:35.982Z | Compiling cancel-safe-futures v0.1.5 |
1470 | 2025-03-22T03:24:36.055Z | Compiling owo-colors v4.2.0 |
1471 | 2025-03-22T03:24:36.345Z | Compiling unicode-segmentation v1.12.0 |
1472 | 2025-03-22T03:24:36.644Z | Compiling whoami v1.5.2 |
1473 | 2025-03-22T03:24:36.656Z | Compiling zerocopy v0.6.6 |
1474 | 2025-03-22T03:24:37.264Z | Compiling newline-converter v0.3.0 |
1475 | 2025-03-22T03:24:37.508Z | Compiling tinyvec v1.9.0 |
1476 | 2025-03-22T03:24:39.722Z | Compiling hubpack v0.1.2 |
1477 | 2025-03-22T03:24:40.208Z | Compiling argon2 v0.5.3 |
1478 | 2025-03-22T03:24:42.119Z | Compiling strum_macros v0.25.3 |
1479 | 2025-03-22T03:24:44.090Z | Compiling console v0.15.11 |
1480 | 2025-03-22T03:24:45.449Z | Compiling libsw-core v0.3.2 |
1481 | 2025-03-22T03:24:45.722Z | Compiling serde-big-array v0.5.1 |
1482 | 2025-03-22T03:24:45.926Z | Compiling serde_repr v0.1.20 |
1483 | 2025-03-22T03:24:45.943Z | Compiling enum-as-inner v0.6.1 |
1484 | 2025-03-22T03:24:46.436Z | Compiling progenitor-macro v0.9.1 |
1485 | 2025-03-22T03:24:47.606Z | Compiling cookie v0.18.1 |
1486 | 2025-03-22T03:24:47.627Z | Compiling crunchy v0.2.3 |
1487 | 2025-03-22T03:24:47.627Z | Compiling similar v2.7.0 |
1488 | 2025-03-22T03:24:47.653Z | Compiling fixedbitset v0.4.2 |
1489 | 2025-03-22T03:24:48.044Z | Compiling fixedbitset v0.5.7 |
1490 | 2025-03-22T03:24:48.178Z | Compiling linked-hash-map v0.5.6 |
1491 | 2025-03-22T03:24:48.507Z | Compiling convert_case v0.4.0 |
1492 | 2025-03-22T03:24:48.883Z | Compiling data-encoding v2.8.0 |
1493 | 2025-03-22T03:24:49.141Z | Compiling lru-cache v0.1.2 |
1494 | 2025-03-22T03:24:49.344Z | Compiling petgraph v0.7.1 |
1495 | 2025-03-22T03:24:49.355Z | Compiling derive_more v0.99.19 |
1496 | 2025-03-22T03:24:50.243Z | Compiling hickory-proto v0.24.4 |
1497 | 2025-03-22T03:24:50.876Z | Compiling expectorate v1.1.0 |
1498 | 2025-03-22T03:24:51.038Z | Compiling petgraph v0.6.5 |
1499 | 2025-03-22T03:24:51.829Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1500 | 2025-03-22T03:24:53.892Z | Compiling libsw v3.5.0 |
1501 | 2025-03-22T03:24:54.280Z | Compiling atomicwrites v0.4.4 |
1502 | 2025-03-22T03:24:54.765Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1503 | 2025-03-22T03:24:55.210Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1504 | 2025-03-22T03:24:56.222Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1505 | 2025-03-22T03:24:58.015Z | Compiling resolv-conf v0.7.1 |
1506 | 2025-03-22T03:24:58.557Z | Compiling linear-map v1.2.0 |
1507 | 2025-03-22T03:24:58.910Z | Compiling unicode-width v0.1.14 |
1508 | 2025-03-22T03:24:58.942Z | Compiling tiny-keccak v2.0.2 |
1509 | 2025-03-22T03:24:58.992Z | Compiling swrite v0.1.0 |
1510 | 2025-03-22T03:24:59.094Z | Compiling indent_write v2.2.0 |
1511 | 2025-03-22T03:24:59.107Z | Compiling highway v1.3.0 |
1512 | 2025-03-22T03:24:59.271Z | Compiling hickory-resolver v0.24.4 |
1513 | 2025-03-22T03:24:59.296Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1514 | 2025-03-22T03:24:59.437Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1515 | 2025-03-22T03:24:59.945Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1516 | 2025-03-22T03:25:00.073Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1517 | 2025-03-22T03:25:00.127Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1518 | 2025-03-22T03:25:00.209Z | Compiling steno v0.4.1 |
1519 | 2025-03-22T03:25:01.951Z | Compiling progenitor v0.9.1 |
1520 | 2025-03-22T03:25:02.181Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1521 | 2025-03-22T03:25:03.639Z | Compiling id-map v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1522 | 2025-03-22T03:25:04.222Z | Compiling tokio-stream v0.1.17 |
1523 | 2025-03-22T03:25:04.409Z | Compiling slog-dtrace v0.3.0 |
1524 | 2025-03-22T03:25:04.751Z | Compiling humantime v2.2.0 |
1525 | 2025-03-22T03:25:05.331Z | Compiling parking_lot_core v0.8.6 |
1526 | 2025-03-22T03:25:05.334Z | Compiling qorb v0.2.1 |
1527 | 2025-03-22T03:25:05.856Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1528 | 2025-03-22T03:25:06.629Z | Compiling num-derive v0.3.3 |
1529 | 2025-03-22T03:25:07.635Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1530 | 2025-03-22T03:25:08.194Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1531 | 2025-03-22T03:25:08.885Z | Compiling libscf-sys v1.1.0 |
1532 | 2025-03-22T03:25:09.114Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1533 | 2025-03-22T03:25:09.331Z | Compiling const-random-macro v0.1.16 |
1534 | 2025-03-22T03:25:09.943Z | Compiling smartstring v1.0.1 |
1535 | 2025-03-22T03:25:10.075Z | Compiling ahash v0.8.11 |
1536 | 2025-03-22T03:25:10.289Z | Compiling half v2.5.0 |
1537 | 2025-03-22T03:25:10.411Z | Compiling ciborium-io v0.2.2 |
1538 | 2025-03-22T03:25:10.536Z | Compiling parking_lot v0.11.2 |
1539 | 2025-03-22T03:25:10.604Z | Compiling const-random v0.1.18 |
1540 | 2025-03-22T03:25:10.695Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
1541 | 2025-03-22T03:25:10.846Z | Compiling ciborium-ll v0.2.2 |
1542 | 2025-03-22T03:25:10.958Z | Compiling crossbeam-epoch v0.9.18 |
1543 | 2025-03-22T03:25:11.009Z | Compiling proc-macro-crate v3.3.0 |
1544 | 2025-03-22T03:25:11.175Z | Compiling fxhash v0.2.1 |
1545 | 2025-03-22T03:25:11.253Z | Compiling crc32fast v1.4.2 |
1546 | 2025-03-22T03:25:11.374Z | Compiling spin v0.5.2 |
1547 | 2025-03-22T03:25:11.544Z | Compiling sled v0.34.7 |
1548 | 2025-03-22T03:25:11.591Z | Compiling no-std-compat v0.4.1 |
1549 | 2025-03-22T03:25:11.605Z | Compiling ciborium v0.2.2 |
1550 | 2025-03-22T03:25:12.132Z | Compiling num_enum_derive v0.7.3 |
1551 | 2025-03-22T03:25:12.256Z | Compiling thin-vec v0.2.13 |
1552 | 2025-03-22T03:25:12.328Z | Compiling rhai_codegen v2.2.0 |
1553 | 2025-03-22T03:25:12.868Z | Compiling minimal-lexical v0.2.1 |
1554 | 2025-03-22T03:25:13.251Z | Compiling nom v7.1.3 |
1555 | 2025-03-22T03:25:13.368Z | Compiling diff v0.1.13 |
1556 | 2025-03-22T03:25:14.228Z | Compiling yansi v1.0.1 |
1557 | 2025-03-22T03:25:14.843Z | Compiling num_enum v0.7.3 |
1558 | 2025-03-22T03:25:15.013Z | Compiling pretty_assertions v1.4.1 |
1559 | 2025-03-22T03:25:15.442Z | Compiling rhai v1.21.0 |
1560 | 2025-03-22T03:25:20.808Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1561 | 2025-03-22T03:25:25.646Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1562 | 2025-03-22T03:25:34.668Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1563 | 2025-03-22T03:25:35.765Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1564 | 2025-03-22T03:25:37.632Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1565 | 2025-03-22T03:25:40.736Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
1566 | 2025-03-22T03:26:14.984Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 54s |
1567 | 2025-03-22T03:26:15.145Z | ──────────── |
1568 | 2025-03-22T03:26:15.145Z | Nextest run ID 8eda392c-459b-45f7-86a1-f4b63ae9b994 with nextest profile: default |
1569 | 2025-03-22T03:26:15.145Z | Starting 11 tests across 1 binary |
1570 | 2025-03-22T03:26:15.169Z | PASS [ 0.022s] bgp messages::tests::prefix_within |
1571 | 2025-03-22T03:26:15.177Z | PASS [ 0.032s] bgp messages::tests::update_round_trip |
1572 | 2025-03-22T03:26:15.181Z | PASS [ 0.035s] bgp messages::tests::header_round_trip |
1573 | 2025-03-22T03:26:15.198Z | PASS [ 0.035s] bgp messages::tests::open_round_trip |
1574 | 2025-03-22T03:26:15.198Z | PASS [ 0.050s] bgp policy::test::open_require_4byte_as |
1575 | 2025-03-22T03:26:15.198Z | PASS [ 0.052s] bgp policy::test::open_add_4byte_as |
1576 | 2025-03-22T03:26:15.206Z | PASS [ 0.054s] bgp policy::test::shape_update_prefixes |
1577 | 2025-03-22T03:26:15.206Z | PASS [ 0.054s] bgp policy::test::update_drop_on_no_export |
1578 | 2025-03-22T03:26:15.210Z | PASS [ 0.038s] bgp policy::test::update_shape_community |
1579 | 2025-03-22T03:26:28.283Z | PASS [ 13.102s] bgp test::test_basic_peering |
1580 | 2025-03-22T03:26:30.287Z | PASS [ 15.102s] bgp test::test_basic_update |
1581 | 2025-03-22T03:26:30.290Z | ──────────── |
1582 | 2025-03-22T03:26:30.290Z | Summary [ 15.140s] 11 tests run: 11 passed, 0 skipped |
1583 | 2025-03-22T03:26:30.306Z | + cp r1.basic_peering.log r1.basic_update.log r2.basic_peering.log r2.basic_update.log /work/ |
1584 | 2025-03-22T03:26:30.310Z | process exited: duration 443154 ms, exit code 0 |
|
1585 | 2025-03-22T03:26:30.322Z | found 4 output files |
1586 | 2025-03-22T03:26:30.322Z | uploading: /work/r1.basic_peering.log (7875 bytes) |
1587 | 2025-03-22T03:26:31.335Z | uploaded: /work/r1.basic_peering.log |
1588 | 2025-03-22T03:26:31.335Z | uploading: /work/r1.basic_update.log (5504 bytes) |
1589 | 2025-03-22T03:26:32.346Z | uploaded: /work/r1.basic_update.log |
1590 | 2025-03-22T03:26:32.346Z | uploading: /work/r2.basic_peering.log (9266 bytes) |
1591 | 2025-03-22T03:26:33.359Z | uploaded: /work/r2.basic_peering.log |
1592 | 2025-03-22T03:26:33.359Z | uploading: /work/r2.basic_update.log (8373 bytes) |
1593 | 2025-03-22T03:26:34.369Z | uploaded: /work/r2.basic_update.log |