|
|
|
1 | 2025-01-31T04:14:12.913Z | job assigned to worker 01JJX906PA6X562HS6MZW3H17A [factory aws, i-09eb0aa7f3dcf5979] (queued for 1 m 0 s) |
|
2 | 2025-01-31T04:14:20.780Z | starting task 0: "setup" |
3 | 2025-01-31T04:14:20.789Z | ++ uname -s |
4 | 2025-01-31T04:14:20.793Z | + kern=SunOS |
5 | 2025-01-31T04:14:20.793Z | + build_user=build |
6 | 2025-01-31T04:14:20.793Z | + build_uid=12345 |
7 | 2025-01-31T04:14:20.793Z | + work_dir=/work |
8 | 2025-01-31T04:14:20.793Z | + input_dir=/input |
9 | 2025-01-31T04:14:20.793Z | + [[ 0 == 12345 ]] |
10 | 2025-01-31T04:14:20.793Z | + case "$kern" in |
11 | 2025-01-31T04:14:20.793Z | + groupadd -g 12345 build |
12 | 2025-01-31T04:14:20.796Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-01-31T04:14:22.802Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-01-31T04:14:22.992Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-01-31T04:14:22.994Z | + home_fs=zfs |
16 | 2025-01-31T04:14:22.994Z | + [[ zfs == autofs ]] |
17 | 2025-01-31T04:14:22.994Z | + mkdir -p /home/build |
18 | 2025-01-31T04:14:22.997Z | + chown build:build /home/build /work |
19 | 2025-01-31T04:14:24.998Z | + chmod 0700 /home/build /work |
20 | 2025-01-31T04:14:25.002Z | process exited: duration 4222 ms, exit code 0 |
|
21 | 2025-01-31T04:14:25.008Z | starting task 1: "rust-toolchain" |
22 | 2025-01-31T04:14:26.016Z | + printf ' * rust toolchain channel = "%s"\n' stable |
23 | 2025-01-31T04:14:26.016Z | * rust toolchain channel = "stable" |
24 | 2025-01-31T04:14:26.016Z | * rust toolchain profile = "default" |
25 | 2025-01-31T04:14:26.016Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-01-31T04:14:26.016Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-01-31T04:14:26.016Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-01-31T04:14:26.019Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-01-31T04:14:26.019Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
30 | 2025-01-31T04:14:26.019Z | info: downloading installer |
31 | 2025-01-31T04:14:26.535Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-01-31T04:14:26.535Z | warning: /opt/ooce/bin |
33 | 2025-01-31T04:14:26.535Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-01-31T04:14:26.535Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-01-31T04:14:26.535Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-01-31T04:14:26.535Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-01-31T04:14:26.535Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-01-31T04:14:26.535Z | error: cannot install while Rust is installed |
39 | 2025-01-31T04:14:26.535Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-01-31T04:14:26.576Z | info: profile set to 'default' |
41 | 2025-01-31T04:14:26.576Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-01-31T04:14:26.579Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
43 | 2025-01-31T04:14:26.736Z | info: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27) |
44 | 2025-01-31T04:14:26.736Z | info: downloading component 'cargo' |
45 | 2025-01-31T04:14:27.627Z | info: downloading component 'clippy' |
46 | 2025-01-31T04:14:27.968Z | info: downloading component 'rust-docs' |
47 | 2025-01-31T04:14:29.187Z | info: downloading component 'rust-std' |
48 | 2025-01-31T04:14:31.159Z | info: downloading component 'rustc' |
49 | 2025-01-31T04:14:38.131Z | info: downloading component 'rustfmt' |
50 | 2025-01-31T04:14:38.394Z | info: installing component 'cargo' |
51 | 2025-01-31T04:14:39.226Z | info: installing component 'clippy' |
52 | 2025-01-31T04:14:39.606Z | info: installing component 'rust-docs' |
53 | 2025-01-31T04:14:41.303Z | info: installing component 'rust-std' |
54 | 2025-01-31T04:14:43.162Z | info: installing component 'rustc' |
55 | 2025-01-31T04:14:49.138Z | info: installing component 'rustfmt' |
56 | 2025-01-31T04:14:49.470Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
57 | 2025-01-31T04:14:49.470Z | |
58 | 2025-01-31T04:14:49.859Z | stable-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27) |
59 | 2025-01-31T04:14:49.859Z | |
60 | 2025-01-31T04:14:49.861Z | |
61 | 2025-01-31T04:14:49.861Z | Rust is installed now. Great! |
62 | 2025-01-31T04:14:49.861Z | |
63 | 2025-01-31T04:14:49.861Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-01-31T04:14:49.861Z | environment variable. This has not been done automatically. |
65 | 2025-01-31T04:14:49.862Z | |
66 | 2025-01-31T04:14:49.862Z | To configure your current shell, you need to source |
67 | 2025-01-31T04:14:49.862Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-01-31T04:14:49.862Z | |
69 | 2025-01-31T04:14:49.862Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-01-31T04:14:49.862Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-01-31T04:14:49.862Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-01-31T04:14:49.938Z | + rustup --version |
73 | 2025-01-31T04:14:49.945Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-01-31T04:14:49.945Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-01-31T04:14:50.021Z | info: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)` |
76 | 2025-01-31T04:14:50.024Z | + cargo --version |
77 | 2025-01-31T04:14:50.081Z | cargo 1.84.1 (66221abde 2024-11-19) |
78 | 2025-01-31T04:14:50.083Z | + rustc --version |
79 | 2025-01-31T04:14:50.143Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
80 | 2025-01-31T04:14:50.146Z | process exited: duration 25132 ms, exit code 0 |
|
81 | 2025-01-31T04:14:50.151Z | starting task 2: "authentication" |
82 | 2025-01-31T04:14:50.174Z | process exited: duration 22 ms, exit code 0 |
|
83 | 2025-01-31T04:14:50.179Z | starting task 3: "clone repository" |
84 | 2025-01-31T04:14:50.184Z | + mkdir -p /work/oxidecomputer/maghemite |
85 | 2025-01-31T04:14:50.186Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
86 | 2025-01-31T04:14:51.710Z | Cloning into '/work/oxidecomputer/maghemite'... |
87 | 2025-01-31T04:14:52.881Z | + cd /work/oxidecomputer/maghemite |
88 | 2025-01-31T04:14:52.881Z | + git fetch origin 2898e144474ee2183c7231c171525c98652f98e6 |
89 | 2025-01-31T04:14:53.182Z | From https://github.com/oxidecomputer/maghemite |
90 | 2025-01-31T04:14:53.182Z | * branch 2898e144474ee2183c7231c171525c98652f98e6 -> FETCH_HEAD |
91 | 2025-01-31T04:14:53.189Z | + [[ -n renovate/rust-1.x ]] |
92 | 2025-01-31T04:14:53.192Z | ++ git branch --show-current |
93 | 2025-01-31T04:14:53.195Z | + current=main |
94 | 2025-01-31T04:14:53.195Z | + [[ main != renovate/rust-1.x ]] |
95 | 2025-01-31T04:14:53.195Z | + git branch -f renovate/rust-1.x 2898e144474ee2183c7231c171525c98652f98e6 |
96 | 2025-01-31T04:14:53.197Z | + git checkout -f renovate/rust-1.x |
97 | 2025-01-31T04:14:53.211Z | Switched to branch 'renovate/rust-1.x' |
98 | 2025-01-31T04:14:53.214Z | + git reset --hard 2898e144474ee2183c7231c171525c98652f98e6 |
99 | 2025-01-31T04:14:53.225Z | HEAD is now at 2898e14 Update dependency rust to v1.84.1 |
100 | 2025-01-31T04:14:53.228Z | process exited: duration 3046 ms, exit code 0 |
|
101 | 2025-01-31T04:14:53.234Z | starting task 4: "build" |
102 | 2025-01-31T04:14:53.239Z | + set -e |
103 | 2025-01-31T04:14:53.239Z | + cargo --version |
104 | 2025-01-31T04:14:53.244Z | info: syncing channel updates for '1.84.1-x86_64-unknown-illumos' |
105 | 2025-01-31T04:14:53.418Z | info: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27) |
106 | 2025-01-31T04:14:53.418Z | info: downloading component 'cargo' |
107 | 2025-01-31T04:14:54.429Z | info: downloading component 'clippy' |
108 | 2025-01-31T04:14:54.816Z | info: downloading component 'rust-docs' |
109 | 2025-01-31T04:14:56.215Z | info: downloading component 'rust-std' |
110 | 2025-01-31T04:14:58.475Z | info: downloading component 'rustc' |
111 | 2025-01-31T04:15:06.570Z | info: downloading component 'rustfmt' |
112 | 2025-01-31T04:15:06.870Z | info: installing component 'cargo' |
113 | 2025-01-31T04:15:07.698Z | info: installing component 'clippy' |
114 | 2025-01-31T04:15:08.083Z | info: installing component 'rust-docs' |
115 | 2025-01-31T04:15:09.782Z | info: installing component 'rust-std' |
116 | 2025-01-31T04:15:11.648Z | info: installing component 'rustc' |
117 | 2025-01-31T04:15:17.580Z | info: installing component 'rustfmt' |
118 | 2025-01-31T04:15:18.002Z | cargo 1.84.1 (66221abde 2024-11-19) |
119 | 2025-01-31T04:15:18.005Z | + rustc --version |
120 | 2025-01-31T04:15:18.077Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
121 | 2025-01-31T04:15:18.082Z | + cargo install cargo-nextest |
122 | 2025-01-31T04:15:18.170Z | Updating crates.io index |
123 | 2025-01-31T04:15:18.264Z | Downloading crates ... |
124 | 2025-01-31T04:15:18.341Z | Downloaded cargo-nextest v0.9.88 |
125 | 2025-01-31T04:15:18.381Z | Installing cargo-nextest v0.9.88 |
126 | 2025-01-31T04:15:18.437Z | Updating crates.io index |
127 | 2025-01-31T04:15:19.687Z | Locking 365 packages to latest compatible versions |
128 | 2025-01-31T04:15:19.689Z | Adding backtrace v0.3.71 (available: v0.3.74) |
129 | 2025-01-31T04:15:19.742Z | Downloading crates ... |
130 | 2025-01-31T04:15:19.837Z | Downloaded anstyle v1.0.10 |
131 | 2025-01-31T04:15:19.840Z | Downloaded anstyle-parse v0.2.6 |
132 | 2025-01-31T04:15:19.842Z | Downloaded adler v1.0.2 |
133 | 2025-01-31T04:15:19.846Z | Downloaded adler2 v2.0.0 |
134 | 2025-01-31T04:15:19.846Z | Downloaded foreign-types-shared v0.1.1 |
135 | 2025-01-31T04:15:19.846Z | Downloaded foreign-types v0.3.2 |
136 | 2025-01-31T04:15:19.854Z | Downloaded anstream v0.6.18 |
137 | 2025-01-31T04:15:19.857Z | Downloaded enable-ansi-support v0.2.1 |
138 | 2025-01-31T04:15:19.861Z | Downloaded humantime-serde v1.1.1 |
139 | 2025-01-31T04:15:19.864Z | Downloaded guppy-workspace-hack v0.1.0 |
140 | 2025-01-31T04:15:19.869Z | Downloaded serde_ignored v0.1.10 |
141 | 2025-01-31T04:15:19.872Z | Downloaded errno v0.3.10 |
142 | 2025-01-31T04:15:19.875Z | Downloaded equivalent v1.0.1 |
143 | 2025-01-31T04:15:19.877Z | Downloaded sharded-slab v0.1.7 |
144 | 2025-01-31T04:15:19.881Z | Downloaded futures-sink v0.3.31 |
145 | 2025-01-31T04:15:19.884Z | Downloaded colorchoice v1.0.3 |
146 | 2025-01-31T04:15:19.884Z | Downloaded autocfg v1.4.0 |
147 | 2025-01-31T04:15:19.886Z | Downloaded anstyle-query v1.1.2 |
148 | 2025-01-31T04:15:19.887Z | Downloaded digest v0.10.7 |
149 | 2025-01-31T04:15:19.890Z | Downloaded http-body v1.0.1 |
150 | 2025-01-31T04:15:19.892Z | Downloaded async-scoped v0.9.0 |
151 | 2025-01-31T04:15:19.895Z | Downloaded cfg_aliases v0.2.1 |
152 | 2025-01-31T04:15:19.900Z | Downloaded http-body-util v0.1.2 |
153 | 2025-01-31T04:15:19.903Z | Downloaded futures-macro v0.3.31 |
154 | 2025-01-31T04:15:19.903Z | Downloaded heck v0.5.0 |
155 | 2025-01-31T04:15:19.903Z | Downloaded debug-ignore v1.0.5 |
156 | 2025-01-31T04:15:19.903Z | Downloaded signal-hook-mio v0.2.4 |
157 | 2025-01-31T04:15:19.907Z | Downloaded try-lock v0.2.5 |
158 | 2025-01-31T04:15:19.907Z | Downloaded clap_lex v0.7.4 |
159 | 2025-01-31T04:15:19.910Z | Downloaded want v0.3.1 |
160 | 2025-01-31T04:15:19.910Z | Downloaded tower-layer v0.3.3 |
161 | 2025-01-31T04:15:19.910Z | Downloaded tinyvec_macros v0.1.1 |
162 | 2025-01-31T04:15:19.913Z | Downloaded humantime v2.1.0 |
163 | 2025-01-31T04:15:19.913Z | Downloaded fastrand v2.3.0 |
164 | 2025-01-31T04:15:19.915Z | Downloaded home v0.5.11 |
165 | 2025-01-31T04:15:19.915Z | Downloaded futures-core v0.3.31 |
166 | 2025-01-31T04:15:19.918Z | Downloaded fnv v1.0.7 |
167 | 2025-01-31T04:15:19.918Z | Downloaded futures-io v0.3.31 |
168 | 2025-01-31T04:15:19.921Z | Downloaded zerofrom v0.1.5 |
169 | 2025-01-31T04:15:19.921Z | Downloaded futures-task v0.3.31 |
170 | 2025-01-31T04:15:19.923Z | Downloaded filetime v0.2.25 |
171 | 2025-01-31T04:15:19.923Z | Downloaded console v0.15.10 |
172 | 2025-01-31T04:15:19.926Z | Downloaded shared_child v1.0.1 |
173 | 2025-01-31T04:15:19.929Z | Downloaded futures-channel v0.3.31 |
174 | 2025-01-31T04:15:19.931Z | Downloaded tokio-native-tls v0.3.1 |
175 | 2025-01-31T04:15:19.934Z | Downloaded crypto-common v0.1.6 |
176 | 2025-01-31T04:15:19.936Z | Downloaded thiserror-impl v1.0.69 |
177 | 2025-01-31T04:15:19.936Z | Downloaded subtle v2.6.1 |
178 | 2025-01-31T04:15:19.939Z | Downloaded swrite v0.1.0 |
179 | 2025-01-31T04:15:19.942Z | Downloaded tinystr v0.7.6 |
180 | 2025-01-31T04:15:19.942Z | Downloaded hyper-tls v0.6.0 |
181 | 2025-01-31T04:15:19.945Z | Downloaded future-queue v0.3.0 |
182 | 2025-01-31T04:15:19.948Z | Downloaded yoke-derive v0.7.5 |
183 | 2025-01-31T04:15:19.948Z | Downloaded either v1.13.0 |
184 | 2025-01-31T04:15:19.950Z | Downloaded signal-hook-registry v1.4.2 |
185 | 2025-01-31T04:15:19.953Z | Downloaded getrandom v0.2.15 |
186 | 2025-01-31T04:15:19.955Z | Downloaded tower-service v0.3.3 |
187 | 2025-01-31T04:15:19.955Z | Downloaded urlencoding v2.1.3 |
188 | 2025-01-31T04:15:19.958Z | Downloaded unicode-linebreak v0.1.5 |
189 | 2025-01-31T04:15:19.958Z | Downloaded target-spec-miette v0.4.4 |
190 | 2025-01-31T04:15:19.960Z | Downloaded thiserror v1.0.69 |
191 | 2025-01-31T04:15:19.965Z | Downloaded synstructure v0.13.1 |
192 | 2025-01-31T04:15:19.968Z | Downloaded getrandom v0.3.1 |
193 | 2025-01-31T04:15:19.970Z | Downloaded version_check v0.9.5 |
194 | 2025-01-31T04:15:19.973Z | Downloaded cfg-expr v0.17.2 |
195 | 2025-01-31T04:15:19.975Z | Downloaded supports-color v3.0.2 |
196 | 2025-01-31T04:15:19.978Z | Downloaded zerovec-derive v0.10.3 |
197 | 2025-01-31T04:15:19.978Z | Downloaded dialoguer v0.11.0 |
198 | 2025-01-31T04:15:19.981Z | Downloaded zerofrom-derive v0.1.5 |
199 | 2025-01-31T04:15:19.983Z | Downloaded xattr v1.4.0 |
200 | 2025-01-31T04:15:19.985Z | Downloaded strsim v0.11.1 |
201 | 2025-01-31T04:15:19.985Z | Downloaded writeable v0.5.5 |
202 | 2025-01-31T04:15:19.988Z | Downloaded utf8_iter v1.0.4 |
203 | 2025-01-31T04:15:19.988Z | Downloaded toml_datetime v0.6.8 |
204 | 2025-01-31T04:15:19.991Z | Downloaded supports-hyperlinks v3.1.0 |
205 | 2025-01-31T04:15:19.991Z | Downloaded write16 v1.0.0 |
206 | 2025-01-31T04:15:19.993Z | Downloaded sync_wrapper v1.0.2 |
207 | 2025-01-31T04:15:19.993Z | Downloaded terminal_size v0.4.1 |
208 | 2025-01-31T04:15:19.996Z | Downloaded supports-unicode v3.0.0 |
209 | 2025-01-31T04:15:19.996Z | Downloaded hyper-rustls v0.27.5 |
210 | 2025-01-31T04:15:19.999Z | Downloaded utf8parse v0.2.2 |
211 | 2025-01-31T04:15:20.002Z | Downloaded ed25519 v2.2.3 |
212 | 2025-01-31T04:15:20.002Z | Downloaded rustc-hash v2.1.0 |
213 | 2025-01-31T04:15:20.005Z | Downloaded httparse v1.10.0 |
214 | 2025-01-31T04:15:20.008Z | Downloaded const-oid v0.9.6 |
215 | 2025-01-31T04:15:20.010Z | Downloaded icu_provider_macros v1.5.0 |
216 | 2025-01-31T04:15:20.010Z | Downloaded clap v4.5.27 |
217 | 2025-01-31T04:15:20.019Z | Downloaded nested v0.1.1 |
218 | 2025-01-31T04:15:20.021Z | Downloaded backtrace-ext v0.2.1 |
219 | 2025-01-31T04:15:20.021Z | Downloaded zeroize v1.8.1 |
220 | 2025-01-31T04:15:20.024Z | Downloaded slab v0.4.9 |
221 | 2025-01-31T04:15:20.026Z | Downloaded generic-array v0.14.7 |
222 | 2025-01-31T04:15:20.026Z | Downloaded untrusted v0.9.0 |
223 | 2025-01-31T04:15:20.029Z | Downloaded itoa v1.0.14 |
224 | 2025-01-31T04:15:20.031Z | Downloaded idna_adapter v1.2.0 |
225 | 2025-01-31T04:15:20.031Z | Downloaded unicase v2.8.1 |
226 | 2025-01-31T04:15:20.034Z | Downloaded target-lexicon v0.12.16 |
227 | 2025-01-31T04:15:20.034Z | Downloaded spki v0.7.3 |
228 | 2025-01-31T04:15:20.037Z | Downloaded is_ci v1.2.0 |
229 | 2025-01-31T04:15:20.039Z | Downloaded zerocopy-derive v0.7.35 |
230 | 2025-01-31T04:15:20.043Z | Downloaded openssl-macros v0.1.1 |
231 | 2025-01-31T04:15:20.046Z | Downloaded tempfile v3.16.0 |
232 | 2025-01-31T04:15:20.046Z | Downloaded bytes v1.9.0 |
233 | 2025-01-31T04:15:20.050Z | Downloaded number_prefix v0.4.0 |
234 | 2025-01-31T04:15:20.053Z | Downloaded tinyvec v1.8.1 |
235 | 2025-01-31T04:15:20.055Z | Downloaded tracing-log v0.2.0 |
236 | 2025-01-31T04:15:20.058Z | Downloaded thiserror-impl v2.0.11 |
237 | 2025-01-31T04:15:20.058Z | Downloaded quick-junit v0.5.1 |
238 | 2025-01-31T04:15:20.061Z | Downloaded crc32fast v1.4.2 |
239 | 2025-01-31T04:15:20.063Z | Downloaded tracing-error v0.2.1 |
240 | 2025-01-31T04:15:20.066Z | Downloaded signal-hook v0.3.17 |
241 | 2025-01-31T04:15:20.068Z | Downloaded bitflags v2.8.0 |
242 | 2025-01-31T04:15:20.071Z | Downloaded unicode-ident v1.0.16 |
243 | 2025-01-31T04:15:20.074Z | Downloaded socket2 v0.5.8 |
244 | 2025-01-31T04:15:20.076Z | Downloaded nextest-workspace-hack v0.1.0 |
245 | 2025-01-31T04:15:20.079Z | Downloaded cargo_metadata v0.19.1 |
246 | 2025-01-31T04:15:20.079Z | Downloaded indenter v0.3.3 |
247 | 2025-01-31T04:15:20.082Z | Downloaded lazy_static v1.5.0 |
248 | 2025-01-31T04:15:20.082Z | Downloaded duct v0.13.7 |
249 | 2025-01-31T04:15:20.084Z | Downloaded pin-utils v0.1.0 |
250 | 2025-01-31T04:15:20.087Z | Downloaded litemap v0.7.4 |
251 | 2025-01-31T04:15:20.089Z | Downloaded derive-where v1.2.7 |
252 | 2025-01-31T04:15:20.092Z | Downloaded stable_deref_trait v1.2.0 |
253 | 2025-01-31T04:15:20.095Z | Downloaded borsh v1.5.5 |
254 | 2025-01-31T04:15:20.099Z | Downloaded tracing-attributes v0.1.28 |
255 | 2025-01-31T04:15:20.102Z | Downloaded is_terminal_polyfill v1.70.1 |
256 | 2025-01-31T04:15:20.105Z | Downloaded textwrap v0.16.1 |
257 | 2025-01-31T04:15:20.108Z | Downloaded rustc_version v0.4.1 |
258 | 2025-01-31T04:15:20.108Z | Downloaded os_pipe v1.2.1 |
259 | 2025-01-31T04:15:20.110Z | Downloaded scopeguard v1.2.0 |
260 | 2025-01-31T04:15:20.110Z | Downloaded openssl-probe v0.1.6 |
261 | 2025-01-31T04:15:20.114Z | Downloaded iana-time-zone v0.1.61 |
262 | 2025-01-31T04:15:20.114Z | Downloaded rand_core v0.6.4 |
263 | 2025-01-31T04:15:20.116Z | Downloaded pin-project-internal v1.1.8 |
264 | 2025-01-31T04:15:20.119Z | Downloaded semver v1.0.25 |
265 | 2025-01-31T04:15:20.119Z | Downloaded base64 v0.21.7 |
266 | 2025-01-31T04:15:20.123Z | Downloaded mukti-metadata v0.3.0 |
267 | 2025-01-31T04:15:20.126Z | Downloaded backtrace v0.3.71 |
268 | 2025-01-31T04:15:20.129Z | Downloaded zipsign-api v0.1.2 |
269 | 2025-01-31T04:15:20.132Z | Downloaded nextest-metadata v0.12.1 |
270 | 2025-01-31T04:15:20.134Z | Downloaded eyre v0.6.12 |
271 | 2025-01-31T04:15:20.137Z | Downloaded vte v0.14.1 |
272 | 2025-01-31T04:15:20.139Z | Downloaded native-tls v0.2.13 |
273 | 2025-01-31T04:15:20.142Z | Downloaded tar v0.4.43 |
274 | 2025-01-31T04:15:20.144Z | Downloaded base64 v0.22.1 |
275 | 2025-01-31T04:15:20.148Z | Downloaded percent-encoding v2.3.1 |
276 | 2025-01-31T04:15:20.150Z | Downloaded owo-colors v3.5.0 |
277 | 2025-01-31T04:15:20.153Z | Downloaded pathdiff v0.2.3 |
278 | 2025-01-31T04:15:20.153Z | Downloaded nextest-filtering v0.13.0 |
279 | 2025-01-31T04:15:20.155Z | Downloaded pkg-config v0.3.31 |
280 | 2025-01-31T04:15:20.158Z | Downloaded self-replace v1.5.0 |
281 | 2025-01-31T04:15:20.158Z | Downloaded newtype-uuid v1.2.1 |
282 | 2025-01-31T04:15:20.160Z | Downloaded globset v0.4.15 |
283 | 2025-01-31T04:15:20.163Z | Downloaded config v0.15.7 |
284 | 2025-01-31T04:15:20.165Z | Downloaded rustls-pemfile v2.2.0 |
285 | 2025-01-31T04:15:20.168Z | Downloaded once_cell v1.20.2 |
286 | 2025-01-31T04:15:20.171Z | Downloaded pkcs8 v0.10.2 |
287 | 2025-01-31T04:15:20.173Z | Downloaded tracing-core v0.1.33 |
288 | 2025-01-31T04:15:20.176Z | Downloaded toml v0.8.19 |
289 | 2025-01-31T04:15:20.180Z | Downloaded indent_write v2.2.0 |
290 | 2025-01-31T04:15:20.182Z | Downloaded icu_normalizer v1.5.0 |
291 | 2025-01-31T04:15:20.185Z | Downloaded zstd v0.13.2 |
292 | 2025-01-31T04:15:20.188Z | Downloaded lock_api v0.4.12 |
293 | 2025-01-31T04:15:20.191Z | Downloaded icu_locid_transform v1.5.0 |
294 | 2025-01-31T04:15:20.191Z | Downloaded rustc-demangle v0.1.24 |
295 | 2025-01-31T04:15:20.194Z | Downloaded icu_provider v1.5.0 |
296 | 2025-01-31T04:15:20.197Z | Downloaded thiserror v2.0.11 |
297 | 2025-01-31T04:15:20.202Z | Downloaded ppv-lite86 v0.2.20 |
298 | 2025-01-31T04:15:20.204Z | Downloaded pin-project-lite v0.2.16 |
299 | 2025-01-31T04:15:20.209Z | Downloaded miniz_oxide v0.7.4 |
300 | 2025-01-31T04:15:20.211Z | Downloaded jobserver v0.1.32 |
301 | 2025-01-31T04:15:20.214Z | Downloaded tracing v0.1.41 |
302 | 2025-01-31T04:15:20.217Z | Downloaded pin-project v1.1.8 |
303 | 2025-01-31T04:15:20.229Z | Downloaded rand_chacha v0.3.1 |
304 | 2025-01-31T04:15:20.232Z | Downloaded icu_locid_transform_data v1.5.0 |
305 | 2025-01-31T04:15:20.235Z | Downloaded ryu v1.0.19 |
306 | 2025-01-31T04:15:20.237Z | Downloaded proc-macro2 v1.0.93 |
307 | 2025-01-31T04:15:20.240Z | Downloaded openssl-sys v0.9.104 |
308 | 2025-01-31T04:15:20.245Z | Downloaded parking_lot_core v0.9.10 |
309 | 2025-01-31T04:15:20.247Z | Downloaded owo-colors v4.1.0 |
310 | 2025-01-31T04:15:20.250Z | Downloaded der v0.7.9 |
311 | 2025-01-31T04:15:20.255Z | Downloaded icu_collections v1.5.0 |
312 | 2025-01-31T04:15:20.262Z | Downloaded quote v1.0.38 |
313 | 2025-01-31T04:15:20.265Z | Downloaded quinn-udp v0.5.9 |
314 | 2025-01-31T04:15:20.268Z | Downloaded typenum v1.17.0 |
315 | 2025-01-31T04:15:20.271Z | Downloaded ipnet v2.11.0 |
316 | 2025-01-31T04:15:20.271Z | Downloaded miniz_oxide v0.8.3 |
317 | 2025-01-31T04:15:20.273Z | Downloaded num-traits v0.2.19 |
318 | 2025-01-31T04:15:20.276Z | Downloaded guppy v0.17.12 |
319 | 2025-01-31T04:15:20.283Z | Downloaded log v0.4.25 |
320 | 2025-01-31T04:15:20.285Z | Downloaded cc v1.2.10 |
321 | 2025-01-31T04:15:20.289Z | Downloaded http v1.2.0 |
322 | 2025-01-31T04:15:20.293Z | Downloaded hyper-util v0.1.10 |
323 | 2025-01-31T04:15:20.297Z | Downloaded hashbrown v0.15.2 |
324 | 2025-01-31T04:15:20.304Z | Downloaded serde_derive v1.0.217 |
325 | 2025-01-31T04:15:20.307Z | Downloaded rustls-pki-types v1.11.0 |
326 | 2025-01-31T04:15:20.312Z | Downloaded crossterm v0.28.1 |
327 | 2025-01-31T04:15:20.319Z | Downloaded parking_lot v0.12.3 |
328 | 2025-01-31T04:15:20.322Z | Downloaded ron v0.8.1 |
329 | 2025-01-31T04:15:20.327Z | Downloaded icu_properties v1.5.1 |
330 | 2025-01-31T04:15:20.330Z | Downloaded futures-util v0.3.31 |
331 | 2025-01-31T04:15:20.343Z | Downloaded serde v1.0.217 |
332 | 2025-01-31T04:15:20.347Z | Downloaded url v2.5.4 |
333 | 2025-01-31T04:15:20.350Z | Downloaded aho-corasick v1.1.3 |
334 | 2025-01-31T04:15:20.355Z | Downloaded tower v0.5.2 |
335 | 2025-01-31T04:15:20.364Z | Downloaded clap_builder v4.5.27 |
336 | 2025-01-31T04:15:20.371Z | Downloaded quinn v0.11.6 |
337 | 2025-01-31T04:15:20.375Z | Downloaded toml_edit v0.22.23 |
338 | 2025-01-31T04:15:20.396Z | Downloaded indicatif v0.17.11 |
339 | 2025-01-31T04:15:20.400Z | Downloaded color-spantrace v0.2.1 |
340 | 2025-01-31T04:15:20.403Z | Downloaded rand v0.8.5 |
341 | 2025-01-31T04:15:20.406Z | Downloaded memchr v2.7.4 |
342 | 2025-01-31T04:15:20.412Z | Downloaded zerovec v0.10.4 |
343 | 2025-01-31T04:15:20.418Z | Downloaded mio v1.0.3 |
344 | 2025-01-31T04:15:20.424Z | Downloaded quick-xml v0.37.2 |
345 | 2025-01-31T04:15:20.429Z | Downloaded unicode-normalization v0.1.24 |
346 | 2025-01-31T04:15:20.433Z | Downloaded serde_json v1.0.138 |
347 | 2025-01-31T04:15:20.442Z | Downloaded chrono v0.4.39 |
348 | 2025-01-31T04:15:20.450Z | Downloaded quinn-proto v0.11.9 |
349 | 2025-01-31T04:15:20.464Z | Downloaded reqwest v0.12.12 |
350 | 2025-01-31T04:15:20.473Z | Downloaded miette v7.4.0 |
351 | 2025-01-31T04:15:20.477Z | Downloaded gimli v0.28.1 |
352 | 2025-01-31T04:15:20.486Z | Downloaded curve25519-dalek v4.1.3 |
353 | 2025-01-31T04:15:20.495Z | Downloaded zerocopy v0.7.35 |
354 | 2025-01-31T04:15:20.511Z | Downloaded itertools v0.14.0 |
355 | 2025-01-31T04:15:20.517Z | Downloaded object v0.32.2 |
356 | 2025-01-31T04:15:20.528Z | Downloaded itertools v0.13.0 |
357 | 2025-01-31T04:15:20.535Z | Downloaded tracing-subscriber v0.3.19 |
358 | 2025-01-31T04:15:20.542Z | Downloaded bstr v1.11.3 |
359 | 2025-01-31T04:15:20.551Z | Downloaded rustls-webpki v0.102.8 |
360 | 2025-01-31T04:15:20.569Z | Downloaded portable-atomic v1.10.0 |
361 | 2025-01-31T04:15:20.576Z | Downloaded regex-syntax v0.8.5 |
362 | 2025-01-31T04:15:20.584Z | Downloaded rustix v0.38.44 |
363 | 2025-01-31T04:15:20.606Z | Downloaded vcpkg v0.2.15 |
364 | 2025-01-31T04:15:20.644Z | Downloaded unicode-width v0.2.0 |
365 | 2025-01-31T04:15:20.649Z | Downloaded webpki-roots v0.26.8 |
366 | 2025-01-31T04:15:20.653Z | Downloaded rustls v0.23.22 |
367 | 2025-01-31T04:15:20.665Z | Downloaded icu_properties_data v1.5.0 |
368 | 2025-01-31T04:15:20.675Z | Downloaded unicode-width v0.1.14 |
369 | 2025-01-31T04:15:20.681Z | Downloaded nextest-runner v0.71.0 |
370 | 2025-01-31T04:15:20.694Z | Downloaded syn v2.0.96 |
371 | 2025-01-31T04:15:20.708Z | Downloaded openssl v0.10.69 |
372 | 2025-01-31T04:15:20.711Z | Downloaded color-eyre v0.6.3 |
373 | 2025-01-31T04:15:20.722Z | Downloaded nix v0.29.0 |
374 | 2025-01-31T04:15:20.734Z | Downloaded regex v1.11.1 |
375 | 2025-01-31T04:15:20.741Z | Downloaded winnow v0.7.0 |
376 | 2025-01-31T04:15:20.749Z | Downloaded winnow v0.6.26 |
377 | 2025-01-31T04:15:20.757Z | Downloaded quick-xml v0.23.1 |
378 | 2025-01-31T04:15:20.763Z | Downloaded indexmap v2.7.1 |
379 | 2025-01-31T04:15:20.768Z | Downloaded icu_normalizer_data v1.5.0 |
380 | 2025-01-31T04:15:20.770Z | Downloaded idna v1.0.3 |
381 | 2025-01-31T04:15:20.773Z | Downloaded hyper v1.6.0 |
382 | 2025-01-31T04:15:20.780Z | Downloaded petgraph v0.6.5 |
383 | 2025-01-31T04:15:20.796Z | Downloaded zstd-sys v2.0.13+zstd.1.5.6 |
384 | 2025-01-31T04:15:20.814Z | Downloaded miette-derive v7.4.0 |
385 | 2025-01-31T04:15:20.817Z | Downloaded icu_locid v1.5.0 |
386 | 2025-01-31T04:15:20.820Z | Downloaded flate2 v1.0.35 |
387 | 2025-01-31T04:15:20.825Z | Downloaded ed25519-dalek v2.1.1 |
388 | 2025-01-31T04:15:20.828Z | Downloaded zstd-safe v7.2.1 |
389 | 2025-01-31T04:15:20.831Z | Downloaded yoke v0.7.5 |
390 | 2025-01-31T04:15:20.833Z | Downloaded self_update v0.41.0 |
391 | 2025-01-31T04:15:20.833Z | Downloaded uuid v1.12.1 |
392 | 2025-01-31T04:15:20.836Z | Downloaded target-spec v3.3.1 |
393 | 2025-01-31T04:15:20.839Z | Downloaded spin v0.9.8 |
394 | 2025-01-31T04:15:20.841Z | Downloaded xxhash-rust v0.8.15 |
395 | 2025-01-31T04:15:20.844Z | Downloaded static_assertions v1.1.0 |
396 | 2025-01-31T04:15:20.844Z | Downloaded mime v0.3.17 |
397 | 2025-01-31T04:15:20.846Z | Downloaded shlex v1.3.0 |
398 | 2025-01-31T04:15:20.846Z | Downloaded futures v0.3.31 |
399 | 2025-01-31T04:15:20.850Z | Downloaded curve25519-dalek-derive v0.1.1 |
400 | 2025-01-31T04:15:20.852Z | Downloaded regex-automata v0.4.9 |
401 | 2025-01-31T04:15:20.867Z | Downloaded camino-tempfile v1.1.1 |
402 | 2025-01-31T04:15:20.870Z | Downloaded byteorder v1.5.0 |
403 | 2025-01-31T04:15:20.873Z | Downloaded block-buffer v0.10.4 |
404 | 2025-01-31T04:15:20.873Z | Downloaded tokio-stream v0.1.17 |
405 | 2025-01-31T04:15:20.876Z | Downloaded clap_derive v4.5.24 |
406 | 2025-01-31T04:15:20.878Z | Downloaded camino v1.1.9 |
407 | 2025-01-31T04:15:20.881Z | Downloaded utf16_iter v1.0.5 |
408 | 2025-01-31T04:15:20.881Z | Downloaded tokio-rustls v0.26.1 |
409 | 2025-01-31T04:15:20.883Z | Downloaded tokio-macros v2.5.0 |
410 | 2025-01-31T04:15:20.883Z | Downloaded thread_local v1.1.8 |
411 | 2025-01-31T04:15:20.886Z | Downloaded smallvec v1.13.2 |
412 | 2025-01-31T04:15:20.886Z | Downloaded sha2 v0.10.8 |
413 | 2025-01-31T04:15:20.889Z | Downloaded serde_urlencoded v0.7.1 |
414 | 2025-01-31T04:15:20.891Z | Downloaded signature v2.2.0 |
415 | 2025-01-31T04:15:20.891Z | Downloaded libc v0.2.169 |
416 | 2025-01-31T04:15:20.914Z | Downloaded tokio v1.43.0 |
417 | 2025-01-31T04:15:20.951Z | Downloaded base64ct v1.6.0 |
418 | 2025-01-31T04:15:20.954Z | Downloaded strip-ansi-escapes v0.2.1 |
419 | 2025-01-31T04:15:20.957Z | Downloaded smol_str v0.3.2 |
420 | 2025-01-31T04:15:20.957Z | Downloaded shell-words v1.1.0 |
421 | 2025-01-31T04:15:20.957Z | Downloaded hex v0.4.3 |
422 | 2025-01-31T04:15:20.959Z | Downloaded futures-executor v0.3.31 |
423 | 2025-01-31T04:15:20.959Z | Downloaded fixedbitset v0.4.2 |
424 | 2025-01-31T04:15:20.962Z | Downloaded cpufeatures v0.2.17 |
425 | 2025-01-31T04:15:20.962Z | Downloaded cargo-platform v0.1.9 |
426 | 2025-01-31T04:15:20.964Z | Downloaded atomicwrites v0.4.4 |
427 | 2025-01-31T04:15:20.964Z | Downloaded displaydoc v0.2.5 |
428 | 2025-01-31T04:15:20.967Z | Downloaded ahash v0.8.11 |
429 | 2025-01-31T04:15:20.970Z | Downloaded addr2line v0.21.0 |
430 | 2025-01-31T04:15:20.972Z | Downloaded form_urlencoded v1.2.1 |
431 | 2025-01-31T04:15:20.972Z | Downloaded cfg-if v1.0.0 |
432 | 2025-01-31T04:15:20.972Z | Downloaded serde_spanned v0.6.8 |
433 | 2025-01-31T04:15:20.975Z | Downloaded serde_path_to_error v0.1.16 |
434 | 2025-01-31T04:15:21.003Z | Downloaded recursion v0.5.2 |
435 | 2025-01-31T04:15:21.164Z | Downloaded ring v0.17.8 |
436 | 2025-01-31T04:15:21.265Z | Compiling proc-macro2 v1.0.93 |
437 | 2025-01-31T04:15:21.265Z | Compiling unicode-ident v1.0.16 |
438 | 2025-01-31T04:15:21.268Z | Compiling libc v0.2.169 |
439 | 2025-01-31T04:15:21.268Z | Compiling cfg-if v1.0.0 |
440 | 2025-01-31T04:15:21.268Z | Compiling memchr v2.7.4 |
441 | 2025-01-31T04:15:21.347Z | Compiling serde v1.0.217 |
442 | 2025-01-31T04:15:21.349Z | Compiling once_cell v1.20.2 |
443 | 2025-01-31T04:15:21.474Z | Compiling shlex v1.3.0 |
444 | 2025-01-31T04:15:21.529Z | Compiling autocfg v1.4.0 |
445 | 2025-01-31T04:15:21.823Z | Compiling log v0.4.25 |
446 | 2025-01-31T04:15:21.850Z | Compiling pin-project-lite v0.2.16 |
447 | 2025-01-31T04:15:21.979Z | Compiling smallvec v1.13.2 |
448 | 2025-01-31T04:15:22.068Z | Compiling itoa v1.0.14 |
449 | 2025-01-31T04:15:22.278Z | Compiling bitflags v2.8.0 |
450 | 2025-01-31T04:15:22.294Z | Compiling rustix v0.38.44 |
451 | 2025-01-31T04:15:22.296Z | Compiling futures-core v0.3.31 |
452 | 2025-01-31T04:15:22.396Z | Compiling slab v0.4.9 |
453 | 2025-01-31T04:15:22.538Z | Compiling stable_deref_trait v1.2.0 |
454 | 2025-01-31T04:15:22.654Z | Compiling futures-sink v0.3.31 |
455 | 2025-01-31T04:15:22.734Z | Compiling jobserver v0.1.32 |
456 | 2025-01-31T04:15:22.806Z | Compiling bytes v1.9.0 |
457 | 2025-01-31T04:15:23.019Z | Compiling futures-channel v0.3.31 |
458 | 2025-01-31T04:15:23.044Z | Compiling futures-io v0.3.31 |
459 | 2025-01-31T04:15:23.204Z | Compiling quote v1.0.38 |
460 | 2025-01-31T04:15:23.390Z | Compiling cc v1.2.10 |
461 | 2025-01-31T04:15:23.436Z | Compiling errno v0.3.10 |
462 | 2025-01-31T04:15:23.466Z | Compiling getrandom v0.2.15 |
463 | 2025-01-31T04:15:23.650Z | Compiling syn v2.0.96 |
464 | 2025-01-31T04:15:23.773Z | Compiling signal-hook-registry v1.4.2 |
465 | 2025-01-31T04:15:23.773Z | Compiling mio v1.0.3 |
466 | 2025-01-31T04:15:23.820Z | Compiling futures-task v0.3.31 |
467 | 2025-01-31T04:15:23.998Z | Compiling pin-utils v0.1.0 |
468 | 2025-01-31T04:15:24.160Z | Compiling version_check v0.9.5 |
469 | 2025-01-31T04:15:24.192Z | Compiling ryu v1.0.19 |
470 | 2025-01-31T04:15:24.696Z | Compiling serde_json v1.0.138 |
471 | 2025-01-31T04:15:24.794Z | Compiling socket2 v0.5.8 |
472 | 2025-01-31T04:15:24.816Z | Compiling tracing-core v0.1.33 |
473 | 2025-01-31T04:15:25.112Z | Compiling litemap v0.7.4 |
474 | 2025-01-31T04:15:25.426Z | Compiling writeable v0.5.5 |
475 | 2025-01-31T04:15:25.489Z | Compiling camino v1.1.9 |
476 | 2025-01-31T04:15:25.574Z | Compiling fnv v1.0.7 |
477 | 2025-01-31T04:15:25.734Z | Compiling target-lexicon v0.12.16 |
478 | 2025-01-31T04:15:26.142Z | Compiling rustls-pki-types v1.11.0 |
479 | 2025-01-31T04:15:26.475Z | Compiling hashbrown v0.15.2 |
480 | 2025-01-31T04:15:26.557Z | Compiling getrandom v0.3.1 |
481 | 2025-01-31T04:15:26.660Z | Compiling icu_locid_transform_data v1.5.0 |
482 | 2025-01-31T04:15:26.766Z | Compiling equivalent v1.0.1 |
483 | 2025-01-31T04:15:26.922Z | Compiling ring v0.17.8 |
484 | 2025-01-31T04:15:26.950Z | Compiling backtrace v0.3.71 |
485 | 2025-01-31T04:15:27.033Z | Compiling http v1.2.0 |
486 | 2025-01-31T04:15:27.154Z | Compiling thiserror v1.0.69 |
487 | 2025-01-31T04:15:27.475Z | Compiling semver v1.0.25 |
488 | 2025-01-31T04:15:27.718Z | Compiling gimli v0.28.1 |
489 | 2025-01-31T04:15:27.899Z | Compiling guppy-workspace-hack v0.1.0 |
490 | 2025-01-31T04:15:27.926Z | Compiling adler v1.0.2 |
491 | 2025-01-31T04:15:27.963Z | Compiling icu_properties_data v1.5.0 |
492 | 2025-01-31T04:15:28.174Z | Compiling typenum v1.17.0 |
493 | 2025-01-31T04:15:28.208Z | Compiling untrusted v0.9.0 |
494 | 2025-01-31T04:15:28.223Z | Compiling httparse v1.10.0 |
495 | 2025-01-31T04:15:28.280Z | Compiling spin v0.9.8 |
496 | 2025-01-31T04:15:28.400Z | Compiling byteorder v1.5.0 |
497 | 2025-01-31T04:15:28.510Z | Compiling http-body v1.0.1 |
498 | 2025-01-31T04:15:28.734Z | Compiling miniz_oxide v0.7.4 |
499 | 2025-01-31T04:15:29.170Z | Compiling generic-array v0.14.7 |
500 | 2025-01-31T04:15:29.239Z | Compiling object v0.32.2 |
501 | 2025-01-31T04:15:29.503Z | Compiling fastrand v2.3.0 |
502 | 2025-01-31T04:15:30.068Z | Compiling utf8_iter v1.0.4 |
503 | 2025-01-31T04:15:30.177Z | Compiling thiserror v2.0.11 |
504 | 2025-01-31T04:15:30.323Z | Compiling target-spec v3.3.1 |
505 | 2025-01-31T04:15:30.363Z | Compiling utf16_iter v1.0.5 |
506 | 2025-01-31T04:15:30.602Z | Compiling rustc-demangle v0.1.24 |
507 | 2025-01-31T04:15:30.776Z | Compiling synstructure v0.13.1 |
508 | 2025-01-31T04:15:30.801Z | Compiling pkg-config v0.3.31 |
509 | 2025-01-31T04:15:31.307Z | Compiling rustls v0.23.22 |
510 | 2025-01-31T04:15:31.633Z | Compiling try-lock v0.2.5 |
511 | 2025-01-31T04:15:31.803Z | Compiling unicode-width v0.2.0 |
512 | 2025-01-31T04:15:31.892Z | Compiling icu_normalizer_data v1.5.0 |
513 | 2025-01-31T04:15:31.966Z | Compiling zeroize v1.8.1 |
514 | 2025-01-31T04:15:32.007Z | Compiling addr2line v0.21.0 |
515 | 2025-01-31T04:15:32.304Z | Compiling write16 v1.0.0 |
516 | 2025-01-31T04:15:32.410Z | Compiling zstd-sys v2.0.13+zstd.1.5.6 |
517 | 2025-01-31T04:15:32.448Z | Compiling want v0.3.1 |
518 | 2025-01-31T04:15:32.837Z | Compiling tempfile v3.16.0 |
519 | 2025-01-31T04:15:32.878Z | Compiling cfg-expr v0.17.2 |
520 | 2025-01-31T04:15:33.994Z | Compiling terminal_size v0.4.1 |
521 | 2025-01-31T04:15:34.173Z | Compiling aho-corasick v1.1.3 |
522 | 2025-01-31T04:15:34.239Z | Compiling subtle v2.6.1 |
523 | 2025-01-31T04:15:34.329Z | Compiling regex-syntax v0.8.5 |
524 | 2025-01-31T04:15:34.588Z | Compiling tower-service v0.3.3 |
525 | 2025-01-31T04:15:34.729Z | Compiling owo-colors v4.1.0 |
526 | 2025-01-31T04:15:34.749Z | Compiling percent-encoding v2.3.1 |
527 | 2025-01-31T04:15:35.014Z | Compiling serde_derive v1.0.217 |
528 | 2025-01-31T04:15:35.054Z | Compiling zerofrom-derive v0.1.5 |
529 | 2025-01-31T04:15:35.074Z | Compiling yoke-derive v0.7.5 |
530 | 2025-01-31T04:15:35.198Z | Compiling zerovec-derive v0.10.3 |
531 | 2025-01-31T04:15:36.740Z | Compiling displaydoc v0.2.5 |
532 | 2025-01-31T04:15:37.468Z | Compiling futures-macro v0.3.31 |
533 | 2025-01-31T04:15:37.607Z | Compiling tokio-macros v2.5.0 |
534 | 2025-01-31T04:15:38.107Z | Compiling icu_provider_macros v1.5.0 |
535 | 2025-01-31T04:15:38.177Z | Compiling zerofrom v0.1.5 |
536 | 2025-01-31T04:15:38.426Z | Compiling yoke v0.7.5 |
537 | 2025-01-31T04:15:38.810Z | Compiling zerovec v0.10.4 |
538 | 2025-01-31T04:15:39.025Z | Compiling tokio v1.43.0 |
539 | 2025-01-31T04:15:39.228Z | Compiling tracing-attributes v0.1.28 |
540 | 2025-01-31T04:15:39.248Z | Compiling futures-util v0.3.31 |
541 | 2025-01-31T04:15:41.552Z | Compiling tinystr v0.7.6 |
542 | 2025-01-31T04:15:41.943Z | Compiling icu_locid v1.5.0 |
543 | 2025-01-31T04:15:42.175Z | Compiling tracing v0.1.41 |
544 | 2025-01-31T04:15:42.595Z | Compiling icu_collections v1.5.0 |
545 | 2025-01-31T04:15:42.839Z | Compiling zerocopy-derive v0.7.35 |
546 | 2025-01-31T04:15:44.796Z | Compiling icu_provider v1.5.0 |
547 | 2025-01-31T04:15:45.241Z | Compiling zerocopy v0.7.35 |
548 | 2025-01-31T04:15:46.689Z | Compiling icu_locid_transform v1.5.0 |
549 | 2025-01-31T04:15:46.923Z | Compiling thiserror-impl v1.0.69 |
550 | 2025-01-31T04:15:47.872Z | Compiling indexmap v2.7.1 |
551 | 2025-01-31T04:15:49.541Z | Compiling icu_properties v1.5.1 |
552 | 2025-01-31T04:15:49.858Z | Compiling rustls-webpki v0.102.8 |
553 | 2025-01-31T04:15:52.154Z | Compiling thiserror-impl v2.0.11 |
554 | 2025-01-31T04:15:52.441Z | Compiling either v1.13.0 |
555 | 2025-01-31T04:15:53.846Z | Compiling icu_normalizer v1.5.0 |
556 | 2025-01-31T04:15:54.544Z | Compiling hyper v1.6.0 |
557 | 2025-01-31T04:15:55.332Z | Compiling idna_adapter v1.2.0 |
558 | 2025-01-31T04:15:55.564Z | Compiling regex-automata v0.4.9 |
559 | 2025-01-31T04:15:55.896Z | Compiling form_urlencoded v1.2.1 |
560 | 2025-01-31T04:15:59.281Z | Compiling ahash v0.8.11 |
561 | 2025-01-31T04:15:59.674Z | Compiling num-traits v0.2.19 |
562 | 2025-01-31T04:16:00.041Z | Compiling lock_api v0.4.12 |
563 | 2025-01-31T04:16:00.409Z | Compiling lazy_static v1.5.0 |
564 | 2025-01-31T04:16:00.527Z | Compiling nextest-workspace-hack v0.1.0 |
565 | 2025-01-31T04:16:00.582Z | Compiling signal-hook v0.3.17 |
566 | 2025-01-31T04:16:00.870Z | Compiling is_ci v1.2.0 |
567 | 2025-01-31T04:16:00.925Z | Compiling unicode-width v0.1.14 |
568 | 2025-01-31T04:16:01.172Z | Compiling portable-atomic v1.10.0 |
569 | 2025-01-31T04:16:01.528Z | Compiling unicode-linebreak v0.1.5 |
570 | 2025-01-31T04:16:02.080Z | Compiling parking_lot_core v0.9.10 |
571 | 2025-01-31T04:16:02.146Z | Compiling textwrap v0.16.1 |
572 | 2025-01-31T04:16:02.579Z | Compiling supports-color v3.0.2 |
573 | 2025-01-31T04:16:02.645Z | Compiling sharded-slab v0.1.7 |
574 | 2025-01-31T04:16:03.236Z | Compiling tokio-rustls v0.26.1 |
575 | 2025-01-31T04:16:03.391Z | Compiling hyper-util v0.1.10 |
576 | 2025-01-31T04:16:04.197Z | Compiling idna v1.0.3 |
577 | 2025-01-31T04:16:05.153Z | Compiling backtrace-ext v0.2.1 |
578 | 2025-01-31T04:16:05.667Z | Compiling pathdiff v0.2.3 |
579 | 2025-01-31T04:16:05.850Z | Compiling serde_spanned v0.6.8 |
580 | 2025-01-31T04:16:06.033Z | Compiling toml_datetime v0.6.8 |
581 | 2025-01-31T04:16:06.060Z | Compiling cargo-platform v0.1.9 |
582 | 2025-01-31T04:16:06.701Z | Compiling miette-derive v7.4.0 |
583 | 2025-01-31T04:16:07.095Z | Compiling console v0.15.10 |
584 | 2025-01-31T04:16:08.826Z | Compiling webpki-roots v0.26.8 |
585 | 2025-01-31T04:16:09.027Z | Compiling tracing-log v0.2.0 |
586 | 2025-01-31T04:16:09.387Z | Compiling sync_wrapper v1.0.2 |
587 | 2025-01-31T04:16:09.562Z | Compiling thread_local v1.1.8 |
588 | 2025-01-31T04:16:09.769Z | Compiling tower-layer v0.3.3 |
589 | 2025-01-31T04:16:09.860Z | Compiling supports-hyperlinks v3.1.0 |
590 | 2025-01-31T04:16:10.111Z | Compiling adler2 v2.0.0 |
591 | 2025-01-31T04:16:10.192Z | Compiling winnow v0.7.0 |
592 | 2025-01-31T04:16:10.246Z | Compiling fixedbitset v0.4.2 |
593 | 2025-01-31T04:16:10.269Z | Compiling cfg_aliases v0.2.1 |
594 | 2025-01-31T04:16:10.373Z | Compiling zstd-safe v7.2.1 |
595 | 2025-01-31T04:16:10.388Z | Compiling newtype-uuid v1.2.1 |
596 | 2025-01-31T04:16:10.610Z | Compiling supports-unicode v3.0.0 |
597 | 2025-01-31T04:16:10.707Z | Compiling scopeguard v1.2.0 |
598 | 2025-01-31T04:16:10.725Z | Compiling utf8parse v0.2.2 |
599 | 2025-01-31T04:16:10.863Z | Compiling anstyle-parse v0.2.6 |
600 | 2025-01-31T04:16:10.899Z | Compiling miette v7.4.0 |
601 | 2025-01-31T04:16:11.067Z | Compiling petgraph v0.6.5 |
602 | 2025-01-31T04:16:11.275Z | Compiling nix v0.29.0 |
603 | 2025-01-31T04:16:11.351Z | Compiling miniz_oxide v0.8.3 |
604 | 2025-01-31T04:16:12.101Z | Compiling tower v0.5.2 |
605 | 2025-01-31T04:16:13.010Z | Compiling tracing-subscriber v0.3.19 |
606 | 2025-01-31T04:16:13.788Z | Compiling toml_edit v0.22.23 |
607 | 2025-01-31T04:16:14.308Z | Compiling hyper-rustls v0.27.5 |
608 | 2025-01-31T04:16:14.701Z | Compiling cargo_metadata v0.19.1 |
609 | 2025-01-31T04:16:15.853Z | Compiling url v2.5.4 |
610 | 2025-01-31T04:16:22.617Z | Compiling regex v1.11.1 |
611 | 2025-01-31T04:16:23.971Z | Compiling block-buffer v0.10.4 |
612 | 2025-01-31T04:16:24.047Z | Compiling crypto-common v0.1.6 |
613 | 2025-01-31T04:16:24.226Z | Compiling serde_urlencoded v0.7.1 |
614 | 2025-01-31T04:16:24.276Z | Compiling itertools v0.13.0 |
615 | 2025-01-31T04:16:24.697Z | Compiling smol_str v0.3.2 |
616 | 2025-01-31T04:16:24.784Z | Compiling ppv-lite86 v0.2.20 |
617 | 2025-01-31T04:16:25.392Z | Compiling http-body-util v0.1.2 |
618 | 2025-01-31T04:16:25.619Z | Compiling futures-executor v0.3.31 |
619 | 2025-01-31T04:16:25.897Z | Compiling pin-project-internal v1.1.8 |
620 | 2025-01-31T04:16:25.964Z | Compiling rustls-pemfile v2.2.0 |
621 | 2025-01-31T04:16:26.457Z | Compiling xattr v1.4.0 |
622 | 2025-01-31T04:16:26.748Z | Compiling uuid v1.12.1 |
623 | 2025-01-31T04:16:26.803Z | Compiling rand_core v0.6.4 |
624 | 2025-01-31T04:16:27.280Z | Compiling filetime v0.2.25 |
625 | 2025-01-31T04:16:27.494Z | Compiling vte v0.14.1 |
626 | 2025-01-31T04:16:27.641Z | Compiling bstr v1.11.3 |
627 | 2025-01-31T04:16:27.715Z | Compiling crc32fast v1.4.2 |
628 | 2025-01-31T04:16:27.873Z | Compiling number_prefix v0.4.0 |
629 | 2025-01-31T04:16:27.906Z | Compiling ipnet v2.11.0 |
630 | 2025-01-31T04:16:28.127Z | Compiling nested v0.1.1 |
631 | 2025-01-31T04:16:28.219Z | Compiling iana-time-zone v0.1.61 |
632 | 2025-01-31T04:16:28.454Z | Compiling anstyle v1.0.10 |
633 | 2025-01-31T04:16:28.489Z | Compiling self_update v0.41.0 |
634 | 2025-01-31T04:16:28.857Z | Compiling eyre v0.6.12 |
635 | 2025-01-31T04:16:28.914Z | Compiling static_assertions v1.1.0 |
636 | 2025-01-31T04:16:28.982Z | Compiling anstyle-query v1.1.2 |
637 | 2025-01-31T04:16:29.025Z | Compiling is_terminal_polyfill v1.70.1 |
638 | 2025-01-31T04:16:29.057Z | Compiling base64 v0.22.1 |
639 | 2025-01-31T04:16:29.141Z | Compiling colorchoice v1.0.3 |
640 | 2025-01-31T04:16:29.165Z | Compiling debug-ignore v1.0.5 |
641 | 2025-01-31T04:16:29.312Z | Compiling tinyvec_macros v0.1.1 |
642 | 2025-01-31T04:16:29.315Z | Compiling mime v0.3.17 |
643 | 2025-01-31T04:16:29.415Z | Compiling tinyvec v1.8.1 |
644 | 2025-01-31T04:16:29.847Z | Compiling reqwest v0.12.12 |
645 | 2025-01-31T04:16:30.038Z | Compiling guppy v0.17.12 |
646 | 2025-01-31T04:16:30.225Z | Compiling anstream v0.6.18 |
647 | 2025-01-31T04:16:30.736Z | Compiling globset v0.4.15 |
648 | 2025-01-31T04:16:31.063Z | Compiling pin-project v1.1.8 |
649 | 2025-01-31T04:16:31.209Z | Compiling chrono v0.4.39 |
650 | 2025-01-31T04:16:31.255Z | Compiling indicatif v0.17.11 |
651 | 2025-01-31T04:16:36.615Z | Compiling flate2 v1.0.35 |
652 | 2025-01-31T04:16:37.575Z | Compiling strip-ansi-escapes v0.2.1 |
653 | 2025-01-31T04:16:37.863Z | Compiling tar v0.4.43 |
654 | 2025-01-31T04:16:38.824Z | Compiling rand_chacha v0.3.1 |
655 | 2025-01-31T04:16:39.061Z | Compiling futures v0.3.31 |
656 | 2025-01-31T04:16:39.118Z | Compiling nextest-metadata v0.12.1 |
657 | 2025-01-31T04:16:39.183Z | Compiling digest v0.10.7 |
658 | 2025-01-31T04:16:39.472Z | Compiling parking_lot v0.12.3 |
659 | 2025-01-31T04:16:39.567Z | Compiling signal-hook-mio v0.2.4 |
660 | 2025-01-31T04:16:39.760Z | Compiling toml v0.8.19 |
661 | 2025-01-31T04:16:40.557Z | Compiling tracing-error v0.2.1 |
662 | 2025-01-31T04:16:41.507Z | Compiling self-replace v1.5.0 |
663 | 2025-01-31T04:16:41.744Z | Compiling shared_child v1.0.1 |
664 | 2025-01-31T04:16:42.012Z | Compiling os_pipe v1.2.1 |
665 | 2025-01-31T04:16:42.297Z | Compiling quick-xml v0.23.1 |
666 | 2025-01-31T04:16:42.381Z | Compiling quick-xml v0.37.2 |
667 | 2025-01-31T04:16:44.021Z | Compiling strsim v0.11.1 |
668 | 2025-01-31T04:16:44.660Z | Compiling indenter v0.3.3 |
669 | 2025-01-31T04:16:44.858Z | Compiling urlencoding v2.1.3 |
670 | 2025-01-31T04:16:45.316Z | Compiling winnow v0.6.26 |
671 | 2025-01-31T04:16:45.881Z | Compiling owo-colors v3.5.0 |
672 | 2025-01-31T04:16:45.985Z | Compiling shell-words v1.1.0 |
673 | 2025-01-31T04:16:46.508Z | Compiling unicase v2.8.1 |
674 | 2025-01-31T04:16:46.972Z | Compiling humantime v2.1.0 |
675 | 2025-01-31T04:16:47.093Z | Compiling recursion v0.5.2 |
676 | 2025-01-31T04:16:47.313Z | Compiling cpufeatures v0.2.17 |
677 | 2025-01-31T04:16:47.419Z | Compiling heck v0.5.0 |
678 | 2025-01-31T04:16:47.785Z | Compiling clap_lex v0.7.4 |
679 | 2025-01-31T04:16:47.834Z | Compiling clap_derive v4.5.24 |
680 | 2025-01-31T04:16:48.263Z | Compiling clap_builder v4.5.27 |
681 | 2025-01-31T04:16:48.491Z | Compiling color-spantrace v0.2.1 |
682 | 2025-01-31T04:16:49.351Z | Compiling nextest-filtering v0.13.0 |
683 | 2025-01-31T04:16:49.495Z | Compiling sha2 v0.10.8 |
684 | 2025-01-31T04:16:51.946Z | Compiling humantime-serde v1.1.1 |
685 | 2025-01-31T04:16:52.685Z | Compiling quick-junit v0.5.1 |
686 | 2025-01-31T04:16:53.297Z | Compiling duct v0.13.7 |
687 | 2025-01-31T04:16:55.178Z | Compiling cargo-nextest v0.9.88 |
688 | 2025-01-31T04:16:57.333Z | Compiling config v0.15.7 |
689 | 2025-01-31T04:16:57.789Z | Compiling crossterm v0.28.1 |
690 | 2025-01-31T04:16:58.044Z | Compiling rand v0.8.5 |
691 | 2025-01-31T04:16:59.749Z | Compiling async-scoped v0.9.0 |
692 | 2025-01-31T04:16:59.953Z | Compiling zstd v0.13.2 |
693 | 2025-01-31T04:17:00.062Z | Compiling unicode-normalization v0.1.24 |
694 | 2025-01-31T04:17:00.881Z | Compiling target-spec-miette v0.4.4 |
695 | 2025-01-31T04:17:01.416Z | Compiling itertools v0.14.0 |
696 | 2025-01-31T04:17:01.749Z | Compiling mukti-metadata v0.3.0 |
697 | 2025-01-31T04:17:02.523Z | Compiling camino-tempfile v1.1.1 |
698 | 2025-01-31T04:17:02.778Z | Compiling serde_path_to_error v0.1.16 |
699 | 2025-01-31T04:17:03.406Z | Compiling serde_ignored v0.1.10 |
700 | 2025-01-31T04:17:03.784Z | Compiling tokio-stream v0.1.17 |
701 | 2025-01-31T04:17:03.838Z | Compiling future-queue v0.3.0 |
702 | 2025-01-31T04:17:04.269Z | Compiling derive-where v1.2.7 |
703 | 2025-01-31T04:17:04.858Z | Compiling atomicwrites v0.4.4 |
704 | 2025-01-31T04:17:04.906Z | Compiling swrite v0.1.0 |
705 | 2025-01-31T04:17:05.058Z | Compiling indent_write v2.2.0 |
706 | 2025-01-31T04:17:05.298Z | Compiling xxhash-rust v0.8.15 |
707 | 2025-01-31T04:17:05.408Z | Compiling hex v0.4.3 |
708 | 2025-01-31T04:17:05.602Z | Compiling home v0.5.11 |
709 | 2025-01-31T04:17:05.948Z | Compiling color-eyre v0.6.3 |
710 | 2025-01-31T04:17:06.031Z | Compiling clap v4.5.27 |
711 | 2025-01-31T04:17:06.147Z | Compiling dialoguer v0.11.0 |
712 | 2025-01-31T04:17:06.539Z | Compiling enable-ansi-support v0.2.1 |
713 | 2025-01-31T04:17:07.299Z | Compiling nextest-runner v0.71.0 |
714 | 2025-01-31T04:17:46.357Z | Finished `release` profile [optimized] target(s) in 2m 28s |
715 | 2025-01-31T04:17:46.583Z | Installing /home/build/.cargo/bin/cargo-nextest |
716 | 2025-01-31T04:17:46.585Z | Installed package `cargo-nextest v0.9.88` (executable `cargo-nextest`) |
717 | 2025-01-31T04:17:46.689Z | + pushd rdb |
718 | 2025-01-31T04:17:46.691Z | /work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite |
719 | 2025-01-31T04:17:46.691Z | + cargo nextest run |
720 | 2025-01-31T04:17:46.931Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
721 | 2025-01-31T04:17:47.173Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
722 | 2025-01-31T04:17:47.388Z | From https://www.github.com/oxidecomputer/oxnet |
723 | 2025-01-31T04:17:47.388Z | * [new branch] ci -> origin/ci |
724 | 2025-01-31T04:17:47.391Z | * [new branch] dependabot/cargo/ipnetwork-0.21.1 -> origin/dependabot/cargo/ipnetwork-0.21.1 |
725 | 2025-01-31T04:17:47.391Z | * [new branch] dependabot/cargo/regress-0.10.3 -> origin/dependabot/cargo/regress-0.10.3 |
726 | 2025-01-31T04:17:47.391Z | * [new branch] dependabot/cargo/serde-1.0.217 -> origin/dependabot/cargo/serde-1.0.217 |
727 | 2025-01-31T04:17:47.391Z | * [new branch] dependabot/cargo/serde_json-1.0.137 -> origin/dependabot/cargo/serde_json-1.0.137 |
728 | 2025-01-31T04:17:47.391Z | * [new branch] main -> origin/main |
729 | 2025-01-31T04:17:47.391Z | * [new ref] -> origin/HEAD |
730 | 2025-01-31T04:17:47.401Z | Updating crates.io index |
731 | 2025-01-31T04:17:47.403Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
732 | 2025-01-31T04:17:48.032Z | From https://github.com/oxidecomputer/falcon |
733 | 2025-01-31T04:17:48.032Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
734 | 2025-01-31T04:17:48.230Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
735 | 2025-01-31T04:17:49.238Z | From https://github.com/oxidecomputer/dendrite |
736 | 2025-01-31T04:17:49.238Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
737 | 2025-01-31T04:17:49.278Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
738 | 2025-01-31T04:17:49.618Z | From https://github.com/oxidecomputer/ispf |
739 | 2025-01-31T04:17:49.618Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
740 | 2025-01-31T04:17:49.638Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
741 | 2025-01-31T04:17:49.999Z | From https://github.com/oxidecomputer/netadm-sys |
742 | 2025-01-31T04:17:49.999Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
743 | 2025-01-31T04:17:50.011Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
744 | 2025-01-31T04:17:54.109Z | From https://github.com/oxidecomputer/omicron |
745 | 2025-01-31T04:17:54.109Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
746 | 2025-01-31T04:17:54.472Z | Updating git repository `https://github.com/oxidecomputer/opte` |
747 | 2025-01-31T04:17:54.932Z | From https://github.com/oxidecomputer/opte |
748 | 2025-01-31T04:17:54.932Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
749 | 2025-01-31T04:17:54.997Z | Updating git repository `https://github.com/illumos/smf-rs` |
750 | 2025-01-31T04:17:55.294Z | From https://github.com/illumos/smf-rs |
751 | 2025-01-31T04:17:55.294Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
752 | 2025-01-31T04:17:55.323Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
753 | 2025-01-31T04:17:55.779Z | From https://github.com/oxidecomputer/maghemite |
754 | 2025-01-31T04:17:55.779Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
755 | 2025-01-31T04:17:55.812Z | Updating git repository `https://github.com/oxidecomputer/zone` |
756 | 2025-01-31T04:17:56.135Z | From https://github.com/oxidecomputer/zone |
757 | 2025-01-31T04:17:56.135Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
758 | 2025-01-31T04:17:56.146Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
759 | 2025-01-31T04:17:56.813Z | From https://github.com/oxidecomputer/propolis |
760 | 2025-01-31T04:17:56.813Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
761 | 2025-01-31T04:17:56.895Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
762 | 2025-01-31T04:17:57.290Z | From https://github.com/oxidecomputer/dlpi-sys |
763 | 2025-01-31T04:17:57.290Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
764 | 2025-01-31T04:17:57.394Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
765 | 2025-01-31T04:17:57.725Z | From https://github.com/jmesmon/rust-libzfs |
766 | 2025-01-31T04:17:57.725Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
767 | 2025-01-31T04:17:57.739Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
768 | 2025-01-31T04:17:58.022Z | From https://github.com/oxidecomputer/rusty-doors |
769 | 2025-01-31T04:17:58.022Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
770 | 2025-01-31T04:17:58.035Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
771 | 2025-01-31T04:17:58.391Z | From https://github.com/oxidecomputer/maghemite |
772 | 2025-01-31T04:17:58.391Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
773 | 2025-01-31T04:17:58.442Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
774 | 2025-01-31T04:17:58.756Z | From https://github.com/oxidecomputer/serde_human_bytes |
775 | 2025-01-31T04:17:58.756Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
776 | 2025-01-31T04:17:58.780Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
777 | 2025-01-31T04:17:59.098Z | From https://github.com/oxidecomputer/slog-error-chain |
778 | 2025-01-31T04:17:59.098Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
779 | 2025-01-31T04:17:59.135Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
780 | 2025-01-31T04:17:59.489Z | From https://github.com/oxidecomputer/poptrie |
781 | 2025-01-31T04:17:59.489Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
782 | 2025-01-31T04:17:59.511Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
783 | 2025-01-31T04:17:59.818Z | From https://github.com/illumos/libscf-sys |
784 | 2025-01-31T04:17:59.818Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
785 | 2025-01-31T04:17:59.844Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
786 | 2025-01-31T04:18:00.574Z | From https://github.com/oxidecomputer/progenitor |
787 | 2025-01-31T04:18:00.574Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
788 | 2025-01-31T04:18:00.674Z | Updating git repository `https://github.com/oxidecomputer/typify` |
789 | 2025-01-31T04:18:01.455Z | From https://github.com/oxidecomputer/typify |
790 | 2025-01-31T04:18:01.455Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
791 | 2025-01-31T04:18:01.623Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
792 | 2025-01-31T04:18:02.630Z | From https://github.com/oxidecomputer/crucible |
793 | 2025-01-31T04:18:02.630Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
794 | 2025-01-31T04:18:02.693Z | Updating git repository `https://github.com/oxidecomputer/opte` |
795 | 2025-01-31T04:18:03.013Z | From https://github.com/oxidecomputer/opte |
796 | 2025-01-31T04:18:03.013Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
797 | 2025-01-31T04:18:03.063Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
798 | 2025-01-31T04:18:03.599Z | From https://github.com/oxidecomputer/management-gateway-service |
799 | 2025-01-31T04:18:03.599Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
800 | 2025-01-31T04:18:04.007Z | Downloading crates ... |
801 | 2025-01-31T04:18:04.105Z | Downloaded atomic-waker v1.1.2 |
802 | 2025-01-31T04:18:04.108Z | Downloaded arrayvec v0.7.6 |
803 | 2025-01-31T04:18:04.112Z | Downloaded anstyle-parse v0.2.5 |
804 | 2025-01-31T04:18:04.116Z | Downloaded async-trait v0.1.83 |
805 | 2025-01-31T04:18:04.123Z | Downloaded dtrace-parser v0.2.0 |
806 | 2025-01-31T04:18:04.125Z | Downloaded ciborium-io v0.2.2 |
807 | 2025-01-31T04:18:04.125Z | Downloaded async-stream-impl v0.3.5 |
808 | 2025-01-31T04:18:04.128Z | Downloaded const-random v0.1.18 |
809 | 2025-01-31T04:18:04.131Z | Downloaded foreign-types-shared v0.3.1 |
810 | 2025-01-31T04:18:04.131Z | Downloaded async-stream v0.3.5 |
811 | 2025-01-31T04:18:04.134Z | Downloaded fxhash v0.2.1 |
812 | 2025-01-31T04:18:04.137Z | Downloaded foreign-types v0.5.0 |
813 | 2025-01-31T04:18:04.142Z | Downloaded foreign-types-macros v0.2.3 |
814 | 2025-01-31T04:18:04.145Z | Downloaded cstr-argument v0.1.2 |
815 | 2025-01-31T04:18:04.145Z | Downloaded crc8 v0.1.1 |
816 | 2025-01-31T04:18:04.147Z | Downloaded const-random-macro v0.1.16 |
817 | 2025-01-31T04:18:04.150Z | Downloaded autocfg v1.3.0 |
818 | 2025-01-31T04:18:04.153Z | Downloaded errno v0.3.9 |
819 | 2025-01-31T04:18:04.155Z | Downloaded crossbeam-deque v0.8.5 |
820 | 2025-01-31T04:18:04.155Z | Downloaded arrayref v0.3.9 |
821 | 2025-01-31T04:18:04.158Z | Downloaded futures-task v0.3.30 |
822 | 2025-01-31T04:18:04.160Z | Downloaded bitflags v1.3.2 |
823 | 2025-01-31T04:18:04.163Z | Downloaded futures-macro v0.3.30 |
824 | 2025-01-31T04:18:04.163Z | Downloaded futures-core v0.3.30 |
825 | 2025-01-31T04:18:04.165Z | Downloaded convert_case v0.4.0 |
826 | 2025-01-31T04:18:04.168Z | Downloaded backoff v0.4.0 |
827 | 2025-01-31T04:18:04.171Z | Downloaded dof v0.3.0 |
828 | 2025-01-31T04:18:04.171Z | Downloaded dyn-clone v1.0.17 |
829 | 2025-01-31T04:18:04.173Z | Downloaded hash32 v0.3.1 |
830 | 2025-01-31T04:18:04.173Z | Downloaded ciborium-ll v0.2.2 |
831 | 2025-01-31T04:18:04.176Z | Downloaded colorchoice v1.0.2 |
832 | 2025-01-31T04:18:04.176Z | Downloaded cpufeatures v0.2.14 |
833 | 2025-01-31T04:18:04.179Z | Downloaded crunchy v0.2.2 |
834 | 2025-01-31T04:18:04.186Z | Downloaded crucible-workspace-hack v0.1.0 |
835 | 2025-01-31T04:18:04.189Z | Downloaded anstyle-query v1.1.1 |
836 | 2025-01-31T04:18:04.189Z | Downloaded defmt-macros v0.3.9 |
837 | 2025-01-31T04:18:04.193Z | Downloaded defmt v0.3.8 |
838 | 2025-01-31T04:18:04.196Z | Downloaded futures-sink v0.3.30 |
839 | 2025-01-31T04:18:04.199Z | Downloaded futures-io v0.3.30 |
840 | 2025-01-31T04:18:04.199Z | Downloaded defmt-parser v0.3.4 |
841 | 2025-01-31T04:18:04.199Z | Downloaded argon2 v0.5.3 |
842 | 2025-01-31T04:18:04.202Z | Downloaded heck v0.4.1 |
843 | 2025-01-31T04:18:04.204Z | Downloaded anstream v0.6.15 |
844 | 2025-01-31T04:18:04.207Z | Downloaded float-ord v0.3.2 |
845 | 2025-01-31T04:18:04.207Z | Downloaded darling_macro v0.20.10 |
846 | 2025-01-31T04:18:04.209Z | Downloaded zone_cfg_derive v0.1.2 |
847 | 2025-01-31T04:18:04.210Z | Downloaded progenitor-client v0.8.0 |
848 | 2025-01-31T04:18:04.212Z | Downloaded enum-as-inner v0.6.1 |
849 | 2025-01-31T04:18:04.215Z | Downloaded heck v0.3.3 |
850 | 2025-01-31T04:18:04.217Z | Downloaded futures-executor v0.3.30 |
851 | 2025-01-31T04:18:04.217Z | Downloaded darling v0.20.10 |
852 | 2025-01-31T04:18:04.221Z | Downloaded embedded-io v0.6.1 |
853 | 2025-01-31T04:18:04.224Z | Downloaded embedded-io v0.4.0 |
854 | 2025-01-31T04:18:04.226Z | Downloaded fastrand v2.1.1 |
855 | 2025-01-31T04:18:04.229Z | Downloaded deranged v0.3.11 |
856 | 2025-01-31T04:18:04.229Z | Downloaded constant_time_eq v0.3.1 |
857 | 2025-01-31T04:18:04.232Z | Downloaded data-encoding v2.6.0 |
858 | 2025-01-31T04:18:04.234Z | Downloaded proc-macro-crate v1.3.1 |
859 | 2025-01-31T04:18:04.237Z | Downloaded hubpack_derive v0.1.1 |
860 | 2025-01-31T04:18:04.240Z | Downloaded clap_derive v4.5.18 |
861 | 2025-01-31T04:18:04.245Z | Downloaded futures-channel v0.3.30 |
862 | 2025-01-31T04:18:04.247Z | Downloaded console v0.15.8 |
863 | 2025-01-31T04:18:04.250Z | Downloaded crossbeam-utils v0.8.20 |
864 | 2025-01-31T04:18:04.253Z | Downloaded half v2.4.1 |
865 | 2025-01-31T04:18:04.256Z | Downloaded dirs-sys-next v0.1.2 |
866 | 2025-01-31T04:18:04.258Z | Downloaded cobs v0.2.3 |
867 | 2025-01-31T04:18:04.259Z | Downloaded cancel-safe-futures v0.1.5 |
868 | 2025-01-31T04:18:04.262Z | Downloaded blake2 v0.10.6 |
869 | 2025-01-31T04:18:04.265Z | Downloaded bitflags v2.6.0 |
870 | 2025-01-31T04:18:04.269Z | Downloaded dirs-next v2.0.0 |
871 | 2025-01-31T04:18:04.271Z | Downloaded crossbeam-epoch v0.9.18 |
872 | 2025-01-31T04:18:04.274Z | Downloaded ciborium v0.2.2 |
873 | 2025-01-31T04:18:04.277Z | Downloaded highway v1.2.0 |
874 | 2025-01-31T04:18:04.280Z | Downloaded colored v2.1.0 |
875 | 2025-01-31T04:18:04.284Z | Downloaded hostname v0.3.1 |
876 | 2025-01-31T04:18:04.286Z | Downloaded lru-cache v0.1.2 |
877 | 2025-01-31T04:18:04.289Z | Downloaded itoa v1.0.11 |
878 | 2025-01-31T04:18:04.289Z | Downloaded hubpack v0.1.2 |
879 | 2025-01-31T04:18:04.291Z | Downloaded httpdate v1.0.3 |
880 | 2025-01-31T04:18:04.291Z | Downloaded base64 v0.13.1 |
881 | 2025-01-31T04:18:04.295Z | Downloaded arc-swap v1.7.1 |
882 | 2025-01-31T04:18:04.298Z | Downloaded ident_case v1.0.1 |
883 | 2025-01-31T04:18:04.301Z | Downloaded newline-converter v0.3.0 |
884 | 2025-01-31T04:18:04.301Z | Downloaded anyhow v1.0.94 |
885 | 2025-01-31T04:18:04.305Z | Downloaded allocator-api2 v0.2.18 |
886 | 2025-01-31T04:18:04.308Z | Downloaded num-integer v0.1.46 |
887 | 2025-01-31T04:18:04.311Z | Downloaded proc-macro-crate v3.2.0 |
888 | 2025-01-31T04:18:04.313Z | Downloaded parse-display-derive v0.10.0 |
889 | 2025-01-31T04:18:04.313Z | Downloaded num-derive v0.4.2 |
890 | 2025-01-31T04:18:04.316Z | Downloaded cookie v0.18.1 |
891 | 2025-01-31T04:18:04.319Z | Downloaded rustversion v1.0.17 |
892 | 2025-01-31T04:18:04.322Z | Downloaded derive_more v0.99.18 |
893 | 2025-01-31T04:18:04.328Z | Downloaded scroll v0.12.0 |
894 | 2025-01-31T04:18:04.330Z | Downloaded httparse v1.9.4 |
895 | 2025-01-31T04:18:04.333Z | Downloaded dropshot_endpoint v0.12.0 |
896 | 2025-01-31T04:18:04.335Z | Downloaded rustls-pki-types v1.8.0 |
897 | 2025-01-31T04:18:04.338Z | Downloaded bytes v1.7.2 |
898 | 2025-01-31T04:18:04.342Z | Downloaded scroll_derive v0.12.0 |
899 | 2025-01-31T04:18:04.345Z | Downloaded no-std-compat v0.4.1 |
900 | 2025-01-31T04:18:04.345Z | Downloaded newtype_derive v0.1.6 |
901 | 2025-01-31T04:18:04.347Z | Downloaded rustc-hash v2.0.0 |
902 | 2025-01-31T04:18:04.350Z | Downloaded match_cfg v0.1.0 |
903 | 2025-01-31T04:18:04.350Z | Downloaded managed v0.8.0 |
904 | 2025-01-31T04:18:04.353Z | Downloaded num_enum v0.5.11 |
905 | 2025-01-31T04:18:04.356Z | Downloaded pretty-hex v0.4.1 |
906 | 2025-01-31T04:18:04.358Z | Downloaded rustls-pemfile v2.1.3 |
907 | 2025-01-31T04:18:04.361Z | Downloaded native-tls v0.2.12 |
908 | 2025-01-31T04:18:04.363Z | Downloaded xz2 v0.1.7 |
909 | 2025-01-31T04:18:04.366Z | Downloaded resolv-conf v0.7.0 |
910 | 2025-01-31T04:18:04.369Z | Downloaded is-terminal v0.4.13 |
911 | 2025-01-31T04:18:04.369Z | Downloaded proc-macro-error v1.0.4 |
912 | 2025-01-31T04:18:04.371Z | Downloaded uuid v1.11.0 |
913 | 2025-01-31T04:18:04.374Z | Downloaded blake3 v1.5.4 |
914 | 2025-01-31T04:18:04.383Z | Downloaded sct v0.7.1 |
915 | 2025-01-31T04:18:04.386Z | Downloaded num-conv v0.1.0 |
916 | 2025-01-31T04:18:04.389Z | Downloaded linear-map v1.2.0 |
917 | 2025-01-31T04:18:04.389Z | Downloaded zone v0.1.8 |
918 | 2025-01-31T04:18:04.391Z | Downloaded progenitor-macro v0.8.0 |
919 | 2025-01-31T04:18:04.392Z | Downloaded walkdir v2.5.0 |
920 | 2025-01-31T04:18:04.394Z | Downloaded crossbeam-channel v0.5.13 |
921 | 2025-01-31T04:18:04.398Z | Downloaded openssl-probe v0.1.5 |
922 | 2025-01-31T04:18:04.403Z | Downloaded zone_cfg_derive v0.3.0 |
923 | 2025-01-31T04:18:04.403Z | Downloaded rhai_codegen v2.2.0 |
924 | 2025-01-31T04:18:04.409Z | Downloaded omicron-workspace-hack v0.1.0 |
925 | 2025-01-31T04:18:04.413Z | Downloaded num-rational v0.4.2 |
926 | 2025-01-31T04:18:04.413Z | Downloaded num_threads v0.1.7 |
927 | 2025-01-31T04:18:04.413Z | Downloaded pest_derive v2.7.13 |
928 | 2025-01-31T04:18:04.417Z | Downloaded xattr v1.3.1 |
929 | 2025-01-31T04:18:04.421Z | Downloaded linked-hash-map v0.5.6 |
930 | 2025-01-31T04:18:04.421Z | Downloaded usdt-impl v0.5.0 |
931 | 2025-01-31T04:18:04.423Z | Downloaded heapless v0.8.0 |
932 | 2025-01-31T04:18:04.427Z | Downloaded futures v0.3.30 |
933 | 2025-01-31T04:18:04.432Z | Downloaded sync_wrapper v1.0.1 |
934 | 2025-01-31T04:18:04.434Z | Downloaded sync_wrapper v0.1.2 |
935 | 2025-01-31T04:18:04.434Z | Downloaded cc v1.1.21 |
936 | 2025-01-31T04:18:04.438Z | Downloaded instant v0.1.13 |
937 | 2025-01-31T04:18:04.441Z | Downloaded num_enum_derive v0.5.11 |
938 | 2025-01-31T04:18:04.441Z | Downloaded tokio-macros v2.4.0 |
939 | 2025-01-31T04:18:04.443Z | Downloaded tabwriter v1.4.0 |
940 | 2025-01-31T04:18:04.445Z | Downloaded semver v0.1.20 |
941 | 2025-01-31T04:18:04.445Z | Downloaded strum_macros v0.25.3 |
942 | 2025-01-31T04:18:04.447Z | Downloaded hostname v0.4.0 |
943 | 2025-01-31T04:18:04.450Z | Downloaded num_enum v0.7.3 |
944 | 2025-01-31T04:18:04.455Z | Downloaded num_enum_derive v0.7.3 |
945 | 2025-01-31T04:18:04.457Z | Downloaded num-derive v0.3.3 |
946 | 2025-01-31T04:18:04.459Z | Downloaded pretty-hex v0.2.1 |
947 | 2025-01-31T04:18:04.461Z | Downloaded take_mut v0.2.2 |
948 | 2025-01-31T04:18:04.461Z | Downloaded parking_lot v0.11.2 |
949 | 2025-01-31T04:18:04.463Z | Downloaded thread-id v4.2.2 |
950 | 2025-01-31T04:18:04.465Z | Downloaded zone v0.3.0 |
951 | 2025-01-31T04:18:04.468Z | Downloaded memmap2 v0.9.5 |
952 | 2025-01-31T04:18:04.468Z | Downloaded hyper-rustls v0.27.3 |
953 | 2025-01-31T04:18:04.470Z | Downloaded expectorate v1.1.0 |
954 | 2025-01-31T04:18:04.473Z | Downloaded zerocopy v0.6.6 |
955 | 2025-01-31T04:18:04.475Z | Downloaded postcard v1.0.10 |
956 | 2025-01-31T04:18:04.478Z | Downloaded hickory-resolver v0.24.1 |
957 | 2025-01-31T04:18:04.483Z | Downloaded usdt-macro v0.5.0 |
958 | 2025-01-31T04:18:04.485Z | Downloaded usdt-attr-macro v0.5.0 |
959 | 2025-01-31T04:18:04.485Z | Downloaded flate2 v1.0.33 |
960 | 2025-01-31T04:18:04.490Z | Downloaded time-macros v0.2.18 |
961 | 2025-01-31T04:18:04.493Z | Downloaded term v0.7.0 |
962 | 2025-01-31T04:18:04.496Z | Downloaded plain v0.2.3 |
963 | 2025-01-31T04:18:04.499Z | Downloaded libsw v3.3.1 |
964 | 2025-01-31T04:18:04.501Z | Downloaded sigpipe v0.1.3 |
965 | 2025-01-31T04:18:04.501Z | Downloaded strum_macros v0.26.4 |
966 | 2025-01-31T04:18:04.503Z | Downloaded macaddr v1.0.1 |
967 | 2025-01-31T04:18:04.506Z | Downloaded omicron-zone-package v0.11.1 |
968 | 2025-01-31T04:18:04.508Z | Downloaded paste v1.0.15 |
969 | 2025-01-31T04:18:04.512Z | Downloaded num-complex v0.4.6 |
970 | 2025-01-31T04:18:04.514Z | Downloaded ipnetwork v0.20.0 |
971 | 2025-01-31T04:18:04.516Z | Downloaded progenitor v0.8.0 |
972 | 2025-01-31T04:18:04.518Z | Downloaded parking_lot_core v0.8.6 |
973 | 2025-01-31T04:18:04.519Z | Downloaded tokio-tungstenite v0.21.0 |
974 | 2025-01-31T04:18:04.521Z | Downloaded yansi v1.0.1 |
975 | 2025-01-31T04:18:04.523Z | Downloaded tiny-keccak v2.0.2 |
976 | 2025-01-31T04:18:04.526Z | Downloaded hashbrown v0.12.3 |
977 | 2025-01-31T04:18:04.529Z | Downloaded terminal_size v0.4.0 |
978 | 2025-01-31T04:18:04.532Z | Downloaded tempfile v3.12.0 |
979 | 2025-01-31T04:18:04.534Z | Downloaded parse-display v0.10.0 |
980 | 2025-01-31T04:18:04.536Z | Downloaded quinn-udp v0.5.5 |
981 | 2025-01-31T04:18:04.536Z | Downloaded usdt v0.5.0 |
982 | 2025-01-31T04:18:04.539Z | Downloaded tokio-rustls v0.25.0 |
983 | 2025-01-31T04:18:04.539Z | Downloaded rayon-core v1.12.1 |
984 | 2025-01-31T04:18:04.542Z | Downloaded multer v3.1.0 |
985 | 2025-01-31T04:18:04.545Z | Downloaded topological-sort v0.2.2 |
986 | 2025-01-31T04:18:04.548Z | Downloaded structmeta v0.3.0 |
987 | 2025-01-31T04:18:04.548Z | Downloaded slog-stdlog v4.1.1 |
988 | 2025-01-31T04:18:04.550Z | Downloaded pin-project-lite v0.2.14 |
989 | 2025-01-31T04:18:04.554Z | Downloaded spin v0.5.2 |
990 | 2025-01-31T04:18:04.557Z | Downloaded structmeta-derive v0.3.0 |
991 | 2025-01-31T04:18:04.559Z | Downloaded slog-scope v4.4.0 |
992 | 2025-01-31T04:18:04.560Z | Downloaded slog-envlogger v2.2.0 |
993 | 2025-01-31T04:18:04.563Z | Downloaded serde_tokenstream v0.2.2 |
994 | 2025-01-31T04:18:04.563Z | Downloaded thin-vec v0.2.13 |
995 | 2025-01-31T04:18:04.565Z | Downloaded openssl-sys v0.9.103 |
996 | 2025-01-31T04:18:04.568Z | Downloaded proc-macro2 v1.0.86 |
997 | 2025-01-31T04:18:04.571Z | Downloaded smf v0.2.3 |
998 | 2025-01-31T04:18:04.574Z | Downloaded slog-json v2.6.1 |
999 | 2025-01-31T04:18:04.574Z | Downloaded slog-async v2.8.0 |
1000 | 2025-01-31T04:18:04.577Z | Downloaded typify v0.2.0 |
1001 | 2025-01-31T04:18:04.579Z | Downloaded num-iter v0.1.45 |
1002 | 2025-01-31T04:18:04.579Z | Downloaded serde_spanned v0.6.7 |
1003 | 2025-01-31T04:18:04.580Z | Downloaded hyper-rustls v0.24.2 |
1004 | 2025-01-31T04:18:04.582Z | Downloaded tar v0.4.41 |
1005 | 2025-01-31T04:18:04.585Z | Downloaded semver v1.0.23 |
1006 | 2025-01-31T04:18:04.587Z | Downloaded log v0.4.22 |
1007 | 2025-01-31T04:18:04.589Z | Downloaded untrusted v0.7.1 |
1008 | 2025-01-31T04:18:04.592Z | Downloaded slog-dtrace v0.3.0 |
1009 | 2025-01-31T04:18:04.592Z | Downloaded serde_repr v0.1.19 |
1010 | 2025-01-31T04:18:04.594Z | Downloaded tracing-attributes v0.1.27 |
1011 | 2025-01-31T04:18:04.597Z | Downloaded prettyplease v0.2.22 |
1012 | 2025-01-31T04:18:04.599Z | Downloaded toml v0.7.8 |
1013 | 2025-01-31T04:18:04.602Z | Downloaded typify-macro v0.2.0 |
1014 | 2025-01-31T04:18:04.604Z | Downloaded serde_with_macros v3.9.0 |
1015 | 2025-01-31T04:18:04.604Z | Downloaded waitgroup v0.1.2 |
1016 | 2025-01-31T04:18:04.607Z | Downloaded strum v0.26.3 |
1017 | 2025-01-31T04:18:04.607Z | Downloaded rustls-webpki v0.101.7 |
1018 | 2025-01-31T04:18:04.619Z | Downloaded progenitor-impl v0.8.0 |
1019 | 2025-01-31T04:18:04.621Z | Downloaded indexmap v1.9.3 |
1020 | 2025-01-31T04:18:04.624Z | Downloaded slog-term v2.9.1 |
1021 | 2025-01-31T04:18:04.626Z | Downloaded miniz_oxide v0.8.0 |
1022 | 2025-01-31T04:18:04.629Z | Downloaded slog-bunyan v2.5.0 |
1023 | 2025-01-31T04:18:04.631Z | Downloaded serde_derive_internals v0.29.1 |
1024 | 2025-01-31T04:18:04.631Z | Downloaded smartstring v1.0.1 |
1025 | 2025-01-31T04:18:04.634Z | Downloaded sha1 v0.10.6 |
1026 | 2025-01-31T04:18:04.636Z | Downloaded tinyvec v1.8.0 |
1027 | 2025-01-31T04:18:04.639Z | Downloaded hashbrown v0.14.5 |
1028 | 2025-01-31T04:18:04.642Z | Downloaded pest_generator v2.7.13 |
1029 | 2025-01-31T04:18:04.644Z | Downloaded powerfmt v0.2.0 |
1030 | 2025-01-31T04:18:04.644Z | Downloaded num v0.4.3 |
1031 | 2025-01-31T04:18:04.646Z | Downloaded unicode-ident v1.0.13 |
1032 | 2025-01-31T04:18:04.649Z | Downloaded utf-8 v0.7.6 |
1033 | 2025-01-31T04:18:04.649Z | Downloaded quinn v0.11.5 |
1034 | 2025-01-31T04:18:04.652Z | Downloaded http-body v0.4.6 |
1035 | 2025-01-31T04:18:04.655Z | Downloaded serde_derive v1.0.215 |
1036 | 2025-01-31T04:18:04.657Z | Downloaded pretty_assertions v1.4.1 |
1037 | 2025-01-31T04:18:04.660Z | Downloaded indexmap v2.5.0 |
1038 | 2025-01-31T04:18:04.662Z | Downloaded indicatif v0.17.8 |
1039 | 2025-01-31T04:18:04.665Z | Downloaded nom v7.1.3 |
1040 | 2025-01-31T04:18:04.670Z | Downloaded itertools v0.12.1 |
1041 | 2025-01-31T04:18:04.677Z | Downloaded whoami v1.5.2 |
1042 | 2025-01-31T04:18:04.679Z | Downloaded minimal-lexical v0.2.1 |
1043 | 2025-01-31T04:18:04.683Z | Downloaded tokio-rustls v0.26.0 |
1044 | 2025-01-31T04:18:04.685Z | Downloaded ipnet v2.10.0 |
1045 | 2025-01-31T04:18:04.687Z | Downloaded tracing-core v0.1.32 |
1046 | 2025-01-31T04:18:04.690Z | Downloaded itertools v0.10.5 |
1047 | 2025-01-31T04:18:04.695Z | Downloaded winnow v0.6.18 |
1048 | 2025-01-31T04:18:04.703Z | Downloaded http v0.2.12 |
1049 | 2025-01-31T04:18:04.707Z | Downloaded similar v2.6.0 |
1050 | 2025-01-31T04:18:04.711Z | Downloaded rustls v0.21.12 |
1051 | 2025-01-31T04:18:04.721Z | Downloaded serde v1.0.215 |
1052 | 2025-01-31T04:18:04.725Z | Downloaded quinn-proto v0.11.8 |
1053 | 2025-01-31T04:18:04.730Z | Downloaded pest v2.7.13 |
1054 | 2025-01-31T04:18:04.735Z | Downloaded tracing v0.1.40 |
1055 | 2025-01-31T04:18:04.739Z | Downloaded goblin v0.8.2 |
1056 | 2025-01-31T04:18:04.745Z | Downloaded pest_meta v2.7.13 |
1057 | 2025-01-31T04:18:04.747Z | Downloaded toml_edit v0.22.21 |
1058 | 2025-01-31T04:18:04.767Z | Downloaded hyper v0.14.30 |
1059 | 2025-01-31T04:18:04.774Z | Downloaded winnow v0.5.40 |
1060 | 2025-01-31T04:18:04.782Z | Downloaded hyper v1.5.1 |
1061 | 2025-01-31T04:18:04.788Z | Downloaded mio v1.0.2 |
1062 | 2025-01-31T04:18:04.794Z | Downloaded unicode-segmentation v1.12.0 |
1063 | 2025-01-31T04:18:04.797Z | Downloaded time v0.3.36 |
1064 | 2025-01-31T04:18:04.803Z | Downloaded tokio-util v0.7.12 |
1065 | 2025-01-31T04:18:04.809Z | Downloaded steno v0.4.1 |
1066 | 2025-01-31T04:18:04.813Z | Downloaded url v2.5.2 |
1067 | 2025-01-31T04:18:04.816Z | Downloaded toml_edit v0.19.15 |
1068 | 2025-01-31T04:18:04.831Z | Downloaded libm v0.2.8 |
1069 | 2025-01-31T04:18:04.838Z | Downloaded webpki-roots v0.26.6 |
1070 | 2025-01-31T04:18:04.841Z | Downloaded serde_json v1.0.133 |
1071 | 2025-01-31T04:18:04.848Z | Downloaded serde_with v3.9.0 |
1072 | 2025-01-31T04:18:04.856Z | Downloaded dropshot v0.12.0 |
1073 | 2025-01-31T04:18:04.874Z | Downloaded regex v1.10.6 |
1074 | 2025-01-31T04:18:04.886Z | Downloaded openssl v0.10.66 |
1075 | 2025-01-31T04:18:04.894Z | Downloaded reqwest v0.12.9 |
1076 | 2025-01-31T04:18:04.902Z | Downloaded rhai v1.20.0 |
1077 | 2025-01-31T04:18:04.913Z | Downloaded idna v0.4.0 |
1078 | 2025-01-31T04:18:04.919Z | Downloaded syn v1.0.109 |
1079 | 2025-01-31T04:18:04.928Z | Downloaded regress v0.9.1 |
1080 | 2025-01-31T04:18:04.936Z | Downloaded regress v0.10.1 |
1081 | 2025-01-31T04:18:04.944Z | Downloaded regex-syntax v0.8.4 |
1082 | 2025-01-31T04:18:04.951Z | Downloaded webpki-roots v0.25.4 |
1083 | 2025-01-31T04:18:04.955Z | Downloaded openapiv3 v2.0.0 |
1084 | 2025-01-31T04:18:04.966Z | Downloaded syn v2.0.87 |
1085 | 2025-01-31T04:18:04.976Z | Downloaded smoltcp v0.11.0 |
1086 | 2025-01-31T04:18:04.987Z | Downloaded hickory-proto v0.24.1 |
1087 | 2025-01-31T04:18:05.000Z | Downloaded rustix v0.38.37 |
1088 | 2025-01-31T04:18:05.020Z | Downloaded idna v0.5.0 |
1089 | 2025-01-31T04:18:05.026Z | Downloaded zerocopy-derive v0.6.6 |
1090 | 2025-01-31T04:18:05.034Z | Downloaded typify-impl v0.2.0 |
1091 | 2025-01-31T04:18:05.047Z | Downloaded regex-automata v0.4.7 |
1092 | 2025-01-31T04:18:05.062Z | Downloaded rustls v0.22.4 |
1093 | 2025-01-31T04:18:05.073Z | Downloaded rustls v0.23.13 |
1094 | 2025-01-31T04:18:05.084Z | Downloaded sled v0.34.7 |
1095 | 2025-01-31T04:18:05.092Z | Downloaded chrono v0.4.38 |
1096 | 2025-01-31T04:18:05.099Z | Downloaded portable-atomic v1.8.0 |
1097 | 2025-01-31T04:18:05.105Z | Downloaded serde_yaml v0.9.34+deprecated |
1098 | 2025-01-31T04:18:05.109Z | Downloaded h2 v0.4.6 |
1099 | 2025-01-31T04:18:05.114Z | Downloaded unsafe-libyaml v0.2.11 |
1100 | 2025-01-31T04:18:05.117Z | Downloaded unicode-bidi v0.3.15 |
1101 | 2025-01-31T04:18:05.120Z | Downloaded ucd-trie v0.1.6 |
1102 | 2025-01-31T04:18:05.123Z | Downloaded tungstenite v0.21.0 |
1103 | 2025-01-31T04:18:05.126Z | Downloaded slog v2.7.0 |
1104 | 2025-01-31T04:18:05.128Z | Downloaded reqwest v0.11.27 |
1105 | 2025-01-31T04:18:05.133Z | Downloaded lzma-sys v0.1.20 |
1106 | 2025-01-31T04:18:05.161Z | Downloaded clap_builder v4.5.23 |
1107 | 2025-01-31T04:18:05.167Z | Downloaded tokio-rustls v0.24.1 |
1108 | 2025-01-31T04:18:05.170Z | Downloaded h2 v0.3.26 |
1109 | 2025-01-31T04:18:05.175Z | Downloaded futures-util v0.3.30 |
1110 | 2025-01-31T04:18:05.185Z | Downloaded libc v0.2.167 |
1111 | 2025-01-31T04:18:05.209Z | Downloaded time-core v0.1.2 |
1112 | 2025-01-31T04:18:05.212Z | Downloaded tokio v1.42.0 |
1113 | 2025-01-31T04:18:05.245Z | Downloaded serde-big-array v0.5.1 |
1114 | 2025-01-31T04:18:05.248Z | Downloaded quote v1.0.37 |
1115 | 2025-01-31T04:18:05.250Z | Downloaded quick-error v1.2.3 |
1116 | 2025-01-31T04:18:05.250Z | Downloaded newtype-uuid v1.1.0 |
1117 | 2025-01-31T04:18:05.251Z | Downloaded ron v0.7.1 |
1118 | 2025-01-31T04:18:05.254Z | Downloaded schemars v0.8.21 |
1119 | 2025-01-31T04:18:05.264Z | Downloaded rustc_version v0.1.7 |
1120 | 2025-01-31T04:18:05.267Z | Downloaded schemars_derive v0.8.21 |
1121 | 2025-01-31T04:18:05.267Z | Downloaded same-file v1.0.6 |
1122 | 2025-01-31T04:18:05.269Z | Downloaded password-hash v0.5.0 |
1123 | 2025-01-31T04:18:05.270Z | Downloaded ryu v1.0.18 |
1124 | 2025-01-31T04:18:05.272Z | Downloaded proc-macro-error-attr v1.0.4 |
1125 | 2025-01-31T04:18:05.272Z | Downloaded diff v0.1.13 |
1126 | 2025-01-31T04:18:05.275Z | Downloaded hyper-tls v0.5.0 |
1127 | 2025-01-31T04:18:05.277Z | Downloaded rustls-pemfile v1.0.4 |
1128 | 2025-01-31T04:18:05.280Z | Downloaded darling_core v0.20.10 |
1129 | 2025-01-31T04:18:05.283Z | Downloaded clap v4.5.23 |
1130 | 2025-01-31T04:18:05.289Z | Downloaded memmap v0.7.0 |
1131 | 2025-01-31T04:18:05.306Z | Downloaded encoding_rs v0.8.34 |
1132 | 2025-01-31T04:18:05.526Z | Downloaded ring v0.16.20 |
1133 | 2025-01-31T04:18:06.423Z | Compiling proc-macro2 v1.0.86 |
1134 | 2025-01-31T04:18:06.423Z | Compiling unicode-ident v1.0.13 |
1135 | 2025-01-31T04:18:06.423Z | Compiling libc v0.2.167 |
1136 | 2025-01-31T04:18:06.426Z | Compiling cfg-if v1.0.0 |
1137 | 2025-01-31T04:18:06.426Z | Compiling serde v1.0.215 |
1138 | 2025-01-31T04:18:06.426Z | Compiling autocfg v1.3.0 |
1139 | 2025-01-31T04:18:06.426Z | Compiling version_check v0.9.5 |
1140 | 2025-01-31T04:18:06.426Z | Compiling memchr v2.7.4 |
1141 | 2025-01-31T04:18:06.545Z | Compiling once_cell v1.20.2 |
1142 | 2025-01-31T04:18:06.609Z | Compiling byteorder v1.5.0 |
1143 | 2025-01-31T04:18:06.917Z | Compiling itoa v1.0.11 |
1144 | 2025-01-31T04:18:07.018Z | Compiling libm v0.2.8 |
1145 | 2025-01-31T04:18:07.028Z | Compiling ryu v1.0.18 |
1146 | 2025-01-31T04:18:07.048Z | Compiling serde_json v1.0.133 |
1147 | 2025-01-31T04:18:07.096Z | Compiling ahash v0.8.11 |
1148 | 2025-01-31T04:18:07.122Z | Compiling allocator-api2 v0.2.18 |
1149 | 2025-01-31T04:18:07.444Z | Compiling pin-project-lite v0.2.14 |
1150 | 2025-01-31T04:18:07.448Z | Compiling lock_api v0.4.12 |
1151 | 2025-01-31T04:18:07.478Z | Compiling smallvec v1.13.2 |
1152 | 2025-01-31T04:18:07.503Z | Compiling scopeguard v1.2.0 |
1153 | 2025-01-31T04:18:07.674Z | Compiling thiserror v1.0.69 |
1154 | 2025-01-31T04:18:07.861Z | Compiling parking_lot_core v0.9.10 |
1155 | 2025-01-31T04:18:07.864Z | Compiling equivalent v1.0.1 |
1156 | 2025-01-31T04:18:07.974Z | Compiling iana-time-zone v0.1.61 |
1157 | 2025-01-31T04:18:08.130Z | Compiling quote v1.0.37 |
1158 | 2025-01-31T04:18:08.224Z | Compiling getrandom v0.2.15 |
1159 | 2025-01-31T04:18:08.396Z | Compiling socket2 v0.5.8 |
1160 | 2025-01-31T04:18:08.407Z | Compiling signal-hook-registry v1.4.2 |
1161 | 2025-01-31T04:18:08.513Z | Compiling syn v2.0.87 |
1162 | 2025-01-31T04:18:08.583Z | Compiling mio v1.0.2 |
1163 | 2025-01-31T04:18:08.732Z | Compiling parking_lot v0.12.3 |
1164 | 2025-01-31T04:18:08.793Z | Compiling futures-core v0.3.30 |
1165 | 2025-01-31T04:18:08.899Z | Compiling log v0.4.22 |
1166 | 2025-01-31T04:18:08.958Z | Compiling schemars v0.8.21 |
1167 | 2025-01-31T04:18:09.024Z | Compiling fnv v1.0.7 |
1168 | 2025-01-31T04:18:09.203Z | Compiling dyn-clone v1.0.17 |
1169 | 2025-01-31T04:18:09.323Z | Compiling shlex v1.3.0 |
1170 | 2025-01-31T04:18:09.364Z | Compiling slab v0.4.9 |
1171 | 2025-01-31T04:18:09.409Z | Compiling futures-sink v0.3.30 |
1172 | 2025-01-31T04:18:09.433Z | Compiling num-traits v0.2.19 |
1173 | 2025-01-31T04:18:09.444Z | Compiling pin-utils v0.1.0 |
1174 | 2025-01-31T04:18:09.536Z | Compiling futures-io v0.3.30 |
1175 | 2025-01-31T04:18:09.563Z | Compiling cc v1.1.21 |
1176 | 2025-01-31T04:18:09.664Z | Compiling futures-channel v0.3.30 |
1177 | 2025-01-31T04:18:09.718Z | Compiling futures-task v0.3.30 |
1178 | 2025-01-31T04:18:09.814Z | Compiling tracing-core v0.1.32 |
1179 | 2025-01-31T04:18:09.879Z | Compiling heck v0.5.0 |
1180 | 2025-01-31T04:18:10.011Z | Compiling bitflags v2.6.0 |
1181 | 2025-01-31T04:18:10.131Z | Compiling subtle v2.6.1 |
1182 | 2025-01-31T04:18:10.392Z | Compiling atomic-waker v1.1.2 |
1183 | 2025-01-31T04:18:10.413Z | Compiling httparse v1.9.4 |
1184 | 2025-01-31T04:18:10.463Z | Compiling rustls-pki-types v1.8.0 |
1185 | 2025-01-31T04:18:10.585Z | Compiling try-lock v0.2.5 |
1186 | 2025-01-31T04:18:10.744Z | Compiling spin v0.9.8 |
1187 | 2025-01-31T04:18:11.010Z | Compiling want v0.3.1 |
1188 | 2025-01-31T04:18:11.248Z | Compiling httpdate v1.0.3 |
1189 | 2025-01-31T04:18:11.267Z | Compiling pkg-config v0.3.31 |
1190 | 2025-01-31T04:18:11.347Z | Compiling untrusted v0.9.0 |
1191 | 2025-01-31T04:18:11.524Z | Compiling vcpkg v0.2.15 |
1192 | 2025-01-31T04:18:11.715Z | Compiling slog v2.7.0 |
1193 | 2025-01-31T04:18:11.821Z | Compiling zeroize v1.8.1 |
1194 | 2025-01-31T04:18:11.949Z | Compiling tower-service v0.3.3 |
1195 | 2025-01-31T04:18:12.073Z | Compiling percent-encoding v2.3.1 |
1196 | 2025-01-31T04:18:12.138Z | Compiling tinyvec_macros v0.1.1 |
1197 | 2025-01-31T04:18:12.231Z | Compiling tinyvec v1.8.0 |
1198 | 2025-01-31T04:18:12.336Z | Compiling form_urlencoded v1.2.1 |
1199 | 2025-01-31T04:18:12.396Z | Compiling semver v1.0.23 |
1200 | 2025-01-31T04:18:12.408Z | Compiling foreign-types-shared v0.1.1 |
1201 | 2025-01-31T04:18:12.410Z | Compiling ring v0.17.8 |
1202 | 2025-01-31T04:18:12.518Z | Compiling openssl v0.10.66 |
1203 | 2025-01-31T04:18:12.638Z | Compiling foreign-types v0.3.2 |
1204 | 2025-01-31T04:18:12.726Z | Compiling rustls v0.23.13 |
1205 | 2025-01-31T04:18:12.928Z | Compiling openssl-sys v0.9.103 |
1206 | 2025-01-31T04:18:12.940Z | Compiling unicode-bidi v0.3.15 |
1207 | 2025-01-31T04:18:12.951Z | Compiling native-tls v0.2.12 |
1208 | 2025-01-31T04:18:13.001Z | Compiling typenum v1.17.0 |
1209 | 2025-01-31T04:18:13.051Z | Compiling ucd-trie v0.1.6 |
1210 | 2025-01-31T04:18:13.319Z | Compiling openssl-probe v0.1.5 |
1211 | 2025-01-31T04:18:13.620Z | Compiling unicode-normalization v0.1.24 |
1212 | 2025-01-31T04:18:13.641Z | Compiling aho-corasick v1.1.3 |
1213 | 2025-01-31T04:18:13.643Z | Compiling generic-array v0.14.7 |
1214 | 2025-01-31T04:18:14.007Z | Compiling encoding_rs v0.8.34 |
1215 | 2025-01-31T04:18:14.129Z | Compiling mime v0.3.17 |
1216 | 2025-01-31T04:18:14.319Z | Compiling base64 v0.22.1 |
1217 | 2025-01-31T04:18:14.681Z | Compiling idna v0.5.0 |
1218 | 2025-01-31T04:18:14.708Z | Compiling regex-syntax v0.8.4 |
1219 | 2025-01-31T04:18:15.013Z | Compiling rustls-pemfile v2.1.3 |
1220 | 2025-01-31T04:18:15.194Z | Compiling serde_derive_internals v0.29.1 |
1221 | 2025-01-31T04:18:16.393Z | Compiling url v2.5.2 |
1222 | 2025-01-31T04:18:16.693Z | Compiling webpki-roots v0.26.6 |
1223 | 2025-01-31T04:18:16.891Z | Compiling rand_core v0.6.4 |
1224 | 2025-01-31T04:18:17.092Z | Compiling powerfmt v0.2.0 |
1225 | 2025-01-31T04:18:17.316Z | Compiling strsim v0.11.1 |
1226 | 2025-01-31T04:18:17.483Z | Compiling ipnet v2.10.0 |
1227 | 2025-01-31T04:18:18.177Z | Compiling time-core v0.1.2 |
1228 | 2025-01-31T04:18:18.326Z | Compiling rustls-webpki v0.102.8 |
1229 | 2025-01-31T04:18:18.348Z | Compiling regex-automata v0.4.7 |
1230 | 2025-01-31T04:18:18.633Z | Compiling num-conv v0.1.0 |
1231 | 2025-01-31T04:18:18.702Z | Compiling deranged v0.3.11 |
1232 | 2025-01-31T04:18:18.915Z | Compiling time-macros v0.2.18 |
1233 | 2025-01-31T04:18:19.798Z | Compiling serde_derive v1.0.215 |
1234 | 2025-01-31T04:18:20.010Z | Compiling zerocopy-derive v0.7.35 |
1235 | 2025-01-31T04:18:20.104Z | Compiling thiserror-impl v1.0.69 |
1236 | 2025-01-31T04:18:20.144Z | Compiling tokio-macros v2.4.0 |
1237 | 2025-01-31T04:18:20.531Z | Compiling schemars_derive v0.8.21 |
1238 | 2025-01-31T04:18:21.543Z | Compiling futures-macro v0.3.30 |
1239 | 2025-01-31T04:18:21.638Z | Compiling openssl-macros v0.1.1 |
1240 | 2025-01-31T04:18:21.765Z | Compiling tracing-attributes v0.1.27 |
1241 | 2025-01-31T04:18:21.940Z | Compiling zerocopy v0.7.35 |
1242 | 2025-01-31T04:18:23.041Z | Compiling pest v2.7.13 |
1243 | 2025-01-31T04:18:23.320Z | Compiling futures-util v0.3.30 |
1244 | 2025-01-31T04:18:23.717Z | Compiling hashbrown v0.14.5 |
1245 | 2025-01-31T04:18:24.788Z | Compiling tracing v0.1.40 |
1246 | 2025-01-31T04:18:25.079Z | Compiling regress v0.10.1 |
1247 | 2025-01-31T04:18:25.214Z | Compiling scroll_derive v0.12.0 |
1248 | 2025-01-31T04:18:26.114Z | Compiling pest_meta v2.7.13 |
1249 | 2025-01-31T04:18:26.715Z | Compiling scroll v0.12.0 |
1250 | 2025-01-31T04:18:27.228Z | Compiling regex v1.10.6 |
1251 | 2025-01-31T04:18:28.294Z | Compiling pest_generator v2.7.13 |
1252 | 2025-01-31T04:18:28.407Z | Compiling anyhow v1.0.94 |
1253 | 2025-01-31T04:18:28.687Z | Compiling num_threads v0.1.7 |
1254 | 2025-01-31T04:18:28.817Z | Compiling plain v0.2.3 |
1255 | 2025-01-31T04:18:28.975Z | Compiling goblin v0.8.2 |
1256 | 2025-01-31T04:18:29.392Z | Compiling ppv-lite86 v0.2.20 |
1257 | 2025-01-31T04:18:29.920Z | Compiling sync_wrapper v1.0.1 |
1258 | 2025-01-31T04:18:30.052Z | Compiling pest_derive v2.7.13 |
1259 | 2025-01-31T04:18:30.069Z | Compiling usdt-impl v0.5.0 |
1260 | 2025-01-31T04:18:30.100Z | Compiling pretty-hex v0.4.1 |
1261 | 2025-01-31T04:18:30.150Z | Compiling rand_chacha v0.3.1 |
1262 | 2025-01-31T04:18:30.538Z | Compiling block-buffer v0.10.4 |
1263 | 2025-01-31T04:18:30.602Z | Compiling crypto-common v0.1.6 |
1264 | 2025-01-31T04:18:30.754Z | Compiling thread-id v4.2.2 |
1265 | 2025-01-31T04:18:30.783Z | Compiling rustversion v1.0.17 |
1266 | 2025-01-31T04:18:30.856Z | Compiling syn v1.0.109 |
1267 | 2025-01-31T04:18:30.998Z | Compiling dtrace-parser v0.2.0 |
1268 | 2025-01-31T04:18:31.183Z | Compiling omicron-workspace-hack v0.1.0 |
1269 | 2025-01-31T04:18:31.285Z | Compiling rand v0.8.5 |
1270 | 2025-01-31T04:18:31.463Z | Compiling unsafe-libyaml v0.2.11 |
1271 | 2025-01-31T04:18:32.418Z | Compiling bytes v1.7.2 |
1272 | 2025-01-31T04:18:32.753Z | Compiling indexmap v2.5.0 |
1273 | 2025-01-31T04:18:33.129Z | Compiling uuid v1.11.0 |
1274 | 2025-01-31T04:18:33.183Z | Compiling serde_tokenstream v0.2.2 |
1275 | 2025-01-31T04:18:33.681Z | Compiling tokio v1.42.0 |
1276 | 2025-01-31T04:18:33.706Z | Compiling http v1.2.0 |
1277 | 2025-01-31T04:18:33.944Z | Compiling chrono v0.4.38 |
1278 | 2025-01-31T04:18:35.618Z | Compiling http-body v1.0.1 |
1279 | 2025-01-31T04:18:35.863Z | Compiling http-body-util v0.1.2 |
1280 | 2025-01-31T04:18:37.620Z | Compiling serde_urlencoded v0.7.1 |
1281 | 2025-01-31T04:18:37.728Z | Compiling toml_datetime v0.6.8 |
1282 | 2025-01-31T04:18:37.890Z | Compiling openapiv3 v2.0.0 |
1283 | 2025-01-31T04:18:38.117Z | Compiling dof v0.3.0 |
1284 | 2025-01-31T04:18:38.228Z | Compiling typify-impl v0.2.0 |
1285 | 2025-01-31T04:18:40.021Z | Compiling serde_yaml v0.9.34+deprecated |
1286 | 2025-01-31T04:18:40.347Z | Compiling ident_case v1.0.1 |
1287 | 2025-01-31T04:18:40.522Z | Compiling match_cfg v0.1.0 |
1288 | 2025-01-31T04:18:40.613Z | Compiling winnow v0.6.18 |
1289 | 2025-01-31T04:18:41.423Z | Compiling hostname v0.3.1 |
1290 | 2025-01-31T04:18:41.636Z | Compiling darling_core v0.20.10 |
1291 | 2025-01-31T04:18:41.967Z | Compiling errno v0.3.9 |
1292 | 2025-01-31T04:18:42.193Z | Compiling tokio-util v0.7.12 |
1293 | 2025-01-31T04:18:43.293Z | Compiling tokio-native-tls v0.3.1 |
1294 | 2025-01-31T04:18:43.512Z | Compiling tokio-rustls v0.26.0 |
1295 | 2025-01-31T04:18:43.564Z | Compiling h2 v0.4.6 |
1296 | 2025-01-31T04:18:43.931Z | Compiling dirs-sys-next v0.1.2 |
1297 | 2025-01-31T04:18:44.167Z | Compiling thread_local v1.1.8 |
1298 | 2025-01-31T04:18:44.605Z | Compiling camino v1.1.9 |
1299 | 2025-01-31T04:18:44.617Z | Compiling paste v1.0.15 |
1300 | 2025-01-31T04:18:44.668Z | Compiling cpufeatures v0.2.14 |
1301 | 2025-01-31T04:18:44.761Z | Compiling dirs-next v2.0.0 |
1302 | 2025-01-31T04:18:44.948Z | Compiling usdt-macro v0.5.0 |
1303 | 2025-01-31T04:18:45.173Z | Compiling usdt-attr-macro v0.5.0 |
1304 | 2025-01-31T04:18:45.214Z | Compiling futures-executor v0.3.30 |
1305 | 2025-01-31T04:18:45.786Z | Compiling async-trait v0.1.83 |
1306 | 2025-01-31T04:18:46.922Z | Compiling darling_macro v0.20.10 |
1307 | 2025-01-31T04:18:46.998Z | Compiling memmap v0.7.0 |
1308 | 2025-01-31T04:18:47.284Z | Compiling slog-async v2.8.0 |
1309 | 2025-01-31T04:18:47.343Z | Compiling rustls v0.22.4 |
1310 | 2025-01-31T04:18:47.671Z | Compiling futures v0.3.30 |
1311 | 2025-01-31T04:18:47.882Z | Compiling term v0.7.0 |
1312 | 2025-01-31T04:18:47.944Z | Compiling darling v0.20.10 |
1313 | 2025-01-31T04:18:48.055Z | Compiling serde_spanned v0.6.7 |
1314 | 2025-01-31T04:18:48.289Z | Compiling hyper v1.5.1 |
1315 | 2025-01-31T04:18:48.679Z | Compiling is-terminal v0.4.13 |
1316 | 2025-01-31T04:18:48.809Z | Compiling multer v3.1.0 |
1317 | 2025-01-31T04:18:48.881Z | Compiling instant v0.1.13 |
1318 | 2025-01-31T04:18:49.037Z | Compiling take_mut v0.2.2 |
1319 | 2025-01-31T04:18:49.221Z | Compiling toml_edit v0.22.21 |
1320 | 2025-01-31T04:18:49.296Z | Compiling serde_with_macros v3.9.0 |
1321 | 2025-01-31T04:18:50.110Z | Compiling ipnetwork v0.20.0 |
1322 | 2025-01-31T04:18:50.827Z | Compiling hyper-util v0.1.10 |
1323 | 2025-01-31T04:18:51.054Z | Compiling strum_macros v0.26.4 |
1324 | 2025-01-31T04:18:51.228Z | Compiling async-stream-impl v0.3.5 |
1325 | 2025-01-31T04:18:51.831Z | Compiling structmeta-derive v0.3.0 |
1326 | 2025-01-31T04:18:52.326Z | Compiling dropshot v0.12.0 |
1327 | 2025-01-31T04:18:52.473Z | Compiling crossbeam-utils v0.8.20 |
1328 | 2025-01-31T04:18:52.660Z | Compiling debug-ignore v1.0.5 |
1329 | 2025-01-31T04:18:52.861Z | Compiling toml v0.8.19 |
1330 | 2025-01-31T04:18:53.002Z | Compiling hyper-rustls v0.27.3 |
1331 | 2025-01-31T04:18:53.419Z | Compiling hyper-tls v0.6.0 |
1332 | 2025-01-31T04:18:53.647Z | Compiling async-stream v0.3.5 |
1333 | 2025-01-31T04:18:53.821Z | Compiling tokio-rustls v0.25.0 |
1334 | 2025-01-31T04:18:53.944Z | Compiling serde_with v3.9.0 |
1335 | 2025-01-31T04:18:54.335Z | Compiling structmeta v0.3.0 |
1336 | 2025-01-31T04:18:54.706Z | Compiling dropshot_endpoint v0.12.0 |
1337 | 2025-01-31T04:18:55.252Z | Compiling strum v0.26.3 |
1338 | 2025-01-31T04:18:55.342Z | Compiling serde_path_to_error v0.1.16 |
1339 | 2025-01-31T04:18:55.432Z | Compiling waitgroup v0.1.2 |
1340 | 2025-01-31T04:18:55.658Z | Compiling hostname v0.4.0 |
1341 | 2025-01-31T04:18:55.883Z | Compiling parse-display-derive v0.10.0 |
1342 | 2025-01-31T04:18:56.099Z | Compiling reqwest v0.12.9 |
1343 | 2025-01-31T04:18:57.857Z | Compiling hex v0.4.3 |
1344 | 2025-01-31T04:18:58.397Z | Compiling digest v0.10.7 |
1345 | 2025-01-31T04:18:58.598Z | Compiling time v0.3.36 |
1346 | 2025-01-31T04:18:58.772Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1347 | 2025-01-31T04:18:58.795Z | Compiling rustix v0.38.37 |
1348 | 2025-01-31T04:18:58.937Z | Compiling typify-macro v0.2.0 |
1349 | 2025-01-31T04:18:59.590Z | Compiling progenitor-client v0.8.0 |
1350 | 2025-01-31T04:18:59.679Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1351 | 2025-01-31T04:18:59.859Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1352 | 2025-01-31T04:18:59.953Z | Compiling backoff v0.4.0 |
1353 | 2025-01-31T04:19:00.004Z | Compiling macaddr v1.0.1 |
1354 | 2025-01-31T04:19:00.007Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1355 | 2025-01-31T04:19:00.105Z | Compiling parse-display v0.10.0 |
1356 | 2025-01-31T04:19:00.290Z | Compiling regress v0.9.1 |
1357 | 2025-01-31T04:19:00.436Z | Compiling utf8parse v0.2.2 |
1358 | 2025-01-31T04:19:00.598Z | Compiling anstyle-parse v0.2.5 |
1359 | 2025-01-31T04:19:00.846Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1360 | 2025-01-31T04:19:01.988Z | Compiling is_terminal_polyfill v1.70.1 |
1361 | 2025-01-31T04:19:02.106Z | Compiling colorchoice v1.0.2 |
1362 | 2025-01-31T04:19:02.272Z | Compiling anstyle-query v1.1.1 |
1363 | 2025-01-31T04:19:02.421Z | Compiling lazy_static v1.5.0 |
1364 | 2025-01-31T04:19:02.551Z | Compiling unicode-width v0.1.14 |
1365 | 2025-01-31T04:19:02.569Z | Compiling anstyle v1.0.10 |
1366 | 2025-01-31T04:19:02.971Z | Compiling anstream v0.6.15 |
1367 | 2025-01-31T04:19:03.426Z | Compiling usdt v0.5.0 |
1368 | 2025-01-31T04:19:03.595Z | Compiling typify v0.2.0 |
1369 | 2025-01-31T04:19:03.672Z | Compiling slog-json v2.6.1 |
1370 | 2025-01-31T04:19:03.710Z | Compiling progenitor-impl v0.8.0 |
1371 | 2025-01-31T04:19:03.919Z | Compiling crossbeam-channel v0.5.13 |
1372 | 2025-01-31T04:19:04.044Z | Compiling clap_lex v0.7.4 |
1373 | 2025-01-31T04:19:04.585Z | Compiling slog-bunyan v2.5.0 |
1374 | 2025-01-31T04:19:04.971Z | Compiling slog-term v2.9.1 |
1375 | 2025-01-31T04:19:05.628Z | Compiling sha1 v0.10.6 |
1376 | 2025-01-31T04:19:06.062Z | Compiling newtype-uuid v1.1.0 |
1377 | 2025-01-31T04:19:06.095Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1378 | 2025-01-31T04:19:06.216Z | Compiling winnow v0.5.40 |
1379 | 2025-01-31T04:19:06.346Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1380 | 2025-01-31T04:19:06.664Z | Compiling clap_derive v4.5.18 |
1381 | 2025-01-31T04:19:06.982Z | Compiling heapless v0.8.0 |
1382 | 2025-01-31T04:19:09.622Z | Compiling toml_edit v0.19.15 |
1383 | 2025-01-31T04:19:10.893Z | Compiling hash32 v0.3.1 |
1384 | 2025-01-31T04:19:11.141Z | Compiling smoltcp v0.11.0 |
1385 | 2025-01-31T04:19:11.763Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1386 | 2025-01-31T04:19:11.903Z | Compiling stable_deref_trait v1.2.0 |
1387 | 2025-01-31T04:19:12.123Z | Compiling terminal_size v0.4.0 |
1388 | 2025-01-31T04:19:12.333Z | Compiling proc-macro-crate v1.3.1 |
1389 | 2025-01-31T04:19:12.785Z | Compiling foreign-types-macros v0.2.3 |
1390 | 2025-01-31T04:19:12.818Z | Compiling progenitor-macro v0.8.0 |
1391 | 2025-01-31T04:19:12.927Z | Compiling proc-macro-error-attr v1.0.4 |
1392 | 2025-01-31T04:19:13.102Z | Compiling cobs v0.2.3 |
1393 | 2025-01-31T04:19:13.274Z | Compiling foreign-types-shared v0.3.1 |
1394 | 2025-01-31T04:19:13.393Z | Compiling managed v0.8.0 |
1395 | 2025-01-31T04:19:13.396Z | Compiling bitflags v1.3.2 |
1396 | 2025-01-31T04:19:13.443Z | Compiling heck v0.4.1 |
1397 | 2025-01-31T04:19:13.802Z | Compiling either v1.13.0 |
1398 | 2025-01-31T04:19:14.122Z | Compiling foreign-types v0.5.0 |
1399 | 2025-01-31T04:19:14.125Z | Compiling postcard v1.0.10 |
1400 | 2025-01-31T04:19:14.670Z | Compiling clap_builder v4.5.23 |
1401 | 2025-01-31T04:19:14.905Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1402 | 2025-01-31T04:19:15.034Z | Compiling num-integer v0.1.46 |
1403 | 2025-01-31T04:19:15.213Z | Compiling num_enum_derive v0.5.11 |
1404 | 2025-01-31T04:19:15.767Z | Compiling cstr-argument v0.1.2 |
1405 | 2025-01-31T04:19:15.807Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1406 | 2025-01-31T04:19:16.015Z | Compiling proc-macro-error v1.0.4 |
1407 | 2025-01-31T04:19:16.157Z | Compiling float-ord v0.3.2 |
1408 | 2025-01-31T04:19:16.316Z | Compiling pretty-hex v0.2.1 |
1409 | 2025-01-31T04:19:16.356Z | Compiling fastrand v2.1.1 |
1410 | 2025-01-31T04:19:16.502Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1411 | 2025-01-31T04:19:16.805Z | Compiling tempfile v3.12.0 |
1412 | 2025-01-31T04:19:16.964Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1413 | 2025-01-31T04:19:17.061Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1414 | 2025-01-31T04:19:17.404Z | Compiling num_enum v0.5.11 |
1415 | 2025-01-31T04:19:17.566Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1416 | 2025-01-31T04:19:17.611Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1417 | 2025-01-31T04:19:18.009Z | Compiling tabwriter v1.4.0 |
1418 | 2025-01-31T04:19:18.486Z | Compiling clap v4.5.23 |
1419 | 2025-01-31T04:19:18.591Z | Compiling colored v2.1.0 |
1420 | 2025-01-31T04:19:18.607Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1421 | 2025-01-31T04:19:18.655Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1422 | 2025-01-31T04:19:18.985Z | Compiling crucible-workspace-hack v0.1.0 |
1423 | 2025-01-31T04:19:19.756Z | Compiling num-rational v0.4.2 |
1424 | 2025-01-31T04:19:19.772Z | Compiling num-iter v0.1.45 |
1425 | 2025-01-31T04:19:19.947Z | Compiling num-complex v0.4.6 |
1426 | 2025-01-31T04:19:20.099Z | Compiling prettyplease v0.2.22 |
1427 | 2025-01-31T04:19:20.114Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1428 | 2025-01-31T04:19:20.482Z | Compiling unicode-segmentation v1.12.0 |
1429 | 2025-01-31T04:19:20.617Z | Compiling semver v0.1.20 |
1430 | 2025-01-31T04:19:20.889Z | Compiling num v0.4.3 |
1431 | 2025-01-31T04:19:20.941Z | Compiling rustc_version v0.1.7 |
1432 | 2025-01-31T04:19:21.001Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1433 | 2025-01-31T04:19:21.312Z | Compiling newline-converter v0.3.0 |
1434 | 2025-01-31T04:19:21.382Z | Compiling zone_cfg_derive v0.3.0 |
1435 | 2025-01-31T04:19:22.687Z | Compiling camino-tempfile v1.1.1 |
1436 | 2025-01-31T04:19:22.794Z | Compiling itertools v0.10.5 |
1437 | 2025-01-31T04:19:23.045Z | Compiling console v0.15.8 |
1438 | 2025-01-31T04:19:23.137Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1439 | 2025-01-31T04:19:24.318Z | Compiling num-derive v0.4.2 |
1440 | 2025-01-31T04:19:24.434Z | Compiling sigpipe v0.1.3 |
1441 | 2025-01-31T04:19:24.552Z | Compiling similar v2.6.0 |
1442 | 2025-01-31T04:19:24.623Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1443 | 2025-01-31T04:19:24.907Z | Compiling base64ct v1.6.0 |
1444 | 2025-01-31T04:19:24.973Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1445 | 2025-01-31T04:19:25.378Z | Compiling password-hash v0.5.0 |
1446 | 2025-01-31T04:19:25.457Z | Compiling expectorate v1.1.0 |
1447 | 2025-01-31T04:19:25.494Z | Compiling zone v0.3.0 |
1448 | 2025-01-31T04:19:26.259Z | Compiling progenitor v0.8.0 |
1449 | 2025-01-31T04:19:26.428Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1450 | 2025-01-31T04:19:26.470Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1451 | 2025-01-31T04:19:26.522Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1452 | 2025-01-31T04:19:26.798Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1453 | 2025-01-31T04:19:27.239Z | Compiling newtype_derive v0.1.6 |
1454 | 2025-01-31T04:19:27.571Z | Compiling blake2 v0.10.6 |
1455 | 2025-01-31T04:19:27.584Z | Compiling hubpack_derive v0.1.1 |
1456 | 2025-01-31T04:19:27.747Z | Compiling smf v0.2.3 |
1457 | 2025-01-31T04:19:28.316Z | Compiling zerocopy-derive v0.6.6 |
1458 | 2025-01-31T04:19:28.706Z | Compiling owo-colors v4.1.0 |
1459 | 2025-01-31T04:19:28.958Z | Compiling cancel-safe-futures v0.1.5 |
1460 | 2025-01-31T04:19:29.043Z | Compiling whoami v1.5.2 |
1461 | 2025-01-31T04:19:29.157Z | Compiling fixedbitset v0.4.2 |
1462 | 2025-01-31T04:19:29.424Z | Compiling petgraph v0.6.5 |
1463 | 2025-01-31T04:19:29.626Z | Compiling hubpack v0.1.2 |
1464 | 2025-01-31T04:19:29.629Z | Compiling argon2 v0.5.3 |
1465 | 2025-01-31T04:19:30.040Z | Compiling strum_macros v0.25.3 |
1466 | 2025-01-31T04:19:30.277Z | Compiling zerocopy v0.6.6 |
1467 | 2025-01-31T04:19:30.923Z | Compiling serde-big-array v0.5.1 |
1468 | 2025-01-31T04:19:30.987Z | Compiling serde_repr v0.1.19 |
1469 | 2025-01-31T04:19:31.152Z | Compiling cookie v0.18.1 |
1470 | 2025-01-31T04:19:31.485Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1471 | 2025-01-31T04:19:32.952Z | Compiling convert_case v0.4.0 |
1472 | 2025-01-31T04:19:33.493Z | Compiling static_assertions v1.1.0 |
1473 | 2025-01-31T04:19:33.590Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1474 | 2025-01-31T04:19:33.664Z | Compiling derive_more v0.99.18 |
1475 | 2025-01-31T04:19:34.019Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1476 | 2025-01-31T04:19:35.055Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1477 | 2025-01-31T04:19:36.842Z | Compiling atomicwrites v0.4.4 |
1478 | 2025-01-31T04:19:36.899Z | Compiling itertools v0.13.0 |
1479 | 2025-01-31T04:19:37.154Z | Compiling libsw v3.3.1 |
1480 | 2025-01-31T04:19:37.191Z | Compiling enum-as-inner v0.6.1 |
1481 | 2025-01-31T04:19:37.454Z | Compiling derive-where v1.2.7 |
1482 | 2025-01-31T04:19:38.317Z | Compiling idna v0.4.0 |
1483 | 2025-01-31T04:19:39.541Z | Compiling swrite v0.1.0 |
1484 | 2025-01-31T04:19:39.670Z | Compiling linked-hash-map v0.5.6 |
1485 | 2025-01-31T04:19:39.817Z | Compiling indent_write v2.2.0 |
1486 | 2025-01-31T04:19:39.900Z | Compiling data-encoding v2.6.0 |
1487 | 2025-01-31T04:19:39.943Z | Compiling linear-map v1.2.0 |
1488 | 2025-01-31T04:19:39.977Z | Compiling highway v1.2.0 |
1489 | 2025-01-31T04:19:40.023Z | Compiling quick-error v1.2.3 |
1490 | 2025-01-31T04:19:40.052Z | Compiling lru-cache v0.1.2 |
1491 | 2025-01-31T04:19:40.175Z | Compiling resolv-conf v0.7.0 |
1492 | 2025-01-31T04:19:40.247Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1493 | 2025-01-31T04:19:40.249Z | Compiling steno v0.4.1 |
1494 | 2025-01-31T04:19:40.512Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1495 | 2025-01-31T04:19:40.746Z | Compiling hickory-proto v0.24.1 |
1496 | 2025-01-31T04:19:42.101Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1497 | 2025-01-31T04:19:46.717Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1498 | 2025-01-31T04:19:47.575Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1499 | 2025-01-31T04:19:48.487Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1500 | 2025-01-31T04:19:48.865Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1501 | 2025-01-31T04:19:49.589Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1502 | 2025-01-31T04:19:50.618Z | Compiling slog-dtrace v0.3.0 |
1503 | 2025-01-31T04:19:50.959Z | Compiling humantime v2.1.0 |
1504 | 2025-01-31T04:19:51.469Z | Compiling parking_lot_core v0.8.6 |
1505 | 2025-01-31T04:19:51.917Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1506 | 2025-01-31T04:19:52.598Z | Compiling hickory-resolver v0.24.1 |
1507 | 2025-01-31T04:19:52.600Z | Compiling num-derive v0.3.3 |
1508 | 2025-01-31T04:19:53.074Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1509 | 2025-01-31T04:19:53.342Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1510 | 2025-01-31T04:19:53.345Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1511 | 2025-01-31T04:19:53.923Z | Compiling half v2.4.1 |
1512 | 2025-01-31T04:19:54.217Z | Compiling ciborium-io v0.2.2 |
1513 | 2025-01-31T04:19:54.279Z | Compiling parking_lot v0.11.2 |
1514 | 2025-01-31T04:19:54.468Z | Compiling ciborium-ll v0.2.2 |
1515 | 2025-01-31T04:19:54.849Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1516 | 2025-01-31T04:19:54.860Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1517 | 2025-01-31T04:19:55.080Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1518 | 2025-01-31T04:19:55.185Z | Compiling crossbeam-epoch v0.9.18 |
1519 | 2025-01-31T04:19:55.703Z | Compiling fxhash v0.2.1 |
1520 | 2025-01-31T04:19:55.902Z | Compiling crc32fast v1.4.2 |
1521 | 2025-01-31T04:19:55.924Z | Compiling ciborium v0.2.2 |
1522 | 2025-01-31T04:19:56.218Z | Compiling sled v0.34.7 |
1523 | 2025-01-31T04:20:04.627Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1524 | 2025-01-31T04:20:04.778Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1525 | 2025-01-31T04:20:11.027Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1526 | 2025-01-31T04:20:12.485Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1527 | 2025-01-31T04:20:14.052Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1528 | 2025-01-31T04:20:32.335Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 26s |
1529 | 2025-01-31T04:20:32.495Z | ──────────── |
1530 | 2025-01-31T04:20:32.496Z | Nextest run ID 94d3ea11-c9b4-48bd-b3eb-e4c0559012e4 with nextest profile: default |
1531 | 2025-01-31T04:20:32.496Z | Starting 2 tests across 1 binary |
1532 | 2025-01-31T04:20:32.510Z | PASS [ 0.014s] rdb bestpath::test::test_bestpath |
1533 | 2025-01-31T04:20:32.580Z | PASS [ 0.083s] rdb db::test::test_rib |
1534 | 2025-01-31T04:20:32.582Z | ──────────── |
1535 | 2025-01-31T04:20:32.582Z | Summary [ 0.085s] 2 tests run: 2 passed, 0 skipped |
1536 | 2025-01-31T04:20:32.597Z | + cp rib.log /work/ |
1537 | 2025-01-31T04:20:32.600Z | process exited: duration 339305 ms, exit code 0 |
|
1538 | 2025-01-31T04:20:32.610Z | found 1 output files |
1539 | 2025-01-31T04:20:32.610Z | uploading: /work/rib.log (0 bytes) |
1540 | 2025-01-31T04:20:33.617Z | uploaded: /work/rib.log |