|
|
|
1 | 2024-11-01T04:36:45.201Z | job assigned to worker 01JBK04182QWRWAR0ZFQBBSMMV (queued for 1 m 2 s) |
|
2 | 2024-11-01T04:36:53.090Z | starting task 0: "setup" |
3 | 2024-11-01T04:36:53.099Z | ++ uname -s |
4 | 2024-11-01T04:36:53.102Z | + kern=SunOS |
5 | 2024-11-01T04:36:53.102Z | + case "$kern" in |
6 | 2024-11-01T04:36:53.102Z | + [[ 0 == 12345 ]] |
7 | 2024-11-01T04:36:53.102Z | + groupadd -g 12345 build |
8 | 2024-11-01T04:36:53.104Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-11-01T04:36:55.114Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-11-01T04:36:55.199Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-11-01T04:36:55.204Z | + home_fs=zfs |
12 | 2024-11-01T04:36:55.204Z | + [[ zfs == autofs ]] |
13 | 2024-11-01T04:36:55.204Z | + mkdir -p /home/build |
14 | 2024-11-01T04:36:55.204Z | + chown build:build /home/build /work |
15 | 2024-11-01T04:36:57.205Z | + chmod 0700 /home/build /work |
16 | 2024-11-01T04:36:57.208Z | process exited: duration 4118 ms, exit code 0 |
|
17 | 2024-11-01T04:36:57.213Z | starting task 1: "rust-toolchain" |
18 | 2024-11-01T04:36:57.219Z | + printf ' * toolchain channel = "%s" |
19 | 2024-11-01T04:36:57.219Z | ' stable |
20 | 2024-11-01T04:36:57.221Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-01T04:36:57.221Z | * toolchain channel = "stable" |
22 | 2024-11-01T04:36:57.221Z | * toolchain profile = "default" |
23 | 2024-11-01T04:36:57.221Z | ' default |
24 | 2024-11-01T04:36:57.221Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-11-01T04:36:57.221Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
26 | 2024-11-01T04:36:57.327Z | info: downloading installer |
27 | 2024-11-01T04:36:58.583Z | info: profile set to 'default' |
28 | 2024-11-01T04:36:58.583Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-11-01T04:36:58.586Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
30 | 2024-11-01T04:36:58.756Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-11-01T04:36:58.756Z | info: downloading component 'cargo' |
32 | 2024-11-01T04:36:59.723Z | info: downloading component 'clippy' |
33 | 2024-11-01T04:37:00.094Z | info: downloading component 'rust-docs' |
34 | 2024-11-01T04:37:01.458Z | info: downloading component 'rust-std' |
35 | 2024-11-01T04:37:03.641Z | info: downloading component 'rustc' |
36 | 2024-11-01T04:37:11.324Z | info: downloading component 'rustfmt' |
37 | 2024-11-01T04:37:11.627Z | info: installing component 'cargo' |
38 | 2024-11-01T04:37:12.426Z | info: installing component 'clippy' |
39 | 2024-11-01T04:37:12.819Z | info: installing component 'rust-docs' |
40 | 2024-11-01T04:37:14.523Z | info: installing component 'rust-std' |
41 | 2024-11-01T04:37:16.556Z | info: installing component 'rustc' |
42 | 2024-11-01T04:37:22.422Z | info: installing component 'rustfmt' |
43 | 2024-11-01T04:37:22.757Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
44 | 2024-11-01T04:37:22.757Z | |
45 | 2024-11-01T04:37:23.132Z | stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-11-01T04:37:23.132Z | |
47 | 2024-11-01T04:37:23.135Z | |
48 | 2024-11-01T04:37:23.135Z | Rust is installed now. Great! |
49 | 2024-11-01T04:37:23.135Z | |
50 | 2024-11-01T04:37:23.135Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-11-01T04:37:23.135Z | environment variable. This has not been done automatically. |
52 | 2024-11-01T04:37:23.135Z | |
53 | 2024-11-01T04:37:23.135Z | To configure your current shell, you need to source |
54 | 2024-11-01T04:37:23.135Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-11-01T04:37:23.135Z | |
56 | 2024-11-01T04:37:23.135Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-11-01T04:37:23.135Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-11-01T04:37:23.135Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-11-01T04:37:23.207Z | + rustc --version |
60 | 2024-11-01T04:37:23.272Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-11-01T04:37:23.275Z | process exited: duration 26057 ms, exit code 0 |
|
62 | 2024-11-01T04:37:23.280Z | starting task 2: "authentication" |
63 | 2024-11-01T04:37:23.301Z | process exited: duration 20 ms, exit code 0 |
|
64 | 2024-11-01T04:37:23.306Z | starting task 3: "clone repository" |
65 | 2024-11-01T04:37:23.311Z | + mkdir -p /work/oxidecomputer/maghemite |
66 | 2024-11-01T04:37:23.314Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
67 | 2024-11-01T04:37:23.928Z | Cloning into '/work/oxidecomputer/maghemite'... |
68 | 2024-11-01T04:37:25.071Z | + cd /work/oxidecomputer/maghemite |
69 | 2024-11-01T04:37:25.072Z | + git fetch origin da9305638385cb0fd28e4a48055e87b7942e3e8c |
70 | 2024-11-01T04:37:25.298Z | From https://github.com/oxidecomputer/maghemite |
71 | 2024-11-01T04:37:25.298Z | * branch da9305638385cb0fd28e4a48055e87b7942e3e8c -> FETCH_HEAD |
72 | 2024-11-01T04:37:25.304Z | + [[ -n trey/unique_neigh ]] |
73 | 2024-11-01T04:37:25.307Z | ++ git branch --show-current |
74 | 2024-11-01T04:37:25.310Z | + current=main |
75 | 2024-11-01T04:37:25.310Z | + [[ main != trey/unique_neigh ]] |
76 | 2024-11-01T04:37:25.310Z | + git branch -f trey/unique_neigh da9305638385cb0fd28e4a48055e87b7942e3e8c |
77 | 2024-11-01T04:37:25.313Z | + git checkout -f trey/unique_neigh |
78 | 2024-11-01T04:37:25.326Z | Switched to branch 'trey/unique_neigh' |
79 | 2024-11-01T04:37:25.329Z | + git reset --hard da9305638385cb0fd28e4a48055e87b7942e3e8c |
80 | 2024-11-01T04:37:26.343Z | HEAD is now at da93056 rdb: test logging improvements |
81 | 2024-11-01T04:37:26.346Z | process exited: duration 2034 ms, exit code 0 |
|
82 | 2024-11-01T04:37:26.351Z | starting task 4: "build" |
83 | 2024-11-01T04:37:26.357Z | + set -e |
84 | 2024-11-01T04:37:26.357Z | + cargo --version |
85 | 2024-11-01T04:37:26.362Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
86 | 2024-11-01T04:37:26.531Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
87 | 2024-11-01T04:37:26.532Z | info: downloading component 'cargo' |
88 | 2024-11-01T04:37:27.353Z | info: downloading component 'clippy' |
89 | 2024-11-01T04:37:27.659Z | info: downloading component 'rust-docs' |
90 | 2024-11-01T04:37:28.796Z | info: downloading component 'rust-std' |
91 | 2024-11-01T04:37:30.564Z | info: downloading component 'rustc' |
92 | 2024-11-01T04:37:36.812Z | info: downloading component 'rustfmt' |
93 | 2024-11-01T04:37:37.059Z | info: installing component 'cargo' |
94 | 2024-11-01T04:37:37.896Z | info: installing component 'clippy' |
95 | 2024-11-01T04:37:38.282Z | info: installing component 'rust-docs' |
96 | 2024-11-01T04:37:39.894Z | info: installing component 'rust-std' |
97 | 2024-11-01T04:37:41.646Z | info: installing component 'rustc' |
98 | 2024-11-01T04:37:47.502Z | info: installing component 'rustfmt' |
99 | 2024-11-01T04:37:47.960Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
100 | 2024-11-01T04:37:47.985Z | + rustc --version |
101 | 2024-11-01T04:37:48.040Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
102 | 2024-11-01T04:37:48.054Z | + cargo install cargo-nextest |
103 | 2024-11-01T04:37:48.116Z | Updating crates.io index |
104 | 2024-11-01T04:37:48.196Z | Downloading crates ... |
105 | 2024-11-01T04:37:48.259Z | Downloaded cargo-nextest v0.9.82 |
106 | 2024-11-01T04:37:48.303Z | Installing cargo-nextest v0.9.82 |
107 | 2024-11-01T04:37:48.375Z | Updating crates.io index |
108 | 2024-11-01T04:37:49.332Z | Locking 332 packages to latest compatible versions |
109 | 2024-11-01T04:37:49.336Z | Adding addr2line v0.21.0 (latest: v0.24.2) |
110 | 2024-11-01T04:37:49.336Z | Adding backtrace v0.3.71 (latest: v0.3.74) |
111 | 2024-11-01T04:37:49.336Z | Adding base64 v0.21.7 (latest: v0.22.1) |
112 | 2024-11-01T04:37:49.348Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
113 | 2024-11-01T04:37:49.352Z | Adding encode_unicode v0.3.6 (latest: v1.0.0) |
114 | 2024-11-01T04:37:49.352Z | Adding fixedbitset v0.4.2 (latest: v0.5.7) |
115 | 2024-11-01T04:37:49.352Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
116 | 2024-11-01T04:37:49.353Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
117 | 2024-11-01T04:37:49.353Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
118 | 2024-11-01T04:37:49.353Z | Adding gimli v0.28.1 (latest: v0.31.1) |
119 | 2024-11-01T04:37:49.353Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
120 | 2024-11-01T04:37:49.353Z | Adding idna v0.5.0 (latest: v1.0.2) |
121 | 2024-11-01T04:37:49.357Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
122 | 2024-11-01T04:37:49.357Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
123 | 2024-11-01T04:37:49.357Z | Adding object v0.32.2 (latest: v0.36.5) |
124 | 2024-11-01T04:37:49.357Z | Adding owo-colors v3.5.0 (latest: v4.1.0) |
125 | 2024-11-01T04:37:49.357Z | Adding quick-xml v0.23.1 (latest: v0.37.0) |
126 | 2024-11-01T04:37:49.357Z | Adding quick-xml v0.36.2 (latest: v0.37.0) |
127 | 2024-11-01T04:37:49.364Z | Adding security-framework v2.11.1 (latest: v3.0.0) |
128 | 2024-11-01T04:37:49.367Z | Adding terminal_size v0.3.0 (latest: v0.4.0) |
129 | 2024-11-01T04:37:49.372Z | Adding unicode-width v0.1.14 (latest: v0.2.0) |
130 | 2024-11-01T04:37:49.372Z | Adding vte v0.11.1 (latest: v0.13.0) |
131 | 2024-11-01T04:37:49.372Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
132 | 2024-11-01T04:37:49.372Z | Adding windows v0.52.0 (latest: v0.58.0) |
133 | 2024-11-01T04:37:49.372Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
134 | 2024-11-01T04:37:49.372Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
135 | 2024-11-01T04:37:49.373Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
136 | 2024-11-01T04:37:49.373Z | Adding windows-sys v0.42.0 (latest: v0.59.0) |
137 | 2024-11-01T04:37:49.373Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
138 | 2024-11-01T04:37:49.373Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
139 | 2024-11-01T04:37:49.373Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
140 | 2024-11-01T04:37:49.373Z | Adding windows_aarch64_gnullvm v0.42.2 (latest: v0.52.6) |
141 | 2024-11-01T04:37:49.373Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
142 | 2024-11-01T04:37:49.373Z | Adding windows_aarch64_msvc v0.42.2 (latest: v0.52.6) |
143 | 2024-11-01T04:37:49.375Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
144 | 2024-11-01T04:37:49.375Z | Adding windows_i686_gnu v0.42.2 (latest: v0.52.6) |
145 | 2024-11-01T04:37:49.375Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
146 | 2024-11-01T04:37:49.375Z | Adding windows_i686_msvc v0.42.2 (latest: v0.52.6) |
147 | 2024-11-01T04:37:49.376Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
148 | 2024-11-01T04:37:49.377Z | Adding windows_x86_64_gnu v0.42.2 (latest: v0.52.6) |
149 | 2024-11-01T04:37:49.377Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
150 | 2024-11-01T04:37:49.377Z | Adding windows_x86_64_gnullvm v0.42.2 (latest: v0.52.6) |
151 | 2024-11-01T04:37:49.377Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
152 | 2024-11-01T04:37:49.377Z | Adding windows_x86_64_msvc v0.42.2 (latest: v0.52.6) |
153 | 2024-11-01T04:37:49.377Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
154 | 2024-11-01T04:37:49.377Z | Adding zerocopy v0.7.35 (latest: v0.8.8) |
155 | 2024-11-01T04:37:49.383Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.8) |
156 | 2024-11-01T04:37:49.383Z | Downloading crates ... |
157 | 2024-11-01T04:37:49.435Z | Downloaded cfg_aliases v0.2.1 |
158 | 2024-11-01T04:37:49.446Z | Downloaded cpufeatures v0.2.14 |
159 | 2024-11-01T04:37:49.454Z | Downloaded guppy-workspace-hack v0.1.0 |
160 | 2024-11-01T04:37:49.503Z | Downloaded atomicwrites v0.4.4 |
161 | 2024-11-01T04:37:49.503Z | Downloaded http-body v1.0.1 |
162 | 2024-11-01T04:37:49.503Z | Downloaded foreign-types-shared v0.1.1 |
163 | 2024-11-01T04:37:49.503Z | Downloaded enable-ansi-support v0.2.1 |
164 | 2024-11-01T04:37:49.503Z | Downloaded curve25519-dalek-derive v0.1.1 |
165 | 2024-11-01T04:37:49.503Z | Downloaded crypto-common v0.1.6 |
166 | 2024-11-01T04:37:49.503Z | Downloaded camino-tempfile v1.1.1 |
167 | 2024-11-01T04:37:49.504Z | Downloaded block-buffer v0.10.4 |
168 | 2024-11-01T04:37:49.504Z | Downloaded future-queue v0.3.0 |
169 | 2024-11-01T04:37:49.520Z | Downloaded tracing-error v0.2.0 |
170 | 2024-11-01T04:37:49.520Z | Downloaded thiserror-impl v1.0.66 |
171 | 2024-11-01T04:37:49.520Z | Downloaded tokio-macros v2.4.0 |
172 | 2024-11-01T04:37:49.520Z | Downloaded try-lock v0.2.5 |
173 | 2024-11-01T04:37:49.520Z | Downloaded urlencoding v2.1.3 |
174 | 2024-11-01T04:37:49.520Z | Downloaded humantime v2.1.0 |
175 | 2024-11-01T04:37:49.521Z | Downloaded fixedbitset v0.4.2 |
176 | 2024-11-01T04:37:49.521Z | Downloaded addr2line v0.21.0 |
177 | 2024-11-01T04:37:49.521Z | Downloaded ed25519 v2.2.3 |
178 | 2024-11-01T04:37:49.521Z | Downloaded iana-time-zone v0.1.61 |
179 | 2024-11-01T04:37:49.521Z | Downloaded unicode-ident v1.0.13 |
180 | 2024-11-01T04:37:49.521Z | Downloaded config v0.14.1 |
181 | 2024-11-01T04:37:49.521Z | Downloaded number_prefix v0.4.0 |
182 | 2024-11-01T04:37:49.521Z | Downloaded tar v0.4.42 |
183 | 2024-11-01T04:37:49.521Z | Downloaded nested v0.1.1 |
184 | 2024-11-01T04:37:49.522Z | Downloaded zeroize v1.8.1 |
185 | 2024-11-01T04:37:49.522Z | Downloaded mukti-metadata v0.2.1 |
186 | 2024-11-01T04:37:49.522Z | Downloaded vte_generate_state_changes v0.1.2 |
187 | 2024-11-01T04:37:49.522Z | Downloaded terminal_size v0.4.0 |
188 | 2024-11-01T04:37:49.522Z | Downloaded target-spec-miette v0.4.0 |
189 | 2024-11-01T04:37:49.522Z | Downloaded pkg-config v0.3.31 |
190 | 2024-11-01T04:37:49.523Z | Downloaded hyper-rustls v0.27.3 |
191 | 2024-11-01T04:37:49.523Z | Downloaded miette-derive v7.2.0 |
192 | 2024-11-01T04:37:49.523Z | Downloaded futures-core v0.3.31 |
193 | 2024-11-01T04:37:49.538Z | Downloaded lazy_static v1.5.0 |
194 | 2024-11-01T04:37:49.538Z | Downloaded zstd-safe v7.2.1 |
195 | 2024-11-01T04:37:49.538Z | Downloaded pin-project v1.1.7 |
196 | 2024-11-01T04:37:49.543Z | Downloaded smallvec v1.13.2 |
197 | 2024-11-01T04:37:49.543Z | Downloaded tinyvec v1.8.0 |
198 | 2024-11-01T04:37:49.548Z | Downloaded signature v2.2.0 |
199 | 2024-11-01T04:37:49.554Z | Downloaded sharded-slab v0.1.7 |
200 | 2024-11-01T04:37:49.554Z | Downloaded sync_wrapper v1.0.1 |
201 | 2024-11-01T04:37:49.558Z | Downloaded pin-project-lite v0.2.15 |
202 | 2024-11-01T04:37:49.566Z | Downloaded serde v1.0.214 |
203 | 2024-11-01T04:37:49.571Z | Downloaded spin v0.9.8 |
204 | 2024-11-01T04:37:49.575Z | Downloaded supports-hyperlinks v3.0.0 |
205 | 2024-11-01T04:37:49.579Z | Downloaded owo-colors v4.1.0 |
206 | 2024-11-01T04:37:49.582Z | Downloaded rustc-hash v2.0.0 |
207 | 2024-11-01T04:37:49.582Z | Downloaded der v0.7.9 |
208 | 2024-11-01T04:37:49.588Z | Downloaded colorchoice v1.0.3 |
209 | 2024-11-01T04:37:49.594Z | Downloaded quick-xml v0.36.2 |
210 | 2024-11-01T04:37:49.594Z | Downloaded openssl-sys v0.9.104 |
211 | 2024-11-01T04:37:49.598Z | Downloaded tower-service v0.3.3 |
212 | 2024-11-01T04:37:49.601Z | Downloaded anstream v0.6.17 |
213 | 2024-11-01T04:37:49.601Z | Downloaded cargo-platform v0.1.8 |
214 | 2024-11-01T04:37:49.604Z | Downloaded quote v1.0.37 |
215 | 2024-11-01T04:37:49.615Z | Downloaded toml_edit v0.22.22 |
216 | 2024-11-01T04:37:49.639Z | Downloaded nextest-workspace-hack v0.1.0 |
217 | 2024-11-01T04:37:49.661Z | Downloaded is_ci v1.2.0 |
218 | 2024-11-01T04:37:49.661Z | Downloaded want v0.3.1 |
219 | 2024-11-01T04:37:49.661Z | Downloaded foreign-types v0.3.2 |
220 | 2024-11-01T04:37:49.661Z | Downloaded equivalent v1.0.1 |
221 | 2024-11-01T04:37:49.661Z | Downloaded debug-ignore v1.0.5 |
222 | 2024-11-01T04:37:49.662Z | Downloaded camino v1.1.9 |
223 | 2024-11-01T04:37:49.662Z | Downloaded clap_lex v0.7.2 |
224 | 2024-11-01T04:37:49.662Z | Downloaded tracing-log v0.2.0 |
225 | 2024-11-01T04:37:49.662Z | Downloaded target-spec v3.2.2 |
226 | 2024-11-01T04:37:49.662Z | Downloaded aho-corasick v1.1.3 |
227 | 2024-11-01T04:37:49.662Z | Downloaded supports-color v3.0.1 |
228 | 2024-11-01T04:37:49.662Z | Downloaded thiserror v1.0.66 |
229 | 2024-11-01T04:37:49.663Z | Downloaded supports-unicode v3.0.0 |
230 | 2024-11-01T04:37:49.663Z | Downloaded adler v1.0.2 |
231 | 2024-11-01T04:37:49.663Z | Downloaded proc-macro2 v1.0.89 |
232 | 2024-11-01T04:37:49.694Z | Downloaded pathdiff v0.2.2 |
233 | 2024-11-01T04:37:49.694Z | Downloaded openssl-macros v0.1.1 |
234 | 2024-11-01T04:37:49.694Z | Downloaded hyper-tls v0.6.0 |
235 | 2024-11-01T04:37:49.694Z | Downloaded generic-array v0.14.7 |
236 | 2024-11-01T04:37:49.694Z | Downloaded static_assertions v1.1.0 |
237 | 2024-11-01T04:37:49.694Z | Downloaded futures-sink v0.3.31 |
238 | 2024-11-01T04:37:49.694Z | Downloaded futures-io v0.3.31 |
239 | 2024-11-01T04:37:49.694Z | Downloaded form_urlencoded v1.2.1 |
240 | 2024-11-01T04:37:49.694Z | Downloaded filetime v0.2.25 |
241 | 2024-11-01T04:37:49.694Z | Downloaded either v1.13.0 |
242 | 2024-11-01T04:37:49.694Z | Downloaded os_pipe v1.2.1 |
243 | 2024-11-01T04:37:49.695Z | Downloaded serde_spanned v0.6.8 |
244 | 2024-11-01T04:37:49.695Z | Downloaded openssl-probe v0.1.5 |
245 | 2024-11-01T04:37:49.728Z | Downloaded untrusted v0.9.0 |
246 | 2024-11-01T04:37:49.728Z | Downloaded futures-executor v0.3.31 |
247 | 2024-11-01T04:37:49.728Z | Downloaded fastrand v2.1.1 |
248 | 2024-11-01T04:37:49.728Z | Downloaded swrite v0.1.0 |
249 | 2024-11-01T04:37:49.728Z | Downloaded http-body-util v0.1.2 |
250 | 2024-11-01T04:37:49.728Z | Downloaded itoa v1.0.11 |
251 | 2024-11-01T04:37:49.728Z | Downloaded is_terminal_polyfill v1.70.1 |
252 | 2024-11-01T04:37:49.728Z | Downloaded version_check v0.9.5 |
253 | 2024-11-01T04:37:49.728Z | Downloaded utf8parse v0.2.2 |
254 | 2024-11-01T04:37:49.728Z | Downloaded strip-ansi-escapes v0.2.0 |
255 | 2024-11-01T04:37:49.728Z | Downloaded futures-channel v0.3.31 |
256 | 2024-11-01T04:37:49.729Z | Downloaded newtype-uuid v1.1.2 |
257 | 2024-11-01T04:37:49.729Z | Downloaded xxhash-rust v0.8.12 |
258 | 2024-11-01T04:37:49.729Z | Downloaded unicode-linebreak v0.1.5 |
259 | 2024-11-01T04:37:49.729Z | Downloaded self-replace v1.5.0 |
260 | 2024-11-01T04:37:49.729Z | Downloaded home v0.5.9 |
261 | 2024-11-01T04:37:49.729Z | Downloaded display-error-chain v0.2.2 |
262 | 2024-11-01T04:37:49.729Z | Downloaded borsh v1.5.1 |
263 | 2024-11-01T04:37:49.729Z | Downloaded smawk v0.3.2 |
264 | 2024-11-01T04:37:49.729Z | Downloaded toml_datetime v0.6.8 |
265 | 2024-11-01T04:37:49.729Z | Downloaded target-lexicon v0.12.16 |
266 | 2024-11-01T04:37:49.729Z | Downloaded smol_str v0.3.2 |
267 | 2024-11-01T04:37:49.729Z | Downloaded rustls-pki-types v1.10.0 |
268 | 2024-11-01T04:37:49.729Z | Downloaded globset v0.4.15 |
269 | 2024-11-01T04:37:49.729Z | Downloaded pin-utils v0.1.0 |
270 | 2024-11-01T04:37:49.729Z | Downloaded ppv-lite86 v0.2.20 |
271 | 2024-11-01T04:37:49.729Z | Downloaded signal-hook-registry v1.4.2 |
272 | 2024-11-01T04:37:49.729Z | Downloaded shlex v1.3.0 |
273 | 2024-11-01T04:37:49.729Z | Downloaded rustc_version v0.4.1 |
274 | 2024-11-01T04:37:49.730Z | Downloaded percent-encoding v2.3.1 |
275 | 2024-11-01T04:37:49.735Z | Downloaded mime v0.3.17 |
276 | 2024-11-01T04:37:49.735Z | Downloaded duct v0.13.7 |
277 | 2024-11-01T04:37:49.735Z | Downloaded bitflags v2.6.0 |
278 | 2024-11-01T04:37:49.735Z | Downloaded zipsign-api v0.1.2 |
279 | 2024-11-01T04:37:49.735Z | Downloaded rustc-demangle v0.1.24 |
280 | 2024-11-01T04:37:49.735Z | Downloaded unicode-normalization v0.1.24 |
281 | 2024-11-01T04:37:49.735Z | Downloaded serde_path_to_error v0.1.16 |
282 | 2024-11-01T04:37:49.735Z | Downloaded sha2 v0.10.8 |
283 | 2024-11-01T04:37:49.735Z | Downloaded httparse v1.9.5 |
284 | 2024-11-01T04:37:49.735Z | Downloaded rand_core v0.6.4 |
285 | 2024-11-01T04:37:49.740Z | Downloaded shell-words v1.1.0 |
286 | 2024-11-01T04:37:49.741Z | Downloaded spki v0.7.3 |
287 | 2024-11-01T04:37:49.741Z | Downloaded subtle v2.6.1 |
288 | 2024-11-01T04:37:49.741Z | Downloaded strsim v0.11.1 |
289 | 2024-11-01T04:37:49.750Z | Downloaded pkcs8 v0.10.2 |
290 | 2024-11-01T04:37:49.750Z | Downloaded native-tls v0.2.12 |
291 | 2024-11-01T04:37:49.750Z | Downloaded jobserver v0.1.32 |
292 | 2024-11-01T04:37:49.750Z | Downloaded zstd v0.13.2 |
293 | 2024-11-01T04:37:49.766Z | Downloaded ryu v1.0.18 |
294 | 2024-11-01T04:37:49.766Z | Downloaded slab v0.4.9 |
295 | 2024-11-01T04:37:49.766Z | Downloaded serde_urlencoded v0.7.1 |
296 | 2024-11-01T04:37:49.767Z | Downloaded futures v0.3.31 |
297 | 2024-11-01T04:37:49.767Z | Downloaded shared_child v1.0.1 |
298 | 2024-11-01T04:37:49.767Z | Downloaded textwrap v0.16.1 |
299 | 2024-11-01T04:37:49.767Z | Downloaded self_update v0.41.0 |
300 | 2024-11-01T04:37:49.770Z | Downloaded tempfile v3.13.0 |
301 | 2024-11-01T04:37:49.770Z | Downloaded rand_chacha v0.3.1 |
302 | 2024-11-01T04:37:49.770Z | Downloaded owo-colors v3.5.0 |
303 | 2024-11-01T04:37:49.776Z | Downloaded ed25519-dalek v2.1.1 |
304 | 2024-11-01T04:37:49.780Z | Downloaded bytes v1.8.0 |
305 | 2024-11-01T04:37:49.780Z | Downloaded rustls-pemfile v2.2.0 |
306 | 2024-11-01T04:37:49.781Z | Downloaded once_cell v1.20.2 |
307 | 2024-11-01T04:37:49.783Z | Downloaded nextest-filtering v0.12.0 |
308 | 2024-11-01T04:37:49.788Z | Downloaded serde_derive v1.0.214 |
309 | 2024-11-01T04:37:49.788Z | Downloaded vte v0.11.1 |
310 | 2024-11-01T04:37:49.791Z | Downloaded num-traits v0.2.19 |
311 | 2024-11-01T04:37:49.791Z | Downloaded http v1.1.0 |
312 | 2024-11-01T04:37:49.807Z | Downloaded quinn-udp v0.5.6 |
313 | 2024-11-01T04:37:49.811Z | Downloaded miniz_oxide v0.8.0 |
314 | 2024-11-01T04:37:49.811Z | Downloaded zerocopy-derive v0.7.35 |
315 | 2024-11-01T04:37:49.811Z | Downloaded serde_ignored v0.1.10 |
316 | 2024-11-01T04:37:49.811Z | Downloaded quinn v0.11.5 |
317 | 2024-11-01T04:37:49.811Z | Downloaded tracing-core v0.1.32 |
318 | 2024-11-01T04:37:49.811Z | Downloaded uuid v1.11.0 |
319 | 2024-11-01T04:37:49.815Z | Downloaded indexmap v2.6.0 |
320 | 2024-11-01T04:37:49.818Z | Downloaded quick-junit v0.5.0 |
321 | 2024-11-01T04:37:49.818Z | Downloaded socket2 v0.5.7 |
322 | 2024-11-01T04:37:49.825Z | Downloaded itertools v0.13.0 |
323 | 2024-11-01T04:37:49.828Z | Downloaded indicatif v0.17.8 |
324 | 2024-11-01T04:37:49.834Z | Downloaded flate2 v1.0.34 |
325 | 2024-11-01T04:37:49.841Z | Downloaded zerocopy v0.7.35 |
326 | 2024-11-01T04:37:49.851Z | Downloaded tracing v0.1.40 |
327 | 2024-11-01T04:37:49.854Z | Downloaded url v2.5.2 |
328 | 2024-11-01T04:37:49.859Z | Downloaded clap_builder v4.5.20 |
329 | 2024-11-01T04:37:49.866Z | Downloaded hashbrown v0.15.0 |
330 | 2024-11-01T04:37:49.870Z | Downloaded quick-xml v0.23.1 |
331 | 2024-11-01T04:37:49.875Z | Downloaded chrono v0.4.38 |
332 | 2024-11-01T04:37:49.887Z | Downloaded portable-atomic v1.9.0 |
333 | 2024-11-01T04:37:49.891Z | Downloaded rand v0.8.5 |
334 | 2024-11-01T04:37:49.896Z | Downloaded reqwest v0.12.9 |
335 | 2024-11-01T04:37:49.902Z | Downloaded miette v7.2.0 |
336 | 2024-11-01T04:37:49.912Z | Downloaded regex v1.11.1 |
337 | 2024-11-01T04:37:49.916Z | Downloaded curve25519-dalek v4.1.3 |
338 | 2024-11-01T04:37:49.925Z | Downloaded idna v0.5.0 |
339 | 2024-11-01T04:37:49.934Z | Downloaded syn v2.0.86 |
340 | 2024-11-01T04:37:49.957Z | Downloaded vcpkg v0.2.15 |
341 | 2024-11-01T04:37:49.979Z | Downloaded nom v7.1.3 |
342 | 2024-11-01T04:37:49.984Z | Downloaded memchr v2.7.4 |
343 | 2024-11-01T04:37:49.991Z | Downloaded mio v1.0.2 |
344 | 2024-11-01T04:37:49.999Z | Downloaded minimal-lexical v0.2.1 |
345 | 2024-11-01T04:37:49.999Z | Downloaded bstr v1.10.0 |
346 | 2024-11-01T04:37:50.006Z | Downloaded hyper v1.5.0 |
347 | 2024-11-01T04:37:50.013Z | Downloaded guppy v0.17.8 |
348 | 2024-11-01T04:37:50.021Z | Downloaded winnow v0.6.20 |
349 | 2024-11-01T04:37:50.033Z | Downloaded serde_json v1.0.132 |
350 | 2024-11-01T04:37:50.043Z | Downloaded openssl v0.10.68 |
351 | 2024-11-01T04:37:50.051Z | Downloaded unicode-width v0.2.0 |
352 | 2024-11-01T04:37:50.051Z | Downloaded rustls-webpki v0.102.8 |
353 | 2024-11-01T04:37:50.062Z | Downloaded quinn-proto v0.11.8 |
354 | 2024-11-01T04:37:50.067Z | Downloaded tracing-subscriber v0.3.18 |
355 | 2024-11-01T04:37:50.076Z | Downloaded semver v1.0.23 |
356 | 2024-11-01T04:37:50.086Z | Downloaded typenum v1.17.0 |
357 | 2024-11-01T04:37:50.086Z | Downloaded hyper-util v0.1.10 |
358 | 2024-11-01T04:37:50.098Z | Downloaded console v0.15.8 |
359 | 2024-11-01T04:37:50.098Z | Downloaded pin-project-internal v1.1.7 |
360 | 2024-11-01T04:37:50.098Z | Downloaded color-eyre v0.6.3 |
361 | 2024-11-01T04:37:50.109Z | Downloaded nix v0.29.0 |
362 | 2024-11-01T04:37:50.109Z | Downloaded nextest-runner v0.65.0 |
363 | 2024-11-01T04:37:50.116Z | Downloaded webpki-roots v0.26.6 |
364 | 2024-11-01T04:37:50.121Z | Downloaded object v0.32.2 |
365 | 2024-11-01T04:37:50.133Z | Downloaded unicode-width v0.1.14 |
366 | 2024-11-01T04:37:50.133Z | Downloaded xattr v1.3.1 |
367 | 2024-11-01T04:37:50.140Z | Downloaded rustls v0.23.16 |
368 | 2024-11-01T04:37:50.148Z | Downloaded backtrace v0.3.71 |
369 | 2024-11-01T04:37:50.152Z | Downloaded rustix v0.38.38 |
370 | 2024-11-01T04:37:50.172Z | Downloaded base64 v0.21.7 |
371 | 2024-11-01T04:37:50.176Z | Downloaded regex-syntax v0.8.5 |
372 | 2024-11-01T04:37:50.180Z | Downloaded tracing-attributes v0.1.27 |
373 | 2024-11-01T04:37:50.183Z | Downloaded tokio-rustls v0.26.0 |
374 | 2024-11-01T04:37:50.183Z | Downloaded thread_local v1.1.8 |
375 | 2024-11-01T04:37:50.186Z | Downloaded getrandom v0.2.15 |
376 | 2024-11-01T04:37:50.191Z | Downloaded unicase v2.8.0 |
377 | 2024-11-01T04:37:50.191Z | Downloaded futures-task v0.3.31 |
378 | 2024-11-01T04:37:50.192Z | Downloaded tokio-native-tls v0.3.1 |
379 | 2024-11-01T04:37:50.192Z | Downloaded terminal_size v0.3.0 |
380 | 2024-11-01T04:37:50.195Z | Downloaded indenter v0.3.3 |
381 | 2024-11-01T04:37:50.195Z | Downloaded humantime-serde v1.1.1 |
382 | 2024-11-01T04:37:50.195Z | Downloaded errno v0.3.9 |
383 | 2024-11-01T04:37:50.195Z | Downloaded const-oid v0.9.6 |
384 | 2024-11-01T04:37:50.198Z | Downloaded cfg-if v1.0.0 |
385 | 2024-11-01T04:37:50.198Z | Downloaded cfg-expr v0.17.0 |
386 | 2024-11-01T04:37:50.201Z | Downloaded cargo_metadata v0.18.1 |
387 | 2024-11-01T04:37:50.203Z | Downloaded async-scoped v0.9.0 |
388 | 2024-11-01T04:37:50.203Z | Downloaded adler2 v2.0.0 |
389 | 2024-11-01T04:37:50.203Z | Downloaded tinyvec_macros v0.1.1 |
390 | 2024-11-01T04:37:50.207Z | Downloaded crc32fast v1.4.2 |
391 | 2024-11-01T04:37:50.207Z | Downloaded base64ct v1.6.0 |
392 | 2024-11-01T04:37:50.211Z | Downloaded autocfg v1.4.0 |
393 | 2024-11-01T04:37:50.212Z | Downloaded anstyle-parse v0.2.6 |
394 | 2024-11-01T04:37:50.214Z | Downloaded log v0.4.22 |
395 | 2024-11-01T04:37:50.214Z | Downloaded unicode-bidi v0.3.17 |
396 | 2024-11-01T04:37:50.217Z | Downloaded gimli v0.28.1 |
397 | 2024-11-01T04:37:50.222Z | Downloaded ron v0.8.1 |
398 | 2024-11-01T04:37:50.227Z | Downloaded nextest-metadata v0.12.1 |
399 | 2024-11-01T04:37:50.229Z | Downloaded toml v0.8.19 |
400 | 2024-11-01T04:37:50.232Z | Downloaded color-spantrace v0.2.1 |
401 | 2024-11-01T04:37:50.234Z | Downloaded miniz_oxide v0.7.4 |
402 | 2024-11-01T04:37:50.237Z | Downloaded ipnet v2.10.1 |
403 | 2024-11-01T04:37:50.239Z | Downloaded futures-util v0.3.31 |
404 | 2024-11-01T04:37:50.247Z | Downloaded regex-automata v0.4.8 |
405 | 2024-11-01T04:37:50.264Z | Downloaded eyre v0.6.12 |
406 | 2024-11-01T04:37:50.267Z | Downloaded clap v4.5.20 |
407 | 2024-11-01T04:37:50.275Z | Downloaded ahash v0.8.11 |
408 | 2024-11-01T04:37:50.278Z | Downloaded clap_derive v4.5.18 |
409 | 2024-11-01T04:37:50.281Z | Downloaded cc v1.1.31 |
410 | 2024-11-01T04:37:50.284Z | Downloaded base64 v0.22.1 |
411 | 2024-11-01T04:37:50.287Z | Downloaded futures-macro v0.3.31 |
412 | 2024-11-01T04:37:50.287Z | Downloaded fnv v1.0.7 |
413 | 2024-11-01T04:37:50.291Z | Downloaded anstyle-query v1.1.2 |
414 | 2024-11-01T04:37:50.291Z | Downloaded dialoguer v0.11.0 |
415 | 2024-11-01T04:37:50.296Z | Downloaded byteorder v1.5.0 |
416 | 2024-11-01T04:37:50.296Z | Downloaded heck v0.5.0 |
417 | 2024-11-01T04:37:50.296Z | Downloaded backtrace-ext v0.2.1 |
418 | 2024-11-01T04:37:50.296Z | Downloaded zstd-sys v2.0.13+zstd.1.5.6 |
419 | 2024-11-01T04:37:50.312Z | Downloaded anstyle v1.0.9 |
420 | 2024-11-01T04:37:50.316Z | Downloaded digest v0.10.7 |
421 | 2024-11-01T04:37:50.316Z | Downloaded petgraph v0.6.5 |
422 | 2024-11-01T04:37:50.332Z | Downloaded recursion v0.5.2 |
423 | 2024-11-01T04:37:50.339Z | Downloaded libc v0.2.161 |
424 | 2024-11-01T04:37:50.365Z | Downloaded tokio v1.41.0 |
425 | 2024-11-01T04:37:50.551Z | Downloaded ring v0.17.8 |
426 | 2024-11-01T04:37:50.830Z | Compiling proc-macro2 v1.0.89 |
427 | 2024-11-01T04:37:50.830Z | Compiling unicode-ident v1.0.13 |
428 | 2024-11-01T04:37:50.830Z | Compiling libc v0.2.161 |
429 | 2024-11-01T04:37:50.834Z | Compiling cfg-if v1.0.0 |
430 | 2024-11-01T04:37:50.846Z | Compiling memchr v2.7.4 |
431 | 2024-11-01T04:37:50.851Z | Compiling serde v1.0.214 |
432 | 2024-11-01T04:37:50.851Z | Compiling shlex v1.3.0 |
433 | 2024-11-01T04:37:51.007Z | Compiling once_cell v1.20.2 |
434 | 2024-11-01T04:37:51.251Z | Compiling autocfg v1.4.0 |
435 | 2024-11-01T04:37:51.405Z | Compiling itoa v1.0.11 |
436 | 2024-11-01T04:37:51.563Z | Compiling bitflags v2.6.0 |
437 | 2024-11-01T04:37:51.866Z | Compiling rustix v0.38.38 |
438 | 2024-11-01T04:37:51.941Z | Compiling pin-project-lite v0.2.15 |
439 | 2024-11-01T04:37:52.029Z | Compiling slab v0.4.9 |
440 | 2024-11-01T04:37:52.731Z | Compiling futures-core v0.3.31 |
441 | 2024-11-01T04:37:52.803Z | Compiling futures-sink v0.3.31 |
442 | 2024-11-01T04:37:52.805Z | Compiling bytes v1.8.0 |
443 | 2024-11-01T04:37:52.876Z | Compiling ryu v1.0.18 |
444 | 2024-11-01T04:37:52.925Z | Compiling futures-channel v0.3.31 |
445 | 2024-11-01T04:37:52.939Z | Compiling pin-utils v0.1.0 |
446 | 2024-11-01T04:37:53.032Z | Compiling futures-task v0.3.31 |
447 | 2024-11-01T04:37:53.156Z | Compiling smallvec v1.13.2 |
448 | 2024-11-01T04:37:53.318Z | Compiling serde_json v1.0.132 |
449 | 2024-11-01T04:37:53.355Z | Compiling futures-io v0.3.31 |
450 | 2024-11-01T04:37:53.420Z | Compiling tracing-core v0.1.32 |
451 | 2024-11-01T04:37:53.551Z | Compiling jobserver v0.1.32 |
452 | 2024-11-01T04:37:53.621Z | Compiling thiserror v1.0.66 |
453 | 2024-11-01T04:37:53.673Z | Compiling fnv v1.0.7 |
454 | 2024-11-01T04:37:53.691Z | Compiling camino v1.1.9 |
455 | 2024-11-01T04:37:53.874Z | Compiling lazy_static v1.5.0 |
456 | 2024-11-01T04:37:54.021Z | Compiling quote v1.0.37 |
457 | 2024-11-01T04:37:54.249Z | Compiling cc v1.1.31 |
458 | 2024-11-01T04:37:54.318Z | Compiling errno v0.3.9 |
459 | 2024-11-01T04:37:54.349Z | Compiling getrandom v0.2.15 |
460 | 2024-11-01T04:37:54.559Z | Compiling syn v2.0.86 |
461 | 2024-11-01T04:37:54.703Z | Compiling log v0.4.22 |
462 | 2024-11-01T04:37:54.902Z | Compiling mio v1.0.2 |
463 | 2024-11-01T04:37:54.982Z | Compiling signal-hook-registry v1.4.2 |
464 | 2024-11-01T04:37:54.997Z | Compiling socket2 v0.5.7 |
465 | 2024-11-01T04:37:55.228Z | Compiling equivalent v1.0.1 |
466 | 2024-11-01T04:37:55.341Z | Compiling unicode-width v0.1.14 |
467 | 2024-11-01T04:37:55.871Z | Compiling hashbrown v0.15.0 |
468 | 2024-11-01T04:37:55.907Z | Compiling target-lexicon v0.12.16 |
469 | 2024-11-01T04:37:56.342Z | Compiling rustls-pki-types v1.10.0 |
470 | 2024-11-01T04:37:56.399Z | Compiling http v1.1.0 |
471 | 2024-11-01T04:37:56.658Z | Compiling untrusted v0.9.0 |
472 | 2024-11-01T04:37:56.880Z | Compiling semver v1.0.23 |
473 | 2024-11-01T04:37:56.926Z | Compiling gimli v0.28.1 |
474 | 2024-11-01T04:37:57.343Z | Compiling httparse v1.9.5 |
475 | 2024-11-01T04:37:57.357Z | Compiling utf8parse v0.2.2 |
476 | 2024-11-01T04:37:57.509Z | Compiling guppy-workspace-hack v0.1.0 |
477 | 2024-11-01T04:37:57.795Z | Compiling ring v0.17.8 |
478 | 2024-11-01T04:37:57.821Z | Compiling backtrace v0.3.71 |
479 | 2024-11-01T04:37:58.005Z | Compiling adler v1.0.2 |
480 | 2024-11-01T04:37:58.146Z | Compiling byteorder v1.5.0 |
481 | 2024-11-01T04:37:58.290Z | Compiling spin v0.9.8 |
482 | 2024-11-01T04:37:58.341Z | Compiling miniz_oxide v0.7.4 |
483 | 2024-11-01T04:37:58.488Z | Compiling http-body v1.0.1 |
484 | 2024-11-01T04:37:58.720Z | Compiling object v0.32.2 |
485 | 2024-11-01T04:37:59.376Z | Compiling fastrand v2.1.1 |
486 | 2024-11-01T04:37:59.663Z | Compiling try-lock v0.2.5 |
487 | 2024-11-01T04:37:59.790Z | Compiling rustls v0.23.16 |
488 | 2024-11-01T04:37:59.815Z | Compiling rustc-demangle v0.1.24 |
489 | 2024-11-01T04:37:59.883Z | Compiling pkg-config v0.3.31 |
490 | 2024-11-01T04:38:00.106Z | Compiling zeroize v1.8.1 |
491 | 2024-11-01T04:38:00.448Z | Compiling target-spec v3.2.2 |
492 | 2024-11-01T04:38:00.924Z | Compiling tinyvec_macros v0.1.1 |
493 | 2024-11-01T04:38:01.002Z | Compiling tinyvec v1.8.0 |
494 | 2024-11-01T04:38:01.036Z | Compiling zstd-sys v2.0.13+zstd.1.5.6 |
495 | 2024-11-01T04:38:01.050Z | Compiling want v0.3.1 |
496 | 2024-11-01T04:38:01.319Z | Compiling addr2line v0.21.0 |
497 | 2024-11-01T04:38:01.751Z | Compiling tempfile v3.13.0 |
498 | 2024-11-01T04:38:01.967Z | Compiling cfg-expr v0.17.0 |
499 | 2024-11-01T04:38:02.479Z | Compiling aho-corasick v1.1.3 |
500 | 2024-11-01T04:38:03.113Z | Compiling version_check v0.9.5 |
501 | 2024-11-01T04:38:03.143Z | Compiling regex-syntax v0.8.5 |
502 | 2024-11-01T04:38:03.476Z | Compiling subtle v2.6.1 |
503 | 2024-11-01T04:38:03.709Z | Compiling owo-colors v4.1.0 |
504 | 2024-11-01T04:38:03.874Z | Compiling percent-encoding v2.3.1 |
505 | 2024-11-01T04:38:04.020Z | Compiling ahash v0.8.11 |
506 | 2024-11-01T04:38:04.039Z | Compiling unicode-normalization v0.1.24 |
507 | 2024-11-01T04:38:04.313Z | Compiling form_urlencoded v1.2.1 |
508 | 2024-11-01T04:38:04.757Z | Compiling num-traits v0.2.19 |
509 | 2024-11-01T04:38:05.059Z | Compiling unicode-linebreak v0.1.5 |
510 | 2024-11-01T04:38:05.174Z | Compiling nextest-workspace-hack v0.1.0 |
511 | 2024-11-01T04:38:05.463Z | Compiling tower-service v0.3.3 |
512 | 2024-11-01T04:38:05.477Z | Compiling portable-atomic v1.9.0 |
513 | 2024-11-01T04:38:05.580Z | Compiling unicode-bidi v0.3.17 |
514 | 2024-11-01T04:38:05.946Z | Compiling serde_derive v1.0.214 |
515 | 2024-11-01T04:38:06.334Z | Compiling futures-macro v0.3.31 |
516 | 2024-11-01T04:38:06.697Z | Compiling thiserror-impl v1.0.66 |
517 | 2024-11-01T04:38:08.304Z | Compiling tracing-attributes v0.1.27 |
518 | 2024-11-01T04:38:08.395Z | Compiling futures-util v0.3.31 |
519 | 2024-11-01T04:38:09.530Z | Compiling tokio-macros v2.4.0 |
520 | 2024-11-01T04:38:11.056Z | Compiling tokio v1.41.0 |
521 | 2024-11-01T04:38:11.667Z | Compiling tracing v0.1.40 |
522 | 2024-11-01T04:38:12.355Z | Compiling zerocopy-derive v0.7.35 |
523 | 2024-11-01T04:38:14.458Z | Compiling zerocopy v0.7.35 |
524 | 2024-11-01T04:38:15.920Z | Compiling regex-automata v0.4.8 |
525 | 2024-11-01T04:38:16.027Z | Compiling winnow v0.6.20 |
526 | 2024-11-01T04:38:20.191Z | Compiling indexmap v2.6.0 |
527 | 2024-11-01T04:38:22.622Z | Compiling hyper v1.5.0 |
528 | 2024-11-01T04:38:25.704Z | Compiling rustls-webpki v0.102.8 |
529 | 2024-11-01T04:38:26.272Z | Compiling either v1.13.0 |
530 | 2024-11-01T04:38:28.466Z | Compiling is_ci v1.2.0 |
531 | 2024-11-01T04:38:28.742Z | Compiling smawk v0.3.2 |
532 | 2024-11-01T04:38:28.977Z | Compiling textwrap v0.16.1 |
533 | 2024-11-01T04:38:29.439Z | Compiling supports-color v3.0.1 |
534 | 2024-11-01T04:38:29.811Z | Compiling hyper-util v0.1.10 |
535 | 2024-11-01T04:38:30.400Z | Compiling pathdiff v0.2.2 |
536 | 2024-11-01T04:38:30.570Z | Compiling toml_datetime v0.6.8 |
537 | 2024-11-01T04:38:30.999Z | Compiling cargo-platform v0.1.8 |
538 | 2024-11-01T04:38:31.234Z | Compiling serde_spanned v0.6.8 |
539 | 2024-11-01T04:38:31.470Z | Compiling backtrace-ext v0.2.1 |
540 | 2024-11-01T04:38:32.048Z | Compiling idna v0.5.0 |
541 | 2024-11-01T04:38:32.109Z | Compiling miette-derive v7.2.0 |
542 | 2024-11-01T04:38:34.997Z | Compiling tokio-rustls v0.26.0 |
543 | 2024-11-01T04:38:35.382Z | Compiling terminal_size v0.3.0 |
544 | 2024-11-01T04:38:35.490Z | Compiling webpki-roots v0.26.6 |
545 | 2024-11-01T04:38:35.586Z | Compiling console v0.15.8 |
546 | 2024-11-01T04:38:35.691Z | Compiling tracing-log v0.2.0 |
547 | 2024-11-01T04:38:35.851Z | Compiling vte_generate_state_changes v0.1.2 |
548 | 2024-11-01T04:38:36.415Z | Compiling sharded-slab v0.1.7 |
549 | 2024-11-01T04:38:36.440Z | Compiling thread_local v1.1.8 |
550 | 2024-11-01T04:38:36.489Z | Compiling cfg_aliases v0.2.1 |
551 | 2024-11-01T04:38:36.586Z | Compiling fixedbitset v0.4.2 |
552 | 2024-11-01T04:38:37.149Z | Compiling supports-unicode v3.0.0 |
553 | 2024-11-01T04:38:37.226Z | Compiling adler2 v2.0.0 |
554 | 2024-11-01T04:38:37.464Z | Compiling supports-hyperlinks v3.0.0 |
555 | 2024-11-01T04:38:37.800Z | Compiling zstd-safe v7.2.1 |
556 | 2024-11-01T04:38:37.967Z | Compiling newtype-uuid v1.1.2 |
557 | 2024-11-01T04:38:38.048Z | Compiling tracing-subscriber v0.3.18 |
558 | 2024-11-01T04:38:38.155Z | Compiling miette v7.2.0 |
559 | 2024-11-01T04:38:38.301Z | Compiling miniz_oxide v0.8.0 |
560 | 2024-11-01T04:38:38.630Z | Compiling petgraph v0.6.5 |
561 | 2024-11-01T04:38:40.163Z | Compiling nix v0.29.0 |
562 | 2024-11-01T04:38:41.033Z | Compiling vte v0.11.1 |
563 | 2024-11-01T04:38:41.409Z | Compiling hyper-rustls v0.27.3 |
564 | 2024-11-01T04:38:42.487Z | Compiling url v2.5.2 |
565 | 2024-11-01T04:38:44.656Z | Compiling toml_edit v0.22.22 |
566 | 2024-11-01T04:38:44.750Z | Compiling cargo_metadata v0.18.1 |
567 | 2024-11-01T04:38:45.775Z | Compiling itertools v0.13.0 |
568 | 2024-11-01T04:38:45.895Z | Compiling regex v1.11.1 |
569 | 2024-11-01T04:38:48.033Z | Compiling serde_urlencoded v0.7.1 |
570 | 2024-11-01T04:38:48.459Z | Compiling smol_str v0.3.2 |
571 | 2024-11-01T04:38:48.622Z | Compiling ppv-lite86 v0.2.20 |
572 | 2024-11-01T04:38:49.088Z | Compiling futures-executor v0.3.31 |
573 | 2024-11-01T04:38:49.428Z | Compiling http-body-util v0.1.2 |
574 | 2024-11-01T04:38:49.526Z | Compiling pin-project-internal v1.1.7 |
575 | 2024-11-01T04:38:49.570Z | Compiling anstyle-parse v0.2.6 |
576 | 2024-11-01T04:38:49.963Z | Compiling xattr v1.3.1 |
577 | 2024-11-01T04:38:49.986Z | Compiling rustls-pemfile v2.2.0 |
578 | 2024-11-01T04:38:50.229Z | Compiling uuid v1.11.0 |
579 | 2024-11-01T04:38:50.245Z | Compiling rand_core v0.6.4 |
580 | 2024-11-01T04:38:50.440Z | Compiling filetime v0.2.25 |
581 | 2024-11-01T04:38:50.720Z | Compiling sync_wrapper v1.0.1 |
582 | 2024-11-01T04:38:50.734Z | Compiling bstr v1.10.0 |
583 | 2024-11-01T04:38:50.878Z | Compiling crc32fast v1.4.2 |
584 | 2024-11-01T04:38:51.365Z | Compiling colorchoice v1.0.3 |
585 | 2024-11-01T04:38:51.380Z | Compiling minimal-lexical v0.2.1 |
586 | 2024-11-01T04:38:51.526Z | Compiling debug-ignore v1.0.5 |
587 | 2024-11-01T04:38:51.668Z | Compiling nested v0.1.1 |
588 | 2024-11-01T04:38:52.005Z | Compiling self_update v0.41.0 |
589 | 2024-11-01T04:38:52.019Z | Compiling number_prefix v0.4.0 |
590 | 2024-11-01T04:38:52.252Z | Compiling static_assertions v1.1.0 |
591 | 2024-11-01T04:38:52.267Z | Compiling iana-time-zone v0.1.61 |
592 | 2024-11-01T04:38:52.299Z | Compiling ipnet v2.10.1 |
593 | 2024-11-01T04:38:52.338Z | Compiling is_terminal_polyfill v1.70.1 |
594 | 2024-11-01T04:38:52.353Z | Compiling base64 v0.22.1 |
595 | 2024-11-01T04:38:52.458Z | Compiling mime v0.3.17 |
596 | 2024-11-01T04:38:52.966Z | Compiling anstyle-query v1.1.2 |
597 | 2024-11-01T04:38:53.116Z | Compiling anstyle v1.0.9 |
598 | 2024-11-01T04:38:53.392Z | Compiling eyre v0.6.12 |
599 | 2024-11-01T04:38:53.561Z | Compiling anstream v0.6.17 |
600 | 2024-11-01T04:38:53.648Z | Compiling reqwest v0.12.9 |
601 | 2024-11-01T04:38:54.353Z | Compiling chrono v0.4.38 |
602 | 2024-11-01T04:38:54.608Z | Compiling guppy v0.17.8 |
603 | 2024-11-01T04:38:55.282Z | Compiling pin-project v1.1.7 |
604 | 2024-11-01T04:38:55.400Z | Compiling indicatif v0.17.8 |
605 | 2024-11-01T04:38:56.777Z | Compiling nom v7.1.3 |
606 | 2024-11-01T04:39:01.146Z | Compiling globset v0.4.15 |
607 | 2024-11-01T04:39:02.468Z | Compiling flate2 v1.0.34 |
608 | 2024-11-01T04:39:02.814Z | Compiling tar v0.4.42 |
609 | 2024-11-01T04:39:03.779Z | Compiling rand_chacha v0.3.1 |
610 | 2024-11-01T04:39:05.484Z | Compiling futures v0.3.31 |
611 | 2024-11-01T04:39:05.603Z | Compiling nextest-metadata v0.12.1 |
612 | 2024-11-01T04:39:06.997Z | Compiling toml v0.8.19 |
613 | 2024-11-01T04:39:07.182Z | Compiling strip-ansi-escapes v0.2.0 |
614 | 2024-11-01T04:39:07.946Z | Compiling tracing-error v0.2.0 |
615 | 2024-11-01T04:39:08.844Z | Compiling self-replace v1.5.0 |
616 | 2024-11-01T04:39:09.217Z | Compiling terminal_size v0.4.0 |
617 | 2024-11-01T04:39:09.418Z | Compiling os_pipe v1.2.1 |
618 | 2024-11-01T04:39:09.434Z | Compiling shared_child v1.0.1 |
619 | 2024-11-01T04:39:09.667Z | Compiling quick-xml v0.36.2 |
620 | 2024-11-01T04:39:10.062Z | Compiling quick-xml v0.23.1 |
621 | 2024-11-01T04:39:10.179Z | Compiling shell-words v1.1.0 |
622 | 2024-11-01T04:39:10.593Z | Compiling unicase v2.8.0 |
623 | 2024-11-01T04:39:11.139Z | Compiling urlencoding v2.1.3 |
624 | 2024-11-01T04:39:11.580Z | Compiling clap_lex v0.7.2 |
625 | 2024-11-01T04:39:12.073Z | Compiling owo-colors v3.5.0 |
626 | 2024-11-01T04:39:12.334Z | Compiling unicode-width v0.2.0 |
627 | 2024-11-01T04:39:12.496Z | Compiling strsim v0.11.1 |
628 | 2024-11-01T04:39:12.908Z | Compiling heck v0.5.0 |
629 | 2024-11-01T04:39:13.272Z | Compiling indenter v0.3.3 |
630 | 2024-11-01T04:39:13.342Z | Compiling recursion v0.5.2 |
631 | 2024-11-01T04:39:13.443Z | Compiling humantime v2.1.0 |
632 | 2024-11-01T04:39:13.555Z | Compiling nextest-filtering v0.12.0 |
633 | 2024-11-01T04:39:14.295Z | Compiling color-spantrace v0.2.1 |
634 | 2024-11-01T04:39:14.438Z | Compiling humantime-serde v1.1.1 |
635 | 2024-11-01T04:39:14.686Z | Compiling clap_derive v4.5.18 |
636 | 2024-11-01T04:39:14.880Z | Compiling clap_builder v4.5.20 |
637 | 2024-11-01T04:39:15.704Z | Compiling quick-junit v0.5.0 |
638 | 2024-11-01T04:39:17.885Z | Compiling duct v0.13.7 |
639 | 2024-11-01T04:39:19.167Z | Compiling cargo-nextest v0.9.82 |
640 | 2024-11-01T04:39:19.497Z | Compiling config v0.14.1 |
641 | 2024-11-01T04:39:21.991Z | Compiling zstd v0.13.2 |
642 | 2024-11-01T04:39:22.047Z | Compiling async-scoped v0.9.0 |
643 | 2024-11-01T04:39:22.353Z | Compiling rand v0.8.5 |
644 | 2024-11-01T04:39:22.687Z | Compiling target-spec-miette v0.4.0 |
645 | 2024-11-01T04:39:22.860Z | Compiling mukti-metadata v0.2.1 |
646 | 2024-11-01T04:39:23.441Z | Compiling camino-tempfile v1.1.1 |
647 | 2024-11-01T04:39:23.859Z | Compiling serde_ignored v0.1.10 |
648 | 2024-11-01T04:39:24.185Z | Compiling serde_path_to_error v0.1.16 |
649 | 2024-11-01T04:39:24.209Z | Compiling future-queue v0.3.0 |
650 | 2024-11-01T04:39:24.293Z | Compiling atomicwrites v0.4.4 |
651 | 2024-11-01T04:39:24.660Z | Compiling home v0.5.9 |
652 | 2024-11-01T04:39:24.831Z | Compiling display-error-chain v0.2.2 |
653 | 2024-11-01T04:39:24.952Z | Compiling xxhash-rust v0.8.12 |
654 | 2024-11-01T04:39:25.065Z | Compiling clap v4.5.20 |
655 | 2024-11-01T04:39:25.179Z | Compiling nextest-runner v0.65.0 |
656 | 2024-11-01T04:39:25.206Z | Compiling color-eyre v0.6.3 |
657 | 2024-11-01T04:39:25.228Z | Compiling dialoguer v0.11.0 |
658 | 2024-11-01T04:39:26.819Z | Compiling swrite v0.1.0 |
659 | 2024-11-01T04:39:26.946Z | Compiling enable-ansi-support v0.2.1 |
660 | 2024-11-01T04:40:04.539Z | Finished `release` profile [optimized] target(s) in 2m 16s |
661 | 2024-11-01T04:40:04.744Z | Installing /home/build/.cargo/bin/cargo-nextest |
662 | 2024-11-01T04:40:04.747Z | Installed package `cargo-nextest v0.9.82` (executable `cargo-nextest`) |
663 | 2024-11-01T04:40:04.832Z | + pushd bgp |
664 | 2024-11-01T04:40:04.834Z | /work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite |
665 | 2024-11-01T04:40:04.834Z | + cargo nextest run |
666 | 2024-11-01T04:40:05.118Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
667 | 2024-11-01T04:40:05.333Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
668 | 2024-11-01T04:40:05.627Z | From https://www.github.com/oxidecomputer/oxnet |
669 | 2024-11-01T04:40:05.627Z | * [new branch] ci -> origin/ci |
670 | 2024-11-01T04:40:05.630Z | * [new branch] dependabot/cargo/regress-0.10.1 -> origin/dependabot/cargo/regress-0.10.1 |
671 | 2024-11-01T04:40:05.630Z | * [new branch] dependabot/cargo/serde-1.0.210 -> origin/dependabot/cargo/serde-1.0.210 |
672 | 2024-11-01T04:40:05.630Z | * [new branch] dependabot/cargo/serde_json-1.0.128 -> origin/dependabot/cargo/serde_json-1.0.128 |
673 | 2024-11-01T04:40:05.630Z | * [new branch] main -> origin/main |
674 | 2024-11-01T04:40:05.630Z | * [new ref] -> origin/HEAD |
675 | 2024-11-01T04:40:05.643Z | Updating crates.io index |
676 | 2024-11-01T04:40:05.645Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
677 | 2024-11-01T04:40:06.376Z | From https://github.com/oxidecomputer/falcon |
678 | 2024-11-01T04:40:06.376Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
679 | 2024-11-01T04:40:06.567Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
680 | 2024-11-01T04:40:07.694Z | From https://github.com/oxidecomputer/dendrite |
681 | 2024-11-01T04:40:07.694Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
682 | 2024-11-01T04:40:07.744Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
683 | 2024-11-01T04:40:08.093Z | From https://github.com/oxidecomputer/ispf |
684 | 2024-11-01T04:40:08.093Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
685 | 2024-11-01T04:40:08.102Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
686 | 2024-11-01T04:40:08.542Z | From https://github.com/oxidecomputer/netadm-sys |
687 | 2024-11-01T04:40:08.542Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
688 | 2024-11-01T04:40:08.553Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
689 | 2024-11-01T04:40:12.237Z | From https://github.com/oxidecomputer/omicron |
690 | 2024-11-01T04:40:12.237Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
691 | 2024-11-01T04:40:12.267Z | * [new tag] dogfood -> dogfood |
692 | 2024-11-01T04:40:12.270Z | * [new tag] v5 -> v5 |
693 | 2024-11-01T04:40:12.270Z | * [new tag] v6 -> v6 |
694 | 2024-11-01T04:40:12.270Z | * [new tag] v7 -> v7 |
695 | 2024-11-01T04:40:12.270Z | * [new tag] v8 -> v8 |
696 | 2024-11-01T04:40:12.270Z | * [new tag] v9 -> v9 |
697 | 2024-11-01T04:40:12.631Z | Updating git repository `https://github.com/oxidecomputer/opte` |
698 | 2024-11-01T04:40:13.684Z | From https://github.com/oxidecomputer/opte |
699 | 2024-11-01T04:40:13.685Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
700 | 2024-11-01T04:40:13.740Z | Updating git repository `https://github.com/illumos/smf-rs` |
701 | 2024-11-01T04:40:14.096Z | From https://github.com/illumos/smf-rs |
702 | 2024-11-01T04:40:14.096Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
703 | 2024-11-01T04:40:14.122Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
704 | 2024-11-01T04:40:14.839Z | From https://github.com/oxidecomputer/maghemite |
705 | 2024-11-01T04:40:14.839Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
706 | 2024-11-01T04:40:14.856Z | * [new tag] rift -> rift |
707 | 2024-11-01T04:40:14.868Z | * [new tag] srp -> srp |
708 | 2024-11-01T04:40:14.868Z | * [new tag] tie-spf -> tie-spf |
709 | 2024-11-01T04:40:14.892Z | Updating git repository `https://github.com/oxidecomputer/zone` |
710 | 2024-11-01T04:40:15.241Z | From https://github.com/oxidecomputer/zone |
711 | 2024-11-01T04:40:15.241Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
712 | 2024-11-01T04:40:15.263Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
713 | 2024-11-01T04:40:16.002Z | From https://github.com/oxidecomputer/propolis |
714 | 2024-11-01T04:40:16.002Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
715 | 2024-11-01T04:40:16.086Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
716 | 2024-11-01T04:40:16.429Z | From https://github.com/oxidecomputer/dlpi-sys |
717 | 2024-11-01T04:40:16.429Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
718 | 2024-11-01T04:40:16.442Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
719 | 2024-11-01T04:40:16.812Z | From https://github.com/jmesmon/rust-libzfs |
720 | 2024-11-01T04:40:16.812Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
721 | 2024-11-01T04:40:16.828Z | * [new tag] v0.4.0 -> v0.4.0 |
722 | 2024-11-01T04:40:16.842Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
723 | 2024-11-01T04:40:17.276Z | From https://github.com/oxidecomputer/rusty-doors |
724 | 2024-11-01T04:40:17.276Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
725 | 2024-11-01T04:40:17.298Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
726 | 2024-11-01T04:40:17.789Z | From https://github.com/oxidecomputer/maghemite |
727 | 2024-11-01T04:40:17.789Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
728 | 2024-11-01T04:40:17.836Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
729 | 2024-11-01T04:40:18.195Z | From https://github.com/oxidecomputer/serde_human_bytes |
730 | 2024-11-01T04:40:18.195Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
731 | 2024-11-01T04:40:18.216Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
732 | 2024-11-01T04:40:18.599Z | From https://github.com/oxidecomputer/slog-error-chain |
733 | 2024-11-01T04:40:18.599Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
734 | 2024-11-01T04:40:18.625Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
735 | 2024-11-01T04:40:19.015Z | From https://github.com/oxidecomputer/poptrie |
736 | 2024-11-01T04:40:19.015Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
737 | 2024-11-01T04:40:19.049Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
738 | 2024-11-01T04:40:19.402Z | From https://github.com/illumos/libscf-sys |
739 | 2024-11-01T04:40:19.402Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
740 | 2024-11-01T04:40:19.412Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
741 | 2024-11-01T04:40:20.359Z | From https://github.com/oxidecomputer/progenitor |
742 | 2024-11-01T04:40:20.359Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
743 | 2024-11-01T04:40:20.380Z | * [new tag] v0.1.1 -> v0.1.1 |
744 | 2024-11-01T04:40:20.383Z | * [new tag] v0.2.0 -> v0.2.0 |
745 | 2024-11-01T04:40:20.383Z | * [new tag] v0.3.0 -> v0.3.0 |
746 | 2024-11-01T04:40:20.383Z | * [new tag] v0.4.0 -> v0.4.0 |
747 | 2024-11-01T04:40:20.383Z | * [new tag] v0.5.0 -> v0.5.0 |
748 | 2024-11-01T04:40:20.383Z | * [new tag] v0.6.0 -> v0.6.0 |
749 | 2024-11-01T04:40:20.383Z | * [new tag] v0.7.0 -> v0.7.0 |
750 | 2024-11-01T04:40:20.512Z | Updating git repository `https://github.com/oxidecomputer/typify` |
751 | 2024-11-01T04:40:21.403Z | From https://github.com/oxidecomputer/typify |
752 | 2024-11-01T04:40:21.403Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
753 | 2024-11-01T04:40:21.406Z | * [new tag] v0.2.0 -> v0.2.0 |
754 | 2024-11-01T04:40:21.423Z | * [new tag] v0.0.10 -> v0.0.10 |
755 | 2024-11-01T04:40:21.426Z | * [new tag] v0.0.11 -> v0.0.11 |
756 | 2024-11-01T04:40:21.426Z | * [new tag] v0.0.12 -> v0.0.12 |
757 | 2024-11-01T04:40:21.426Z | * [new tag] v0.0.13 -> v0.0.13 |
758 | 2024-11-01T04:40:21.426Z | * [new tag] v0.0.14 -> v0.0.14 |
759 | 2024-11-01T04:40:21.426Z | * [new tag] v0.0.15 -> v0.0.15 |
760 | 2024-11-01T04:40:21.426Z | * [new tag] v0.0.16 -> v0.0.16 |
761 | 2024-11-01T04:40:21.426Z | * [new tag] v0.0.4 -> v0.0.4 |
762 | 2024-11-01T04:40:21.426Z | * [new tag] v0.0.5 -> v0.0.5 |
763 | 2024-11-01T04:40:21.426Z | * [new tag] v0.0.7 -> v0.0.7 |
764 | 2024-11-01T04:40:21.426Z | * [new tag] v0.0.8 -> v0.0.8 |
765 | 2024-11-01T04:40:21.426Z | * [new tag] v0.0.9 -> v0.0.9 |
766 | 2024-11-01T04:40:21.426Z | * [new tag] v0.1.0 -> v0.1.0 |
767 | 2024-11-01T04:40:21.555Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
768 | 2024-11-01T04:40:23.378Z | From https://github.com/oxidecomputer/crucible |
769 | 2024-11-01T04:40:23.378Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
770 | 2024-11-01T04:40:23.435Z | Updating git repository `https://github.com/oxidecomputer/opte` |
771 | 2024-11-01T04:40:23.835Z | From https://github.com/oxidecomputer/opte |
772 | 2024-11-01T04:40:23.835Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
773 | 2024-11-01T04:40:23.896Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
774 | 2024-11-01T04:40:24.515Z | From https://github.com/oxidecomputer/management-gateway-service |
775 | 2024-11-01T04:40:24.515Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
776 | 2024-11-01T04:40:24.871Z | Downloading crates ... |
777 | 2024-11-01T04:40:25.016Z | Downloaded anstyle-query v1.1.1 |
778 | 2024-11-01T04:40:25.019Z | Downloaded async-stream v0.3.5 |
779 | 2024-11-01T04:40:25.021Z | Downloaded arrayref v0.3.9 |
780 | 2024-11-01T04:40:25.024Z | Downloaded anstyle v1.0.8 |
781 | 2024-11-01T04:40:25.024Z | Downloaded anstream v0.6.15 |
782 | 2024-11-01T04:40:25.026Z | Downloaded fxhash v0.2.1 |
783 | 2024-11-01T04:40:25.030Z | Downloaded futures-sink v0.3.30 |
784 | 2024-11-01T04:40:25.032Z | Downloaded crucible-workspace-hack v0.1.0 |
785 | 2024-11-01T04:40:25.035Z | Downloaded ciborium-io v0.2.2 |
786 | 2024-11-01T04:40:25.035Z | Downloaded dtrace-parser v0.2.0 |
787 | 2024-11-01T04:40:25.039Z | Downloaded scroll_derive v0.12.0 |
788 | 2024-11-01T04:40:25.043Z | Downloaded rustversion v1.0.17 |
789 | 2024-11-01T04:40:25.047Z | Downloaded foreign-types-macros v0.2.3 |
790 | 2024-11-01T04:40:25.050Z | Downloaded httparse v1.9.4 |
791 | 2024-11-01T04:40:25.052Z | Downloaded data-encoding v2.6.0 |
792 | 2024-11-01T04:40:25.054Z | Downloaded bitflags v1.3.2 |
793 | 2024-11-01T04:40:25.057Z | Downloaded dirs-next v2.0.0 |
794 | 2024-11-01T04:40:25.059Z | Downloaded allocator-api2 v0.2.18 |
795 | 2024-11-01T04:40:25.062Z | Downloaded defmt-parser v0.3.4 |
796 | 2024-11-01T04:40:25.064Z | Downloaded sha1 v0.10.6 |
797 | 2024-11-01T04:40:25.064Z | Downloaded semver v0.1.20 |
798 | 2024-11-01T04:40:25.067Z | Downloaded hostname v0.3.1 |
799 | 2024-11-01T04:40:25.067Z | Downloaded time-core v0.1.2 |
800 | 2024-11-01T04:40:25.069Z | Downloaded heck v0.4.1 |
801 | 2024-11-01T04:40:25.069Z | Downloaded arrayvec v0.7.6 |
802 | 2024-11-01T04:40:25.071Z | Downloaded http-body v0.4.6 |
803 | 2024-11-01T04:40:25.074Z | Downloaded stable_deref_trait v1.2.0 |
804 | 2024-11-01T04:40:25.076Z | Downloaded slog-stdlog v4.1.1 |
805 | 2024-11-01T04:40:25.076Z | Downloaded usdt v0.5.0 |
806 | 2024-11-01T04:40:25.078Z | Downloaded darling v0.20.10 |
807 | 2024-11-01T04:40:25.082Z | Downloaded take_mut v0.2.2 |
808 | 2024-11-01T04:40:25.084Z | Downloaded zone_cfg_derive v0.1.2 |
809 | 2024-11-01T04:40:25.084Z | Downloaded anstyle-parse v0.2.5 |
810 | 2024-11-01T04:40:25.086Z | Downloaded rustls-pemfile v2.1.3 |
811 | 2024-11-01T04:40:25.089Z | Downloaded arc-swap v1.7.1 |
812 | 2024-11-01T04:40:25.092Z | Downloaded crossbeam-epoch v0.9.18 |
813 | 2024-11-01T04:40:25.094Z | Downloaded term v0.7.0 |
814 | 2024-11-01T04:40:25.097Z | Downloaded tokio-rustls v0.25.0 |
815 | 2024-11-01T04:40:25.100Z | Downloaded rustls-pemfile v1.0.4 |
816 | 2024-11-01T04:40:25.103Z | Downloaded slog v2.7.0 |
817 | 2024-11-01T04:40:25.105Z | Downloaded similar v2.6.0 |
818 | 2024-11-01T04:40:25.109Z | Downloaded omicron-workspace-hack v0.1.0 |
819 | 2024-11-01T04:40:25.111Z | Downloaded strum_macros v0.26.4 |
820 | 2024-11-01T04:40:25.113Z | Downloaded serde_derive v1.0.210 |
821 | 2024-11-01T04:40:25.116Z | Downloaded structmeta-derive v0.3.0 |
822 | 2024-11-01T04:40:25.118Z | Downloaded cookie v0.18.1 |
823 | 2024-11-01T04:40:25.120Z | Downloaded rustls-pki-types v1.8.0 |
824 | 2024-11-01T04:40:25.123Z | Downloaded uuid v1.10.0 |
825 | 2024-11-01T04:40:25.125Z | Downloaded smf v0.2.3 |
826 | 2024-11-01T04:40:25.128Z | Downloaded crossbeam-channel v0.5.13 |
827 | 2024-11-01T04:40:25.131Z | Downloaded pest_generator v2.7.13 |
828 | 2024-11-01T04:40:25.134Z | Downloaded managed v0.8.0 |
829 | 2024-11-01T04:40:25.136Z | Downloaded tungstenite v0.21.0 |
830 | 2024-11-01T04:40:25.139Z | Downloaded sigpipe v0.1.3 |
831 | 2024-11-01T04:40:25.141Z | Downloaded async-stream-impl v0.3.5 |
832 | 2024-11-01T04:40:25.142Z | Downloaded colorchoice v1.0.2 |
833 | 2024-11-01T04:40:25.144Z | Downloaded atomic-waker v1.1.2 |
834 | 2024-11-01T04:40:25.144Z | Downloaded hashbrown v0.12.3 |
835 | 2024-11-01T04:40:25.148Z | Downloaded const-random-macro v0.1.16 |
836 | 2024-11-01T04:40:25.150Z | Downloaded ciborium-ll v0.2.2 |
837 | 2024-11-01T04:40:25.150Z | Downloaded cc v1.1.21 |
838 | 2024-11-01T04:40:25.154Z | Downloaded foreign-types v0.5.0 |
839 | 2024-11-01T04:40:25.156Z | Downloaded foreign-types-shared v0.3.1 |
840 | 2024-11-01T04:40:25.156Z | Downloaded scroll v0.12.0 |
841 | 2024-11-01T04:40:25.158Z | Downloaded slog-async v2.8.0 |
842 | 2024-11-01T04:40:25.161Z | Downloaded scopeguard v1.2.0 |
843 | 2024-11-01T04:40:25.164Z | Downloaded darling_macro v0.20.10 |
844 | 2024-11-01T04:40:25.164Z | Downloaded cstr-argument v0.1.2 |
845 | 2024-11-01T04:40:25.164Z | Downloaded crc8 v0.1.1 |
846 | 2024-11-01T04:40:25.164Z | Downloaded crunchy v0.2.2 |
847 | 2024-11-01T04:40:25.165Z | Downloaded const-random v0.1.18 |
848 | 2024-11-01T04:40:25.167Z | Downloaded typify-macro v0.2.0 |
849 | 2024-11-01T04:40:25.167Z | Downloaded thiserror-impl v1.0.64 |
850 | 2024-11-01T04:40:25.169Z | Downloaded slog-envlogger v2.2.0 |
851 | 2024-11-01T04:40:25.169Z | Downloaded futures-io v0.3.30 |
852 | 2024-11-01T04:40:25.172Z | Downloaded float-ord v0.3.2 |
853 | 2024-11-01T04:40:25.172Z | Downloaded progenitor-client v0.8.0 |
854 | 2024-11-01T04:40:25.174Z | Downloaded argon2 v0.5.3 |
855 | 2024-11-01T04:40:25.174Z | Downloaded futures-channel v0.3.30 |
856 | 2024-11-01T04:40:25.177Z | Downloaded serde_repr v0.1.19 |
857 | 2024-11-01T04:40:25.180Z | Downloaded waitgroup v0.1.2 |
858 | 2024-11-01T04:40:25.180Z | Downloaded defmt-macros v0.3.9 |
859 | 2024-11-01T04:40:25.182Z | Downloaded strum v0.26.3 |
860 | 2024-11-01T04:40:25.185Z | Downloaded convert_case v0.4.0 |
861 | 2024-11-01T04:40:25.185Z | Downloaded usdt-macro v0.5.0 |
862 | 2024-11-01T04:40:25.187Z | Downloaded sync_wrapper v0.1.2 |
863 | 2024-11-01T04:40:25.187Z | Downloaded newline-converter v0.3.0 |
864 | 2024-11-01T04:40:25.189Z | Downloaded num_threads v0.1.7 |
865 | 2024-11-01T04:40:25.189Z | Downloaded num-conv v0.1.0 |
866 | 2024-11-01T04:40:25.192Z | Downloaded spin v0.5.2 |
867 | 2024-11-01T04:40:25.192Z | Downloaded parking_lot_core v0.8.6 |
868 | 2024-11-01T04:40:25.195Z | Downloaded usdt-attr-macro v0.5.0 |
869 | 2024-11-01T04:40:25.195Z | Downloaded serde-big-array v0.5.1 |
870 | 2024-11-01T04:40:25.197Z | Downloaded slog-bunyan v2.5.0 |
871 | 2024-11-01T04:40:25.197Z | Downloaded serde_spanned v0.6.7 |
872 | 2024-11-01T04:40:25.200Z | Downloaded defmt v0.3.8 |
873 | 2024-11-01T04:40:25.202Z | Downloaded is-terminal v0.4.13 |
874 | 2024-11-01T04:40:25.204Z | Downloaded crossbeam-deque v0.8.5 |
875 | 2024-11-01T04:40:25.206Z | Downloaded hubpack_derive v0.1.1 |
876 | 2024-11-01T04:40:25.206Z | Downloaded constant_time_eq v0.3.1 |
877 | 2024-11-01T04:40:25.209Z | Downloaded same-file v1.0.6 |
878 | 2024-11-01T04:40:25.209Z | Downloaded topological-sort v0.2.2 |
879 | 2024-11-01T04:40:25.211Z | Downloaded slog-dtrace v0.3.0 |
880 | 2024-11-01T04:40:25.211Z | Downloaded futures-task v0.3.30 |
881 | 2024-11-01T04:40:25.214Z | Downloaded parking_lot v0.12.3 |
882 | 2024-11-01T04:40:25.216Z | Downloaded enum-as-inner v0.6.1 |
883 | 2024-11-01T04:40:25.219Z | Downloaded time-macros v0.2.18 |
884 | 2024-11-01T04:40:25.221Z | Downloaded tabwriter v1.4.0 |
885 | 2024-11-01T04:40:25.221Z | Downloaded sct v0.7.1 |
886 | 2024-11-01T04:40:25.225Z | Downloaded serde_with_macros v3.9.0 |
887 | 2024-11-01T04:40:25.227Z | Downloaded serde_derive_internals v0.29.1 |
888 | 2024-11-01T04:40:25.227Z | Downloaded dyn-clone v1.0.17 |
889 | 2024-11-01T04:40:25.230Z | Downloaded structmeta v0.3.0 |
890 | 2024-11-01T04:40:25.232Z | Downloaded hash32 v0.3.1 |
891 | 2024-11-01T04:40:25.232Z | Downloaded futures-core v0.3.30 |
892 | 2024-11-01T04:40:25.236Z | Downloaded embedded-io v0.4.0 |
893 | 2024-11-01T04:40:25.236Z | Downloaded tiny-keccak v2.0.2 |
894 | 2024-11-01T04:40:25.239Z | Downloaded slog-json v2.6.1 |
895 | 2024-11-01T04:40:25.242Z | Downloaded num-complex v0.4.6 |
896 | 2024-11-01T04:40:25.242Z | Downloaded thread-id v4.2.2 |
897 | 2024-11-01T04:40:25.245Z | Downloaded match_cfg v0.1.0 |
898 | 2024-11-01T04:40:25.245Z | Downloaded untrusted v0.7.1 |
899 | 2024-11-01T04:40:25.245Z | Downloaded strum_macros v0.25.3 |
900 | 2024-11-01T04:40:25.247Z | Downloaded rustc_version v0.1.7 |
901 | 2024-11-01T04:40:25.248Z | Downloaded num-derive v0.3.3 |
902 | 2024-11-01T04:40:25.250Z | Downloaded progenitor-macro v0.8.0 |
903 | 2024-11-01T04:40:25.250Z | Downloaded utf-8 v0.7.6 |
904 | 2024-11-01T04:40:25.252Z | Downloaded xz2 v0.1.7 |
905 | 2024-11-01T04:40:25.255Z | Downloaded proc-macro-error-attr v1.0.4 |
906 | 2024-11-01T04:40:25.255Z | Downloaded slog-scope v4.4.0 |
907 | 2024-11-01T04:40:25.257Z | Downloaded ipnetwork v0.20.0 |
908 | 2024-11-01T04:40:25.257Z | Downloaded linked-hash-map v0.5.6 |
909 | 2024-11-01T04:40:25.259Z | Downloaded hostname v0.4.0 |
910 | 2024-11-01T04:40:25.262Z | Downloaded hex v0.4.3 |
911 | 2024-11-01T04:40:25.262Z | Downloaded dof v0.3.0 |
912 | 2024-11-01T04:40:25.264Z | Downloaded dirs-sys-next v0.1.2 |
913 | 2024-11-01T04:40:25.264Z | Downloaded ident_case v1.0.1 |
914 | 2024-11-01T04:40:25.264Z | Downloaded omicron-zone-package v0.11.0 |
915 | 2024-11-01T04:40:25.267Z | Downloaded indexmap v2.5.0 |
916 | 2024-11-01T04:40:25.271Z | Downloaded zone v0.1.8 |
917 | 2024-11-01T04:40:25.273Z | Downloaded backoff v0.4.0 |
918 | 2024-11-01T04:40:25.276Z | Downloaded lru-cache v0.1.2 |
919 | 2024-11-01T04:40:25.276Z | Downloaded resolv-conf v0.7.0 |
920 | 2024-11-01T04:40:25.278Z | Downloaded proc-macro-crate v3.2.0 |
921 | 2024-11-01T04:40:25.280Z | Downloaded futures-executor v0.3.30 |
922 | 2024-11-01T04:40:25.280Z | Downloaded proc-macro-error v1.0.4 |
923 | 2024-11-01T04:40:25.283Z | Downloaded num-derive v0.4.2 |
924 | 2024-11-01T04:40:25.285Z | Downloaded macaddr v1.0.1 |
925 | 2024-11-01T04:40:25.288Z | Downloaded typify v0.2.0 |
926 | 2024-11-01T04:40:25.290Z | Downloaded hashbrown v0.14.5 |
927 | 2024-11-01T04:40:25.294Z | Downloaded instant v0.1.13 |
928 | 2024-11-01T04:40:25.297Z | Downloaded zone_cfg_derive v0.3.0 |
929 | 2024-11-01T04:40:25.297Z | Downloaded newtype_derive v0.1.6 |
930 | 2024-11-01T04:40:25.300Z | Downloaded quick-error v1.2.3 |
931 | 2024-11-01T04:40:25.300Z | Downloaded quinn-udp v0.5.5 |
932 | 2024-11-01T04:40:25.302Z | Downloaded proc-macro-crate v1.3.1 |
933 | 2024-11-01T04:40:25.302Z | Downloaded usdt-impl v0.5.0 |
934 | 2024-11-01T04:40:25.305Z | Downloaded thin-vec v0.2.13 |
935 | 2024-11-01T04:40:25.305Z | Downloaded smartstring v1.0.1 |
936 | 2024-11-01T04:40:25.308Z | Downloaded highway v1.2.0 |
937 | 2024-11-01T04:40:25.310Z | Downloaded pretty-hex v0.2.1 |
938 | 2024-11-01T04:40:25.310Z | Downloaded whoami v1.5.2 |
939 | 2024-11-01T04:40:25.313Z | Downloaded walkdir v2.5.0 |
940 | 2024-11-01T04:40:25.315Z | Downloaded tempfile v3.12.0 |
941 | 2024-11-01T04:40:25.318Z | Downloaded parking_lot v0.11.2 |
942 | 2024-11-01T04:40:25.318Z | Downloaded pin-project-lite v0.2.14 |
943 | 2024-11-01T04:40:25.323Z | Downloaded ron v0.7.1 |
944 | 2024-11-01T04:40:25.327Z | Downloaded ipnet v2.10.0 |
945 | 2024-11-01T04:40:25.329Z | Downloaded libsw v3.3.1 |
946 | 2024-11-01T04:40:25.333Z | Downloaded pest_derive v2.7.13 |
947 | 2024-11-01T04:40:25.336Z | Downloaded paste v1.0.15 |
948 | 2024-11-01T04:40:25.336Z | Downloaded indent_write v2.2.0 |
949 | 2024-11-01T04:40:25.339Z | Downloaded hyper-tls v0.5.0 |
950 | 2024-11-01T04:40:25.339Z | Downloaded tokio-tungstenite v0.21.0 |
951 | 2024-11-01T04:40:25.341Z | Downloaded futures v0.3.30 |
952 | 2024-11-01T04:40:25.345Z | Downloaded rhai_codegen v2.2.0 |
953 | 2024-11-01T04:40:25.352Z | Downloaded num_enum v0.7.3 |
954 | 2024-11-01T04:40:25.356Z | Downloaded parse-display v0.10.0 |
955 | 2024-11-01T04:40:25.360Z | Downloaded pretty-hex v0.4.1 |
956 | 2024-11-01T04:40:25.362Z | Downloaded darling_core v0.20.10 |
957 | 2024-11-01T04:40:25.366Z | Downloaded num_enum_derive v0.7.3 |
958 | 2024-11-01T04:40:25.366Z | Downloaded zerocopy v0.6.6 |
959 | 2024-11-01T04:40:25.369Z | Downloaded memmap2 v0.9.5 |
960 | 2024-11-01T04:40:25.369Z | Downloaded powerfmt v0.2.0 |
961 | 2024-11-01T04:40:25.372Z | Downloaded pest_meta v2.7.13 |
962 | 2024-11-01T04:40:25.374Z | Downloaded num-rational v0.4.2 |
963 | 2024-11-01T04:40:25.374Z | Downloaded toml v0.7.8 |
964 | 2024-11-01T04:40:25.377Z | Downloaded hyper-rustls v0.24.2 |
965 | 2024-11-01T04:40:25.379Z | Downloaded progenitor-impl v0.8.0 |
966 | 2024-11-01T04:40:25.381Z | Downloaded serde v1.0.210 |
967 | 2024-11-01T04:40:25.384Z | Downloaded num_enum_derive v0.5.11 |
968 | 2024-11-01T04:40:25.386Z | Downloaded memmap v0.7.0 |
969 | 2024-11-01T04:40:25.386Z | Downloaded derive-where v1.2.7 |
970 | 2024-11-01T04:40:25.389Z | Downloaded unsafe-libyaml v0.2.11 |
971 | 2024-11-01T04:40:25.392Z | Downloaded parse-display-derive v0.10.0 |
972 | 2024-11-01T04:40:25.395Z | Downloaded proc-macro2 v1.0.86 |
973 | 2024-11-01T04:40:25.397Z | Downloaded blake2 v0.10.6 |
974 | 2024-11-01T04:40:25.400Z | Downloaded password-hash v0.5.0 |
975 | 2024-11-01T04:40:25.402Z | Downloaded hyper-util v0.1.9 |
976 | 2024-11-01T04:40:25.404Z | Downloaded linear-map v1.2.0 |
977 | 2024-11-01T04:40:25.406Z | Downloaded multer v3.1.0 |
978 | 2024-11-01T04:40:25.409Z | Downloaded unicode-bidi v0.3.15 |
979 | 2024-11-01T04:40:25.411Z | Downloaded indexmap v1.9.3 |
980 | 2024-11-01T04:40:25.414Z | Downloaded expectorate v1.1.0 |
981 | 2024-11-01T04:40:25.417Z | Downloaded blake3 v1.5.4 |
982 | 2024-11-01T04:40:25.423Z | Downloaded rayon-core v1.12.1 |
983 | 2024-11-01T04:40:25.428Z | Downloaded heapless v0.8.0 |
984 | 2024-11-01T04:40:25.430Z | Downloaded serde_with v3.9.0 |
985 | 2024-11-01T04:40:25.438Z | Downloaded prettyplease v0.2.22 |
986 | 2024-11-01T04:40:25.442Z | Downloaded toml_edit v0.19.15 |
987 | 2024-11-01T04:40:25.457Z | Downloaded pretty_assertions v1.4.1 |
988 | 2024-11-01T04:40:25.459Z | Downloaded flate2 v1.0.33 |
989 | 2024-11-01T04:40:25.463Z | Downloaded openssl-sys v0.9.103 |
990 | 2024-11-01T04:40:25.468Z | Downloaded http v0.2.12 |
991 | 2024-11-01T04:40:25.472Z | Downloaded hickory-resolver v0.24.1 |
992 | 2024-11-01T04:40:25.476Z | Downloaded winnow v0.6.18 |
993 | 2024-11-01T04:40:25.484Z | Downloaded itertools v0.10.5 |
994 | 2024-11-01T04:40:25.490Z | Downloaded time v0.3.36 |
995 | 2024-11-01T04:40:25.497Z | Downloaded steno v0.4.1 |
996 | 2024-11-01T04:40:25.502Z | Downloaded libm v0.2.8 |
997 | 2024-11-01T04:40:25.512Z | Downloaded rustls-webpki v0.101.7 |
998 | 2024-11-01T04:40:25.523Z | Downloaded itertools v0.12.1 |
999 | 2024-11-01T04:40:25.528Z | Downloaded serde_json v1.0.128 |
1000 | 2024-11-01T04:40:25.535Z | Downloaded pest v2.7.13 |
1001 | 2024-11-01T04:40:25.540Z | Downloaded futures-util v0.3.30 |
1002 | 2024-11-01T04:40:25.551Z | Downloaded hyper v1.4.1 |
1003 | 2024-11-01T04:40:25.557Z | Downloaded portable-atomic v1.8.0 |
1004 | 2024-11-01T04:40:25.563Z | Downloaded winnow v0.5.40 |
1005 | 2024-11-01T04:40:25.572Z | Downloaded h2 v0.3.26 |
1006 | 2024-11-01T04:40:25.578Z | Downloaded reqwest v0.11.27 |
1007 | 2024-11-01T04:40:25.585Z | Downloaded goblin v0.8.2 |
1008 | 2024-11-01T04:40:25.591Z | Downloaded reqwest v0.12.8 |
1009 | 2024-11-01T04:40:25.599Z | Downloaded dropshot v0.12.0 |
1010 | 2024-11-01T04:40:25.618Z | Downloaded webpki-roots v0.25.4 |
1011 | 2024-11-01T04:40:25.621Z | Downloaded hyper v0.14.30 |
1012 | 2024-11-01T04:40:25.629Z | Downloaded syn v2.0.77 |
1013 | 2024-11-01T04:40:25.639Z | Downloaded idna v0.4.0 |
1014 | 2024-11-01T04:40:25.645Z | Downloaded rustls v0.21.12 |
1015 | 2024-11-01T04:40:25.656Z | Downloaded regex v1.10.6 |
1016 | 2024-11-01T04:40:25.668Z | Downloaded hickory-proto v0.24.1 |
1017 | 2024-11-01T04:40:25.683Z | Downloaded openssl v0.10.66 |
1018 | 2024-11-01T04:40:25.692Z | Downloaded regex-syntax v0.8.4 |
1019 | 2024-11-01T04:40:25.699Z | Downloaded regress v0.9.1 |
1020 | 2024-11-01T04:40:25.707Z | Downloaded rustix v0.38.37 |
1021 | 2024-11-01T04:40:25.729Z | Downloaded regress v0.10.1 |
1022 | 2024-11-01T04:40:25.738Z | Downloaded smoltcp v0.11.0 |
1023 | 2024-11-01T04:40:25.748Z | Downloaded rustls v0.22.4 |
1024 | 2024-11-01T04:40:25.760Z | Downloaded openapiv3 v2.0.0 |
1025 | 2024-11-01T04:40:25.772Z | Downloaded rhai v1.19.0 |
1026 | 2024-11-01T04:40:25.783Z | Downloaded rustls v0.23.13 |
1027 | 2024-11-01T04:40:25.794Z | Downloaded typify-impl v0.2.0 |
1028 | 2024-11-01T04:40:25.808Z | Downloaded syn v1.0.109 |
1029 | 2024-11-01T04:40:25.817Z | Downloaded yansi v1.0.1 |
1030 | 2024-11-01T04:40:25.819Z | Downloaded clap_builder v4.5.18 |
1031 | 2024-11-01T04:40:25.825Z | Downloaded once_cell v1.19.0 |
1032 | 2024-11-01T04:40:25.828Z | Downloaded h2 v0.4.6 |
1033 | 2024-11-01T04:40:25.834Z | Downloaded base64 v0.13.1 |
1034 | 2024-11-01T04:40:25.838Z | Downloaded sled v0.34.7 |
1035 | 2024-11-01T04:40:25.848Z | Downloaded diff v0.1.13 |
1036 | 2024-11-01T04:40:25.851Z | Downloaded zerocopy-derive v0.6.6 |
1037 | 2024-11-01T04:40:25.861Z | Downloaded regex-automata v0.4.7 |
1038 | 2024-11-01T04:40:25.877Z | Downloaded derive_more v0.99.18 |
1039 | 2024-11-01T04:40:25.881Z | Downloaded zone v0.3.0 |
1040 | 2024-11-01T04:40:25.884Z | Downloaded ucd-trie v0.1.6 |
1041 | 2024-11-01T04:40:25.887Z | Downloaded tar v0.4.41 |
1042 | 2024-11-01T04:40:25.887Z | Downloaded num-iter v0.1.45 |
1043 | 2024-11-01T04:40:25.891Z | Downloaded hubpack v0.1.2 |
1044 | 2024-11-01T04:40:25.891Z | Downloaded httpdate v1.0.3 |
1045 | 2024-11-01T04:40:25.891Z | Downloaded num v0.4.3 |
1046 | 2024-11-01T04:40:25.894Z | Downloaded newtype-uuid v1.1.0 |
1047 | 2024-11-01T04:40:25.894Z | Downloaded parking_lot_core v0.9.10 |
1048 | 2024-11-01T04:40:25.894Z | Downloaded lock_api v0.4.12 |
1049 | 2024-11-01T04:40:25.894Z | Downloaded postcard v1.0.10 |
1050 | 2024-11-01T04:40:25.897Z | Downloaded half v2.4.1 |
1051 | 2024-11-01T04:40:25.900Z | Downloaded lzma-sys v0.1.20 |
1052 | 2024-11-01T04:40:25.928Z | Downloaded ciborium v0.2.2 |
1053 | 2024-11-01T04:40:25.930Z | Downloaded libc v0.2.159 |
1054 | 2024-11-01T04:40:25.956Z | Downloaded tokio-util v0.7.12 |
1055 | 2024-11-01T04:40:25.961Z | Downloaded serde_yaml v0.9.34+deprecated |
1056 | 2024-11-01T04:40:25.965Z | Downloaded tokio v1.40.0 |
1057 | 2024-11-01T04:40:26.002Z | Downloaded dropshot_endpoint v0.12.0 |
1058 | 2024-11-01T04:40:26.004Z | Downloaded clap v4.5.18 |
1059 | 2024-11-01T04:40:26.010Z | Downloaded bytes v1.7.2 |
1060 | 2024-11-01T04:40:26.014Z | Downloaded num-integer v0.1.46 |
1061 | 2024-11-01T04:40:26.016Z | Downloaded toml_edit v0.22.21 |
1062 | 2024-11-01T04:40:26.036Z | Downloaded schemars v0.8.21 |
1063 | 2024-11-01T04:40:26.046Z | Downloaded crossbeam-utils v0.8.20 |
1064 | 2024-11-01T04:40:26.049Z | Downloaded slog-term v2.9.1 |
1065 | 2024-11-01T04:40:26.051Z | Downloaded async-trait v0.1.83 |
1066 | 2024-11-01T04:40:26.054Z | Downloaded num_enum v0.5.11 |
1067 | 2024-11-01T04:40:26.058Z | Downloaded unicode-segmentation v1.12.0 |
1068 | 2024-11-01T04:40:26.062Z | Downloaded thiserror v1.0.64 |
1069 | 2024-11-01T04:40:26.066Z | Downloaded tokio-rustls v0.24.1 |
1070 | 2024-11-01T04:40:26.068Z | Downloaded deranged v0.3.11 |
1071 | 2024-11-01T04:40:26.071Z | Downloaded cancel-safe-futures v0.1.5 |
1072 | 2024-11-01T04:40:26.073Z | Downloaded serde_tokenstream v0.2.2 |
1073 | 2024-11-01T04:40:26.076Z | Downloaded progenitor v0.8.0 |
1074 | 2024-11-01T04:40:26.076Z | Downloaded plain v0.2.3 |
1075 | 2024-11-01T04:40:26.076Z | Downloaded futures-macro v0.3.30 |
1076 | 2024-11-01T04:40:26.079Z | Downloaded heck v0.3.3 |
1077 | 2024-11-01T04:40:26.079Z | Downloaded cobs v0.2.3 |
1078 | 2024-11-01T04:40:26.081Z | Downloaded schemars_derive v0.8.21 |
1079 | 2024-11-01T04:40:26.081Z | Downloaded colored v2.1.0 |
1080 | 2024-11-01T04:40:26.084Z | Downloaded autocfg v1.3.0 |
1081 | 2024-11-01T04:40:26.084Z | Downloaded anyhow v1.0.89 |
1082 | 2024-11-01T04:40:26.087Z | Downloaded embedded-io v0.6.1 |
1083 | 2024-11-01T04:40:26.089Z | Downloaded encoding_rs v0.8.34 |
1084 | 2024-11-01T04:40:26.362Z | Downloaded ring v0.16.20 |
1085 | 2024-11-01T04:40:27.327Z | Compiling proc-macro2 v1.0.86 |
1086 | 2024-11-01T04:40:27.327Z | Compiling unicode-ident v1.0.13 |
1087 | 2024-11-01T04:40:27.327Z | Compiling libc v0.2.159 |
1088 | 2024-11-01T04:40:27.329Z | Compiling cfg-if v1.0.0 |
1089 | 2024-11-01T04:40:27.329Z | Compiling serde v1.0.210 |
1090 | 2024-11-01T04:40:27.329Z | Compiling version_check v0.9.5 |
1091 | 2024-11-01T04:40:27.329Z | Compiling autocfg v1.3.0 |
1092 | 2024-11-01T04:40:27.329Z | Compiling once_cell v1.19.0 |
1093 | 2024-11-01T04:40:27.431Z | Compiling memchr v2.7.4 |
1094 | 2024-11-01T04:40:27.504Z | Compiling byteorder v1.5.0 |
1095 | 2024-11-01T04:40:27.777Z | Compiling itoa v1.0.11 |
1096 | 2024-11-01T04:40:27.933Z | Compiling allocator-api2 v0.2.18 |
1097 | 2024-11-01T04:40:27.943Z | Compiling ryu v1.0.18 |
1098 | 2024-11-01T04:40:27.975Z | Compiling libm v0.2.8 |
1099 | 2024-11-01T04:40:27.987Z | Compiling pin-project-lite v0.2.14 |
1100 | 2024-11-01T04:40:28.064Z | Compiling lock_api v0.4.12 |
1101 | 2024-11-01T04:40:28.089Z | Compiling parking_lot_core v0.9.10 |
1102 | 2024-11-01T04:40:28.270Z | Compiling scopeguard v1.2.0 |
1103 | 2024-11-01T04:40:28.404Z | Compiling equivalent v1.0.1 |
1104 | 2024-11-01T04:40:28.505Z | Compiling thiserror v1.0.64 |
1105 | 2024-11-01T04:40:28.518Z | Compiling ahash v0.8.11 |
1106 | 2024-11-01T04:40:28.717Z | Compiling iana-time-zone v0.1.61 |
1107 | 2024-11-01T04:40:28.981Z | Compiling log v0.4.22 |
1108 | 2024-11-01T04:40:28.992Z | Compiling futures-core v0.3.30 |
1109 | 2024-11-01T04:40:29.092Z | Compiling quote v1.0.37 |
1110 | 2024-11-01T04:40:29.377Z | Compiling getrandom v0.2.15 |
1111 | 2024-11-01T04:40:29.390Z | Compiling socket2 v0.5.7 |
1112 | 2024-11-01T04:40:29.399Z | Compiling signal-hook-registry v1.4.2 |
1113 | 2024-11-01T04:40:29.575Z | Compiling syn v2.0.77 |
1114 | 2024-11-01T04:40:29.697Z | Compiling mio v1.0.2 |
1115 | 2024-11-01T04:40:29.790Z | Compiling shlex v1.3.0 |
1116 | 2024-11-01T04:40:29.904Z | Compiling schemars v0.8.21 |
1117 | 2024-11-01T04:40:29.957Z | Compiling fnv v1.0.7 |
1118 | 2024-11-01T04:40:30.082Z | Compiling cc v1.1.21 |
1119 | 2024-11-01T04:40:30.145Z | Compiling dyn-clone v1.0.17 |
1120 | 2024-11-01T04:40:30.287Z | Compiling futures-sink v0.3.30 |
1121 | 2024-11-01T04:40:30.366Z | Compiling slab v0.4.9 |
1122 | 2024-11-01T04:40:30.378Z | Compiling serde_json v1.0.128 |
1123 | 2024-11-01T04:40:30.426Z | Compiling num-traits v0.2.19 |
1124 | 2024-11-01T04:40:30.448Z | Compiling futures-channel v0.3.30 |
1125 | 2024-11-01T04:40:30.742Z | Compiling bitflags v2.6.0 |
1126 | 2024-11-01T04:40:30.836Z | Compiling pin-utils v0.1.0 |
1127 | 2024-11-01T04:40:30.897Z | Compiling futures-task v0.3.30 |
1128 | 2024-11-01T04:40:30.914Z | Compiling futures-io v0.3.30 |
1129 | 2024-11-01T04:40:31.048Z | Compiling tracing-core v0.1.32 |
1130 | 2024-11-01T04:40:31.093Z | Compiling heck v0.5.0 |
1131 | 2024-11-01T04:40:31.180Z | Compiling crunchy v0.2.2 |
1132 | 2024-11-01T04:40:31.242Z | Compiling tiny-keccak v2.0.2 |
1133 | 2024-11-01T04:40:31.551Z | Compiling subtle v2.6.1 |
1134 | 2024-11-01T04:40:31.861Z | Compiling rustls-pki-types v1.8.0 |
1135 | 2024-11-01T04:40:32.156Z | Compiling httparse v1.9.4 |
1136 | 2024-11-01T04:40:32.277Z | Compiling const-random-macro v0.1.16 |
1137 | 2024-11-01T04:40:32.721Z | Compiling atomic-waker v1.1.2 |
1138 | 2024-11-01T04:40:32.757Z | Compiling spin v0.9.8 |
1139 | 2024-11-01T04:40:32.894Z | Compiling untrusted v0.9.0 |
1140 | 2024-11-01T04:40:32.915Z | Compiling pkg-config v0.3.31 |
1141 | 2024-11-01T04:40:32.993Z | Compiling try-lock v0.2.5 |
1142 | 2024-11-01T04:40:33.048Z | Compiling vcpkg v0.2.15 |
1143 | 2024-11-01T04:40:33.059Z | Compiling const-random v0.1.18 |
1144 | 2024-11-01T04:40:33.069Z | Compiling ring v0.17.8 |
1145 | 2024-11-01T04:40:33.120Z | Compiling want v0.3.1 |
1146 | 2024-11-01T04:40:33.136Z | Compiling httpdate v1.0.3 |
1147 | 2024-11-01T04:40:33.419Z | Compiling slog v2.7.0 |
1148 | 2024-11-01T04:40:33.655Z | Compiling zeroize v1.8.1 |
1149 | 2024-11-01T04:40:33.665Z | Compiling tower-service v0.3.3 |
1150 | 2024-11-01T04:40:33.779Z | Compiling foreign-types-shared v0.1.1 |
1151 | 2024-11-01T04:40:33.807Z | Compiling percent-encoding v2.3.1 |
1152 | 2024-11-01T04:40:33.882Z | Compiling openssl v0.10.66 |
1153 | 2024-11-01T04:40:33.993Z | Compiling tinyvec_macros v0.1.1 |
1154 | 2024-11-01T04:40:34.071Z | Compiling tinyvec v1.8.0 |
1155 | 2024-11-01T04:40:34.152Z | Compiling form_urlencoded v1.2.1 |
1156 | 2024-11-01T04:40:34.203Z | Compiling foreign-types v0.3.2 |
1157 | 2024-11-01T04:40:34.288Z | Compiling native-tls v0.2.12 |
1158 | 2024-11-01T04:40:34.315Z | Compiling semver v1.0.23 |
1159 | 2024-11-01T04:40:34.484Z | Compiling rustls v0.23.13 |
1160 | 2024-11-01T04:40:34.639Z | Compiling unicode-bidi v0.3.15 |
1161 | 2024-11-01T04:40:34.743Z | Compiling openssl-sys v0.9.103 |
1162 | 2024-11-01T04:40:34.782Z | Compiling openssl-probe v0.1.5 |
1163 | 2024-11-01T04:40:34.849Z | Compiling ucd-trie v0.1.6 |
1164 | 2024-11-01T04:40:34.889Z | Compiling typenum v1.17.0 |
1165 | 2024-11-01T04:40:35.172Z | Compiling rand_core v0.6.4 |
1166 | 2024-11-01T04:40:35.541Z | Compiling unicode-normalization v0.1.24 |
1167 | 2024-11-01T04:40:35.563Z | Compiling aho-corasick v1.1.3 |
1168 | 2024-11-01T04:40:35.632Z | Compiling generic-array v0.14.7 |
1169 | 2024-11-01T04:40:35.966Z | Compiling encoding_rs v0.8.34 |
1170 | 2024-11-01T04:40:36.008Z | Compiling mime v0.3.17 |
1171 | 2024-11-01T04:40:36.268Z | Compiling base64 v0.22.1 |
1172 | 2024-11-01T04:40:36.610Z | Compiling serde_derive_internals v0.29.1 |
1173 | 2024-11-01T04:40:36.662Z | Compiling idna v0.5.0 |
1174 | 2024-11-01T04:40:37.099Z | Compiling regex-syntax v0.8.4 |
1175 | 2024-11-01T04:40:37.294Z | Compiling rustls-pemfile v2.1.3 |
1176 | 2024-11-01T04:40:37.844Z | Compiling url v2.5.2 |
1177 | 2024-11-01T04:40:38.919Z | Compiling webpki-roots v0.26.6 |
1178 | 2024-11-01T04:40:39.124Z | Compiling rustls-webpki v0.102.8 |
1179 | 2024-11-01T04:40:39.908Z | Compiling time-core v0.1.2 |
1180 | 2024-11-01T04:40:40.078Z | Compiling ipnet v2.10.0 |
1181 | 2024-11-01T04:40:40.968Z | Compiling regex-automata v0.4.7 |
1182 | 2024-11-01T04:40:41.200Z | Compiling plain v0.2.3 |
1183 | 2024-11-01T04:40:41.342Z | Compiling powerfmt v0.2.0 |
1184 | 2024-11-01T04:40:41.528Z | Compiling winnow v0.6.18 |
1185 | 2024-11-01T04:40:41.544Z | Compiling strsim v0.11.1 |
1186 | 2024-11-01T04:40:41.747Z | Compiling num-conv v0.1.0 |
1187 | 2024-11-01T04:40:42.010Z | Compiling time-macros v0.2.18 |
1188 | 2024-11-01T04:40:42.132Z | Compiling serde_derive v1.0.210 |
1189 | 2024-11-01T04:40:42.199Z | Compiling zerocopy-derive v0.7.35 |
1190 | 2024-11-01T04:40:42.656Z | Compiling tokio-macros v2.4.0 |
1191 | 2024-11-01T04:40:44.288Z | Compiling thiserror-impl v1.0.64 |
1192 | 2024-11-01T04:40:44.459Z | Compiling zerocopy v0.7.35 |
1193 | 2024-11-01T04:40:44.788Z | Compiling schemars_derive v0.8.21 |
1194 | 2024-11-01T04:40:45.013Z | Compiling futures-macro v0.3.30 |
1195 | 2024-11-01T04:40:45.509Z | Compiling openssl-macros v0.1.1 |
1196 | 2024-11-01T04:40:46.536Z | Compiling hashbrown v0.14.5 |
1197 | 2024-11-01T04:40:46.922Z | Compiling futures-util v0.3.30 |
1198 | 2024-11-01T04:40:47.869Z | Compiling tracing-attributes v0.1.27 |
1199 | 2024-11-01T04:40:47.881Z | Compiling regress v0.10.1 |
1200 | 2024-11-01T04:40:48.362Z | Compiling pest v2.7.13 |
1201 | 2024-11-01T04:40:51.226Z | Compiling tracing v0.1.40 |
1202 | 2024-11-01T04:40:51.476Z | Compiling scroll_derive v0.12.0 |
1203 | 2024-11-01T04:40:51.547Z | Compiling pest_meta v2.7.13 |
1204 | 2024-11-01T04:40:51.645Z | Compiling ppv-lite86 v0.2.20 |
1205 | 2024-11-01T04:40:52.520Z | Compiling regex v1.10.6 |
1206 | 2024-11-01T04:40:52.937Z | Compiling scroll v0.12.0 |
1207 | 2024-11-01T04:40:53.306Z | Compiling pest_generator v2.7.13 |
1208 | 2024-11-01T04:40:53.510Z | Compiling goblin v0.8.2 |
1209 | 2024-11-01T04:40:53.663Z | Compiling deranged v0.3.11 |
1210 | 2024-11-01T04:40:55.103Z | Compiling num_threads v0.1.7 |
1211 | 2024-11-01T04:40:55.225Z | Compiling anyhow v1.0.89 |
1212 | 2024-11-01T04:40:55.421Z | Compiling pretty-hex v0.4.1 |
1213 | 2024-11-01T04:40:55.620Z | Compiling bytes v1.7.2 |
1214 | 2024-11-01T04:40:55.720Z | Compiling uuid v1.10.0 |
1215 | 2024-11-01T04:40:55.772Z | Compiling indexmap v2.5.0 |
1216 | 2024-11-01T04:40:55.835Z | Compiling smallvec v1.13.2 |
1217 | 2024-11-01T04:40:56.631Z | Compiling http v1.1.0 |
1218 | 2024-11-01T04:40:56.758Z | Compiling parking_lot v0.12.3 |
1219 | 2024-11-01T04:40:56.988Z | Compiling serde_tokenstream v0.2.2 |
1220 | 2024-11-01T04:40:57.000Z | Compiling chrono v0.4.38 |
1221 | 2024-11-01T04:40:57.229Z | Compiling tokio v1.40.0 |
1222 | 2024-11-01T04:40:57.768Z | Compiling toml_datetime v0.6.8 |
1223 | 2024-11-01T04:40:58.226Z | Compiling http-body v1.0.1 |
1224 | 2024-11-01T04:40:58.438Z | Compiling http-body-util v0.1.2 |
1225 | 2024-11-01T04:40:59.196Z | Compiling serde_urlencoded v0.7.1 |
1226 | 2024-11-01T04:40:59.795Z | Compiling pest_derive v2.7.13 |
1227 | 2024-11-01T04:40:59.830Z | Compiling rand_chacha v0.3.1 |
1228 | 2024-11-01T04:41:00.717Z | Compiling sync_wrapper v1.0.1 |
1229 | 2024-11-01T04:41:00.856Z | Compiling usdt-impl v0.5.0 |
1230 | 2024-11-01T04:41:01.135Z | Compiling dtrace-parser v0.2.0 |
1231 | 2024-11-01T04:41:01.184Z | Compiling rand v0.8.5 |
1232 | 2024-11-01T04:41:01.710Z | Compiling openapiv3 v2.0.0 |
1233 | 2024-11-01T04:41:02.357Z | Compiling typify-impl v0.2.0 |
1234 | 2024-11-01T04:41:02.774Z | Compiling serde_spanned v0.6.7 |
1235 | 2024-11-01T04:41:03.034Z | Compiling crypto-common v0.1.6 |
1236 | 2024-11-01T04:41:03.197Z | Compiling block-buffer v0.10.4 |
1237 | 2024-11-01T04:41:03.394Z | Compiling thread-id v4.2.2 |
1238 | 2024-11-01T04:41:03.688Z | Compiling syn v1.0.109 |
1239 | 2024-11-01T04:41:03.771Z | Compiling omicron-workspace-hack v0.1.0 |
1240 | 2024-11-01T04:41:03.994Z | Compiling rustversion v1.0.17 |
1241 | 2024-11-01T04:41:04.094Z | Compiling dof v0.3.0 |
1242 | 2024-11-01T04:41:04.543Z | Compiling unsafe-libyaml v0.2.11 |
1243 | 2024-11-01T04:41:05.953Z | Compiling serde_yaml v0.9.34+deprecated |
1244 | 2024-11-01T04:41:06.192Z | Compiling tokio-util v0.7.12 |
1245 | 2024-11-01T04:41:06.829Z | Compiling match_cfg v0.1.0 |
1246 | 2024-11-01T04:41:06.916Z | Compiling ident_case v1.0.1 |
1247 | 2024-11-01T04:41:07.476Z | Compiling h2 v0.4.6 |
1248 | 2024-11-01T04:41:07.764Z | Compiling darling_core v0.20.10 |
1249 | 2024-11-01T04:41:08.337Z | Compiling hostname v0.3.1 |
1250 | 2024-11-01T04:41:08.605Z | Compiling errno v0.3.9 |
1251 | 2024-11-01T04:41:08.822Z | Compiling dirs-sys-next v0.1.2 |
1252 | 2024-11-01T04:41:09.612Z | Compiling thread_local v1.1.8 |
1253 | 2024-11-01T04:41:09.709Z | Compiling rustls v0.22.4 |
1254 | 2024-11-01T04:41:09.998Z | Compiling cpufeatures v0.2.14 |
1255 | 2024-11-01T04:41:10.086Z | Compiling camino v1.1.9 |
1256 | 2024-11-01T04:41:10.241Z | Compiling paste v1.0.15 |
1257 | 2024-11-01T04:41:10.756Z | Compiling dirs-next v2.0.0 |
1258 | 2024-11-01T04:41:10.935Z | Compiling usdt-attr-macro v0.5.0 |
1259 | 2024-11-01T04:41:11.842Z | Compiling usdt-macro v0.5.0 |
1260 | 2024-11-01T04:41:13.070Z | Compiling hyper v1.4.1 |
1261 | 2024-11-01T04:41:13.694Z | Compiling darling_macro v0.20.10 |
1262 | 2024-11-01T04:41:13.816Z | Compiling futures-executor v0.3.30 |
1263 | 2024-11-01T04:41:14.521Z | Compiling async-trait v0.1.83 |
1264 | 2024-11-01T04:41:14.738Z | Compiling memmap v0.7.0 |
1265 | 2024-11-01T04:41:15.114Z | Compiling instant v0.1.13 |
1266 | 2024-11-01T04:41:15.248Z | Compiling slog-async v2.8.0 |
1267 | 2024-11-01T04:41:15.703Z | Compiling hyper-util v0.1.9 |
1268 | 2024-11-01T04:41:15.798Z | Compiling darling v0.20.10 |
1269 | 2024-11-01T04:41:15.908Z | Compiling futures v0.3.30 |
1270 | 2024-11-01T04:41:16.979Z | Compiling term v0.7.0 |
1271 | 2024-11-01T04:41:18.404Z | Compiling is-terminal v0.4.13 |
1272 | 2024-11-01T04:41:18.520Z | Compiling multer v3.1.0 |
1273 | 2024-11-01T04:41:18.628Z | Compiling take_mut v0.2.2 |
1274 | 2024-11-01T04:41:18.768Z | Compiling serde_with_macros v3.9.0 |
1275 | 2024-11-01T04:41:18.789Z | Compiling tokio-rustls v0.26.0 |
1276 | 2024-11-01T04:41:18.971Z | Compiling tokio-native-tls v0.3.1 |
1277 | 2024-11-01T04:41:18.975Z | Compiling strum_macros v0.26.4 |
1278 | 2024-11-01T04:41:18.993Z | Compiling ipnetwork v0.20.0 |
1279 | 2024-11-01T04:41:19.266Z | Compiling structmeta-derive v0.3.0 |
1280 | 2024-11-01T04:41:20.097Z | Compiling async-stream-impl v0.3.5 |
1281 | 2024-11-01T04:41:21.443Z | Compiling dropshot v0.12.0 |
1282 | 2024-11-01T04:41:21.492Z | Compiling debug-ignore v1.0.5 |
1283 | 2024-11-01T04:41:21.634Z | Compiling crossbeam-utils v0.8.20 |
1284 | 2024-11-01T04:41:21.827Z | Compiling serde_with v3.9.0 |
1285 | 2024-11-01T04:41:21.862Z | Compiling structmeta v0.3.0 |
1286 | 2024-11-01T04:41:22.192Z | Compiling async-stream v0.3.5 |
1287 | 2024-11-01T04:41:22.230Z | Compiling hyper-rustls v0.27.3 |
1288 | 2024-11-01T04:41:22.523Z | Compiling hyper-tls v0.6.0 |
1289 | 2024-11-01T04:41:23.540Z | Compiling strum v0.26.3 |
1290 | 2024-11-01T04:41:24.232Z | Compiling dropshot_endpoint v0.12.0 |
1291 | 2024-11-01T04:41:24.845Z | Compiling serde_path_to_error v0.1.16 |
1292 | 2024-11-01T04:41:25.616Z | Compiling waitgroup v0.1.2 |
1293 | 2024-11-01T04:41:25.856Z | Compiling hostname v0.4.0 |
1294 | 2024-11-01T04:41:25.884Z | Compiling reqwest v0.12.8 |
1295 | 2024-11-01T04:41:26.133Z | Compiling parse-display-derive v0.10.0 |
1296 | 2024-11-01T04:41:27.954Z | Compiling typify-macro v0.2.0 |
1297 | 2024-11-01T04:41:28.403Z | Compiling digest v0.10.7 |
1298 | 2024-11-01T04:41:28.798Z | Compiling time v0.3.36 |
1299 | 2024-11-01T04:41:29.582Z | Compiling hex v0.4.3 |
1300 | 2024-11-01T04:41:29.609Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1301 | 2024-11-01T04:41:30.236Z | Compiling rustix v0.38.37 |
1302 | 2024-11-01T04:41:30.403Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1303 | 2024-11-01T04:41:30.584Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1304 | 2024-11-01T04:41:30.649Z | Compiling parse-display v0.10.0 |
1305 | 2024-11-01T04:41:30.718Z | Compiling progenitor-client v0.8.0 |
1306 | 2024-11-01T04:41:31.038Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1307 | 2024-11-01T04:41:31.458Z | Compiling macaddr v1.0.1 |
1308 | 2024-11-01T04:41:31.866Z | Compiling utf8parse v0.2.2 |
1309 | 2024-11-01T04:41:32.010Z | Compiling anstyle-parse v0.2.5 |
1310 | 2024-11-01T04:41:32.950Z | Compiling typify v0.2.0 |
1311 | 2024-11-01T04:41:33.082Z | Compiling progenitor-impl v0.8.0 |
1312 | 2024-11-01T04:41:34.759Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1313 | 2024-11-01T04:41:35.604Z | Compiling is_terminal_polyfill v1.70.1 |
1314 | 2024-11-01T04:41:35.663Z | Compiling unicode-width v0.1.14 |
1315 | 2024-11-01T04:41:35.723Z | Compiling lazy_static v1.5.0 |
1316 | 2024-11-01T04:41:35.806Z | Compiling anstyle v1.0.8 |
1317 | 2024-11-01T04:41:35.822Z | Compiling colorchoice v1.0.2 |
1318 | 2024-11-01T04:41:35.836Z | Compiling anstyle-query v1.1.1 |
1319 | 2024-11-01T04:41:35.975Z | Compiling usdt v0.5.0 |
1320 | 2024-11-01T04:41:36.180Z | Compiling anstream v0.6.15 |
1321 | 2024-11-01T04:41:36.257Z | Compiling slog-json v2.6.1 |
1322 | 2024-11-01T04:41:36.624Z | Compiling crossbeam-channel v0.5.13 |
1323 | 2024-11-01T04:41:36.985Z | Compiling toml_edit v0.22.21 |
1324 | 2024-11-01T04:41:37.691Z | Compiling clap_lex v0.7.2 |
1325 | 2024-11-01T04:41:38.338Z | Compiling slog-bunyan v2.5.0 |
1326 | 2024-11-01T04:41:38.547Z | Compiling slog-term v2.9.1 |
1327 | 2024-11-01T04:41:39.464Z | Compiling sha1 v0.10.6 |
1328 | 2024-11-01T04:41:39.833Z | Compiling tokio-rustls v0.25.0 |
1329 | 2024-11-01T04:41:39.884Z | Compiling newtype-uuid v1.1.0 |
1330 | 2024-11-01T04:41:40.166Z | Compiling toml v0.8.19 |
1331 | 2024-11-01T04:41:40.204Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1332 | 2024-11-01T04:41:41.966Z | Compiling winnow v0.5.40 |
1333 | 2024-11-01T04:41:42.846Z | Compiling progenitor-macro v0.8.0 |
1334 | 2024-11-01T04:41:44.211Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1335 | 2024-11-01T04:41:44.535Z | Compiling backoff v0.4.0 |
1336 | 2024-11-01T04:41:44.915Z | Compiling regress v0.9.1 |
1337 | 2024-11-01T04:41:45.121Z | Compiling clap_derive v4.5.18 |
1338 | 2024-11-01T04:41:45.572Z | Compiling toml_edit v0.19.15 |
1339 | 2024-11-01T04:41:46.430Z | Compiling heapless v0.8.0 |
1340 | 2024-11-01T04:41:46.784Z | Compiling hash32 v0.3.1 |
1341 | 2024-11-01T04:41:47.022Z | Compiling stable_deref_trait v1.2.0 |
1342 | 2024-11-01T04:41:47.113Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1343 | 2024-11-01T04:41:47.268Z | Compiling smoltcp v0.11.0 |
1344 | 2024-11-01T04:41:47.926Z | Compiling terminal_size v0.3.0 |
1345 | 2024-11-01T04:41:48.089Z | Compiling proc-macro-crate v1.3.1 |
1346 | 2024-11-01T04:41:48.838Z | Compiling foreign-types-macros v0.2.3 |
1347 | 2024-11-01T04:41:48.938Z | Compiling proc-macro-error-attr v1.0.4 |
1348 | 2024-11-01T04:41:49.838Z | Compiling cobs v0.2.3 |
1349 | 2024-11-01T04:41:49.861Z | Compiling managed v0.8.0 |
1350 | 2024-11-01T04:41:50.142Z | Compiling heck v0.4.1 |
1351 | 2024-11-01T04:41:50.154Z | Compiling bitflags v1.3.2 |
1352 | 2024-11-01T04:41:50.243Z | Compiling foreign-types-shared v0.3.1 |
1353 | 2024-11-01T04:41:50.302Z | Compiling either v1.13.0 |
1354 | 2024-11-01T04:41:50.347Z | Compiling foreign-types v0.5.0 |
1355 | 2024-11-01T04:41:50.446Z | Compiling postcard v1.0.10 |
1356 | 2024-11-01T04:41:51.126Z | Compiling clap_builder v4.5.18 |
1357 | 2024-11-01T04:41:51.307Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1358 | 2024-11-01T04:41:51.679Z | Compiling num_enum_derive v0.5.11 |
1359 | 2024-11-01T04:41:52.208Z | Compiling num-integer v0.1.46 |
1360 | 2024-11-01T04:41:53.054Z | Compiling cstr-argument v0.1.2 |
1361 | 2024-11-01T04:41:53.280Z | Compiling proc-macro-error v1.0.4 |
1362 | 2024-11-01T04:41:53.610Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1363 | 2024-11-01T04:41:53.974Z | Compiling pretty-hex v0.2.1 |
1364 | 2024-11-01T04:41:54.097Z | Compiling num_enum v0.5.11 |
1365 | 2024-11-01T04:41:54.160Z | Compiling fastrand v2.1.1 |
1366 | 2024-11-01T04:41:54.248Z | Compiling float-ord v0.3.2 |
1367 | 2024-11-01T04:41:54.407Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1368 | 2024-11-01T04:41:54.572Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1369 | 2024-11-01T04:41:54.760Z | Compiling tempfile v3.12.0 |
1370 | 2024-11-01T04:41:54.772Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1371 | 2024-11-01T04:41:55.168Z | Compiling clap v4.5.18 |
1372 | 2024-11-01T04:41:55.475Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1373 | 2024-11-01T04:41:55.631Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1374 | 2024-11-01T04:41:55.881Z | Compiling tabwriter v1.4.0 |
1375 | 2024-11-01T04:41:56.134Z | Compiling colored v2.1.0 |
1376 | 2024-11-01T04:41:56.445Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1377 | 2024-11-01T04:41:56.553Z | Compiling crucible-workspace-hack v0.1.0 |
1378 | 2024-11-01T04:41:56.859Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1379 | 2024-11-01T04:41:57.446Z | Compiling num-rational v0.4.2 |
1380 | 2024-11-01T04:41:57.525Z | Compiling num-iter v0.1.45 |
1381 | 2024-11-01T04:41:57.687Z | Compiling num-complex v0.4.6 |
1382 | 2024-11-01T04:41:58.095Z | Compiling prettyplease v0.2.22 |
1383 | 2024-11-01T04:41:58.259Z | Compiling unicode-segmentation v1.12.0 |
1384 | 2024-11-01T04:41:58.387Z | Compiling semver v0.1.20 |
1385 | 2024-11-01T04:41:58.398Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1386 | 2024-11-01T04:41:58.747Z | Compiling rustc_version v0.1.7 |
1387 | 2024-11-01T04:41:58.776Z | Compiling num v0.4.3 |
1388 | 2024-11-01T04:41:58.929Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1389 | 2024-11-01T04:41:59.008Z | Compiling newline-converter v0.3.0 |
1390 | 2024-11-01T04:41:59.330Z | Compiling zone_cfg_derive v0.3.0 |
1391 | 2024-11-01T04:42:00.540Z | Compiling progenitor v0.8.0 |
1392 | 2024-11-01T04:42:00.736Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1393 | 2024-11-01T04:42:00.787Z | Compiling camino-tempfile v1.1.1 |
1394 | 2024-11-01T04:42:01.255Z | Compiling itertools v0.10.5 |
1395 | 2024-11-01T04:42:01.315Z | Compiling console v0.15.8 |
1396 | 2024-11-01T04:42:02.484Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1397 | 2024-11-01T04:42:03.131Z | Compiling num-derive v0.4.2 |
1398 | 2024-11-01T04:42:03.149Z | Compiling sigpipe v0.1.3 |
1399 | 2024-11-01T04:42:03.260Z | Compiling static_assertions v1.1.0 |
1400 | 2024-11-01T04:42:03.272Z | Compiling base64ct v1.6.0 |
1401 | 2024-11-01T04:42:03.351Z | Compiling similar v2.6.0 |
1402 | 2024-11-01T04:42:03.942Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1403 | 2024-11-01T04:42:03.944Z | Compiling zone v0.3.0 |
1404 | 2024-11-01T04:42:03.988Z | Compiling password-hash v0.5.0 |
1405 | 2024-11-01T04:42:04.210Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1406 | 2024-11-01T04:42:04.291Z | Compiling expectorate v1.1.0 |
1407 | 2024-11-01T04:42:05.474Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1408 | 2024-11-01T04:42:05.540Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1409 | 2024-11-01T04:42:05.625Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1410 | 2024-11-01T04:42:06.122Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1411 | 2024-11-01T04:42:06.136Z | Compiling newtype_derive v0.1.6 |
1412 | 2024-11-01T04:42:06.725Z | Compiling blake2 v0.10.6 |
1413 | 2024-11-01T04:42:07.533Z | Compiling hubpack_derive v0.1.1 |
1414 | 2024-11-01T04:42:08.135Z | Compiling smf v0.2.3 |
1415 | 2024-11-01T04:42:08.358Z | Compiling zerocopy-derive v0.6.6 |
1416 | 2024-11-01T04:42:09.338Z | Compiling whoami v1.5.2 |
1417 | 2024-11-01T04:42:09.592Z | Compiling fixedbitset v0.4.2 |
1418 | 2024-11-01T04:42:09.846Z | Compiling cancel-safe-futures v0.1.5 |
1419 | 2024-11-01T04:42:10.064Z | Compiling owo-colors v4.1.0 |
1420 | 2024-11-01T04:42:10.126Z | Compiling petgraph v0.6.5 |
1421 | 2024-11-01T04:42:10.312Z | Compiling hubpack v0.1.2 |
1422 | 2024-11-01T04:42:10.381Z | Compiling argon2 v0.5.3 |
1423 | 2024-11-01T04:42:10.466Z | Compiling zerocopy v0.6.6 |
1424 | 2024-11-01T04:42:11.312Z | Compiling strum_macros v0.25.3 |
1425 | 2024-11-01T04:42:13.682Z | Compiling serde-big-array v0.5.1 |
1426 | 2024-11-01T04:42:13.933Z | Compiling serde_repr v0.1.19 |
1427 | 2024-11-01T04:42:14.366Z | Compiling cookie v0.18.1 |
1428 | 2024-11-01T04:42:14.438Z | Compiling convert_case v0.4.0 |
1429 | 2024-11-01T04:42:14.860Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1430 | 2024-11-01T04:42:15.132Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1431 | 2024-11-01T04:42:15.180Z | Compiling derive_more v0.99.18 |
1432 | 2024-11-01T04:42:15.878Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1433 | 2024-11-01T04:42:17.499Z | Compiling atomicwrites v0.4.4 |
1434 | 2024-11-01T04:42:17.882Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1435 | 2024-11-01T04:42:18.768Z | Compiling itertools v0.13.0 |
1436 | 2024-11-01T04:42:21.405Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1437 | 2024-11-01T04:42:21.947Z | Compiling libsw v3.3.1 |
1438 | 2024-11-01T04:42:22.124Z | Compiling enum-as-inner v0.6.1 |
1439 | 2024-11-01T04:42:22.187Z | Compiling derive-where v1.2.7 |
1440 | 2024-11-01T04:42:22.225Z | Compiling idna v0.4.0 |
1441 | 2024-11-01T04:42:22.310Z | Compiling linear-map v1.2.0 |
1442 | 2024-11-01T04:42:22.669Z | Compiling linked-hash-map v0.5.6 |
1443 | 2024-11-01T04:42:23.036Z | Compiling highway v1.2.0 |
1444 | 2024-11-01T04:42:23.225Z | Compiling indent_write v2.2.0 |
1445 | 2024-11-01T04:42:23.922Z | Compiling data-encoding v2.6.0 |
1446 | 2024-11-01T04:42:24.087Z | Compiling quick-error v1.2.3 |
1447 | 2024-11-01T04:42:24.233Z | Compiling swrite v0.1.0 |
1448 | 2024-11-01T04:42:24.350Z | Compiling resolv-conf v0.7.0 |
1449 | 2024-11-01T04:42:25.264Z | Compiling hickory-proto v0.24.1 |
1450 | 2024-11-01T04:42:25.444Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1451 | 2024-11-01T04:42:26.235Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1452 | 2024-11-01T04:42:26.706Z | Compiling lru-cache v0.1.2 |
1453 | 2024-11-01T04:42:26.914Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1454 | 2024-11-01T04:42:28.127Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1455 | 2024-11-01T04:42:29.353Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1456 | 2024-11-01T04:42:29.520Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1457 | 2024-11-01T04:42:30.917Z | Compiling steno v0.4.1 |
1458 | 2024-11-01T04:42:32.826Z | Compiling slog-dtrace v0.3.0 |
1459 | 2024-11-01T04:42:33.016Z | Compiling humantime v2.1.0 |
1460 | 2024-11-01T04:42:33.140Z | Compiling parking_lot_core v0.8.6 |
1461 | 2024-11-01T04:42:33.659Z | Compiling hickory-resolver v0.24.1 |
1462 | 2024-11-01T04:42:33.671Z | Compiling num-derive v0.3.3 |
1463 | 2024-11-01T04:42:34.621Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1464 | 2024-11-01T04:42:35.784Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1465 | 2024-11-01T04:42:35.879Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1466 | 2024-11-01T04:42:36.213Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1467 | 2024-11-01T04:42:36.388Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1468 | 2024-11-01T04:42:36.440Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1469 | 2024-11-01T04:42:37.072Z | Compiling smartstring v1.0.1 |
1470 | 2024-11-01T04:42:37.442Z | Compiling half v2.4.1 |
1471 | 2024-11-01T04:42:37.572Z | Compiling ciborium-io v0.2.2 |
1472 | 2024-11-01T04:42:38.084Z | Compiling ciborium-ll v0.2.2 |
1473 | 2024-11-01T04:42:38.162Z | Compiling parking_lot v0.11.2 |
1474 | 2024-11-01T04:42:38.399Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1475 | 2024-11-01T04:42:39.225Z | Compiling proc-macro-crate v3.2.0 |
1476 | 2024-11-01T04:42:39.460Z | Compiling crossbeam-epoch v0.9.18 |
1477 | 2024-11-01T04:42:40.194Z | Compiling fxhash v0.2.1 |
1478 | 2024-11-01T04:42:40.277Z | Compiling crc32fast v1.4.2 |
1479 | 2024-11-01T04:42:40.347Z | Compiling num_enum_derive v0.7.3 |
1480 | 2024-11-01T04:42:40.380Z | Compiling ciborium v0.2.2 |
1481 | 2024-11-01T04:42:40.636Z | Compiling sled v0.34.7 |
1482 | 2024-11-01T04:42:41.372Z | Compiling thin-vec v0.2.13 |
1483 | 2024-11-01T04:42:41.634Z | Compiling rhai_codegen v2.2.0 |
1484 | 2024-11-01T04:42:41.979Z | Compiling minimal-lexical v0.2.1 |
1485 | 2024-11-01T04:42:42.035Z | Compiling diff v0.1.13 |
1486 | 2024-11-01T04:42:42.497Z | Compiling nom v7.1.3 |
1487 | 2024-11-01T04:42:42.728Z | Compiling yansi v1.0.1 |
1488 | 2024-11-01T04:42:42.910Z | Compiling num_enum v0.7.3 |
1489 | 2024-11-01T04:42:43.287Z | Compiling pretty_assertions v1.4.1 |
1490 | 2024-11-01T04:42:43.906Z | Compiling rhai v1.19.0 |
1491 | 2024-11-01T04:42:49.526Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1492 | 2024-11-01T04:42:50.501Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1493 | 2024-11-01T04:42:57.316Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1494 | 2024-11-01T04:42:59.512Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1495 | 2024-11-01T04:43:00.090Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1496 | 2024-11-01T04:43:02.926Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
1497 | 2024-11-01T04:43:37.089Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 10s |
1498 | 2024-11-01T04:43:37.251Z | ------------ |
1499 | 2024-11-01T04:43:37.251Z | Nextest run ID fb5a717a-8b64-4cd3-a169-f6bbcd78b739 with nextest profile: default |
1500 | 2024-11-01T04:43:37.251Z | Starting 11 tests across 1 binary |
1501 | 2024-11-01T04:43:37.286Z | PASS [ 0.024s] bgp messages::tests::header_round_trip |
1502 | 2024-11-01T04:43:37.286Z | PASS [ 0.016s] bgp messages::tests::update_round_trip |
1503 | 2024-11-01T04:43:37.286Z | PASS [ 0.021s] bgp messages::tests::open_round_trip |
1504 | 2024-11-01T04:43:37.286Z | PASS [ 0.018s] bgp messages::tests::prefix_within |
1505 | 2024-11-01T04:43:37.298Z | PASS [ 0.036s] bgp policy::test::open_add_4byte_as |
1506 | 2024-11-01T04:43:37.309Z | PASS [ 0.043s] bgp policy::test::open_require_4byte_as |
1507 | 2024-11-01T04:43:37.311Z | PASS [ 0.040s] bgp policy::test::shape_update_prefixes |
1508 | 2024-11-01T04:43:37.314Z | PASS [ 0.037s] bgp policy::test::update_shape_community |
1509 | 2024-11-01T04:43:37.318Z | PASS [ 0.042s] bgp policy::test::update_drop_on_no_export |
1510 | 2024-11-01T04:43:50.390Z | PASS [ 13.108s] bgp test::test_basic_peering |
1511 | 2024-11-01T04:43:52.390Z | PASS [ 15.106s] bgp test::test_basic_update |
1512 | 2024-11-01T04:43:52.393Z | ------------ |
1513 | 2024-11-01T04:43:52.393Z | Summary [ 15.137s] 11 tests run: 11 passed, 0 skipped |
1514 | 2024-11-01T04:43:52.408Z | + cp r1.basic_peering.log r1.basic_update.log r2.basic_peering.log r2.basic_update.log /work/ |
1515 | 2024-11-01T04:43:52.411Z | process exited: duration 386000 ms, exit code 0 |
|
1516 | 2024-11-01T04:43:52.421Z | found 4 output files |
1517 | 2024-11-01T04:43:52.421Z | uploading: /work/r1.basic_peering.log (7871 bytes) |
1518 | 2024-11-01T04:43:53.434Z | uploaded: /work/r1.basic_peering.log |
1519 | 2024-11-01T04:43:53.434Z | uploading: /work/r1.basic_update.log (5503 bytes) |
1520 | 2024-11-01T04:43:54.445Z | uploaded: /work/r1.basic_update.log |
1521 | 2024-11-01T04:43:54.445Z | uploading: /work/r2.basic_peering.log (9265 bytes) |
1522 | 2024-11-01T04:43:55.453Z | uploaded: /work/r2.basic_peering.log |
1523 | 2024-11-01T04:43:55.455Z | uploading: /work/r2.basic_update.log (11218 bytes) |
1524 | 2024-11-01T04:43:56.462Z | uploaded: /work/r2.basic_update.log |