|
|
|
1 | 2024-10-30T13:27:58.565Z | job assigned to worker 01JBESQA9WAHMPWMQTG8GAECFC (queued for 57 s) |
|
2 | 2024-10-30T13:28:06.264Z | starting task 0: "setup" |
3 | 2024-10-30T13:28:06.273Z | ++ uname -s |
4 | 2024-10-30T13:28:06.276Z | + kern=SunOS |
5 | 2024-10-30T13:28:06.276Z | + case "$kern" in |
6 | 2024-10-30T13:28:06.276Z | + [[ 0 == 12345 ]] |
7 | 2024-10-30T13:28:06.276Z | + groupadd -g 12345 build |
8 | 2024-10-30T13:28:06.278Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-10-30T13:28:08.287Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-10-30T13:28:08.434Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-10-30T13:28:08.437Z | + home_fs=zfs |
12 | 2024-10-30T13:28:08.437Z | + [[ zfs == autofs ]] |
13 | 2024-10-30T13:28:08.437Z | + mkdir -p /home/build |
14 | 2024-10-30T13:28:08.439Z | + chown build:build /home/build /work |
15 | 2024-10-30T13:28:10.441Z | + chmod 0700 /home/build /work |
16 | 2024-10-30T13:28:10.443Z | process exited: duration 4178 ms, exit code 0 |
|
17 | 2024-10-30T13:28:10.449Z | starting task 1: "rust-toolchain" |
18 | 2024-10-30T13:28:10.454Z | + printf ' * toolchain channel = "%s" |
19 | 2024-10-30T13:28:10.454Z | * toolchain channel = "stable" |
20 | 2024-10-30T13:28:10.454Z | ' stable |
21 | 2024-10-30T13:28:10.454Z | * toolchain profile = "default" |
22 | 2024-10-30T13:28:10.454Z | + printf ' * toolchain profile = "%s" |
23 | 2024-10-30T13:28:10.454Z | ' default |
24 | 2024-10-30T13:28:10.456Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-10-30T13:28:10.456Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
26 | 2024-10-30T13:28:10.576Z | info: downloading installer |
27 | 2024-10-30T13:28:12.026Z | info: profile set to 'default' |
28 | 2024-10-30T13:28:12.026Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-10-30T13:28:12.029Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
30 | 2024-10-30T13:28:12.198Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-10-30T13:28:12.198Z | info: downloading component 'cargo' |
32 | 2024-10-30T13:28:13.188Z | info: downloading component 'clippy' |
33 | 2024-10-30T13:28:13.562Z | info: downloading component 'rust-docs' |
34 | 2024-10-30T13:28:14.953Z | info: downloading component 'rust-std' |
35 | 2024-10-30T13:28:17.171Z | info: downloading component 'rustc' |
36 | 2024-10-30T13:28:25.059Z | info: downloading component 'rustfmt' |
37 | 2024-10-30T13:28:25.345Z | info: installing component 'cargo' |
38 | 2024-10-30T13:28:26.173Z | info: installing component 'clippy' |
39 | 2024-10-30T13:28:26.566Z | info: installing component 'rust-docs' |
40 | 2024-10-30T13:28:28.330Z | info: installing component 'rust-std' |
41 | 2024-10-30T13:28:30.240Z | info: installing component 'rustc' |
42 | 2024-10-30T13:28:36.322Z | info: installing component 'rustfmt' |
43 | 2024-10-30T13:28:36.663Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
44 | 2024-10-30T13:28:36.663Z | |
45 | 2024-10-30T13:28:37.039Z | stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-10-30T13:28:37.039Z | |
47 | 2024-10-30T13:28:37.042Z | |
48 | 2024-10-30T13:28:37.042Z | Rust is installed now. Great! |
49 | 2024-10-30T13:28:37.042Z | |
50 | 2024-10-30T13:28:37.042Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-10-30T13:28:37.042Z | environment variable. This has not been done automatically. |
52 | 2024-10-30T13:28:37.042Z | |
53 | 2024-10-30T13:28:37.042Z | To configure your current shell, you need to source |
54 | 2024-10-30T13:28:37.042Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-10-30T13:28:37.042Z | |
56 | 2024-10-30T13:28:37.042Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-10-30T13:28:37.042Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-10-30T13:28:37.042Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-10-30T13:28:37.116Z | + rustc --version |
60 | 2024-10-30T13:28:37.182Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-10-30T13:28:37.187Z | process exited: duration 26729 ms, exit code 0 |
|
62 | 2024-10-30T13:28:37.193Z | starting task 2: "authentication" |
63 | 2024-10-30T13:28:37.214Z | process exited: duration 21 ms, exit code 0 |
|
64 | 2024-10-30T13:28:37.220Z | starting task 3: "clone repository" |
65 | 2024-10-30T13:28:37.225Z | + mkdir -p /work/oxidecomputer/maghemite |
66 | 2024-10-30T13:28:37.228Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
67 | 2024-10-30T13:28:37.967Z | Cloning into '/work/oxidecomputer/maghemite'... |
68 | 2024-10-30T13:28:39.492Z | + cd /work/oxidecomputer/maghemite |
69 | 2024-10-30T13:28:39.492Z | + git fetch origin 2ed1c9fe8832179449efb5fc9b298af8ecea01cd |
70 | 2024-10-30T13:28:39.726Z | From https://github.com/oxidecomputer/maghemite |
71 | 2024-10-30T13:28:39.726Z | * branch 2ed1c9fe8832179449efb5fc9b298af8ecea01cd -> FETCH_HEAD |
72 | 2024-10-30T13:28:39.734Z | + [[ -n zl/mgd-ddm-meta ]] |
73 | 2024-10-30T13:28:39.736Z | ++ git branch --show-current |
74 | 2024-10-30T13:28:39.739Z | + current=main |
75 | 2024-10-30T13:28:39.739Z | + [[ main != zl/mgd-ddm-meta ]] |
76 | 2024-10-30T13:28:39.739Z | + git branch -f zl/mgd-ddm-meta 2ed1c9fe8832179449efb5fc9b298af8ecea01cd |
77 | 2024-10-30T13:28:39.742Z | + git checkout -f zl/mgd-ddm-meta |
78 | 2024-10-30T13:28:39.758Z | Switched to branch 'zl/mgd-ddm-meta' |
79 | 2024-10-30T13:28:39.760Z | + git reset --hard 2ed1c9fe8832179449efb5fc9b298af8ecea01cd |
80 | 2024-10-30T13:28:39.773Z | HEAD is now at 2ed1c9f add switch info/meta to ddmd/mgd related timeseries |
81 | 2024-10-30T13:28:39.775Z | process exited: duration 2552 ms, exit code 0 |
|
82 | 2024-10-30T13:28:39.783Z | starting task 4: "build" |
83 | 2024-10-30T13:28:39.786Z | + set -o errexit |
84 | 2024-10-30T13:28:39.786Z | + set -o pipefail |
85 | 2024-10-30T13:28:39.786Z | + cargo --version |
86 | 2024-10-30T13:28:39.791Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
87 | 2024-10-30T13:28:39.967Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
88 | 2024-10-30T13:28:39.967Z | info: downloading component 'cargo' |
89 | 2024-10-30T13:28:40.952Z | info: downloading component 'clippy' |
90 | 2024-10-30T13:28:41.316Z | info: downloading component 'rust-docs' |
91 | 2024-10-30T13:28:42.678Z | info: downloading component 'rust-std' |
92 | 2024-10-30T13:28:44.793Z | info: downloading component 'rustc' |
93 | 2024-10-30T13:28:52.366Z | info: downloading component 'rustfmt' |
94 | 2024-10-30T13:28:52.653Z | info: installing component 'cargo' |
95 | 2024-10-30T13:28:53.491Z | info: installing component 'clippy' |
96 | 2024-10-30T13:28:53.884Z | info: installing component 'rust-docs' |
97 | 2024-10-30T13:28:55.473Z | info: installing component 'rust-std' |
98 | 2024-10-30T13:28:57.208Z | info: installing component 'rustc' |
99 | 2024-10-30T13:29:03.210Z | info: installing component 'rustfmt' |
100 | 2024-10-30T13:29:03.640Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
101 | 2024-10-30T13:29:03.644Z | + rustc --version |
102 | 2024-10-30T13:29:03.725Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
103 | 2024-10-30T13:29:03.746Z | + cargo install cargo-nextest |
104 | 2024-10-30T13:29:03.830Z | Updating crates.io index |
105 | 2024-10-30T13:29:03.888Z | Downloading crates ... |
106 | 2024-10-30T13:29:03.969Z | Downloaded cargo-nextest v0.9.82 |
107 | 2024-10-30T13:29:04.011Z | Installing cargo-nextest v0.9.82 |
108 | 2024-10-30T13:29:04.076Z | Updating crates.io index |
109 | 2024-10-30T13:29:04.959Z | Locking 332 packages to latest compatible versions |
110 | 2024-10-30T13:29:04.967Z | Adding addr2line v0.21.0 (latest: v0.24.2) |
111 | 2024-10-30T13:29:04.968Z | Adding backtrace v0.3.71 (latest: v0.3.74) |
112 | 2024-10-30T13:29:04.968Z | Adding base64 v0.21.7 (latest: v0.22.1) |
113 | 2024-10-30T13:29:04.977Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
114 | 2024-10-30T13:29:04.977Z | Adding encode_unicode v0.3.6 (latest: v1.0.0) |
115 | 2024-10-30T13:29:04.986Z | Adding fixedbitset v0.4.2 (latest: v0.5.7) |
116 | 2024-10-30T13:29:04.986Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
117 | 2024-10-30T13:29:04.987Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
118 | 2024-10-30T13:29:04.987Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
119 | 2024-10-30T13:29:04.987Z | Adding gimli v0.28.1 (latest: v0.31.1) |
120 | 2024-10-30T13:29:04.987Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
121 | 2024-10-30T13:29:04.987Z | Adding idna v0.5.0 (latest: v1.0.2) |
122 | 2024-10-30T13:29:04.987Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
123 | 2024-10-30T13:29:04.987Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
124 | 2024-10-30T13:29:04.987Z | Adding object v0.32.2 (latest: v0.36.5) |
125 | 2024-10-30T13:29:04.987Z | Adding owo-colors v3.5.0 (latest: v4.1.0) |
126 | 2024-10-30T13:29:04.987Z | Adding quick-xml v0.23.1 (latest: v0.37.0) |
127 | 2024-10-30T13:29:04.987Z | Adding quick-xml v0.36.2 (latest: v0.37.0) |
128 | 2024-10-30T13:29:04.997Z | Adding security-framework v2.11.1 (latest: v3.0.0) |
129 | 2024-10-30T13:29:04.997Z | Adding terminal_size v0.3.0 (latest: v0.4.0) |
130 | 2024-10-30T13:29:05.030Z | Adding unicode-width v0.1.14 (latest: v0.2.0) |
131 | 2024-10-30T13:29:05.030Z | Adding vte v0.11.1 (latest: v0.13.0) |
132 | 2024-10-30T13:29:05.031Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
133 | 2024-10-30T13:29:05.031Z | Adding windows v0.52.0 (latest: v0.58.0) |
134 | 2024-10-30T13:29:05.031Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
135 | 2024-10-30T13:29:05.031Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
136 | 2024-10-30T13:29:05.031Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
137 | 2024-10-30T13:29:05.031Z | Adding windows-sys v0.42.0 (latest: v0.59.0) |
138 | 2024-10-30T13:29:05.031Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
139 | 2024-10-30T13:29:05.031Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
140 | 2024-10-30T13:29:05.031Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
141 | 2024-10-30T13:29:05.032Z | Adding windows_aarch64_gnullvm v0.42.2 (latest: v0.52.6) |
142 | 2024-10-30T13:29:05.032Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
143 | 2024-10-30T13:29:05.032Z | Adding windows_aarch64_msvc v0.42.2 (latest: v0.52.6) |
144 | 2024-10-30T13:29:05.032Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
145 | 2024-10-30T13:29:05.032Z | Adding windows_i686_gnu v0.42.2 (latest: v0.52.6) |
146 | 2024-10-30T13:29:05.032Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
147 | 2024-10-30T13:29:05.032Z | Adding windows_i686_msvc v0.42.2 (latest: v0.52.6) |
148 | 2024-10-30T13:29:05.032Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
149 | 2024-10-30T13:29:05.033Z | Adding windows_x86_64_gnu v0.42.2 (latest: v0.52.6) |
150 | 2024-10-30T13:29:05.033Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
151 | 2024-10-30T13:29:05.033Z | Adding windows_x86_64_gnullvm v0.42.2 (latest: v0.52.6) |
152 | 2024-10-30T13:29:05.033Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
153 | 2024-10-30T13:29:05.033Z | Adding windows_x86_64_msvc v0.42.2 (latest: v0.52.6) |
154 | 2024-10-30T13:29:05.033Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
155 | 2024-10-30T13:29:05.033Z | Adding zerocopy v0.7.35 (latest: v0.8.7) |
156 | 2024-10-30T13:29:05.033Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.7) |
157 | 2024-10-30T13:29:05.033Z | Downloading crates ... |
158 | 2024-10-30T13:29:05.076Z | Downloaded cargo-platform v0.1.8 |
159 | 2024-10-30T13:29:05.090Z | Downloaded anstyle-query v1.1.2 |
160 | 2024-10-30T13:29:05.090Z | Downloaded adler2 v2.0.0 |
161 | 2024-10-30T13:29:05.099Z | Downloaded clap_derive v4.5.18 |
162 | 2024-10-30T13:29:05.100Z | Downloaded anstream v0.6.17 |
163 | 2024-10-30T13:29:05.100Z | Downloaded supports-unicode v3.0.0 |
164 | 2024-10-30T13:29:05.100Z | Downloaded sync_wrapper v1.0.1 |
165 | 2024-10-30T13:29:05.100Z | Downloaded foreign-types-shared v0.1.1 |
166 | 2024-10-30T13:29:05.101Z | Downloaded addr2line v0.21.0 |
167 | 2024-10-30T13:29:05.101Z | Downloaded guppy-workspace-hack v0.1.0 |
168 | 2024-10-30T13:29:05.110Z | Downloaded try-lock v0.2.5 |
169 | 2024-10-30T13:29:05.111Z | Downloaded thread_local v1.1.8 |
170 | 2024-10-30T13:29:05.111Z | Downloaded thiserror v1.0.65 |
171 | 2024-10-30T13:29:05.118Z | Downloaded home v0.5.9 |
172 | 2024-10-30T13:29:05.119Z | Downloaded autocfg v1.4.0 |
173 | 2024-10-30T13:29:05.119Z | Downloaded generic-array v0.14.7 |
174 | 2024-10-30T13:29:05.127Z | Downloaded either v1.13.0 |
175 | 2024-10-30T13:29:05.127Z | Downloaded fastrand v2.1.1 |
176 | 2024-10-30T13:29:05.127Z | Downloaded nextest-workspace-hack v0.1.0 |
177 | 2024-10-30T13:29:05.127Z | Downloaded dialoguer v0.11.0 |
178 | 2024-10-30T13:29:05.128Z | Downloaded futures-executor v0.3.31 |
179 | 2024-10-30T13:29:05.133Z | Downloaded curve25519-dalek-derive v0.1.1 |
180 | 2024-10-30T13:29:05.133Z | Downloaded nested v0.1.1 |
181 | 2024-10-30T13:29:05.134Z | Downloaded tracing-error v0.2.0 |
182 | 2024-10-30T13:29:05.134Z | Downloaded tokio-native-tls v0.3.1 |
183 | 2024-10-30T13:29:05.134Z | Downloaded xattr v1.3.1 |
184 | 2024-10-30T13:29:05.137Z | Downloaded crc32fast v1.4.2 |
185 | 2024-10-30T13:29:05.138Z | Downloaded subtle v2.6.1 |
186 | 2024-10-30T13:29:05.141Z | Downloaded miette-derive v7.2.0 |
187 | 2024-10-30T13:29:05.142Z | Downloaded unicode-linebreak v0.1.5 |
188 | 2024-10-30T13:29:05.142Z | Downloaded tempfile v3.13.0 |
189 | 2024-10-30T13:29:05.148Z | Downloaded want v0.3.1 |
190 | 2024-10-30T13:29:05.148Z | Downloaded cfg-expr v0.17.0 |
191 | 2024-10-30T13:29:05.155Z | Downloaded zstd-safe v7.2.1 |
192 | 2024-10-30T13:29:05.155Z | Downloaded nextest-metadata v0.12.1 |
193 | 2024-10-30T13:29:05.155Z | Downloaded unicase v2.8.0 |
194 | 2024-10-30T13:29:05.181Z | Downloaded futures v0.3.31 |
195 | 2024-10-30T13:29:05.189Z | Downloaded zipsign-api v0.1.2 |
196 | 2024-10-30T13:29:05.189Z | Downloaded adler v1.0.2 |
197 | 2024-10-30T13:29:05.189Z | Downloaded duct v0.13.7 |
198 | 2024-10-30T13:29:05.190Z | Downloaded console v0.15.8 |
199 | 2024-10-30T13:29:05.190Z | Downloaded once_cell v1.20.2 |
200 | 2024-10-30T13:29:05.190Z | Downloaded bytes v1.8.0 |
201 | 2024-10-30T13:29:05.190Z | Downloaded log v0.4.22 |
202 | 2024-10-30T13:29:05.190Z | Downloaded backtrace-ext v0.2.1 |
203 | 2024-10-30T13:29:05.190Z | Downloaded tracing v0.1.40 |
204 | 2024-10-30T13:29:05.190Z | Downloaded num-traits v0.2.19 |
205 | 2024-10-30T13:29:05.197Z | Downloaded cfg_aliases v0.2.1 |
206 | 2024-10-30T13:29:05.197Z | Downloaded hyper-util v0.1.10 |
207 | 2024-10-30T13:29:05.204Z | Downloaded atomicwrites v0.4.4 |
208 | 2024-10-30T13:29:05.204Z | Downloaded uuid v1.11.0 |
209 | 2024-10-30T13:29:05.204Z | Downloaded owo-colors v4.1.0 |
210 | 2024-10-30T13:29:05.209Z | Downloaded byteorder v1.5.0 |
211 | 2024-10-30T13:29:05.210Z | Downloaded tower-service v0.3.3 |
212 | 2024-10-30T13:29:05.210Z | Downloaded swrite v0.1.0 |
213 | 2024-10-30T13:29:05.215Z | Downloaded supports-hyperlinks v3.0.0 |
214 | 2024-10-30T13:29:05.215Z | Downloaded strip-ansi-escapes v0.2.0 |
215 | 2024-10-30T13:29:05.215Z | Downloaded colorchoice v1.0.3 |
216 | 2024-10-30T13:29:05.215Z | Downloaded strsim v0.11.1 |
217 | 2024-10-30T13:29:05.215Z | Downloaded async-scoped v0.9.0 |
218 | 2024-10-30T13:29:05.221Z | Downloaded url v2.5.2 |
219 | 2024-10-30T13:29:05.230Z | Downloaded tinyvec_macros v0.1.1 |
220 | 2024-10-30T13:29:05.231Z | Downloaded block-buffer v0.10.4 |
221 | 2024-10-30T13:29:05.231Z | Downloaded anstyle-parse v0.2.6 |
222 | 2024-10-30T13:29:05.231Z | Downloaded base64 v0.21.7 |
223 | 2024-10-30T13:29:05.237Z | Downloaded mukti-metadata v0.2.1 |
224 | 2024-10-30T13:29:05.238Z | Downloaded cargo_metadata v0.18.1 |
225 | 2024-10-30T13:29:05.238Z | Downloaded is_terminal_polyfill v1.70.1 |
226 | 2024-10-30T13:29:05.238Z | Downloaded indenter v0.3.3 |
227 | 2024-10-30T13:29:05.238Z | Downloaded foreign-types v0.3.2 |
228 | 2024-10-30T13:29:05.238Z | Downloaded is_ci v1.2.0 |
229 | 2024-10-30T13:29:05.244Z | Downloaded equivalent v1.0.1 |
230 | 2024-10-30T13:29:05.244Z | Downloaded enable-ansi-support v0.2.1 |
231 | 2024-10-30T13:29:05.245Z | Downloaded number_prefix v0.4.0 |
232 | 2024-10-30T13:29:05.245Z | Downloaded http-body v1.0.1 |
233 | 2024-10-30T13:29:05.245Z | Downloaded urlencoding v2.1.3 |
234 | 2024-10-30T13:29:05.245Z | Downloaded vte_generate_state_changes v0.1.2 |
235 | 2024-10-30T13:29:05.252Z | Downloaded httparse v1.9.5 |
236 | 2024-10-30T13:29:05.252Z | Downloaded jobserver v0.1.32 |
237 | 2024-10-30T13:29:05.253Z | Downloaded shared_child v1.0.1 |
238 | 2024-10-30T13:29:05.254Z | Downloaded terminal_size v0.3.0 |
239 | 2024-10-30T13:29:05.262Z | Downloaded thiserror-impl v1.0.65 |
240 | 2024-10-30T13:29:05.262Z | Downloaded openssl-macros v0.1.1 |
241 | 2024-10-30T13:29:05.262Z | Downloaded supports-color v3.0.1 |
242 | 2024-10-30T13:29:05.263Z | Downloaded ipnet v2.10.1 |
243 | 2024-10-30T13:29:05.263Z | Downloaded futures-sink v0.3.31 |
244 | 2024-10-30T13:29:05.263Z | Downloaded rand_core v0.6.4 |
245 | 2024-10-30T13:29:05.263Z | Downloaded clap_lex v0.7.2 |
246 | 2024-10-30T13:29:05.293Z | Downloaded miniz_oxide v0.7.4 |
247 | 2024-10-30T13:29:05.293Z | Downloaded camino-tempfile v1.1.1 |
248 | 2024-10-30T13:29:05.293Z | Downloaded toml_edit v0.22.22 |
249 | 2024-10-30T13:29:05.301Z | Downloaded openssl-probe v0.1.5 |
250 | 2024-10-30T13:29:05.301Z | Downloaded serde_spanned v0.6.8 |
251 | 2024-10-30T13:29:05.301Z | Downloaded mio v1.0.2 |
252 | 2024-10-30T13:29:05.302Z | Downloaded filetime v0.2.25 |
253 | 2024-10-30T13:29:05.322Z | Downloaded pkg-config v0.3.31 |
254 | 2024-10-30T13:29:05.322Z | Downloaded pin-project-lite v0.2.15 |
255 | 2024-10-30T13:29:05.322Z | Downloaded zeroize v1.8.1 |
256 | 2024-10-30T13:29:05.322Z | Downloaded version_check v0.9.5 |
257 | 2024-10-30T13:29:05.323Z | Downloaded untrusted v0.9.0 |
258 | 2024-10-30T13:29:05.337Z | Downloaded slab v0.4.9 |
259 | 2024-10-30T13:29:05.337Z | Downloaded mime v0.3.17 |
260 | 2024-10-30T13:29:05.337Z | Downloaded lazy_static v1.5.0 |
261 | 2024-10-30T13:29:05.337Z | Downloaded utf8parse v0.2.2 |
262 | 2024-10-30T13:29:05.338Z | Downloaded humantime v2.1.0 |
263 | 2024-10-30T13:29:05.338Z | Downloaded futures-io v0.3.31 |
264 | 2024-10-30T13:29:05.338Z | Downloaded futures-core v0.3.31 |
265 | 2024-10-30T13:29:05.338Z | Downloaded newtype-uuid v1.1.2 |
266 | 2024-10-30T13:29:05.338Z | Downloaded futures-macro v0.3.31 |
267 | 2024-10-30T13:29:05.338Z | Downloaded xxhash-rust v0.8.12 |
268 | 2024-10-30T13:29:05.338Z | Downloaded hyper-tls v0.6.0 |
269 | 2024-10-30T13:29:05.338Z | Downloaded humantime-serde v1.1.1 |
270 | 2024-10-30T13:29:05.338Z | Downloaded http-body-util v0.1.2 |
271 | 2024-10-30T13:29:05.338Z | Downloaded heck v0.5.0 |
272 | 2024-10-30T13:29:05.338Z | Downloaded pathdiff v0.2.2 |
273 | 2024-10-30T13:29:05.338Z | Downloaded target-lexicon v0.12.16 |
274 | 2024-10-30T13:29:05.355Z | Downloaded anstyle v1.0.9 |
275 | 2024-10-30T13:29:05.355Z | Downloaded spin v0.9.8 |
276 | 2024-10-30T13:29:05.356Z | Downloaded itoa v1.0.11 |
277 | 2024-10-30T13:29:05.356Z | Downloaded self-replace v1.5.0 |
278 | 2024-10-30T13:29:05.356Z | Downloaded toml_datetime v0.6.8 |
279 | 2024-10-30T13:29:05.356Z | Downloaded tokio-rustls v0.26.0 |
280 | 2024-10-30T13:29:05.356Z | Downloaded tracing-attributes v0.1.27 |
281 | 2024-10-30T13:29:05.362Z | Downloaded futures-channel v0.3.31 |
282 | 2024-10-30T13:29:05.362Z | Downloaded futures-task v0.3.31 |
283 | 2024-10-30T13:29:05.362Z | Downloaded signal-hook-registry v1.4.2 |
284 | 2024-10-30T13:29:05.362Z | Downloaded serde_urlencoded v0.7.1 |
285 | 2024-10-30T13:29:05.362Z | Downloaded serde_path_to_error v0.1.16 |
286 | 2024-10-30T13:29:05.362Z | Downloaded spki v0.7.3 |
287 | 2024-10-30T13:29:05.362Z | Downloaded rand v0.8.5 |
288 | 2024-10-30T13:29:05.362Z | Downloaded rand_chacha v0.3.1 |
289 | 2024-10-30T13:29:05.367Z | Downloaded signature v2.2.0 |
290 | 2024-10-30T13:29:05.367Z | Downloaded percent-encoding v2.3.1 |
291 | 2024-10-30T13:29:05.367Z | Downloaded quick-junit v0.5.0 |
292 | 2024-10-30T13:29:05.367Z | Downloaded ppv-lite86 v0.2.20 |
293 | 2024-10-30T13:29:05.367Z | Downloaded form_urlencoded v1.2.1 |
294 | 2024-10-30T13:29:05.374Z | Downloaded fixedbitset v0.4.2 |
295 | 2024-10-30T13:29:05.374Z | Downloaded smawk v0.3.2 |
296 | 2024-10-30T13:29:05.374Z | Downloaded shlex v1.3.0 |
297 | 2024-10-30T13:29:05.379Z | Downloaded serde_ignored v0.1.10 |
298 | 2024-10-30T13:29:05.380Z | Downloaded zstd v0.13.2 |
299 | 2024-10-30T13:29:05.380Z | Downloaded semver v1.0.23 |
300 | 2024-10-30T13:29:05.380Z | Downloaded pin-utils v0.1.0 |
301 | 2024-10-30T13:29:05.380Z | Downloaded globset v0.4.15 |
302 | 2024-10-30T13:29:05.384Z | Downloaded rustc-hash v2.0.0 |
303 | 2024-10-30T13:29:05.384Z | Downloaded native-tls v0.2.12 |
304 | 2024-10-30T13:29:05.388Z | Downloaded future-queue v0.3.0 |
305 | 2024-10-30T13:29:05.389Z | Downloaded fnv v1.0.7 |
306 | 2024-10-30T13:29:05.393Z | Downloaded hyper-rustls v0.27.3 |
307 | 2024-10-30T13:29:05.394Z | Downloaded os_pipe v1.2.1 |
308 | 2024-10-30T13:29:05.394Z | Downloaded smol_str v0.3.2 |
309 | 2024-10-30T13:29:05.398Z | Downloaded display-error-chain v0.2.2 |
310 | 2024-10-30T13:29:05.398Z | Downloaded cpufeatures v0.2.14 |
311 | 2024-10-30T13:29:05.398Z | Downloaded ed25519 v2.2.3 |
312 | 2024-10-30T13:29:05.401Z | Downloaded rustc_version v0.4.1 |
313 | 2024-10-30T13:29:05.401Z | Downloaded tinyvec v1.8.0 |
314 | 2024-10-30T13:29:05.407Z | Downloaded pin-project-internal v1.1.7 |
315 | 2024-10-30T13:29:05.407Z | Downloaded quote v1.0.37 |
316 | 2024-10-30T13:29:05.407Z | Downloaded typenum v1.17.0 |
317 | 2024-10-30T13:29:05.411Z | Downloaded clap v4.5.20 |
318 | 2024-10-30T13:29:05.422Z | Downloaded static_assertions v1.1.0 |
319 | 2024-10-30T13:29:05.430Z | Downloaded smallvec v1.13.2 |
320 | 2024-10-30T13:29:05.430Z | Downloaded shell-words v1.1.0 |
321 | 2024-10-30T13:29:05.430Z | Downloaded sha2 v0.10.8 |
322 | 2024-10-30T13:29:05.430Z | Downloaded textwrap v0.16.1 |
323 | 2024-10-30T13:29:05.434Z | Downloaded quinn-udp v0.5.6 |
324 | 2024-10-30T13:29:05.434Z | Downloaded iana-time-zone v0.1.61 |
325 | 2024-10-30T13:29:05.434Z | Downloaded rustls-pemfile v2.2.0 |
326 | 2024-10-30T13:29:05.438Z | Downloaded vte v0.11.1 |
327 | 2024-10-30T13:29:05.445Z | Downloaded pkcs8 v0.10.2 |
328 | 2024-10-30T13:29:05.445Z | Downloaded unicode-ident v1.0.13 |
329 | 2024-10-30T13:29:05.449Z | Downloaded getrandom v0.2.15 |
330 | 2024-10-30T13:29:05.449Z | Downloaded ron v0.8.1 |
331 | 2024-10-30T13:29:05.453Z | Downloaded socket2 v0.5.7 |
332 | 2024-10-30T13:29:05.458Z | Downloaded nextest-filtering v0.12.0 |
333 | 2024-10-30T13:29:05.458Z | Downloaded ryu v1.0.18 |
334 | 2024-10-30T13:29:05.463Z | Downloaded rustc-demangle v0.1.24 |
335 | 2024-10-30T13:29:05.464Z | Downloaded owo-colors v3.5.0 |
336 | 2024-10-30T13:29:05.470Z | Downloaded borsh v1.5.1 |
337 | 2024-10-30T13:29:05.478Z | Downloaded serde_derive v1.0.214 |
338 | 2024-10-30T13:29:05.478Z | Downloaded self_update v0.41.0 |
339 | 2024-10-30T13:29:05.492Z | Downloaded pin-project v1.1.7 |
340 | 2024-10-30T13:29:05.508Z | Downloaded unicode-bidi v0.3.17 |
341 | 2024-10-30T13:29:05.508Z | Downloaded base64 v0.22.1 |
342 | 2024-10-30T13:29:05.508Z | Downloaded indicatif v0.17.8 |
343 | 2024-10-30T13:29:05.508Z | Downloaded cc v1.1.31 |
344 | 2024-10-30T13:29:05.532Z | Downloaded zerocopy-derive v0.7.35 |
345 | 2024-10-30T13:29:05.532Z | Downloaded rustls-pki-types v1.10.0 |
346 | 2024-10-30T13:29:05.532Z | Downloaded indexmap v2.6.0 |
347 | 2024-10-30T13:29:05.553Z | Downloaded openssl-sys v0.9.104 |
348 | 2024-10-30T13:29:05.554Z | Downloaded color-spantrace v0.2.1 |
349 | 2024-10-30T13:29:05.554Z | Downloaded miniz_oxide v0.8.0 |
350 | 2024-10-30T13:29:05.554Z | Downloaded hyper v1.5.0 |
351 | 2024-10-30T13:29:05.554Z | Downloaded sharded-slab v0.1.7 |
352 | 2024-10-30T13:29:05.554Z | Downloaded quinn v0.11.5 |
353 | 2024-10-30T13:29:05.576Z | Downloaded backtrace v0.3.71 |
354 | 2024-10-30T13:29:05.576Z | Downloaded zerocopy v0.7.35 |
355 | 2024-10-30T13:29:05.606Z | Downloaded miette v7.2.0 |
356 | 2024-10-30T13:29:05.606Z | Downloaded memchr v2.7.4 |
357 | 2024-10-30T13:29:05.606Z | Downloaded http v1.1.0 |
358 | 2024-10-30T13:29:05.606Z | Downloaded guppy v0.17.8 |
359 | 2024-10-30T13:29:05.685Z | Downloaded ed25519-dalek v2.1.1 |
360 | 2024-10-30T13:29:05.685Z | Downloaded quick-xml v0.23.1 |
361 | 2024-10-30T13:29:05.685Z | Downloaded portable-atomic v1.9.0 |
362 | 2024-10-30T13:29:05.686Z | Downloaded clap_builder v4.5.20 |
363 | 2024-10-30T13:29:05.686Z | Downloaded aho-corasick v1.1.3 |
364 | 2024-10-30T13:29:05.686Z | Downloaded minimal-lexical v0.2.1 |
365 | 2024-10-30T13:29:05.686Z | Downloaded nom v7.1.3 |
366 | 2024-10-30T13:29:05.686Z | Downloaded futures-util v0.3.31 |
367 | 2024-10-30T13:29:05.729Z | Downloaded reqwest v0.12.9 |
368 | 2024-10-30T13:29:05.730Z | Downloaded unicode-normalization v0.1.24 |
369 | 2024-10-30T13:29:05.730Z | Downloaded idna v0.5.0 |
370 | 2024-10-30T13:29:05.730Z | Downloaded hashbrown v0.15.0 |
371 | 2024-10-30T13:29:05.730Z | Downloaded chrono v0.4.38 |
372 | 2024-10-30T13:29:05.730Z | Downloaded gimli v0.28.1 |
373 | 2024-10-30T13:29:05.731Z | Downloaded regex v1.11.1 |
374 | 2024-10-30T13:29:05.731Z | Downloaded der v0.7.9 |
375 | 2024-10-30T13:29:05.732Z | Downloaded curve25519-dalek v4.1.3 |
376 | 2024-10-30T13:29:05.732Z | Downloaded winnow v0.6.20 |
377 | 2024-10-30T13:29:05.783Z | Downloaded bstr v1.10.0 |
378 | 2024-10-30T13:29:05.783Z | Downloaded serde_json v1.0.132 |
379 | 2024-10-30T13:29:05.783Z | Downloaded rustls v0.23.16 |
380 | 2024-10-30T13:29:05.783Z | Downloaded quick-xml v0.36.2 |
381 | 2024-10-30T13:29:05.783Z | Downloaded rustix v0.38.38 |
382 | 2024-10-30T13:29:05.804Z | Downloaded tracing-subscriber v0.3.18 |
383 | 2024-10-30T13:29:05.805Z | Downloaded unicode-width v0.2.0 |
384 | 2024-10-30T13:29:05.805Z | Downloaded itertools v0.13.0 |
385 | 2024-10-30T13:29:05.805Z | Downloaded rustls-webpki v0.102.8 |
386 | 2024-10-30T13:29:05.813Z | Downloaded quinn-proto v0.11.8 |
387 | 2024-10-30T13:29:05.827Z | Downloaded vcpkg v0.2.15 |
388 | 2024-10-30T13:29:05.868Z | Downloaded nextest-runner v0.65.0 |
389 | 2024-10-30T13:29:05.881Z | Downloaded webpki-roots v0.26.6 |
390 | 2024-10-30T13:29:05.881Z | Downloaded serde v1.0.214 |
391 | 2024-10-30T13:29:05.881Z | Downloaded syn v2.0.85 |
392 | 2024-10-30T13:29:05.886Z | Downloaded openssl v0.10.68 |
393 | 2024-10-30T13:29:05.891Z | Downloaded proc-macro2 v1.0.89 |
394 | 2024-10-30T13:29:05.891Z | Downloaded unicode-width v0.1.14 |
395 | 2024-10-30T13:29:05.900Z | Downloaded color-eyre v0.6.3 |
396 | 2024-10-30T13:29:05.909Z | Downloaded object v0.32.2 |
397 | 2024-10-30T13:29:05.914Z | Downloaded tracing-core v0.1.32 |
398 | 2024-10-30T13:29:05.914Z | Downloaded toml v0.8.19 |
399 | 2024-10-30T13:29:05.919Z | Downloaded tar v0.4.42 |
400 | 2024-10-30T13:29:05.919Z | Downloaded const-oid v0.9.6 |
401 | 2024-10-30T13:29:05.925Z | Downloaded flate2 v1.0.34 |
402 | 2024-10-30T13:29:05.930Z | Downloaded config v0.14.1 |
403 | 2024-10-30T13:29:05.935Z | Downloaded eyre v0.6.12 |
404 | 2024-10-30T13:29:05.935Z | Downloaded nix v0.29.0 |
405 | 2024-10-30T13:29:05.949Z | Downloaded camino v1.1.9 |
406 | 2024-10-30T13:29:05.953Z | Downloaded base64ct v1.6.0 |
407 | 2024-10-30T13:29:05.953Z | Downloaded regex-syntax v0.8.5 |
408 | 2024-10-30T13:29:05.959Z | Downloaded digest v0.10.7 |
409 | 2024-10-30T13:29:05.964Z | Downloaded debug-ignore v1.0.5 |
410 | 2024-10-30T13:29:05.964Z | Downloaded crypto-common v0.1.6 |
411 | 2024-10-30T13:29:05.964Z | Downloaded ahash v0.8.11 |
412 | 2024-10-30T13:29:05.968Z | Downloaded cfg-if v1.0.0 |
413 | 2024-10-30T13:29:05.968Z | Downloaded tracing-log v0.2.0 |
414 | 2024-10-30T13:29:05.968Z | Downloaded tokio-macros v2.4.0 |
415 | 2024-10-30T13:29:05.968Z | Downloaded target-spec-miette v0.4.0 |
416 | 2024-10-30T13:29:05.968Z | Downloaded errno v0.3.9 |
417 | 2024-10-30T13:29:05.975Z | Downloaded bitflags v2.6.0 |
418 | 2024-10-30T13:29:05.975Z | Downloaded terminal_size v0.4.0 |
419 | 2024-10-30T13:29:05.979Z | Downloaded target-spec v3.2.2 |
420 | 2024-10-30T13:29:06.113Z | Downloaded regex-automata v0.4.8 |
421 | 2024-10-30T13:29:06.135Z | Downloaded libc v0.2.161 |
422 | 2024-10-30T13:29:06.161Z | Downloaded petgraph v0.6.5 |
423 | 2024-10-30T13:29:06.177Z | Downloaded zstd-sys v2.0.13+zstd.1.5.6 |
424 | 2024-10-30T13:29:06.194Z | Downloaded tokio v1.41.0 |
425 | 2024-10-30T13:29:06.335Z | Downloaded recursion v0.5.2 |
426 | 2024-10-30T13:29:06.538Z | Downloaded ring v0.17.8 |
427 | 2024-10-30T13:29:06.818Z | Compiling proc-macro2 v1.0.89 |
428 | 2024-10-30T13:29:06.818Z | Compiling unicode-ident v1.0.13 |
429 | 2024-10-30T13:29:06.818Z | Compiling libc v0.2.161 |
430 | 2024-10-30T13:29:06.821Z | Compiling cfg-if v1.0.0 |
431 | 2024-10-30T13:29:06.821Z | Compiling memchr v2.7.4 |
432 | 2024-10-30T13:29:06.838Z | Compiling serde v1.0.214 |
433 | 2024-10-30T13:29:06.840Z | Compiling shlex v1.3.0 |
434 | 2024-10-30T13:29:06.931Z | Compiling once_cell v1.20.2 |
435 | 2024-10-30T13:29:07.339Z | Compiling autocfg v1.4.0 |
436 | 2024-10-30T13:29:07.936Z | Compiling itoa v1.0.11 |
437 | 2024-10-30T13:29:08.093Z | Compiling rustix v0.38.38 |
438 | 2024-10-30T13:29:08.290Z | Compiling bitflags v2.6.0 |
439 | 2024-10-30T13:29:08.369Z | Compiling pin-project-lite v0.2.15 |
440 | 2024-10-30T13:29:08.482Z | Compiling slab v0.4.9 |
441 | 2024-10-30T13:29:08.812Z | Compiling futures-core v0.3.31 |
442 | 2024-10-30T13:29:08.866Z | Compiling futures-sink v0.3.31 |
443 | 2024-10-30T13:29:09.010Z | Compiling futures-channel v0.3.31 |
444 | 2024-10-30T13:29:09.065Z | Compiling pin-utils v0.1.0 |
445 | 2024-10-30T13:29:09.119Z | Compiling jobserver v0.1.32 |
446 | 2024-10-30T13:29:09.149Z | Compiling smallvec v1.13.2 |
447 | 2024-10-30T13:29:09.163Z | Compiling futures-task v0.3.31 |
448 | 2024-10-30T13:29:09.178Z | Compiling bytes v1.8.0 |
449 | 2024-10-30T13:29:09.281Z | Compiling ryu v1.0.18 |
450 | 2024-10-30T13:29:09.445Z | Compiling quote v1.0.37 |
451 | 2024-10-30T13:29:09.463Z | Compiling cc v1.1.31 |
452 | 2024-10-30T13:29:09.603Z | Compiling futures-io v0.3.31 |
453 | 2024-10-30T13:29:09.845Z | Compiling syn v2.0.85 |
454 | 2024-10-30T13:29:09.865Z | Compiling getrandom v0.2.15 |
455 | 2024-10-30T13:29:09.976Z | Compiling errno v0.3.9 |
456 | 2024-10-30T13:29:10.064Z | Compiling serde_json v1.0.132 |
457 | 2024-10-30T13:29:10.198Z | Compiling tracing-core v0.1.32 |
458 | 2024-10-30T13:29:10.227Z | Compiling thiserror v1.0.65 |
459 | 2024-10-30T13:29:10.246Z | Compiling camino v1.1.9 |
460 | 2024-10-30T13:29:10.451Z | Compiling lazy_static v1.5.0 |
461 | 2024-10-30T13:29:10.582Z | Compiling log v0.4.22 |
462 | 2024-10-30T13:29:10.820Z | Compiling fnv v1.0.7 |
463 | 2024-10-30T13:29:10.981Z | Compiling signal-hook-registry v1.4.2 |
464 | 2024-10-30T13:29:11.018Z | Compiling mio v1.0.2 |
465 | 2024-10-30T13:29:11.084Z | Compiling socket2 v0.5.7 |
466 | 2024-10-30T13:29:11.099Z | Compiling equivalent v1.0.1 |
467 | 2024-10-30T13:29:11.204Z | Compiling target-lexicon v0.12.16 |
468 | 2024-10-30T13:29:12.143Z | Compiling rustls-pki-types v1.10.0 |
469 | 2024-10-30T13:29:12.502Z | Compiling hashbrown v0.15.0 |
470 | 2024-10-30T13:29:12.623Z | Compiling unicode-width v0.1.14 |
471 | 2024-10-30T13:29:12.701Z | Compiling http v1.1.0 |
472 | 2024-10-30T13:29:12.719Z | Compiling byteorder v1.5.0 |
473 | 2024-10-30T13:29:12.903Z | Compiling ring v0.17.8 |
474 | 2024-10-30T13:29:13.107Z | Compiling backtrace v0.3.71 |
475 | 2024-10-30T13:29:13.159Z | Compiling guppy-workspace-hack v0.1.0 |
476 | 2024-10-30T13:29:13.474Z | Compiling spin v0.9.8 |
477 | 2024-10-30T13:29:13.599Z | Compiling utf8parse v0.2.2 |
478 | 2024-10-30T13:29:13.677Z | Compiling adler v1.0.2 |
479 | 2024-10-30T13:29:13.752Z | Compiling httparse v1.9.5 |
480 | 2024-10-30T13:29:13.959Z | Compiling gimli v0.28.1 |
481 | 2024-10-30T13:29:13.962Z | Compiling untrusted v0.9.0 |
482 | 2024-10-30T13:29:13.995Z | Compiling semver v1.0.23 |
483 | 2024-10-30T13:29:14.143Z | Compiling miniz_oxide v0.7.4 |
484 | 2024-10-30T13:29:14.502Z | Compiling http-body v1.0.1 |
485 | 2024-10-30T13:29:14.737Z | Compiling object v0.32.2 |
486 | 2024-10-30T13:29:14.819Z | Compiling target-spec v3.2.2 |
487 | 2024-10-30T13:29:15.323Z | Compiling rustc-demangle v0.1.24 |
488 | 2024-10-30T13:29:15.352Z | Compiling zeroize v1.8.1 |
489 | 2024-10-30T13:29:15.671Z | Compiling tinyvec_macros v0.1.1 |
490 | 2024-10-30T13:29:15.714Z | Compiling fastrand v2.1.1 |
491 | 2024-10-30T13:29:15.760Z | Compiling try-lock v0.2.5 |
492 | 2024-10-30T13:29:15.934Z | Compiling pkg-config v0.3.31 |
493 | 2024-10-30T13:29:16.292Z | Compiling rustls v0.23.16 |
494 | 2024-10-30T13:29:16.600Z | Compiling tempfile v3.13.0 |
495 | 2024-10-30T13:29:17.085Z | Compiling zstd-sys v2.0.13+zstd.1.5.6 |
496 | 2024-10-30T13:29:17.185Z | Compiling want v0.3.1 |
497 | 2024-10-30T13:29:17.476Z | Compiling tinyvec v1.8.0 |
498 | 2024-10-30T13:29:17.511Z | Compiling cfg-expr v0.17.0 |
499 | 2024-10-30T13:29:18.462Z | Compiling addr2line v0.21.0 |
500 | 2024-10-30T13:29:18.872Z | Compiling aho-corasick v1.1.3 |
501 | 2024-10-30T13:29:19.083Z | Compiling version_check v0.9.5 |
502 | 2024-10-30T13:29:19.246Z | Compiling regex-syntax v0.8.5 |
503 | 2024-10-30T13:29:19.663Z | Compiling owo-colors v4.1.0 |
504 | 2024-10-30T13:29:19.722Z | Compiling subtle v2.6.1 |
505 | 2024-10-30T13:29:19.999Z | Compiling percent-encoding v2.3.1 |
506 | 2024-10-30T13:29:20.137Z | Compiling ahash v0.8.11 |
507 | 2024-10-30T13:29:20.170Z | Compiling unicode-normalization v0.1.24 |
508 | 2024-10-30T13:29:20.452Z | Compiling form_urlencoded v1.2.1 |
509 | 2024-10-30T13:29:20.884Z | Compiling num-traits v0.2.19 |
510 | 2024-10-30T13:29:21.174Z | Compiling unicode-linebreak v0.1.5 |
511 | 2024-10-30T13:29:21.418Z | Compiling serde_derive v1.0.214 |
512 | 2024-10-30T13:29:21.452Z | Compiling futures-macro v0.3.31 |
513 | 2024-10-30T13:29:21.644Z | Compiling thiserror-impl v1.0.65 |
514 | 2024-10-30T13:29:22.902Z | Compiling tokio-macros v2.4.0 |
515 | 2024-10-30T13:29:23.543Z | Compiling futures-util v0.3.31 |
516 | 2024-10-30T13:29:24.410Z | Compiling tracing-attributes v0.1.27 |
517 | 2024-10-30T13:29:24.412Z | Compiling tokio v1.41.0 |
518 | 2024-10-30T13:29:27.786Z | Compiling tracing v0.1.40 |
519 | 2024-10-30T13:29:28.471Z | Compiling zerocopy-derive v0.7.35 |
520 | 2024-10-30T13:29:30.565Z | Compiling zerocopy v0.7.35 |
521 | 2024-10-30T13:29:32.247Z | Compiling regex-automata v0.4.8 |
522 | 2024-10-30T13:29:32.410Z | Compiling portable-atomic v1.9.0 |
523 | 2024-10-30T13:29:33.339Z | Compiling hyper v1.5.0 |
524 | 2024-10-30T13:29:37.769Z | Compiling indexmap v2.6.0 |
525 | 2024-10-30T13:29:39.577Z | Compiling rustls-webpki v0.102.8 |
526 | 2024-10-30T13:29:41.826Z | Compiling unicode-bidi v0.3.17 |
527 | 2024-10-30T13:29:42.013Z | Compiling either v1.13.0 |
528 | 2024-10-30T13:29:42.479Z | Compiling tower-service v0.3.3 |
529 | 2024-10-30T13:29:42.614Z | Compiling winnow v0.6.20 |
530 | 2024-10-30T13:29:44.261Z | Compiling smawk v0.3.2 |
531 | 2024-10-30T13:29:44.503Z | Compiling is_ci v1.2.0 |
532 | 2024-10-30T13:29:44.768Z | Compiling nextest-workspace-hack v0.1.0 |
533 | 2024-10-30T13:29:44.808Z | Compiling supports-color v3.0.1 |
534 | 2024-10-30T13:29:45.124Z | Compiling textwrap v0.16.1 |
535 | 2024-10-30T13:29:45.196Z | Compiling hyper-util v0.1.10 |
536 | 2024-10-30T13:29:47.038Z | Compiling idna v0.5.0 |
537 | 2024-10-30T13:29:48.809Z | Compiling tokio-rustls v0.26.0 |
538 | 2024-10-30T13:29:49.298Z | Compiling pathdiff v0.2.2 |
539 | 2024-10-30T13:29:49.313Z | Compiling cargo-platform v0.1.8 |
540 | 2024-10-30T13:29:49.478Z | Compiling toml_datetime v0.6.8 |
541 | 2024-10-30T13:29:50.186Z | Compiling serde_spanned v0.6.8 |
542 | 2024-10-30T13:29:50.441Z | Compiling backtrace-ext v0.2.1 |
543 | 2024-10-30T13:29:50.486Z | Compiling miette-derive v7.2.0 |
544 | 2024-10-30T13:29:51.039Z | Compiling console v0.15.8 |
545 | 2024-10-30T13:29:51.439Z | Compiling webpki-roots v0.26.6 |
546 | 2024-10-30T13:29:51.667Z | Compiling terminal_size v0.3.0 |
547 | 2024-10-30T13:29:51.881Z | Compiling tracing-log v0.2.0 |
548 | 2024-10-30T13:29:52.609Z | Compiling sharded-slab v0.1.7 |
549 | 2024-10-30T13:29:53.393Z | Compiling vte_generate_state_changes v0.1.2 |
550 | 2024-10-30T13:29:53.817Z | Compiling thread_local v1.1.8 |
551 | 2024-10-30T13:29:53.865Z | Compiling supports-hyperlinks v3.0.0 |
552 | 2024-10-30T13:29:54.026Z | Compiling fixedbitset v0.4.2 |
553 | 2024-10-30T13:29:54.162Z | Compiling newtype-uuid v1.1.2 |
554 | 2024-10-30T13:29:54.178Z | Compiling cfg_aliases v0.2.1 |
555 | 2024-10-30T13:29:54.276Z | Compiling zstd-safe v7.2.1 |
556 | 2024-10-30T13:29:54.476Z | Compiling supports-unicode v3.0.0 |
557 | 2024-10-30T13:29:54.516Z | Compiling adler2 v2.0.0 |
558 | 2024-10-30T13:29:54.617Z | Compiling miette v7.2.0 |
559 | 2024-10-30T13:29:54.658Z | Compiling miniz_oxide v0.8.0 |
560 | 2024-10-30T13:29:54.730Z | Compiling petgraph v0.6.5 |
561 | 2024-10-30T13:29:54.777Z | Compiling nix v0.29.0 |
562 | 2024-10-30T13:29:54.820Z | Compiling tracing-subscriber v0.3.18 |
563 | 2024-10-30T13:29:55.692Z | Compiling vte v0.11.1 |
564 | 2024-10-30T13:29:57.083Z | Compiling hyper-rustls v0.27.3 |
565 | 2024-10-30T13:29:58.710Z | Compiling toml_edit v0.22.22 |
566 | 2024-10-30T13:30:00.085Z | Compiling cargo_metadata v0.18.1 |
567 | 2024-10-30T13:30:00.365Z | Compiling url v2.5.2 |
568 | 2024-10-30T13:30:02.364Z | Compiling itertools v0.13.0 |
569 | 2024-10-30T13:30:02.731Z | Compiling regex v1.11.1 |
570 | 2024-10-30T13:30:05.110Z | Compiling serde_urlencoded v0.7.1 |
571 | 2024-10-30T13:30:05.721Z | Compiling smol_str v0.3.2 |
572 | 2024-10-30T13:30:05.900Z | Compiling ppv-lite86 v0.2.20 |
573 | 2024-10-30T13:30:06.198Z | Compiling futures-executor v0.3.31 |
574 | 2024-10-30T13:30:06.350Z | Compiling http-body-util v0.1.2 |
575 | 2024-10-30T13:30:06.377Z | Compiling pin-project-internal v1.1.7 |
576 | 2024-10-30T13:30:06.837Z | Compiling anstyle-parse v0.2.6 |
577 | 2024-10-30T13:30:06.941Z | Compiling rustls-pemfile v2.2.0 |
578 | 2024-10-30T13:30:07.240Z | Compiling xattr v1.3.1 |
579 | 2024-10-30T13:30:07.380Z | Compiling rand_core v0.6.4 |
580 | 2024-10-30T13:30:07.438Z | Compiling uuid v1.11.0 |
581 | 2024-10-30T13:30:07.537Z | Compiling filetime v0.2.25 |
582 | 2024-10-30T13:30:07.866Z | Compiling sync_wrapper v1.0.1 |
583 | 2024-10-30T13:30:07.869Z | Compiling bstr v1.10.0 |
584 | 2024-10-30T13:30:08.017Z | Compiling crc32fast v1.4.2 |
585 | 2024-10-30T13:30:08.527Z | Compiling ipnet v2.10.1 |
586 | 2024-10-30T13:30:08.557Z | Compiling self_update v0.41.0 |
587 | 2024-10-30T13:30:08.925Z | Compiling eyre v0.6.12 |
588 | 2024-10-30T13:30:09.202Z | Compiling number_prefix v0.4.0 |
589 | 2024-10-30T13:30:09.388Z | Compiling iana-time-zone v0.1.61 |
590 | 2024-10-30T13:30:09.448Z | Compiling base64 v0.22.1 |
591 | 2024-10-30T13:30:09.464Z | Compiling anstyle-query v1.1.2 |
592 | 2024-10-30T13:30:09.612Z | Compiling debug-ignore v1.0.5 |
593 | 2024-10-30T13:30:09.765Z | Compiling mime v0.3.17 |
594 | 2024-10-30T13:30:10.104Z | Compiling anstyle v1.0.9 |
595 | 2024-10-30T13:30:10.526Z | Compiling is_terminal_polyfill v1.70.1 |
596 | 2024-10-30T13:30:10.655Z | Compiling minimal-lexical v0.2.1 |
597 | 2024-10-30T13:30:10.657Z | Compiling colorchoice v1.0.3 |
598 | 2024-10-30T13:30:10.828Z | Compiling static_assertions v1.1.0 |
599 | 2024-10-30T13:30:10.884Z | Compiling nested v0.1.1 |
600 | 2024-10-30T13:30:10.927Z | Compiling anstream v0.6.17 |
601 | 2024-10-30T13:30:11.232Z | Compiling guppy v0.17.8 |
602 | 2024-10-30T13:30:11.253Z | Compiling nom v7.1.3 |
603 | 2024-10-30T13:30:11.540Z | Compiling reqwest v0.12.9 |
604 | 2024-10-30T13:30:11.806Z | Compiling chrono v0.4.38 |
605 | 2024-10-30T13:30:12.401Z | Compiling indicatif v0.17.8 |
606 | 2024-10-30T13:30:15.613Z | Compiling pin-project v1.1.7 |
607 | 2024-10-30T13:30:15.767Z | Compiling globset v0.4.15 |
608 | 2024-10-30T13:30:19.512Z | Compiling flate2 v1.0.34 |
609 | 2024-10-30T13:30:20.205Z | Compiling tar v0.4.42 |
610 | 2024-10-30T13:30:20.803Z | Compiling rand_chacha v0.3.1 |
611 | 2024-10-30T13:30:21.497Z | Compiling futures v0.3.31 |
612 | 2024-10-30T13:30:21.613Z | Compiling nextest-metadata v0.12.1 |
613 | 2024-10-30T13:30:22.501Z | Compiling toml v0.8.19 |
614 | 2024-10-30T13:30:23.619Z | Compiling tracing-error v0.2.0 |
615 | 2024-10-30T13:30:24.050Z | Compiling strip-ansi-escapes v0.2.0 |
616 | 2024-10-30T13:30:24.925Z | Compiling self-replace v1.5.0 |
617 | 2024-10-30T13:30:25.523Z | Compiling terminal_size v0.4.0 |
618 | 2024-10-30T13:30:25.666Z | Compiling shared_child v1.0.1 |
619 | 2024-10-30T13:30:25.766Z | Compiling os_pipe v1.2.1 |
620 | 2024-10-30T13:30:26.055Z | Compiling quick-xml v0.23.1 |
621 | 2024-10-30T13:30:26.307Z | Compiling quick-xml v0.36.2 |
622 | 2024-10-30T13:30:26.324Z | Compiling urlencoding v2.1.3 |
623 | 2024-10-30T13:30:26.790Z | Compiling indenter v0.3.3 |
624 | 2024-10-30T13:30:26.862Z | Compiling unicase v2.8.0 |
625 | 2024-10-30T13:30:26.981Z | Compiling humantime v2.1.0 |
626 | 2024-10-30T13:30:27.405Z | Compiling heck v0.5.0 |
627 | 2024-10-30T13:30:27.823Z | Compiling recursion v0.5.2 |
628 | 2024-10-30T13:30:27.848Z | Compiling unicode-width v0.2.0 |
629 | 2024-10-30T13:30:28.026Z | Compiling owo-colors v3.5.0 |
630 | 2024-10-30T13:30:28.446Z | Compiling clap_lex v0.7.2 |
631 | 2024-10-30T13:30:28.474Z | Compiling strsim v0.11.1 |
632 | 2024-10-30T13:30:29.168Z | Compiling shell-words v1.1.0 |
633 | 2024-10-30T13:30:29.590Z | Compiling clap_builder v4.5.20 |
634 | 2024-10-30T13:30:29.958Z | Compiling nextest-filtering v0.12.0 |
635 | 2024-10-30T13:30:29.978Z | Compiling clap_derive v4.5.18 |
636 | 2024-10-30T13:30:30.389Z | Compiling color-spantrace v0.2.1 |
637 | 2024-10-30T13:30:30.882Z | Compiling quick-junit v0.5.0 |
638 | 2024-10-30T13:30:31.387Z | Compiling humantime-serde v1.1.1 |
639 | 2024-10-30T13:30:34.343Z | Compiling duct v0.13.7 |
640 | 2024-10-30T13:30:34.828Z | Compiling cargo-nextest v0.9.82 |
641 | 2024-10-30T13:30:35.380Z | Compiling zstd v0.13.2 |
642 | 2024-10-30T13:30:36.316Z | Compiling config v0.14.1 |
643 | 2024-10-30T13:30:37.506Z | Compiling async-scoped v0.9.0 |
644 | 2024-10-30T13:30:37.835Z | Compiling rand v0.8.5 |
645 | 2024-10-30T13:30:38.395Z | Compiling target-spec-miette v0.4.0 |
646 | 2024-10-30T13:30:38.934Z | Compiling mukti-metadata v0.2.1 |
647 | 2024-10-30T13:30:39.188Z | Compiling camino-tempfile v1.1.1 |
648 | 2024-10-30T13:30:39.726Z | Compiling serde_ignored v0.1.10 |
649 | 2024-10-30T13:30:39.935Z | Compiling serde_path_to_error v0.1.16 |
650 | 2024-10-30T13:30:39.957Z | Compiling future-queue v0.3.0 |
651 | 2024-10-30T13:30:40.176Z | Compiling atomicwrites v0.4.4 |
652 | 2024-10-30T13:30:40.388Z | Compiling display-error-chain v0.2.2 |
653 | 2024-10-30T13:30:40.597Z | Compiling home v0.5.9 |
654 | 2024-10-30T13:30:40.709Z | Compiling xxhash-rust v0.8.12 |
655 | 2024-10-30T13:30:40.890Z | Compiling nextest-runner v0.65.0 |
656 | 2024-10-30T13:30:40.984Z | Compiling clap v4.5.20 |
657 | 2024-10-30T13:30:40.999Z | Compiling color-eyre v0.6.3 |
658 | 2024-10-30T13:30:41.095Z | Compiling dialoguer v0.11.0 |
659 | 2024-10-30T13:30:43.399Z | Compiling swrite v0.1.0 |
660 | 2024-10-30T13:30:43.527Z | Compiling enable-ansi-support v0.2.1 |
661 | 2024-10-30T13:31:20.702Z | Finished `release` profile [optimized] target(s) in 2m 16s |
662 | 2024-10-30T13:31:20.904Z | Installing /home/build/.cargo/bin/cargo-nextest |
663 | 2024-10-30T13:31:20.906Z | Installed package `cargo-nextest v0.9.82` (executable `cargo-nextest`) |
664 | 2024-10-30T13:31:20.997Z | + banner bfd |
665 | 2024-10-30T13:31:21.156Z | |
666 | 2024-10-30T13:31:21.156Z | ##### ###### ##### |
667 | 2024-10-30T13:31:21.156Z | # # # # # |
668 | 2024-10-30T13:31:21.156Z | ##### ##### # # |
669 | 2024-10-30T13:31:21.156Z | # # # # # |
670 | 2024-10-30T13:31:21.156Z | # # # # # |
671 | 2024-10-30T13:31:21.156Z | ##### # ##### |
672 | 2024-10-30T13:31:21.156Z | |
673 | 2024-10-30T13:31:21.159Z | + cargo nextest run -p bfd --nocapture |
674 | 2024-10-30T13:31:21.455Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
675 | 2024-10-30T13:31:21.670Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
676 | 2024-10-30T13:31:21.950Z | From https://www.github.com/oxidecomputer/oxnet |
677 | 2024-10-30T13:31:21.950Z | * [new branch] ci -> origin/ci |
678 | 2024-10-30T13:31:21.954Z | * [new branch] dependabot/cargo/regress-0.10.1 -> origin/dependabot/cargo/regress-0.10.1 |
679 | 2024-10-30T13:31:21.954Z | * [new branch] dependabot/cargo/serde-1.0.210 -> origin/dependabot/cargo/serde-1.0.210 |
680 | 2024-10-30T13:31:21.954Z | * [new branch] dependabot/cargo/serde_json-1.0.128 -> origin/dependabot/cargo/serde_json-1.0.128 |
681 | 2024-10-30T13:31:21.954Z | * [new branch] main -> origin/main |
682 | 2024-10-30T13:31:21.954Z | * [new ref] -> origin/HEAD |
683 | 2024-10-30T13:31:21.963Z | Updating crates.io index |
684 | 2024-10-30T13:31:22.036Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
685 | 2024-10-30T13:31:22.670Z | From https://github.com/oxidecomputer/falcon |
686 | 2024-10-30T13:31:22.670Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
687 | 2024-10-30T13:31:22.777Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
688 | 2024-10-30T13:31:23.957Z | From https://github.com/oxidecomputer/dendrite |
689 | 2024-10-30T13:31:23.957Z | * [new ref] 1bdebcb17b92c6d41b9761fd22eadad591ca2ded -> refs/commit/1bdebcb17b92c6d41b9761fd22eadad591ca2ded |
690 | 2024-10-30T13:31:24.000Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
691 | 2024-10-30T13:31:24.365Z | From https://github.com/oxidecomputer/ispf |
692 | 2024-10-30T13:31:24.365Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
693 | 2024-10-30T13:31:24.384Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
694 | 2024-10-30T13:31:24.844Z | From https://github.com/oxidecomputer/netadm-sys |
695 | 2024-10-30T13:31:24.844Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
696 | 2024-10-30T13:31:24.857Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
697 | 2024-10-30T13:31:29.799Z | From https://github.com/oxidecomputer/omicron |
698 | 2024-10-30T13:31:29.799Z | * [new ref] f0606153019cf48894a82886dc3b99c8dbcaa67a -> refs/commit/f0606153019cf48894a82886dc3b99c8dbcaa67a |
699 | 2024-10-30T13:31:29.830Z | * [new tag] dogfood -> dogfood |
700 | 2024-10-30T13:31:29.833Z | * [new tag] v5 -> v5 |
701 | 2024-10-30T13:31:29.833Z | * [new tag] v6 -> v6 |
702 | 2024-10-30T13:31:29.833Z | * [new tag] v7 -> v7 |
703 | 2024-10-30T13:31:29.833Z | * [new tag] v8 -> v8 |
704 | 2024-10-30T13:31:29.833Z | * [new tag] v9 -> v9 |
705 | 2024-10-30T13:31:30.209Z | Updating git repository `https://github.com/oxidecomputer/opte` |
706 | 2024-10-30T13:31:31.261Z | From https://github.com/oxidecomputer/opte |
707 | 2024-10-30T13:31:31.261Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
708 | 2024-10-30T13:31:31.319Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
709 | 2024-10-30T13:31:32.012Z | From https://github.com/oxidecomputer/omicron |
710 | 2024-10-30T13:31:32.012Z | * [new ref] dceed974ee3beee7698db473153722ef28f53373 -> refs/commit/dceed974ee3beee7698db473153722ef28f53373 |
711 | 2024-10-30T13:31:32.400Z | Updating git repository `https://github.com/illumos/smf-rs` |
712 | 2024-10-30T13:31:32.790Z | From https://github.com/illumos/smf-rs |
713 | 2024-10-30T13:31:32.791Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
714 | 2024-10-30T13:31:32.822Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
715 | 2024-10-30T13:31:33.578Z | From https://github.com/oxidecomputer/maghemite |
716 | 2024-10-30T13:31:33.578Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
717 | 2024-10-30T13:31:33.597Z | * [new tag] rift -> rift |
718 | 2024-10-30T13:31:33.599Z | * [new tag] srp -> srp |
719 | 2024-10-30T13:31:33.599Z | * [new tag] tie-spf -> tie-spf |
720 | 2024-10-30T13:31:33.636Z | Updating git repository `https://github.com/oxidecomputer/zone` |
721 | 2024-10-30T13:31:34.002Z | From https://github.com/oxidecomputer/zone |
722 | 2024-10-30T13:31:34.002Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
723 | 2024-10-30T13:31:34.024Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
724 | 2024-10-30T13:31:34.733Z | From https://github.com/oxidecomputer/propolis |
725 | 2024-10-30T13:31:34.733Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
726 | 2024-10-30T13:31:35.180Z | Updating git repository `https://github.com/illumos/smf-rs` |
727 | 2024-10-30T13:31:35.629Z | From https://github.com/illumos/smf-rs |
728 | 2024-10-30T13:31:35.630Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
729 | 2024-10-30T13:31:35.643Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
730 | 2024-10-30T13:31:36.042Z | From https://github.com/oxidecomputer/dlpi-sys |
731 | 2024-10-30T13:31:36.042Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
732 | 2024-10-30T13:31:36.063Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
733 | 2024-10-30T13:31:36.478Z | From https://github.com/jmesmon/rust-libzfs |
734 | 2024-10-30T13:31:36.478Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
735 | 2024-10-30T13:31:36.494Z | * [new tag] v0.4.0 -> v0.4.0 |
736 | 2024-10-30T13:31:36.509Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
737 | 2024-10-30T13:31:36.975Z | From https://github.com/oxidecomputer/rusty-doors |
738 | 2024-10-30T13:31:36.975Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
739 | 2024-10-30T13:31:36.989Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
740 | 2024-10-30T13:31:37.447Z | From https://github.com/oxidecomputer/maghemite |
741 | 2024-10-30T13:31:37.447Z | * [new ref] 056283eb02b6887fbf27f66a215662520f7c159c -> refs/commit/056283eb02b6887fbf27f66a215662520f7c159c |
742 | 2024-10-30T13:31:37.497Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
743 | 2024-10-30T13:31:37.823Z | From https://github.com/oxidecomputer/serde_human_bytes |
744 | 2024-10-30T13:31:37.823Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
745 | 2024-10-30T13:31:37.845Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
746 | 2024-10-30T13:31:38.219Z | From https://github.com/oxidecomputer/slog-error-chain |
747 | 2024-10-30T13:31:38.219Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
748 | 2024-10-30T13:31:38.260Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
749 | 2024-10-30T13:31:38.622Z | From https://github.com/oxidecomputer/poptrie |
750 | 2024-10-30T13:31:38.622Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
751 | 2024-10-30T13:31:38.644Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
752 | 2024-10-30T13:31:38.997Z | From https://github.com/illumos/libscf-sys |
753 | 2024-10-30T13:31:38.997Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
754 | 2024-10-30T13:31:39.023Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
755 | 2024-10-30T13:31:39.846Z | From https://github.com/oxidecomputer/progenitor |
756 | 2024-10-30T13:31:39.846Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
757 | 2024-10-30T13:31:39.867Z | * [new tag] v0.1.1 -> v0.1.1 |
758 | 2024-10-30T13:31:39.870Z | * [new tag] v0.2.0 -> v0.2.0 |
759 | 2024-10-30T13:31:39.870Z | * [new tag] v0.3.0 -> v0.3.0 |
760 | 2024-10-30T13:31:39.870Z | * [new tag] v0.4.0 -> v0.4.0 |
761 | 2024-10-30T13:31:39.870Z | * [new tag] v0.5.0 -> v0.5.0 |
762 | 2024-10-30T13:31:39.870Z | * [new tag] v0.6.0 -> v0.6.0 |
763 | 2024-10-30T13:31:39.870Z | * [new tag] v0.7.0 -> v0.7.0 |
764 | 2024-10-30T13:31:39.996Z | Updating git repository `https://github.com/oxidecomputer/typify` |
765 | 2024-10-30T13:31:40.831Z | From https://github.com/oxidecomputer/typify |
766 | 2024-10-30T13:31:40.831Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
767 | 2024-10-30T13:31:40.833Z | * [new tag] v0.2.0 -> v0.2.0 |
768 | 2024-10-30T13:31:40.851Z | * [new tag] v0.0.10 -> v0.0.10 |
769 | 2024-10-30T13:31:40.853Z | * [new tag] v0.0.11 -> v0.0.11 |
770 | 2024-10-30T13:31:40.853Z | * [new tag] v0.0.12 -> v0.0.12 |
771 | 2024-10-30T13:31:40.853Z | * [new tag] v0.0.13 -> v0.0.13 |
772 | 2024-10-30T13:31:40.853Z | * [new tag] v0.0.14 -> v0.0.14 |
773 | 2024-10-30T13:31:40.853Z | * [new tag] v0.0.15 -> v0.0.15 |
774 | 2024-10-30T13:31:40.853Z | * [new tag] v0.0.16 -> v0.0.16 |
775 | 2024-10-30T13:31:40.853Z | * [new tag] v0.0.4 -> v0.0.4 |
776 | 2024-10-30T13:31:40.853Z | * [new tag] v0.0.5 -> v0.0.5 |
777 | 2024-10-30T13:31:40.853Z | * [new tag] v0.0.7 -> v0.0.7 |
778 | 2024-10-30T13:31:40.854Z | * [new tag] v0.0.8 -> v0.0.8 |
779 | 2024-10-30T13:31:40.854Z | * [new tag] v0.0.9 -> v0.0.9 |
780 | 2024-10-30T13:31:40.854Z | * [new tag] v0.1.0 -> v0.1.0 |
781 | 2024-10-30T13:31:40.920Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
782 | 2024-10-30T13:31:41.321Z | From https://github.com/oxidecomputer/propolis |
783 | 2024-10-30T13:31:41.321Z | * [new ref] 11371b0f3743f8df5b047dc0edc2699f4bdf3927 -> refs/commit/11371b0f3743f8df5b047dc0edc2699f4bdf3927 |
784 | 2024-10-30T13:31:41.397Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
785 | 2024-10-30T13:31:43.377Z | From https://github.com/oxidecomputer/crucible |
786 | 2024-10-30T13:31:43.377Z | * [new ref] 2b88ab88461fb06aaf2aab11c5e381a3cad25eac -> refs/commit/2b88ab88461fb06aaf2aab11c5e381a3cad25eac |
787 | 2024-10-30T13:31:43.438Z | Updating git repository `https://github.com/oxidecomputer/opte` |
788 | 2024-10-30T13:31:43.881Z | From https://github.com/oxidecomputer/opte |
789 | 2024-10-30T13:31:43.881Z | * [new ref] f3002b356da7d0e4ca15beb66a5566a92919baaa -> refs/commit/f3002b356da7d0e4ca15beb66a5566a92919baaa |
790 | 2024-10-30T13:31:43.926Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
791 | 2024-10-30T13:31:44.785Z | From https://github.com/oxidecomputer/management-gateway-service |
792 | 2024-10-30T13:31:44.785Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
793 | 2024-10-30T13:31:45.167Z | Downloading crates ... |
794 | 2024-10-30T13:31:45.293Z | Downloaded anstyle-parse v0.2.5 |
795 | 2024-10-30T13:31:45.309Z | Downloaded arc-swap v1.7.1 |
796 | 2024-10-30T13:31:45.314Z | Downloaded serde_repr v0.1.19 |
797 | 2024-10-30T13:31:45.316Z | Downloaded foreign-types v0.5.0 |
798 | 2024-10-30T13:31:45.319Z | Downloaded semver v0.1.20 |
799 | 2024-10-30T13:31:45.319Z | Downloaded ciborium-io v0.2.2 |
800 | 2024-10-30T13:31:45.321Z | Downloaded serde_derive v1.0.210 |
801 | 2024-10-30T13:31:45.324Z | Downloaded sync_wrapper v0.1.2 |
802 | 2024-10-30T13:31:45.327Z | Downloaded allocator-api2 v0.2.18 |
803 | 2024-10-30T13:31:45.329Z | Downloaded sigpipe v0.1.3 |
804 | 2024-10-30T13:31:45.329Z | Downloaded hubpack_derive v0.1.1 |
805 | 2024-10-30T13:31:45.332Z | Downloaded cstr-argument v0.1.2 |
806 | 2024-10-30T13:31:45.332Z | Downloaded dirs-next v2.0.0 |
807 | 2024-10-30T13:31:45.336Z | Downloaded usdt-macro v0.5.0 |
808 | 2024-10-30T13:31:45.336Z | Downloaded anstyle-query v1.1.1 |
809 | 2024-10-30T13:31:45.339Z | Downloaded waitgroup v0.1.2 |
810 | 2024-10-30T13:31:45.339Z | Downloaded time-macros v0.2.18 |
811 | 2024-10-30T13:31:45.341Z | Downloaded thread-id v4.2.2 |
812 | 2024-10-30T13:31:45.343Z | Downloaded hash32 v0.3.1 |
813 | 2024-10-30T13:31:45.343Z | Downloaded convert_case v0.4.0 |
814 | 2024-10-30T13:31:45.346Z | Downloaded slog-scope v4.4.0 |
815 | 2024-10-30T13:31:45.349Z | Downloaded atomic-waker v1.1.2 |
816 | 2024-10-30T13:31:45.349Z | Downloaded indent_write v2.2.0 |
817 | 2024-10-30T13:31:45.352Z | Downloaded strum_macros v0.26.4 |
818 | 2024-10-30T13:31:45.352Z | Downloaded xz2 v0.1.7 |
819 | 2024-10-30T13:31:45.356Z | Downloaded is-terminal v0.4.13 |
820 | 2024-10-30T13:31:45.359Z | Downloaded usdt v0.5.0 |
821 | 2024-10-30T13:31:45.359Z | Downloaded defmt-macros v0.3.9 |
822 | 2024-10-30T13:31:45.361Z | Downloaded thin-vec v0.2.13 |
823 | 2024-10-30T13:31:45.363Z | Downloaded whoami v1.5.2 |
824 | 2024-10-30T13:31:45.366Z | Downloaded typify v0.2.0 |
825 | 2024-10-30T13:31:45.369Z | Downloaded ucd-trie v0.1.6 |
826 | 2024-10-30T13:31:45.371Z | Downloaded async-stream v0.3.5 |
827 | 2024-10-30T13:31:45.374Z | Downloaded tokio-stream v0.1.16 |
828 | 2024-10-30T13:31:45.378Z | Downloaded serde_yaml v0.9.34+deprecated |
829 | 2024-10-30T13:31:45.382Z | Downloaded highway v1.2.0 |
830 | 2024-10-30T13:31:45.385Z | Downloaded memmap2 v0.9.5 |
831 | 2024-10-30T13:31:45.387Z | Downloaded sct v0.7.1 |
832 | 2024-10-30T13:31:45.392Z | Downloaded scroll_derive v0.12.0 |
833 | 2024-10-30T13:31:45.394Z | Downloaded anstream v0.6.15 |
834 | 2024-10-30T13:31:45.396Z | Downloaded derive-where v1.2.7 |
835 | 2024-10-30T13:31:45.402Z | Downloaded resolv-conf v0.7.0 |
836 | 2024-10-30T13:31:45.405Z | Downloaded time-core v0.1.2 |
837 | 2024-10-30T13:31:45.408Z | Downloaded unicode-segmentation v1.12.0 |
838 | 2024-10-30T13:31:45.411Z | Downloaded strum v0.26.3 |
839 | 2024-10-30T13:31:45.411Z | Downloaded crucible-workspace-hack v0.1.0 |
840 | 2024-10-30T13:31:45.414Z | Downloaded usdt-attr-macro v0.5.0 |
841 | 2024-10-30T13:31:45.414Z | Downloaded base64 v0.13.1 |
842 | 2024-10-30T13:31:45.416Z | Downloaded crc8 v0.1.1 |
843 | 2024-10-30T13:31:45.419Z | Downloaded libscf-sys v1.1.0 |
844 | 2024-10-30T13:31:45.422Z | Downloaded thiserror v1.0.64 |
845 | 2024-10-30T13:31:45.425Z | Downloaded linear-map v1.2.0 |
846 | 2024-10-30T13:31:45.427Z | Downloaded stable_deref_trait v1.2.0 |
847 | 2024-10-30T13:31:45.430Z | Downloaded slog-bunyan v2.5.0 |
848 | 2024-10-30T13:31:45.430Z | Downloaded colorchoice v1.0.2 |
849 | 2024-10-30T13:31:45.432Z | Downloaded untrusted v0.7.1 |
850 | 2024-10-30T13:31:45.434Z | Downloaded zone_cfg_derive v0.3.0 |
851 | 2024-10-30T13:31:45.434Z | Downloaded zone_cfg_derive v0.1.2 |
852 | 2024-10-30T13:31:45.436Z | Downloaded dtrace-parser v0.2.0 |
853 | 2024-10-30T13:31:45.436Z | Downloaded darling_macro v0.20.10 |
854 | 2024-10-30T13:31:45.439Z | Downloaded defmt-parser v0.3.4 |
855 | 2024-10-30T13:31:45.439Z | Downloaded fxhash v0.2.1 |
856 | 2024-10-30T13:31:45.441Z | Downloaded crunchy v0.2.2 |
857 | 2024-10-30T13:31:45.441Z | Downloaded const-random-macro v0.1.16 |
858 | 2024-10-30T13:31:45.444Z | Downloaded foreign-types-shared v0.3.1 |
859 | 2024-10-30T13:31:45.444Z | Downloaded slog-stdlog v4.1.1 |
860 | 2024-10-30T13:31:45.446Z | Downloaded darling_core v0.20.10 |
861 | 2024-10-30T13:31:45.449Z | Downloaded tiny-keccak v2.0.2 |
862 | 2024-10-30T13:31:45.453Z | Downloaded thiserror-impl v1.0.64 |
863 | 2024-10-30T13:31:45.455Z | Downloaded serde_spanned v0.6.7 |
864 | 2024-10-30T13:31:45.457Z | Downloaded same-file v1.0.6 |
865 | 2024-10-30T13:31:45.461Z | Downloaded slog-term v2.9.1 |
866 | 2024-10-30T13:31:45.463Z | Downloaded autocfg v1.3.0 |
867 | 2024-10-30T13:31:45.463Z | Downloaded tokio-rustls v0.24.1 |
868 | 2024-10-30T13:31:45.465Z | Downloaded serde v1.0.210 |
869 | 2024-10-30T13:31:45.469Z | Downloaded num-conv v0.1.0 |
870 | 2024-10-30T13:31:45.471Z | Downloaded omicron-workspace-hack v0.1.0 |
871 | 2024-10-30T13:31:45.473Z | Downloaded deranged v0.3.11 |
872 | 2024-10-30T13:31:45.473Z | Downloaded crossbeam-deque v0.8.5 |
873 | 2024-10-30T13:31:45.475Z | Downloaded plain v0.2.3 |
874 | 2024-10-30T13:31:45.477Z | Downloaded tokio-util v0.7.12 |
875 | 2024-10-30T13:31:45.483Z | Downloaded num_threads v0.1.7 |
876 | 2024-10-30T13:31:45.486Z | Downloaded tokio-tungstenite v0.21.0 |
877 | 2024-10-30T13:31:45.488Z | Downloaded match_cfg v0.1.0 |
878 | 2024-10-30T13:31:45.490Z | Downloaded instant v0.1.13 |
879 | 2024-10-30T13:31:45.492Z | Downloaded num-iter v0.1.45 |
880 | 2024-10-30T13:31:45.492Z | Downloaded tokio-rustls v0.25.0 |
881 | 2024-10-30T13:31:45.495Z | Downloaded scopeguard v1.2.0 |
882 | 2024-10-30T13:31:45.497Z | Downloaded dirs-sys-next v0.1.2 |
883 | 2024-10-30T13:31:45.497Z | Downloaded slog-async v2.8.0 |
884 | 2024-10-30T13:31:45.500Z | Downloaded num_enum_derive v0.7.3 |
885 | 2024-10-30T13:31:45.502Z | Downloaded heck v0.4.1 |
886 | 2024-10-30T13:31:45.502Z | Downloaded enum-as-inner v0.6.1 |
887 | 2024-10-30T13:31:45.504Z | Downloaded rustls-pemfile v1.0.4 |
888 | 2024-10-30T13:31:45.508Z | Downloaded parse-display-derive v0.10.0 |
889 | 2024-10-30T13:31:45.510Z | Downloaded dof v0.3.0 |
890 | 2024-10-30T13:31:45.510Z | Downloaded ipnet v2.10.0 |
891 | 2024-10-30T13:31:45.513Z | Downloaded term v0.7.0 |
892 | 2024-10-30T13:31:45.515Z | Downloaded toml_edit v0.22.21 |
893 | 2024-10-30T13:31:45.539Z | Downloaded newtype_derive v0.1.6 |
894 | 2024-10-30T13:31:45.542Z | Downloaded strum_macros v0.25.3 |
895 | 2024-10-30T13:31:45.542Z | Downloaded ciborium v0.2.2 |
896 | 2024-10-30T13:31:45.545Z | Downloaded async-trait v0.1.83 |
897 | 2024-10-30T13:31:45.549Z | Downloaded pin-project-lite v0.2.14 |
898 | 2024-10-30T13:31:45.554Z | Downloaded progenitor-client v0.8.0 |
899 | 2024-10-30T13:31:45.556Z | Downloaded macaddr v1.0.1 |
900 | 2024-10-30T13:31:45.556Z | Downloaded quick-error v1.2.3 |
901 | 2024-10-30T13:31:45.559Z | Downloaded parking_lot_core v0.8.6 |
902 | 2024-10-30T13:31:45.562Z | Downloaded paste v1.0.15 |
903 | 2024-10-30T13:31:45.565Z | Downloaded indexmap v1.9.3 |
904 | 2024-10-30T13:31:45.568Z | Downloaded toml v0.7.8 |
905 | 2024-10-30T13:31:45.572Z | Downloaded num_enum v0.7.3 |
906 | 2024-10-30T13:31:45.576Z | Downloaded progenitor-macro v0.8.0 |
907 | 2024-10-30T13:31:45.579Z | Downloaded lru-cache v0.1.2 |
908 | 2024-10-30T13:31:45.579Z | Downloaded progenitor v0.8.0 |
909 | 2024-10-30T13:31:45.581Z | Downloaded num_enum v0.5.11 |
910 | 2024-10-30T13:31:45.585Z | Downloaded unicode-bidi v0.3.15 |
911 | 2024-10-30T13:31:45.588Z | Downloaded proc-macro-crate v3.2.0 |
912 | 2024-10-30T13:31:45.591Z | Downloaded hyper-rustls v0.24.2 |
913 | 2024-10-30T13:31:45.593Z | Downloaded progenitor-impl v0.8.0 |
914 | 2024-10-30T13:31:45.598Z | Downloaded similar v2.6.0 |
915 | 2024-10-30T13:31:45.600Z | Downloaded multer v3.1.0 |
916 | 2024-10-30T13:31:45.603Z | Downloaded serde_json v1.0.128 |
917 | 2024-10-30T13:31:45.611Z | Downloaded powerfmt v0.2.0 |
918 | 2024-10-30T13:31:45.617Z | Downloaded lock_api v0.4.12 |
919 | 2024-10-30T13:31:45.617Z | Downloaded ron v0.7.1 |
920 | 2024-10-30T13:31:45.619Z | Downloaded pest_derive v2.7.13 |
921 | 2024-10-30T13:31:45.622Z | Downloaded num-derive v0.3.3 |
922 | 2024-10-30T13:31:45.624Z | Downloaded num-complex v0.4.6 |
923 | 2024-10-30T13:31:45.627Z | Downloaded proc-macro-error v1.0.4 |
924 | 2024-10-30T13:31:45.630Z | Downloaded rustc_version v0.1.7 |
925 | 2024-10-30T13:31:45.630Z | Downloaded dropshot_endpoint v0.12.0 |
926 | 2024-10-30T13:31:45.633Z | Downloaded num v0.4.3 |
927 | 2024-10-30T13:31:45.636Z | Downloaded parking_lot_core v0.9.10 |
928 | 2024-10-30T13:31:45.640Z | Downloaded parking_lot v0.11.2 |
929 | 2024-10-30T13:31:45.640Z | Downloaded httparse v1.9.4 |
930 | 2024-10-30T13:31:45.643Z | Downloaded yansi v1.0.1 |
931 | 2024-10-30T13:31:45.646Z | Downloaded diff v0.1.13 |
932 | 2024-10-30T13:31:45.648Z | Downloaded password-hash v0.5.0 |
933 | 2024-10-30T13:31:45.652Z | Downloaded rhai_codegen v2.2.0 |
934 | 2024-10-30T13:31:45.658Z | Downloaded rayon-core v1.12.1 |
935 | 2024-10-30T13:31:45.663Z | Downloaded clap v4.5.18 |
936 | 2024-10-30T13:31:45.674Z | Downloaded num-rational v0.4.2 |
937 | 2024-10-30T13:31:45.676Z | Downloaded derive_more v0.99.18 |
938 | 2024-10-30T13:31:45.680Z | Downloaded rustls-pemfile v2.1.3 |
939 | 2024-10-30T13:31:45.683Z | Downloaded qorb v0.1.2 |
940 | 2024-10-30T13:31:45.686Z | Downloaded time v0.3.36 |
941 | 2024-10-30T13:31:45.694Z | Downloaded omicron-zone-package v0.11.0 |
942 | 2024-10-30T13:31:45.697Z | Downloaded libm v0.2.8 |
943 | 2024-10-30T13:31:45.708Z | Downloaded parking_lot v0.12.3 |
944 | 2024-10-30T13:31:45.713Z | Downloaded rustls-pki-types v1.8.0 |
945 | 2024-10-30T13:31:45.713Z | Downloaded serde_with v3.11.0 |
946 | 2024-10-30T13:31:45.720Z | Downloaded schemars v0.8.21 |
947 | 2024-10-30T13:31:45.733Z | Downloaded proc-macro2 v1.0.86 |
948 | 2024-10-30T13:31:45.736Z | Downloaded cc v1.1.21 |
949 | 2024-10-30T13:31:45.740Z | Downloaded openssl-sys v0.9.103 |
950 | 2024-10-30T13:31:45.745Z | Downloaded winnow v0.6.18 |
951 | 2024-10-30T13:31:45.754Z | Downloaded hashbrown v0.12.3 |
952 | 2024-10-30T13:31:45.759Z | Downloaded h2 v0.3.26 |
953 | 2024-10-30T13:31:45.766Z | Downloaded expectorate v1.1.0 |
954 | 2024-10-30T13:31:45.769Z | Downloaded hickory-resolver v0.24.1 |
955 | 2024-10-30T13:31:45.773Z | Downloaded clap_builder v4.5.18 |
956 | 2024-10-30T13:31:45.781Z | Downloaded blake3 v1.5.4 |
957 | 2024-10-30T13:31:45.790Z | Downloaded bytes v1.7.2 |
958 | 2024-10-30T13:31:45.794Z | Downloaded pretty_assertions v1.4.1 |
959 | 2024-10-30T13:31:45.796Z | Downloaded itertools v0.12.1 |
960 | 2024-10-30T13:31:45.803Z | Downloaded itertools v0.10.5 |
961 | 2024-10-30T13:31:45.811Z | Downloaded winnow v0.5.40 |
962 | 2024-10-30T13:31:45.819Z | Downloaded portable-atomic v1.8.0 |
963 | 2024-10-30T13:31:45.826Z | Downloaded webpki-roots v0.25.4 |
964 | 2024-10-30T13:31:45.832Z | Downloaded idna v0.4.0 |
965 | 2024-10-30T13:31:45.838Z | Downloaded h2 v0.4.6 |
966 | 2024-10-30T13:31:45.845Z | Downloaded syn v1.0.109 |
967 | 2024-10-30T13:31:45.857Z | Downloaded reqwest v0.11.27 |
968 | 2024-10-30T13:31:45.865Z | Downloaded rustls v0.21.12 |
969 | 2024-10-30T13:31:45.877Z | Downloaded reqwest v0.12.8 |
970 | 2024-10-30T13:31:45.886Z | Downloaded smoltcp v0.11.0 |
971 | 2024-10-30T13:31:45.900Z | Downloaded rustls v0.22.4 |
972 | 2024-10-30T13:31:45.913Z | Downloaded regress v0.10.1 |
973 | 2024-10-30T13:31:45.922Z | Downloaded openapiv3 v2.0.0 |
974 | 2024-10-30T13:31:45.933Z | Downloaded rustix v0.38.37 |
975 | 2024-10-30T13:31:45.957Z | Downloaded openssl v0.10.66 |
976 | 2024-10-30T13:31:45.967Z | Downloaded regress v0.9.1 |
977 | 2024-10-30T13:31:45.976Z | Downloaded rustls v0.23.13 |
978 | 2024-10-30T13:31:45.986Z | Downloaded dropshot v0.12.0 |
979 | 2024-10-30T13:31:46.007Z | Downloaded zerocopy-derive v0.6.6 |
980 | 2024-10-30T13:31:46.016Z | Downloaded hickory-proto v0.24.1 |
981 | 2024-10-30T13:31:46.031Z | Downloaded sled v0.34.7 |
982 | 2024-10-30T13:31:46.041Z | Downloaded typify-impl v0.2.0 |
983 | 2024-10-30T13:31:46.055Z | Downloaded rhai v1.19.0 |
984 | 2024-10-30T13:31:46.067Z | Downloaded hyper v0.14.30 |
985 | 2024-10-30T13:31:46.074Z | Downloaded goblin v0.8.2 |
986 | 2024-10-30T13:31:46.080Z | Downloaded rustls-webpki v0.101.7 |
987 | 2024-10-30T13:31:46.097Z | Downloaded syn v2.0.77 |
988 | 2024-10-30T13:31:46.107Z | Downloaded hyper v1.4.1 |
989 | 2024-10-30T13:31:46.113Z | Downloaded hashbrown v0.14.5 |
990 | 2024-10-30T13:31:46.118Z | Downloaded pest v2.7.13 |
991 | 2024-10-30T13:31:46.123Z | Downloaded pest_meta v2.7.13 |
992 | 2024-10-30T13:31:46.125Z | Downloaded tokio v1.40.0 |
993 | 2024-10-30T13:31:46.163Z | Downloaded toml_edit v0.19.15 |
994 | 2024-10-30T13:31:46.179Z | Downloaded lzma-sys v0.1.20 |
995 | 2024-10-30T13:31:46.209Z | Downloaded half v2.4.1 |
996 | 2024-10-30T13:31:46.211Z | Downloaded crossbeam-epoch v0.9.18 |
997 | 2024-10-30T13:31:46.213Z | Downloaded num-integer v0.1.46 |
998 | 2024-10-30T13:31:46.218Z | Downloaded unsafe-libyaml v0.2.11 |
999 | 2024-10-30T13:31:46.220Z | Downloaded prettyplease v0.2.22 |
1000 | 2024-10-30T13:31:46.222Z | Downloaded http v0.2.12 |
1001 | 2024-10-30T13:31:46.225Z | Downloaded flate2 v1.0.33 |
1002 | 2024-10-30T13:31:46.230Z | Downloaded cookie v0.18.1 |
1003 | 2024-10-30T13:31:46.232Z | Downloaded parse-display v0.10.0 |
1004 | 2024-10-30T13:31:46.235Z | Downloaded tungstenite v0.21.0 |
1005 | 2024-10-30T13:31:46.237Z | Downloaded pretty-hex v0.2.1 |
1006 | 2024-10-30T13:31:46.240Z | Downloaded postcard v1.0.10 |
1007 | 2024-10-30T13:31:46.240Z | Downloaded blake2 v0.10.6 |
1008 | 2024-10-30T13:31:46.243Z | Downloaded managed v0.8.0 |
1009 | 2024-10-30T13:31:46.246Z | Downloaded embedded-io v0.4.0 |
1010 | 2024-10-30T13:31:46.246Z | Downloaded pretty-hex v0.4.1 |
1011 | 2024-10-30T13:31:46.246Z | Downloaded scroll v0.12.0 |
1012 | 2024-10-30T13:31:46.249Z | Downloaded crossbeam-channel v0.5.13 |
1013 | 2024-10-30T13:31:46.251Z | Downloaded linked-hash-map v0.5.6 |
1014 | 2024-10-30T13:31:46.253Z | Downloaded zerocopy v0.6.6 |
1015 | 2024-10-30T13:31:46.256Z | Downloaded uuid v1.10.0 |
1016 | 2024-10-30T13:31:46.258Z | Downloaded newline-converter v0.3.0 |
1017 | 2024-10-30T13:31:46.258Z | Downloaded proc-macro-error-attr v1.0.4 |
1018 | 2024-10-30T13:31:46.260Z | Downloaded libsw v3.3.1 |
1019 | 2024-10-30T13:31:46.263Z | Downloaded schemars_derive v0.8.21 |
1020 | 2024-10-30T13:31:46.263Z | Downloaded quinn-udp v0.5.5 |
1021 | 2024-10-30T13:31:46.265Z | Downloaded num_enum_derive v0.5.11 |
1022 | 2024-10-30T13:31:46.265Z | Downloaded pest_generator v2.7.13 |
1023 | 2024-10-30T13:31:46.268Z | Downloaded num-derive v0.4.2 |
1024 | 2024-10-30T13:31:46.268Z | Downloaded rustversion v1.0.17 |
1025 | 2024-10-30T13:31:46.270Z | Downloaded proc-macro-crate v1.3.1 |
1026 | 2024-10-30T13:31:46.274Z | Downloaded memmap v0.7.0 |
1027 | 2024-10-30T13:31:46.274Z | Downloaded topological-sort v0.2.2 |
1028 | 2024-10-30T13:31:46.276Z | Downloaded tempfile v3.12.0 |
1029 | 2024-10-30T13:31:46.276Z | Downloaded hyper-tls v0.5.0 |
1030 | 2024-10-30T13:31:46.279Z | Downloaded hubpack v0.1.2 |
1031 | 2024-10-30T13:31:46.279Z | Downloaded http-body v0.4.6 |
1032 | 2024-10-30T13:31:46.281Z | Downloaded data-encoding v2.6.0 |
1033 | 2024-10-30T13:31:46.281Z | Downloaded darling v0.20.10 |
1034 | 2024-10-30T13:31:46.285Z | Downloaded hostname v0.3.1 |
1035 | 2024-10-30T13:31:46.287Z | Downloaded heck v0.3.3 |
1036 | 2024-10-30T13:31:46.287Z | Downloaded walkdir v2.5.0 |
1037 | 2024-10-30T13:31:46.289Z | Downloaded embedded-io v0.6.1 |
1038 | 2024-10-30T13:31:46.292Z | Downloaded ipnetwork v0.20.0 |
1039 | 2024-10-30T13:31:46.292Z | Downloaded constant_time_eq v0.3.1 |
1040 | 2024-10-30T13:31:46.294Z | Downloaded backoff v0.4.0 |
1041 | 2024-10-30T13:31:46.297Z | Downloaded utf-8 v0.7.6 |
1042 | 2024-10-30T13:31:46.297Z | Downloaded typify-macro v0.2.0 |
1043 | 2024-10-30T13:31:46.300Z | Downloaded zone v0.3.0 |
1044 | 2024-10-30T13:31:46.300Z | Downloaded zone v0.1.8 |
1045 | 2024-10-30T13:31:46.300Z | Downloaded usdt-impl v0.5.0 |
1046 | 2024-10-30T13:31:46.300Z | Downloaded hyper-util v0.1.9 |
1047 | 2024-10-30T13:31:46.303Z | Downloaded heapless v0.8.0 |
1048 | 2024-10-30T13:31:46.307Z | Downloaded bitflags v1.3.2 |
1049 | 2024-10-30T13:31:46.310Z | Downloaded serde_with_macros v3.11.0 |
1050 | 2024-10-30T13:31:46.312Z | Downloaded float-ord v0.3.2 |
1051 | 2024-10-30T13:31:46.315Z | Downloaded cobs v0.2.3 |
1052 | 2024-10-30T13:31:46.315Z | Downloaded ciborium-ll v0.2.2 |
1053 | 2024-10-30T13:31:46.315Z | Downloaded structmeta v0.3.0 |
1054 | 2024-10-30T13:31:46.319Z | Downloaded spin v0.5.2 |
1055 | 2024-10-30T13:31:46.319Z | Downloaded slog-json v2.6.1 |
1056 | 2024-10-30T13:31:46.322Z | Downloaded slog-envlogger v2.2.0 |
1057 | 2024-10-30T13:31:46.322Z | Downloaded sha1 v0.10.6 |
1058 | 2024-10-30T13:31:46.322Z | Downloaded foreign-types-macros v0.2.3 |
1059 | 2024-10-30T13:31:46.324Z | Downloaded encoding_rs v0.8.34 |
1060 | 2024-10-30T13:31:46.343Z | Downloaded tabwriter v1.4.0 |
1061 | 2024-10-30T13:31:46.345Z | Downloaded smf v0.2.3 |
1062 | 2024-10-30T13:31:46.345Z | Downloaded anyhow v1.0.89 |
1063 | 2024-10-30T13:31:46.349Z | Downloaded const-random v0.1.18 |
1064 | 2024-10-30T13:31:46.354Z | Downloaded take_mut v0.2.2 |
1065 | 2024-10-30T13:31:46.354Z | Downloaded crossbeam-utils v0.8.20 |
1066 | 2024-10-30T13:31:46.358Z | Downloaded steno v0.4.1 |
1067 | 2024-10-30T13:31:46.358Z | Downloaded argon2 v0.5.3 |
1068 | 2024-10-30T13:31:46.360Z | Downloaded serde_derive_internals v0.29.1 |
1069 | 2024-10-30T13:31:46.360Z | Downloaded colored v2.1.0 |
1070 | 2024-10-30T13:31:46.362Z | Downloaded arrayref v0.3.9 |
1071 | 2024-10-30T13:31:46.362Z | Downloaded tar v0.4.41 |
1072 | 2024-10-30T13:31:46.365Z | Downloaded serde-big-array v0.5.1 |
1073 | 2024-10-30T13:31:46.367Z | Downloaded httpdate v1.0.3 |
1074 | 2024-10-30T13:31:46.368Z | Downloaded cancel-safe-futures v0.1.5 |
1075 | 2024-10-30T13:31:46.370Z | Downloaded smartstring v1.0.1 |
1076 | 2024-10-30T13:31:46.373Z | Downloaded slog v2.7.0 |
1077 | 2024-10-30T13:31:46.375Z | Downloaded hex v0.4.3 |
1078 | 2024-10-30T13:31:46.376Z | Downloaded defmt v0.3.8 |
1079 | 2024-10-30T13:31:46.379Z | Downloaded async-stream-impl v0.3.5 |
1080 | 2024-10-30T13:31:46.381Z | Downloaded arrayvec v0.7.6 |
1081 | 2024-10-30T13:31:46.383Z | Downloaded structmeta-derive v0.3.0 |
1082 | 2024-10-30T13:31:46.384Z | Downloaded slog-dtrace v0.3.0 |
1083 | 2024-10-30T13:31:46.384Z | Downloaded serde_tokenstream v0.2.2 |
1084 | 2024-10-30T13:31:46.386Z | Downloaded hostname v0.4.0 |
1085 | 2024-10-30T13:31:46.386Z | Downloaded dyn-clone v1.0.17 |
1086 | 2024-10-30T13:31:46.389Z | Downloaded anstyle v1.0.8 |
1087 | 2024-10-30T13:31:46.391Z | Downloaded ident_case v1.0.1 |
1088 | 2024-10-30T13:31:46.647Z | Downloaded ring v0.16.20 |
1089 | 2024-10-30T13:31:47.858Z | Compiling proc-macro2 v1.0.86 |
1090 | 2024-10-30T13:31:47.858Z | Compiling unicode-ident v1.0.13 |
1091 | 2024-10-30T13:31:47.862Z | Compiling libc v0.2.161 |
1092 | 2024-10-30T13:31:47.862Z | Compiling serde v1.0.210 |
1093 | 2024-10-30T13:31:47.862Z | Compiling cfg-if v1.0.0 |
1094 | 2024-10-30T13:31:47.862Z | Compiling autocfg v1.3.0 |
1095 | 2024-10-30T13:31:47.862Z | Compiling memchr v2.7.4 |
1096 | 2024-10-30T13:31:47.862Z | Compiling itoa v1.0.11 |
1097 | 2024-10-30T13:31:47.973Z | Compiling once_cell v1.20.2 |
1098 | 2024-10-30T13:31:48.037Z | Compiling version_check v0.9.5 |
1099 | 2024-10-30T13:31:48.138Z | Compiling libm v0.2.8 |
1100 | 2024-10-30T13:31:48.482Z | Compiling ryu v1.0.18 |
1101 | 2024-10-30T13:31:48.501Z | Compiling serde_json v1.0.128 |
1102 | 2024-10-30T13:31:48.668Z | Compiling byteorder v1.5.0 |
1103 | 2024-10-30T13:31:48.716Z | Compiling pin-project-lite v0.2.14 |
1104 | 2024-10-30T13:31:48.835Z | Compiling lock_api v0.4.12 |
1105 | 2024-10-30T13:31:48.853Z | Compiling smallvec v1.13.2 |
1106 | 2024-10-30T13:31:48.920Z | Compiling equivalent v1.0.1 |
1107 | 2024-10-30T13:31:49.020Z | Compiling hashbrown v0.15.0 |
1108 | 2024-10-30T13:31:49.159Z | Compiling thiserror v1.0.64 |
1109 | 2024-10-30T13:31:49.292Z | Compiling scopeguard v1.2.0 |
1110 | 2024-10-30T13:31:49.305Z | Compiling parking_lot_core v0.9.10 |
1111 | 2024-10-30T13:31:49.715Z | Compiling quote v1.0.37 |
1112 | 2024-10-30T13:31:49.920Z | Compiling iana-time-zone v0.1.61 |
1113 | 2024-10-30T13:31:49.995Z | Compiling getrandom v0.2.15 |
1114 | 2024-10-30T13:31:50.066Z | Compiling syn v2.0.77 |
1115 | 2024-10-30T13:31:50.304Z | Compiling signal-hook-registry v1.4.2 |
1116 | 2024-10-30T13:31:50.322Z | Compiling socket2 v0.5.7 |
1117 | 2024-10-30T13:31:50.367Z | Compiling mio v1.0.2 |
1118 | 2024-10-30T13:31:50.472Z | Compiling parking_lot v0.12.3 |
1119 | 2024-10-30T13:31:50.493Z | Compiling futures-core v0.3.31 |
1120 | 2024-10-30T13:31:50.735Z | Compiling schemars v0.8.21 |
1121 | 2024-10-30T13:31:50.737Z | Compiling dyn-clone v1.0.17 |
1122 | 2024-10-30T13:31:50.931Z | Compiling fnv v1.0.7 |
1123 | 2024-10-30T13:31:50.967Z | Compiling log v0.4.22 |
1124 | 2024-10-30T13:31:51.044Z | Compiling futures-sink v0.3.31 |
1125 | 2024-10-30T13:31:51.113Z | Compiling slab v0.4.9 |
1126 | 2024-10-30T13:31:51.193Z | Compiling shlex v1.3.0 |
1127 | 2024-10-30T13:31:51.297Z | Compiling futures-channel v0.3.31 |
1128 | 2024-10-30T13:31:51.359Z | Compiling num-traits v0.2.19 |
1129 | 2024-10-30T13:31:51.371Z | Compiling futures-task v0.3.31 |
1130 | 2024-10-30T13:31:51.514Z | Compiling cc v1.1.21 |
1131 | 2024-10-30T13:31:51.553Z | Compiling futures-io v0.3.31 |
1132 | 2024-10-30T13:31:51.652Z | Compiling pin-utils v0.1.0 |
1133 | 2024-10-30T13:31:51.685Z | Compiling tracing-core v0.1.32 |
1134 | 2024-10-30T13:31:51.698Z | Compiling heck v0.5.0 |
1135 | 2024-10-30T13:31:51.833Z | Compiling bitflags v2.6.0 |
1136 | 2024-10-30T13:31:51.897Z | Compiling subtle v2.6.1 |
1137 | 2024-10-30T13:31:52.152Z | Compiling atomic-waker v1.1.2 |
1138 | 2024-10-30T13:31:52.279Z | Compiling httparse v1.9.4 |
1139 | 2024-10-30T13:31:52.306Z | Compiling try-lock v0.2.5 |
1140 | 2024-10-30T13:31:52.326Z | Compiling rustls-pki-types v1.8.0 |
1141 | 2024-10-30T13:31:52.439Z | Compiling spin v0.9.8 |
1142 | 2024-10-30T13:31:52.671Z | Compiling want v0.3.1 |
1143 | 2024-10-30T13:31:52.945Z | Compiling untrusted v0.9.0 |
1144 | 2024-10-30T13:31:53.117Z | Compiling httpdate v1.0.3 |
1145 | 2024-10-30T13:31:53.254Z | Compiling slog v2.7.0 |
1146 | 2024-10-30T13:31:53.328Z | Compiling pkg-config v0.3.31 |
1147 | 2024-10-30T13:31:53.678Z | Compiling vcpkg v0.2.15 |
1148 | 2024-10-30T13:31:53.807Z | Compiling ahash v0.8.11 |
1149 | 2024-10-30T13:31:53.968Z | Compiling zeroize v1.8.1 |
1150 | 2024-10-30T13:31:54.233Z | Compiling tinyvec_macros v0.1.1 |
1151 | 2024-10-30T13:31:54.307Z | Compiling tower-service v0.3.3 |
1152 | 2024-10-30T13:31:54.320Z | Compiling percent-encoding v2.3.1 |
1153 | 2024-10-30T13:31:54.322Z | Compiling tinyvec v1.8.0 |
1154 | 2024-10-30T13:31:54.427Z | Compiling allocator-api2 v0.2.18 |
1155 | 2024-10-30T13:31:54.538Z | Compiling ring v0.17.8 |
1156 | 2024-10-30T13:31:54.551Z | Compiling form_urlencoded v1.2.1 |
1157 | 2024-10-30T13:31:54.715Z | Compiling openssl v0.10.66 |
1158 | 2024-10-30T13:31:54.728Z | Compiling foreign-types-shared v0.1.1 |
1159 | 2024-10-30T13:31:54.825Z | Compiling unicode-bidi v0.3.15 |
1160 | 2024-10-30T13:31:54.905Z | Compiling semver v1.0.23 |
1161 | 2024-10-30T13:31:55.138Z | Compiling foreign-types v0.3.2 |
1162 | 2024-10-30T13:31:55.221Z | Compiling ucd-trie v0.1.6 |
1163 | 2024-10-30T13:31:55.236Z | Compiling typenum v1.17.0 |
1164 | 2024-10-30T13:31:55.325Z | Compiling openssl-sys v0.9.103 |
1165 | 2024-10-30T13:31:55.467Z | Compiling rustls v0.23.13 |
1166 | 2024-10-30T13:31:55.775Z | Compiling unicode-normalization v0.1.24 |
1167 | 2024-10-30T13:31:55.802Z | Compiling native-tls v0.2.12 |
1168 | 2024-10-30T13:31:55.959Z | Compiling rand_core v0.6.4 |
1169 | 2024-10-30T13:31:56.148Z | Compiling generic-array v0.14.7 |
1170 | 2024-10-30T13:31:56.363Z | Compiling openssl-probe v0.1.5 |
1171 | 2024-10-30T13:31:56.447Z | Compiling aho-corasick v1.1.3 |
1172 | 2024-10-30T13:31:56.485Z | Compiling encoding_rs v0.8.34 |
1173 | 2024-10-30T13:31:56.751Z | Compiling idna v0.5.0 |
1174 | 2024-10-30T13:31:56.886Z | Compiling regex-syntax v0.8.5 |
1175 | 2024-10-30T13:31:57.826Z | Compiling serde_derive_internals v0.29.1 |
1176 | 2024-10-30T13:31:57.878Z | Compiling url v2.5.2 |
1177 | 2024-10-30T13:31:58.738Z | Compiling strsim v0.11.1 |
1178 | 2024-10-30T13:31:59.831Z | Compiling winnow v0.6.18 |
1179 | 2024-10-30T13:32:00.019Z | Compiling base64 v0.22.1 |
1180 | 2024-10-30T13:32:00.113Z | Compiling powerfmt v0.2.0 |
1181 | 2024-10-30T13:32:00.525Z | Compiling ipnet v2.10.0 |
1182 | 2024-10-30T13:32:00.840Z | Compiling rustls-webpki v0.102.8 |
1183 | 2024-10-30T13:32:01.426Z | Compiling mime v0.3.17 |
1184 | 2024-10-30T13:32:02.110Z | Compiling time-core v0.1.2 |
1185 | 2024-10-30T13:32:02.280Z | Compiling num-conv v0.1.0 |
1186 | 2024-10-30T13:32:02.564Z | Compiling time-macros v0.2.18 |
1187 | 2024-10-30T13:32:02.595Z | Compiling serde_derive v1.0.210 |
1188 | 2024-10-30T13:32:02.872Z | Compiling thiserror-impl v1.0.64 |
1189 | 2024-10-30T13:32:03.146Z | Compiling zerocopy-derive v0.7.35 |
1190 | 2024-10-30T13:32:03.329Z | Compiling tokio-macros v2.4.0 |
1191 | 2024-10-30T13:32:03.806Z | Compiling schemars_derive v0.8.21 |
1192 | 2024-10-30T13:32:04.579Z | Compiling futures-macro v0.3.31 |
1193 | 2024-10-30T13:32:04.940Z | Compiling openssl-macros v0.1.1 |
1194 | 2024-10-30T13:32:05.289Z | Compiling zerocopy v0.7.35 |
1195 | 2024-10-30T13:32:05.508Z | Compiling scroll_derive v0.12.0 |
1196 | 2024-10-30T13:32:05.927Z | Compiling pest v2.7.13 |
1197 | 2024-10-30T13:32:06.453Z | Compiling futures-util v0.3.31 |
1198 | 2024-10-30T13:32:06.866Z | Compiling ppv-lite86 v0.2.20 |
1199 | 2024-10-30T13:32:07.009Z | Compiling scroll v0.12.0 |
1200 | 2024-10-30T13:32:07.300Z | Compiling hashbrown v0.14.5 |
1201 | 2024-10-30T13:32:07.578Z | Compiling rustls-pemfile v2.1.3 |
1202 | 2024-10-30T13:32:07.754Z | Compiling regex-automata v0.4.8 |
1203 | 2024-10-30T13:32:08.128Z | Compiling deranged v0.3.11 |
1204 | 2024-10-30T13:32:08.701Z | Compiling regress v0.10.1 |
1205 | 2024-10-30T13:32:09.045Z | Compiling pest_meta v2.7.13 |
1206 | 2024-10-30T13:32:10.263Z | Compiling pest_generator v2.7.13 |
1207 | 2024-10-30T13:32:12.855Z | Compiling webpki-roots v0.26.6 |
1208 | 2024-10-30T13:32:13.059Z | Compiling plain v0.2.3 |
1209 | 2024-10-30T13:32:13.092Z | Compiling num_threads v0.1.7 |
1210 | 2024-10-30T13:32:13.208Z | Compiling omicron-workspace-hack v0.1.0 |
1211 | 2024-10-30T13:32:13.221Z | Compiling anyhow v1.0.89 |
1212 | 2024-10-30T13:32:13.555Z | Compiling goblin v0.8.2 |
1213 | 2024-10-30T13:32:14.051Z | Compiling pest_derive v2.7.13 |
1214 | 2024-10-30T13:32:14.196Z | Compiling regex v1.11.1 |
1215 | 2024-10-30T13:32:14.213Z | Compiling rand_chacha v0.3.1 |
1216 | 2024-10-30T13:32:14.981Z | Compiling tracing-attributes v0.1.27 |
1217 | 2024-10-30T13:32:15.332Z | Compiling usdt-impl v0.5.0 |
1218 | 2024-10-30T13:32:15.372Z | Compiling pretty-hex v0.4.1 |
1219 | 2024-10-30T13:32:15.503Z | Compiling dtrace-parser v0.2.0 |
1220 | 2024-10-30T13:32:15.577Z | Compiling rand v0.8.5 |
1221 | 2024-10-30T13:32:16.779Z | Compiling bytes v1.7.2 |
1222 | 2024-10-30T13:32:17.206Z | Compiling indexmap v2.6.0 |
1223 | 2024-10-30T13:32:17.917Z | Compiling tokio v1.40.0 |
1224 | 2024-10-30T13:32:18.174Z | Compiling uuid v1.10.0 |
1225 | 2024-10-30T13:32:18.176Z | Compiling http v1.1.0 |
1226 | 2024-10-30T13:32:18.449Z | Compiling serde_tokenstream v0.2.2 |
1227 | 2024-10-30T13:32:18.652Z | Compiling chrono v0.4.38 |
1228 | 2024-10-30T13:32:18.685Z | Compiling toml_datetime v0.6.8 |
1229 | 2024-10-30T13:32:19.251Z | Compiling serde_urlencoded v0.7.1 |
1230 | 2024-10-30T13:32:19.778Z | Compiling openapiv3 v2.0.0 |
1231 | 2024-10-30T13:32:19.952Z | Compiling http-body v1.0.1 |
1232 | 2024-10-30T13:32:19.966Z | Compiling dof v0.3.0 |
1233 | 2024-10-30T13:32:20.187Z | Compiling http-body-util v0.1.2 |
1234 | 2024-10-30T13:32:20.696Z | Compiling tracing v0.1.40 |
1235 | 2024-10-30T13:32:21.152Z | Compiling serde_spanned v0.6.7 |
1236 | 2024-10-30T13:32:22.629Z | Compiling block-buffer v0.10.4 |
1237 | 2024-10-30T13:32:22.797Z | Compiling crypto-common v0.1.6 |
1238 | 2024-10-30T13:32:22.934Z | Compiling sync_wrapper v1.0.1 |
1239 | 2024-10-30T13:32:22.964Z | Compiling thread-id v4.2.2 |
1240 | 2024-10-30T13:32:23.067Z | Compiling typify-impl v0.2.0 |
1241 | 2024-10-30T13:32:23.079Z | Compiling rustversion v1.0.17 |
1242 | 2024-10-30T13:32:23.147Z | Compiling paste v1.0.15 |
1243 | 2024-10-30T13:32:23.745Z | Compiling newtype-uuid v1.1.2 |
1244 | 2024-10-30T13:32:23.868Z | Compiling match_cfg v0.1.0 |
1245 | 2024-10-30T13:32:23.953Z | Compiling hostname v0.3.1 |
1246 | 2024-10-30T13:32:25.280Z | Compiling ident_case v1.0.1 |
1247 | 2024-10-30T13:32:25.356Z | Compiling unsafe-libyaml v0.2.11 |
1248 | 2024-10-30T13:32:25.459Z | Compiling darling_core v0.20.10 |
1249 | 2024-10-30T13:32:25.629Z | Compiling futures-executor v0.3.31 |
1250 | 2024-10-30T13:32:25.896Z | Compiling async-trait v0.1.83 |
1251 | 2024-10-30T13:32:25.909Z | Compiling dirs-sys-next v0.1.2 |
1252 | 2024-10-30T13:32:26.214Z | Compiling thread_local v1.1.8 |
1253 | 2024-10-30T13:32:26.268Z | Compiling cpufeatures v0.2.14 |
1254 | 2024-10-30T13:32:26.359Z | Compiling camino v1.1.9 |
1255 | 2024-10-30T13:32:26.671Z | Compiling serde_yaml v0.9.34+deprecated |
1256 | 2024-10-30T13:32:26.837Z | Compiling tokio-util v0.7.12 |
1257 | 2024-10-30T13:32:26.948Z | Compiling tokio-native-tls v0.3.1 |
1258 | 2024-10-30T13:32:27.110Z | Compiling tokio-rustls v0.26.0 |
1259 | 2024-10-30T13:32:27.280Z | Compiling usdt-attr-macro v0.5.0 |
1260 | 2024-10-30T13:32:27.578Z | Compiling usdt-macro v0.5.0 |
1261 | 2024-10-30T13:32:28.225Z | Compiling dirs-next v2.0.0 |
1262 | 2024-10-30T13:32:28.375Z | Compiling futures v0.3.31 |
1263 | 2024-10-30T13:32:28.472Z | Compiling memmap v0.7.0 |
1264 | 2024-10-30T13:32:28.484Z | Compiling slog-async v2.8.0 |
1265 | 2024-10-30T13:32:28.875Z | Compiling rustls v0.22.4 |
1266 | 2024-10-30T13:32:29.049Z | Compiling term v0.7.0 |
1267 | 2024-10-30T13:32:29.516Z | Compiling is-terminal v0.4.13 |
1268 | 2024-10-30T13:32:29.635Z | Compiling multer v3.1.0 |
1269 | 2024-10-30T13:32:29.669Z | Compiling instant v0.1.13 |
1270 | 2024-10-30T13:32:29.812Z | Compiling debug-ignore v1.0.5 |
1271 | 2024-10-30T13:32:29.954Z | Compiling take_mut v0.2.2 |
1272 | 2024-10-30T13:32:30.103Z | Compiling strum_macros v0.26.4 |
1273 | 2024-10-30T13:32:30.260Z | Compiling structmeta-derive v0.3.0 |
1274 | 2024-10-30T13:32:30.367Z | Compiling async-stream-impl v0.3.5 |
1275 | 2024-10-30T13:32:31.459Z | Compiling darling_macro v0.20.10 |
1276 | 2024-10-30T13:32:31.758Z | Compiling dropshot v0.12.0 |
1277 | 2024-10-30T13:32:32.146Z | Compiling async-stream v0.3.5 |
1278 | 2024-10-30T13:32:32.500Z | Compiling darling v0.20.10 |
1279 | 2024-10-30T13:32:32.614Z | Compiling serde_with_macros v3.11.0 |
1280 | 2024-10-30T13:32:32.992Z | Compiling structmeta v0.3.0 |
1281 | 2024-10-30T13:32:33.423Z | Compiling h2 v0.4.6 |
1282 | 2024-10-30T13:32:33.775Z | Compiling dropshot_endpoint v0.12.0 |
1283 | 2024-10-30T13:32:34.864Z | Compiling strum v0.26.3 |
1284 | 2024-10-30T13:32:35.042Z | Compiling tokio-rustls v0.25.0 |
1285 | 2024-10-30T13:32:35.377Z | Compiling serde_with v3.11.0 |
1286 | 2024-10-30T13:32:35.466Z | Compiling serde_path_to_error v0.1.16 |
1287 | 2024-10-30T13:32:36.381Z | Compiling waitgroup v0.1.2 |
1288 | 2024-10-30T13:32:36.619Z | Compiling hostname v0.4.0 |
1289 | 2024-10-30T13:32:36.902Z | Compiling parse-display-derive v0.10.0 |
1290 | 2024-10-30T13:32:37.966Z | Compiling hex v0.4.3 |
1291 | 2024-10-30T13:32:38.042Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1292 | 2024-10-30T13:32:38.655Z | Compiling hyper v1.4.1 |
1293 | 2024-10-30T13:32:38.923Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1294 | 2024-10-30T13:32:39.099Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1295 | 2024-10-30T13:32:39.253Z | Compiling backoff v0.4.0 |
1296 | 2024-10-30T13:32:39.411Z | Compiling macaddr v1.0.1 |
1297 | 2024-10-30T13:32:39.629Z | Compiling regress v0.9.1 |
1298 | 2024-10-30T13:32:39.864Z | Compiling ipnetwork v0.20.0 |
1299 | 2024-10-30T13:32:40.940Z | Compiling syn v1.0.109 |
1300 | 2024-10-30T13:32:41.457Z | Compiling parse-display v0.10.0 |
1301 | 2024-10-30T13:32:41.520Z | Compiling hyper-util v0.1.9 |
1302 | 2024-10-30T13:32:41.707Z | Compiling crossbeam-utils v0.8.20 |
1303 | 2024-10-30T13:32:42.223Z | Compiling errno v0.3.9 |
1304 | 2024-10-30T13:32:43.415Z | Compiling hyper-rustls v0.27.3 |
1305 | 2024-10-30T13:32:43.748Z | Compiling hyper-tls v0.6.0 |
1306 | 2024-10-30T13:32:44.148Z | Compiling digest v0.10.7 |
1307 | 2024-10-30T13:32:44.195Z | Compiling time v0.3.36 |
1308 | 2024-10-30T13:32:44.518Z | Compiling reqwest v0.12.8 |
1309 | 2024-10-30T13:32:44.540Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1310 | 2024-10-30T13:32:45.741Z | Compiling crossbeam-channel v0.5.13 |
1311 | 2024-10-30T13:32:45.929Z | Compiling usdt v0.5.0 |
1312 | 2024-10-30T13:32:46.515Z | Compiling toml_edit v0.22.21 |
1313 | 2024-10-30T13:32:46.903Z | Compiling progenitor-client v0.8.0 |
1314 | 2024-10-30T13:32:47.314Z | Compiling slog-json v2.6.1 |
1315 | 2024-10-30T13:32:47.353Z | Compiling slog-term v2.9.1 |
1316 | 2024-10-30T13:32:47.695Z | Compiling slog-bunyan v2.5.0 |
1317 | 2024-10-30T13:32:48.723Z | Compiling typify-macro v0.2.0 |
1318 | 2024-10-30T13:32:48.767Z | Compiling sha1 v0.10.6 |
1319 | 2024-10-30T13:32:49.361Z | Compiling utf8parse v0.2.2 |
1320 | 2024-10-30T13:32:49.509Z | Compiling anstyle-parse v0.2.5 |
1321 | 2024-10-30T13:32:49.849Z | Compiling toml v0.8.19 |
1322 | 2024-10-30T13:32:50.190Z | Compiling anstyle-query v1.1.1 |
1323 | 2024-10-30T13:32:50.330Z | Compiling colorchoice v1.0.2 |
1324 | 2024-10-30T13:32:50.500Z | Compiling is_terminal_polyfill v1.70.1 |
1325 | 2024-10-30T13:32:50.659Z | Compiling rustix v0.38.37 |
1326 | 2024-10-30T13:32:51.837Z | Compiling anstyle v1.0.8 |
1327 | 2024-10-30T13:32:52.276Z | Compiling anstream v0.6.15 |
1328 | 2024-10-30T13:32:53.231Z | Compiling clap_lex v0.7.2 |
1329 | 2024-10-30T13:32:53.806Z | Compiling typify v0.2.0 |
1330 | 2024-10-30T13:32:53.937Z | Compiling progenitor-impl v0.8.0 |
1331 | 2024-10-30T13:32:56.740Z | Compiling clap_derive v4.5.18 |
1332 | 2024-10-30T13:32:57.167Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1333 | 2024-10-30T13:32:58.610Z | Compiling float-ord v0.3.2 |
1334 | 2024-10-30T13:33:02.599Z | Compiling terminal_size v0.3.0 |
1335 | 2024-10-30T13:33:03.865Z | Compiling num-integer v0.1.46 |
1336 | 2024-10-30T13:33:04.649Z | Compiling clap_builder v4.5.18 |
1337 | 2024-10-30T13:33:04.689Z | Compiling progenitor-macro v0.8.0 |
1338 | 2024-10-30T13:33:05.119Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1339 | 2024-10-30T13:33:06.796Z | Compiling winnow v0.5.40 |
1340 | 2024-10-30T13:33:06.842Z | Compiling prettyplease v0.2.22 |
1341 | 2024-10-30T13:33:06.870Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1342 | 2024-10-30T13:33:07.159Z | Compiling unicode-width v0.1.14 |
1343 | 2024-10-30T13:33:07.236Z | Compiling lazy_static v1.5.0 |
1344 | 2024-10-30T13:33:07.688Z | Compiling num-iter v0.1.45 |
1345 | 2024-10-30T13:33:07.870Z | Compiling num-rational v0.4.2 |
1346 | 2024-10-30T13:33:08.343Z | Compiling num-complex v0.4.6 |
1347 | 2024-10-30T13:33:08.361Z | Compiling heapless v0.8.0 |
1348 | 2024-10-30T13:33:08.929Z | Compiling clap v4.5.18 |
1349 | 2024-10-30T13:33:09.333Z | Compiling num v0.4.3 |
1350 | 2024-10-30T13:33:10.791Z | Compiling toml_edit v0.19.15 |
1351 | 2024-10-30T13:33:10.997Z | Compiling hash32 v0.3.1 |
1352 | 2024-10-30T13:33:11.073Z | Compiling stable_deref_trait v1.2.0 |
1353 | 2024-10-30T13:33:11.171Z | Compiling smoltcp v0.11.0 |
1354 | 2024-10-30T13:33:11.234Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1355 | 2024-10-30T13:33:11.833Z | Compiling foreign-types-macros v0.2.3 |
1356 | 2024-10-30T13:33:11.858Z | Compiling proc-macro-error-attr v1.0.4 |
1357 | 2024-10-30T13:33:12.195Z | Compiling bitflags v1.3.2 |
1358 | 2024-10-30T13:33:12.292Z | Compiling either v1.13.0 |
1359 | 2024-10-30T13:33:12.384Z | Compiling heck v0.4.1 |
1360 | 2024-10-30T13:33:12.724Z | Compiling managed v0.8.0 |
1361 | 2024-10-30T13:33:12.795Z | Compiling foreign-types-shared v0.3.1 |
1362 | 2024-10-30T13:33:12.906Z | Compiling cobs v0.2.3 |
1363 | 2024-10-30T13:33:13.158Z | Compiling foreign-types v0.5.0 |
1364 | 2024-10-30T13:33:13.208Z | Compiling postcard v1.0.10 |
1365 | 2024-10-30T13:33:13.278Z | Compiling proc-macro-crate v1.3.1 |
1366 | 2024-10-30T13:33:14.485Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1367 | 2024-10-30T13:33:15.408Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1368 | 2024-10-30T13:33:16.237Z | Compiling cstr-argument v0.1.2 |
1369 | 2024-10-30T13:33:16.252Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1370 | 2024-10-30T13:33:16.512Z | Compiling proc-macro-error v1.0.4 |
1371 | 2024-10-30T13:33:16.573Z | Compiling pretty-hex v0.2.1 |
1372 | 2024-10-30T13:33:16.658Z | Compiling fastrand v2.1.1 |
1373 | 2024-10-30T13:33:16.741Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1374 | 2024-10-30T13:33:16.908Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1375 | 2024-10-30T13:33:17.016Z | Compiling num_enum_derive v0.5.11 |
1376 | 2024-10-30T13:33:17.034Z | Compiling tempfile v3.12.0 |
1377 | 2024-10-30T13:33:17.273Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1378 | 2024-10-30T13:33:18.038Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1379 | 2024-10-30T13:33:18.208Z | Compiling tabwriter v1.4.0 |
1380 | 2024-10-30T13:33:18.822Z | Compiling colored v2.1.0 |
1381 | 2024-10-30T13:33:18.953Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1382 | 2024-10-30T13:33:19.147Z | Compiling crucible-workspace-hack v0.1.0 |
1383 | 2024-10-30T13:33:19.400Z | Compiling num_enum v0.5.11 |
1384 | 2024-10-30T13:33:19.414Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1385 | 2024-10-30T13:33:19.536Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1386 | 2024-10-30T13:33:19.649Z | Compiling semver v0.1.20 |
1387 | 2024-10-30T13:33:19.742Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1388 | 2024-10-30T13:33:20.009Z | Compiling zone_cfg_derive v0.3.0 |
1389 | 2024-10-30T13:33:20.085Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1390 | 2024-10-30T13:33:20.117Z | Compiling rustc_version v0.1.7 |
1391 | 2024-10-30T13:33:20.290Z | Compiling camino-tempfile v1.1.1 |
1392 | 2024-10-30T13:33:20.541Z | Compiling itertools v0.10.5 |
1393 | 2024-10-30T13:33:21.458Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1394 | 2024-10-30T13:33:21.800Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1395 | 2024-10-30T13:33:22.010Z | Compiling derive-where v1.2.7 |
1396 | 2024-10-30T13:33:22.140Z | Compiling progenitor v0.8.0 |
1397 | 2024-10-30T13:33:22.332Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
1398 | 2024-10-30T13:33:22.404Z | Compiling num-derive v0.4.2 |
1399 | 2024-10-30T13:33:22.480Z | Compiling sigpipe v0.1.3 |
1400 | 2024-10-30T13:33:22.590Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1401 | 2024-10-30T13:33:22.907Z | Compiling base64ct v1.6.0 |
1402 | 2024-10-30T13:33:23.535Z | Compiling password-hash v0.5.0 |
1403 | 2024-10-30T13:33:23.581Z | Compiling zone v0.3.0 |
1404 | 2024-10-30T13:33:24.199Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1405 | 2024-10-30T13:33:24.652Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1406 | 2024-10-30T13:33:24.753Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1407 | 2024-10-30T13:33:24.835Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1408 | 2024-10-30T13:33:25.155Z | Compiling newtype_derive v0.1.6 |
1409 | 2024-10-30T13:33:25.468Z | Compiling num-derive v0.3.3 |
1410 | 2024-10-30T13:33:25.486Z | Compiling hubpack_derive v0.1.1 |
1411 | 2024-10-30T13:33:25.797Z | Compiling blake2 v0.10.6 |
1412 | 2024-10-30T13:33:25.865Z | Compiling smf v0.2.3 |
1413 | 2024-10-30T13:33:25.957Z | Compiling enum-as-inner v0.6.1 |
1414 | 2024-10-30T13:33:26.433Z | Compiling zerocopy-derive v0.6.6 |
1415 | 2024-10-30T13:33:26.451Z | Compiling idna v0.4.0 |
1416 | 2024-10-30T13:33:27.064Z | Compiling whoami v1.5.2 |
1417 | 2024-10-30T13:33:27.107Z | Compiling fixedbitset v0.4.2 |
1418 | 2024-10-30T13:33:27.567Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1419 | 2024-10-30T13:33:27.596Z | Compiling quick-error v1.2.3 |
1420 | 2024-10-30T13:33:27.682Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1421 | 2024-10-30T13:33:27.738Z | Compiling owo-colors v4.1.0 |
1422 | 2024-10-30T13:33:27.755Z | Compiling linked-hash-map v0.5.6 |
1423 | 2024-10-30T13:33:28.050Z | Compiling data-encoding v2.6.0 |
1424 | 2024-10-30T13:33:28.130Z | Compiling unicode-segmentation v1.12.0 |
1425 | 2024-10-30T13:33:28.299Z | Compiling cancel-safe-futures v0.1.5 |
1426 | 2024-10-30T13:33:28.527Z | Compiling zerocopy v0.6.6 |
1427 | 2024-10-30T13:33:28.751Z | Compiling lru-cache v0.1.2 |
1428 | 2024-10-30T13:33:28.955Z | Compiling newline-converter v0.3.0 |
1429 | 2024-10-30T13:33:29.091Z | Compiling hickory-proto v0.24.1 |
1430 | 2024-10-30T13:33:29.137Z | Compiling resolv-conf v0.7.0 |
1431 | 2024-10-30T13:33:30.913Z | Compiling petgraph v0.6.5 |
1432 | 2024-10-30T13:33:30.961Z | Compiling hubpack v0.1.2 |
1433 | 2024-10-30T13:33:31.010Z | Compiling argon2 v0.5.3 |
1434 | 2024-10-30T13:33:31.498Z | Compiling strum_macros v0.25.3 |
1435 | 2024-10-30T13:33:32.468Z | Compiling console v0.15.8 |
1436 | 2024-10-30T13:33:34.369Z | Compiling serde-big-array v0.5.1 |
1437 | 2024-10-30T13:33:34.599Z | Compiling serde_repr v0.1.19 |
1438 | 2024-10-30T13:33:35.132Z | Compiling cookie v0.18.1 |
1439 | 2024-10-30T13:33:35.407Z | Compiling convert_case v0.4.0 |
1440 | 2024-10-30T13:33:35.470Z | Compiling static_assertions v1.1.0 |
1441 | 2024-10-30T13:33:35.571Z | Compiling similar v2.6.0 |
1442 | 2024-10-30T13:33:35.815Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1443 | 2024-10-30T13:33:36.141Z | Compiling derive_more v0.99.18 |
1444 | 2024-10-30T13:33:38.532Z | Compiling expectorate v1.1.0 |
1445 | 2024-10-30T13:33:38.759Z | Compiling hickory-resolver v0.24.1 |
1446 | 2024-10-30T13:33:38.836Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1447 | 2024-10-30T13:33:39.284Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1448 | 2024-10-30T13:33:42.839Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1449 | 2024-10-30T13:33:46.898Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1450 | 2024-10-30T13:33:47.709Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1451 | 2024-10-30T13:33:52.320Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1452 | 2024-10-30T13:33:53.215Z | Compiling atomicwrites v0.4.4 |
1453 | 2024-10-30T13:33:53.632Z | Compiling itertools v0.13.0 |
1454 | 2024-10-30T13:33:54.063Z | Compiling tokio-stream v0.1.16 |
1455 | 2024-10-30T13:33:54.230Z | Compiling libsw v3.3.1 |
1456 | 2024-10-30T13:33:54.551Z | Compiling linear-map v1.2.0 |
1457 | 2024-10-30T13:33:54.916Z | Compiling highway v1.2.0 |
1458 | 2024-10-30T13:33:54.943Z | Compiling swrite v0.1.0 |
1459 | 2024-10-30T13:33:55.059Z | Compiling indent_write v2.2.0 |
1460 | 2024-10-30T13:33:55.097Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1461 | 2024-10-30T13:33:55.274Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1462 | 2024-10-30T13:33:55.689Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1463 | 2024-10-30T13:33:55.759Z | Compiling qorb v0.1.2 |
1464 | 2024-10-30T13:33:56.269Z | Compiling steno v0.4.1 |
1465 | 2024-10-30T13:33:56.377Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1466 | 2024-10-30T13:33:56.979Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1467 | 2024-10-30T13:33:59.685Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1468 | 2024-10-30T13:33:59.950Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1469 | 2024-10-30T13:34:01.311Z | Compiling libscf-sys v1.1.0 |
1470 | 2024-10-30T13:34:01.545Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974) |
1471 | 2024-10-30T13:34:01.548Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974) |
1472 | 2024-10-30T13:34:01.885Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1473 | 2024-10-30T13:34:02.004Z | Compiling slog-dtrace v0.3.0 |
1474 | 2024-10-30T13:34:02.232Z | Compiling parking_lot_core v0.8.6 |
1475 | 2024-10-30T13:34:02.344Z | Compiling humantime v2.1.0 |
1476 | 2024-10-30T13:34:02.401Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974) |
1477 | 2024-10-30T13:34:02.773Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
1478 | 2024-10-30T13:34:02.866Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1479 | 2024-10-30T13:34:03.736Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1480 | 2024-10-30T13:34:04.279Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1481 | 2024-10-30T13:34:04.900Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1482 | 2024-10-30T13:34:05.957Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1483 | 2024-10-30T13:34:06.003Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1484 | 2024-10-30T13:34:06.223Z | Compiling half v2.4.1 |
1485 | 2024-10-30T13:34:06.723Z | Compiling ciborium-io v0.2.2 |
1486 | 2024-10-30T13:34:06.836Z | Compiling crc8 v0.1.1 |
1487 | 2024-10-30T13:34:06.852Z | Compiling ciborium-ll v0.2.2 |
1488 | 2024-10-30T13:34:06.994Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1489 | 2024-10-30T13:34:07.294Z | Compiling parking_lot v0.11.2 |
1490 | 2024-10-30T13:34:07.915Z | Compiling proc-macro-crate v3.2.0 |
1491 | 2024-10-30T13:34:07.942Z | Compiling crossbeam-epoch v0.9.18 |
1492 | 2024-10-30T13:34:08.371Z | Compiling fxhash v0.2.1 |
1493 | 2024-10-30T13:34:08.578Z | Compiling crc32fast v1.4.2 |
1494 | 2024-10-30T13:34:08.801Z | Compiling sled v0.34.7 |
1495 | 2024-10-30T13:34:08.935Z | Compiling ciborium v0.2.2 |
1496 | 2024-10-30T13:34:08.992Z | Compiling num_enum_derive v0.7.3 |
1497 | 2024-10-30T13:34:10.542Z | Compiling diff v0.1.13 |
1498 | 2024-10-30T13:34:10.699Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1499 | 2024-10-30T13:34:11.087Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=zl/tfportd-oximeter#1bdebcb1) |
1500 | 2024-10-30T13:34:11.295Z | Compiling yansi v1.0.1 |
1501 | 2024-10-30T13:34:11.522Z | Compiling num_enum v0.7.3 |
1502 | 2024-10-30T13:34:11.832Z | Compiling pretty_assertions v1.4.1 |
1503 | 2024-10-30T13:34:13.313Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=zl/tfportd-oximeter#1bdebcb1) |
1504 | 2024-10-30T13:34:14.155Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974) |
1505 | 2024-10-30T13:34:15.974Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974) |
1506 | 2024-10-30T13:34:16.022Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1507 | 2024-10-30T13:34:21.714Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1508 | 2024-10-30T13:34:29.231Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1509 | 2024-10-30T13:34:30.321Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1510 | 2024-10-30T13:34:31.675Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1511 | 2024-10-30T13:34:33.752Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
1512 | 2024-10-30T13:34:55.251Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 08s |
1513 | 2024-10-30T13:34:55.461Z | ------------ |
1514 | 2024-10-30T13:34:55.461Z | Nextest run ID d07875c8-303b-4351-9353-f9e2c880bede with nextest profile: default |
1515 | 2024-10-30T13:34:55.461Z | Starting 2 tests across 1 binary |
1516 | 2024-10-30T13:34:55.465Z | START bfd test::test_new_daemon |
1517 | 2024-10-30T13:34:55.472Z | |
1518 | 2024-10-30T13:34:55.472Z | running 1 test |
1519 | 2024-10-30T13:34:55.539Z | {"msg":"dropping SM for 203.0.113.10","v":0,"name":"slog-rs","level":40test test::test_new_daemon ... ok |
1520 | 2024-10-30T13:34:55.539Z | |
1521 | 2024-10-30T13:34:55.539Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 0.07s |
1522 | 2024-10-30T13:34:55.540Z | |
1523 | 2024-10-30T13:34:55.549Z | PASS [ 0.083s] bfd test::test_new_daemon |
1524 | 2024-10-30T13:34:55.549Z | START bfd test::test_protocol_basics |
1525 | 2024-10-30T13:34:55.557Z | |
1526 | 2024-10-30T13:34:55.557Z | running 1 test |
1527 | 2024-10-30T13:34:55.627Z | {{""msgmsg"":":"[Down][203.0.113.10] recv: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 3868563707, 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: 966392226, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":,"v":00,,""name"name"::""slog-rs"slog-rs","level":,"level":1010,"time":",2024-10-30T13:34:53.667116134Z""time":"2024-10-30T13:34:53.667124392Z",",hostname"":"hostname":"w-01JBESQA9WAHMPWMQTG8GAECFC"w-01JBESQA9WAHMPWMQTG8GAECFC","pid",:"3180pid":3180}} |
1528 | 2024-10-30T13:34:55.627Z | |
1529 | 2024-10-30T13:34:55.627Z | {"{msg":"transition -> Init""msg",":"vtransition -> Init"":,"0v":,"0name,"":"name":"slog-rs"slog-rs",","level"level:":3030,"time":"2024-10-30T13:34:53.667441534Z","hostname":"w-01JBESQA9WAHMPWMQTG8GAECFC","pid":3180,","timepeer":"":"203.0.113.20","state":"2024-10-30T13:34:53.667442064Z"Down"} |
1530 | 2024-10-30T13:34:55.627Z | ,"hostname":"w-01JBESQA9WAHMPWMQTG8GAECFC","pid":3180,"peer":"203.0.113.10","state":"Down"} |
1531 | 2024-10-30T13:34:56.624Z | {"msg":"[Init][203.0.113.20] recv: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 966392226, your_discriminator: 3868563707, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2024-10-30T13:34:54.664052689Z","hostname":"w-01JBESQA9WAHMPWMQTG8GAECFC","pid":3180} |
1532 | 2024-10-30T13:34:56.624Z | {"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2024-10-30T13:34:54.664118215Z","hostname":"w-01JBESQA9WAHMPWMQTG8GAECFC","pid":3180,"peer":"203.0.113.20","state":"Init"} |
1533 | 2024-10-30T13:34:56.627Z | {"msg":"[Init][203.0.113.10] recv: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 3868563707, your_discriminator: 966392226, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2024-10-30T13:34:54.666991457Z","hostname":"w-01JBESQA9WAHMPWMQTG8GAECFC","pid":3180} |
1534 | 2024-10-30T13:34:56.627Z | {"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2024-10-30T13:34:54.667034187Z","hostname":"w-01JBESQA9WAHMPWMQTG8GAECFC","pid":3180,"peer":"203.0.113.10","state":"Init"} |
1535 | 2024-10-30T13:35:01.626Z | {"msg":"[Up][203.0.113.20] recv: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 966392226, your_discriminator: 3868563707, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2024-10-30T13:34:59.664134252Z","hostname":"w-01JBESQA9WAHMPWMQTG8GAECFC","pid":3180} |
1536 | 2024-10-30T13:35:01.629Z | {"msg":"[Up][203.0.113.10] recv: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 3868563707, your_discriminator: 966392226, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2024-10-30T13:34:59.667013603Z","hostname":"w-01JBESQA9WAHMPWMQTG8GAECFC","pid":3180} |
1537 | 2024-10-30T13:35:05.632Z | {"msg":"dropping SM for 203.0.113.20","v":0,"name":{"msg":""slog-rs"dropping SM for 203.0.113.10",","level"v:":040,"name":"slog-rs","level":40,"time":"2024-10-30T13:35:03.667012378Z","hostname":","w-01JBESQA9WAHMPWMQTG8GAECFC"time":","pid":2024-10-30T13:35:03.667014278Z"3180,"hostname":"w-01JBESQA9WAHMPWMQTG8GAECFC}" |
1538 | 2024-10-30T13:35:05.632Z | ,"pid":3180} |
1539 | 2024-10-30T13:35:05.635Z | test test::test_protocol_basics ... ok |
1540 | 2024-10-30T13:35:05.635Z | |
1541 | 2024-10-30T13:35:05.635Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 10.07s |
1542 | 2024-10-30T13:35:05.636Z | |
1543 | 2024-10-30T13:35:05.640Z | PASS [ 10.090s] bfd test::test_protocol_basics |
1544 | 2024-10-30T13:35:05.641Z | ------------ |
1545 | 2024-10-30T13:35:05.641Z | Summary [ 10.175s] 2 tests run: 2 passed, 0 skipped |
1546 | 2024-10-30T13:35:05.657Z | process exited: duration 385767 ms, exit code 0 |
|
1547 | 2024-10-30T13:35:05.665Z | found 0 output files |