|
|
|
1 | 2024-11-26T08:16:39.342Z | job assigned to worker 01JDKRMTW67628M56DTJCJWSV7 [factory aws, i-0c78354ddf2ab750a] (queued for 57 s) |
|
2 | 2024-11-26T08:16:46.693Z | starting task 0: "setup" |
3 | 2024-11-26T08:16:46.703Z | ++ uname -s |
4 | 2024-11-26T08:16:46.705Z | + kern=SunOS |
5 | 2024-11-26T08:16:46.705Z | + case "$kern" in |
6 | 2024-11-26T08:16:46.705Z | + groupadd -g 12345 build |
7 | 2024-11-26T08:16:46.708Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-26T08:16:48.714Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-26T08:16:48.826Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-26T08:16:48.828Z | + home_fs=zfs |
11 | 2024-11-26T08:16:48.829Z | + [[ zfs == autofs ]] |
12 | 2024-11-26T08:16:48.829Z | + mkdir -p /home/build |
13 | 2024-11-26T08:16:48.831Z | + chown build:build /home/build /work |
14 | 2024-11-26T08:16:50.832Z | + chmod 0700 /home/build /work |
15 | 2024-11-26T08:16:50.835Z | process exited: duration 4141 ms, exit code 0 |
|
16 | 2024-11-26T08:16:50.840Z | starting task 1: "rust-toolchain" |
17 | 2024-11-26T08:16:50.846Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-26T08:16:50.846Z | ' stable |
19 | 2024-11-26T08:16:50.846Z | * toolchain channel = "stable" |
20 | 2024-11-26T08:16:50.846Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-26T08:16:50.846Z | ' default |
22 | 2024-11-26T08:16:50.846Z | * toolchain profile = "default" |
23 | 2024-11-26T08:16:50.849Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-26T08:16:50.849Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-11-26T08:16:50.968Z | info: downloading installer |
26 | 2024-11-26T08:16:52.413Z | info: profile set to 'default' |
27 | 2024-11-26T08:16:52.413Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-26T08:16:52.416Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-11-26T08:16:52.568Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
30 | 2024-11-26T08:16:52.570Z | info: downloading component 'cargo' |
31 | 2024-11-26T08:16:53.447Z | info: downloading component 'clippy' |
32 | 2024-11-26T08:16:53.783Z | info: downloading component 'rust-docs' |
33 | 2024-11-26T08:16:55.023Z | info: downloading component 'rust-std' |
34 | 2024-11-26T08:16:56.990Z | info: downloading component 'rustc' |
35 | 2024-11-26T08:17:04.071Z | info: downloading component 'rustfmt' |
36 | 2024-11-26T08:17:04.320Z | info: installing component 'cargo' |
37 | 2024-11-26T08:17:05.113Z | info: installing component 'clippy' |
38 | 2024-11-26T08:17:05.476Z | info: installing component 'rust-docs' |
39 | 2024-11-26T08:17:07.144Z | info: installing component 'rust-std' |
40 | 2024-11-26T08:17:08.949Z | info: installing component 'rustc' |
41 | 2024-11-26T08:17:14.864Z | info: installing component 'rustfmt' |
42 | 2024-11-26T08:17:15.180Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-11-26T08:17:15.180Z | |
44 | 2024-11-26T08:17:15.570Z | stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
45 | 2024-11-26T08:17:15.570Z | |
46 | 2024-11-26T08:17:15.575Z | |
47 | 2024-11-26T08:17:15.575Z | Rust is installed now. Great! |
48 | 2024-11-26T08:17:15.576Z | |
49 | 2024-11-26T08:17:15.576Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-26T08:17:15.576Z | environment variable. This has not been done automatically. |
51 | 2024-11-26T08:17:15.576Z | |
52 | 2024-11-26T08:17:15.576Z | To configure your current shell, you need to source |
53 | 2024-11-26T08:17:15.576Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-26T08:17:15.576Z | |
55 | 2024-11-26T08:17:15.576Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-26T08:17:15.576Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-26T08:17:15.576Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-26T08:17:15.720Z | + rustc --version |
59 | 2024-11-26T08:17:15.729Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
60 | 2024-11-26T08:17:15.729Z | process exited: duration 24865 ms, exit code 0 |
|
61 | 2024-11-26T08:17:15.742Z | starting task 2: "authentication" |
62 | 2024-11-26T08:17:15.758Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-11-26T08:17:15.763Z | starting task 3: "clone repository" |
64 | 2024-11-26T08:17:15.768Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-11-26T08:17:15.771Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-11-26T08:17:15.815Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-11-26T08:17:16.340Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-11-26T08:17:16.340Z | + git fetch origin 38057ed7ebd8f56861699cff9e87eba1b3970cc0 |
69 | 2024-11-26T08:17:16.581Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-11-26T08:17:16.581Z | * branch 38057ed7ebd8f56861699cff9e87eba1b3970cc0 -> FETCH_HEAD |
71 | 2024-11-26T08:17:16.594Z | + [[ -n renovate/thiserror-2.x ]] |
72 | 2024-11-26T08:17:16.594Z | ++ git branch --show-current |
73 | 2024-11-26T08:17:16.599Z | + current=main |
74 | 2024-11-26T08:17:16.599Z | + [[ main != renovate/thiserror-2.x ]] |
75 | 2024-11-26T08:17:16.599Z | + git branch -f renovate/thiserror-2.x 38057ed7ebd8f56861699cff9e87eba1b3970cc0 |
76 | 2024-11-26T08:17:16.599Z | + git checkout -f renovate/thiserror-2.x |
77 | 2024-11-26T08:17:16.608Z | Switched to branch 'renovate/thiserror-2.x' |
78 | 2024-11-26T08:17:16.611Z | + git reset --hard 38057ed7ebd8f56861699cff9e87eba1b3970cc0 |
79 | 2024-11-26T08:17:16.623Z | HEAD is now at 38057ed Update Rust crate thiserror to v2 |
80 | 2024-11-26T08:17:16.626Z | process exited: duration 860 ms, exit code 0 |
|
81 | 2024-11-26T08:17:16.632Z | starting task 4: "build" |
82 | 2024-11-26T08:17:16.638Z | + set -o errexit |
83 | 2024-11-26T08:17:16.638Z | + set -o pipefail |
84 | 2024-11-26T08:17:16.638Z | + cargo --version |
85 | 2024-11-26T08:17:16.642Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
86 | 2024-11-26T08:17:16.852Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
87 | 2024-11-26T08:17:16.852Z | info: downloading component 'cargo' |
88 | 2024-11-26T08:17:17.742Z | info: downloading component 'clippy' |
89 | 2024-11-26T08:17:18.037Z | info: downloading component 'rust-docs' |
90 | 2024-11-26T08:17:19.255Z | info: downloading component 'rust-std' |
91 | 2024-11-26T08:17:21.138Z | info: downloading component 'rustc' |
92 | 2024-11-26T08:17:27.895Z | info: downloading component 'rustfmt' |
93 | 2024-11-26T08:17:28.147Z | info: installing component 'cargo' |
94 | 2024-11-26T08:17:28.936Z | info: installing component 'clippy' |
95 | 2024-11-26T08:17:29.293Z | info: installing component 'rust-docs' |
96 | 2024-11-26T08:17:30.869Z | info: installing component 'rust-std' |
97 | 2024-11-26T08:17:32.568Z | info: installing component 'rustc' |
98 | 2024-11-26T08:17:38.187Z | info: installing component 'rustfmt' |
99 | 2024-11-26T08:17:38.591Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
100 | 2024-11-26T08:17:38.594Z | + rustc --version |
101 | 2024-11-26T08:17:38.660Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
102 | 2024-11-26T08:17:38.664Z | + cargo install cargo-nextest |
103 | 2024-11-26T08:17:38.747Z | Updating crates.io index |
104 | 2024-11-26T08:17:38.821Z | Downloading crates ... |
105 | 2024-11-26T08:17:38.890Z | Downloaded cargo-nextest v0.9.84 |
106 | 2024-11-26T08:17:38.929Z | Installing cargo-nextest v0.9.84 |
107 | 2024-11-26T08:17:39.005Z | Updating crates.io index |
108 | 2024-11-26T08:17:40.277Z | Locking 359 packages to latest compatible versions |
109 | 2024-11-26T08:17:40.280Z | Adding addr2line v0.21.0 (latest: v0.24.2) |
110 | 2024-11-26T08:17:40.280Z | Adding backtrace v0.3.71 (latest: v0.3.74) |
111 | 2024-11-26T08:17:40.280Z | Adding base64 v0.21.7 (latest: v0.22.1) |
112 | 2024-11-26T08:17:40.288Z | Adding cargo_metadata v0.18.1 (latest: v0.19.0) |
113 | 2024-11-26T08:17:40.290Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
114 | 2024-11-26T08:17:40.293Z | Adding encode_unicode v0.3.6 (latest: v1.0.0) |
115 | 2024-11-26T08:17:40.293Z | Adding fixedbitset v0.4.2 (latest: v0.5.7) |
116 | 2024-11-26T08:17:40.293Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
117 | 2024-11-26T08:17:40.293Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
118 | 2024-11-26T08:17:40.293Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
119 | 2024-11-26T08:17:40.293Z | Adding gimli v0.28.1 (latest: v0.31.1) |
120 | 2024-11-26T08:17:40.293Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
121 | 2024-11-26T08:17:40.296Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
122 | 2024-11-26T08:17:40.298Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
123 | 2024-11-26T08:17:40.298Z | Adding mukti-metadata v0.2.1 (latest: v0.3.0) |
124 | 2024-11-26T08:17:40.298Z | Adding nextest-runner v0.67.0 (latest: v0.68.0) |
125 | 2024-11-26T08:17:40.301Z | Adding object v0.32.2 (latest: v0.36.5) |
126 | 2024-11-26T08:17:40.301Z | Adding owo-colors v3.5.0 (latest: v4.1.0) |
127 | 2024-11-26T08:17:40.301Z | Adding quick-xml v0.23.1 (latest: v0.37.1) |
128 | 2024-11-26T08:17:40.308Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
129 | 2024-11-26T08:17:40.312Z | Adding terminal_size v0.3.0 (latest: v0.4.0) |
130 | 2024-11-26T08:17:40.314Z | Adding thiserror v1.0.69 (latest: v2.0.3) |
131 | 2024-11-26T08:17:40.314Z | Adding thiserror-impl v1.0.69 (latest: v2.0.3) |
132 | 2024-11-26T08:17:40.314Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
133 | 2024-11-26T08:17:40.317Z | Adding unicode-width v0.1.14 (latest: v0.2.0) |
134 | 2024-11-26T08:17:40.317Z | Adding vte v0.11.1 (latest: v0.13.0) |
135 | 2024-11-26T08:17:40.317Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
136 | 2024-11-26T08:17:40.317Z | Adding windows v0.52.0 (latest: v0.58.0) |
137 | 2024-11-26T08:17:40.317Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
138 | 2024-11-26T08:17:40.317Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
139 | 2024-11-26T08:17:40.317Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
140 | 2024-11-26T08:17:40.317Z | Adding windows-sys v0.42.0 (latest: v0.59.0) |
141 | 2024-11-26T08:17:40.317Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
142 | 2024-11-26T08:17:40.317Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
143 | 2024-11-26T08:17:40.317Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
144 | 2024-11-26T08:17:40.317Z | Adding windows_aarch64_gnullvm v0.42.2 (latest: v0.52.6) |
145 | 2024-11-26T08:17:40.317Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
146 | 2024-11-26T08:17:40.317Z | Adding windows_aarch64_msvc v0.42.2 (latest: v0.52.6) |
147 | 2024-11-26T08:17:40.317Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
148 | 2024-11-26T08:17:40.317Z | Adding windows_i686_gnu v0.42.2 (latest: v0.52.6) |
149 | 2024-11-26T08:17:40.318Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
150 | 2024-11-26T08:17:40.318Z | Adding windows_i686_msvc v0.42.2 (latest: v0.52.6) |
151 | 2024-11-26T08:17:40.318Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
152 | 2024-11-26T08:17:40.318Z | Adding windows_x86_64_gnu v0.42.2 (latest: v0.52.6) |
153 | 2024-11-26T08:17:40.318Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
154 | 2024-11-26T08:17:40.318Z | Adding windows_x86_64_gnullvm v0.42.2 (latest: v0.52.6) |
155 | 2024-11-26T08:17:40.318Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
156 | 2024-11-26T08:17:40.318Z | Adding windows_x86_64_msvc v0.42.2 (latest: v0.52.6) |
157 | 2024-11-26T08:17:40.318Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
158 | 2024-11-26T08:17:40.318Z | Adding writeable v0.5.5 (latest: v0.6.0) |
159 | 2024-11-26T08:17:40.320Z | Adding zerocopy v0.7.35 (latest: v0.8.11) |
160 | 2024-11-26T08:17:40.320Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.11) |
161 | 2024-11-26T08:17:40.320Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
162 | 2024-11-26T08:17:40.320Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
163 | 2024-11-26T08:17:40.320Z | Downloading crates ... |
164 | 2024-11-26T08:17:40.391Z | Downloaded ahash v0.8.11 |
165 | 2024-11-26T08:17:40.394Z | Downloaded anstyle-parse v0.2.6 |
166 | 2024-11-26T08:17:40.397Z | Downloaded anstyle v1.0.10 |
167 | 2024-11-26T08:17:40.400Z | Downloaded adler v1.0.2 |
168 | 2024-11-26T08:17:40.403Z | Downloaded anstream v0.6.18 |
169 | 2024-11-26T08:17:40.403Z | Downloaded adler2 v2.0.0 |
170 | 2024-11-26T08:17:40.408Z | Downloaded addr2line v0.21.0 |
171 | 2024-11-26T08:17:40.413Z | Downloaded aho-corasick v1.1.3 |
172 | 2024-11-26T08:17:40.419Z | Downloaded base64ct v1.6.0 |
173 | 2024-11-26T08:17:40.421Z | Downloaded block-buffer v0.10.4 |
174 | 2024-11-26T08:17:40.424Z | Downloaded bitflags v2.6.0 |
175 | 2024-11-26T08:17:40.427Z | Downloaded anstyle-query v1.1.2 |
176 | 2024-11-26T08:17:40.429Z | Downloaded cargo-platform v0.1.8 |
177 | 2024-11-26T08:17:40.432Z | Downloaded backtrace v0.3.71 |
178 | 2024-11-26T08:17:40.435Z | Downloaded dialoguer v0.11.0 |
179 | 2024-11-26T08:17:40.439Z | Downloaded atomicwrites v0.4.4 |
180 | 2024-11-26T08:17:40.442Z | Downloaded async-scoped v0.9.0 |
181 | 2024-11-26T08:17:40.442Z | Downloaded cargo_metadata v0.18.1 |
182 | 2024-11-26T08:17:40.458Z | Downloaded icu_locid v1.5.0 |
183 | 2024-11-26T08:17:40.461Z | Downloaded signature v2.2.0 |
184 | 2024-11-26T08:17:40.461Z | Downloaded smallvec v1.13.2 |
185 | 2024-11-26T08:17:40.461Z | Downloaded shlex v1.3.0 |
186 | 2024-11-26T08:17:40.461Z | Downloaded socket2 v0.5.7 |
187 | 2024-11-26T08:17:40.461Z | Downloaded smawk v0.3.2 |
188 | 2024-11-26T08:17:40.461Z | Downloaded displaydoc v0.2.5 |
189 | 2024-11-26T08:17:40.463Z | Downloaded spki v0.7.3 |
190 | 2024-11-26T08:17:40.466Z | Downloaded supports-unicode v3.0.0 |
191 | 2024-11-26T08:17:40.469Z | Downloaded supports-hyperlinks v3.0.0 |
192 | 2024-11-26T08:17:40.472Z | Downloaded subtle v2.6.1 |
193 | 2024-11-26T08:17:40.472Z | Downloaded equivalent v1.0.1 |
194 | 2024-11-26T08:17:40.472Z | Downloaded supports-color v3.0.1 |
195 | 2024-11-26T08:17:40.474Z | Downloaded spin v0.9.8 |
196 | 2024-11-26T08:17:40.476Z | Downloaded textwrap v0.16.1 |
197 | 2024-11-26T08:17:40.479Z | Downloaded terminal_size v0.3.0 |
198 | 2024-11-26T08:17:40.482Z | Downloaded target-spec v3.2.2 |
199 | 2024-11-26T08:17:40.484Z | Downloaded target-lexicon v0.12.16 |
200 | 2024-11-26T08:17:40.487Z | Downloaded guppy-workspace-hack v0.1.0 |
201 | 2024-11-26T08:17:40.487Z | Downloaded fastrand v2.2.0 |
202 | 2024-11-26T08:17:40.490Z | Downloaded enable-ansi-support v0.2.1 |
203 | 2024-11-26T08:17:40.492Z | Downloaded vte_generate_state_changes v0.1.2 |
204 | 2024-11-26T08:17:40.492Z | Downloaded backtrace-ext v0.2.1 |
205 | 2024-11-26T08:17:40.495Z | Downloaded write16 v1.0.0 |
206 | 2024-11-26T08:17:40.495Z | Downloaded urlencoding v2.1.3 |
207 | 2024-11-26T08:17:40.497Z | Downloaded foreign-types-shared v0.1.1 |
208 | 2024-11-26T08:17:40.497Z | Downloaded cfg-if v1.0.0 |
209 | 2024-11-26T08:17:40.500Z | Downloaded http-body v1.0.1 |
210 | 2024-11-26T08:17:40.500Z | Downloaded try-lock v0.2.5 |
211 | 2024-11-26T08:17:40.502Z | Downloaded futures-core v0.3.31 |
212 | 2024-11-26T08:17:40.504Z | Downloaded tower-service v0.3.3 |
213 | 2024-11-26T08:17:40.504Z | Downloaded filetime v0.2.25 |
214 | 2024-11-26T08:17:40.507Z | Downloaded cpufeatures v0.2.16 |
215 | 2024-11-26T08:17:40.507Z | Downloaded display-error-chain v0.2.2 |
216 | 2024-11-26T08:17:40.509Z | Downloaded byteorder v1.5.0 |
217 | 2024-11-26T08:17:40.512Z | Downloaded tinyvec_macros v0.1.1 |
218 | 2024-11-26T08:17:40.512Z | Downloaded digest v0.10.7 |
219 | 2024-11-26T08:17:40.514Z | Downloaded target-spec-miette v0.4.0 |
220 | 2024-11-26T08:17:40.514Z | Downloaded foreign-types v0.3.2 |
221 | 2024-11-26T08:17:40.516Z | Downloaded humantime-serde v1.1.1 |
222 | 2024-11-26T08:17:40.516Z | Downloaded sync_wrapper v1.0.2 |
223 | 2024-11-26T08:17:40.519Z | Downloaded cfg_aliases v0.2.1 |
224 | 2024-11-26T08:17:40.519Z | Downloaded smol_str v0.3.2 |
225 | 2024-11-26T08:17:40.522Z | Downloaded clap_lex v0.7.3 |
226 | 2024-11-26T08:17:40.522Z | Downloaded strsim v0.11.1 |
227 | 2024-11-26T08:17:40.524Z | Downloaded fixedbitset v0.4.2 |
228 | 2024-11-26T08:17:40.527Z | Downloaded want v0.3.1 |
229 | 2024-11-26T08:17:40.527Z | Downloaded zerofrom v0.1.5 |
230 | 2024-11-26T08:17:40.529Z | Downloaded swrite v0.1.0 |
231 | 2024-11-26T08:17:40.529Z | Downloaded indenter v0.3.3 |
232 | 2024-11-26T08:17:40.532Z | Downloaded ed25519 v2.2.3 |
233 | 2024-11-26T08:17:40.532Z | Downloaded openssl-macros v0.1.1 |
234 | 2024-11-26T08:17:40.534Z | Downloaded futures-io v0.3.31 |
235 | 2024-11-26T08:17:40.534Z | Downloaded future-queue v0.3.0 |
236 | 2024-11-26T08:17:40.536Z | Downloaded unicase v2.8.0 |
237 | 2024-11-26T08:17:40.539Z | Downloaded futures-sink v0.3.31 |
238 | 2024-11-26T08:17:40.539Z | Downloaded xattr v1.3.1 |
239 | 2024-11-26T08:17:40.541Z | Downloaded tinystr v0.7.6 |
240 | 2024-11-26T08:17:40.544Z | Downloaded tracing-error v0.2.0 |
241 | 2024-11-26T08:17:40.546Z | Downloaded tokio-native-tls v0.3.1 |
242 | 2024-11-26T08:17:40.546Z | Downloaded home v0.5.9 |
243 | 2024-11-26T08:17:40.549Z | Downloaded toml_datetime v0.6.8 |
244 | 2024-11-26T08:17:40.549Z | Downloaded tokio-macros v2.4.0 |
245 | 2024-11-26T08:17:40.552Z | Downloaded futures-task v0.3.31 |
246 | 2024-11-26T08:17:40.552Z | Downloaded humantime v2.1.0 |
247 | 2024-11-26T08:17:40.555Z | Downloaded openssl-probe v0.1.5 |
248 | 2024-11-26T08:17:40.555Z | Downloaded http-body-util v0.1.2 |
249 | 2024-11-26T08:17:40.557Z | Downloaded thiserror-impl v1.0.69 |
250 | 2024-11-26T08:17:40.560Z | Downloaded futures-channel v0.3.31 |
251 | 2024-11-26T08:17:40.560Z | Downloaded duct v0.13.7 |
252 | 2024-11-26T08:17:40.565Z | Downloaded terminal_size v0.4.0 |
253 | 2024-11-26T08:17:40.567Z | Downloaded synstructure v0.13.1 |
254 | 2024-11-26T08:17:40.567Z | Downloaded zerovec-derive v0.10.3 |
255 | 2024-11-26T08:17:40.567Z | Downloaded tracing-log v0.2.0 |
256 | 2024-11-26T08:17:40.569Z | Downloaded thread_local v1.1.8 |
257 | 2024-11-26T08:17:40.572Z | Downloaded hyper-tls v0.6.0 |
258 | 2024-11-26T08:17:40.572Z | Downloaded heck v0.5.0 |
259 | 2024-11-26T08:17:40.575Z | Downloaded cfg-expr v0.17.1 |
260 | 2024-11-26T08:17:40.577Z | Downloaded form_urlencoded v1.2.1 |
261 | 2024-11-26T08:17:40.577Z | Downloaded writeable v0.5.5 |
262 | 2024-11-26T08:17:40.580Z | Downloaded fnv v1.0.7 |
263 | 2024-11-26T08:17:40.580Z | Downloaded lazy_static v1.5.0 |
264 | 2024-11-26T08:17:40.583Z | Downloaded thiserror-impl v2.0.3 |
265 | 2024-11-26T08:17:40.586Z | Downloaded percent-encoding v2.3.1 |
266 | 2024-11-26T08:17:40.586Z | Downloaded nextest-metadata v0.12.1 |
267 | 2024-11-26T08:17:40.589Z | Downloaded errno v0.3.9 |
268 | 2024-11-26T08:17:40.589Z | Downloaded icu_provider_macros v1.5.0 |
269 | 2024-11-26T08:17:40.594Z | Downloaded getrandom v0.2.15 |
270 | 2024-11-26T08:17:40.597Z | Downloaded is_ci v1.2.0 |
271 | 2024-11-26T08:17:40.597Z | Downloaded nextest-workspace-hack v0.1.0 |
272 | 2024-11-26T08:17:40.597Z | Downloaded mukti-metadata v0.2.1 |
273 | 2024-11-26T08:17:40.597Z | Downloaded camino-tempfile v1.1.1 |
274 | 2024-11-26T08:17:40.597Z | Downloaded generic-array v0.14.7 |
275 | 2024-11-26T08:17:40.599Z | Downloaded zeroize v1.8.1 |
276 | 2024-11-26T08:17:40.602Z | Downloaded zerocopy-derive v0.7.35 |
277 | 2024-11-26T08:17:40.606Z | Downloaded rustc_version v0.4.1 |
278 | 2024-11-26T08:17:40.609Z | Downloaded is_terminal_polyfill v1.70.1 |
279 | 2024-11-26T08:17:40.609Z | Downloaded pathdiff v0.2.3 |
280 | 2024-11-26T08:17:40.609Z | Downloaded iana-time-zone v0.1.61 |
281 | 2024-11-26T08:17:40.611Z | Downloaded tracing-attributes v0.1.27 |
282 | 2024-11-26T08:17:40.615Z | Downloaded const-oid v0.9.6 |
283 | 2024-11-26T08:17:40.617Z | Downloaded itoa v1.0.14 |
284 | 2024-11-26T08:17:40.617Z | Downloaded camino v1.1.9 |
285 | 2024-11-26T08:17:40.620Z | Downloaded tempfile v3.14.0 |
286 | 2024-11-26T08:17:40.623Z | Downloaded nested v0.1.1 |
287 | 2024-11-26T08:17:40.623Z | Downloaded cc v1.2.1 |
288 | 2024-11-26T08:17:40.626Z | Downloaded thiserror v2.0.3 |
289 | 2024-11-26T08:17:40.631Z | Downloaded number_prefix v0.4.0 |
290 | 2024-11-26T08:17:40.634Z | Downloaded zstd v0.13.2 |
291 | 2024-11-26T08:17:40.636Z | Downloaded zerofrom-derive v0.1.5 |
292 | 2024-11-26T08:17:40.639Z | Downloaded zstd-safe v7.2.1 |
293 | 2024-11-26T08:17:40.639Z | Downloaded icu_locid_transform v1.5.0 |
294 | 2024-11-26T08:17:40.641Z | Downloaded tokio-rustls v0.26.0 |
295 | 2024-11-26T08:17:40.643Z | Downloaded zipsign-api v0.1.2 |
296 | 2024-11-26T08:17:40.646Z | Downloaded yoke v0.7.5 |
297 | 2024-11-26T08:17:40.648Z | Downloaded idna_adapter v1.2.0 |
298 | 2024-11-26T08:17:40.648Z | Downloaded serde_spanned v0.6.8 |
299 | 2024-11-26T08:17:40.651Z | Downloaded ppv-lite86 v0.2.20 |
300 | 2024-11-26T08:17:40.651Z | Downloaded serde_path_to_error v0.1.16 |
301 | 2024-11-26T08:17:40.653Z | Downloaded pkg-config v0.3.31 |
302 | 2024-11-26T08:17:40.653Z | Downloaded pin-utils v0.1.0 |
303 | 2024-11-26T08:17:40.656Z | Downloaded os_pipe v1.2.1 |
304 | 2024-11-26T08:17:40.656Z | Downloaded futures v0.3.31 |
305 | 2024-11-26T08:17:40.664Z | Downloaded self-replace v1.5.0 |
306 | 2024-11-26T08:17:40.667Z | Downloaded quick-junit v0.5.1 |
307 | 2024-11-26T08:17:40.667Z | Downloaded uuid v1.11.0 |
308 | 2024-11-26T08:17:40.669Z | Downloaded crc32fast v1.4.2 |
309 | 2024-11-26T08:17:40.672Z | Downloaded borsh v1.5.3 |
310 | 2024-11-26T08:17:40.675Z | Downloaded rand_core v0.6.4 |
311 | 2024-11-26T08:17:40.677Z | Downloaded rustls-pemfile v2.2.0 |
312 | 2024-11-26T08:17:40.680Z | Downloaded bytes v1.8.0 |
313 | 2024-11-26T08:17:40.682Z | Downloaded newtype-uuid v1.1.3 |
314 | 2024-11-26T08:17:40.685Z | Downloaded toml v0.8.19 |
315 | 2024-11-26T08:17:40.687Z | Downloaded litemap v0.7.4 |
316 | 2024-11-26T08:17:40.690Z | Downloaded icu_normalizer_data v1.5.0 |
317 | 2024-11-26T08:17:40.693Z | Downloaded owo-colors v4.1.0 |
318 | 2024-11-26T08:17:40.695Z | Downloaded icu_locid_transform_data v1.5.0 |
319 | 2024-11-26T08:17:40.698Z | Downloaded rand_chacha v0.3.1 |
320 | 2024-11-26T08:17:40.698Z | Downloaded pin-project-lite v0.2.15 |
321 | 2024-11-26T08:17:40.704Z | Downloaded ipnet v2.10.1 |
322 | 2024-11-26T08:17:40.707Z | Downloaded pkcs8 v0.10.2 |
323 | 2024-11-26T08:17:40.707Z | Downloaded unicode-ident v1.0.14 |
324 | 2024-11-26T08:17:40.710Z | Downloaded pin-project v1.1.7 |
325 | 2024-11-26T08:17:40.723Z | Downloaded serde_ignored v0.1.10 |
326 | 2024-11-26T08:17:40.726Z | Downloaded mime v0.3.17 |
327 | 2024-11-26T08:17:40.726Z | Downloaded jobserver v0.1.32 |
328 | 2024-11-26T08:17:40.726Z | Downloaded tracing-core v0.1.33 |
329 | 2024-11-26T08:17:40.730Z | Downloaded tar v0.4.43 |
330 | 2024-11-26T08:17:40.732Z | Downloaded nextest-filtering v0.12.0 |
331 | 2024-11-26T08:17:40.736Z | Downloaded icu_properties v1.5.1 |
332 | 2024-11-26T08:17:40.740Z | Downloaded native-tls v0.2.12 |
333 | 2024-11-26T08:17:40.740Z | Downloaded rustc-hash v2.0.0 |
334 | 2024-11-26T08:17:40.743Z | Downloaded quote v1.0.37 |
335 | 2024-11-26T08:17:40.743Z | Downloaded icu_provider v1.5.0 |
336 | 2024-11-26T08:17:40.746Z | Downloaded log v0.4.22 |
337 | 2024-11-26T08:17:40.749Z | Downloaded base64 v0.22.1 |
338 | 2024-11-26T08:17:40.756Z | Downloaded once_cell v1.20.2 |
339 | 2024-11-26T08:17:40.759Z | Downloaded self_update v0.41.0 |
340 | 2024-11-26T08:17:40.759Z | Downloaded proc-macro2 v1.0.92 |
341 | 2024-11-26T08:17:40.763Z | Downloaded url v2.5.4 |
342 | 2024-11-26T08:17:40.767Z | Downloaded hyper-util v0.1.10 |
343 | 2024-11-26T08:17:40.770Z | Downloaded miniz_oxide v0.7.4 |
344 | 2024-11-26T08:17:40.775Z | Downloaded tracing v0.1.40 |
345 | 2024-11-26T08:17:40.781Z | Downloaded icu_collections v1.5.0 |
346 | 2024-11-26T08:17:40.785Z | Downloaded rustls-pki-types v1.10.0 |
347 | 2024-11-26T08:17:40.785Z | Downloaded quinn v0.11.6 |
348 | 2024-11-26T08:17:40.787Z | Downloaded serde_derive v1.0.215 |
349 | 2024-11-26T08:17:40.795Z | Downloaded http v1.1.0 |
350 | 2024-11-26T08:17:40.798Z | Downloaded indicatif v0.17.9 |
351 | 2024-11-26T08:17:40.798Z | Downloaded ron v0.8.1 |
352 | 2024-11-26T08:17:40.804Z | Downloaded miniz_oxide v0.8.0 |
353 | 2024-11-26T08:17:40.809Z | Downloaded mio v1.0.2 |
354 | 2024-11-26T08:17:40.815Z | Downloaded indexmap v2.6.0 |
355 | 2024-11-26T08:17:40.818Z | Downloaded sharded-slab v0.1.7 |
356 | 2024-11-26T08:17:40.818Z | Downloaded flate2 v1.0.35 |
357 | 2024-11-26T08:17:40.822Z | Downloaded rand v0.8.5 |
358 | 2024-11-26T08:17:40.825Z | Downloaded ed25519-dalek v2.1.1 |
359 | 2024-11-26T08:17:40.829Z | Downloaded serde v1.0.215 |
360 | 2024-11-26T08:17:40.832Z | Downloaded openssl-sys v0.9.104 |
361 | 2024-11-26T08:17:40.837Z | Downloaded guppy v0.17.8 |
362 | 2024-11-26T08:17:40.843Z | Downloaded toml_edit v0.22.22 |
363 | 2024-11-26T08:17:40.865Z | Downloaded minimal-lexical v0.2.1 |
364 | 2024-11-26T08:17:40.868Z | Downloaded hashbrown v0.15.2 |
365 | 2024-11-26T08:17:40.875Z | Downloaded zerovec v0.10.4 |
366 | 2024-11-26T08:17:40.881Z | Downloaded unicode-normalization v0.1.24 |
367 | 2024-11-26T08:17:40.884Z | Downloaded hyper v1.5.1 |
368 | 2024-11-26T08:17:40.890Z | Downloaded nom v7.1.3 |
369 | 2024-11-26T08:17:40.896Z | Downloaded serde_json v1.0.133 |
370 | 2024-11-26T08:17:40.906Z | Downloaded idna v1.0.3 |
371 | 2024-11-26T08:17:40.909Z | Downloaded itertools v0.13.0 |
372 | 2024-11-26T08:17:40.917Z | Downloaded zerocopy v0.7.35 |
373 | 2024-11-26T08:17:40.932Z | Downloaded color-spantrace v0.2.1 |
374 | 2024-11-26T08:17:40.935Z | Downloaded tracing-subscriber v0.3.18 |
375 | 2024-11-26T08:17:40.942Z | Downloaded reqwest v0.12.9 |
376 | 2024-11-26T08:17:40.949Z | Downloaded quick-xml v0.23.1 |
377 | 2024-11-26T08:17:40.957Z | Downloaded portable-atomic v1.10.0 |
378 | 2024-11-26T08:17:40.961Z | Downloaded rustls-webpki v0.102.8 |
379 | 2024-11-26T08:17:40.979Z | Downloaded chrono v0.4.38 |
380 | 2024-11-26T08:17:40.986Z | Downloaded vcpkg v0.2.15 |
381 | 2024-11-26T08:17:41.022Z | Downloaded icu_properties_data v1.5.0 |
382 | 2024-11-26T08:17:41.031Z | Downloaded quinn-proto v0.11.9 |
383 | 2024-11-26T08:17:41.038Z | Downloaded webpki-roots v0.26.7 |
384 | 2024-11-26T08:17:41.041Z | Downloaded unicode-width v0.2.0 |
385 | 2024-11-26T08:17:41.046Z | Downloaded regex v1.11.1 |
386 | 2024-11-26T08:17:41.060Z | Downloaded nextest-runner v0.67.0 |
387 | 2024-11-26T08:17:41.068Z | Downloaded openssl v0.10.68 |
388 | 2024-11-26T08:17:41.078Z | Downloaded unicode-width v0.1.14 |
389 | 2024-11-26T08:17:41.084Z | Downloaded nix v0.29.0 |
390 | 2024-11-26T08:17:41.094Z | Downloaded object v0.32.2 |
391 | 2024-11-26T08:17:41.105Z | Downloaded rustix v0.38.41 |
392 | 2024-11-26T08:17:41.126Z | Downloaded rustls v0.23.18 |
393 | 2024-11-26T08:17:41.137Z | Downloaded regex-syntax v0.8.5 |
394 | 2024-11-26T08:17:41.144Z | Downloaded curve25519-dalek v4.1.3 |
395 | 2024-11-26T08:17:41.152Z | Downloaded gimli v0.28.1 |
396 | 2024-11-26T08:17:41.160Z | Downloaded syn v2.0.89 |
397 | 2024-11-26T08:17:41.171Z | Downloaded winnow v0.6.20 |
398 | 2024-11-26T08:17:41.179Z | Downloaded quick-xml v0.37.1 |
399 | 2024-11-26T08:17:41.184Z | Downloaded clap_builder v4.5.21 |
400 | 2024-11-26T08:17:41.191Z | Downloaded futures-util v0.3.31 |
401 | 2024-11-26T08:17:41.203Z | Downloaded bstr v1.11.0 |
402 | 2024-11-26T08:17:41.213Z | Downloaded memchr v2.7.4 |
403 | 2024-11-26T08:17:41.219Z | Downloaded miette v7.2.0 |
404 | 2024-11-26T08:17:41.223Z | Downloaded icu_normalizer v1.5.0 |
405 | 2024-11-26T08:17:41.226Z | Downloaded regex-automata v0.4.9 |
406 | 2024-11-26T08:17:41.242Z | Downloaded semver v1.0.23 |
407 | 2024-11-26T08:17:41.245Z | Downloaded color-eyre v0.6.3 |
408 | 2024-11-26T08:17:41.252Z | Downloaded ryu v1.0.18 |
409 | 2024-11-26T08:17:41.261Z | Downloaded der v0.7.9 |
410 | 2024-11-26T08:17:41.265Z | Downloaded rustc-demangle v0.1.24 |
411 | 2024-11-26T08:17:41.265Z | Downloaded petgraph v0.6.5 |
412 | 2024-11-26T08:17:41.277Z | Downloaded quinn-udp v0.5.7 |
413 | 2024-11-26T08:17:41.279Z | Downloaded num-traits v0.2.19 |
414 | 2024-11-26T08:17:41.282Z | Downloaded pin-project-internal v1.1.7 |
415 | 2024-11-26T08:17:41.284Z | Downloaded owo-colors v3.5.0 |
416 | 2024-11-26T08:17:41.286Z | Downloaded tinyvec v1.8.0 |
417 | 2024-11-26T08:17:41.289Z | Downloaded miette-derive v7.2.0 |
418 | 2024-11-26T08:17:41.289Z | Downloaded sha2 v0.10.8 |
419 | 2024-11-26T08:17:41.291Z | Downloaded thiserror v1.0.69 |
420 | 2024-11-26T08:17:41.295Z | Downloaded hyper-rustls v0.27.3 |
421 | 2024-11-26T08:17:41.298Z | Downloaded utf8_iter v1.0.4 |
422 | 2024-11-26T08:17:41.300Z | Downloaded typenum v1.17.0 |
423 | 2024-11-26T08:17:41.303Z | Downloaded clap v4.5.21 |
424 | 2024-11-26T08:17:41.308Z | Downloaded clap_derive v4.5.18 |
425 | 2024-11-26T08:17:41.312Z | Downloaded zstd-sys v2.0.13+zstd.1.5.6 |
426 | 2024-11-26T08:17:41.328Z | Downloaded tokio v1.41.1 |
427 | 2024-11-26T08:17:41.365Z | Downloaded httparse v1.9.5 |
428 | 2024-11-26T08:17:41.367Z | Downloaded globset v0.4.15 |
429 | 2024-11-26T08:17:41.367Z | Downloaded libc v0.2.165 |
430 | 2024-11-26T08:17:41.390Z | Downloaded serde_urlencoded v0.7.1 |
431 | 2024-11-26T08:17:41.393Z | Downloaded yoke-derive v0.7.5 |
432 | 2024-11-26T08:17:41.393Z | Downloaded xxhash-rust v0.8.12 |
433 | 2024-11-26T08:17:41.395Z | Downloaded vte v0.11.1 |
434 | 2024-11-26T08:17:41.398Z | Downloaded unicode-linebreak v0.1.5 |
435 | 2024-11-26T08:17:41.398Z | Downloaded console v0.15.8 |
436 | 2024-11-26T08:17:41.401Z | Downloaded utf16_iter v1.0.5 |
437 | 2024-11-26T08:17:41.401Z | Downloaded version_check v0.9.5 |
438 | 2024-11-26T08:17:41.403Z | Downloaded utf8parse v0.2.2 |
439 | 2024-11-26T08:17:41.403Z | Downloaded untrusted v0.9.0 |
440 | 2024-11-26T08:17:41.403Z | Downloaded futures-macro v0.3.31 |
441 | 2024-11-26T08:17:41.406Z | Downloaded futures-executor v0.3.31 |
442 | 2024-11-26T08:17:41.406Z | Downloaded either v1.13.0 |
443 | 2024-11-26T08:17:41.408Z | Downloaded crypto-common v0.1.6 |
444 | 2024-11-26T08:17:41.408Z | Downloaded curve25519-dalek-derive v0.1.1 |
445 | 2024-11-26T08:17:41.408Z | Downloaded strip-ansi-escapes v0.2.0 |
446 | 2024-11-26T08:17:41.411Z | Downloaded static_assertions v1.1.0 |
447 | 2024-11-26T08:17:41.411Z | Downloaded stable_deref_trait v1.2.0 |
448 | 2024-11-26T08:17:41.411Z | Downloaded config v0.14.1 |
449 | 2024-11-26T08:17:41.416Z | Downloaded colorchoice v1.0.3 |
450 | 2024-11-26T08:17:41.419Z | Downloaded slab v0.4.9 |
451 | 2024-11-26T08:17:41.419Z | Downloaded signal-hook-registry v1.4.2 |
452 | 2024-11-26T08:17:41.419Z | Downloaded shell-words v1.1.0 |
453 | 2024-11-26T08:17:41.422Z | Downloaded shared_child v1.0.1 |
454 | 2024-11-26T08:17:41.422Z | Downloaded eyre v0.6.12 |
455 | 2024-11-26T08:17:41.424Z | Downloaded base64 v0.21.7 |
456 | 2024-11-26T08:17:41.427Z | Downloaded debug-ignore v1.0.5 |
457 | 2024-11-26T08:17:41.429Z | Downloaded autocfg v1.4.0 |
458 | 2024-11-26T08:17:41.471Z | Downloaded recursion v0.5.2 |
459 | 2024-11-26T08:17:41.670Z | Downloaded ring v0.17.8 |
460 | 2024-11-26T08:17:41.954Z | Compiling proc-macro2 v1.0.92 |
461 | 2024-11-26T08:17:41.954Z | Compiling unicode-ident v1.0.14 |
462 | 2024-11-26T08:17:41.956Z | Compiling libc v0.2.165 |
463 | 2024-11-26T08:17:41.956Z | Compiling cfg-if v1.0.0 |
464 | 2024-11-26T08:17:41.956Z | Compiling memchr v2.7.4 |
465 | 2024-11-26T08:17:41.956Z | Compiling serde v1.0.215 |
466 | 2024-11-26T08:17:41.974Z | Compiling shlex v1.3.0 |
467 | 2024-11-26T08:17:42.106Z | Compiling once_cell v1.20.2 |
468 | 2024-11-26T08:17:42.133Z | Compiling autocfg v1.4.0 |
469 | 2024-11-26T08:17:42.375Z | Compiling itoa v1.0.14 |
470 | 2024-11-26T08:17:42.520Z | Compiling bitflags v2.6.0 |
471 | 2024-11-26T08:17:42.546Z | Compiling rustix v0.38.41 |
472 | 2024-11-26T08:17:42.814Z | Compiling pin-project-lite v0.2.15 |
473 | 2024-11-26T08:17:42.932Z | Compiling smallvec v1.13.2 |
474 | 2024-11-26T08:17:42.947Z | Compiling stable_deref_trait v1.2.0 |
475 | 2024-11-26T08:17:43.013Z | Compiling slab v0.4.9 |
476 | 2024-11-26T08:17:43.039Z | Compiling futures-core v0.3.31 |
477 | 2024-11-26T08:17:43.280Z | Compiling futures-sink v0.3.31 |
478 | 2024-11-26T08:17:43.357Z | Compiling ryu v1.0.18 |
479 | 2024-11-26T08:17:43.419Z | Compiling futures-channel v0.3.31 |
480 | 2024-11-26T08:17:43.422Z | Compiling serde_json v1.0.133 |
481 | 2024-11-26T08:17:43.619Z | Compiling jobserver v0.1.32 |
482 | 2024-11-26T08:17:43.788Z | Compiling pin-utils v0.1.0 |
483 | 2024-11-26T08:17:43.791Z | Compiling futures-task v0.3.31 |
484 | 2024-11-26T08:17:43.880Z | Compiling quote v1.0.37 |
485 | 2024-11-26T08:17:43.894Z | Compiling bytes v1.8.0 |
486 | 2024-11-26T08:17:43.901Z | Compiling futures-io v0.3.31 |
487 | 2024-11-26T08:17:44.087Z | Compiling cc v1.2.1 |
488 | 2024-11-26T08:17:44.257Z | Compiling syn v2.0.89 |
489 | 2024-11-26T08:17:44.387Z | Compiling getrandom v0.2.15 |
490 | 2024-11-26T08:17:44.525Z | Compiling errno v0.3.9 |
491 | 2024-11-26T08:17:44.583Z | Compiling tracing-core v0.1.33 |
492 | 2024-11-26T08:17:44.669Z | Compiling litemap v0.7.4 |
493 | 2024-11-26T08:17:44.713Z | Compiling writeable v0.5.5 |
494 | 2024-11-26T08:17:44.838Z | Compiling fnv v1.0.7 |
495 | 2024-11-26T08:17:44.984Z | Compiling camino v1.1.9 |
496 | 2024-11-26T08:17:45.166Z | Compiling thiserror v1.0.69 |
497 | 2024-11-26T08:17:45.589Z | Compiling lazy_static v1.5.0 |
498 | 2024-11-26T08:17:45.734Z | Compiling log v0.4.22 |
499 | 2024-11-26T08:17:45.976Z | Compiling mio v1.0.2 |
500 | 2024-11-26T08:17:46.033Z | Compiling signal-hook-registry v1.4.2 |
501 | 2024-11-26T08:17:46.304Z | Compiling socket2 v0.5.7 |
502 | 2024-11-26T08:17:46.370Z | Compiling rustls-pki-types v1.10.0 |
503 | 2024-11-26T08:17:47.287Z | Compiling hashbrown v0.15.2 |
504 | 2024-11-26T08:17:47.686Z | Compiling equivalent v1.0.1 |
505 | 2024-11-26T08:17:47.702Z | Compiling target-lexicon v0.12.16 |
506 | 2024-11-26T08:17:47.820Z | Compiling icu_locid_transform_data v1.5.0 |
507 | 2024-11-26T08:17:47.892Z | Compiling ring v0.17.8 |
508 | 2024-11-26T08:17:47.908Z | Compiling unicode-width v0.1.14 |
509 | 2024-11-26T08:17:47.957Z | Compiling backtrace v0.3.71 |
510 | 2024-11-26T08:17:48.246Z | Compiling http v1.1.0 |
511 | 2024-11-26T08:17:48.453Z | Compiling untrusted v0.9.0 |
512 | 2024-11-26T08:17:48.468Z | Compiling byteorder v1.5.0 |
513 | 2024-11-26T08:17:48.633Z | Compiling adler v1.0.2 |
514 | 2024-11-26T08:17:48.677Z | Compiling gimli v0.28.1 |
515 | 2024-11-26T08:17:48.787Z | Compiling utf8parse v0.2.2 |
516 | 2024-11-26T08:17:48.840Z | Compiling icu_properties_data v1.5.0 |
517 | 2024-11-26T08:17:48.911Z | Compiling guppy-workspace-hack v0.1.0 |
518 | 2024-11-26T08:17:48.935Z | Compiling semver v1.0.23 |
519 | 2024-11-26T08:17:49.083Z | Compiling httparse v1.9.5 |
520 | 2024-11-26T08:17:49.209Z | Compiling spin v0.9.8 |
521 | 2024-11-26T08:17:49.445Z | Compiling miniz_oxide v0.7.4 |
522 | 2024-11-26T08:17:49.720Z | Compiling object v0.32.2 |
523 | 2024-11-26T08:17:49.806Z | Compiling write16 v1.0.0 |
524 | 2024-11-26T08:17:49.951Z | Compiling http-body v1.0.1 |
525 | 2024-11-26T08:17:50.209Z | Compiling pkg-config v0.3.31 |
526 | 2024-11-26T08:17:50.693Z | Compiling rustls v0.23.18 |
527 | 2024-11-26T08:17:50.754Z | Compiling try-lock v0.2.5 |
528 | 2024-11-26T08:17:50.913Z | Compiling utf16_iter v1.0.5 |
529 | 2024-11-26T08:17:51.007Z | Compiling utf8_iter v1.0.4 |
530 | 2024-11-26T08:17:51.127Z | Compiling icu_normalizer_data v1.5.0 |
531 | 2024-11-26T08:17:51.233Z | Compiling target-spec v3.2.2 |
532 | 2024-11-26T08:17:51.284Z | Compiling zeroize v1.8.1 |
533 | 2024-11-26T08:17:51.415Z | Compiling fastrand v2.2.0 |
534 | 2024-11-26T08:17:51.613Z | Compiling rustc-demangle v0.1.24 |
535 | 2024-11-26T08:17:51.758Z | Compiling zstd-sys v2.0.13+zstd.1.5.6 |
536 | 2024-11-26T08:17:52.080Z | Compiling synstructure v0.13.1 |
537 | 2024-11-26T08:17:52.530Z | Compiling tempfile v3.14.0 |
538 | 2024-11-26T08:17:52.695Z | Compiling want v0.3.1 |
539 | 2024-11-26T08:17:52.994Z | Compiling cfg-expr v0.17.1 |
540 | 2024-11-26T08:17:53.447Z | Compiling addr2line v0.21.0 |
541 | 2024-11-26T08:17:54.400Z | Compiling aho-corasick v1.1.3 |
542 | 2024-11-26T08:17:54.434Z | Compiling regex-syntax v0.8.5 |
543 | 2024-11-26T08:17:55.151Z | Compiling subtle v2.6.1 |
544 | 2024-11-26T08:17:55.202Z | Compiling owo-colors v4.1.0 |
545 | 2024-11-26T08:17:55.275Z | Compiling percent-encoding v2.3.1 |
546 | 2024-11-26T08:17:55.414Z | Compiling version_check v0.9.5 |
547 | 2024-11-26T08:17:55.547Z | Compiling form_urlencoded v1.2.1 |
548 | 2024-11-26T08:17:56.064Z | Compiling num-traits v0.2.19 |
549 | 2024-11-26T08:17:56.080Z | Compiling ahash v0.8.11 |
550 | 2024-11-26T08:17:56.412Z | Compiling portable-atomic v1.10.0 |
551 | 2024-11-26T08:17:56.425Z | Compiling unicode-linebreak v0.1.5 |
552 | 2024-11-26T08:17:56.903Z | Compiling nextest-workspace-hack v0.1.0 |
553 | 2024-11-26T08:17:57.316Z | Compiling is_ci v1.2.0 |
554 | 2024-11-26T08:17:57.520Z | Compiling serde_derive v1.0.215 |
555 | 2024-11-26T08:17:57.603Z | Compiling zerofrom-derive v0.1.5 |
556 | 2024-11-26T08:17:58.167Z | Compiling yoke-derive v0.7.5 |
557 | 2024-11-26T08:18:00.960Z | Compiling zerovec-derive v0.10.3 |
558 | 2024-11-26T08:18:01.283Z | Compiling zerofrom v0.1.5 |
559 | 2024-11-26T08:18:01.526Z | Compiling yoke v0.7.5 |
560 | 2024-11-26T08:18:01.914Z | Compiling displaydoc v0.2.5 |
561 | 2024-11-26T08:18:02.741Z | Compiling futures-macro v0.3.31 |
562 | 2024-11-26T08:18:03.470Z | Compiling zerovec v0.10.4 |
563 | 2024-11-26T08:18:03.576Z | Compiling icu_provider_macros v1.5.0 |
564 | 2024-11-26T08:18:04.631Z | Compiling futures-util v0.3.31 |
565 | 2024-11-26T08:18:04.778Z | Compiling tracing-attributes v0.1.27 |
566 | 2024-11-26T08:18:06.326Z | Compiling tinystr v0.7.6 |
567 | 2024-11-26T08:18:06.787Z | Compiling icu_locid v1.5.0 |
568 | 2024-11-26T08:18:08.141Z | Compiling icu_provider v1.5.0 |
569 | 2024-11-26T08:18:08.365Z | Compiling thiserror-impl v1.0.69 |
570 | 2024-11-26T08:18:08.627Z | Compiling tokio-macros v2.4.0 |
571 | 2024-11-26T08:18:10.175Z | Compiling tokio v1.41.1 |
572 | 2024-11-26T08:18:10.401Z | Compiling icu_locid_transform v1.5.0 |
573 | 2024-11-26T08:18:11.656Z | Compiling indexmap v2.6.0 |
574 | 2024-11-26T08:18:11.729Z | Compiling tracing v0.1.40 |
575 | 2024-11-26T08:18:12.441Z | Compiling icu_collections v1.5.0 |
576 | 2024-11-26T08:18:12.856Z | Compiling zerocopy-derive v0.7.35 |
577 | 2024-11-26T08:18:13.434Z | Compiling icu_properties v1.5.1 |
578 | 2024-11-26T08:18:15.023Z | Compiling zerocopy v0.7.35 |
579 | 2024-11-26T08:18:16.587Z | Compiling rustls-webpki v0.102.8 |
580 | 2024-11-26T08:18:16.741Z | Compiling regex-automata v0.4.9 |
581 | 2024-11-26T08:18:17.552Z | Compiling icu_normalizer v1.5.0 |
582 | 2024-11-26T08:18:19.707Z | Compiling hyper v1.5.1 |
583 | 2024-11-26T08:18:21.214Z | Compiling idna_adapter v1.2.0 |
584 | 2024-11-26T08:18:21.936Z | Compiling unicode-width v0.2.0 |
585 | 2024-11-26T08:18:22.499Z | Compiling smawk v0.3.2 |
586 | 2024-11-26T08:18:22.740Z | Compiling winnow v0.6.20 |
587 | 2024-11-26T08:18:22.808Z | Compiling tower-service v0.3.3 |
588 | 2024-11-26T08:18:22.942Z | Compiling either v1.13.0 |
589 | 2024-11-26T08:18:23.414Z | Compiling hyper-util v0.1.10 |
590 | 2024-11-26T08:18:24.116Z | Compiling textwrap v0.16.1 |
591 | 2024-11-26T08:18:27.002Z | Compiling idna v1.0.3 |
592 | 2024-11-26T08:18:27.834Z | Compiling pathdiff v0.2.3 |
593 | 2024-11-26T08:18:28.014Z | Compiling tokio-rustls v0.26.0 |
594 | 2024-11-26T08:18:28.037Z | Compiling serde_spanned v0.6.8 |
595 | 2024-11-26T08:18:28.300Z | Compiling cargo-platform v0.1.8 |
596 | 2024-11-26T08:18:28.452Z | Compiling toml_datetime v0.6.8 |
597 | 2024-11-26T08:18:28.984Z | Compiling backtrace-ext v0.2.1 |
598 | 2024-11-26T08:18:29.169Z | Compiling miette-derive v7.2.0 |
599 | 2024-11-26T08:18:29.393Z | Compiling supports-color v3.0.1 |
600 | 2024-11-26T08:18:29.878Z | Compiling console v0.15.8 |
601 | 2024-11-26T08:18:32.147Z | Compiling terminal_size v0.3.0 |
602 | 2024-11-26T08:18:32.365Z | Compiling webpki-roots v0.26.7 |
603 | 2024-11-26T08:18:32.584Z | Compiling tracing-log v0.2.0 |
604 | 2024-11-26T08:18:32.652Z | Compiling sharded-slab v0.1.7 |
605 | 2024-11-26T08:18:32.679Z | Compiling vte_generate_state_changes v0.1.2 |
606 | 2024-11-26T08:18:33.021Z | Compiling thread_local v1.1.8 |
607 | 2024-11-26T08:18:33.282Z | Compiling adler2 v2.0.0 |
608 | 2024-11-26T08:18:33.326Z | Compiling zstd-safe v7.2.1 |
609 | 2024-11-26T08:18:33.547Z | Compiling thiserror v2.0.3 |
610 | 2024-11-26T08:18:33.681Z | Compiling fixedbitset v0.4.2 |
611 | 2024-11-26T08:18:33.719Z | Compiling cfg_aliases v0.2.1 |
612 | 2024-11-26T08:18:33.818Z | Compiling supports-hyperlinks v3.0.0 |
613 | 2024-11-26T08:18:34.130Z | Compiling supports-unicode v3.0.0 |
614 | 2024-11-26T08:18:34.130Z | Compiling newtype-uuid v1.1.3 |
615 | 2024-11-26T08:18:34.351Z | Compiling miette v7.2.0 |
616 | 2024-11-26T08:18:34.490Z | Compiling petgraph v0.6.5 |
617 | 2024-11-26T08:18:34.744Z | Compiling nix v0.29.0 |
618 | 2024-11-26T08:18:34.821Z | Compiling tracing-subscriber v0.3.18 |
619 | 2024-11-26T08:18:35.622Z | Compiling miniz_oxide v0.8.0 |
620 | 2024-11-26T08:18:37.624Z | Compiling vte v0.11.1 |
621 | 2024-11-26T08:18:38.799Z | Compiling hyper-rustls v0.27.3 |
622 | 2024-11-26T08:18:40.656Z | Compiling toml_edit v0.22.22 |
623 | 2024-11-26T08:18:41.307Z | Compiling cargo_metadata v0.18.1 |
624 | 2024-11-26T08:18:42.370Z | Compiling url v2.5.4 |
625 | 2024-11-26T08:18:42.543Z | Compiling itertools v0.13.0 |
626 | 2024-11-26T08:18:44.515Z | Compiling regex v1.11.1 |
627 | 2024-11-26T08:18:46.547Z | Compiling ppv-lite86 v0.2.20 |
628 | 2024-11-26T08:18:47.120Z | Compiling serde_urlencoded v0.7.1 |
629 | 2024-11-26T08:18:47.509Z | Compiling smol_str v0.3.2 |
630 | 2024-11-26T08:18:47.710Z | Compiling http-body-util v0.1.2 |
631 | 2024-11-26T08:18:47.958Z | Compiling futures-executor v0.3.31 |
632 | 2024-11-26T08:18:48.023Z | Compiling thiserror-impl v2.0.3 |
633 | 2024-11-26T08:18:48.104Z | Compiling pin-project-internal v1.1.7 |
634 | 2024-11-26T08:18:48.256Z | Compiling anstyle-parse v0.2.6 |
635 | 2024-11-26T08:18:48.650Z | Compiling xattr v1.3.1 |
636 | 2024-11-26T08:18:48.960Z | Compiling rustls-pemfile v2.2.0 |
637 | 2024-11-26T08:18:49.100Z | Compiling rand_core v0.6.4 |
638 | 2024-11-26T08:18:49.453Z | Compiling uuid v1.11.0 |
639 | 2024-11-26T08:18:49.581Z | Compiling filetime v0.2.25 |
640 | 2024-11-26T08:18:49.932Z | Compiling sync_wrapper v1.0.2 |
641 | 2024-11-26T08:18:50.087Z | Compiling bstr v1.11.0 |
642 | 2024-11-26T08:18:50.531Z | Compiling crc32fast v1.4.2 |
643 | 2024-11-26T08:18:50.959Z | Compiling eyre v0.6.12 |
644 | 2024-11-26T08:18:51.018Z | Compiling colorchoice v1.0.3 |
645 | 2024-11-26T08:18:51.098Z | Compiling minimal-lexical v0.2.1 |
646 | 2024-11-26T08:18:51.189Z | Compiling mime v0.3.17 |
647 | 2024-11-26T08:18:51.503Z | Compiling self_update v0.41.0 |
648 | 2024-11-26T08:18:51.611Z | Compiling base64 v0.22.1 |
649 | 2024-11-26T08:18:51.729Z | Compiling indenter v0.3.3 |
650 | 2024-11-26T08:18:51.862Z | Compiling static_assertions v1.1.0 |
651 | 2024-11-26T08:18:51.907Z | Compiling anstyle v1.0.10 |
652 | 2024-11-26T08:18:51.966Z | Compiling debug-ignore v1.0.5 |
653 | 2024-11-26T08:18:52.119Z | Compiling number_prefix v0.4.0 |
654 | 2024-11-26T08:18:52.292Z | Compiling anstyle-query v1.1.2 |
655 | 2024-11-26T08:18:52.334Z | Compiling iana-time-zone v0.1.61 |
656 | 2024-11-26T08:18:52.404Z | Compiling is_terminal_polyfill v1.70.1 |
657 | 2024-11-26T08:18:52.437Z | Compiling ipnet v2.10.1 |
658 | 2024-11-26T08:18:52.529Z | Compiling tinyvec_macros v0.1.1 |
659 | 2024-11-26T08:18:52.625Z | Compiling nested v0.1.1 |
660 | 2024-11-26T08:18:52.751Z | Compiling tinyvec v1.8.0 |
661 | 2024-11-26T08:18:52.975Z | Compiling reqwest v0.12.9 |
662 | 2024-11-26T08:18:53.032Z | Compiling guppy v0.17.8 |
663 | 2024-11-26T08:18:53.201Z | Compiling anstream v0.6.18 |
664 | 2024-11-26T08:18:54.320Z | Compiling chrono v0.4.38 |
665 | 2024-11-26T08:18:54.419Z | Compiling indicatif v0.17.9 |
666 | 2024-11-26T08:18:55.593Z | Compiling nom v7.1.3 |
667 | 2024-11-26T08:18:58.833Z | Compiling globset v0.4.15 |
668 | 2024-11-26T08:19:00.052Z | Compiling pin-project v1.1.7 |
669 | 2024-11-26T08:19:00.191Z | Compiling flate2 v1.0.35 |
670 | 2024-11-26T08:19:01.637Z | Compiling tar v0.4.43 |
671 | 2024-11-26T08:19:01.813Z | Compiling rand_chacha v0.3.1 |
672 | 2024-11-26T08:19:02.561Z | Compiling futures v0.3.31 |
673 | 2024-11-26T08:19:02.679Z | Compiling nextest-metadata v0.12.1 |
674 | 2024-11-26T08:19:03.515Z | Compiling toml v0.8.19 |
675 | 2024-11-26T08:19:03.577Z | Compiling strip-ansi-escapes v0.2.0 |
676 | 2024-11-26T08:19:04.319Z | Compiling tracing-error v0.2.0 |
677 | 2024-11-26T08:19:05.642Z | Compiling self-replace v1.5.0 |
678 | 2024-11-26T08:19:06.230Z | Compiling terminal_size v0.4.0 |
679 | 2024-11-26T08:19:06.464Z | Compiling shared_child v1.0.1 |
680 | 2024-11-26T08:19:07.148Z | Compiling os_pipe v1.2.1 |
681 | 2024-11-26T08:19:07.260Z | Compiling quick-xml v0.23.1 |
682 | 2024-11-26T08:19:07.427Z | Compiling quick-xml v0.37.1 |
683 | 2024-11-26T08:19:07.833Z | Compiling owo-colors v3.5.0 |
684 | 2024-11-26T08:19:07.941Z | Compiling shell-words v1.1.0 |
685 | 2024-11-26T08:19:08.369Z | Compiling recursion v0.5.2 |
686 | 2024-11-26T08:19:08.584Z | Compiling urlencoding v2.1.3 |
687 | 2024-11-26T08:19:09.021Z | Compiling heck v0.5.0 |
688 | 2024-11-26T08:19:09.461Z | Compiling humantime v2.1.0 |
689 | 2024-11-26T08:19:09.713Z | Compiling unicase v2.8.0 |
690 | 2024-11-26T08:19:10.257Z | Compiling clap_lex v0.7.3 |
691 | 2024-11-26T08:19:10.297Z | Compiling strsim v0.11.1 |
692 | 2024-11-26T08:19:10.772Z | Compiling clap_builder v4.5.21 |
693 | 2024-11-26T08:19:10.984Z | Compiling color-spantrace v0.2.1 |
694 | 2024-11-26T08:19:11.060Z | Compiling humantime-serde v1.1.1 |
695 | 2024-11-26T08:19:11.102Z | Compiling clap_derive v4.5.18 |
696 | 2024-11-26T08:19:11.936Z | Compiling quick-junit v0.5.1 |
697 | 2024-11-26T08:19:12.281Z | Compiling nextest-filtering v0.12.0 |
698 | 2024-11-26T08:19:14.426Z | Compiling duct v0.13.7 |
699 | 2024-11-26T08:19:15.857Z | Compiling cargo-nextest v0.9.84 |
700 | 2024-11-26T08:19:16.426Z | Compiling config v0.14.1 |
701 | 2024-11-26T08:19:18.470Z | Compiling async-scoped v0.9.0 |
702 | 2024-11-26T08:19:18.776Z | Compiling rand v0.8.5 |
703 | 2024-11-26T08:19:19.974Z | Compiling zstd v0.13.2 |
704 | 2024-11-26T08:19:20.685Z | Compiling unicode-normalization v0.1.24 |
705 | 2024-11-26T08:19:20.885Z | Compiling target-spec-miette v0.4.0 |
706 | 2024-11-26T08:19:21.225Z | Compiling mukti-metadata v0.2.1 |
707 | 2024-11-26T08:19:21.600Z | Compiling camino-tempfile v1.1.1 |
708 | 2024-11-26T08:19:22.018Z | Compiling serde_ignored v0.1.10 |
709 | 2024-11-26T08:19:22.251Z | Compiling serde_path_to_error v0.1.16 |
710 | 2024-11-26T08:19:22.351Z | Compiling future-queue v0.3.0 |
711 | 2024-11-26T08:19:22.494Z | Compiling atomicwrites v0.4.4 |
712 | 2024-11-26T08:19:22.827Z | Compiling xxhash-rust v0.8.12 |
713 | 2024-11-26T08:19:23.016Z | Compiling display-error-chain v0.2.2 |
714 | 2024-11-26T08:19:23.098Z | Compiling home v0.5.9 |
715 | 2024-11-26T08:19:23.216Z | Compiling swrite v0.1.0 |
716 | 2024-11-26T08:19:23.300Z | Compiling color-eyre v0.6.3 |
717 | 2024-11-26T08:19:23.345Z | Compiling nextest-runner v0.67.0 |
718 | 2024-11-26T08:19:23.408Z | Compiling clap v4.5.21 |
719 | 2024-11-26T08:19:23.526Z | Compiling dialoguer v0.11.0 |
720 | 2024-11-26T08:19:25.885Z | Compiling enable-ansi-support v0.2.1 |
721 | 2024-11-26T08:20:02.833Z | Finished `release` profile [optimized] target(s) in 2m 24s |
722 | 2024-11-26T08:20:03.047Z | Installing /home/build/.cargo/bin/cargo-nextest |
723 | 2024-11-26T08:20:03.050Z | Installed package `cargo-nextest v0.9.84` (executable `cargo-nextest`) |
724 | 2024-11-26T08:20:03.150Z | + banner bfd |
725 | 2024-11-26T08:20:03.152Z | |
726 | 2024-11-26T08:20:03.152Z | ##### ###### ##### |
727 | 2024-11-26T08:20:03.152Z | # # # # # |
728 | 2024-11-26T08:20:03.152Z | ##### ##### # # |
729 | 2024-11-26T08:20:03.152Z | # # # # # |
730 | 2024-11-26T08:20:03.152Z | # # # # # |
731 | 2024-11-26T08:20:03.152Z | ##### # ##### |
732 | 2024-11-26T08:20:03.152Z | |
733 | 2024-11-26T08:20:03.155Z | + cargo nextest run -p bfd --nocapture |
734 | 2024-11-26T08:20:03.432Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
735 | 2024-11-26T08:20:03.669Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
736 | 2024-11-26T08:20:03.872Z | From https://www.github.com/oxidecomputer/oxnet |
737 | 2024-11-26T08:20:03.872Z | * [new branch] ci -> origin/ci |
738 | 2024-11-26T08:20:03.874Z | * [new branch] dependabot/cargo/serde_json-1.0.133 -> origin/dependabot/cargo/serde_json-1.0.133 |
739 | 2024-11-26T08:20:03.874Z | * [new branch] main -> origin/main |
740 | 2024-11-26T08:20:03.874Z | * [new ref] -> origin/HEAD |
741 | 2024-11-26T08:20:03.885Z | Updating crates.io index |
742 | 2024-11-26T08:20:03.888Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
743 | 2024-11-26T08:20:04.734Z | From https://github.com/oxidecomputer/falcon |
744 | 2024-11-26T08:20:04.734Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
745 | 2024-11-26T08:20:04.915Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
746 | 2024-11-26T08:20:06.054Z | From https://github.com/oxidecomputer/dendrite |
747 | 2024-11-26T08:20:06.054Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
748 | 2024-11-26T08:20:06.094Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
749 | 2024-11-26T08:20:06.510Z | From https://github.com/oxidecomputer/ispf |
750 | 2024-11-26T08:20:06.510Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
751 | 2024-11-26T08:20:06.531Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
752 | 2024-11-26T08:20:06.960Z | From https://github.com/oxidecomputer/netadm-sys |
753 | 2024-11-26T08:20:06.960Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
754 | 2024-11-26T08:20:06.972Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
755 | 2024-11-26T08:20:10.494Z | From https://github.com/oxidecomputer/omicron |
756 | 2024-11-26T08:20:10.494Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
757 | 2024-11-26T08:20:10.524Z | * [new tag] dogfood -> dogfood |
758 | 2024-11-26T08:20:10.526Z | * [new tag] v5 -> v5 |
759 | 2024-11-26T08:20:10.526Z | * [new tag] v6 -> v6 |
760 | 2024-11-26T08:20:10.526Z | * [new tag] v7 -> v7 |
761 | 2024-11-26T08:20:10.526Z | * [new tag] v8 -> v8 |
762 | 2024-11-26T08:20:10.526Z | * [new tag] v9 -> v9 |
763 | 2024-11-26T08:20:10.879Z | Updating git repository `https://github.com/oxidecomputer/opte` |
764 | 2024-11-26T08:20:11.792Z | From https://github.com/oxidecomputer/opte |
765 | 2024-11-26T08:20:11.792Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
766 | 2024-11-26T08:20:11.837Z | Updating git repository `https://github.com/illumos/smf-rs` |
767 | 2024-11-26T08:20:12.212Z | From https://github.com/illumos/smf-rs |
768 | 2024-11-26T08:20:12.212Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
769 | 2024-11-26T08:20:12.243Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
770 | 2024-11-26T08:20:12.716Z | From https://github.com/oxidecomputer/maghemite |
771 | 2024-11-26T08:20:12.716Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
772 | 2024-11-26T08:20:12.733Z | * [new tag] rift -> rift |
773 | 2024-11-26T08:20:12.736Z | * [new tag] srp -> srp |
774 | 2024-11-26T08:20:12.736Z | * [new tag] tie-spf -> tie-spf |
775 | 2024-11-26T08:20:12.823Z | Updating git repository `https://github.com/oxidecomputer/zone` |
776 | 2024-11-26T08:20:13.206Z | From https://github.com/oxidecomputer/zone |
777 | 2024-11-26T08:20:13.206Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
778 | 2024-11-26T08:20:13.224Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
779 | 2024-11-26T08:20:13.991Z | From https://github.com/oxidecomputer/propolis |
780 | 2024-11-26T08:20:13.991Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
781 | 2024-11-26T08:20:14.112Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
782 | 2024-11-26T08:20:14.478Z | From https://github.com/oxidecomputer/dlpi-sys |
783 | 2024-11-26T08:20:14.478Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
784 | 2024-11-26T08:20:14.487Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
785 | 2024-11-26T08:20:14.867Z | From https://github.com/jmesmon/rust-libzfs |
786 | 2024-11-26T08:20:14.867Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
787 | 2024-11-26T08:20:14.884Z | * [new tag] v0.4.0 -> v0.4.0 |
788 | 2024-11-26T08:20:14.904Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
789 | 2024-11-26T08:20:15.277Z | From https://github.com/oxidecomputer/rusty-doors |
790 | 2024-11-26T08:20:15.277Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
791 | 2024-11-26T08:20:15.293Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
792 | 2024-11-26T08:20:15.709Z | From https://github.com/oxidecomputer/maghemite |
793 | 2024-11-26T08:20:15.709Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
794 | 2024-11-26T08:20:15.770Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
795 | 2024-11-26T08:20:16.153Z | From https://github.com/oxidecomputer/serde_human_bytes |
796 | 2024-11-26T08:20:16.153Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
797 | 2024-11-26T08:20:16.175Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
798 | 2024-11-26T08:20:16.570Z | From https://github.com/oxidecomputer/slog-error-chain |
799 | 2024-11-26T08:20:16.570Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
800 | 2024-11-26T08:20:16.597Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
801 | 2024-11-26T08:20:16.978Z | From https://github.com/oxidecomputer/poptrie |
802 | 2024-11-26T08:20:16.978Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
803 | 2024-11-26T08:20:17.006Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
804 | 2024-11-26T08:20:17.369Z | From https://github.com/illumos/libscf-sys |
805 | 2024-11-26T08:20:17.369Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
806 | 2024-11-26T08:20:17.378Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
807 | 2024-11-26T08:20:18.230Z | From https://github.com/oxidecomputer/progenitor |
808 | 2024-11-26T08:20:18.230Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
809 | 2024-11-26T08:20:18.251Z | * [new tag] v0.1.1 -> v0.1.1 |
810 | 2024-11-26T08:20:18.254Z | * [new tag] v0.2.0 -> v0.2.0 |
811 | 2024-11-26T08:20:18.254Z | * [new tag] v0.3.0 -> v0.3.0 |
812 | 2024-11-26T08:20:18.254Z | * [new tag] v0.4.0 -> v0.4.0 |
813 | 2024-11-26T08:20:18.254Z | * [new tag] v0.5.0 -> v0.5.0 |
814 | 2024-11-26T08:20:18.254Z | * [new tag] v0.6.0 -> v0.6.0 |
815 | 2024-11-26T08:20:18.254Z | * [new tag] v0.7.0 -> v0.7.0 |
816 | 2024-11-26T08:20:18.419Z | Updating git repository `https://github.com/oxidecomputer/typify` |
817 | 2024-11-26T08:20:19.293Z | From https://github.com/oxidecomputer/typify |
818 | 2024-11-26T08:20:19.293Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
819 | 2024-11-26T08:20:19.298Z | * [new tag] v0.2.0 -> v0.2.0 |
820 | 2024-11-26T08:20:19.305Z | * [new tag] v0.0.10 -> v0.0.10 |
821 | 2024-11-26T08:20:19.307Z | * [new tag] v0.0.11 -> v0.0.11 |
822 | 2024-11-26T08:20:19.307Z | * [new tag] v0.0.12 -> v0.0.12 |
823 | 2024-11-26T08:20:19.307Z | * [new tag] v0.0.13 -> v0.0.13 |
824 | 2024-11-26T08:20:19.308Z | * [new tag] v0.0.14 -> v0.0.14 |
825 | 2024-11-26T08:20:19.308Z | * [new tag] v0.0.15 -> v0.0.15 |
826 | 2024-11-26T08:20:19.308Z | * [new tag] v0.0.16 -> v0.0.16 |
827 | 2024-11-26T08:20:19.308Z | * [new tag] v0.0.4 -> v0.0.4 |
828 | 2024-11-26T08:20:19.308Z | * [new tag] v0.0.5 -> v0.0.5 |
829 | 2024-11-26T08:20:19.308Z | * [new tag] v0.0.7 -> v0.0.7 |
830 | 2024-11-26T08:20:19.308Z | * [new tag] v0.0.8 -> v0.0.8 |
831 | 2024-11-26T08:20:19.308Z | * [new tag] v0.0.9 -> v0.0.9 |
832 | 2024-11-26T08:20:19.308Z | * [new tag] v0.1.0 -> v0.1.0 |
833 | 2024-11-26T08:20:19.477Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
834 | 2024-11-26T08:20:21.330Z | From https://github.com/oxidecomputer/crucible |
835 | 2024-11-26T08:20:21.330Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
836 | 2024-11-26T08:20:21.395Z | Updating git repository `https://github.com/oxidecomputer/opte` |
837 | 2024-11-26T08:20:21.798Z | From https://github.com/oxidecomputer/opte |
838 | 2024-11-26T08:20:21.798Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
839 | 2024-11-26T08:20:21.842Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
840 | 2024-11-26T08:20:22.456Z | From https://github.com/oxidecomputer/management-gateway-service |
841 | 2024-11-26T08:20:22.456Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
842 | 2024-11-26T08:20:23.355Z | Locking 2 packages to latest compatible versions |
843 | 2024-11-26T08:20:23.457Z | Adding thiserror v2.0.3 |
844 | 2024-11-26T08:20:23.459Z | Adding thiserror-impl v2.0.3 |
845 | 2024-11-26T08:20:23.550Z | Downloading crates ... |
846 | 2024-11-26T08:20:23.661Z | Downloaded clap_lex v0.7.2 |
847 | 2024-11-26T08:20:23.684Z | Downloaded anstream v0.6.15 |
848 | 2024-11-26T08:20:23.687Z | Downloaded anstyle-query v1.1.1 |
849 | 2024-11-26T08:20:23.691Z | Downloaded anstyle-parse v0.2.5 |
850 | 2024-11-26T08:20:23.695Z | Downloaded arrayvec v0.7.6 |
851 | 2024-11-26T08:20:23.700Z | Downloaded async-stream-impl v0.3.5 |
852 | 2024-11-26T08:20:23.703Z | Downloaded argon2 v0.5.3 |
853 | 2024-11-26T08:20:23.703Z | Downloaded arc-swap v1.7.1 |
854 | 2024-11-26T08:20:23.706Z | Downloaded async-stream v0.3.5 |
855 | 2024-11-26T08:20:23.709Z | Downloaded arrayref v0.3.9 |
856 | 2024-11-26T08:20:23.712Z | Downloaded async-trait v0.1.83 |
857 | 2024-11-26T08:20:23.715Z | Downloaded allocator-api2 v0.2.18 |
858 | 2024-11-26T08:20:23.729Z | Downloaded ciborium-io v0.2.2 |
859 | 2024-11-26T08:20:23.729Z | Downloaded bitflags v1.3.2 |
860 | 2024-11-26T08:20:23.729Z | Downloaded cancel-safe-futures v0.1.5 |
861 | 2024-11-26T08:20:23.729Z | Downloaded autocfg v1.3.0 |
862 | 2024-11-26T08:20:23.729Z | Downloaded blake2 v0.10.6 |
863 | 2024-11-26T08:20:23.732Z | Downloaded backoff v0.4.0 |
864 | 2024-11-26T08:20:23.732Z | Downloaded ciborium-ll v0.2.2 |
865 | 2024-11-26T08:20:23.734Z | Downloaded cookie v0.18.1 |
866 | 2024-11-26T08:20:23.738Z | Downloaded const-random-macro v0.1.16 |
867 | 2024-11-26T08:20:23.738Z | Downloaded bytes v1.7.2 |
868 | 2024-11-26T08:20:23.741Z | Downloaded anyhow v1.0.93 |
869 | 2024-11-26T08:20:23.746Z | Downloaded const-random v0.1.18 |
870 | 2024-11-26T08:20:23.749Z | Downloaded base64 v0.13.1 |
871 | 2024-11-26T08:20:23.751Z | Downloaded cstr-argument v0.1.2 |
872 | 2024-11-26T08:20:23.754Z | Downloaded crunchy v0.2.2 |
873 | 2024-11-26T08:20:23.754Z | Downloaded crucible-workspace-hack v0.1.0 |
874 | 2024-11-26T08:20:23.756Z | Downloaded colorchoice v1.0.2 |
875 | 2024-11-26T08:20:23.759Z | Downloaded rustls-pki-types v1.8.0 |
876 | 2024-11-26T08:20:23.761Z | Downloaded rustls-pemfile v2.1.3 |
877 | 2024-11-26T08:20:23.764Z | Downloaded rustls-webpki v0.101.7 |
878 | 2024-11-26T08:20:23.778Z | Downloaded serde_derive_internals v0.29.1 |
879 | 2024-11-26T08:20:23.780Z | Downloaded semver v0.1.20 |
880 | 2024-11-26T08:20:23.783Z | Downloaded serde_yaml v0.9.34+deprecated |
881 | 2024-11-26T08:20:23.785Z | Downloaded dirs-sys-next v0.1.2 |
882 | 2024-11-26T08:20:23.788Z | Downloaded ciborium v0.2.2 |
883 | 2024-11-26T08:20:23.790Z | Downloaded slog-bunyan v2.5.0 |
884 | 2024-11-26T08:20:23.792Z | Downloaded slog-async v2.8.0 |
885 | 2024-11-26T08:20:23.795Z | Downloaded ident_case v1.0.1 |
886 | 2024-11-26T08:20:23.796Z | Downloaded dtrace-parser v0.2.0 |
887 | 2024-11-26T08:20:23.796Z | Downloaded sigpipe v0.1.3 |
888 | 2024-11-26T08:20:23.798Z | Downloaded slog-dtrace v0.3.0 |
889 | 2024-11-26T08:20:23.798Z | Downloaded sha1 v0.10.6 |
890 | 2024-11-26T08:20:23.800Z | Downloaded defmt-macros v0.3.9 |
891 | 2024-11-26T08:20:23.803Z | Downloaded fxhash v0.2.1 |
892 | 2024-11-26T08:20:23.805Z | Downloaded futures-executor v0.3.30 |
893 | 2024-11-26T08:20:23.805Z | Downloaded embedded-io v0.4.0 |
894 | 2024-11-26T08:20:23.808Z | Downloaded slog v2.7.0 |
895 | 2024-11-26T08:20:23.811Z | Downloaded embedded-io v0.6.1 |
896 | 2024-11-26T08:20:23.813Z | Downloaded similar v2.6.0 |
897 | 2024-11-26T08:20:23.820Z | Downloaded omicron-workspace-hack v0.1.0 |
898 | 2024-11-26T08:20:23.822Z | Downloaded hash32 v0.3.1 |
899 | 2024-11-26T08:20:23.822Z | Downloaded blake3 v1.5.4 |
900 | 2024-11-26T08:20:23.830Z | Downloaded progenitor-macro v0.8.0 |
901 | 2024-11-26T08:20:23.833Z | Downloaded time-core v0.1.2 |
902 | 2024-11-26T08:20:23.835Z | Downloaded num-derive v0.4.2 |
903 | 2024-11-26T08:20:23.835Z | Downloaded take_mut v0.2.2 |
904 | 2024-11-26T08:20:23.838Z | Downloaded sync_wrapper v1.0.1 |
905 | 2024-11-26T08:20:23.840Z | Downloaded http-body v0.4.6 |
906 | 2024-11-26T08:20:23.840Z | Downloaded hostname v0.4.0 |
907 | 2024-11-26T08:20:23.842Z | Downloaded usdt-attr-macro v0.5.0 |
908 | 2024-11-26T08:20:23.842Z | Downloaded hostname v0.3.1 |
909 | 2024-11-26T08:20:23.845Z | Downloaded heck v0.3.3 |
910 | 2024-11-26T08:20:23.847Z | Downloaded is-terminal v0.4.13 |
911 | 2024-11-26T08:20:23.850Z | Downloaded schemars_derive v0.8.21 |
912 | 2024-11-26T08:20:23.850Z | Downloaded hubpack_derive v0.1.1 |
913 | 2024-11-26T08:20:23.850Z | Downloaded slog-envlogger v2.2.0 |
914 | 2024-11-26T08:20:23.853Z | Downloaded waitgroup v0.1.2 |
915 | 2024-11-26T08:20:23.855Z | Downloaded futures-channel v0.3.30 |
916 | 2024-11-26T08:20:23.855Z | Downloaded managed v0.8.0 |
917 | 2024-11-26T08:20:23.857Z | Downloaded futures-core v0.3.30 |
918 | 2024-11-26T08:20:23.857Z | Downloaded crossbeam-utils v0.8.20 |
919 | 2024-11-26T08:20:23.860Z | Downloaded pretty-hex v0.4.1 |
920 | 2024-11-26T08:20:23.863Z | Downloaded pretty-hex v0.2.1 |
921 | 2024-11-26T08:20:23.865Z | Downloaded zone_cfg_derive v0.3.0 |
922 | 2024-11-26T08:20:23.865Z | Downloaded match_cfg v0.1.0 |
923 | 2024-11-26T08:20:23.865Z | Downloaded parse-display-derive v0.10.0 |
924 | 2024-11-26T08:20:23.869Z | Downloaded num-derive v0.3.3 |
925 | 2024-11-26T08:20:23.871Z | Downloaded newline-converter v0.3.0 |
926 | 2024-11-26T08:20:23.871Z | Downloaded macaddr v1.0.1 |
927 | 2024-11-26T08:20:23.871Z | Downloaded untrusted v0.7.1 |
928 | 2024-11-26T08:20:23.874Z | Downloaded num-conv v0.1.0 |
929 | 2024-11-26T08:20:23.874Z | Downloaded slog-stdlog v4.1.1 |
930 | 2024-11-26T08:20:23.876Z | Downloaded usdt-macro v0.5.0 |
931 | 2024-11-26T08:20:23.876Z | Downloaded newtype_derive v0.1.6 |
932 | 2024-11-26T08:20:23.879Z | Downloaded rustls-pemfile v1.0.4 |
933 | 2024-11-26T08:20:23.882Z | Downloaded structmeta v0.3.0 |
934 | 2024-11-26T08:20:23.882Z | Downloaded slog-json v2.6.1 |
935 | 2024-11-26T08:20:23.884Z | Downloaded lru-cache v0.1.2 |
936 | 2024-11-26T08:20:23.884Z | Downloaded num_threads v0.1.7 |
937 | 2024-11-26T08:20:23.887Z | Downloaded crossbeam-epoch v0.9.18 |
938 | 2024-11-26T08:20:23.890Z | Downloaded tabwriter v1.4.0 |
939 | 2024-11-26T08:20:23.890Z | Downloaded strum_macros v0.25.3 |
940 | 2024-11-26T08:20:23.892Z | Downloaded newtype-uuid v1.1.0 |
941 | 2024-11-26T08:20:23.894Z | Downloaded derive_more v0.99.18 |
942 | 2024-11-26T08:20:23.898Z | Downloaded thiserror v1.0.64 |
943 | 2024-11-26T08:20:23.903Z | Downloaded time-macros v0.2.18 |
944 | 2024-11-26T08:20:23.905Z | Downloaded thread-id v4.2.2 |
945 | 2024-11-26T08:20:23.908Z | Downloaded zone_cfg_derive v0.1.2 |
946 | 2024-11-26T08:20:23.908Z | Downloaded diff v0.1.13 |
947 | 2024-11-26T08:20:23.910Z | Downloaded usdt v0.5.0 |
948 | 2024-11-26T08:20:23.913Z | Downloaded topological-sort v0.2.2 |
949 | 2024-11-26T08:20:23.913Z | Downloaded derive-where v1.2.7 |
950 | 2024-11-26T08:20:23.916Z | Downloaded itoa v1.0.11 |
951 | 2024-11-26T08:20:23.919Z | Downloaded walkdir v2.5.0 |
952 | 2024-11-26T08:20:23.921Z | Downloaded ipnetwork v0.20.0 |
953 | 2024-11-26T08:20:23.923Z | Downloaded httpdate v1.0.3 |
954 | 2024-11-26T08:20:23.923Z | Downloaded linear-map v1.2.0 |
955 | 2024-11-26T08:20:23.927Z | Downloaded zone v0.3.0 |
956 | 2024-11-26T08:20:23.927Z | Downloaded half v2.4.1 |
957 | 2024-11-26T08:20:23.929Z | Downloaded num v0.4.3 |
958 | 2024-11-26T08:20:23.932Z | Downloaded no-std-compat v0.4.1 |
959 | 2024-11-26T08:20:23.932Z | Downloaded zone v0.1.8 |
960 | 2024-11-26T08:20:23.932Z | Downloaded xz2 v0.1.7 |
961 | 2024-11-26T08:20:23.934Z | Downloaded proc-macro-crate v1.3.1 |
962 | 2024-11-26T08:20:23.938Z | Downloaded powerfmt v0.2.0 |
963 | 2024-11-26T08:20:23.938Z | Downloaded instant v0.1.13 |
964 | 2024-11-26T08:20:23.940Z | Downloaded proc-macro-crate v3.2.0 |
965 | 2024-11-26T08:20:23.940Z | Downloaded memmap v0.7.0 |
966 | 2024-11-26T08:20:23.943Z | Downloaded progenitor-client v0.8.0 |
967 | 2024-11-26T08:20:23.943Z | Downloaded num-iter v0.1.45 |
968 | 2024-11-26T08:20:23.945Z | Downloaded linked-hash-map v0.5.6 |
969 | 2024-11-26T08:20:23.945Z | Downloaded num_enum_derive v0.7.3 |
970 | 2024-11-26T08:20:23.948Z | Downloaded smartstring v1.0.1 |
971 | 2024-11-26T08:20:23.948Z | Downloaded slog-term v2.9.1 |
972 | 2024-11-26T08:20:23.950Z | Downloaded hubpack v0.1.2 |
973 | 2024-11-26T08:20:23.953Z | Downloaded omicron-zone-package v0.11.1 |
974 | 2024-11-26T08:20:23.955Z | Downloaded tokio-rustls v0.25.0 |
975 | 2024-11-26T08:20:23.958Z | Downloaded futures v0.3.30 |
976 | 2024-11-26T08:20:23.962Z | Downloaded rustc_version v0.1.7 |
977 | 2024-11-26T08:20:23.964Z | Downloaded hyper-tls v0.5.0 |
978 | 2024-11-26T08:20:23.964Z | Downloaded tiny-keccak v2.0.2 |
979 | 2024-11-26T08:20:23.967Z | Downloaded quick-error v1.2.3 |
980 | 2024-11-26T08:20:23.969Z | Downloaded ipnet v2.10.0 |
981 | 2024-11-26T08:20:23.971Z | Downloaded tokio-tungstenite v0.21.0 |
982 | 2024-11-26T08:20:23.974Z | Downloaded whoami v1.5.2 |
983 | 2024-11-26T08:20:23.976Z | Downloaded serde_with v3.9.0 |
984 | 2024-11-26T08:20:23.983Z | Downloaded utf-8 v0.7.6 |
985 | 2024-11-26T08:20:23.985Z | Downloaded usdt-impl v0.5.0 |
986 | 2024-11-26T08:20:23.988Z | Downloaded typify v0.2.0 |
987 | 2024-11-26T08:20:23.990Z | Downloaded num_enum v0.5.11 |
988 | 2024-11-26T08:20:23.994Z | Downloaded num-rational v0.4.2 |
989 | 2024-11-26T08:20:23.997Z | Downloaded paste v1.0.15 |
990 | 2024-11-26T08:20:24.000Z | Downloaded parse-display v0.10.0 |
991 | 2024-11-26T08:20:24.002Z | Downloaded num-complex v0.4.6 |
992 | 2024-11-26T08:20:24.006Z | Downloaded num_enum v0.7.3 |
993 | 2024-11-26T08:20:24.008Z | Downloaded tar v0.4.41 |
994 | 2024-11-26T08:20:24.011Z | Downloaded multer v3.1.0 |
995 | 2024-11-26T08:20:24.013Z | Downloaded pin-project-lite v0.2.14 |
996 | 2024-11-26T08:20:24.020Z | Downloaded pest_derive v2.7.13 |
997 | 2024-11-26T08:20:24.023Z | Downloaded prettyplease v0.2.22 |
998 | 2024-11-26T08:20:24.025Z | Downloaded toml v0.7.8 |
999 | 2024-11-26T08:20:24.029Z | Downloaded parking_lot v0.12.3 |
1000 | 2024-11-26T08:20:24.032Z | Downloaded postcard v1.0.10 |
1001 | 2024-11-26T08:20:24.034Z | Downloaded proc-macro2 v1.0.86 |
1002 | 2024-11-26T08:20:24.037Z | Downloaded ron v0.7.1 |
1003 | 2024-11-26T08:20:24.043Z | Downloaded indicatif v0.17.8 |
1004 | 2024-11-26T08:20:24.047Z | Downloaded unicode-bidi v0.3.15 |
1005 | 2024-11-26T08:20:24.050Z | Downloaded unsafe-libyaml v0.2.11 |
1006 | 2024-11-26T08:20:24.054Z | Downloaded tracing-core v0.1.32 |
1007 | 2024-11-26T08:20:24.057Z | Downloaded progenitor-impl v0.8.0 |
1008 | 2024-11-26T08:20:24.060Z | Downloaded rayon-core v1.12.1 |
1009 | 2024-11-26T08:20:24.063Z | Downloaded pretty_assertions v1.4.1 |
1010 | 2024-11-26T08:20:24.066Z | Downloaded hashbrown v0.12.3 |
1011 | 2024-11-26T08:20:24.070Z | Downloaded url v2.5.2 |
1012 | 2024-11-26T08:20:24.074Z | Downloaded http v0.2.12 |
1013 | 2024-11-26T08:20:24.079Z | Downloaded crossbeam-channel v0.5.13 |
1014 | 2024-11-26T08:20:24.083Z | Downloaded yansi v1.0.1 |
1015 | 2024-11-26T08:20:24.086Z | Downloaded pest_meta v2.7.13 |
1016 | 2024-11-26T08:20:24.089Z | Downloaded openssl-sys v0.9.103 |
1017 | 2024-11-26T08:20:24.094Z | Downloaded steno v0.4.1 |
1018 | 2024-11-26T08:20:24.099Z | Downloaded indexmap v1.9.3 |
1019 | 2024-11-26T08:20:24.102Z | Downloaded quinn v0.11.5 |
1020 | 2024-11-26T08:20:24.106Z | Downloaded toml_edit v0.19.15 |
1021 | 2024-11-26T08:20:24.125Z | Downloaded unicode-segmentation v1.12.0 |
1022 | 2024-11-26T08:20:24.128Z | Downloaded tokio-util v0.7.12 |
1023 | 2024-11-26T08:20:24.137Z | Downloaded time v0.3.36 |
1024 | 2024-11-26T08:20:24.143Z | Downloaded itertools v0.10.5 |
1025 | 2024-11-26T08:20:24.150Z | Downloaded toml_edit v0.22.21 |
1026 | 2024-11-26T08:20:24.173Z | Downloaded libm v0.2.8 |
1027 | 2024-11-26T08:20:24.181Z | Downloaded winnow v0.6.18 |
1028 | 2024-11-26T08:20:24.193Z | Downloaded winnow v0.5.40 |
1029 | 2024-11-26T08:20:24.199Z | Downloaded futures-util v0.3.30 |
1030 | 2024-11-26T08:20:24.213Z | Downloaded pest v2.7.13 |
1031 | 2024-11-26T08:20:24.217Z | Downloaded h2 v0.3.26 |
1032 | 2024-11-26T08:20:24.224Z | Downloaded portable-atomic v1.8.0 |
1033 | 2024-11-26T08:20:24.232Z | Downloaded hyper v0.14.30 |
1034 | 2024-11-26T08:20:24.240Z | Downloaded reqwest v0.11.27 |
1035 | 2024-11-26T08:20:24.248Z | Downloaded webpki-roots v0.26.6 |
1036 | 2024-11-26T08:20:24.252Z | Downloaded goblin v0.8.2 |
1037 | 2024-11-26T08:20:24.259Z | Downloaded syn v1.0.109 |
1038 | 2024-11-26T08:20:24.270Z | Downloaded webpki-roots v0.25.4 |
1039 | 2024-11-26T08:20:24.275Z | Downloaded syn v2.0.87 |
1040 | 2024-11-26T08:20:24.286Z | Downloaded quinn-proto v0.11.8 |
1041 | 2024-11-26T08:20:24.293Z | Downloaded h2 v0.4.6 |
1042 | 2024-11-26T08:20:24.300Z | Downloaded itertools v0.12.1 |
1043 | 2024-11-26T08:20:24.308Z | Downloaded regress v0.9.1 |
1044 | 2024-11-26T08:20:24.317Z | Downloaded smoltcp v0.11.0 |
1045 | 2024-11-26T08:20:24.330Z | Downloaded sled v0.34.7 |
1046 | 2024-11-26T08:20:24.340Z | Downloaded hashbrown v0.14.5 |
1047 | 2024-11-26T08:20:24.346Z | Downloaded regex v1.10.6 |
1048 | 2024-11-26T08:20:24.358Z | Downloaded idna v0.5.0 |
1049 | 2024-11-26T08:20:24.364Z | Downloaded openssl v0.10.66 |
1050 | 2024-11-26T08:20:24.373Z | Downloaded idna v0.4.0 |
1051 | 2024-11-26T08:20:24.380Z | Downloaded zerocopy-derive v0.6.6 |
1052 | 2024-11-26T08:20:24.388Z | Downloaded rustls v0.21.12 |
1053 | 2024-11-26T08:20:24.401Z | Downloaded dropshot v0.12.0 |
1054 | 2024-11-26T08:20:24.421Z | Downloaded rhai v1.20.0 |
1055 | 2024-11-26T08:20:24.431Z | Downloaded regress v0.10.1 |
1056 | 2024-11-26T08:20:24.439Z | Downloaded regex-syntax v0.8.4 |
1057 | 2024-11-26T08:20:24.447Z | Downloaded rustix v0.38.37 |
1058 | 2024-11-26T08:20:24.468Z | Downloaded rustls v0.23.13 |
1059 | 2024-11-26T08:20:24.479Z | Downloaded openapiv3 v2.0.0 |
1060 | 2024-11-26T08:20:24.491Z | Downloaded hickory-proto v0.24.1 |
1061 | 2024-11-26T08:20:24.504Z | Downloaded rustls v0.22.4 |
1062 | 2024-11-26T08:20:24.518Z | Downloaded typify-impl v0.2.0 |
1063 | 2024-11-26T08:20:24.529Z | Downloaded flate2 v1.0.33 |
1064 | 2024-11-26T08:20:24.536Z | Downloaded indexmap v2.5.0 |
1065 | 2024-11-26T08:20:24.538Z | Downloaded hickory-resolver v0.24.1 |
1066 | 2024-11-26T08:20:24.542Z | Downloaded tungstenite v0.21.0 |
1067 | 2024-11-26T08:20:24.545Z | Downloaded expectorate v1.1.0 |
1068 | 2024-11-26T08:20:24.548Z | Downloaded heapless v0.8.0 |
1069 | 2024-11-26T08:20:24.551Z | Downloaded parking_lot_core v0.9.10 |
1070 | 2024-11-26T08:20:24.554Z | Downloaded tokio v1.40.0 |
1071 | 2024-11-26T08:20:24.589Z | Downloaded hyper-rustls v0.24.2 |
1072 | 2024-11-26T08:20:24.591Z | Downloaded rhai_codegen v2.2.0 |
1073 | 2024-11-26T08:20:24.598Z | Downloaded regex-automata v0.4.7 |
1074 | 2024-11-26T08:20:24.615Z | Downloaded zerocopy v0.6.6 |
1075 | 2024-11-26T08:20:24.617Z | Downloaded unicode-ident v1.0.13 |
1076 | 2024-11-26T08:20:24.622Z | Downloaded ucd-trie v0.1.6 |
1077 | 2024-11-26T08:20:24.625Z | Downloaded plain v0.2.3 |
1078 | 2024-11-26T08:20:24.625Z | Downloaded num-integer v0.1.46 |
1079 | 2024-11-26T08:20:24.625Z | Downloaded memmap2 v0.9.5 |
1080 | 2024-11-26T08:20:24.628Z | Downloaded lock_api v0.4.12 |
1081 | 2024-11-26T08:20:24.628Z | Downloaded indent_write v2.2.0 |
1082 | 2024-11-26T08:20:24.628Z | Downloaded pest_generator v2.7.13 |
1083 | 2024-11-26T08:20:24.631Z | Downloaded proc-macro-error v1.0.4 |
1084 | 2024-11-26T08:20:24.633Z | Downloaded parking_lot_core v0.8.6 |
1085 | 2024-11-26T08:20:24.636Z | Downloaded term v0.7.0 |
1086 | 2024-11-26T08:20:24.638Z | Downloaded num_enum_derive v0.5.11 |
1087 | 2024-11-26T08:20:24.641Z | Downloaded thin-vec v0.2.13 |
1088 | 2024-11-26T08:20:24.641Z | Downloaded strum_macros v0.26.4 |
1089 | 2024-11-26T08:20:24.644Z | Downloaded resolv-conf v0.7.0 |
1090 | 2024-11-26T08:20:24.644Z | Downloaded tokio-rustls v0.24.1 |
1091 | 2024-11-26T08:20:24.648Z | Downloaded thiserror-impl v1.0.64 |
1092 | 2024-11-26T08:20:24.650Z | Downloaded tempfile v3.12.0 |
1093 | 2024-11-26T08:20:24.650Z | Downloaded darling_core v0.20.10 |
1094 | 2024-11-26T08:20:24.654Z | Downloaded structmeta-derive v0.3.0 |
1095 | 2024-11-26T08:20:24.657Z | Downloaded lzma-sys v0.1.20 |
1096 | 2024-11-26T08:20:24.684Z | Downloaded quinn-udp v0.5.5 |
1097 | 2024-11-26T08:20:24.687Z | Downloaded parking_lot v0.11.2 |
1098 | 2024-11-26T08:20:24.689Z | Downloaded progenitor v0.8.0 |
1099 | 2024-11-26T08:20:24.692Z | Downloaded proc-macro-error-attr v1.0.4 |
1100 | 2024-11-26T08:20:24.692Z | Downloaded typify-macro v0.2.0 |
1101 | 2024-11-26T08:20:24.692Z | Downloaded password-hash v0.5.0 |
1102 | 2024-11-26T08:20:24.694Z | Downloaded highway v1.2.0 |
1103 | 2024-11-26T08:20:24.698Z | Downloaded dropshot_endpoint v0.12.0 |
1104 | 2024-11-26T08:20:24.700Z | Downloaded spin v0.5.2 |
1105 | 2024-11-26T08:20:24.700Z | Downloaded smf v0.2.3 |
1106 | 2024-11-26T08:20:24.700Z | Downloaded libsw v3.3.1 |
1107 | 2024-11-26T08:20:24.703Z | Downloaded slog-scope v4.4.0 |
1108 | 2024-11-26T08:20:24.703Z | Downloaded defmt v0.3.8 |
1109 | 2024-11-26T08:20:24.706Z | Downloaded darling v0.20.10 |
1110 | 2024-11-26T08:20:24.709Z | Downloaded strum v0.26.3 |
1111 | 2024-11-26T08:20:24.712Z | Downloaded hex v0.4.3 |
1112 | 2024-11-26T08:20:24.714Z | Downloaded heck v0.4.1 |
1113 | 2024-11-26T08:20:24.714Z | Downloaded cc v1.1.21 |
1114 | 2024-11-26T08:20:24.716Z | Downloaded sync_wrapper v0.1.2 |
1115 | 2024-11-26T08:20:24.719Z | Downloaded data-encoding v2.6.0 |
1116 | 2024-11-26T08:20:24.719Z | Downloaded futures-task v0.3.30 |
1117 | 2024-11-26T08:20:24.722Z | Downloaded futures-sink v0.3.30 |
1118 | 2024-11-26T08:20:24.722Z | Downloaded futures-macro v0.3.30 |
1119 | 2024-11-26T08:20:24.722Z | Downloaded futures-io v0.3.30 |
1120 | 2024-11-26T08:20:24.724Z | Downloaded fastrand v2.1.1 |
1121 | 2024-11-26T08:20:24.724Z | Downloaded enum-as-inner v0.6.1 |
1122 | 2024-11-26T08:20:24.727Z | Downloaded dof v0.3.0 |
1123 | 2024-11-26T08:20:24.727Z | Downloaded dirs-next v2.0.0 |
1124 | 2024-11-26T08:20:24.729Z | Downloaded deranged v0.3.11 |
1125 | 2024-11-26T08:20:24.729Z | Downloaded defmt-parser v0.3.4 |
1126 | 2024-11-26T08:20:24.729Z | Downloaded dyn-clone v1.0.17 |
1127 | 2024-11-26T08:20:24.732Z | Downloaded serde_with_macros v3.9.0 |
1128 | 2024-11-26T08:20:24.734Z | Downloaded serde_tokenstream v0.2.2 |
1129 | 2024-11-26T08:20:24.734Z | Downloaded serde_spanned v0.6.7 |
1130 | 2024-11-26T08:20:24.736Z | Downloaded serde_repr v0.1.19 |
1131 | 2024-11-26T08:20:24.736Z | Downloaded scroll_derive v0.12.0 |
1132 | 2024-11-26T08:20:24.741Z | Downloaded scopeguard v1.2.0 |
1133 | 2024-11-26T08:20:24.741Z | Downloaded schemars v0.8.21 |
1134 | 2024-11-26T08:20:24.749Z | Downloaded same-file v1.0.6 |
1135 | 2024-11-26T08:20:24.752Z | Downloaded cpufeatures v0.2.14 |
1136 | 2024-11-26T08:20:24.752Z | Downloaded convert_case v0.4.0 |
1137 | 2024-11-26T08:20:24.754Z | Downloaded constant_time_eq v0.3.1 |
1138 | 2024-11-26T08:20:24.754Z | Downloaded colored v2.1.0 |
1139 | 2024-11-26T08:20:24.756Z | Downloaded cobs v0.2.3 |
1140 | 2024-11-26T08:20:24.759Z | Downloaded encoding_rs v0.8.34 |
1141 | 2024-11-26T08:20:24.790Z | Downloaded atomic-waker v1.1.2 |
1142 | 2024-11-26T08:20:24.793Z | Downloaded serde-big-array v0.5.1 |
1143 | 2024-11-26T08:20:24.796Z | Downloaded sct v0.7.1 |
1144 | 2024-11-26T08:20:24.802Z | Downloaded scroll v0.12.0 |
1145 | 2024-11-26T08:20:24.802Z | Downloaded rustversion v1.0.17 |
1146 | 2024-11-26T08:20:24.806Z | Downloaded foreign-types-shared v0.3.1 |
1147 | 2024-11-26T08:20:24.806Z | Downloaded foreign-types-macros v0.2.3 |
1148 | 2024-11-26T08:20:24.809Z | Downloaded float-ord v0.3.2 |
1149 | 2024-11-26T08:20:24.809Z | Downloaded crossbeam-deque v0.8.5 |
1150 | 2024-11-26T08:20:24.810Z | Downloaded httparse v1.9.4 |
1151 | 2024-11-26T08:20:24.813Z | Downloaded darling_macro v0.20.10 |
1152 | 2024-11-26T08:20:24.813Z | Downloaded foreign-types v0.5.0 |
1153 | 2024-11-26T08:20:24.813Z | Downloaded crc8 v0.1.1 |
1154 | 2024-11-26T08:20:25.034Z | Downloaded ring v0.16.20 |
1155 | 2024-11-26T08:20:26.120Z | Compiling proc-macro2 v1.0.86 |
1156 | 2024-11-26T08:20:26.120Z | Compiling unicode-ident v1.0.13 |
1157 | 2024-11-26T08:20:26.122Z | Compiling libc v0.2.165 |
1158 | 2024-11-26T08:20:26.123Z | Compiling cfg-if v1.0.0 |
1159 | 2024-11-26T08:20:26.123Z | Compiling serde v1.0.215 |
1160 | 2024-11-26T08:20:26.144Z | Compiling version_check v0.9.5 |
1161 | 2024-11-26T08:20:26.147Z | Compiling autocfg v1.3.0 |
1162 | 2024-11-26T08:20:26.151Z | Compiling once_cell v1.20.2 |
1163 | 2024-11-26T08:20:26.222Z | Compiling memchr v2.7.4 |
1164 | 2024-11-26T08:20:26.294Z | Compiling byteorder v1.5.0 |
1165 | 2024-11-26T08:20:26.693Z | Compiling itoa v1.0.11 |
1166 | 2024-11-26T08:20:26.772Z | Compiling libm v0.2.8 |
1167 | 2024-11-26T08:20:26.788Z | Compiling ahash v0.8.11 |
1168 | 2024-11-26T08:20:26.834Z | Compiling ryu v1.0.18 |
1169 | 2024-11-26T08:20:26.853Z | Compiling allocator-api2 v0.2.18 |
1170 | 2024-11-26T08:20:26.894Z | Compiling serde_json v1.0.133 |
1171 | 2024-11-26T08:20:27.176Z | Compiling pin-project-lite v0.2.14 |
1172 | 2024-11-26T08:20:27.184Z | Compiling equivalent v1.0.1 |
1173 | 2024-11-26T08:20:27.251Z | Compiling lock_api v0.4.12 |
1174 | 2024-11-26T08:20:27.278Z | Compiling smallvec v1.13.2 |
1175 | 2024-11-26T08:20:27.291Z | Compiling thiserror v1.0.64 |
1176 | 2024-11-26T08:20:27.657Z | Compiling scopeguard v1.2.0 |
1177 | 2024-11-26T08:20:27.660Z | Compiling parking_lot_core v0.9.10 |
1178 | 2024-11-26T08:20:27.695Z | Compiling iana-time-zone v0.1.61 |
1179 | 2024-11-26T08:20:27.813Z | Compiling quote v1.0.37 |
1180 | 2024-11-26T08:20:28.104Z | Compiling getrandom v0.2.15 |
1181 | 2024-11-26T08:20:28.151Z | Compiling syn v2.0.87 |
1182 | 2024-11-26T08:20:28.419Z | Compiling signal-hook-registry v1.4.2 |
1183 | 2024-11-26T08:20:28.437Z | Compiling mio v1.0.2 |
1184 | 2024-11-26T08:20:28.555Z | Compiling socket2 v0.5.7 |
1185 | 2024-11-26T08:20:28.568Z | Compiling futures-core v0.3.30 |
1186 | 2024-11-26T08:20:28.599Z | Compiling parking_lot v0.12.3 |
1187 | 2024-11-26T08:20:28.821Z | Compiling fnv v1.0.7 |
1188 | 2024-11-26T08:20:28.942Z | Compiling schemars v0.8.21 |
1189 | 2024-11-26T08:20:28.963Z | Compiling log v0.4.22 |
1190 | 2024-11-26T08:20:28.994Z | Compiling dyn-clone v1.0.17 |
1191 | 2024-11-26T08:20:29.218Z | Compiling shlex v1.3.0 |
1192 | 2024-11-26T08:20:29.330Z | Compiling slab v0.4.9 |
1193 | 2024-11-26T08:20:29.380Z | Compiling futures-sink v0.3.30 |
1194 | 2024-11-26T08:20:29.439Z | Compiling cc v1.1.21 |
1195 | 2024-11-26T08:20:29.534Z | Compiling num-traits v0.2.19 |
1196 | 2024-11-26T08:20:29.564Z | Compiling futures-channel v0.3.30 |
1197 | 2024-11-26T08:20:29.610Z | Compiling futures-io v0.3.30 |
1198 | 2024-11-26T08:20:29.632Z | Compiling futures-task v0.3.30 |
1199 | 2024-11-26T08:20:29.740Z | Compiling pin-utils v0.1.0 |
1200 | 2024-11-26T08:20:29.838Z | Compiling tracing-core v0.1.32 |
1201 | 2024-11-26T08:20:29.974Z | Compiling bitflags v2.6.0 |
1202 | 2024-11-26T08:20:30.004Z | Compiling heck v0.5.0 |
1203 | 2024-11-26T08:20:30.138Z | Compiling subtle v2.6.1 |
1204 | 2024-11-26T08:20:30.410Z | Compiling atomic-waker v1.1.2 |
1205 | 2024-11-26T08:20:30.423Z | Compiling httparse v1.9.4 |
1206 | 2024-11-26T08:20:30.596Z | Compiling try-lock v0.2.5 |
1207 | 2024-11-26T08:20:30.617Z | Compiling rustls-pki-types v1.8.0 |
1208 | 2024-11-26T08:20:30.736Z | Compiling spin v0.9.8 |
1209 | 2024-11-26T08:20:30.971Z | Compiling want v0.3.1 |
1210 | 2024-11-26T08:20:31.265Z | Compiling httpdate v1.0.3 |
1211 | 2024-11-26T08:20:31.509Z | Compiling pkg-config v0.3.31 |
1212 | 2024-11-26T08:20:31.566Z | Compiling untrusted v0.9.0 |
1213 | 2024-11-26T08:20:31.739Z | Compiling slog v2.7.0 |
1214 | 2024-11-26T08:20:31.806Z | Compiling vcpkg v0.2.15 |
1215 | 2024-11-26T08:20:31.975Z | Compiling tower-service v0.3.3 |
1216 | 2024-11-26T08:20:32.095Z | Compiling zeroize v1.8.1 |
1217 | 2024-11-26T08:20:32.214Z | Compiling tinyvec_macros v0.1.1 |
1218 | 2024-11-26T08:20:32.309Z | Compiling percent-encoding v2.3.1 |
1219 | 2024-11-26T08:20:32.424Z | Compiling tinyvec v1.8.0 |
1220 | 2024-11-26T08:20:32.515Z | Compiling ring v0.17.8 |
1221 | 2024-11-26T08:20:32.590Z | Compiling form_urlencoded v1.2.1 |
1222 | 2024-11-26T08:20:32.695Z | Compiling semver v1.0.23 |
1223 | 2024-11-26T08:20:32.727Z | Compiling foreign-types-shared v0.1.1 |
1224 | 2024-11-26T08:20:32.829Z | Compiling openssl v0.10.66 |
1225 | 2024-11-26T08:20:32.923Z | Compiling foreign-types v0.3.2 |
1226 | 2024-11-26T08:20:33.008Z | Compiling unicode-bidi v0.3.15 |
1227 | 2024-11-26T08:20:33.198Z | Compiling rustls v0.23.13 |
1228 | 2024-11-26T08:20:33.245Z | Compiling native-tls v0.2.12 |
1229 | 2024-11-26T08:20:33.258Z | Compiling openssl-probe v0.1.5 |
1230 | 2024-11-26T08:20:33.443Z | Compiling openssl-sys v0.9.103 |
1231 | 2024-11-26T08:20:33.512Z | Compiling ucd-trie v0.1.6 |
1232 | 2024-11-26T08:20:33.587Z | Compiling typenum v1.17.0 |
1233 | 2024-11-26T08:20:33.643Z | Compiling aho-corasick v1.1.3 |
1234 | 2024-11-26T08:20:33.909Z | Compiling unicode-normalization v0.1.24 |
1235 | 2024-11-26T08:20:34.247Z | Compiling generic-array v0.14.7 |
1236 | 2024-11-26T08:20:34.587Z | Compiling encoding_rs v0.8.34 |
1237 | 2024-11-26T08:20:34.659Z | Compiling mime v0.3.17 |
1238 | 2024-11-26T08:20:34.859Z | Compiling regex-syntax v0.8.4 |
1239 | 2024-11-26T08:20:35.091Z | Compiling idna v0.5.0 |
1240 | 2024-11-26T08:20:35.395Z | Compiling serde_derive_internals v0.29.1 |
1241 | 2024-11-26T08:20:35.944Z | Compiling base64 v0.22.1 |
1242 | 2024-11-26T08:20:36.814Z | Compiling rustls-pemfile v2.1.3 |
1243 | 2024-11-26T08:20:36.961Z | Compiling url v2.5.2 |
1244 | 2024-11-26T08:20:37.751Z | Compiling webpki-roots v0.26.6 |
1245 | 2024-11-26T08:20:37.966Z | Compiling rand_core v0.6.4 |
1246 | 2024-11-26T08:20:38.411Z | Compiling regex-automata v0.4.7 |
1247 | 2024-11-26T08:20:38.788Z | Compiling rustls-webpki v0.102.8 |
1248 | 2024-11-26T08:20:39.112Z | Compiling winnow v0.6.18 |
1249 | 2024-11-26T08:20:39.585Z | Compiling powerfmt v0.2.0 |
1250 | 2024-11-26T08:20:40.296Z | Compiling strsim v0.11.1 |
1251 | 2024-11-26T08:20:40.774Z | Compiling time-core v0.1.2 |
1252 | 2024-11-26T08:20:40.939Z | Compiling ipnet v2.10.0 |
1253 | 2024-11-26T08:20:40.988Z | Compiling serde_derive v1.0.215 |
1254 | 2024-11-26T08:20:41.343Z | Compiling zerocopy-derive v0.7.35 |
1255 | 2024-11-26T08:20:41.421Z | Compiling thiserror-impl v1.0.64 |
1256 | 2024-11-26T08:20:42.424Z | Compiling tokio-macros v2.4.0 |
1257 | 2024-11-26T08:20:42.437Z | Compiling schemars_derive v0.8.21 |
1258 | 2024-11-26T08:20:43.252Z | Compiling futures-macro v0.3.30 |
1259 | 2024-11-26T08:20:43.493Z | Compiling zerocopy v0.7.35 |
1260 | 2024-11-26T08:20:44.073Z | Compiling openssl-macros v0.1.1 |
1261 | 2024-11-26T08:20:44.402Z | Compiling tracing-attributes v0.1.27 |
1262 | 2024-11-26T08:20:45.271Z | Compiling futures-util v0.3.30 |
1263 | 2024-11-26T08:20:45.524Z | Compiling pest v2.7.13 |
1264 | 2024-11-26T08:20:45.663Z | Compiling hashbrown v0.14.5 |
1265 | 2024-11-26T08:20:47.047Z | Compiling regress v0.10.1 |
1266 | 2024-11-26T08:20:47.902Z | Compiling tracing v0.1.40 |
1267 | 2024-11-26T08:20:48.355Z | Compiling pest_meta v2.7.13 |
1268 | 2024-11-26T08:20:48.703Z | Compiling scroll_derive v0.12.0 |
1269 | 2024-11-26T08:20:49.220Z | Compiling num-conv v0.1.0 |
1270 | 2024-11-26T08:20:49.560Z | Compiling time-macros v0.2.18 |
1271 | 2024-11-26T08:20:50.211Z | Compiling scroll v0.12.0 |
1272 | 2024-11-26T08:20:50.783Z | Compiling pest_generator v2.7.13 |
1273 | 2024-11-26T08:20:52.384Z | Compiling regex v1.10.6 |
1274 | 2024-11-26T08:20:52.577Z | Compiling deranged v0.3.11 |
1275 | 2024-11-26T08:20:52.643Z | Compiling plain v0.2.3 |
1276 | 2024-11-26T08:20:52.705Z | Compiling num_threads v0.1.7 |
1277 | 2024-11-26T08:20:52.785Z | Compiling anyhow v1.0.93 |
1278 | 2024-11-26T08:20:52.831Z | Compiling goblin v0.8.2 |
1279 | 2024-11-26T08:20:53.605Z | Compiling pest_derive v2.7.13 |
1280 | 2024-11-26T08:20:53.770Z | Compiling ppv-lite86 v0.2.20 |
1281 | 2024-11-26T08:20:53.957Z | Compiling sync_wrapper v1.0.1 |
1282 | 2024-11-26T08:20:54.095Z | Compiling usdt-impl v0.5.0 |
1283 | 2024-11-26T08:20:54.400Z | Compiling pretty-hex v0.4.1 |
1284 | 2024-11-26T08:20:54.531Z | Compiling rand_chacha v0.3.1 |
1285 | 2024-11-26T08:20:54.545Z | Compiling dtrace-parser v0.2.0 |
1286 | 2024-11-26T08:20:54.583Z | Compiling block-buffer v0.10.4 |
1287 | 2024-11-26T08:20:54.598Z | Compiling crypto-common v0.1.6 |
1288 | 2024-11-26T08:20:54.772Z | Compiling thread-id v4.2.2 |
1289 | 2024-11-26T08:20:54.824Z | Compiling syn v1.0.109 |
1290 | 2024-11-26T08:20:54.909Z | Compiling bytes v1.7.2 |
1291 | 2024-11-26T08:20:55.437Z | Compiling indexmap v2.5.0 |
1292 | 2024-11-26T08:20:55.652Z | Compiling uuid v1.11.0 |
1293 | 2024-11-26T08:20:55.915Z | Compiling tokio v1.40.0 |
1294 | 2024-11-26T08:20:56.109Z | Compiling http v1.1.0 |
1295 | 2024-11-26T08:20:56.337Z | Compiling serde_tokenstream v0.2.2 |
1296 | 2024-11-26T08:20:56.583Z | Compiling chrono v0.4.38 |
1297 | 2024-11-26T08:20:56.897Z | Compiling toml_datetime v0.6.8 |
1298 | 2024-11-26T08:20:57.467Z | Compiling serde_urlencoded v0.7.1 |
1299 | 2024-11-26T08:20:58.010Z | Compiling http-body v1.0.1 |
1300 | 2024-11-26T08:20:58.075Z | Compiling openapiv3 v2.0.0 |
1301 | 2024-11-26T08:20:58.247Z | Compiling http-body-util v0.1.2 |
1302 | 2024-11-26T08:20:58.562Z | Compiling serde_spanned v0.6.7 |
1303 | 2024-11-26T08:20:58.747Z | Compiling dof v0.3.0 |
1304 | 2024-11-26T08:20:58.798Z | Compiling rustversion v1.0.17 |
1305 | 2024-11-26T08:21:00.716Z | Compiling omicron-workspace-hack v0.1.0 |
1306 | 2024-11-26T08:21:01.155Z | Compiling rand v0.8.5 |
1307 | 2024-11-26T08:21:01.460Z | Compiling unsafe-libyaml v0.2.11 |
1308 | 2024-11-26T08:21:02.679Z | Compiling typify-impl v0.2.0 |
1309 | 2024-11-26T08:21:02.797Z | Compiling serde_yaml v0.9.34+deprecated |
1310 | 2024-11-26T08:21:04.895Z | Compiling ident_case v1.0.1 |
1311 | 2024-11-26T08:21:05.071Z | Compiling tokio-util v0.7.12 |
1312 | 2024-11-26T08:21:05.152Z | Compiling tokio-rustls v0.26.0 |
1313 | 2024-11-26T08:21:05.627Z | Compiling tokio-native-tls v0.3.1 |
1314 | 2024-11-26T08:21:05.906Z | Compiling match_cfg v0.1.0 |
1315 | 2024-11-26T08:21:05.992Z | Compiling hostname v0.3.1 |
1316 | 2024-11-26T08:21:06.272Z | Compiling h2 v0.4.6 |
1317 | 2024-11-26T08:21:06.320Z | Compiling darling_core v0.20.10 |
1318 | 2024-11-26T08:21:06.538Z | Compiling errno v0.3.9 |
1319 | 2024-11-26T08:21:06.556Z | Compiling dirs-sys-next v0.1.2 |
1320 | 2024-11-26T08:21:06.777Z | Compiling thread_local v1.1.8 |
1321 | 2024-11-26T08:21:07.347Z | Compiling paste v1.0.15 |
1322 | 2024-11-26T08:21:07.381Z | Compiling cpufeatures v0.2.14 |
1323 | 2024-11-26T08:21:07.473Z | Compiling camino v1.1.9 |
1324 | 2024-11-26T08:21:07.917Z | Compiling dirs-next v2.0.0 |
1325 | 2024-11-26T08:21:08.114Z | Compiling usdt-attr-macro v0.5.0 |
1326 | 2024-11-26T08:21:08.134Z | Compiling usdt-macro v0.5.0 |
1327 | 2024-11-26T08:21:10.240Z | Compiling futures-executor v0.3.30 |
1328 | 2024-11-26T08:21:10.402Z | Compiling async-trait v0.1.83 |
1329 | 2024-11-26T08:21:10.889Z | Compiling hyper v1.5.1 |
1330 | 2024-11-26T08:21:12.472Z | Compiling darling_macro v0.20.10 |
1331 | 2024-11-26T08:21:12.862Z | Compiling memmap v0.7.0 |
1332 | 2024-11-26T08:21:13.243Z | Compiling slog-async v2.8.0 |
1333 | 2024-11-26T08:21:13.529Z | Compiling hyper-util v0.1.10 |
1334 | 2024-11-26T08:21:13.742Z | Compiling rustls v0.22.4 |
1335 | 2024-11-26T08:21:14.141Z | Compiling darling v0.20.10 |
1336 | 2024-11-26T08:21:14.319Z | Compiling futures v0.3.30 |
1337 | 2024-11-26T08:21:14.513Z | Compiling term v0.7.0 |
1338 | 2024-11-26T08:21:15.550Z | Compiling is-terminal v0.4.13 |
1339 | 2024-11-26T08:21:15.666Z | Compiling multer v3.1.0 |
1340 | 2024-11-26T08:21:15.801Z | Compiling instant v0.1.13 |
1341 | 2024-11-26T08:21:15.815Z | Compiling take_mut v0.2.2 |
1342 | 2024-11-26T08:21:15.945Z | Compiling serde_with_macros v3.9.0 |
1343 | 2024-11-26T08:21:16.049Z | Compiling strum_macros v0.26.4 |
1344 | 2024-11-26T08:21:16.135Z | Compiling ipnetwork v0.20.0 |
1345 | 2024-11-26T08:21:16.464Z | Compiling structmeta-derive v0.3.0 |
1346 | 2024-11-26T08:21:16.478Z | Compiling async-stream-impl v0.3.5 |
1347 | 2024-11-26T08:21:16.594Z | Compiling dropshot v0.12.0 |
1348 | 2024-11-26T08:21:16.929Z | Compiling debug-ignore v1.0.5 |
1349 | 2024-11-26T08:21:17.066Z | Compiling crossbeam-utils v0.8.20 |
1350 | 2024-11-26T08:21:17.630Z | Compiling hyper-rustls v0.27.3 |
1351 | 2024-11-26T08:21:17.864Z | Compiling async-stream v0.3.5 |
1352 | 2024-11-26T08:21:18.196Z | Compiling hyper-tls v0.6.0 |
1353 | 2024-11-26T08:21:18.417Z | Compiling dropshot_endpoint v0.12.0 |
1354 | 2024-11-26T08:21:18.629Z | Compiling serde_path_to_error v0.1.16 |
1355 | 2024-11-26T08:21:18.709Z | Compiling serde_with v3.9.0 |
1356 | 2024-11-26T08:21:19.165Z | Compiling structmeta v0.3.0 |
1357 | 2024-11-26T08:21:19.545Z | Compiling waitgroup v0.1.2 |
1358 | 2024-11-26T08:21:19.557Z | Compiling hostname v0.4.0 |
1359 | 2024-11-26T08:21:19.809Z | Compiling parse-display-derive v0.10.0 |
1360 | 2024-11-26T08:21:19.863Z | Compiling reqwest v0.12.9 |
1361 | 2024-11-26T08:21:20.753Z | Compiling strum v0.26.3 |
1362 | 2024-11-26T08:21:20.929Z | Compiling tokio-rustls v0.25.0 |
1363 | 2024-11-26T08:21:22.642Z | Compiling hex v0.4.3 |
1364 | 2024-11-26T08:21:22.674Z | Compiling digest v0.10.7 |
1365 | 2024-11-26T08:21:22.770Z | Compiling time v0.3.36 |
1366 | 2024-11-26T08:21:23.077Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1367 | 2024-11-26T08:21:23.231Z | Compiling rustix v0.38.37 |
1368 | 2024-11-26T08:21:23.917Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1369 | 2024-11-26T08:21:24.045Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1370 | 2024-11-26T08:21:24.092Z | Compiling progenitor-client v0.8.0 |
1371 | 2024-11-26T08:21:24.197Z | Compiling backoff v0.4.0 |
1372 | 2024-11-26T08:21:24.379Z | Compiling parse-display v0.10.0 |
1373 | 2024-11-26T08:21:24.530Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1374 | 2024-11-26T08:21:24.588Z | Compiling macaddr v1.0.1 |
1375 | 2024-11-26T08:21:25.071Z | Compiling regress v0.9.1 |
1376 | 2024-11-26T08:21:25.266Z | Compiling utf8parse v0.2.2 |
1377 | 2024-11-26T08:21:25.401Z | Compiling anstyle-parse v0.2.5 |
1378 | 2024-11-26T08:21:25.744Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1379 | 2024-11-26T08:21:28.402Z | Compiling typify-macro v0.2.0 |
1380 | 2024-11-26T08:21:28.568Z | Compiling unicode-width v0.1.14 |
1381 | 2024-11-26T08:21:28.659Z | Compiling lazy_static v1.5.0 |
1382 | 2024-11-26T08:21:28.693Z | Compiling colorchoice v1.0.2 |
1383 | 2024-11-26T08:21:28.707Z | Compiling anstyle v1.0.10 |
1384 | 2024-11-26T08:21:28.784Z | Compiling anstyle-query v1.1.1 |
1385 | 2024-11-26T08:21:28.852Z | Compiling is_terminal_polyfill v1.70.1 |
1386 | 2024-11-26T08:21:28.978Z | Compiling usdt v0.5.0 |
1387 | 2024-11-26T08:21:29.067Z | Compiling anstream v0.6.15 |
1388 | 2024-11-26T08:21:29.148Z | Compiling slog-json v2.6.1 |
1389 | 2024-11-26T08:21:29.541Z | Compiling crossbeam-channel v0.5.13 |
1390 | 2024-11-26T08:21:29.563Z | Compiling toml_edit v0.22.21 |
1391 | 2024-11-26T08:21:29.941Z | Compiling clap_lex v0.7.2 |
1392 | 2024-11-26T08:21:30.708Z | Compiling slog-bunyan v2.5.0 |
1393 | 2024-11-26T08:21:30.758Z | Compiling slog-term v2.9.1 |
1394 | 2024-11-26T08:21:30.918Z | Compiling sha1 v0.10.6 |
1395 | 2024-11-26T08:21:31.348Z | Compiling newtype-uuid v1.1.0 |
1396 | 2024-11-26T08:21:31.651Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1397 | 2024-11-26T08:21:31.989Z | Compiling winnow v0.5.40 |
1398 | 2024-11-26T08:21:32.050Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1399 | 2024-11-26T08:21:32.187Z | Compiling clap_derive v4.5.18 |
1400 | 2024-11-26T08:21:32.363Z | Compiling heapless v0.8.0 |
1401 | 2024-11-26T08:21:32.794Z | Compiling hash32 v0.3.1 |
1402 | 2024-11-26T08:21:32.908Z | Compiling toml v0.8.19 |
1403 | 2024-11-26T08:21:33.336Z | Compiling stable_deref_trait v1.2.0 |
1404 | 2024-11-26T08:21:33.438Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1405 | 2024-11-26T08:21:33.451Z | Compiling typify v0.2.0 |
1406 | 2024-11-26T08:21:33.574Z | Compiling progenitor-impl v0.8.0 |
1407 | 2024-11-26T08:21:35.890Z | Compiling toml_edit v0.19.15 |
1408 | 2024-11-26T08:21:39.585Z | Compiling proc-macro-crate v1.3.1 |
1409 | 2024-11-26T08:21:39.660Z | Compiling smoltcp v0.11.0 |
1410 | 2024-11-26T08:21:40.416Z | Compiling terminal_size v0.4.0 |
1411 | 2024-11-26T08:21:40.622Z | Compiling foreign-types-macros v0.2.3 |
1412 | 2024-11-26T08:21:41.459Z | Compiling proc-macro-error-attr v1.0.4 |
1413 | 2024-11-26T08:21:41.996Z | Compiling bitflags v1.3.2 |
1414 | 2024-11-26T08:21:42.093Z | Compiling either v1.13.0 |
1415 | 2024-11-26T08:21:42.146Z | Compiling num_enum_derive v0.5.11 |
1416 | 2024-11-26T08:21:42.348Z | Compiling managed v0.8.0 |
1417 | 2024-11-26T08:21:42.518Z | Compiling foreign-types-shared v0.3.1 |
1418 | 2024-11-26T08:21:42.633Z | Compiling cobs v0.2.3 |
1419 | 2024-11-26T08:21:42.796Z | Compiling heck v0.4.1 |
1420 | 2024-11-26T08:21:42.930Z | Compiling postcard v1.0.10 |
1421 | 2024-11-26T08:21:43.594Z | Compiling foreign-types v0.5.0 |
1422 | 2024-11-26T08:21:43.776Z | Compiling clap_builder v4.5.21 |
1423 | 2024-11-26T08:21:44.562Z | Compiling num_enum v0.5.11 |
1424 | 2024-11-26T08:21:44.579Z | Compiling progenitor-macro v0.8.0 |
1425 | 2024-11-26T08:21:44.800Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1426 | 2024-11-26T08:21:45.395Z | Compiling num-integer v0.1.46 |
1427 | 2024-11-26T08:21:45.772Z | Compiling cstr-argument v0.1.2 |
1428 | 2024-11-26T08:21:46.046Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1429 | 2024-11-26T08:21:46.191Z | Compiling proc-macro-error v1.0.4 |
1430 | 2024-11-26T08:21:46.383Z | Compiling float-ord v0.3.2 |
1431 | 2024-11-26T08:21:46.521Z | Compiling fastrand v2.1.1 |
1432 | 2024-11-26T08:21:46.541Z | Compiling pretty-hex v0.2.1 |
1433 | 2024-11-26T08:21:46.716Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1434 | 2024-11-26T08:21:46.876Z | Compiling tempfile v3.12.0 |
1435 | 2024-11-26T08:21:47.130Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1436 | 2024-11-26T08:21:47.794Z | Compiling clap v4.5.21 |
1437 | 2024-11-26T08:21:47.892Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1438 | 2024-11-26T08:21:48.112Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1439 | 2024-11-26T08:21:48.307Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1440 | 2024-11-26T08:21:48.801Z | Compiling tabwriter v1.4.0 |
1441 | 2024-11-26T08:21:49.074Z | Compiling colored v2.1.0 |
1442 | 2024-11-26T08:21:49.313Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1443 | 2024-11-26T08:21:49.326Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1444 | 2024-11-26T08:21:49.392Z | Compiling crucible-workspace-hack v0.1.0 |
1445 | 2024-11-26T08:21:50.352Z | Compiling num-rational v0.4.2 |
1446 | 2024-11-26T08:21:50.471Z | Compiling num-iter v0.1.45 |
1447 | 2024-11-26T08:21:50.837Z | Compiling num-complex v0.4.6 |
1448 | 2024-11-26T08:21:50.908Z | Compiling unicode-segmentation v1.12.0 |
1449 | 2024-11-26T08:21:51.112Z | Compiling prettyplease v0.2.22 |
1450 | 2024-11-26T08:21:51.321Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1451 | 2024-11-26T08:21:51.439Z | Compiling semver v0.1.20 |
1452 | 2024-11-26T08:21:51.663Z | Compiling newline-converter v0.3.0 |
1453 | 2024-11-26T08:21:51.815Z | Compiling num v0.4.3 |
1454 | 2024-11-26T08:21:51.828Z | Compiling rustc_version v0.1.7 |
1455 | 2024-11-26T08:21:51.906Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1456 | 2024-11-26T08:21:52.249Z | Compiling zone_cfg_derive v0.3.0 |
1457 | 2024-11-26T08:21:53.524Z | Compiling camino-tempfile v1.1.1 |
1458 | 2024-11-26T08:21:53.994Z | Compiling itertools v0.10.5 |
1459 | 2024-11-26T08:21:54.139Z | Compiling console v0.15.8 |
1460 | 2024-11-26T08:21:55.212Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1461 | 2024-11-26T08:21:55.801Z | Compiling num-derive v0.4.2 |
1462 | 2024-11-26T08:21:55.980Z | Compiling sigpipe v0.1.3 |
1463 | 2024-11-26T08:21:56.041Z | Compiling base64ct v1.6.0 |
1464 | 2024-11-26T08:21:56.092Z | Compiling similar v2.6.0 |
1465 | 2024-11-26T08:21:56.667Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1466 | 2024-11-26T08:21:56.794Z | Compiling zone v0.3.0 |
1467 | 2024-11-26T08:21:56.858Z | Compiling password-hash v0.5.0 |
1468 | 2024-11-26T08:21:56.997Z | Compiling expectorate v1.1.0 |
1469 | 2024-11-26T08:21:57.160Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1470 | 2024-11-26T08:21:57.986Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1471 | 2024-11-26T08:21:58.152Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1472 | 2024-11-26T08:21:58.484Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1473 | 2024-11-26T08:21:58.632Z | Compiling newtype_derive v0.1.6 |
1474 | 2024-11-26T08:21:58.953Z | Compiling blake2 v0.10.6 |
1475 | 2024-11-26T08:21:59.055Z | Compiling hubpack_derive v0.1.1 |
1476 | 2024-11-26T08:21:59.159Z | Compiling smf v0.2.3 |
1477 | 2024-11-26T08:22:00.021Z | Compiling progenitor v0.8.0 |
1478 | 2024-11-26T08:22:00.063Z | Compiling zerocopy-derive v0.6.6 |
1479 | 2024-11-26T08:22:00.229Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1480 | 2024-11-26T08:22:00.750Z | Compiling whoami v1.5.2 |
1481 | 2024-11-26T08:22:00.973Z | Compiling owo-colors v4.1.0 |
1482 | 2024-11-26T08:22:01.172Z | Compiling fixedbitset v0.4.2 |
1483 | 2024-11-26T08:22:01.291Z | Compiling cancel-safe-futures v0.1.5 |
1484 | 2024-11-26T08:22:01.475Z | Compiling petgraph v0.6.5 |
1485 | 2024-11-26T08:22:01.543Z | Compiling hubpack v0.1.2 |
1486 | 2024-11-26T08:22:01.655Z | Compiling argon2 v0.5.3 |
1487 | 2024-11-26T08:22:01.989Z | Compiling strum_macros v0.25.3 |
1488 | 2024-11-26T08:22:02.096Z | Compiling zerocopy v0.6.6 |
1489 | 2024-11-26T08:22:02.982Z | Compiling serde-big-array v0.5.1 |
1490 | 2024-11-26T08:22:03.142Z | Compiling serde_repr v0.1.19 |
1491 | 2024-11-26T08:22:03.211Z | Compiling cookie v0.18.1 |
1492 | 2024-11-26T08:22:03.553Z | Compiling static_assertions v1.1.0 |
1493 | 2024-11-26T08:22:03.648Z | Compiling convert_case v0.4.0 |
1494 | 2024-11-26T08:22:04.412Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1495 | 2024-11-26T08:22:04.467Z | Compiling derive_more v0.99.18 |
1496 | 2024-11-26T08:22:05.550Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1497 | 2024-11-26T08:22:05.765Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1498 | 2024-11-26T08:22:08.884Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1499 | 2024-11-26T08:22:10.523Z | Compiling atomicwrites v0.4.4 |
1500 | 2024-11-26T08:22:10.897Z | Compiling itertools v0.13.0 |
1501 | 2024-11-26T08:22:11.268Z | Compiling libsw v3.3.1 |
1502 | 2024-11-26T08:22:11.332Z | Compiling enum-as-inner v0.6.1 |
1503 | 2024-11-26T08:22:11.351Z | Compiling derive-where v1.2.7 |
1504 | 2024-11-26T08:22:11.564Z | Compiling idna v0.4.0 |
1505 | 2024-11-26T08:22:13.400Z | Compiling linked-hash-map v0.5.6 |
1506 | 2024-11-26T08:22:13.416Z | Compiling swrite v0.1.0 |
1507 | 2024-11-26T08:22:13.416Z | Compiling data-encoding v2.6.0 |
1508 | 2024-11-26T08:22:13.416Z | Compiling highway v1.2.0 |
1509 | 2024-11-26T08:22:13.479Z | Compiling linear-map v1.2.0 |
1510 | 2024-11-26T08:22:13.766Z | Compiling indent_write v2.2.0 |
1511 | 2024-11-26T08:22:13.841Z | Compiling quick-error v1.2.3 |
1512 | 2024-11-26T08:22:13.927Z | Compiling hickory-proto v0.24.1 |
1513 | 2024-11-26T08:22:13.973Z | Compiling resolv-conf v0.7.0 |
1514 | 2024-11-26T08:22:13.978Z | Compiling lru-cache v0.1.2 |
1515 | 2024-11-26T08:22:14.177Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1516 | 2024-11-26T08:22:14.199Z | Compiling steno v0.4.1 |
1517 | 2024-11-26T08:22:14.677Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1518 | 2024-11-26T08:22:16.146Z | Compiling slog-dtrace v0.3.0 |
1519 | 2024-11-26T08:22:16.539Z | Compiling parking_lot_core v0.8.6 |
1520 | 2024-11-26T08:22:16.952Z | Compiling humantime v2.1.0 |
1521 | 2024-11-26T08:22:17.864Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1522 | 2024-11-26T08:22:21.132Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1523 | 2024-11-26T08:22:23.386Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1524 | 2024-11-26T08:22:24.323Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1525 | 2024-11-26T08:22:24.340Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1526 | 2024-11-26T08:22:25.449Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1527 | 2024-11-26T08:22:26.766Z | Compiling hickory-resolver v0.24.1 |
1528 | 2024-11-26T08:22:28.063Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1529 | 2024-11-26T08:22:28.995Z | Compiling num-derive v0.3.3 |
1530 | 2024-11-26T08:22:29.263Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1531 | 2024-11-26T08:22:30.425Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1532 | 2024-11-26T08:22:30.472Z | Compiling thiserror v2.0.3 |
1533 | 2024-11-26T08:22:30.909Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1534 | 2024-11-26T08:22:30.982Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1535 | 2024-11-26T08:22:31.264Z | Compiling thiserror-impl v2.0.3 |
1536 | 2024-11-26T08:22:31.293Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1537 | 2024-11-26T08:22:31.384Z | Compiling half v2.4.1 |
1538 | 2024-11-26T08:22:31.460Z | Compiling ciborium-io v0.2.2 |
1539 | 2024-11-26T08:22:31.522Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1540 | 2024-11-26T08:22:31.588Z | Compiling parking_lot v0.11.2 |
1541 | 2024-11-26T08:22:31.941Z | Compiling ciborium-ll v0.2.2 |
1542 | 2024-11-26T08:22:32.482Z | Compiling proc-macro-crate v3.2.0 |
1543 | 2024-11-26T08:22:32.627Z | Compiling crossbeam-epoch v0.9.18 |
1544 | 2024-11-26T08:22:33.470Z | Compiling fxhash v0.2.1 |
1545 | 2024-11-26T08:22:33.632Z | Compiling crc32fast v1.4.2 |
1546 | 2024-11-26T08:22:33.663Z | Compiling num_enum_derive v0.7.3 |
1547 | 2024-11-26T08:22:33.997Z | Compiling sled v0.34.7 |
1548 | 2024-11-26T08:22:34.562Z | Compiling ciborium v0.2.2 |
1549 | 2024-11-26T08:22:34.727Z | Compiling yansi v1.0.1 |
1550 | 2024-11-26T08:22:35.023Z | Compiling diff v0.1.13 |
1551 | 2024-11-26T08:22:35.589Z | Compiling pretty_assertions v1.4.1 |
1552 | 2024-11-26T08:22:36.323Z | Compiling num_enum v0.7.3 |
1553 | 2024-11-26T08:22:42.966Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1554 | 2024-11-26T08:22:43.511Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1555 | 2024-11-26T08:22:49.463Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1556 | 2024-11-26T08:22:50.598Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1557 | 2024-11-26T08:22:51.877Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1558 | 2024-11-26T08:22:54.026Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
1559 | 2024-11-26T08:23:14.019Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 48s |
1560 | 2024-11-26T08:23:14.191Z | ------------ |
1561 | 2024-11-26T08:23:14.191Z | Nextest run ID fe7149f6-f63b-49e0-863a-4631a725c667 with nextest profile: default |
1562 | 2024-11-26T08:23:14.191Z | Starting 2 tests across 1 binary |
1563 | 2024-11-26T08:23:14.195Z | START bfd test::test_new_daemon |
1564 | 2024-11-26T08:23:14.203Z | |
1565 | 2024-11-26T08:23:14.203Z | running 1 test |
1566 | 2024-11-26T08:23:14.271Z | {"msg":"dropping SM for 203.0.113.10","v":0,"name":"slog-rs","level":40test test::test_new_daemon ... ok |
1567 | 2024-11-26T08:23:14.271Z | |
1568 | 2024-11-26T08:23:14.271Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 0.07s |
1569 | 2024-11-26T08:23:14.271Z | |
1570 | 2024-11-26T08:23:14.282Z | PASS [ 0.086s] bfd test::test_new_daemon |
1571 | 2024-11-26T08:23:14.282Z | START bfd test::test_protocol_basics |
1572 | 2024-11-26T08:23:14.290Z | ,"time":"2024-11-26T08:23:12.967435368Z","hostname":"w-01JDKRMTW67628M56DTJCJWSV7","pid": |
1573 | 2024-11-26T08:23:14.290Z | running 1 test |
1574 | 2024-11-26T08:23:14.362Z | {{""msg"msg":":"[Down][203.0.113.10] recv: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 2664619642, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }"[Down][203.0.113.20] recv: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 3185040404, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":,"v":00,"name":"slog-rs","name":"slog-rs","level",:"level":1010,,""time"time:":""2024-11-26T08:23:13.058518379Z"2024-11-26T08:23:13.058520369Z","hostname":","w-01JDKRMTW67628M56DTJCJWSV7"hostname":"w-01JDKRMTW67628M56DTJCJWSV7",,""pid"pid:":31963196}} |
1575 | 2024-11-26T08:23:14.362Z | |
1576 | 2024-11-26T08:23:14.362Z | {{""msg"msg"::""transition -> Inittransition -> Init"",,""vv""::00,,""namename""::""slog-rsslog-rs"",",level"":level":3030,"time":"2024-11-26T08:23:13.058830753Z",,""time"hostname"::""w-01JDKRMTW67628M56DTJCJWSV7"2024-11-26T08:23:13.058830963Z,""pid,"":hostname3196":"w-01JDKRMTW67628M56DTJCJWSV7","pid":3196,,""peer"peer:":""203.0.113.20"203.0.113.10,"","state"state:"":"Down"Down"}} |
1577 | 2024-11-26T08:23:14.362Z | |
1578 | 2024-11-26T08:23:15.359Z | {"msg":"[Init][203.0.113.20] recv: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 3185040404, your_discriminator: 2664619642, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2024-11-26T08:23:14.055269614Z","hostname":"w-01JDKRMTW67628M56DTJCJWSV7","pid":3196} |
1579 | 2024-11-26T08:23:15.359Z | {"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2024-11-26T08:23:14.055332866Z","hostname":"w-01JDKRMTW67628M56DTJCJWSV7","pid":3196,"peer":"203.0.113.20","state":"Init"} |
1580 | 2024-11-26T08:23:15.362Z | {"msg":"[Init][203.0.113.10] recv: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 2664619642, your_discriminator: 3185040404, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2024-11-26T08:23:14.058310757Z","hostname":"w-01JDKRMTW67628M56DTJCJWSV7","pid":3196} |
1581 | 2024-11-26T08:23:15.362Z | {"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2024-11-26T08:23:14.058355782Z","hostname":"w-01JDKRMTW67628M56DTJCJWSV7","pid":3196,"peer":"203.0.113.10","state":"Init"} |
1582 | 2024-11-26T08:23:20.360Z | {"msg":"[Up][203.0.113.20] recv: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 3185040404, your_discriminator: 2664619642, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2024-11-26T08:23:19.05535126Z","hostname":"w-01JDKRMTW67628M56DTJCJWSV7","pid":3196} |
1583 | 2024-11-26T08:23:20.362Z | {"msg":"[Up][203.0.113.10] recv: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 2664619642, your_discriminator: 3185040404, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2024-11-26T08:23:19.058361297Z","hostname":"w-01JDKRMTW67628M56DTJCJWSV7","pid":3196} |
1584 | 2024-11-26T08:23:24.363Z | {"msg":"dropping SM for 203.0.113.20"{,"v":"msg"0:"dropping SM for 203.0.113.10","name":"slog-rs","v":,"level"0:,"name":"slog-rs"40,"level":40,,""time"time:"":"2024-11-26T08:23:23.058393766Z"2024-11-26T08:23:23.058393006Z",,""hostname"hostname:"":"w-01JDKRMTW67628M56DTJCJWSV7"w-01JDKRMTW67628M56DTJCJWSV7",,""pid"pid"::31963196}} |
1585 | 2024-11-26T08:23:24.363Z | |
1586 | 2024-11-26T08:23:24.366Z | test test::test_protocol_basics ... ok |
1587 | 2024-11-26T08:23:24.366Z | |
1588 | 2024-11-26T08:23:24.366Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 10.07s |
1589 | 2024-11-26T08:23:24.366Z | |
1590 | 2024-11-26T08:23:24.372Z | PASS [ 10.093s] bfd test::test_protocol_basics |
1591 | 2024-11-26T08:23:24.375Z | ------------ |
1592 | 2024-11-26T08:23:24.375Z | Summary [ 10.181s] 2 tests run: 2 passed, 0 skipped |
1593 | 2024-11-26T08:23:24.391Z | process exited: duration 367708 ms, exit code 0 |
|
1594 | 2024-11-26T08:23:24.396Z | found 0 output files |