|
|
|
1 | 2024-10-07T07:18:07.083Z | job assigned to worker 01J9JXDPVE2DQ74JR656MTWSY7 (queued for 1 m 4 s) |
|
2 | 2024-10-07T07:18:14.220Z | starting task 0: "setup" |
3 | 2024-10-07T07:18:14.229Z | ++ uname -s |
4 | 2024-10-07T07:18:14.232Z | + kern=SunOS |
5 | 2024-10-07T07:18:14.232Z | + case "$kern" in |
6 | 2024-10-07T07:18:14.232Z | + groupadd -g 12345 build |
7 | 2024-10-07T07:18:14.235Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-10-07T07:18:16.246Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-10-07T07:18:16.381Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-10-07T07:18:16.383Z | + home_fs=zfs |
11 | 2024-10-07T07:18:16.383Z | + [[ zfs == autofs ]] |
12 | 2024-10-07T07:18:16.383Z | + mkdir -p /home/build |
13 | 2024-10-07T07:18:16.386Z | + chown build:build /home/build /work |
14 | 2024-10-07T07:18:18.387Z | + chmod 0700 /home/build /work |
15 | 2024-10-07T07:18:18.389Z | process exited: duration 4172 ms, exit code 0 |
|
16 | 2024-10-07T07:18:18.394Z | starting task 1: "rust-toolchain" |
17 | 2024-10-07T07:18:18.400Z | + printf ' * toolchain channel = "%s" |
18 | 2024-10-07T07:18:18.400Z | ' stable |
19 | 2024-10-07T07:18:18.400Z | * toolchain channel = "stable" |
20 | 2024-10-07T07:18:18.400Z | * toolchain profile = "default" |
21 | 2024-10-07T07:18:18.402Z | + printf ' * toolchain profile = "%s" |
22 | 2024-10-07T07:18:18.402Z | ' default |
23 | 2024-10-07T07:18:18.402Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-10-07T07:18:18.402Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-10-07T07:18:18.491Z | info: downloading installer |
26 | 2024-10-07T07:18:19.512Z | info: profile set to 'default' |
27 | 2024-10-07T07:18:19.512Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-10-07T07:18:19.514Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-10-07T07:18:19.639Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-10-07T07:18:19.639Z | info: downloading component 'cargo' |
31 | 2024-10-07T07:18:20.287Z | info: downloading component 'clippy' |
32 | 2024-10-07T07:18:20.531Z | info: downloading component 'rust-docs' |
33 | 2024-10-07T07:18:21.435Z | info: downloading component 'rust-std' |
34 | 2024-10-07T07:18:22.826Z | info: downloading component 'rustc' |
35 | 2024-10-07T07:18:27.784Z | info: downloading component 'rustfmt' |
36 | 2024-10-07T07:18:27.976Z | info: installing component 'cargo' |
37 | 2024-10-07T07:18:28.822Z | info: installing component 'clippy' |
38 | 2024-10-07T07:18:29.204Z | info: installing component 'rust-docs' |
39 | 2024-10-07T07:18:30.858Z | info: installing component 'rust-std' |
40 | 2024-10-07T07:18:32.718Z | info: installing component 'rustc' |
41 | 2024-10-07T07:18:38.459Z | info: installing component 'rustfmt' |
42 | 2024-10-07T07:18:38.805Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-10-07T07:18:38.805Z | |
44 | 2024-10-07T07:18:39.167Z | stable-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-10-07T07:18:39.167Z | |
46 | 2024-10-07T07:18:39.170Z | |
47 | 2024-10-07T07:18:39.170Z | Rust is installed now. Great! |
48 | 2024-10-07T07:18:39.170Z | |
49 | 2024-10-07T07:18:39.170Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-10-07T07:18:39.170Z | environment variable. This has not been done automatically. |
51 | 2024-10-07T07:18:39.170Z | |
52 | 2024-10-07T07:18:39.170Z | To configure your current shell, you need to source |
53 | 2024-10-07T07:18:39.170Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-10-07T07:18:39.170Z | |
55 | 2024-10-07T07:18:39.170Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-10-07T07:18:39.170Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-10-07T07:18:39.170Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-10-07T07:18:39.235Z | + rustc --version |
59 | 2024-10-07T07:18:39.300Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-10-07T07:18:39.303Z | process exited: duration 20913 ms, exit code 0 |
|
61 | 2024-10-07T07:18:39.310Z | starting task 2: "authentication" |
62 | 2024-10-07T07:18:39.329Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-10-07T07:18:39.334Z | starting task 3: "clone repository" |
64 | 2024-10-07T07:18:39.339Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-10-07T07:18:39.341Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-10-07T07:18:39.378Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-10-07T07:18:40.335Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-10-07T07:18:40.335Z | + git fetch origin ef4f02e3d10609e3598c40be60eb2b774e2e9738 |
69 | 2024-10-07T07:18:40.596Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-10-07T07:18:40.596Z | * branch ef4f02e3d10609e3598c40be60eb2b774e2e9738 -> FETCH_HEAD |
71 | 2024-10-07T07:18:40.603Z | + [[ -n renovate/lock-file-maintenance ]] |
72 | 2024-10-07T07:18:40.606Z | ++ git branch --show-current |
73 | 2024-10-07T07:18:40.608Z | + current=main |
74 | 2024-10-07T07:18:40.608Z | + [[ main != renovate/lock-file-maintenance ]] |
75 | 2024-10-07T07:18:40.608Z | + git branch -f renovate/lock-file-maintenance ef4f02e3d10609e3598c40be60eb2b774e2e9738 |
76 | 2024-10-07T07:18:40.611Z | + git checkout -f renovate/lock-file-maintenance |
77 | 2024-10-07T07:18:40.625Z | Switched to branch 'renovate/lock-file-maintenance' |
78 | 2024-10-07T07:18:40.627Z | + git reset --hard ef4f02e3d10609e3598c40be60eb2b774e2e9738 |
79 | 2024-10-07T07:18:40.639Z | HEAD is now at ef4f02e Lock file maintenance |
80 | 2024-10-07T07:18:40.642Z | process exited: duration 1306 ms, exit code 0 |
|
81 | 2024-10-07T07:18:40.647Z | starting task 4: "build" |
82 | 2024-10-07T07:18:40.652Z | + set -e |
83 | 2024-10-07T07:18:40.653Z | + cargo --version |
84 | 2024-10-07T07:18:40.657Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
85 | 2024-10-07T07:18:40.785Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
86 | 2024-10-07T07:18:40.785Z | info: downloading component 'cargo' |
87 | 2024-10-07T07:18:41.391Z | info: downloading component 'clippy' |
88 | 2024-10-07T07:18:41.617Z | info: downloading component 'rust-docs' |
89 | 2024-10-07T07:18:42.466Z | info: downloading component 'rust-std' |
90 | 2024-10-07T07:18:43.782Z | info: downloading component 'rustc' |
91 | 2024-10-07T07:18:48.424Z | info: downloading component 'rustfmt' |
92 | 2024-10-07T07:18:48.604Z | info: installing component 'cargo' |
93 | 2024-10-07T07:18:49.427Z | info: installing component 'clippy' |
94 | 2024-10-07T07:18:49.821Z | info: installing component 'rust-docs' |
95 | 2024-10-07T07:18:51.471Z | info: installing component 'rust-std' |
96 | 2024-10-07T07:18:53.309Z | info: installing component 'rustc' |
97 | 2024-10-07T07:18:58.975Z | info: installing component 'rustfmt' |
98 | 2024-10-07T07:18:59.387Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
99 | 2024-10-07T07:18:59.390Z | + rustc --version |
100 | 2024-10-07T07:18:59.458Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
101 | 2024-10-07T07:18:59.463Z | + cargo install cargo-nextest |
102 | 2024-10-07T07:18:59.550Z | Updating crates.io index |
103 | 2024-10-07T07:18:59.664Z | Downloading crates ... |
104 | 2024-10-07T07:18:59.736Z | Downloaded cargo-nextest v0.9.81 |
105 | 2024-10-07T07:18:59.782Z | Installing cargo-nextest v0.9.81 |
106 | 2024-10-07T07:18:59.864Z | Updating crates.io index |
107 | 2024-10-07T07:19:00.892Z | Locking 326 packages to latest compatible versions |
108 | 2024-10-07T07:19:00.892Z | Adding addr2line v0.21.0 (latest: v0.24.2) |
109 | 2024-10-07T07:19:00.894Z | Adding backtrace v0.3.71 (latest: v0.3.74) |
110 | 2024-10-07T07:19:00.894Z | Adding base64 v0.21.7 (latest: v0.22.1) |
111 | 2024-10-07T07:19:00.910Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
112 | 2024-10-07T07:19:00.912Z | Adding encode_unicode v0.3.6 (latest: v1.0.0) |
113 | 2024-10-07T07:19:00.912Z | Adding fixedbitset v0.4.2 (latest: v0.5.7) |
114 | 2024-10-07T07:19:00.912Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
115 | 2024-10-07T07:19:00.912Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
116 | 2024-10-07T07:19:00.912Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
117 | 2024-10-07T07:19:00.912Z | Adding gimli v0.28.1 (latest: v0.31.1) |
118 | 2024-10-07T07:19:00.912Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
119 | 2024-10-07T07:19:00.915Z | Adding idna v0.5.0 (latest: v1.0.2) |
120 | 2024-10-07T07:19:00.915Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
121 | 2024-10-07T07:19:00.915Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
122 | 2024-10-07T07:19:00.918Z | Adding object v0.32.2 (latest: v0.36.5) |
123 | 2024-10-07T07:19:00.920Z | Adding owo-colors v3.5.0 (latest: v4.1.0) |
124 | 2024-10-07T07:19:00.920Z | Adding quick-xml v0.23.1 (latest: v0.36.2) |
125 | 2024-10-07T07:19:00.926Z | Adding security-framework v2.11.1 (latest: v3.0.0) |
126 | 2024-10-07T07:19:00.929Z | Adding terminal_size v0.3.0 (latest: v0.4.0) |
127 | 2024-10-07T07:19:00.931Z | Adding unicode-width v0.1.14 (latest: v0.2.0) |
128 | 2024-10-07T07:19:00.934Z | Adding vte v0.11.1 (latest: v0.13.0) |
129 | 2024-10-07T07:19:00.934Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1) |
130 | 2024-10-07T07:19:00.934Z | Adding windows v0.52.0 (latest: v0.58.0) |
131 | 2024-10-07T07:19:00.934Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
132 | 2024-10-07T07:19:00.934Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
133 | 2024-10-07T07:19:00.934Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
134 | 2024-10-07T07:19:00.934Z | Adding windows-sys v0.42.0 (latest: v0.59.0) |
135 | 2024-10-07T07:19:00.934Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
136 | 2024-10-07T07:19:00.934Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
137 | 2024-10-07T07:19:00.934Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
138 | 2024-10-07T07:19:00.934Z | Adding windows_aarch64_gnullvm v0.42.2 (latest: v0.52.6) |
139 | 2024-10-07T07:19:00.934Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
140 | 2024-10-07T07:19:00.934Z | Adding windows_aarch64_msvc v0.42.2 (latest: v0.52.6) |
141 | 2024-10-07T07:19:00.934Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
142 | 2024-10-07T07:19:00.934Z | Adding windows_i686_gnu v0.42.2 (latest: v0.52.6) |
143 | 2024-10-07T07:19:00.934Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
144 | 2024-10-07T07:19:00.934Z | Adding windows_i686_msvc v0.42.2 (latest: v0.52.6) |
145 | 2024-10-07T07:19:00.934Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
146 | 2024-10-07T07:19:00.935Z | Adding windows_x86_64_gnu v0.42.2 (latest: v0.52.6) |
147 | 2024-10-07T07:19:00.935Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
148 | 2024-10-07T07:19:00.935Z | Adding windows_x86_64_gnullvm v0.42.2 (latest: v0.52.6) |
149 | 2024-10-07T07:19:00.935Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
150 | 2024-10-07T07:19:00.935Z | Adding windows_x86_64_msvc v0.42.2 (latest: v0.52.6) |
151 | 2024-10-07T07:19:00.935Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
152 | 2024-10-07T07:19:00.935Z | Adding zerocopy v0.7.35 (latest: v0.8.2) |
153 | 2024-10-07T07:19:00.937Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.2) |
154 | 2024-10-07T07:19:00.937Z | Downloading crates ... |
155 | 2024-10-07T07:19:01.000Z | Downloaded backtrace-ext v0.2.1 |
156 | 2024-10-07T07:19:01.002Z | Downloaded autocfg v1.4.0 |
157 | 2024-10-07T07:19:01.005Z | Downloaded anstyle-parse v0.2.5 |
158 | 2024-10-07T07:19:01.007Z | Downloaded adler v1.0.2 |
159 | 2024-10-07T07:19:01.009Z | Downloaded bitflags v2.6.0 |
160 | 2024-10-07T07:19:01.013Z | Downloaded ahash v0.8.11 |
161 | 2024-10-07T07:19:01.016Z | Downloaded indenter v0.3.3 |
162 | 2024-10-07T07:19:01.019Z | Downloaded strip-ansi-escapes v0.2.0 |
163 | 2024-10-07T07:19:01.019Z | Downloaded equivalent v1.0.1 |
164 | 2024-10-07T07:19:01.022Z | Downloaded tower-service v0.3.3 |
165 | 2024-10-07T07:19:01.025Z | Downloaded sync_wrapper v1.0.1 |
166 | 2024-10-07T07:19:01.027Z | Downloaded tokio-rustls v0.26.0 |
167 | 2024-10-07T07:19:01.027Z | Downloaded subtle v2.6.1 |
168 | 2024-10-07T07:19:01.030Z | Downloaded target-spec-miette v0.4.0 |
169 | 2024-10-07T07:19:01.032Z | Downloaded tinyvec_macros v0.1.1 |
170 | 2024-10-07T07:19:01.032Z | Downloaded supports-hyperlinks v3.0.0 |
171 | 2024-10-07T07:19:01.034Z | Downloaded http-body v1.0.1 |
172 | 2024-10-07T07:19:01.034Z | Downloaded foreign-types v0.3.2 |
173 | 2024-10-07T07:19:01.037Z | Downloaded try-lock v0.2.5 |
174 | 2024-10-07T07:19:01.037Z | Downloaded is_terminal_polyfill v1.70.1 |
175 | 2024-10-07T07:19:01.039Z | Downloaded atomicwrites v0.4.4 |
176 | 2024-10-07T07:19:01.039Z | Downloaded swrite v0.1.0 |
177 | 2024-10-07T07:19:01.043Z | Downloaded nextest-workspace-hack v0.1.0 |
178 | 2024-10-07T07:19:01.046Z | Downloaded urlencoding v2.1.3 |
179 | 2024-10-07T07:19:01.046Z | Downloaded futures-io v0.3.31 |
180 | 2024-10-07T07:19:01.048Z | Downloaded openssl-macros v0.1.1 |
181 | 2024-10-07T07:19:01.048Z | Downloaded digest v0.10.7 |
182 | 2024-10-07T07:19:01.051Z | Downloaded nested v0.1.1 |
183 | 2024-10-07T07:19:01.051Z | Downloaded number_prefix v0.4.0 |
184 | 2024-10-07T07:19:01.053Z | Downloaded cargo-platform v0.1.8 |
185 | 2024-10-07T07:19:01.054Z | Downloaded mime v0.3.17 |
186 | 2024-10-07T07:19:01.057Z | Downloaded unicase v2.7.0 |
187 | 2024-10-07T07:19:01.057Z | Downloaded byteorder v1.5.0 |
188 | 2024-10-07T07:19:01.059Z | Downloaded toml_datetime v0.6.8 |
189 | 2024-10-07T07:19:01.061Z | Downloaded untrusted v0.9.0 |
190 | 2024-10-07T07:19:01.064Z | Downloaded itoa v1.0.11 |
191 | 2024-10-07T07:19:01.064Z | Downloaded lazy_static v1.5.0 |
192 | 2024-10-07T07:19:01.066Z | Downloaded zipsign-api v0.1.2 |
193 | 2024-10-07T07:19:01.069Z | Downloaded humantime-serde v1.1.1 |
194 | 2024-10-07T07:19:01.069Z | Downloaded http-body-util v0.1.2 |
195 | 2024-10-07T07:19:01.072Z | Downloaded anstyle v1.0.8 |
196 | 2024-10-07T07:19:01.072Z | Downloaded adler2 v2.0.0 |
197 | 2024-10-07T07:19:01.075Z | Downloaded foreign-types-shared v0.1.1 |
198 | 2024-10-07T07:19:01.075Z | Downloaded thiserror-impl v1.0.64 |
199 | 2024-10-07T07:19:01.077Z | Downloaded env_filter v0.1.2 |
200 | 2024-10-07T07:19:01.077Z | Downloaded xattr v1.3.1 |
201 | 2024-10-07T07:19:01.080Z | Downloaded zeroize v1.8.1 |
202 | 2024-10-07T07:19:01.082Z | Downloaded console v0.15.8 |
203 | 2024-10-07T07:19:01.084Z | Downloaded unicode-linebreak v0.1.5 |
204 | 2024-10-07T07:19:01.087Z | Downloaded getrandom v0.2.15 |
205 | 2024-10-07T07:19:01.089Z | Downloaded zstd-safe v7.2.1 |
206 | 2024-10-07T07:19:01.092Z | Downloaded tokio-native-tls v0.3.1 |
207 | 2024-10-07T07:19:01.092Z | Downloaded ipnet v2.10.1 |
208 | 2024-10-07T07:19:01.094Z | Downloaded duct v0.13.7 |
209 | 2024-10-07T07:19:01.096Z | Downloaded textwrap v0.16.1 |
210 | 2024-10-07T07:19:01.099Z | Downloaded camino v1.1.9 |
211 | 2024-10-07T07:19:01.102Z | Downloaded serde_ignored v0.1.10 |
212 | 2024-10-07T07:19:01.102Z | Downloaded once_cell v1.20.2 |
213 | 2024-10-07T07:19:01.104Z | Downloaded toml v0.8.19 |
214 | 2024-10-07T07:19:01.107Z | Downloaded is_ci v1.2.0 |
215 | 2024-10-07T07:19:01.110Z | Downloaded guppy-workspace-hack v0.1.0 |
216 | 2024-10-07T07:19:01.110Z | Downloaded enable-ansi-support v0.2.1 |
217 | 2024-10-07T07:19:01.112Z | Downloaded want v0.3.1 |
218 | 2024-10-07T07:19:01.112Z | Downloaded cfg_aliases v0.2.1 |
219 | 2024-10-07T07:19:01.114Z | Downloaded curve25519-dalek-derive v0.1.1 |
220 | 2024-10-07T07:19:01.115Z | Downloaded home v0.5.9 |
221 | 2024-10-07T07:19:01.118Z | Downloaded anstyle-query v1.1.1 |
222 | 2024-10-07T07:19:01.118Z | Downloaded futures-core v0.3.31 |
223 | 2024-10-07T07:19:01.118Z | Downloaded openssl-probe v0.1.5 |
224 | 2024-10-07T07:19:01.120Z | Downloaded target-lexicon v0.12.16 |
225 | 2024-10-07T07:19:01.120Z | Downloaded display-error-chain v0.2.1 |
226 | 2024-10-07T07:19:01.123Z | Downloaded heck v0.5.0 |
227 | 2024-10-07T07:19:01.125Z | Downloaded futures-macro v0.3.31 |
228 | 2024-10-07T07:19:01.126Z | Downloaded version_check v0.9.5 |
229 | 2024-10-07T07:19:01.126Z | Downloaded pathdiff v0.2.1 |
230 | 2024-10-07T07:19:01.128Z | Downloaded camino-tempfile v1.1.1 |
231 | 2024-10-07T07:19:01.128Z | Downloaded futures-sink v0.3.31 |
232 | 2024-10-07T07:19:01.131Z | Downloaded cpufeatures v0.2.14 |
233 | 2024-10-07T07:19:01.131Z | Downloaded block-buffer v0.10.4 |
234 | 2024-10-07T07:19:01.133Z | Downloaded slab v0.4.9 |
235 | 2024-10-07T07:19:01.133Z | Downloaded miniz_oxide v0.8.0 |
236 | 2024-10-07T07:19:01.135Z | Downloaded base64ct v1.6.0 |
237 | 2024-10-07T07:19:01.138Z | Downloaded tokio-macros v2.4.0 |
238 | 2024-10-07T07:19:01.140Z | Downloaded quinn-udp v0.5.5 |
239 | 2024-10-07T07:19:01.141Z | Downloaded future-queue v0.3.0 |
240 | 2024-10-07T07:19:01.143Z | Downloaded log v0.4.22 |
241 | 2024-10-07T07:19:01.146Z | Downloaded tracing-core v0.1.32 |
242 | 2024-10-07T07:19:01.148Z | Downloaded percent-encoding v2.3.1 |
243 | 2024-10-07T07:19:01.151Z | Downloaded miniz_oxide v0.7.4 |
244 | 2024-10-07T07:19:01.153Z | Downloaded eyre v0.6.12 |
245 | 2024-10-07T07:19:01.155Z | Downloaded nextest-metadata v0.12.1 |
246 | 2024-10-07T07:19:01.155Z | Downloaded debug-ignore v1.0.5 |
247 | 2024-10-07T07:19:01.158Z | Downloaded pin-utils v0.1.0 |
248 | 2024-10-07T07:19:01.160Z | Downloaded miette-derive v7.2.0 |
249 | 2024-10-07T07:19:01.160Z | Downloaded supports-color v3.0.1 |
250 | 2024-10-07T07:19:01.163Z | Downloaded terminal_size v0.3.0 |
251 | 2024-10-07T07:19:01.163Z | Downloaded generic-array v0.14.7 |
252 | 2024-10-07T07:19:01.165Z | Downloaded vte_generate_state_changes v0.1.2 |
253 | 2024-10-07T07:19:01.165Z | Downloaded serde_spanned v0.6.8 |
254 | 2024-10-07T07:19:01.167Z | Downloaded hyper-tls v0.6.0 |
255 | 2024-10-07T07:19:01.167Z | Downloaded humantime v2.1.0 |
256 | 2024-10-07T07:19:01.172Z | Downloaded newtype-uuid v1.1.0 |
257 | 2024-10-07T07:19:01.172Z | Downloaded futures-task v0.3.31 |
258 | 2024-10-07T07:19:01.172Z | Downloaded ed25519 v2.2.3 |
259 | 2024-10-07T07:19:01.176Z | Downloaded thiserror v1.0.64 |
260 | 2024-10-07T07:19:01.178Z | Downloaded xxhash-rust v0.8.12 |
261 | 2024-10-07T07:19:01.180Z | Downloaded utf8parse v0.2.2 |
262 | 2024-10-07T07:19:01.180Z | Downloaded target-spec v3.2.2 |
263 | 2024-10-07T07:19:01.183Z | Downloaded quick-junit v0.5.0 |
264 | 2024-10-07T07:19:01.187Z | Downloaded signature v2.2.0 |
265 | 2024-10-07T07:19:01.190Z | Downloaded hyper-rustls v0.27.3 |
266 | 2024-10-07T07:19:01.190Z | Downloaded anstream v0.6.15 |
267 | 2024-10-07T07:19:01.193Z | Downloaded smawk v0.3.2 |
268 | 2024-10-07T07:19:01.193Z | Downloaded crc32fast v1.4.2 |
269 | 2024-10-07T07:19:01.195Z | Downloaded unicode-bidi v0.3.17 |
270 | 2024-10-07T07:19:01.197Z | Downloaded static_assertions v1.1.0 |
271 | 2024-10-07T07:19:01.200Z | Downloaded uuid v1.10.0 |
272 | 2024-10-07T07:19:01.202Z | Downloaded ppv-lite86 v0.2.20 |
273 | 2024-10-07T07:19:01.204Z | Downloaded openssl-sys v0.9.103 |
274 | 2024-10-07T07:19:01.207Z | Downloaded nextest-filtering v0.12.0 |
275 | 2024-10-07T07:19:01.209Z | Downloaded signal-hook-registry v1.4.2 |
276 | 2024-10-07T07:19:01.212Z | Downloaded shared_child v1.0.1 |
277 | 2024-10-07T07:19:01.214Z | Downloaded strsim v0.11.1 |
278 | 2024-10-07T07:19:01.214Z | Downloaded rustc-hash v2.0.0 |
279 | 2024-10-07T07:19:01.216Z | Downloaded clap_derive v4.5.18 |
280 | 2024-10-07T07:19:01.218Z | Downloaded zstd v0.13.2 |
281 | 2024-10-07T07:19:01.221Z | Downloaded futures v0.3.31 |
282 | 2024-10-07T07:19:01.226Z | Downloaded pkg-config v0.3.31 |
283 | 2024-10-07T07:19:01.228Z | Downloaded rustc_version v0.4.1 |
284 | 2024-10-07T07:19:01.228Z | Downloaded serde_path_to_error v0.1.16 |
285 | 2024-10-07T07:19:01.230Z | Downloaded os_pipe v1.2.1 |
286 | 2024-10-07T07:19:01.233Z | Downloaded httparse v1.9.5 |
287 | 2024-10-07T07:19:01.235Z | Downloaded smol_str v0.3.1 |
288 | 2024-10-07T07:19:01.237Z | Downloaded rand_chacha v0.3.1 |
289 | 2024-10-07T07:19:01.237Z | Downloaded pin-project-internal v1.1.6 |
290 | 2024-10-07T07:19:01.240Z | Downloaded serde_urlencoded v0.7.1 |
291 | 2024-10-07T07:19:01.242Z | Downloaded spki v0.7.3 |
292 | 2024-10-07T07:19:01.242Z | Downloaded self-replace v1.5.0 |
293 | 2024-10-07T07:19:01.245Z | Downloaded quote v1.0.37 |
294 | 2024-10-07T07:19:01.247Z | Downloaded pkcs8 v0.10.2 |
295 | 2024-10-07T07:19:01.249Z | Downloaded const-oid v0.9.6 |
296 | 2024-10-07T07:19:01.251Z | Downloaded indexmap v2.6.0 |
297 | 2024-10-07T07:19:01.256Z | Downloaded rustls-pemfile v2.2.0 |
298 | 2024-10-07T07:19:01.259Z | Downloaded pin-project-lite v0.2.14 |
299 | 2024-10-07T07:19:01.263Z | Downloaded smallvec v1.13.2 |
300 | 2024-10-07T07:19:01.266Z | Downloaded vte v0.11.1 |
301 | 2024-10-07T07:19:01.268Z | Downloaded num-traits v0.2.19 |
302 | 2024-10-07T07:19:01.272Z | Downloaded socket2 v0.5.7 |
303 | 2024-10-07T07:19:01.275Z | Downloaded spin v0.9.8 |
304 | 2024-10-07T07:19:01.277Z | Downloaded rand_core v0.6.4 |
305 | 2024-10-07T07:19:01.277Z | Downloaded miette v7.2.0 |
306 | 2024-10-07T07:19:01.283Z | Downloaded semver v1.0.23 |
307 | 2024-10-07T07:19:01.286Z | Downloaded serde_derive v1.0.210 |
308 | 2024-10-07T07:19:01.291Z | Downloaded hyper-util v0.1.9 |
309 | 2024-10-07T07:19:01.294Z | Downloaded tar v0.4.42 |
310 | 2024-10-07T07:19:01.296Z | Downloaded proc-macro2 v1.0.86 |
311 | 2024-10-07T07:19:01.298Z | Downloaded der v0.7.9 |
312 | 2024-10-07T07:19:01.302Z | Downloaded cc v1.1.28 |
313 | 2024-10-07T07:19:01.306Z | Downloaded toml_edit v0.22.22 |
314 | 2024-10-07T07:19:01.327Z | Downloaded self_update v0.41.0 |
315 | 2024-10-07T07:19:01.330Z | Downloaded url v2.5.2 |
316 | 2024-10-07T07:19:01.333Z | Downloaded backtrace v0.3.71 |
317 | 2024-10-07T07:19:01.337Z | Downloaded ron v0.8.1 |
318 | 2024-10-07T07:19:01.343Z | Downloaded nom v7.1.3 |
319 | 2024-10-07T07:19:01.348Z | Downloaded minimal-lexical v0.2.1 |
320 | 2024-10-07T07:19:01.352Z | Downloaded memchr v2.7.4 |
321 | 2024-10-07T07:19:01.357Z | Downloaded rand v0.8.5 |
322 | 2024-10-07T07:19:01.360Z | Downloaded config v0.14.0 |
323 | 2024-10-07T07:19:01.368Z | Downloaded quinn v0.11.5 |
324 | 2024-10-07T07:19:01.372Z | Downloaded mio v1.0.2 |
325 | 2024-10-07T07:19:01.377Z | Downloaded zerocopy v0.7.35 |
326 | 2024-10-07T07:19:01.392Z | Downloaded serde v1.0.210 |
327 | 2024-10-07T07:19:01.395Z | Downloaded http v1.1.0 |
328 | 2024-10-07T07:19:01.399Z | Downloaded hashbrown v0.15.0 |
329 | 2024-10-07T07:19:01.404Z | Downloaded guppy v0.17.8 |
330 | 2024-10-07T07:19:01.410Z | Downloaded flate2 v1.0.34 |
331 | 2024-10-07T07:19:01.415Z | Downloaded unicode-normalization v0.1.24 |
332 | 2024-10-07T07:19:01.418Z | Downloaded bytes v1.7.2 |
333 | 2024-10-07T07:19:01.422Z | Downloaded futures-util v0.3.31 |
334 | 2024-10-07T07:19:01.434Z | Downloaded clap_builder v4.5.19 |
335 | 2024-10-07T07:19:01.440Z | Downloaded serde_json v1.0.128 |
336 | 2024-10-07T07:19:01.447Z | Downloaded aho-corasick v1.1.3 |
337 | 2024-10-07T07:19:01.452Z | Downloaded itertools v0.13.0 |
338 | 2024-10-07T07:19:01.459Z | Downloaded quick-xml v0.36.2 |
339 | 2024-10-07T07:19:01.465Z | Downloaded quick-xml v0.23.1 |
340 | 2024-10-07T07:19:01.471Z | Downloaded winnow v0.6.20 |
341 | 2024-10-07T07:19:01.480Z | Downloaded portable-atomic v1.9.0 |
342 | 2024-10-07T07:19:01.486Z | Downloaded reqwest v0.12.8 |
343 | 2024-10-07T07:19:01.500Z | Downloaded nextest-runner v0.64.0 |
344 | 2024-10-07T07:19:01.511Z | Downloaded webpki-roots v0.26.6 |
345 | 2024-10-07T07:19:01.515Z | Downloaded gimli v0.28.1 |
346 | 2024-10-07T07:19:01.524Z | Downloaded idna v0.5.0 |
347 | 2024-10-07T07:19:01.532Z | Downloaded vcpkg v0.2.15 |
348 | 2024-10-07T07:19:01.573Z | Downloaded syn v2.0.79 |
349 | 2024-10-07T07:19:01.584Z | Downloaded unicode-width v0.1.14 |
350 | 2024-10-07T07:19:01.590Z | Downloaded curve25519-dalek v4.1.3 |
351 | 2024-10-07T07:19:01.599Z | Downloaded regex v1.11.0 |
352 | 2024-10-07T07:19:01.612Z | Downloaded openssl v0.10.66 |
353 | 2024-10-07T07:19:01.623Z | Downloaded rustix v0.38.37 |
354 | 2024-10-07T07:19:01.647Z | Downloaded rustls v0.23.14 |
355 | 2024-10-07T07:19:01.659Z | Downloaded bstr v1.10.0 |
356 | 2024-10-07T07:19:01.669Z | Downloaded object v0.32.2 |
357 | 2024-10-07T07:19:01.681Z | Downloaded regex-syntax v0.8.5 |
358 | 2024-10-07T07:19:01.689Z | Downloaded nix v0.29.0 |
359 | 2024-10-07T07:19:01.702Z | Downloaded unicode-width v0.2.0 |
360 | 2024-10-07T07:19:01.708Z | Downloaded quinn-proto v0.11.8 |
361 | 2024-10-07T07:19:01.714Z | Downloaded rustls-webpki v0.102.8 |
362 | 2024-10-07T07:19:01.736Z | Downloaded chrono v0.4.38 |
363 | 2024-10-07T07:19:01.743Z | Downloaded hyper v1.4.1 |
364 | 2024-10-07T07:19:01.749Z | Downloaded rustls-pki-types v1.9.0 |
365 | 2024-10-07T07:19:01.752Z | Downloaded pin-project v1.1.6 |
366 | 2024-10-07T07:19:01.764Z | Downloaded owo-colors v3.5.0 |
367 | 2024-10-07T07:19:01.767Z | Downloaded indicatif v0.17.8 |
368 | 2024-10-07T07:19:01.770Z | Downloaded color-eyre v0.6.3 |
369 | 2024-10-07T07:19:01.777Z | Downloaded ed25519-dalek v2.1.1 |
370 | 2024-10-07T07:19:01.780Z | Downloaded base64 v0.21.7 |
371 | 2024-10-07T07:19:01.784Z | Downloaded ryu v1.0.18 |
372 | 2024-10-07T07:19:01.786Z | Downloaded unicode-ident v1.0.13 |
373 | 2024-10-07T07:19:01.789Z | Downloaded typenum v1.17.0 |
374 | 2024-10-07T07:19:01.792Z | Downloaded clap v4.5.19 |
375 | 2024-10-07T07:19:01.800Z | Downloaded tinyvec v1.8.0 |
376 | 2024-10-07T07:19:01.803Z | Downloaded cfg-expr v0.17.0 |
377 | 2024-10-07T07:19:01.805Z | Downloaded native-tls v0.2.12 |
378 | 2024-10-07T07:19:01.808Z | Downloaded regex-automata v0.4.8 |
379 | 2024-10-07T07:19:01.824Z | Downloaded futures-channel v0.3.31 |
380 | 2024-10-07T07:19:01.827Z | Downloaded owo-colors v4.1.0 |
381 | 2024-10-07T07:19:01.829Z | Downloaded rustc-demangle v0.1.24 |
382 | 2024-10-07T07:19:01.831Z | Downloaded sha2 v0.10.8 |
383 | 2024-10-07T07:19:01.831Z | Downloaded tracing v0.1.40 |
384 | 2024-10-07T07:19:01.836Z | Downloaded petgraph v0.6.5 |
385 | 2024-10-07T07:19:01.852Z | Downloaded dialoguer v0.11.0 |
386 | 2024-10-07T07:19:01.855Z | Downloaded env_logger v0.11.5 |
387 | 2024-10-07T07:19:01.857Z | Downloaded zstd-sys v2.0.13+zstd.1.5.6 |
388 | 2024-10-07T07:19:01.875Z | Downloaded libc v0.2.159 |
389 | 2024-10-07T07:19:01.900Z | Downloaded tokio v1.40.0 |
390 | 2024-10-07T07:19:01.935Z | Downloaded errno v0.3.9 |
391 | 2024-10-07T07:19:01.938Z | Downloaded jobserver v0.1.32 |
392 | 2024-10-07T07:19:01.940Z | Downloaded zerocopy-derive v0.7.35 |
393 | 2024-10-07T07:19:01.942Z | Downloaded iana-time-zone v0.1.61 |
394 | 2024-10-07T07:19:01.946Z | Downloaded cargo_metadata v0.18.1 |
395 | 2024-10-07T07:19:01.949Z | Downloaded base64 v0.22.1 |
396 | 2024-10-07T07:19:01.949Z | Downloaded tempfile v3.13.0 |
397 | 2024-10-07T07:19:01.952Z | Downloaded borsh v1.5.1 |
398 | 2024-10-07T07:19:01.957Z | Downloaded addr2line v0.21.0 |
399 | 2024-10-07T07:19:01.959Z | Downloaded shlex v1.3.0 |
400 | 2024-10-07T07:19:01.961Z | Downloaded shell-words v1.1.0 |
401 | 2024-10-07T07:19:01.962Z | Downloaded globset v0.4.15 |
402 | 2024-10-07T07:19:01.964Z | Downloaded either v1.13.0 |
403 | 2024-10-07T07:19:01.964Z | Downloaded futures-executor v0.3.31 |
404 | 2024-10-07T07:19:01.966Z | Downloaded filetime v0.2.25 |
405 | 2024-10-07T07:19:01.966Z | Downloaded terminal_size v0.4.0 |
406 | 2024-10-07T07:19:01.969Z | Downloaded supports-unicode v3.0.0 |
407 | 2024-10-07T07:19:01.969Z | Downloaded form_urlencoded v1.2.1 |
408 | 2024-10-07T07:19:01.973Z | Downloaded cfg-if v1.0.0 |
409 | 2024-10-07T07:19:01.973Z | Downloaded async-scoped v0.9.0 |
410 | 2024-10-07T07:19:01.973Z | Downloaded fnv v1.0.7 |
411 | 2024-10-07T07:19:01.973Z | Downloaded fixedbitset v0.4.2 |
412 | 2024-10-07T07:19:01.973Z | Downloaded fastrand v2.1.1 |
413 | 2024-10-07T07:19:01.976Z | Downloaded crypto-common v0.1.6 |
414 | 2024-10-07T07:19:01.976Z | Downloaded colorchoice v1.0.2 |
415 | 2024-10-07T07:19:01.976Z | Downloaded clap_lex v0.7.2 |
416 | 2024-10-07T07:19:01.979Z | Downloaded mukti-metadata v0.2.1 |
417 | 2024-10-07T07:19:01.979Z | Downloaded recursion v0.5.2 |
418 | 2024-10-07T07:19:02.146Z | Downloaded ring v0.17.8 |
419 | 2024-10-07T07:19:02.418Z | Compiling proc-macro2 v1.0.86 |
420 | 2024-10-07T07:19:02.418Z | Compiling unicode-ident v1.0.13 |
421 | 2024-10-07T07:19:02.421Z | Compiling libc v0.2.159 |
422 | 2024-10-07T07:19:02.421Z | Compiling memchr v2.7.4 |
423 | 2024-10-07T07:19:02.421Z | Compiling cfg-if v1.0.0 |
424 | 2024-10-07T07:19:02.421Z | Compiling serde v1.0.210 |
425 | 2024-10-07T07:19:02.439Z | Compiling shlex v1.3.0 |
426 | 2024-10-07T07:19:02.531Z | Compiling once_cell v1.20.2 |
427 | 2024-10-07T07:19:02.598Z | Compiling autocfg v1.4.0 |
428 | 2024-10-07T07:19:02.856Z | Compiling itoa v1.0.11 |
429 | 2024-10-07T07:19:02.974Z | Compiling bitflags v2.6.0 |
430 | 2024-10-07T07:19:03.056Z | Compiling rustix v0.38.37 |
431 | 2024-10-07T07:19:03.086Z | Compiling pin-project-lite v0.2.14 |
432 | 2024-10-07T07:19:03.214Z | Compiling futures-core v0.3.31 |
433 | 2024-10-07T07:19:03.462Z | Compiling futures-sink v0.3.31 |
434 | 2024-10-07T07:19:03.490Z | Compiling slab v0.4.9 |
435 | 2024-10-07T07:19:03.490Z | Compiling bytes v1.7.2 |
436 | 2024-10-07T07:19:03.607Z | Compiling futures-channel v0.3.31 |
437 | 2024-10-07T07:19:03.827Z | Compiling ryu v1.0.18 |
438 | 2024-10-07T07:19:03.943Z | Compiling jobserver v0.1.32 |
439 | 2024-10-07T07:19:04.079Z | Compiling serde_json v1.0.128 |
440 | 2024-10-07T07:19:04.300Z | Compiling quote v1.0.37 |
441 | 2024-10-07T07:19:04.395Z | Compiling cc v1.1.28 |
442 | 2024-10-07T07:19:04.425Z | Compiling errno v0.3.9 |
443 | 2024-10-07T07:19:04.684Z | Compiling syn v2.0.79 |
444 | 2024-10-07T07:19:04.698Z | Compiling getrandom v0.2.15 |
445 | 2024-10-07T07:19:04.922Z | Compiling smallvec v1.13.2 |
446 | 2024-10-07T07:19:04.993Z | Compiling futures-task v0.3.31 |
447 | 2024-10-07T07:19:05.063Z | Compiling pin-utils v0.1.0 |
448 | 2024-10-07T07:19:05.152Z | Compiling futures-io v0.3.31 |
449 | 2024-10-07T07:19:05.187Z | Compiling version_check v0.9.5 |
450 | 2024-10-07T07:19:05.282Z | Compiling thiserror v1.0.64 |
451 | 2024-10-07T07:19:05.369Z | Compiling camino v1.1.9 |
452 | 2024-10-07T07:19:05.417Z | Compiling fnv v1.0.7 |
453 | 2024-10-07T07:19:05.475Z | Compiling signal-hook-registry v1.4.2 |
454 | 2024-10-07T07:19:05.552Z | Compiling socket2 v0.5.7 |
455 | 2024-10-07T07:19:05.832Z | Compiling mio v1.0.2 |
456 | 2024-10-07T07:19:06.005Z | Compiling hashbrown v0.15.0 |
457 | 2024-10-07T07:19:06.131Z | Compiling unicode-width v0.1.14 |
458 | 2024-10-07T07:19:06.773Z | Compiling equivalent v1.0.1 |
459 | 2024-10-07T07:19:06.895Z | Compiling target-lexicon v0.12.16 |
460 | 2024-10-07T07:19:07.075Z | Compiling rustls-pki-types v1.9.0 |
461 | 2024-10-07T07:19:07.282Z | Compiling http v1.1.0 |
462 | 2024-10-07T07:19:07.520Z | Compiling utf8parse v0.2.2 |
463 | 2024-10-07T07:19:07.650Z | Compiling byteorder v1.5.0 |
464 | 2024-10-07T07:19:07.679Z | Compiling httparse v1.9.5 |
465 | 2024-10-07T07:19:07.880Z | Compiling gimli v0.28.1 |
466 | 2024-10-07T07:19:07.963Z | Compiling ring v0.17.8 |
467 | 2024-10-07T07:19:08.006Z | Compiling backtrace v0.3.71 |
468 | 2024-10-07T07:19:08.358Z | Compiling semver v1.0.23 |
469 | 2024-10-07T07:19:08.513Z | Compiling guppy-workspace-hack v0.1.0 |
470 | 2024-10-07T07:19:08.855Z | Compiling adler v1.0.2 |
471 | 2024-10-07T07:19:08.881Z | Compiling untrusted v0.9.0 |
472 | 2024-10-07T07:19:08.895Z | Compiling spin v0.9.8 |
473 | 2024-10-07T07:19:09.073Z | Compiling http-body v1.0.1 |
474 | 2024-10-07T07:19:09.084Z | Compiling miniz_oxide v0.7.4 |
475 | 2024-10-07T07:19:09.310Z | Compiling object v0.32.2 |
476 | 2024-10-07T07:19:09.458Z | Compiling pkg-config v0.3.31 |
477 | 2024-10-07T07:19:10.456Z | Compiling log v0.4.22 |
478 | 2024-10-07T07:19:10.598Z | Compiling try-lock v0.2.5 |
479 | 2024-10-07T07:19:10.623Z | Compiling zeroize v1.8.1 |
480 | 2024-10-07T07:19:10.758Z | Compiling tinyvec_macros v0.1.1 |
481 | 2024-10-07T07:19:10.854Z | Compiling rustc-demangle v0.1.24 |
482 | 2024-10-07T07:19:10.970Z | Compiling fastrand v2.1.1 |
483 | 2024-10-07T07:19:10.973Z | Compiling rustls v0.23.14 |
484 | 2024-10-07T07:19:11.305Z | Compiling target-spec v3.2.2 |
485 | 2024-10-07T07:19:11.648Z | Compiling tempfile v3.13.0 |
486 | 2024-10-07T07:19:11.859Z | Compiling tinyvec v1.8.0 |
487 | 2024-10-07T07:19:11.934Z | Compiling want v0.3.1 |
488 | 2024-10-07T07:19:12.232Z | Compiling zstd-sys v2.0.13+zstd.1.5.6 |
489 | 2024-10-07T07:19:12.975Z | Compiling addr2line v0.21.0 |
490 | 2024-10-07T07:19:13.093Z | Compiling cfg-expr v0.17.0 |
491 | 2024-10-07T07:19:13.682Z | Compiling aho-corasick v1.1.3 |
492 | 2024-10-07T07:19:13.838Z | Compiling tracing-core v0.1.32 |
493 | 2024-10-07T07:19:14.382Z | Compiling subtle v2.6.1 |
494 | 2024-10-07T07:19:14.602Z | Compiling owo-colors v4.1.0 |
495 | 2024-10-07T07:19:14.654Z | Compiling lazy_static v1.5.0 |
496 | 2024-10-07T07:19:14.688Z | Compiling serde_derive v1.0.210 |
497 | 2024-10-07T07:19:14.789Z | Compiling futures-macro v0.3.31 |
498 | 2024-10-07T07:19:14.931Z | Compiling thiserror-impl v1.0.64 |
499 | 2024-10-07T07:19:15.268Z | Compiling tokio-macros v2.4.0 |
500 | 2024-10-07T07:19:16.181Z | Compiling zerocopy-derive v0.7.35 |
501 | 2024-10-07T07:19:16.630Z | Compiling futures-util v0.3.31 |
502 | 2024-10-07T07:19:16.751Z | Compiling tokio v1.40.0 |
503 | 2024-10-07T07:19:17.842Z | Compiling regex-syntax v0.8.5 |
504 | 2024-10-07T07:19:18.211Z | Compiling zerocopy v0.7.35 |
505 | 2024-10-07T07:19:20.179Z | Compiling percent-encoding v2.3.1 |
506 | 2024-10-07T07:19:20.675Z | Compiling form_urlencoded v1.2.1 |
507 | 2024-10-07T07:19:21.205Z | Compiling tracing v0.1.40 |
508 | 2024-10-07T07:19:21.907Z | Compiling regex-automata v0.4.8 |
509 | 2024-10-07T07:19:23.509Z | Compiling unicode-normalization v0.1.24 |
510 | 2024-10-07T07:19:24.856Z | Compiling rustls-webpki v0.102.8 |
511 | 2024-10-07T07:19:29.240Z | Compiling indexmap v2.6.0 |
512 | 2024-10-07T07:19:31.032Z | Compiling hyper v1.4.1 |
513 | 2024-10-07T07:19:35.208Z | Compiling ahash v0.8.11 |
514 | 2024-10-07T07:19:35.582Z | Compiling num-traits v0.2.19 |
515 | 2024-10-07T07:19:35.642Z | Compiling nextest-workspace-hack v0.1.0 |
516 | 2024-10-07T07:19:35.898Z | Compiling portable-atomic v1.9.0 |
517 | 2024-10-07T07:19:35.964Z | Compiling winnow v0.6.20 |
518 | 2024-10-07T07:19:36.809Z | Compiling unicode-bidi v0.3.17 |
519 | 2024-10-07T07:19:38.275Z | Compiling tower-service v0.3.3 |
520 | 2024-10-07T07:19:38.410Z | Compiling either v1.13.0 |
521 | 2024-10-07T07:19:38.876Z | Compiling unicode-linebreak v0.1.5 |
522 | 2024-10-07T07:19:39.365Z | Compiling smawk v0.3.2 |
523 | 2024-10-07T07:19:39.407Z | Compiling is_ci v1.2.0 |
524 | 2024-10-07T07:19:39.615Z | Compiling textwrap v0.16.1 |
525 | 2024-10-07T07:19:39.670Z | Compiling supports-color v3.0.1 |
526 | 2024-10-07T07:19:39.704Z | Compiling hyper-util v0.1.9 |
527 | 2024-10-07T07:19:40.037Z | Compiling idna v0.5.0 |
528 | 2024-10-07T07:19:40.814Z | Compiling tokio-rustls v0.26.0 |
529 | 2024-10-07T07:19:41.238Z | Compiling pathdiff v0.2.1 |
530 | 2024-10-07T07:19:41.416Z | Compiling cargo-platform v0.1.8 |
531 | 2024-10-07T07:19:42.569Z | Compiling toml_datetime v0.6.8 |
532 | 2024-10-07T07:19:43.226Z | Compiling serde_spanned v0.6.8 |
533 | 2024-10-07T07:19:43.484Z | Compiling backtrace-ext v0.2.1 |
534 | 2024-10-07T07:19:44.005Z | Compiling console v0.15.8 |
535 | 2024-10-07T07:19:44.466Z | Compiling miette-derive v7.2.0 |
536 | 2024-10-07T07:19:44.955Z | Compiling webpki-roots v0.26.6 |
537 | 2024-10-07T07:19:45.183Z | Compiling terminal_size v0.3.0 |
538 | 2024-10-07T07:19:45.203Z | Compiling unicase v2.7.0 |
539 | 2024-10-07T07:19:45.400Z | Compiling vte_generate_state_changes v0.1.2 |
540 | 2024-10-07T07:19:45.541Z | Compiling cfg_aliases v0.2.1 |
541 | 2024-10-07T07:19:45.662Z | Compiling fixedbitset v0.4.2 |
542 | 2024-10-07T07:19:46.029Z | Compiling supports-hyperlinks v3.0.0 |
543 | 2024-10-07T07:19:46.140Z | Compiling supports-unicode v3.0.0 |
544 | 2024-10-07T07:19:46.380Z | Compiling adler2 v2.0.0 |
545 | 2024-10-07T07:19:46.420Z | Compiling zstd-safe v7.2.1 |
546 | 2024-10-07T07:19:46.641Z | Compiling miniz_oxide v0.8.0 |
547 | 2024-10-07T07:19:46.786Z | Compiling vte v0.11.1 |
548 | 2024-10-07T07:19:46.915Z | Compiling petgraph v0.6.5 |
549 | 2024-10-07T07:19:47.144Z | Compiling nix v0.29.0 |
550 | 2024-10-07T07:19:47.210Z | Compiling miette v7.2.0 |
551 | 2024-10-07T07:19:48.200Z | Compiling hyper-rustls v0.27.3 |
552 | 2024-10-07T07:19:48.223Z | Compiling toml_edit v0.22.22 |
553 | 2024-10-07T07:19:49.752Z | Compiling cargo_metadata v0.18.1 |
554 | 2024-10-07T07:19:49.779Z | Compiling url v2.5.2 |
555 | 2024-10-07T07:19:52.859Z | Compiling itertools v0.13.0 |
556 | 2024-10-07T07:19:54.114Z | Compiling smol_str v0.3.1 |
557 | 2024-10-07T07:19:54.745Z | Compiling serde_urlencoded v0.7.1 |
558 | 2024-10-07T07:19:55.362Z | Compiling regex v1.11.0 |
559 | 2024-10-07T07:19:55.430Z | Compiling futures-executor v0.3.31 |
560 | 2024-10-07T07:19:56.635Z | Compiling http-body-util v0.1.2 |
561 | 2024-10-07T07:19:56.728Z | Compiling ppv-lite86 v0.2.20 |
562 | 2024-10-07T07:19:57.214Z | Compiling pin-project-internal v1.1.6 |
563 | 2024-10-07T07:19:57.626Z | Compiling rustls-pemfile v2.2.0 |
564 | 2024-10-07T07:19:57.692Z | Compiling anstyle-parse v0.2.5 |
565 | 2024-10-07T07:19:58.091Z | Compiling xattr v1.3.1 |
566 | 2024-10-07T07:19:58.108Z | Compiling rand_core v0.6.4 |
567 | 2024-10-07T07:19:58.391Z | Compiling uuid v1.10.0 |
568 | 2024-10-07T07:19:58.576Z | Compiling filetime v0.2.25 |
569 | 2024-10-07T07:19:58.921Z | Compiling bstr v1.10.0 |
570 | 2024-10-07T07:19:59.069Z | Compiling sync_wrapper v1.0.1 |
571 | 2024-10-07T07:19:59.225Z | Compiling crc32fast v1.4.2 |
572 | 2024-10-07T07:19:59.539Z | Compiling nested v0.1.1 |
573 | 2024-10-07T07:19:59.702Z | Compiling is_terminal_polyfill v1.70.1 |
574 | 2024-10-07T07:19:59.830Z | Compiling iana-time-zone v0.1.61 |
575 | 2024-10-07T07:19:59.876Z | Compiling anstyle v1.0.8 |
576 | 2024-10-07T07:20:00.022Z | Compiling minimal-lexical v0.2.1 |
577 | 2024-10-07T07:20:00.402Z | Compiling self_update v0.41.0 |
578 | 2024-10-07T07:20:00.433Z | Compiling ipnet v2.10.1 |
579 | 2024-10-07T07:20:00.560Z | Compiling base64 v0.22.1 |
580 | 2024-10-07T07:20:00.651Z | Compiling mime v0.3.17 |
581 | 2024-10-07T07:20:00.777Z | Compiling number_prefix v0.4.0 |
582 | 2024-10-07T07:20:01.027Z | Compiling debug-ignore v1.0.5 |
583 | 2024-10-07T07:20:01.181Z | Compiling anstyle-query v1.1.1 |
584 | 2024-10-07T07:20:01.333Z | Compiling static_assertions v1.1.0 |
585 | 2024-10-07T07:20:01.436Z | Compiling eyre v0.6.12 |
586 | 2024-10-07T07:20:01.673Z | Compiling colorchoice v1.0.2 |
587 | 2024-10-07T07:20:01.744Z | Compiling guppy v0.17.8 |
588 | 2024-10-07T07:20:01.839Z | Compiling anstream v0.6.15 |
589 | 2024-10-07T07:20:02.438Z | Compiling reqwest v0.12.8 |
590 | 2024-10-07T07:20:02.655Z | Compiling indicatif v0.17.8 |
591 | 2024-10-07T07:20:02.945Z | Compiling nom v7.1.3 |
592 | 2024-10-07T07:20:03.546Z | Compiling pin-project v1.1.6 |
593 | 2024-10-07T07:20:03.678Z | Compiling chrono v0.4.38 |
594 | 2024-10-07T07:20:07.296Z | Compiling globset v0.4.15 |
595 | 2024-10-07T07:20:09.739Z | Compiling flate2 v1.0.34 |
596 | 2024-10-07T07:20:11.037Z | Compiling newtype-uuid v1.1.0 |
597 | 2024-10-07T07:20:11.223Z | Compiling tar v0.4.42 |
598 | 2024-10-07T07:20:11.331Z | Compiling rand_chacha v0.3.1 |
599 | 2024-10-07T07:20:11.715Z | Compiling futures v0.3.31 |
600 | 2024-10-07T07:20:11.832Z | Compiling nextest-metadata v0.12.1 |
601 | 2024-10-07T07:20:12.470Z | Compiling toml v0.8.19 |
602 | 2024-10-07T07:20:13.594Z | Compiling strip-ansi-escapes v0.2.0 |
603 | 2024-10-07T07:20:15.217Z | Compiling self-replace v1.5.0 |
604 | 2024-10-07T07:20:15.788Z | Compiling terminal_size v0.4.0 |
605 | 2024-10-07T07:20:16.001Z | Compiling shared_child v1.0.1 |
606 | 2024-10-07T07:20:16.259Z | Compiling os_pipe v1.2.1 |
607 | 2024-10-07T07:20:16.526Z | Compiling quick-xml v0.36.2 |
608 | 2024-10-07T07:20:16.656Z | Compiling quick-xml v0.23.1 |
609 | 2024-10-07T07:20:17.296Z | Compiling indenter v0.3.3 |
610 | 2024-10-07T07:20:17.485Z | Compiling humantime v2.1.0 |
611 | 2024-10-07T07:20:18.292Z | Compiling unicode-width v0.2.0 |
612 | 2024-10-07T07:20:18.819Z | Compiling heck v0.5.0 |
613 | 2024-10-07T07:20:19.076Z | Compiling recursion v0.5.2 |
614 | 2024-10-07T07:20:19.257Z | Compiling strsim v0.11.1 |
615 | 2024-10-07T07:20:19.295Z | Compiling clap_lex v0.7.2 |
616 | 2024-10-07T07:20:19.980Z | Compiling urlencoding v2.1.3 |
617 | 2024-10-07T07:20:20.110Z | Compiling shell-words v1.1.0 |
618 | 2024-10-07T07:20:20.152Z | Compiling clap_builder v4.5.19 |
619 | 2024-10-07T07:20:20.533Z | Compiling nextest-filtering v0.12.0 |
620 | 2024-10-07T07:20:21.182Z | Compiling clap_derive v4.5.18 |
621 | 2024-10-07T07:20:25.857Z | Compiling humantime-serde v1.1.1 |
622 | 2024-10-07T07:20:26.056Z | Compiling quick-junit v0.5.0 |
623 | 2024-10-07T07:20:27.292Z | Compiling duct v0.13.7 |
624 | 2024-10-07T07:20:28.279Z | Compiling cargo-nextest v0.9.81 |
625 | 2024-10-07T07:20:29.559Z | Compiling config v0.14.0 |
626 | 2024-10-07T07:20:31.169Z | Compiling async-scoped v0.9.0 |
627 | 2024-10-07T07:20:31.346Z | Compiling rand v0.8.5 |
628 | 2024-10-07T07:20:31.494Z | Compiling target-spec-miette v0.4.0 |
629 | 2024-10-07T07:20:32.257Z | Compiling mukti-metadata v0.2.1 |
630 | 2024-10-07T07:20:32.929Z | Compiling zstd v0.13.2 |
631 | 2024-10-07T07:20:33.095Z | Compiling camino-tempfile v1.1.1 |
632 | 2024-10-07T07:20:33.290Z | Compiling serde_path_to_error v0.1.16 |
633 | 2024-10-07T07:20:33.843Z | Compiling serde_ignored v0.1.10 |
634 | 2024-10-07T07:20:33.888Z | Compiling future-queue v0.3.0 |
635 | 2024-10-07T07:20:34.132Z | Compiling atomicwrites v0.4.4 |
636 | 2024-10-07T07:20:34.307Z | Compiling env_filter v0.1.2 |
637 | 2024-10-07T07:20:34.341Z | Compiling display-error-chain v0.2.1 |
638 | 2024-10-07T07:20:34.361Z | Compiling home v0.5.9 |
639 | 2024-10-07T07:20:34.526Z | Compiling owo-colors v3.5.0 |
640 | 2024-10-07T07:20:34.664Z | Compiling xxhash-rust v0.8.12 |
641 | 2024-10-07T07:20:34.730Z | Compiling env_logger v0.11.5 |
642 | 2024-10-07T07:20:34.944Z | Compiling nextest-runner v0.64.0 |
643 | 2024-10-07T07:20:35.670Z | Compiling clap v4.5.19 |
644 | 2024-10-07T07:20:35.789Z | Compiling dialoguer v0.11.0 |
645 | 2024-10-07T07:20:35.875Z | Compiling enable-ansi-support v0.2.1 |
646 | 2024-10-07T07:20:36.001Z | Compiling swrite v0.1.0 |
647 | 2024-10-07T07:20:37.393Z | Compiling color-eyre v0.6.3 |
648 | 2024-10-07T07:21:14.371Z | Finished `release` profile [optimized] target(s) in 2m 14s |
649 | 2024-10-07T07:21:14.577Z | Installing /home/build/.cargo/bin/cargo-nextest |
650 | 2024-10-07T07:21:14.580Z | Installed package `cargo-nextest v0.9.81` (executable `cargo-nextest`) |
651 | 2024-10-07T07:21:14.665Z | + pushd bgp |
652 | 2024-10-07T07:21:14.669Z | /work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite |
653 | 2024-10-07T07:21:14.669Z | + cargo nextest run |
654 | 2024-10-07T07:21:14.953Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
655 | 2024-10-07T07:21:15.194Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
656 | 2024-10-07T07:21:15.486Z | From https://www.github.com/oxidecomputer/oxnet |
657 | 2024-10-07T07:21:15.486Z | * [new branch] ci -> origin/ci |
658 | 2024-10-07T07:21:15.489Z | * [new branch] dependabot/cargo/regress-0.10.1 -> origin/dependabot/cargo/regress-0.10.1 |
659 | 2024-10-07T07:21:15.489Z | * [new branch] dependabot/cargo/serde-1.0.210 -> origin/dependabot/cargo/serde-1.0.210 |
660 | 2024-10-07T07:21:15.489Z | * [new branch] dependabot/cargo/serde_json-1.0.128 -> origin/dependabot/cargo/serde_json-1.0.128 |
661 | 2024-10-07T07:21:15.489Z | * [new branch] main -> origin/main |
662 | 2024-10-07T07:21:15.489Z | * [new ref] -> origin/HEAD |
663 | 2024-10-07T07:21:15.499Z | Updating crates.io index |
664 | 2024-10-07T07:21:15.502Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
665 | 2024-10-07T07:21:16.165Z | From https://github.com/oxidecomputer/falcon |
666 | 2024-10-07T07:21:16.165Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
667 | 2024-10-07T07:21:16.381Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
668 | 2024-10-07T07:21:17.701Z | From https://github.com/oxidecomputer/dendrite |
669 | 2024-10-07T07:21:17.701Z | * [new ref] f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa -> refs/commit/f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa |
670 | 2024-10-07T07:21:17.759Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
671 | 2024-10-07T07:21:18.104Z | From https://github.com/oxidecomputer/ispf |
672 | 2024-10-07T07:21:18.104Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
673 | 2024-10-07T07:21:18.113Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
674 | 2024-10-07T07:21:18.497Z | From https://github.com/oxidecomputer/netadm-sys |
675 | 2024-10-07T07:21:18.497Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
676 | 2024-10-07T07:21:18.509Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
677 | 2024-10-07T07:21:23.858Z | From https://github.com/oxidecomputer/omicron |
678 | 2024-10-07T07:21:23.859Z | * [new ref] e51641064a9aeb62b6461055505c53e43fbbe58c -> refs/commit/e51641064a9aeb62b6461055505c53e43fbbe58c |
679 | 2024-10-07T07:21:23.890Z | * [new tag] dogfood -> dogfood |
680 | 2024-10-07T07:21:23.892Z | * [new tag] v5 -> v5 |
681 | 2024-10-07T07:21:23.892Z | * [new tag] v6 -> v6 |
682 | 2024-10-07T07:21:23.892Z | * [new tag] v7 -> v7 |
683 | 2024-10-07T07:21:23.892Z | * [new tag] v8 -> v8 |
684 | 2024-10-07T07:21:23.892Z | * [new tag] v9 -> v9 |
685 | 2024-10-07T07:21:24.254Z | Updating git repository `https://github.com/oxidecomputer/opte` |
686 | 2024-10-07T07:21:25.272Z | From https://github.com/oxidecomputer/opte |
687 | 2024-10-07T07:21:25.272Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
688 | 2024-10-07T07:21:25.317Z | Updating git repository `https://github.com/illumos/smf-rs` |
689 | 2024-10-07T07:21:25.702Z | From https://github.com/illumos/smf-rs |
690 | 2024-10-07T07:21:25.702Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
691 | 2024-10-07T07:21:25.726Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
692 | 2024-10-07T07:21:26.481Z | From https://github.com/oxidecomputer/maghemite |
693 | 2024-10-07T07:21:26.481Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
694 | 2024-10-07T07:21:26.500Z | * [new tag] rift -> rift |
695 | 2024-10-07T07:21:26.502Z | * [new tag] srp -> srp |
696 | 2024-10-07T07:21:26.502Z | * [new tag] tie-spf -> tie-spf |
697 | 2024-10-07T07:21:26.572Z | Updating git repository `https://github.com/oxidecomputer/zone` |
698 | 2024-10-07T07:21:27.009Z | From https://github.com/oxidecomputer/zone |
699 | 2024-10-07T07:21:27.009Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
700 | 2024-10-07T07:21:27.023Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
701 | 2024-10-07T07:21:27.764Z | From https://github.com/oxidecomputer/propolis |
702 | 2024-10-07T07:21:27.764Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
703 | 2024-10-07T07:21:27.844Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
704 | 2024-10-07T07:21:28.271Z | From https://github.com/oxidecomputer/dlpi-sys |
705 | 2024-10-07T07:21:28.271Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
706 | 2024-10-07T07:21:28.400Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
707 | 2024-10-07T07:21:28.776Z | From https://github.com/jmesmon/rust-libzfs |
708 | 2024-10-07T07:21:28.776Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
709 | 2024-10-07T07:21:28.791Z | * [new tag] v0.4.0 -> v0.4.0 |
710 | 2024-10-07T07:21:28.806Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
711 | 2024-10-07T07:21:29.236Z | From https://github.com/oxidecomputer/rusty-doors |
712 | 2024-10-07T07:21:29.236Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
713 | 2024-10-07T07:21:29.248Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
714 | 2024-10-07T07:21:29.715Z | From https://github.com/oxidecomputer/maghemite |
715 | 2024-10-07T07:21:29.715Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
716 | 2024-10-07T07:21:29.760Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
717 | 2024-10-07T07:21:30.116Z | From https://github.com/oxidecomputer/serde_human_bytes |
718 | 2024-10-07T07:21:30.116Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
719 | 2024-10-07T07:21:30.144Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
720 | 2024-10-07T07:21:30.540Z | From https://github.com/oxidecomputer/slog-error-chain |
721 | 2024-10-07T07:21:30.540Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
722 | 2024-10-07T07:21:30.576Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
723 | 2024-10-07T07:21:30.958Z | From https://github.com/oxidecomputer/poptrie |
724 | 2024-10-07T07:21:30.959Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
725 | 2024-10-07T07:21:30.980Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
726 | 2024-10-07T07:21:31.366Z | From https://github.com/illumos/libscf-sys |
727 | 2024-10-07T07:21:31.366Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
728 | 2024-10-07T07:21:31.406Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
729 | 2024-10-07T07:21:32.286Z | From https://github.com/oxidecomputer/progenitor |
730 | 2024-10-07T07:21:32.286Z | * [new ref] 137455149f7e1b902582d1da9d90ad4b09522e1c -> refs/commit/137455149f7e1b902582d1da9d90ad4b09522e1c |
731 | 2024-10-07T07:21:32.307Z | * [new tag] v0.1.1 -> v0.1.1 |
732 | 2024-10-07T07:21:32.309Z | * [new tag] v0.2.0 -> v0.2.0 |
733 | 2024-10-07T07:21:32.309Z | * [new tag] v0.3.0 -> v0.3.0 |
734 | 2024-10-07T07:21:32.309Z | * [new tag] v0.4.0 -> v0.4.0 |
735 | 2024-10-07T07:21:32.309Z | * [new tag] v0.5.0 -> v0.5.0 |
736 | 2024-10-07T07:21:32.309Z | * [new tag] v0.6.0 -> v0.6.0 |
737 | 2024-10-07T07:21:32.310Z | * [new tag] v0.7.0 -> v0.7.0 |
738 | 2024-10-07T07:21:32.310Z | * [new tag] v0.8.0 -> v0.8.0 |
739 | 2024-10-07T07:21:32.410Z | Updating git repository `https://github.com/oxidecomputer/typify` |
740 | 2024-10-07T07:21:34.804Z | From https://github.com/oxidecomputer/typify |
741 | 2024-10-07T07:21:34.804Z | * [new ref] d6f1877057e9a7a3146707ec3309044a4918697e -> refs/commit/d6f1877057e9a7a3146707ec3309044a4918697e |
742 | 2024-10-07T07:21:34.824Z | * [new tag] v0.0.10 -> v0.0.10 |
743 | 2024-10-07T07:21:34.829Z | * [new tag] v0.0.11 -> v0.0.11 |
744 | 2024-10-07T07:21:34.829Z | * [new tag] v0.0.12 -> v0.0.12 |
745 | 2024-10-07T07:21:34.829Z | * [new tag] v0.0.13 -> v0.0.13 |
746 | 2024-10-07T07:21:34.829Z | * [new tag] v0.0.14 -> v0.0.14 |
747 | 2024-10-07T07:21:34.829Z | * [new tag] v0.0.15 -> v0.0.15 |
748 | 2024-10-07T07:21:34.829Z | * [new tag] v0.0.16 -> v0.0.16 |
749 | 2024-10-07T07:21:34.829Z | * [new tag] v0.0.4 -> v0.0.4 |
750 | 2024-10-07T07:21:34.829Z | * [new tag] v0.0.5 -> v0.0.5 |
751 | 2024-10-07T07:21:34.829Z | * [new tag] v0.0.7 -> v0.0.7 |
752 | 2024-10-07T07:21:34.829Z | * [new tag] v0.0.8 -> v0.0.8 |
753 | 2024-10-07T07:21:34.829Z | * [new tag] v0.0.9 -> v0.0.9 |
754 | 2024-10-07T07:21:34.829Z | * [new tag] v0.1.0 -> v0.1.0 |
755 | 2024-10-07T07:21:34.829Z | * [new tag] v0.2.0 -> v0.2.0 |
756 | 2024-10-07T07:21:34.928Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
757 | 2024-10-07T07:21:35.349Z | From https://github.com/oxidecomputer/propolis |
758 | 2024-10-07T07:21:35.349Z | * [new ref] 11371b0f3743f8df5b047dc0edc2699f4bdf3927 -> refs/commit/11371b0f3743f8df5b047dc0edc2699f4bdf3927 |
759 | 2024-10-07T07:21:35.433Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
760 | 2024-10-07T07:21:37.213Z | From https://github.com/oxidecomputer/crucible |
761 | 2024-10-07T07:21:37.213Z | * [new ref] 2b88ab88461fb06aaf2aab11c5e381a3cad25eac -> refs/commit/2b88ab88461fb06aaf2aab11c5e381a3cad25eac |
762 | 2024-10-07T07:21:37.271Z | Updating git repository `https://github.com/oxidecomputer/opte` |
763 | 2024-10-07T07:21:37.724Z | From https://github.com/oxidecomputer/opte |
764 | 2024-10-07T07:21:37.724Z | * [new ref] f3002b356da7d0e4ca15beb66a5566a92919baaa -> refs/commit/f3002b356da7d0e4ca15beb66a5566a92919baaa |
765 | 2024-10-07T07:21:37.767Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
766 | 2024-10-07T07:21:38.418Z | From https://github.com/oxidecomputer/management-gateway-service |
767 | 2024-10-07T07:21:38.418Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
768 | 2024-10-07T07:21:38.906Z | Downloading crates ... |
769 | 2024-10-07T07:21:39.071Z | Downloaded crucible-workspace-hack v0.1.0 |
770 | 2024-10-07T07:21:39.073Z | Downloaded ciborium-io v0.2.2 |
771 | 2024-10-07T07:21:39.073Z | Downloaded const-random v0.1.18 |
772 | 2024-10-07T07:21:39.076Z | Downloaded async-stream-impl v0.3.6 |
773 | 2024-10-07T07:21:39.079Z | Downloaded dtrace-parser v0.2.0 |
774 | 2024-10-07T07:21:39.085Z | Downloaded foreign-types-shared v0.3.1 |
775 | 2024-10-07T07:21:39.090Z | Downloaded cstr-argument v0.1.2 |
776 | 2024-10-07T07:21:39.090Z | Downloaded foreign-types v0.5.0 |
777 | 2024-10-07T07:21:39.090Z | Downloaded crc8 v0.1.1 |
778 | 2024-10-07T07:21:39.094Z | Downloaded constant_time_eq v0.3.1 |
779 | 2024-10-07T07:21:39.098Z | Downloaded time-core v0.1.2 |
780 | 2024-10-07T07:21:39.102Z | Downloaded take_mut v0.2.2 |
781 | 2024-10-07T07:21:39.102Z | Downloaded strum v0.26.3 |
782 | 2024-10-07T07:21:39.102Z | Downloaded crunchy v0.2.2 |
783 | 2024-10-07T07:21:39.102Z | Downloaded const-random-macro v0.1.16 |
784 | 2024-10-07T07:21:39.104Z | Downloaded tiny-keccak v2.0.2 |
785 | 2024-10-07T07:21:39.106Z | Downloaded thread_local v1.1.8 |
786 | 2024-10-07T07:21:39.110Z | Downloaded strum_macros v0.26.4 |
787 | 2024-10-07T07:21:39.110Z | Downloaded indent_write v2.2.0 |
788 | 2024-10-07T07:21:39.113Z | Downloaded num_threads v0.1.7 |
789 | 2024-10-07T07:21:39.113Z | Downloaded waitgroup v0.1.2 |
790 | 2024-10-07T07:21:39.116Z | Downloaded untrusted v0.7.1 |
791 | 2024-10-07T07:21:39.116Z | Downloaded newtype_derive v0.1.6 |
792 | 2024-10-07T07:21:39.118Z | Downloaded linked-hash-map v0.5.6 |
793 | 2024-10-07T07:21:39.119Z | Downloaded heck v0.4.1 |
794 | 2024-10-07T07:21:39.124Z | Downloaded usdt-attr-macro v0.5.0 |
795 | 2024-10-07T07:21:39.124Z | Downloaded zone_cfg_derive v0.1.2 |
796 | 2024-10-07T07:21:39.126Z | Downloaded usdt-macro v0.5.0 |
797 | 2024-10-07T07:21:39.126Z | Downloaded convert_case v0.4.0 |
798 | 2024-10-07T07:21:39.126Z | Downloaded pretty-hex v0.2.1 |
799 | 2024-10-07T07:21:39.130Z | Downloaded arrayvec v0.7.6 |
800 | 2024-10-07T07:21:39.130Z | Downloaded cancel-safe-futures v0.1.5 |
801 | 2024-10-07T07:21:39.130Z | Downloaded tracing-attributes v0.1.27 |
802 | 2024-10-07T07:21:39.133Z | Downloaded colored v2.1.0 |
803 | 2024-10-07T07:21:39.135Z | Downloaded ciborium-ll v0.2.2 |
804 | 2024-10-07T07:21:39.137Z | Downloaded crossbeam-deque v0.8.5 |
805 | 2024-10-07T07:21:39.140Z | Downloaded bitflags v1.3.2 |
806 | 2024-10-07T07:21:39.144Z | Downloaded parse-display v0.10.0 |
807 | 2024-10-07T07:21:39.144Z | Downloaded num-derive v0.3.3 |
808 | 2024-10-07T07:21:39.146Z | Downloaded managed v0.8.0 |
809 | 2024-10-07T07:21:39.146Z | Downloaded zone v0.1.8 |
810 | 2024-10-07T07:21:39.146Z | Downloaded num-integer v0.1.46 |
811 | 2024-10-07T07:21:39.149Z | Downloaded hubpack_derive v0.1.1 |
812 | 2024-10-07T07:21:39.149Z | Downloaded fxhash v0.2.1 |
813 | 2024-10-07T07:21:39.149Z | Downloaded num_enum v0.7.3 |
814 | 2024-10-07T07:21:39.155Z | Downloaded progenitor-client v0.8.0 |
815 | 2024-10-07T07:21:39.157Z | Downloaded proc-macro-crate v1.3.1 |
816 | 2024-10-07T07:21:39.157Z | Downloaded foreign-types-macros v0.2.3 |
817 | 2024-10-07T07:21:39.159Z | Downloaded typify v0.2.0 |
818 | 2024-10-07T07:21:39.162Z | Downloaded tokio-rustls v0.25.0 |
819 | 2024-10-07T07:21:39.164Z | Downloaded libsw v3.3.1 |
820 | 2024-10-07T07:21:39.166Z | Downloaded scroll_derive v0.12.0 |
821 | 2024-10-07T07:21:39.166Z | Downloaded time-macros v0.2.18 |
822 | 2024-10-07T07:21:39.168Z | Downloaded tabwriter v1.4.0 |
823 | 2024-10-07T07:21:39.173Z | Downloaded cookie v0.18.1 |
824 | 2024-10-07T07:21:39.179Z | Downloaded blake2 v0.10.6 |
825 | 2024-10-07T07:21:39.181Z | Downloaded num-conv v0.1.0 |
826 | 2024-10-07T07:21:39.181Z | Downloaded newline-converter v0.3.0 |
827 | 2024-10-07T07:21:39.181Z | Downloaded zone_cfg_derive v0.3.0 |
828 | 2024-10-07T07:21:39.181Z | Downloaded match_cfg v0.1.0 |
829 | 2024-10-07T07:21:39.181Z | Downloaded darling_macro v0.20.10 |
830 | 2024-10-07T07:21:39.181Z | Downloaded memmap v0.7.0 |
831 | 2024-10-07T07:21:39.181Z | Downloaded omicron-workspace-hack v0.1.0 |
832 | 2024-10-07T07:21:39.181Z | Downloaded async-stream v0.3.6 |
833 | 2024-10-07T07:21:39.184Z | Downloaded ciborium v0.2.2 |
834 | 2024-10-07T07:21:39.186Z | Downloaded float-ord v0.3.2 |
835 | 2024-10-07T07:21:39.188Z | Downloaded dyn-clone v1.0.17 |
836 | 2024-10-07T07:21:39.188Z | Downloaded pretty-hex v0.4.1 |
837 | 2024-10-07T07:21:39.190Z | Downloaded hostname v0.3.1 |
838 | 2024-10-07T07:21:39.192Z | Downloaded ipnetwork v0.20.0 |
839 | 2024-10-07T07:21:39.193Z | Downloaded httpdate v1.0.3 |
840 | 2024-10-07T07:21:39.195Z | Downloaded heck v0.3.3 |
841 | 2024-10-07T07:21:39.195Z | Downloaded hex v0.4.3 |
842 | 2024-10-07T07:21:39.197Z | Downloaded password-hash v0.5.0 |
843 | 2024-10-07T07:21:39.199Z | Downloaded num-complex v0.4.6 |
844 | 2024-10-07T07:21:39.202Z | Downloaded postcard v1.0.10 |
845 | 2024-10-07T07:21:39.204Z | Downloaded structmeta-derive v0.3.0 |
846 | 2024-10-07T07:21:39.204Z | Downloaded parking_lot_core v0.8.6 |
847 | 2024-10-07T07:21:39.207Z | Downloaded serde-big-array v0.5.1 |
848 | 2024-10-07T07:21:39.209Z | Downloaded sigpipe v0.1.3 |
849 | 2024-10-07T07:21:39.209Z | Downloaded dropshot_endpoint v0.12.0 |
850 | 2024-10-07T07:21:39.212Z | Downloaded crossbeam-epoch v0.9.18 |
851 | 2024-10-07T07:21:39.215Z | Downloaded anyhow v1.0.89 |
852 | 2024-10-07T07:21:39.220Z | Downloaded slog-scope v4.4.0 |
853 | 2024-10-07T07:21:39.223Z | Downloaded term v0.7.0 |
854 | 2024-10-07T07:21:39.225Z | Downloaded scopeguard v1.2.0 |
855 | 2024-10-07T07:21:39.227Z | Downloaded hyper-rustls v0.24.2 |
856 | 2024-10-07T07:21:39.230Z | Downloaded usdt v0.5.0 |
857 | 2024-10-07T07:21:39.233Z | Downloaded schemars_derive v0.8.21 |
858 | 2024-10-07T07:21:39.233Z | Downloaded slog-stdlog v4.1.1 |
859 | 2024-10-07T07:21:39.235Z | Downloaded utf-8 v0.7.6 |
860 | 2024-10-07T07:21:39.235Z | Downloaded usdt-impl v0.5.0 |
861 | 2024-10-07T07:21:39.238Z | Downloaded linear-map v1.2.0 |
862 | 2024-10-07T07:21:39.240Z | Downloaded plain v0.2.3 |
863 | 2024-10-07T07:21:39.240Z | Downloaded pest_generator v2.7.13 |
864 | 2024-10-07T07:21:39.242Z | Downloaded proc-macro-error-attr v1.0.4 |
865 | 2024-10-07T07:21:39.245Z | Downloaded lock_api v0.4.12 |
866 | 2024-10-07T07:21:39.245Z | Downloaded quick-error v1.2.3 |
867 | 2024-10-07T07:21:39.247Z | Downloaded derive_more v0.99.18 |
868 | 2024-10-07T07:21:39.252Z | Downloaded serde_repr v0.1.19 |
869 | 2024-10-07T07:21:39.254Z | Downloaded stable_deref_trait v1.2.0 |
870 | 2024-10-07T07:21:39.256Z | Downloaded slog-json v2.6.1 |
871 | 2024-10-07T07:21:39.258Z | Downloaded rustc_version v0.1.7 |
872 | 2024-10-07T07:21:39.258Z | Downloaded serde_derive_internals v0.29.1 |
873 | 2024-10-07T07:21:39.261Z | Downloaded slog-bunyan v2.5.0 |
874 | 2024-10-07T07:21:39.261Z | Downloaded semver v0.1.20 |
875 | 2024-10-07T07:21:39.263Z | Downloaded scroll v0.12.0 |
876 | 2024-10-07T07:21:39.265Z | Downloaded serde_with_macros v3.11.0 |
877 | 2024-10-07T07:21:39.267Z | Downloaded slog-async v2.8.0 |
878 | 2024-10-07T07:21:39.270Z | Downloaded serde_tokenstream v0.2.2 |
879 | 2024-10-07T07:21:39.270Z | Downloaded diff v0.1.13 |
880 | 2024-10-07T07:21:39.272Z | Downloaded num_enum_derive v0.5.11 |
881 | 2024-10-07T07:21:39.275Z | Downloaded progenitor-impl v0.8.0 |
882 | 2024-10-07T07:21:39.277Z | Downloaded powerfmt v0.2.0 |
883 | 2024-10-07T07:21:39.279Z | Downloaded smartstring v1.0.1 |
884 | 2024-10-07T07:21:39.282Z | Downloaded slog-term v2.9.1 |
885 | 2024-10-07T07:21:39.284Z | Downloaded smf v0.2.3 |
886 | 2024-10-07T07:21:39.286Z | Downloaded ron v0.7.1 |
887 | 2024-10-07T07:21:39.290Z | Downloaded slog v2.7.0 |
888 | 2024-10-07T07:21:39.293Z | Downloaded resolv-conf v0.7.0 |
889 | 2024-10-07T07:21:39.296Z | Downloaded spin v0.5.2 |
890 | 2024-10-07T07:21:39.298Z | Downloaded arc-swap v1.7.1 |
891 | 2024-10-07T07:21:39.301Z | Downloaded rhai_codegen v2.2.0 |
892 | 2024-10-07T07:21:39.310Z | Downloaded parking_lot_core v0.9.10 |
893 | 2024-10-07T07:21:39.316Z | Downloaded serde_yaml v0.9.34+deprecated |
894 | 2024-10-07T07:21:39.318Z | Downloaded schemars v0.8.21 |
895 | 2024-10-07T07:21:39.330Z | Downloaded similar v2.6.0 |
896 | 2024-10-07T07:21:39.335Z | Downloaded prettyplease v0.2.22 |
897 | 2024-10-07T07:21:39.339Z | Downloaded unicode-segmentation v1.12.0 |
898 | 2024-10-07T07:21:39.343Z | Downloaded rayon-core v1.12.1 |
899 | 2024-10-07T07:21:39.347Z | Downloaded tokio-util v0.7.12 |
900 | 2024-10-07T07:21:39.354Z | Downloaded hashbrown v0.12.3 |
901 | 2024-10-07T07:21:39.359Z | Downloaded yansi v1.0.1 |
902 | 2024-10-07T07:21:39.361Z | Downloaded unsafe-libyaml v0.2.11 |
903 | 2024-10-07T07:21:39.367Z | Downloaded http v0.2.12 |
904 | 2024-10-07T07:21:39.370Z | Downloaded hickory-resolver v0.24.1 |
905 | 2024-10-07T07:21:39.374Z | Downloaded steno v0.4.1 |
906 | 2024-10-07T07:21:39.378Z | Downloaded pest v2.7.13 |
907 | 2024-10-07T07:21:39.384Z | Downloaded itertools v0.10.5 |
908 | 2024-10-07T07:21:39.392Z | Downloaded itertools v0.12.1 |
909 | 2024-10-07T07:21:39.399Z | Downloaded winnow v0.5.40 |
910 | 2024-10-07T07:21:39.410Z | Downloaded goblin v0.8.2 |
911 | 2024-10-07T07:21:39.417Z | Downloaded rustls-webpki v0.101.7 |
912 | 2024-10-07T07:21:39.431Z | Downloaded reqwest v0.11.27 |
913 | 2024-10-07T07:21:39.439Z | Downloaded serde_with v3.11.0 |
914 | 2024-10-07T07:21:39.447Z | Downloaded hyper v0.14.30 |
915 | 2024-10-07T07:21:39.455Z | Downloaded idna v0.4.0 |
916 | 2024-10-07T07:21:39.462Z | Downloaded h2 v0.3.26 |
917 | 2024-10-07T07:21:39.469Z | Downloaded blake3 v1.5.4 |
918 | 2024-10-07T07:21:39.477Z | Downloaded webpki-roots v0.25.4 |
919 | 2024-10-07T07:21:39.480Z | Downloaded syn v1.0.109 |
920 | 2024-10-07T07:21:39.491Z | Downloaded regress v0.10.1 |
921 | 2024-10-07T07:21:39.499Z | Downloaded rustls v0.22.4 |
922 | 2024-10-07T07:21:39.512Z | Downloaded rustls v0.21.12 |
923 | 2024-10-07T07:21:39.525Z | Downloaded hickory-proto v0.24.1 |
924 | 2024-10-07T07:21:39.540Z | Downloaded dropshot v0.12.0 |
925 | 2024-10-07T07:21:39.560Z | Downloaded regress v0.9.1 |
926 | 2024-10-07T07:21:39.568Z | Downloaded rhai v1.19.0 |
927 | 2024-10-07T07:21:39.581Z | Downloaded openapiv3 v2.0.0 |
928 | 2024-10-07T07:21:39.594Z | Downloaded smoltcp v0.11.0 |
929 | 2024-10-07T07:21:39.605Z | Downloaded time v0.3.36 |
930 | 2024-10-07T07:21:39.612Z | Downloaded sled v0.34.7 |
931 | 2024-10-07T07:21:39.623Z | Downloaded h2 v0.4.6 |
932 | 2024-10-07T07:21:39.629Z | Downloaded hashbrown v0.14.5 |
933 | 2024-10-07T07:21:39.634Z | Downloaded libm v0.2.8 |
934 | 2024-10-07T07:21:39.642Z | Downloaded typify-impl v0.2.0 |
935 | 2024-10-07T07:21:39.657Z | Downloaded toml v0.7.8 |
936 | 2024-10-07T07:21:39.661Z | Downloaded zerocopy-derive v0.6.6 |
937 | 2024-10-07T07:21:39.670Z | Downloaded expectorate v1.1.0 |
938 | 2024-10-07T07:21:39.673Z | Downloaded pretty_assertions v1.4.1 |
939 | 2024-10-07T07:21:39.675Z | Downloaded toml_edit v0.19.15 |
940 | 2024-10-07T07:21:39.690Z | Downloaded tungstenite v0.21.0 |
941 | 2024-10-07T07:21:39.693Z | Downloaded parking_lot v0.12.3 |
942 | 2024-10-07T07:21:39.695Z | Downloaded ucd-trie v0.1.7 |
943 | 2024-10-07T07:21:39.698Z | Downloaded indexmap v1.9.3 |
944 | 2024-10-07T07:21:39.701Z | Downloaded crossbeam-channel v0.5.13 |
945 | 2024-10-07T07:21:39.704Z | Downloaded zerocopy v0.6.6 |
946 | 2024-10-07T07:21:39.706Z | Downloaded heapless v0.8.0 |
947 | 2024-10-07T07:21:39.711Z | Downloaded rustversion v1.0.17 |
948 | 2024-10-07T07:21:39.713Z | Downloaded pest_derive v2.7.13 |
949 | 2024-10-07T07:21:39.716Z | Downloaded walkdir v2.5.0 |
950 | 2024-10-07T07:21:39.719Z | Downloaded derive-where v1.2.7 |
951 | 2024-10-07T07:21:39.721Z | Downloaded memmap2 v0.9.5 |
952 | 2024-10-07T07:21:39.723Z | Downloaded macaddr v1.0.1 |
953 | 2024-10-07T07:21:39.726Z | Downloaded lzma-sys v0.1.20 |
954 | 2024-10-07T07:21:39.753Z | Downloaded half v2.4.1 |
955 | 2024-10-07T07:21:39.756Z | Downloaded allocator-api2 v0.2.18 |
956 | 2024-10-07T07:21:39.759Z | Downloaded pest_meta v2.7.13 |
957 | 2024-10-07T07:21:39.761Z | Downloaded progenitor-macro v0.8.0 |
958 | 2024-10-07T07:21:39.764Z | Downloaded sha1 v0.10.6 |
959 | 2024-10-07T07:21:39.764Z | Downloaded sct v0.7.1 |
960 | 2024-10-07T07:21:39.766Z | Downloaded proc-macro-crate v3.2.0 |
961 | 2024-10-07T07:21:39.768Z | Downloaded slog-envlogger v2.2.0 |
962 | 2024-10-07T07:21:39.768Z | Downloaded slog-dtrace v0.3.0 |
963 | 2024-10-07T07:21:39.771Z | Downloaded parking_lot v0.11.2 |
964 | 2024-10-07T07:21:39.773Z | Downloaded omicron-zone-package v0.11.1 |
965 | 2024-10-07T07:21:39.776Z | Downloaded tokio-tungstenite v0.21.0 |
966 | 2024-10-07T07:21:39.778Z | Downloaded backoff v0.4.0 |
967 | 2024-10-07T07:21:39.781Z | Downloaded darling_core v0.20.10 |
968 | 2024-10-07T07:21:39.783Z | Downloaded paste v1.0.15 |
969 | 2024-10-07T07:21:39.786Z | Downloaded parse-display-derive v0.10.0 |
970 | 2024-10-07T07:21:39.788Z | Downloaded num-iter v0.1.45 |
971 | 2024-10-07T07:21:39.788Z | Downloaded typify-macro v0.2.0 |
972 | 2024-10-07T07:21:39.791Z | Downloaded defmt v0.3.8 |
973 | 2024-10-07T07:21:39.794Z | Downloaded num-derive v0.4.2 |
974 | 2024-10-07T07:21:39.794Z | Downloaded darling v0.20.10 |
975 | 2024-10-07T07:21:39.797Z | Downloaded crossbeam-utils v0.8.20 |
976 | 2024-10-07T07:21:39.800Z | Downloaded rustls-pemfile v1.0.4 |
977 | 2024-10-07T07:21:39.803Z | Downloaded num_enum_derive v0.7.3 |
978 | 2024-10-07T07:21:39.805Z | Downloaded num_enum v0.5.11 |
979 | 2024-10-07T07:21:39.808Z | Downloaded num v0.4.3 |
980 | 2024-10-07T07:21:39.810Z | Downloaded zone v0.3.0 |
981 | 2024-10-07T07:21:39.810Z | Downloaded xz2 v0.1.7 |
982 | 2024-10-07T07:21:39.812Z | Downloaded whoami v1.5.2 |
983 | 2024-10-07T07:21:39.815Z | Downloaded tokio-rustls v0.24.1 |
984 | 2024-10-07T07:21:39.817Z | Downloaded base64 v0.13.1 |
985 | 2024-10-07T07:21:39.819Z | Downloaded same-file v1.0.6 |
986 | 2024-10-07T07:21:39.820Z | Downloaded progenitor v0.8.0 |
987 | 2024-10-07T07:21:39.822Z | Downloaded encoding_rs v0.8.34 |
988 | 2024-10-07T07:21:39.842Z | Downloaded proc-macro-error v1.0.4 |
989 | 2024-10-07T07:21:39.845Z | Downloaded highway v1.2.0 |
990 | 2024-10-07T07:21:39.847Z | Downloaded defmt-parser v0.3.4 |
991 | 2024-10-07T07:21:39.850Z | Downloaded num-rational v0.4.2 |
992 | 2024-10-07T07:21:39.850Z | Downloaded multer v3.1.0 |
993 | 2024-10-07T07:21:39.852Z | Downloaded topological-sort v0.2.2 |
994 | 2024-10-07T07:21:39.852Z | Downloaded thread-id v4.2.2 |
995 | 2024-10-07T07:21:39.855Z | Downloaded strum_macros v0.25.3 |
996 | 2024-10-07T07:21:39.855Z | Downloaded enum-as-inner v0.6.1 |
997 | 2024-10-07T07:21:39.857Z | Downloaded async-trait v0.1.83 |
998 | 2024-10-07T07:21:39.860Z | Downloaded lru-cache v0.1.2 |
999 | 2024-10-07T07:21:39.860Z | Downloaded embedded-io v0.6.1 |
1000 | 2024-10-07T07:21:39.863Z | Downloaded dirs-sys-next v0.1.2 |
1001 | 2024-10-07T07:21:39.863Z | Downloaded arrayref v0.3.9 |
1002 | 2024-10-07T07:21:39.865Z | Downloaded ident_case v1.0.1 |
1003 | 2024-10-07T07:21:39.865Z | Downloaded argon2 v0.5.3 |
1004 | 2024-10-07T07:21:39.868Z | Downloaded hash32 v0.3.1 |
1005 | 2024-10-07T07:21:39.868Z | Downloaded is-terminal v0.4.13 |
1006 | 2024-10-07T07:21:39.868Z | Downloaded instant v0.1.13 |
1007 | 2024-10-07T07:21:39.870Z | Downloaded hyper-tls v0.5.0 |
1008 | 2024-10-07T07:21:39.870Z | Downloaded hubpack v0.1.2 |
1009 | 2024-10-07T07:21:39.872Z | Downloaded hostname v0.4.0 |
1010 | 2024-10-07T07:21:39.872Z | Downloaded embedded-io v0.4.0 |
1011 | 2024-10-07T07:21:39.875Z | Downloaded thin-vec v0.2.13 |
1012 | 2024-10-07T07:21:39.878Z | Downloaded defmt-macros v0.3.9 |
1013 | 2024-10-07T07:21:39.878Z | Downloaded http-body v0.4.6 |
1014 | 2024-10-07T07:21:39.881Z | Downloaded dof v0.3.0 |
1015 | 2024-10-07T07:21:39.881Z | Downloaded dirs-next v2.0.0 |
1016 | 2024-10-07T07:21:39.883Z | Downloaded deranged v0.3.11 |
1017 | 2024-10-07T07:21:39.883Z | Downloaded data-encoding v2.6.0 |
1018 | 2024-10-07T07:21:39.886Z | Downloaded sync_wrapper v0.1.2 |
1019 | 2024-10-07T07:21:39.886Z | Downloaded cobs v0.2.3 |
1020 | 2024-10-07T07:21:39.886Z | Downloaded atomic-waker v1.1.2 |
1021 | 2024-10-07T07:21:39.886Z | Downloaded structmeta v0.3.0 |
1022 | 2024-10-07T07:21:40.107Z | Downloaded ring v0.16.20 |
1023 | 2024-10-07T07:21:41.077Z | Compiling proc-macro2 v1.0.86 |
1024 | 2024-10-07T07:21:41.077Z | Compiling unicode-ident v1.0.13 |
1025 | 2024-10-07T07:21:41.080Z | Compiling libc v0.2.159 |
1026 | 2024-10-07T07:21:41.080Z | Compiling serde v1.0.210 |
1027 | 2024-10-07T07:21:41.080Z | Compiling cfg-if v1.0.0 |
1028 | 2024-10-07T07:21:41.080Z | Compiling autocfg v1.4.0 |
1029 | 2024-10-07T07:21:41.080Z | Compiling memchr v2.7.4 |
1030 | 2024-10-07T07:21:41.080Z | Compiling once_cell v1.20.2 |
1031 | 2024-10-07T07:21:41.180Z | Compiling itoa v1.0.11 |
1032 | 2024-10-07T07:21:41.254Z | Compiling version_check v0.9.5 |
1033 | 2024-10-07T07:21:41.388Z | Compiling ryu v1.0.18 |
1034 | 2024-10-07T07:21:41.542Z | Compiling libm v0.2.8 |
1035 | 2024-10-07T07:21:41.737Z | Compiling byteorder v1.5.0 |
1036 | 2024-10-07T07:21:41.790Z | Compiling pin-project-lite v0.2.14 |
1037 | 2024-10-07T07:21:41.897Z | Compiling scopeguard v1.2.0 |
1038 | 2024-10-07T07:21:41.955Z | Compiling parking_lot_core v0.9.10 |
1039 | 2024-10-07T07:21:42.053Z | Compiling hashbrown v0.15.0 |
1040 | 2024-10-07T07:21:42.096Z | Compiling lock_api v0.4.12 |
1041 | 2024-10-07T07:21:42.223Z | Compiling equivalent v1.0.1 |
1042 | 2024-10-07T07:21:42.330Z | Compiling thiserror v1.0.64 |
1043 | 2024-10-07T07:21:42.423Z | Compiling log v0.4.22 |
1044 | 2024-10-07T07:21:42.859Z | Compiling quote v1.0.37 |
1045 | 2024-10-07T07:21:43.025Z | Compiling iana-time-zone v0.1.61 |
1046 | 2024-10-07T07:21:43.168Z | Compiling futures-core v0.3.31 |
1047 | 2024-10-07T07:21:43.204Z | Compiling getrandom v0.2.15 |
1048 | 2024-10-07T07:21:43.355Z | Compiling syn v2.0.79 |
1049 | 2024-10-07T07:21:43.391Z | Compiling signal-hook-registry v1.4.2 |
1050 | 2024-10-07T07:21:43.402Z | Compiling socket2 v0.5.7 |
1051 | 2024-10-07T07:21:43.514Z | Compiling mio v1.0.2 |
1052 | 2024-10-07T07:21:43.562Z | Compiling shlex v1.3.0 |
1053 | 2024-10-07T07:21:43.562Z | Compiling schemars v0.8.21 |
1054 | 2024-10-07T07:21:43.650Z | Compiling fnv v1.0.7 |
1055 | 2024-10-07T07:21:43.762Z | Compiling dyn-clone v1.0.17 |
1056 | 2024-10-07T07:21:43.906Z | Compiling cc v1.1.28 |
1057 | 2024-10-07T07:21:43.950Z | Compiling futures-sink v0.3.31 |
1058 | 2024-10-07T07:21:43.987Z | Compiling slab v0.4.9 |
1059 | 2024-10-07T07:21:44.072Z | Compiling serde_json v1.0.128 |
1060 | 2024-10-07T07:21:44.088Z | Compiling num-traits v0.2.19 |
1061 | 2024-10-07T07:21:44.378Z | Compiling futures-channel v0.3.31 |
1062 | 2024-10-07T07:21:44.455Z | Compiling pin-utils v0.1.0 |
1063 | 2024-10-07T07:21:44.534Z | Compiling bitflags v2.6.0 |
1064 | 2024-10-07T07:21:44.720Z | Compiling futures-io v0.3.31 |
1065 | 2024-10-07T07:21:44.748Z | Compiling futures-task v0.3.31 |
1066 | 2024-10-07T07:21:44.792Z | Compiling tracing-core v0.1.32 |
1067 | 2024-10-07T07:21:44.835Z | Compiling heck v0.5.0 |
1068 | 2024-10-07T07:21:45.034Z | Compiling subtle v2.6.1 |
1069 | 2024-10-07T07:21:45.060Z | Compiling httparse v1.9.5 |
1070 | 2024-10-07T07:21:45.301Z | Compiling spin v0.9.8 |
1071 | 2024-10-07T07:21:45.426Z | Compiling rustls-pki-types v1.9.0 |
1072 | 2024-10-07T07:21:45.541Z | Compiling atomic-waker v1.1.2 |
1073 | 2024-10-07T07:21:45.728Z | Compiling untrusted v0.9.0 |
1074 | 2024-10-07T07:21:45.900Z | Compiling pkg-config v0.3.31 |
1075 | 2024-10-07T07:21:46.424Z | Compiling try-lock v0.2.5 |
1076 | 2024-10-07T07:21:46.586Z | Compiling vcpkg v0.2.15 |
1077 | 2024-10-07T07:21:46.615Z | Compiling want v0.3.1 |
1078 | 2024-10-07T07:21:46.719Z | Compiling allocator-api2 v0.2.18 |
1079 | 2024-10-07T07:21:46.745Z | Compiling zeroize v1.8.1 |
1080 | 2024-10-07T07:21:46.917Z | Compiling httpdate v1.0.3 |
1081 | 2024-10-07T07:21:46.934Z | Compiling ring v0.17.8 |
1082 | 2024-10-07T07:21:47.073Z | Compiling slog v2.7.0 |
1083 | 2024-10-07T07:21:47.135Z | Compiling ahash v0.8.11 |
1084 | 2024-10-07T07:21:47.424Z | Compiling tower-service v0.3.3 |
1085 | 2024-10-07T07:21:47.519Z | Compiling openssl v0.10.66 |
1086 | 2024-10-07T07:21:47.535Z | Compiling foreign-types-shared v0.1.1 |
1087 | 2024-10-07T07:21:47.550Z | Compiling percent-encoding v2.3.1 |
1088 | 2024-10-07T07:21:47.575Z | Compiling tinyvec_macros v0.1.1 |
1089 | 2024-10-07T07:21:47.626Z | Compiling foreign-types v0.3.2 |
1090 | 2024-10-07T07:21:47.649Z | Compiling tinyvec v1.8.0 |
1091 | 2024-10-07T07:21:47.702Z | Compiling native-tls v0.2.12 |
1092 | 2024-10-07T07:21:47.931Z | Compiling form_urlencoded v1.2.1 |
1093 | 2024-10-07T07:21:47.934Z | Compiling semver v1.0.23 |
1094 | 2024-10-07T07:21:48.051Z | Compiling rustls v0.23.14 |
1095 | 2024-10-07T07:21:48.244Z | Compiling openssl-sys v0.9.103 |
1096 | 2024-10-07T07:21:48.272Z | Compiling unicode-bidi v0.3.17 |
1097 | 2024-10-07T07:21:48.361Z | Compiling openssl-probe v0.1.5 |
1098 | 2024-10-07T07:21:48.487Z | Compiling ucd-trie v0.1.7 |
1099 | 2024-10-07T07:21:48.506Z | Compiling typenum v1.17.0 |
1100 | 2024-10-07T07:21:48.754Z | Compiling rand_core v0.6.4 |
1101 | 2024-10-07T07:21:49.161Z | Compiling unicode-normalization v0.1.24 |
1102 | 2024-10-07T07:21:49.201Z | Compiling aho-corasick v1.1.3 |
1103 | 2024-10-07T07:21:49.204Z | Compiling generic-array v0.14.7 |
1104 | 2024-10-07T07:21:49.516Z | Compiling encoding_rs v0.8.34 |
1105 | 2024-10-07T07:21:49.672Z | Compiling mime v0.3.17 |
1106 | 2024-10-07T07:21:49.873Z | Compiling regex-syntax v0.8.5 |
1107 | 2024-10-07T07:21:50.300Z | Compiling idna v0.5.0 |
1108 | 2024-10-07T07:21:50.300Z | Compiling crunchy v0.2.2 |
1109 | 2024-10-07T07:21:50.663Z | Compiling serde_derive_internals v0.29.1 |
1110 | 2024-10-07T07:21:52.205Z | Compiling url v2.5.2 |
1111 | 2024-10-07T07:21:52.291Z | Compiling webpki-roots v0.26.6 |
1112 | 2024-10-07T07:21:52.494Z | Compiling rustls-pemfile v2.2.0 |
1113 | 2024-10-07T07:21:52.854Z | Compiling rustls-webpki v0.102.8 |
1114 | 2024-10-07T07:21:52.913Z | Compiling num-conv v0.1.0 |
1115 | 2024-10-07T07:21:53.202Z | Compiling base64 v0.22.1 |
1116 | 2024-10-07T07:21:54.359Z | Compiling regex-automata v0.4.8 |
1117 | 2024-10-07T07:21:54.494Z | Compiling winnow v0.6.20 |
1118 | 2024-10-07T07:21:55.071Z | Compiling time-core v0.1.2 |
1119 | 2024-10-07T07:21:55.246Z | Compiling plain v0.2.3 |
1120 | 2024-10-07T07:21:55.261Z | Compiling powerfmt v0.2.0 |
1121 | 2024-10-07T07:21:55.394Z | Compiling strsim v0.11.1 |
1122 | 2024-10-07T07:21:55.692Z | Compiling ipnet v2.10.1 |
1123 | 2024-10-07T07:21:55.809Z | Compiling tiny-keccak v2.0.2 |
1124 | 2024-10-07T07:21:55.941Z | Compiling serde_derive v1.0.210 |
1125 | 2024-10-07T07:21:56.105Z | Compiling zerocopy-derive v0.7.35 |
1126 | 2024-10-07T07:21:56.562Z | Compiling tokio-macros v2.4.0 |
1127 | 2024-10-07T07:21:57.225Z | Compiling thiserror-impl v1.0.64 |
1128 | 2024-10-07T07:21:57.860Z | Compiling schemars_derive v0.8.21 |
1129 | 2024-10-07T07:21:58.159Z | Compiling futures-macro v0.3.31 |
1130 | 2024-10-07T07:21:58.199Z | Compiling zerocopy v0.7.35 |
1131 | 2024-10-07T07:21:58.474Z | Compiling openssl-macros v0.1.1 |
1132 | 2024-10-07T07:22:00.105Z | Compiling futures-util v0.3.31 |
1133 | 2024-10-07T07:22:00.239Z | Compiling tracing-attributes v0.1.27 |
1134 | 2024-10-07T07:22:00.311Z | Compiling hashbrown v0.14.5 |
1135 | 2024-10-07T07:22:00.931Z | Compiling pest v2.7.13 |
1136 | 2024-10-07T07:22:01.701Z | Compiling regress v0.10.1 |
1137 | 2024-10-07T07:22:03.735Z | Compiling tracing v0.1.40 |
1138 | 2024-10-07T07:22:04.050Z | Compiling scroll_derive v0.12.0 |
1139 | 2024-10-07T07:22:04.207Z | Compiling pest_meta v2.7.13 |
1140 | 2024-10-07T07:22:05.152Z | Compiling ppv-lite86 v0.2.20 |
1141 | 2024-10-07T07:22:05.946Z | Compiling scroll v0.12.0 |
1142 | 2024-10-07T07:22:06.232Z | Compiling pest_generator v2.7.13 |
1143 | 2024-10-07T07:22:06.340Z | Compiling regex v1.11.0 |
1144 | 2024-10-07T07:22:06.592Z | Compiling goblin v0.8.2 |
1145 | 2024-10-07T07:22:07.280Z | Compiling deranged v0.3.11 |
1146 | 2024-10-07T07:22:07.570Z | Compiling time-macros v0.2.18 |
1147 | 2024-10-07T07:22:08.568Z | Compiling anyhow v1.0.89 |
1148 | 2024-10-07T07:22:08.920Z | Compiling pretty-hex v0.4.1 |
1149 | 2024-10-07T07:22:09.120Z | Compiling num_threads v0.1.7 |
1150 | 2024-10-07T07:22:09.247Z | Compiling pest_derive v2.7.13 |
1151 | 2024-10-07T07:22:09.372Z | Compiling rand_chacha v0.3.1 |
1152 | 2024-10-07T07:22:09.459Z | Compiling sync_wrapper v1.0.1 |
1153 | 2024-10-07T07:22:09.599Z | Compiling bytes v1.7.2 |
1154 | 2024-10-07T07:22:09.713Z | Compiling indexmap v2.6.0 |
1155 | 2024-10-07T07:22:09.855Z | Compiling uuid v1.10.0 |
1156 | 2024-10-07T07:22:10.208Z | Compiling smallvec v1.13.2 |
1157 | 2024-10-07T07:22:10.556Z | Compiling http v1.1.0 |
1158 | 2024-10-07T07:22:10.759Z | Compiling serde_tokenstream v0.2.2 |
1159 | 2024-10-07T07:22:10.971Z | Compiling chrono v0.4.38 |
1160 | 2024-10-07T07:22:11.150Z | Compiling parking_lot v0.12.3 |
1161 | 2024-10-07T07:22:11.368Z | Compiling toml_datetime v0.6.8 |
1162 | 2024-10-07T07:22:12.014Z | Compiling tokio v1.40.0 |
1163 | 2024-10-07T07:22:12.210Z | Compiling http-body v1.0.1 |
1164 | 2024-10-07T07:22:12.454Z | Compiling http-body-util v0.1.2 |
1165 | 2024-10-07T07:22:12.954Z | Compiling serde_urlencoded v0.7.1 |
1166 | 2024-10-07T07:22:13.447Z | Compiling usdt-impl v0.5.0 |
1167 | 2024-10-07T07:22:13.509Z | Compiling openapiv3 v2.0.0 |
1168 | 2024-10-07T07:22:13.963Z | Compiling dtrace-parser v0.2.0 |
1169 | 2024-10-07T07:22:15.185Z | Compiling rand v0.8.5 |
1170 | 2024-10-07T07:22:15.573Z | Compiling const-random-macro v0.1.16 |
1171 | 2024-10-07T07:22:16.347Z | Compiling typify-impl v0.2.0 |
1172 | 2024-10-07T07:22:16.636Z | Compiling serde_spanned v0.6.8 |
1173 | 2024-10-07T07:22:16.886Z | Compiling crypto-common v0.1.6 |
1174 | 2024-10-07T07:22:17.063Z | Compiling block-buffer v0.10.4 |
1175 | 2024-10-07T07:22:17.287Z | Compiling thread-id v4.2.2 |
1176 | 2024-10-07T07:22:17.783Z | Compiling syn v1.0.109 |
1177 | 2024-10-07T07:22:17.881Z | Compiling rustversion v1.0.17 |
1178 | 2024-10-07T07:22:17.974Z | Compiling omicron-workspace-hack v0.1.0 |
1179 | 2024-10-07T07:22:18.068Z | Compiling const-random v0.1.18 |
1180 | 2024-10-07T07:22:18.155Z | Compiling dof v0.3.0 |
1181 | 2024-10-07T07:22:18.373Z | Compiling unsafe-libyaml v0.2.11 |
1182 | 2024-10-07T07:22:19.843Z | Compiling serde_yaml v0.9.34+deprecated |
1183 | 2024-10-07T07:22:20.790Z | Compiling ident_case v1.0.1 |
1184 | 2024-10-07T07:22:20.927Z | Compiling match_cfg v0.1.0 |
1185 | 2024-10-07T07:22:20.968Z | Compiling darling_core v0.20.10 |
1186 | 2024-10-07T07:22:21.020Z | Compiling tokio-util v0.7.12 |
1187 | 2024-10-07T07:22:21.907Z | Compiling hostname v0.3.1 |
1188 | 2024-10-07T07:22:22.187Z | Compiling h2 v0.4.6 |
1189 | 2024-10-07T07:22:22.508Z | Compiling dirs-sys-next v0.1.2 |
1190 | 2024-10-07T07:22:23.308Z | Compiling errno v0.3.9 |
1191 | 2024-10-07T07:22:23.546Z | Compiling thread_local v1.1.8 |
1192 | 2024-10-07T07:22:23.624Z | Compiling camino v1.1.9 |
1193 | 2024-10-07T07:22:24.183Z | Compiling paste v1.0.15 |
1194 | 2024-10-07T07:22:24.237Z | Compiling cpufeatures v0.2.14 |
1195 | 2024-10-07T07:22:24.329Z | Compiling rustls v0.22.4 |
1196 | 2024-10-07T07:22:24.710Z | Compiling dirs-next v2.0.0 |
1197 | 2024-10-07T07:22:24.902Z | Compiling usdt-attr-macro v0.5.0 |
1198 | 2024-10-07T07:22:25.802Z | Compiling usdt-macro v0.5.0 |
1199 | 2024-10-07T07:22:27.031Z | Compiling hyper v1.4.1 |
1200 | 2024-10-07T07:22:27.094Z | Compiling darling_macro v0.20.10 |
1201 | 2024-10-07T07:22:28.142Z | Compiling futures-executor v0.3.31 |
1202 | 2024-10-07T07:22:28.775Z | Compiling async-trait v0.1.83 |
1203 | 2024-10-07T07:22:29.221Z | Compiling memmap v0.7.0 |
1204 | 2024-10-07T07:22:29.617Z | Compiling hyper-util v0.1.9 |
1205 | 2024-10-07T07:22:29.735Z | Compiling instant v0.1.13 |
1206 | 2024-10-07T07:22:29.884Z | Compiling slog-async v2.8.0 |
1207 | 2024-10-07T07:22:30.404Z | Compiling futures v0.3.31 |
1208 | 2024-10-07T07:22:30.452Z | Compiling darling v0.20.10 |
1209 | 2024-10-07T07:22:30.568Z | Compiling term v0.7.0 |
1210 | 2024-10-07T07:22:32.426Z | Compiling is-terminal v0.4.13 |
1211 | 2024-10-07T07:22:32.437Z | Compiling multer v3.1.0 |
1212 | 2024-10-07T07:22:32.539Z | Compiling take_mut v0.2.2 |
1213 | 2024-10-07T07:22:32.661Z | Compiling serde_with_macros v3.11.0 |
1214 | 2024-10-07T07:22:32.806Z | Compiling tokio-rustls v0.26.0 |
1215 | 2024-10-07T07:22:32.947Z | Compiling tokio-native-tls v0.3.1 |
1216 | 2024-10-07T07:22:33.198Z | Compiling strum_macros v0.26.4 |
1217 | 2024-10-07T07:22:33.284Z | Compiling ipnetwork v0.20.0 |
1218 | 2024-10-07T07:22:33.321Z | Compiling async-stream-impl v0.3.6 |
1219 | 2024-10-07T07:22:34.390Z | Compiling structmeta-derive v0.3.0 |
1220 | 2024-10-07T07:22:34.693Z | Compiling dropshot v0.12.0 |
1221 | 2024-10-07T07:22:35.012Z | Compiling debug-ignore v1.0.5 |
1222 | 2024-10-07T07:22:35.145Z | Compiling crossbeam-utils v0.8.20 |
1223 | 2024-10-07T07:22:35.361Z | Compiling serde_with v3.11.0 |
1224 | 2024-10-07T07:22:35.762Z | Compiling async-stream v0.3.6 |
1225 | 2024-10-07T07:22:36.107Z | Compiling hyper-rustls v0.27.3 |
1226 | 2024-10-07T07:22:37.151Z | Compiling structmeta v0.3.0 |
1227 | 2024-10-07T07:22:37.548Z | Compiling hyper-tls v0.6.0 |
1228 | 2024-10-07T07:22:37.938Z | Compiling strum v0.26.3 |
1229 | 2024-10-07T07:22:38.241Z | Compiling dropshot_endpoint v0.12.0 |
1230 | 2024-10-07T07:22:39.253Z | Compiling serde_path_to_error v0.1.16 |
1231 | 2024-10-07T07:22:39.332Z | Compiling waitgroup v0.1.2 |
1232 | 2024-10-07T07:22:39.575Z | Compiling hostname v0.4.0 |
1233 | 2024-10-07T07:22:39.876Z | Compiling reqwest v0.12.8 |
1234 | 2024-10-07T07:22:40.178Z | Compiling parse-display-derive v0.10.0 |
1235 | 2024-10-07T07:22:42.065Z | Compiling typify-macro v0.2.0 |
1236 | 2024-10-07T07:22:42.552Z | Compiling digest v0.10.7 |
1237 | 2024-10-07T07:22:42.960Z | Compiling time v0.3.36 |
1238 | 2024-10-07T07:22:43.905Z | Compiling hex v0.4.3 |
1239 | 2024-10-07T07:22:44.401Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1240 | 2024-10-07T07:22:44.526Z | Compiling rustix v0.38.37 |
1241 | 2024-10-07T07:22:44.885Z | Compiling parse-display v0.10.0 |
1242 | 2024-10-07T07:22:45.246Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1243 | 2024-10-07T07:22:45.331Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1244 | 2024-10-07T07:22:45.423Z | Compiling progenitor-client v0.8.0 |
1245 | 2024-10-07T07:22:45.477Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
1246 | 2024-10-07T07:22:45.868Z | Compiling macaddr v1.0.1 |
1247 | 2024-10-07T07:22:46.300Z | Compiling utf8parse v0.2.2 |
1248 | 2024-10-07T07:22:46.448Z | Compiling anstyle-parse v0.2.5 |
1249 | 2024-10-07T07:22:47.071Z | Compiling typify v0.2.0 |
1250 | 2024-10-07T07:22:47.211Z | Compiling progenitor-impl v0.8.0 |
1251 | 2024-10-07T07:22:49.010Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1252 | 2024-10-07T07:22:49.858Z | Compiling anstyle v1.0.8 |
1253 | 2024-10-07T07:22:49.916Z | Compiling anstyle-query v1.1.1 |
1254 | 2024-10-07T07:22:50.071Z | Compiling unicode-width v0.1.14 |
1255 | 2024-10-07T07:22:50.337Z | Compiling is_terminal_polyfill v1.70.1 |
1256 | 2024-10-07T07:22:50.406Z | Compiling colorchoice v1.0.2 |
1257 | 2024-10-07T07:22:50.455Z | Compiling lazy_static v1.5.0 |
1258 | 2024-10-07T07:22:50.557Z | Compiling anstream v0.6.15 |
1259 | 2024-10-07T07:22:50.580Z | Compiling usdt v0.5.0 |
1260 | 2024-10-07T07:22:50.594Z | Compiling slog-json v2.6.1 |
1261 | 2024-10-07T07:22:50.975Z | Compiling crossbeam-channel v0.5.13 |
1262 | 2024-10-07T07:22:51.161Z | Compiling toml_edit v0.22.22 |
1263 | 2024-10-07T07:22:51.387Z | Compiling clap_lex v0.7.2 |
1264 | 2024-10-07T07:22:52.233Z | Compiling slog-bunyan v2.5.0 |
1265 | 2024-10-07T07:22:52.433Z | Compiling slog-term v2.9.1 |
1266 | 2024-10-07T07:22:52.445Z | Compiling sha1 v0.10.6 |
1267 | 2024-10-07T07:22:52.903Z | Compiling tokio-rustls v0.25.0 |
1268 | 2024-10-07T07:22:53.326Z | Compiling newtype-uuid v1.1.0 |
1269 | 2024-10-07T07:22:53.516Z | Compiling winnow v0.5.40 |
1270 | 2024-10-07T07:22:53.623Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1271 | 2024-10-07T07:22:53.834Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
1272 | 2024-10-07T07:22:54.009Z | Compiling backoff v0.4.0 |
1273 | 2024-10-07T07:22:54.178Z | Compiling regress v0.9.1 |
1274 | 2024-10-07T07:22:54.426Z | Compiling toml v0.8.19 |
1275 | 2024-10-07T07:22:57.433Z | Compiling toml_edit v0.19.15 |
1276 | 2024-10-07T07:22:58.277Z | Compiling progenitor-macro v0.8.0 |
1277 | 2024-10-07T07:22:59.819Z | Compiling clap_derive v4.5.18 |
1278 | 2024-10-07T07:23:01.116Z | Compiling heapless v0.8.0 |
1279 | 2024-10-07T07:23:01.132Z | Compiling proc-macro-crate v1.3.1 |
1280 | 2024-10-07T07:23:01.896Z | Compiling hash32 v0.3.1 |
1281 | 2024-10-07T07:23:01.974Z | Compiling stable_deref_trait v1.2.0 |
1282 | 2024-10-07T07:23:01.987Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1283 | 2024-10-07T07:23:02.075Z | Compiling smoltcp v0.11.0 |
1284 | 2024-10-07T07:23:02.323Z | Compiling terminal_size v0.4.0 |
1285 | 2024-10-07T07:23:02.804Z | Compiling foreign-types-macros v0.2.3 |
1286 | 2024-10-07T07:23:03.040Z | Compiling proc-macro-error-attr v1.0.4 |
1287 | 2024-10-07T07:23:03.216Z | Compiling heck v0.4.1 |
1288 | 2024-10-07T07:23:03.368Z | Compiling cobs v0.2.3 |
1289 | 2024-10-07T07:23:03.636Z | Compiling foreign-types-shared v0.3.1 |
1290 | 2024-10-07T07:23:03.662Z | Compiling managed v0.8.0 |
1291 | 2024-10-07T07:23:03.664Z | Compiling num_enum_derive v0.5.11 |
1292 | 2024-10-07T07:23:03.746Z | Compiling either v1.13.0 |
1293 | 2024-10-07T07:23:04.132Z | Compiling bitflags v1.3.2 |
1294 | 2024-10-07T07:23:04.163Z | Compiling foreign-types v0.5.0 |
1295 | 2024-10-07T07:23:04.264Z | Compiling postcard v1.0.10 |
1296 | 2024-10-07T07:23:04.937Z | Compiling clap_builder v4.5.19 |
1297 | 2024-10-07T07:23:05.313Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1298 | 2024-10-07T07:23:06.050Z | Compiling num_enum v0.5.11 |
1299 | 2024-10-07T07:23:06.202Z | Compiling num-integer v0.1.46 |
1300 | 2024-10-07T07:23:06.261Z | Compiling cstr-argument v0.1.2 |
1301 | 2024-10-07T07:23:06.571Z | Compiling proc-macro-error v1.0.4 |
1302 | 2024-10-07T07:23:06.922Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1303 | 2024-10-07T07:23:07.086Z | Compiling pretty-hex v0.2.1 |
1304 | 2024-10-07T07:23:07.259Z | Compiling float-ord v0.3.2 |
1305 | 2024-10-07T07:23:07.269Z | Compiling fastrand v2.1.1 |
1306 | 2024-10-07T07:23:07.418Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1307 | 2024-10-07T07:23:07.636Z | Compiling tempfile v3.13.0 |
1308 | 2024-10-07T07:23:07.881Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1309 | 2024-10-07T07:23:08.640Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1310 | 2024-10-07T07:23:08.807Z | Compiling clap v4.5.19 |
1311 | 2024-10-07T07:23:09.043Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1312 | 2024-10-07T07:23:09.064Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1313 | 2024-10-07T07:23:10.122Z | Compiling colored v2.1.0 |
1314 | 2024-10-07T07:23:10.171Z | Compiling tabwriter v1.4.0 |
1315 | 2024-10-07T07:23:10.578Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1316 | 2024-10-07T07:23:10.836Z | Compiling crucible-workspace-hack v0.1.0 |
1317 | 2024-10-07T07:23:10.960Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1318 | 2024-10-07T07:23:11.745Z | Compiling num-iter v0.1.45 |
1319 | 2024-10-07T07:23:11.779Z | Compiling num-rational v0.4.2 |
1320 | 2024-10-07T07:23:11.993Z | Compiling num-complex v0.4.6 |
1321 | 2024-10-07T07:23:12.279Z | Compiling unicode-segmentation v1.12.0 |
1322 | 2024-10-07T07:23:12.508Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1323 | 2024-10-07T07:23:12.715Z | Compiling prettyplease v0.2.22 |
1324 | 2024-10-07T07:23:12.860Z | Compiling semver v0.1.20 |
1325 | 2024-10-07T07:23:13.053Z | Compiling num v0.4.3 |
1326 | 2024-10-07T07:23:13.099Z | Compiling newline-converter v0.3.0 |
1327 | 2024-10-07T07:23:13.141Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1328 | 2024-10-07T07:23:13.153Z | Compiling rustc_version v0.1.7 |
1329 | 2024-10-07T07:23:13.669Z | Compiling zone_cfg_derive v0.3.0 |
1330 | 2024-10-07T07:23:14.926Z | Compiling camino-tempfile v1.1.1 |
1331 | 2024-10-07T07:23:15.397Z | Compiling itertools v0.10.5 |
1332 | 2024-10-07T07:23:15.435Z | Compiling console v0.15.8 |
1333 | 2024-10-07T07:23:15.785Z | Compiling progenitor v0.8.0 |
1334 | 2024-10-07T07:23:15.980Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1335 | 2024-10-07T07:23:16.656Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1336 | 2024-10-07T07:23:17.291Z | Compiling num-derive v0.4.2 |
1337 | 2024-10-07T07:23:17.437Z | Compiling sigpipe v0.1.3 |
1338 | 2024-10-07T07:23:17.549Z | Compiling static_assertions v1.1.0 |
1339 | 2024-10-07T07:23:17.561Z | Compiling similar v2.6.0 |
1340 | 2024-10-07T07:23:17.643Z | Compiling base64ct v1.6.0 |
1341 | 2024-10-07T07:23:18.175Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
1342 | 2024-10-07T07:23:18.263Z | Compiling password-hash v0.5.0 |
1343 | 2024-10-07T07:23:18.274Z | Compiling zone v0.3.0 |
1344 | 2024-10-07T07:23:18.501Z | Compiling expectorate v1.1.0 |
1345 | 2024-10-07T07:23:18.665Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
1346 | 2024-10-07T07:23:19.630Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1347 | 2024-10-07T07:23:19.652Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1348 | 2024-10-07T07:23:20.144Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1349 | 2024-10-07T07:23:20.340Z | Compiling newtype_derive v0.1.6 |
1350 | 2024-10-07T07:23:20.679Z | Compiling blake2 v0.10.6 |
1351 | 2024-10-07T07:23:21.272Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
1352 | 2024-10-07T07:23:21.873Z | Compiling hubpack_derive v0.1.1 |
1353 | 2024-10-07T07:23:22.020Z | Compiling smf v0.2.3 |
1354 | 2024-10-07T07:23:22.319Z | Compiling zerocopy-derive v0.6.6 |
1355 | 2024-10-07T07:23:23.768Z | Compiling whoami v1.5.2 |
1356 | 2024-10-07T07:23:23.961Z | Compiling owo-colors v4.1.0 |
1357 | 2024-10-07T07:23:24.264Z | Compiling fixedbitset v0.4.2 |
1358 | 2024-10-07T07:23:24.288Z | Compiling cancel-safe-futures v0.1.5 |
1359 | 2024-10-07T07:23:24.505Z | Compiling zerocopy v0.6.6 |
1360 | 2024-10-07T07:23:24.640Z | Compiling petgraph v0.6.5 |
1361 | 2024-10-07T07:23:24.778Z | Compiling hubpack v0.1.2 |
1362 | 2024-10-07T07:23:24.788Z | Compiling argon2 v0.5.3 |
1363 | 2024-10-07T07:23:25.364Z | Compiling strum_macros v0.25.3 |
1364 | 2024-10-07T07:23:27.754Z | Compiling serde-big-array v0.5.1 |
1365 | 2024-10-07T07:23:27.990Z | Compiling serde_repr v0.1.19 |
1366 | 2024-10-07T07:23:28.741Z | Compiling cookie v0.18.1 |
1367 | 2024-10-07T07:23:28.867Z | Compiling convert_case v0.4.0 |
1368 | 2024-10-07T07:23:29.128Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
1369 | 2024-10-07T07:23:29.224Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1370 | 2024-10-07T07:23:29.652Z | Compiling derive_more v0.99.18 |
1371 | 2024-10-07T07:23:30.211Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
1372 | 2024-10-07T07:23:31.902Z | Compiling atomicwrites v0.4.4 |
1373 | 2024-10-07T07:23:32.296Z | Compiling itertools v0.13.0 |
1374 | 2024-10-07T07:23:32.756Z | Compiling libsw v3.3.1 |
1375 | 2024-10-07T07:23:33.076Z | Compiling enum-as-inner v0.6.1 |
1376 | 2024-10-07T07:23:33.586Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
1377 | 2024-10-07T07:23:35.346Z | Compiling derive-where v1.2.7 |
1378 | 2024-10-07T07:23:35.667Z | Compiling idna v0.4.0 |
1379 | 2024-10-07T07:23:36.491Z | Compiling linked-hash-map v0.5.6 |
1380 | 2024-10-07T07:23:36.558Z | Compiling data-encoding v2.6.0 |
1381 | 2024-10-07T07:23:36.890Z | Compiling linear-map v1.2.0 |
1382 | 2024-10-07T07:23:37.252Z | Compiling highway v1.2.0 |
1383 | 2024-10-07T07:23:37.591Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
1384 | 2024-10-07T07:23:38.128Z | Compiling indent_write v2.2.0 |
1385 | 2024-10-07T07:23:38.503Z | Compiling swrite v0.1.0 |
1386 | 2024-10-07T07:23:38.619Z | Compiling quick-error v1.2.3 |
1387 | 2024-10-07T07:23:38.621Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
1388 | 2024-10-07T07:23:38.769Z | Compiling resolv-conf v0.7.0 |
1389 | 2024-10-07T07:23:39.369Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
1390 | 2024-10-07T07:23:39.658Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
1391 | 2024-10-07T07:23:41.804Z | Compiling hickory-proto v0.24.1 |
1392 | 2024-10-07T07:23:42.058Z | Compiling lru-cache v0.1.2 |
1393 | 2024-10-07T07:23:42.254Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
1394 | 2024-10-07T07:23:42.746Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
1395 | 2024-10-07T07:23:45.068Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
1396 | 2024-10-07T07:23:45.358Z | Compiling steno v0.4.1 |
1397 | 2024-10-07T07:23:47.115Z | Compiling slog-dtrace v0.3.0 |
1398 | 2024-10-07T07:23:47.193Z | Compiling humantime v2.1.0 |
1399 | 2024-10-07T07:23:47.423Z | Compiling parking_lot_core v0.8.6 |
1400 | 2024-10-07T07:23:47.828Z | Compiling hickory-resolver v0.24.1 |
1401 | 2024-10-07T07:23:47.913Z | Compiling num-derive v0.3.3 |
1402 | 2024-10-07T07:23:48.010Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
1403 | 2024-10-07T07:23:50.166Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
1404 | 2024-10-07T07:23:50.679Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1405 | 2024-10-07T07:23:51.018Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1406 | 2024-10-07T07:23:51.243Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
1407 | 2024-10-07T07:23:51.782Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
1408 | 2024-10-07T07:23:52.102Z | Compiling smartstring v1.0.1 |
1409 | 2024-10-07T07:23:52.470Z | Compiling half v2.4.1 |
1410 | 2024-10-07T07:23:52.740Z | Compiling ciborium-io v0.2.2 |
1411 | 2024-10-07T07:23:53.014Z | Compiling ciborium-ll v0.2.2 |
1412 | 2024-10-07T07:23:53.321Z | Compiling parking_lot v0.11.2 |
1413 | 2024-10-07T07:23:53.432Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1414 | 2024-10-07T07:23:54.357Z | Compiling proc-macro-crate v3.2.0 |
1415 | 2024-10-07T07:23:54.382Z | Compiling crossbeam-epoch v0.9.18 |
1416 | 2024-10-07T07:23:55.111Z | Compiling fxhash v0.2.1 |
1417 | 2024-10-07T07:23:55.145Z | Compiling crc32fast v1.4.2 |
1418 | 2024-10-07T07:23:55.308Z | Compiling ciborium v0.2.2 |
1419 | 2024-10-07T07:23:55.504Z | Compiling sled v0.34.7 |
1420 | 2024-10-07T07:23:55.518Z | Compiling num_enum_derive v0.7.3 |
1421 | 2024-10-07T07:23:55.914Z | Compiling thin-vec v0.2.13 |
1422 | 2024-10-07T07:23:56.040Z | Compiling rhai_codegen v2.2.0 |
1423 | 2024-10-07T07:23:56.538Z | Compiling minimal-lexical v0.2.1 |
1424 | 2024-10-07T07:23:56.972Z | Compiling nom v7.1.3 |
1425 | 2024-10-07T07:23:57.107Z | Compiling diff v0.1.13 |
1426 | 2024-10-07T07:23:57.933Z | Compiling yansi v1.0.1 |
1427 | 2024-10-07T07:23:58.165Z | Compiling num_enum v0.7.3 |
1428 | 2024-10-07T07:23:58.489Z | Compiling pretty_assertions v1.4.1 |
1429 | 2024-10-07T07:23:59.085Z | Compiling rhai v1.19.0 |
1430 | 2024-10-07T07:24:04.504Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
1431 | 2024-10-07T07:24:06.182Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
1432 | 2024-10-07T07:24:13.430Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
1433 | 2024-10-07T07:24:14.593Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1434 | 2024-10-07T07:24:16.014Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1435 | 2024-10-07T07:24:18.724Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
1436 | 2024-10-07T07:24:53.740Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 13s |
1437 | 2024-10-07T07:24:53.908Z | ------------ |
1438 | 2024-10-07T07:24:53.908Z | Nextest run ID b3cf047f-2e63-42bf-945b-b5b4a9c497f9 with nextest profile: default |
1439 | 2024-10-07T07:24:53.908Z | Starting 11 tests across 1 binary |
1440 | 2024-10-07T07:24:53.943Z | PASS [ 0.025s] bgp messages::tests::header_round_trip |
1441 | 2024-10-07T07:24:53.943Z | PASS [ 0.019s] bgp messages::tests::prefix_within |
1442 | 2024-10-07T07:24:53.943Z | PASS [ 0.016s] bgp messages::tests::update_round_trip |
1443 | 2024-10-07T07:24:53.943Z | PASS [ 0.022s] bgp messages::tests::open_round_trip |
1444 | 2024-10-07T07:24:53.957Z | PASS [ 0.036s] bgp policy::test::open_add_4byte_as |
1445 | 2024-10-07T07:24:53.973Z | PASS [ 0.048s] bgp policy::test::open_require_4byte_as |
1446 | 2024-10-07T07:24:53.975Z | PASS [ 0.042s] bgp policy::test::update_drop_on_no_export |
1447 | 2024-10-07T07:24:53.975Z | PASS [ 0.045s] bgp policy::test::shape_update_prefixes |
1448 | 2024-10-07T07:24:53.975Z | PASS [ 0.039s] bgp policy::test::update_shape_community |
1449 | 2024-10-07T07:25:07.041Z | PASS [ 13.107s] bgp test::test_basic_peering |
1450 | 2024-10-07T07:25:18.036Z | PASS [ 24.102s] bgp test::test_basic_update |
1451 | 2024-10-07T07:25:18.039Z | ------------ |
1452 | 2024-10-07T07:25:18.039Z | Summary [ 24.134s] 11 tests run: 11 passed, 0 skipped |
1453 | 2024-10-07T07:25:18.053Z | + cp r1.basic_peering.log r1.basic_update.log r2.basic_peering.log r2.basic_update.log /work/ |
1454 | 2024-10-07T07:25:18.057Z | process exited: duration 397498 ms, exit code 0 |
|
1455 | 2024-10-07T07:25:18.068Z | found 4 output files |
1456 | 2024-10-07T07:25:18.068Z | uploading: /work/r1.basic_peering.log (7874 bytes) |
1457 | 2024-10-07T07:25:19.077Z | uploaded: /work/r1.basic_peering.log |
1458 | 2024-10-07T07:25:19.077Z | uploading: /work/r1.basic_update.log (13264 bytes) |
1459 | 2024-10-07T07:25:20.086Z | uploaded: /work/r1.basic_update.log |
1460 | 2024-10-07T07:25:20.086Z | uploading: /work/r2.basic_peering.log (9265 bytes) |
1461 | 2024-10-07T07:25:21.095Z | uploaded: /work/r2.basic_peering.log |
1462 | 2024-10-07T07:25:21.095Z | uploading: /work/r2.basic_update.log (20451 bytes) |
1463 | 2024-10-07T07:25:22.109Z | uploaded: /work/r2.basic_update.log |