|
|
|
1 | 2024-10-30T13:27:59.572Z | job assigned to worker 01JBESQSY05V0XZ5957EAPA2VD (queued for 57 s) |
|
2 | 2024-10-30T13:28:07.030Z | starting task 0: "setup" |
3 | 2024-10-30T13:28:07.038Z | ++ uname -s |
4 | 2024-10-30T13:28:07.042Z | + kern=SunOS |
5 | 2024-10-30T13:28:07.042Z | + case "$kern" in |
6 | 2024-10-30T13:28:07.042Z | + [[ 0 == 12345 ]] |
7 | 2024-10-30T13:28:07.042Z | + groupadd -g 12345 build |
8 | 2024-10-30T13:28:07.044Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-10-30T13:28:09.053Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-10-30T13:28:09.120Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-10-30T13:28:09.123Z | + home_fs=zfs |
12 | 2024-10-30T13:28:09.123Z | + [[ zfs == autofs ]] |
13 | 2024-10-30T13:28:09.123Z | + mkdir -p /home/build |
14 | 2024-10-30T13:28:09.125Z | + chown build:build /home/build /work |
15 | 2024-10-30T13:28:11.126Z | + chmod 0700 /home/build /work |
16 | 2024-10-30T13:28:11.129Z | process exited: duration 4100 ms, exit code 0 |
|
17 | 2024-10-30T13:28:11.134Z | starting task 1: "rust-toolchain" |
18 | 2024-10-30T13:28:11.140Z | + printf ' * toolchain channel = "%s" |
19 | 2024-10-30T13:28:11.140Z | * toolchain channel = "stable" |
20 | 2024-10-30T13:28:11.140Z | * toolchain profile = "default" |
21 | 2024-10-30T13:28:11.140Z | ' stable |
22 | 2024-10-30T13:28:11.140Z | + printf ' * toolchain profile = "%s" |
23 | 2024-10-30T13:28:11.140Z | ' default |
24 | 2024-10-30T13:28:11.142Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-10-30T13:28:11.142Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
26 | 2024-10-30T13:28:11.256Z | info: downloading installer |
27 | 2024-10-30T13:28:12.424Z | info: profile set to 'default' |
28 | 2024-10-30T13:28:12.424Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-10-30T13:28:12.426Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
30 | 2024-10-30T13:28:12.581Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-10-30T13:28:12.581Z | info: downloading component 'cargo' |
32 | 2024-10-30T13:28:13.438Z | info: downloading component 'clippy' |
33 | 2024-10-30T13:28:13.773Z | info: downloading component 'rust-docs' |
34 | 2024-10-30T13:28:14.948Z | info: downloading component 'rust-std' |
35 | 2024-10-30T13:28:16.847Z | info: downloading component 'rustc' |
36 | 2024-10-30T13:28:23.483Z | info: downloading component 'rustfmt' |
37 | 2024-10-30T13:28:23.733Z | info: installing component 'cargo' |
38 | 2024-10-30T13:28:24.567Z | info: installing component 'clippy' |
39 | 2024-10-30T13:28:24.958Z | info: installing component 'rust-docs' |
40 | 2024-10-30T13:28:26.672Z | info: installing component 'rust-std' |
41 | 2024-10-30T13:28:28.544Z | info: installing component 'rustc' |
42 | 2024-10-30T13:28:35.220Z | info: installing component 'rustfmt' |
43 | 2024-10-30T13:28:35.693Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
44 | 2024-10-30T13:28:35.693Z | |
45 | 2024-10-30T13:28:36.070Z | stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-10-30T13:28:36.070Z | |
47 | 2024-10-30T13:28:36.073Z | |
48 | 2024-10-30T13:28:36.073Z | Rust is installed now. Great! |
49 | 2024-10-30T13:28:36.073Z | |
50 | 2024-10-30T13:28:36.073Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-10-30T13:28:36.073Z | environment variable. This has not been done automatically. |
52 | 2024-10-30T13:28:36.073Z | |
53 | 2024-10-30T13:28:36.073Z | To configure your current shell, you need to source |
54 | 2024-10-30T13:28:36.073Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-10-30T13:28:36.073Z | |
56 | 2024-10-30T13:28:36.073Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-10-30T13:28:36.073Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-10-30T13:28:36.073Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-10-30T13:28:36.146Z | + rustc --version |
60 | 2024-10-30T13:28:36.213Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-10-30T13:28:36.217Z | process exited: duration 25080 ms, exit code 0 |
|
62 | 2024-10-30T13:28:36.223Z | starting task 2: "authentication" |
63 | 2024-10-30T13:28:36.255Z | process exited: duration 32 ms, exit code 0 |
|
64 | 2024-10-30T13:28:36.261Z | starting task 3: "clone repository" |
65 | 2024-10-30T13:28:36.266Z | + mkdir -p /work/oxidecomputer/maghemite |
66 | 2024-10-30T13:28:36.269Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
67 | 2024-10-30T13:28:36.310Z | Cloning into '/work/oxidecomputer/maghemite'... |
68 | 2024-10-30T13:28:37.304Z | + cd /work/oxidecomputer/maghemite |
69 | 2024-10-30T13:28:37.307Z | + git fetch origin 2ed1c9fe8832179449efb5fc9b298af8ecea01cd |
70 | 2024-10-30T13:28:37.563Z | From https://github.com/oxidecomputer/maghemite |
71 | 2024-10-30T13:28:37.563Z | * branch 2ed1c9fe8832179449efb5fc9b298af8ecea01cd -> FETCH_HEAD |
72 | 2024-10-30T13:28:37.568Z | + [[ -n zl/mgd-ddm-meta ]] |
73 | 2024-10-30T13:28:37.570Z | ++ git branch --show-current |
74 | 2024-10-30T13:28:37.573Z | + current=main |
75 | 2024-10-30T13:28:37.573Z | + [[ main != zl/mgd-ddm-meta ]] |
76 | 2024-10-30T13:28:37.573Z | + git branch -f zl/mgd-ddm-meta 2ed1c9fe8832179449efb5fc9b298af8ecea01cd |
77 | 2024-10-30T13:28:37.575Z | + git checkout -f zl/mgd-ddm-meta |
78 | 2024-10-30T13:28:37.590Z | Switched to branch 'zl/mgd-ddm-meta' |
79 | 2024-10-30T13:28:37.593Z | + git reset --hard 2ed1c9fe8832179449efb5fc9b298af8ecea01cd |
80 | 2024-10-30T13:28:37.605Z | HEAD is now at 2ed1c9f add switch info/meta to ddmd/mgd related timeseries |
81 | 2024-10-30T13:28:37.607Z | process exited: duration 1344 ms, exit code 0 |
|
82 | 2024-10-30T13:28:37.615Z | starting task 4: "build" |
83 | 2024-10-30T13:28:37.618Z | + set -e |
84 | 2024-10-30T13:28:37.618Z | + cargo --version |
85 | 2024-10-30T13:28:37.624Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
86 | 2024-10-30T13:28:37.792Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
87 | 2024-10-30T13:28:37.792Z | info: downloading component 'cargo' |
88 | 2024-10-30T13:28:39.053Z | info: downloading component 'clippy' |
89 | 2024-10-30T13:28:39.430Z | info: downloading component 'rust-docs' |
90 | 2024-10-30T13:28:40.755Z | info: downloading component 'rust-std' |
91 | 2024-10-30T13:28:42.808Z | info: downloading component 'rustc' |
92 | 2024-10-30T13:28:50.162Z | info: downloading component 'rustfmt' |
93 | 2024-10-30T13:28:50.457Z | info: installing component 'cargo' |
94 | 2024-10-30T13:28:51.291Z | info: installing component 'clippy' |
95 | 2024-10-30T13:28:51.674Z | info: installing component 'rust-docs' |
96 | 2024-10-30T13:28:53.264Z | info: installing component 'rust-std' |
97 | 2024-10-30T13:28:55.083Z | info: installing component 'rustc' |
98 | 2024-10-30T13:29:01.001Z | info: installing component 'rustfmt' |
99 | 2024-10-30T13:29:01.435Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
100 | 2024-10-30T13:29:01.437Z | + rustc --version |
101 | 2024-10-30T13:29:01.547Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
102 | 2024-10-30T13:29:01.553Z | + cargo install cargo-nextest |
103 | 2024-10-30T13:29:01.645Z | Updating crates.io index |
104 | 2024-10-30T13:29:01.714Z | Downloading crates ... |
105 | 2024-10-30T13:29:01.765Z | Downloaded cargo-nextest v0.9.82 |
106 | 2024-10-30T13:29:01.807Z | Installing cargo-nextest v0.9.82 |
107 | 2024-10-30T13:29:01.902Z | Updating crates.io index |
108 | 2024-10-30T13:29:03.035Z | Locking 332 packages to latest compatible versions |
109 | 2024-10-30T13:29:03.040Z | Adding addr2line v0.21.0 (latest: v0.24.2) |
110 | 2024-10-30T13:29:03.040Z | Adding backtrace v0.3.71 (latest: v0.3.74) |
111 | 2024-10-30T13:29:03.040Z | Adding base64 v0.21.7 (latest: v0.22.1) |
112 | 2024-10-30T13:29:03.053Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
113 | 2024-10-30T13:29:03.057Z | Adding encode_unicode v0.3.6 (latest: v1.0.0) |
114 | 2024-10-30T13:29:03.057Z | Adding fixedbitset v0.4.2 (latest: v0.5.7) |
115 | 2024-10-30T13:29:03.057Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
116 | 2024-10-30T13:29:03.058Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
117 | 2024-10-30T13:29:03.058Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
118 | 2024-10-30T13:29:03.058Z | Adding gimli v0.28.1 (latest: v0.31.1) |
119 | 2024-10-30T13:29:03.058Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
120 | 2024-10-30T13:29:03.058Z | Adding idna v0.5.0 (latest: v1.0.2) |
121 | 2024-10-30T13:29:03.058Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
122 | 2024-10-30T13:29:03.058Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
123 | 2024-10-30T13:29:03.058Z | Adding object v0.32.2 (latest: v0.36.5) |
124 | 2024-10-30T13:29:03.062Z | Adding owo-colors v3.5.0 (latest: v4.1.0) |
125 | 2024-10-30T13:29:03.063Z | Adding quick-xml v0.23.1 (latest: v0.37.0) |
126 | 2024-10-30T13:29:03.063Z | Adding quick-xml v0.36.2 (latest: v0.37.0) |
127 | 2024-10-30T13:29:03.069Z | Adding security-framework v2.11.1 (latest: v3.0.0) |
128 | 2024-10-30T13:29:03.076Z | Adding terminal_size v0.3.0 (latest: v0.4.0) |
129 | 2024-10-30T13:29:03.076Z | Adding unicode-width v0.1.14 (latest: v0.2.0) |
130 | 2024-10-30T13:29:03.076Z | Adding vte v0.11.1 (latest: v0.13.0) |
131 | 2024-10-30T13:29:03.076Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
132 | 2024-10-30T13:29:03.076Z | Adding windows v0.52.0 (latest: v0.58.0) |
133 | 2024-10-30T13:29:03.076Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
134 | 2024-10-30T13:29:03.076Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
135 | 2024-10-30T13:29:03.077Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
136 | 2024-10-30T13:29:03.077Z | Adding windows-sys v0.42.0 (latest: v0.59.0) |
137 | 2024-10-30T13:29:03.077Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
138 | 2024-10-30T13:29:03.077Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
139 | 2024-10-30T13:29:03.077Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
140 | 2024-10-30T13:29:03.077Z | Adding windows_aarch64_gnullvm v0.42.2 (latest: v0.52.6) |
141 | 2024-10-30T13:29:03.077Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
142 | 2024-10-30T13:29:03.077Z | Adding windows_aarch64_msvc v0.42.2 (latest: v0.52.6) |
143 | 2024-10-30T13:29:03.078Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
144 | 2024-10-30T13:29:03.078Z | Adding windows_i686_gnu v0.42.2 (latest: v0.52.6) |
145 | 2024-10-30T13:29:03.078Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
146 | 2024-10-30T13:29:03.078Z | Adding windows_i686_msvc v0.42.2 (latest: v0.52.6) |
147 | 2024-10-30T13:29:03.078Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
148 | 2024-10-30T13:29:03.078Z | Adding windows_x86_64_gnu v0.42.2 (latest: v0.52.6) |
149 | 2024-10-30T13:29:03.078Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
150 | 2024-10-30T13:29:03.078Z | Adding windows_x86_64_gnullvm v0.42.2 (latest: v0.52.6) |
151 | 2024-10-30T13:29:03.078Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
152 | 2024-10-30T13:29:03.079Z | Adding windows_x86_64_msvc v0.42.2 (latest: v0.52.6) |
153 | 2024-10-30T13:29:03.079Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
154 | 2024-10-30T13:29:03.084Z | Adding zerocopy v0.7.35 (latest: v0.8.7) |
155 | 2024-10-30T13:29:03.084Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.7) |
156 | 2024-10-30T13:29:03.085Z | Downloading crates ... |
157 | 2024-10-30T13:29:03.161Z | Downloaded atomicwrites v0.4.4 |
158 | 2024-10-30T13:29:03.167Z | Downloaded http-body v1.0.1 |
159 | 2024-10-30T13:29:03.167Z | Downloaded guppy-workspace-hack v0.1.0 |
160 | 2024-10-30T13:29:03.168Z | Downloaded tinyvec_macros v0.1.1 |
161 | 2024-10-30T13:29:03.173Z | Downloaded swrite v0.1.0 |
162 | 2024-10-30T13:29:03.173Z | Downloaded foreign-types v0.3.2 |
163 | 2024-10-30T13:29:03.173Z | Downloaded target-spec-miette v0.4.0 |
164 | 2024-10-30T13:29:03.173Z | Downloaded strsim v0.11.1 |
165 | 2024-10-30T13:29:03.181Z | Downloaded thiserror-impl v1.0.65 |
166 | 2024-10-30T13:29:03.181Z | Downloaded tokio-rustls v0.26.0 |
167 | 2024-10-30T13:29:03.194Z | Downloaded want v0.3.1 |
168 | 2024-10-30T13:29:03.194Z | Downloaded async-scoped v0.9.0 |
169 | 2024-10-30T13:29:03.194Z | Downloaded adler2 v2.0.0 |
170 | 2024-10-30T13:29:03.194Z | Downloaded adler v1.0.2 |
171 | 2024-10-30T13:29:03.194Z | Downloaded number_prefix v0.4.0 |
172 | 2024-10-30T13:29:03.194Z | Downloaded backtrace-ext v0.2.1 |
173 | 2024-10-30T13:29:03.200Z | Downloaded anstyle-parse v0.2.6 |
174 | 2024-10-30T13:29:03.201Z | Downloaded tar v0.4.42 |
175 | 2024-10-30T13:29:03.201Z | Downloaded generic-array v0.14.7 |
176 | 2024-10-30T13:29:03.201Z | Downloaded futures-task v0.3.31 |
177 | 2024-10-30T13:29:03.201Z | Downloaded cpufeatures v0.2.14 |
178 | 2024-10-30T13:29:03.201Z | Downloaded xattr v1.3.1 |
179 | 2024-10-30T13:29:03.201Z | Downloaded is_terminal_polyfill v1.70.1 |
180 | 2024-10-30T13:29:03.207Z | Downloaded digest v0.10.7 |
181 | 2024-10-30T13:29:03.207Z | Downloaded debug-ignore v1.0.5 |
182 | 2024-10-30T13:29:03.208Z | Downloaded cfg-if v1.0.0 |
183 | 2024-10-30T13:29:03.208Z | Downloaded newtype-uuid v1.1.2 |
184 | 2024-10-30T13:29:03.214Z | Downloaded mime v0.3.17 |
185 | 2024-10-30T13:29:03.214Z | Downloaded camino v1.1.9 |
186 | 2024-10-30T13:29:03.214Z | Downloaded nextest-metadata v0.12.1 |
187 | 2024-10-30T13:29:03.220Z | Downloaded supports-unicode v3.0.0 |
188 | 2024-10-30T13:29:03.221Z | Downloaded jobserver v0.1.32 |
189 | 2024-10-30T13:29:03.221Z | Downloaded iana-time-zone v0.1.61 |
190 | 2024-10-30T13:29:03.225Z | Downloaded native-tls v0.2.12 |
191 | 2024-10-30T13:29:03.225Z | Downloaded pathdiff v0.2.2 |
192 | 2024-10-30T13:29:03.225Z | Downloaded sync_wrapper v1.0.1 |
193 | 2024-10-30T13:29:03.225Z | Downloaded indexmap v2.6.0 |
194 | 2024-10-30T13:29:03.230Z | Downloaded tokio-macros v2.4.0 |
195 | 2024-10-30T13:29:03.230Z | Downloaded thread_local v1.1.8 |
196 | 2024-10-30T13:29:03.234Z | Downloaded enable-ansi-support v0.2.1 |
197 | 2024-10-30T13:29:03.234Z | Downloaded uuid v1.11.0 |
198 | 2024-10-30T13:29:03.237Z | Downloaded miniz_oxide v0.8.0 |
199 | 2024-10-30T13:29:03.243Z | Downloaded foreign-types-shared v0.1.1 |
200 | 2024-10-30T13:29:03.243Z | Downloaded httparse v1.9.5 |
201 | 2024-10-30T13:29:03.250Z | Downloaded vte v0.11.1 |
202 | 2024-10-30T13:29:03.250Z | Downloaded terminal_size v0.3.0 |
203 | 2024-10-30T13:29:03.250Z | Downloaded target-spec v3.2.2 |
204 | 2024-10-30T13:29:03.250Z | Downloaded strip-ansi-escapes v0.2.0 |
205 | 2024-10-30T13:29:03.256Z | Downloaded tracing-core v0.1.32 |
206 | 2024-10-30T13:29:03.256Z | Downloaded supports-color v3.0.1 |
207 | 2024-10-30T13:29:03.256Z | Downloaded subtle v2.6.1 |
208 | 2024-10-30T13:29:03.261Z | Downloaded config v0.14.1 |
209 | 2024-10-30T13:29:03.261Z | Downloaded openssl-macros v0.1.1 |
210 | 2024-10-30T13:29:03.266Z | Downloaded unicode-bidi v0.3.17 |
211 | 2024-10-30T13:29:03.266Z | Downloaded thiserror v1.0.65 |
212 | 2024-10-30T13:29:03.270Z | Downloaded indicatif v0.17.8 |
213 | 2024-10-30T13:29:03.275Z | Downloaded tokio-native-tls v0.3.1 |
214 | 2024-10-30T13:29:03.279Z | Downloaded errno v0.3.9 |
215 | 2024-10-30T13:29:03.279Z | Downloaded tower-service v0.3.3 |
216 | 2024-10-30T13:29:03.279Z | Downloaded display-error-chain v0.2.2 |
217 | 2024-10-30T13:29:03.280Z | Downloaded crypto-common v0.1.6 |
218 | 2024-10-30T13:29:03.284Z | Downloaded colorchoice v1.0.3 |
219 | 2024-10-30T13:29:03.284Z | Downloaded vte_generate_state_changes v0.1.2 |
220 | 2024-10-30T13:29:03.284Z | Downloaded curve25519-dalek-derive v0.1.1 |
221 | 2024-10-30T13:29:03.284Z | Downloaded clap_lex v0.7.2 |
222 | 2024-10-30T13:29:03.290Z | Downloaded nested v0.1.1 |
223 | 2024-10-30T13:29:03.290Z | Downloaded is_ci v1.2.0 |
224 | 2024-10-30T13:29:03.291Z | Downloaded hyper-tls v0.6.0 |
225 | 2024-10-30T13:29:03.291Z | Downloaded urlencoding v2.1.3 |
226 | 2024-10-30T13:29:03.295Z | Downloaded filetime v0.2.25 |
227 | 2024-10-30T13:29:03.295Z | Downloaded shared_child v1.0.1 |
228 | 2024-10-30T13:29:03.295Z | Downloaded futures-io v0.3.31 |
229 | 2024-10-30T13:29:03.296Z | Downloaded tracing-error v0.2.0 |
230 | 2024-10-30T13:29:03.296Z | Downloaded backtrace v0.3.71 |
231 | 2024-10-30T13:29:03.303Z | Downloaded rustc-demangle v0.1.24 |
232 | 2024-10-30T13:29:03.303Z | Downloaded openssl-probe v0.1.5 |
233 | 2024-10-30T13:29:03.306Z | Downloaded fnv v1.0.7 |
234 | 2024-10-30T13:29:03.306Z | Downloaded either v1.13.0 |
235 | 2024-10-30T13:29:03.306Z | Downloaded rustls-pki-types v1.10.0 |
236 | 2024-10-30T13:29:03.311Z | Downloaded nextest-workspace-hack v0.1.0 |
237 | 2024-10-30T13:29:03.311Z | Downloaded serde_ignored v0.1.10 |
238 | 2024-10-30T13:29:03.314Z | Downloaded futures-sink v0.3.31 |
239 | 2024-10-30T13:29:03.314Z | Downloaded futures-executor v0.3.31 |
240 | 2024-10-30T13:29:03.314Z | Downloaded heck v0.5.0 |
241 | 2024-10-30T13:29:03.314Z | Downloaded form_urlencoded v1.2.1 |
242 | 2024-10-30T13:29:03.317Z | Downloaded serde_urlencoded v0.7.1 |
243 | 2024-10-30T13:29:03.317Z | Downloaded humantime v2.1.0 |
244 | 2024-10-30T13:29:03.320Z | Downloaded lazy_static v1.5.0 |
245 | 2024-10-30T13:29:03.320Z | Downloaded rustc-hash v2.0.0 |
246 | 2024-10-30T13:29:03.324Z | Downloaded utf8parse v0.2.2 |
247 | 2024-10-30T13:29:03.324Z | Downloaded itoa v1.0.11 |
248 | 2024-10-30T13:29:03.327Z | Downloaded camino-tempfile v1.1.1 |
249 | 2024-10-30T13:29:03.327Z | Downloaded serde_spanned v0.6.8 |
250 | 2024-10-30T13:29:03.327Z | Downloaded zstd-safe v7.2.1 |
251 | 2024-10-30T13:29:03.330Z | Downloaded zipsign-api v0.1.2 |
252 | 2024-10-30T13:29:03.330Z | Downloaded version_check v0.9.5 |
253 | 2024-10-30T13:29:03.332Z | Downloaded base64ct v1.6.0 |
254 | 2024-10-30T13:29:03.334Z | Downloaded miette-derive v7.2.0 |
255 | 2024-10-30T13:29:03.334Z | Downloaded untrusted v0.9.0 |
256 | 2024-10-30T13:29:03.337Z | Downloaded fastrand v2.1.1 |
257 | 2024-10-30T13:29:03.339Z | Downloaded sha2 v0.10.8 |
258 | 2024-10-30T13:29:03.342Z | Downloaded futures-channel v0.3.31 |
259 | 2024-10-30T13:29:03.344Z | Downloaded console v0.15.8 |
260 | 2024-10-30T13:29:03.346Z | Downloaded base64 v0.21.7 |
261 | 2024-10-30T13:29:03.349Z | Downloaded tinyvec v1.8.0 |
262 | 2024-10-30T13:29:03.355Z | Downloaded pin-utils v0.1.0 |
263 | 2024-10-30T13:29:03.374Z | Downloaded rand_chacha v0.3.1 |
264 | 2024-10-30T13:29:03.374Z | Downloaded static_assertions v1.1.0 |
265 | 2024-10-30T13:29:03.374Z | Downloaded pkg-config v0.3.31 |
266 | 2024-10-30T13:29:03.374Z | Downloaded self-replace v1.5.0 |
267 | 2024-10-30T13:29:03.374Z | Downloaded toml_edit v0.22.22 |
268 | 2024-10-30T13:29:03.384Z | Downloaded rand_core v0.6.4 |
269 | 2024-10-30T13:29:03.388Z | Downloaded unicode-linebreak v0.1.5 |
270 | 2024-10-30T13:29:03.388Z | Downloaded bitflags v2.6.0 |
271 | 2024-10-30T13:29:03.388Z | Downloaded serde_path_to_error v0.1.16 |
272 | 2024-10-30T13:29:03.392Z | Downloaded quick-junit v0.5.0 |
273 | 2024-10-30T13:29:03.413Z | Downloaded spin v0.9.8 |
274 | 2024-10-30T13:29:03.414Z | Downloaded quote v1.0.37 |
275 | 2024-10-30T13:29:03.432Z | Downloaded signal-hook-registry v1.4.2 |
276 | 2024-10-30T13:29:03.432Z | Downloaded cfg-expr v0.17.0 |
277 | 2024-10-30T13:29:03.433Z | Downloaded const-oid v0.9.6 |
278 | 2024-10-30T13:29:03.433Z | Downloaded shlex v1.3.0 |
279 | 2024-10-30T13:29:03.433Z | Downloaded slab v0.4.9 |
280 | 2024-10-30T13:29:03.433Z | Downloaded once_cell v1.20.2 |
281 | 2024-10-30T13:29:03.433Z | Downloaded smawk v0.3.2 |
282 | 2024-10-30T13:29:03.433Z | Downloaded spki v0.7.3 |
283 | 2024-10-30T13:29:03.433Z | Downloaded rustls-pemfile v2.2.0 |
284 | 2024-10-30T13:29:03.433Z | Downloaded semver v1.0.23 |
285 | 2024-10-30T13:29:03.433Z | Downloaded pkcs8 v0.10.2 |
286 | 2024-10-30T13:29:03.433Z | Downloaded smallvec v1.13.2 |
287 | 2024-10-30T13:29:03.466Z | Downloaded quinn-udp v0.5.6 |
288 | 2024-10-30T13:29:03.467Z | Downloaded pin-project-lite v0.2.15 |
289 | 2024-10-30T13:29:03.467Z | Downloaded miniz_oxide v0.7.4 |
290 | 2024-10-30T13:29:03.467Z | Downloaded log v0.4.22 |
291 | 2024-10-30T13:29:03.467Z | Downloaded socket2 v0.5.7 |
292 | 2024-10-30T13:29:03.467Z | Downloaded bytes v1.8.0 |
293 | 2024-10-30T13:29:03.467Z | Downloaded borsh v1.5.1 |
294 | 2024-10-30T13:29:03.467Z | Downloaded pin-project-internal v1.1.7 |
295 | 2024-10-30T13:29:03.467Z | Downloaded unicode-normalization v0.1.24 |
296 | 2024-10-30T13:29:03.467Z | Downloaded owo-colors v3.5.0 |
297 | 2024-10-30T13:29:03.467Z | Downloaded serde_derive v1.0.214 |
298 | 2024-10-30T13:29:03.467Z | Downloaded self_update v0.41.0 |
299 | 2024-10-30T13:29:03.467Z | Downloaded ryu v1.0.18 |
300 | 2024-10-30T13:29:03.476Z | Downloaded futures v0.3.31 |
301 | 2024-10-30T13:29:03.476Z | Downloaded hyper-util v0.1.10 |
302 | 2024-10-30T13:29:03.477Z | Downloaded num-traits v0.2.19 |
303 | 2024-10-30T13:29:03.477Z | Downloaded cc v1.1.31 |
304 | 2024-10-30T13:29:03.482Z | Downloaded openssl-sys v0.9.104 |
305 | 2024-10-30T13:29:03.487Z | Downloaded sharded-slab v0.1.7 |
306 | 2024-10-30T13:29:03.487Z | Downloaded ron v0.8.1 |
307 | 2024-10-30T13:29:03.492Z | Downloaded tracing v0.1.40 |
308 | 2024-10-30T13:29:03.496Z | Downloaded url v2.5.2 |
309 | 2024-10-30T13:29:03.500Z | Downloaded serde v1.0.214 |
310 | 2024-10-30T13:29:03.504Z | Downloaded quinn v0.11.5 |
311 | 2024-10-30T13:29:03.507Z | Downloaded http v1.1.0 |
312 | 2024-10-30T13:29:03.510Z | Downloaded rand v0.8.5 |
313 | 2024-10-30T13:29:03.513Z | Downloaded ed25519-dalek v2.1.1 |
314 | 2024-10-30T13:29:03.516Z | Downloaded pin-project v1.1.7 |
315 | 2024-10-30T13:29:03.528Z | Downloaded minimal-lexical v0.2.1 |
316 | 2024-10-30T13:29:03.532Z | Downloaded miette v7.2.0 |
317 | 2024-10-30T13:29:03.536Z | Downloaded flate2 v1.0.34 |
318 | 2024-10-30T13:29:03.542Z | Downloaded memchr v2.7.4 |
319 | 2024-10-30T13:29:03.550Z | Downloaded mio v1.0.2 |
320 | 2024-10-30T13:29:03.556Z | Downloaded hashbrown v0.15.0 |
321 | 2024-10-30T13:29:03.569Z | Downloaded guppy v0.17.8 |
322 | 2024-10-30T13:29:03.583Z | Downloaded color-spantrace v0.2.1 |
323 | 2024-10-30T13:29:03.583Z | Downloaded der v0.7.9 |
324 | 2024-10-30T13:29:03.583Z | Downloaded hyper v1.5.0 |
325 | 2024-10-30T13:29:03.596Z | Downloaded proc-macro2 v1.0.89 |
326 | 2024-10-30T13:29:03.596Z | Downloaded owo-colors v4.1.0 |
327 | 2024-10-30T13:29:03.597Z | Downloaded clap_builder v4.5.20 |
328 | 2024-10-30T13:29:03.601Z | Downloaded quick-xml v0.23.1 |
329 | 2024-10-30T13:29:03.601Z | Downloaded itertools v0.13.0 |
330 | 2024-10-30T13:29:03.607Z | Downloaded nom v7.1.3 |
331 | 2024-10-30T13:29:03.612Z | Downloaded chrono v0.4.38 |
332 | 2024-10-30T13:29:03.629Z | Downloaded futures-util v0.3.31 |
333 | 2024-10-30T13:29:03.636Z | Downloaded zerocopy v0.7.35 |
334 | 2024-10-30T13:29:03.646Z | Downloaded quinn-proto v0.11.8 |
335 | 2024-10-30T13:29:03.653Z | Downloaded idna v0.5.0 |
336 | 2024-10-30T13:29:03.667Z | Downloaded quick-xml v0.36.2 |
337 | 2024-10-30T13:29:03.691Z | Downloaded serde_json v1.0.132 |
338 | 2024-10-30T13:29:03.691Z | Downloaded reqwest v0.12.9 |
339 | 2024-10-30T13:29:03.729Z | Downloaded regex v1.11.1 |
340 | 2024-10-30T13:29:03.729Z | Downloaded rustls-webpki v0.102.8 |
341 | 2024-10-30T13:29:03.748Z | Downloaded rustls v0.23.16 |
342 | 2024-10-30T13:29:03.748Z | Downloaded nix v0.29.0 |
343 | 2024-10-30T13:29:03.748Z | Downloaded regex-syntax v0.8.5 |
344 | 2024-10-30T13:29:03.760Z | Downloaded nextest-runner v0.65.0 |
345 | 2024-10-30T13:29:03.760Z | Downloaded object v0.32.2 |
346 | 2024-10-30T13:29:03.769Z | Downloaded unicode-width v0.1.14 |
347 | 2024-10-30T13:29:03.821Z | Downloaded webpki-roots v0.26.6 |
348 | 2024-10-30T13:29:03.824Z | Downloaded vcpkg v0.2.15 |
349 | 2024-10-30T13:29:03.886Z | Downloaded syn v2.0.85 |
350 | 2024-10-30T13:29:03.886Z | Downloaded rustix v0.38.38 |
351 | 2024-10-30T13:29:03.886Z | Downloaded unicode-width v0.2.0 |
352 | 2024-10-30T13:29:03.886Z | Downloaded bstr v1.10.0 |
353 | 2024-10-30T13:29:03.943Z | Downloaded openssl v0.10.68 |
354 | 2024-10-30T13:29:03.943Z | Downloaded gimli v0.28.1 |
355 | 2024-10-30T13:29:03.943Z | Downloaded portable-atomic v1.9.0 |
356 | 2024-10-30T13:29:03.943Z | Downloaded winnow v0.6.20 |
357 | 2024-10-30T13:29:03.943Z | Downloaded tracing-subscriber v0.3.18 |
358 | 2024-10-30T13:29:03.944Z | Downloaded curve25519-dalek v4.1.3 |
359 | 2024-10-30T13:29:03.944Z | Downloaded color-eyre v0.6.3 |
360 | 2024-10-30T13:29:03.944Z | Downloaded xxhash-rust v0.8.12 |
361 | 2024-10-30T13:29:03.944Z | Downloaded unicode-ident v1.0.13 |
362 | 2024-10-30T13:29:03.999Z | Downloaded aho-corasick v1.1.3 |
363 | 2024-10-30T13:29:03.999Z | Downloaded typenum v1.17.0 |
364 | 2024-10-30T13:29:03.999Z | Downloaded signature v2.2.0 |
365 | 2024-10-30T13:29:03.999Z | Downloaded rustc_version v0.4.1 |
366 | 2024-10-30T13:29:03.999Z | Downloaded percent-encoding v2.3.1 |
367 | 2024-10-30T13:29:03.999Z | Downloaded smol_str v0.3.2 |
368 | 2024-10-30T13:29:03.999Z | Downloaded os_pipe v1.2.1 |
369 | 2024-10-30T13:29:03.999Z | Downloaded shell-words v1.1.0 |
370 | 2024-10-30T13:29:03.999Z | Downloaded ppv-lite86 v0.2.20 |
371 | 2024-10-30T13:29:03.999Z | Downloaded nextest-filtering v0.12.0 |
372 | 2024-10-30T13:29:03.999Z | Downloaded ipnet v2.10.1 |
373 | 2024-10-30T13:29:03.999Z | Downloaded zeroize v1.8.1 |
374 | 2024-10-30T13:29:03.999Z | Downloaded regex-automata v0.4.8 |
375 | 2024-10-30T13:29:03.999Z | Downloaded libc v0.2.161 |
376 | 2024-10-30T13:29:04.000Z | Downloaded petgraph v0.6.5 |
377 | 2024-10-30T13:29:04.060Z | Downloaded humantime-serde v1.1.1 |
378 | 2024-10-30T13:29:04.060Z | Downloaded getrandom v0.2.15 |
379 | 2024-10-30T13:29:04.060Z | Downloaded duct v0.13.7 |
380 | 2024-10-30T13:29:04.060Z | Downloaded textwrap v0.16.1 |
381 | 2024-10-30T13:29:04.060Z | Downloaded hyper-rustls v0.27.3 |
382 | 2024-10-30T13:29:04.060Z | Downloaded base64 v0.22.1 |
383 | 2024-10-30T13:29:04.061Z | Downloaded tokio v1.41.0 |
384 | 2024-10-30T13:29:04.087Z | Downloaded dialoguer v0.11.0 |
385 | 2024-10-30T13:29:04.087Z | Downloaded zstd-sys v2.0.13+zstd.1.5.6 |
386 | 2024-10-30T13:29:04.087Z | Downloaded crc32fast v1.4.2 |
387 | 2024-10-30T13:29:04.087Z | Downloaded clap_derive v4.5.18 |
388 | 2024-10-30T13:29:04.087Z | Downloaded tracing-log v0.2.0 |
389 | 2024-10-30T13:29:04.087Z | Downloaded http-body-util v0.1.2 |
390 | 2024-10-30T13:29:04.087Z | Downloaded mukti-metadata v0.2.1 |
391 | 2024-10-30T13:29:04.087Z | Downloaded unicase v2.8.0 |
392 | 2024-10-30T13:29:04.087Z | Downloaded clap v4.5.20 |
393 | 2024-10-30T13:29:04.087Z | Downloaded toml_datetime v0.6.8 |
394 | 2024-10-30T13:29:04.087Z | Downloaded cargo-platform v0.1.8 |
395 | 2024-10-30T13:29:04.088Z | Downloaded target-lexicon v0.12.16 |
396 | 2024-10-30T13:29:04.096Z | Downloaded equivalent v1.0.1 |
397 | 2024-10-30T13:29:04.096Z | Downloaded byteorder v1.5.0 |
398 | 2024-10-30T13:29:04.096Z | Downloaded tempfile v3.13.0 |
399 | 2024-10-30T13:29:04.096Z | Downloaded indenter v0.3.3 |
400 | 2024-10-30T13:29:04.096Z | Downloaded cfg_aliases v0.2.1 |
401 | 2024-10-30T13:29:04.096Z | Downloaded eyre v0.6.12 |
402 | 2024-10-30T13:29:04.096Z | Downloaded ahash v0.8.11 |
403 | 2024-10-30T13:29:04.096Z | Downloaded addr2line v0.21.0 |
404 | 2024-10-30T13:29:04.096Z | Downloaded toml v0.8.19 |
405 | 2024-10-30T13:29:04.096Z | Downloaded zstd v0.13.2 |
406 | 2024-10-30T13:29:04.104Z | Downloaded tracing-attributes v0.1.27 |
407 | 2024-10-30T13:29:04.104Z | Downloaded globset v0.4.15 |
408 | 2024-10-30T13:29:04.104Z | Downloaded autocfg v1.4.0 |
409 | 2024-10-30T13:29:04.104Z | Downloaded anstream v0.6.17 |
410 | 2024-10-30T13:29:04.125Z | Downloaded zerocopy-derive v0.7.35 |
411 | 2024-10-30T13:29:04.125Z | Downloaded home v0.5.9 |
412 | 2024-10-30T13:29:04.125Z | Downloaded try-lock v0.2.5 |
413 | 2024-10-30T13:29:04.125Z | Downloaded futures-macro v0.3.31 |
414 | 2024-10-30T13:29:04.125Z | Downloaded futures-core v0.3.31 |
415 | 2024-10-30T13:29:04.137Z | Downloaded future-queue v0.3.0 |
416 | 2024-10-30T13:29:04.137Z | Downloaded recursion v0.5.2 |
417 | 2024-10-30T13:29:04.137Z | Downloaded fixedbitset v0.4.2 |
418 | 2024-10-30T13:29:04.137Z | Downloaded ed25519 v2.2.3 |
419 | 2024-10-30T13:29:04.137Z | Downloaded cargo_metadata v0.18.1 |
420 | 2024-10-30T13:29:04.137Z | Downloaded block-buffer v0.10.4 |
421 | 2024-10-30T13:29:04.137Z | Downloaded anstyle-query v1.1.2 |
422 | 2024-10-30T13:29:04.138Z | Downloaded anstyle v1.0.9 |
423 | 2024-10-30T13:29:04.138Z | Downloaded terminal_size v0.4.0 |
424 | 2024-10-30T13:29:04.138Z | Downloaded supports-hyperlinks v3.0.0 |
425 | 2024-10-30T13:29:04.288Z | Downloaded ring v0.17.8 |
426 | 2024-10-30T13:29:04.596Z | Compiling proc-macro2 v1.0.89 |
427 | 2024-10-30T13:29:04.596Z | Compiling unicode-ident v1.0.13 |
428 | 2024-10-30T13:29:04.596Z | Compiling libc v0.2.161 |
429 | 2024-10-30T13:29:04.612Z | Compiling cfg-if v1.0.0 |
430 | 2024-10-30T13:29:04.613Z | Compiling memchr v2.7.4 |
431 | 2024-10-30T13:29:04.613Z | Compiling serde v1.0.214 |
432 | 2024-10-30T13:29:04.613Z | Compiling shlex v1.3.0 |
433 | 2024-10-30T13:29:04.739Z | Compiling once_cell v1.20.2 |
434 | 2024-10-30T13:29:04.774Z | Compiling autocfg v1.4.0 |
435 | 2024-10-30T13:29:05.026Z | Compiling itoa v1.0.11 |
436 | 2024-10-30T13:29:05.247Z | Compiling pin-project-lite v0.2.15 |
437 | 2024-10-30T13:29:05.305Z | Compiling bitflags v2.6.0 |
438 | 2024-10-30T13:29:05.319Z | Compiling rustix v0.38.38 |
439 | 2024-10-30T13:29:05.376Z | Compiling futures-core v0.3.31 |
440 | 2024-10-30T13:29:05.654Z | Compiling futures-sink v0.3.31 |
441 | 2024-10-30T13:29:05.758Z | Compiling slab v0.4.9 |
442 | 2024-10-30T13:29:05.795Z | Compiling futures-channel v0.3.31 |
443 | 2024-10-30T13:29:05.870Z | Compiling pin-utils v0.1.0 |
444 | 2024-10-30T13:29:05.956Z | Compiling futures-task v0.3.31 |
445 | 2024-10-30T13:29:06.114Z | Compiling smallvec v1.13.2 |
446 | 2024-10-30T13:29:06.214Z | Compiling jobserver v0.1.32 |
447 | 2024-10-30T13:29:06.246Z | Compiling ryu v1.0.18 |
448 | 2024-10-30T13:29:06.261Z | Compiling serde_json v1.0.132 |
449 | 2024-10-30T13:29:06.576Z | Compiling quote v1.0.37 |
450 | 2024-10-30T13:29:06.596Z | Compiling cc v1.1.31 |
451 | 2024-10-30T13:29:06.631Z | Compiling futures-io v0.3.31 |
452 | 2024-10-30T13:29:06.807Z | Compiling getrandom v0.2.15 |
453 | 2024-10-30T13:29:06.958Z | Compiling syn v2.0.85 |
454 | 2024-10-30T13:29:07.009Z | Compiling errno v0.3.9 |
455 | 2024-10-30T13:29:07.129Z | Compiling bytes v1.8.0 |
456 | 2024-10-30T13:29:07.206Z | Compiling tracing-core v0.1.32 |
457 | 2024-10-30T13:29:07.251Z | Compiling thiserror v1.0.65 |
458 | 2024-10-30T13:29:07.254Z | Compiling camino v1.1.9 |
459 | 2024-10-30T13:29:07.506Z | Compiling log v0.4.22 |
460 | 2024-10-30T13:29:07.831Z | Compiling fnv v1.0.7 |
461 | 2024-10-30T13:29:07.961Z | Compiling lazy_static v1.5.0 |
462 | 2024-10-30T13:29:08.068Z | Compiling signal-hook-registry v1.4.2 |
463 | 2024-10-30T13:29:08.084Z | Compiling mio v1.0.2 |
464 | 2024-10-30T13:29:08.116Z | Compiling socket2 v0.5.7 |
465 | 2024-10-30T13:29:08.998Z | Compiling unicode-width v0.1.14 |
466 | 2024-10-30T13:29:09.564Z | Compiling hashbrown v0.15.0 |
467 | 2024-10-30T13:29:09.580Z | Compiling target-lexicon v0.12.16 |
468 | 2024-10-30T13:29:09.596Z | Compiling rustls-pki-types v1.10.0 |
469 | 2024-10-30T13:29:09.700Z | Compiling equivalent v1.0.1 |
470 | 2024-10-30T13:29:09.778Z | Compiling http v1.1.0 |
471 | 2024-10-30T13:29:09.815Z | Compiling spin v0.9.8 |
472 | 2024-10-30T13:29:10.021Z | Compiling adler v1.0.2 |
473 | 2024-10-30T13:29:10.039Z | Compiling ring v0.17.8 |
474 | 2024-10-30T13:29:10.307Z | Compiling backtrace v0.3.71 |
475 | 2024-10-30T13:29:10.541Z | Compiling byteorder v1.5.0 |
476 | 2024-10-30T13:29:10.803Z | Compiling semver v1.0.23 |
477 | 2024-10-30T13:29:10.902Z | Compiling gimli v0.28.1 |
478 | 2024-10-30T13:29:10.990Z | Compiling utf8parse v0.2.2 |
479 | 2024-10-30T13:29:11.146Z | Compiling httparse v1.9.5 |
480 | 2024-10-30T13:29:11.274Z | Compiling guppy-workspace-hack v0.1.0 |
481 | 2024-10-30T13:29:11.415Z | Compiling untrusted v0.9.0 |
482 | 2024-10-30T13:29:11.600Z | Compiling http-body v1.0.1 |
483 | 2024-10-30T13:29:11.836Z | Compiling miniz_oxide v0.7.4 |
484 | 2024-10-30T13:29:11.874Z | Compiling object v0.32.2 |
485 | 2024-10-30T13:29:11.997Z | Compiling rustc-demangle v0.1.24 |
486 | 2024-10-30T13:29:13.002Z | Compiling try-lock v0.2.5 |
487 | 2024-10-30T13:29:13.161Z | Compiling zeroize v1.8.1 |
488 | 2024-10-30T13:29:13.163Z | Compiling tinyvec_macros v0.1.1 |
489 | 2024-10-30T13:29:13.253Z | Compiling rustls v0.23.16 |
490 | 2024-10-30T13:29:13.519Z | Compiling pkg-config v0.3.31 |
491 | 2024-10-30T13:29:13.573Z | Compiling target-spec v3.2.2 |
492 | 2024-10-30T13:29:14.121Z | Compiling fastrand v2.1.1 |
493 | 2024-10-30T13:29:14.291Z | Compiling tinyvec v1.8.0 |
494 | 2024-10-30T13:29:14.327Z | Compiling want v0.3.1 |
495 | 2024-10-30T13:29:14.613Z | Compiling tempfile v3.13.0 |
496 | 2024-10-30T13:29:14.735Z | Compiling zstd-sys v2.0.13+zstd.1.5.6 |
497 | 2024-10-30T13:29:14.772Z | Compiling cfg-expr v0.17.0 |
498 | 2024-10-30T13:29:15.502Z | Compiling addr2line v0.21.0 |
499 | 2024-10-30T13:29:16.443Z | Compiling aho-corasick v1.1.3 |
500 | 2024-10-30T13:29:16.502Z | Compiling owo-colors v4.1.0 |
501 | 2024-10-30T13:29:16.762Z | Compiling regex-syntax v0.8.5 |
502 | 2024-10-30T13:29:16.876Z | Compiling subtle v2.6.1 |
503 | 2024-10-30T13:29:16.995Z | Compiling version_check v0.9.5 |
504 | 2024-10-30T13:29:17.165Z | Compiling percent-encoding v2.3.1 |
505 | 2024-10-30T13:29:17.494Z | Compiling form_urlencoded v1.2.1 |
506 | 2024-10-30T13:29:17.646Z | Compiling ahash v0.8.11 |
507 | 2024-10-30T13:29:17.661Z | Compiling unicode-normalization v0.1.24 |
508 | 2024-10-30T13:29:18.019Z | Compiling num-traits v0.2.19 |
509 | 2024-10-30T13:29:18.337Z | Compiling is_ci v1.2.0 |
510 | 2024-10-30T13:29:18.607Z | Compiling smawk v0.3.2 |
511 | 2024-10-30T13:29:18.815Z | Compiling unicode-linebreak v0.1.5 |
512 | 2024-10-30T13:29:18.878Z | Compiling serde_derive v1.0.214 |
513 | 2024-10-30T13:29:18.922Z | Compiling futures-macro v0.3.31 |
514 | 2024-10-30T13:29:19.313Z | Compiling thiserror-impl v1.0.65 |
515 | 2024-10-30T13:29:20.135Z | Compiling tokio-macros v2.4.0 |
516 | 2024-10-30T13:29:20.772Z | Compiling futures-util v0.3.31 |
517 | 2024-10-30T13:29:21.646Z | Compiling tracing-attributes v0.1.27 |
518 | 2024-10-30T13:29:22.131Z | Compiling tokio v1.41.0 |
519 | 2024-10-30T13:29:23.944Z | Compiling zerocopy-derive v0.7.35 |
520 | 2024-10-30T13:29:25.038Z | Compiling tracing v0.1.40 |
521 | 2024-10-30T13:29:26.052Z | Compiling zerocopy v0.7.35 |
522 | 2024-10-30T13:29:27.790Z | Compiling regex-automata v0.4.8 |
523 | 2024-10-30T13:29:30.691Z | Compiling rustls-webpki v0.102.8 |
524 | 2024-10-30T13:29:33.387Z | Compiling indexmap v2.6.0 |
525 | 2024-10-30T13:29:36.600Z | Compiling hyper v1.5.0 |
526 | 2024-10-30T13:29:38.746Z | Compiling tower-service v0.3.3 |
527 | 2024-10-30T13:29:38.881Z | Compiling winnow v0.6.20 |
528 | 2024-10-30T13:29:39.304Z | Compiling unicode-bidi v0.3.17 |
529 | 2024-10-30T13:29:42.149Z | Compiling either v1.13.0 |
530 | 2024-10-30T13:29:42.604Z | Compiling nextest-workspace-hack v0.1.0 |
531 | 2024-10-30T13:29:42.734Z | Compiling portable-atomic v1.9.0 |
532 | 2024-10-30T13:29:42.940Z | Compiling tokio-rustls v0.26.0 |
533 | 2024-10-30T13:29:43.339Z | Compiling idna v0.5.0 |
534 | 2024-10-30T13:29:43.422Z | Compiling hyper-util v0.1.10 |
535 | 2024-10-30T13:29:43.734Z | Compiling pathdiff v0.2.2 |
536 | 2024-10-30T13:29:43.907Z | Compiling serde_spanned v0.6.8 |
537 | 2024-10-30T13:29:44.157Z | Compiling toml_datetime v0.6.8 |
538 | 2024-10-30T13:29:44.840Z | Compiling cargo-platform v0.1.8 |
539 | 2024-10-30T13:29:45.015Z | Compiling backtrace-ext v0.2.1 |
540 | 2024-10-30T13:29:45.535Z | Compiling textwrap v0.16.1 |
541 | 2024-10-30T13:29:45.944Z | Compiling miette-derive v7.2.0 |
542 | 2024-10-30T13:29:47.720Z | Compiling supports-color v3.0.1 |
543 | 2024-10-30T13:29:48.850Z | Compiling webpki-roots v0.26.6 |
544 | 2024-10-30T13:29:48.932Z | Compiling terminal_size v0.3.0 |
545 | 2024-10-30T13:29:49.077Z | Compiling console v0.15.8 |
546 | 2024-10-30T13:29:49.148Z | Compiling sharded-slab v0.1.7 |
547 | 2024-10-30T13:29:49.168Z | Compiling tracing-log v0.2.0 |
548 | 2024-10-30T13:29:49.789Z | Compiling vte_generate_state_changes v0.1.2 |
549 | 2024-10-30T13:29:50.442Z | Compiling thread_local v1.1.8 |
550 | 2024-10-30T13:29:50.600Z | Compiling supports-unicode v3.0.0 |
551 | 2024-10-30T13:29:50.888Z | Compiling cfg_aliases v0.2.1 |
552 | 2024-10-30T13:29:50.977Z | Compiling supports-hyperlinks v3.0.0 |
553 | 2024-10-30T13:29:51.142Z | Compiling fixedbitset v0.4.2 |
554 | 2024-10-30T13:29:51.169Z | Compiling zstd-safe v7.2.1 |
555 | 2024-10-30T13:29:51.287Z | Compiling adler2 v2.0.0 |
556 | 2024-10-30T13:29:51.512Z | Compiling newtype-uuid v1.1.2 |
557 | 2024-10-30T13:29:51.527Z | Compiling petgraph v0.6.5 |
558 | 2024-10-30T13:29:51.777Z | Compiling miniz_oxide v0.8.0 |
559 | 2024-10-30T13:29:51.858Z | Compiling miette v7.2.0 |
560 | 2024-10-30T13:29:52.082Z | Compiling nix v0.29.0 |
561 | 2024-10-30T13:29:52.171Z | Compiling tracing-subscriber v0.3.18 |
562 | 2024-10-30T13:29:52.937Z | Compiling vte v0.11.1 |
563 | 2024-10-30T13:29:54.341Z | Compiling hyper-rustls v0.27.3 |
564 | 2024-10-30T13:29:55.224Z | Compiling cargo_metadata v0.18.1 |
565 | 2024-10-30T13:29:55.961Z | Compiling toml_edit v0.22.22 |
566 | 2024-10-30T13:29:57.216Z | Compiling url v2.5.2 |
567 | 2024-10-30T13:29:59.732Z | Compiling itertools v0.13.0 |
568 | 2024-10-30T13:29:59.984Z | Compiling serde_urlencoded v0.7.1 |
569 | 2024-10-30T13:30:00.592Z | Compiling smol_str v0.3.2 |
570 | 2024-10-30T13:30:01.236Z | Compiling regex v1.11.1 |
571 | 2024-10-30T13:30:02.094Z | Compiling ppv-lite86 v0.2.20 |
572 | 2024-10-30T13:30:02.874Z | Compiling http-body-util v0.1.2 |
573 | 2024-10-30T13:30:03.008Z | Compiling futures-executor v0.3.31 |
574 | 2024-10-30T13:30:03.484Z | Compiling pin-project-internal v1.1.7 |
575 | 2024-10-30T13:30:03.574Z | Compiling anstyle-parse v0.2.6 |
576 | 2024-10-30T13:30:03.942Z | Compiling rustls-pemfile v2.2.0 |
577 | 2024-10-30T13:30:04.152Z | Compiling xattr v1.3.1 |
578 | 2024-10-30T13:30:04.401Z | Compiling rand_core v0.6.4 |
579 | 2024-10-30T13:30:04.442Z | Compiling uuid v1.11.0 |
580 | 2024-10-30T13:30:04.855Z | Compiling filetime v0.2.25 |
581 | 2024-10-30T13:30:04.899Z | Compiling bstr v1.10.0 |
582 | 2024-10-30T13:30:05.235Z | Compiling sync_wrapper v1.0.1 |
583 | 2024-10-30T13:30:05.389Z | Compiling crc32fast v1.4.2 |
584 | 2024-10-30T13:30:05.619Z | Compiling debug-ignore v1.0.5 |
585 | 2024-10-30T13:30:05.768Z | Compiling is_terminal_polyfill v1.70.1 |
586 | 2024-10-30T13:30:05.878Z | Compiling nested v0.1.1 |
587 | 2024-10-30T13:30:05.894Z | Compiling self_update v0.41.0 |
588 | 2024-10-30T13:30:06.203Z | Compiling static_assertions v1.1.0 |
589 | 2024-10-30T13:30:06.253Z | Compiling mime v0.3.17 |
590 | 2024-10-30T13:30:06.282Z | Compiling colorchoice v1.0.3 |
591 | 2024-10-30T13:30:06.301Z | Compiling anstyle v1.0.9 |
592 | 2024-10-30T13:30:06.423Z | Compiling number_prefix v0.4.0 |
593 | 2024-10-30T13:30:06.446Z | Compiling ipnet v2.10.1 |
594 | 2024-10-30T13:30:06.666Z | Compiling anstyle-query v1.1.2 |
595 | 2024-10-30T13:30:06.822Z | Compiling minimal-lexical v0.2.1 |
596 | 2024-10-30T13:30:06.849Z | Compiling base64 v0.22.1 |
597 | 2024-10-30T13:30:07.220Z | Compiling iana-time-zone v0.1.61 |
598 | 2024-10-30T13:30:07.335Z | Compiling eyre v0.6.12 |
599 | 2024-10-30T13:30:07.401Z | Compiling chrono v0.4.38 |
600 | 2024-10-30T13:30:07.895Z | Compiling reqwest v0.12.9 |
601 | 2024-10-30T13:30:07.909Z | Compiling nom v7.1.3 |
602 | 2024-10-30T13:30:08.292Z | Compiling anstream v0.6.17 |
603 | 2024-10-30T13:30:09.331Z | Compiling indicatif v0.17.8 |
604 | 2024-10-30T13:30:09.561Z | Compiling guppy v0.17.8 |
605 | 2024-10-30T13:30:12.336Z | Compiling pin-project v1.1.7 |
606 | 2024-10-30T13:30:12.491Z | Compiling globset v0.4.15 |
607 | 2024-10-30T13:30:15.463Z | Compiling flate2 v1.0.34 |
608 | 2024-10-30T13:30:16.313Z | Compiling tar v0.4.42 |
609 | 2024-10-30T13:30:17.107Z | Compiling rand_chacha v0.3.1 |
610 | 2024-10-30T13:30:18.753Z | Compiling futures v0.3.31 |
611 | 2024-10-30T13:30:18.801Z | Compiling nextest-metadata v0.12.1 |
612 | 2024-10-30T13:30:18.865Z | Compiling toml v0.8.19 |
613 | 2024-10-30T13:30:19.087Z | Compiling tracing-error v0.2.0 |
614 | 2024-10-30T13:30:19.517Z | Compiling strip-ansi-escapes v0.2.0 |
615 | 2024-10-30T13:30:20.714Z | Compiling self-replace v1.5.0 |
616 | 2024-10-30T13:30:21.140Z | Compiling terminal_size v0.4.0 |
617 | 2024-10-30T13:30:21.289Z | Compiling os_pipe v1.2.1 |
618 | 2024-10-30T13:30:21.361Z | Compiling shared_child v1.0.1 |
619 | 2024-10-30T13:30:21.465Z | Compiling quick-xml v0.36.2 |
620 | 2024-10-30T13:30:21.571Z | Compiling quick-xml v0.23.1 |
621 | 2024-10-30T13:30:22.016Z | Compiling unicode-width v0.2.0 |
622 | 2024-10-30T13:30:22.440Z | Compiling clap_lex v0.7.2 |
623 | 2024-10-30T13:30:22.576Z | Compiling recursion v0.5.2 |
624 | 2024-10-30T13:30:22.793Z | Compiling indenter v0.3.3 |
625 | 2024-10-30T13:30:22.988Z | Compiling urlencoding v2.1.3 |
626 | 2024-10-30T13:30:23.157Z | Compiling humantime v2.1.0 |
627 | 2024-10-30T13:30:23.423Z | Compiling shell-words v1.1.0 |
628 | 2024-10-30T13:30:23.847Z | Compiling unicase v2.8.0 |
629 | 2024-10-30T13:30:23.985Z | Compiling heck v0.5.0 |
630 | 2024-10-30T13:30:24.000Z | Compiling owo-colors v3.5.0 |
631 | 2024-10-30T13:30:24.391Z | Compiling strsim v0.11.1 |
632 | 2024-10-30T13:30:24.415Z | Compiling clap_derive v4.5.18 |
633 | 2024-10-30T13:30:25.065Z | Compiling clap_builder v4.5.20 |
634 | 2024-10-30T13:30:26.378Z | Compiling color-spantrace v0.2.1 |
635 | 2024-10-30T13:30:26.440Z | Compiling humantime-serde v1.1.1 |
636 | 2024-10-30T13:30:27.356Z | Compiling nextest-filtering v0.12.0 |
637 | 2024-10-30T13:30:28.043Z | Compiling quick-junit v0.5.0 |
638 | 2024-10-30T13:30:29.266Z | Compiling duct v0.13.7 |
639 | 2024-10-30T13:30:30.322Z | Compiling cargo-nextest v0.9.82 |
640 | 2024-10-30T13:30:32.291Z | Compiling config v0.14.1 |
641 | 2024-10-30T13:30:33.230Z | Compiling zstd v0.13.2 |
642 | 2024-10-30T13:30:33.335Z | Compiling async-scoped v0.9.0 |
643 | 2024-10-30T13:30:33.658Z | Compiling rand v0.8.5 |
644 | 2024-10-30T13:30:34.116Z | Compiling target-spec-miette v0.4.0 |
645 | 2024-10-30T13:30:34.876Z | Compiling mukti-metadata v0.2.1 |
646 | 2024-10-30T13:30:35.533Z | Compiling camino-tempfile v1.1.1 |
647 | 2024-10-30T13:30:35.862Z | Compiling serde_ignored v0.1.10 |
648 | 2024-10-30T13:30:36.297Z | Compiling serde_path_to_error v0.1.16 |
649 | 2024-10-30T13:30:36.313Z | Compiling future-queue v0.3.0 |
650 | 2024-10-30T13:30:36.333Z | Compiling atomicwrites v0.4.4 |
651 | 2024-10-30T13:30:36.750Z | Compiling display-error-chain v0.2.2 |
652 | 2024-10-30T13:30:36.860Z | Compiling home v0.5.9 |
653 | 2024-10-30T13:30:36.960Z | Compiling xxhash-rust v0.8.12 |
654 | 2024-10-30T13:30:37.158Z | Compiling nextest-runner v0.65.0 |
655 | 2024-10-30T13:30:37.257Z | Compiling clap v4.5.20 |
656 | 2024-10-30T13:30:37.325Z | Compiling color-eyre v0.6.3 |
657 | 2024-10-30T13:30:37.378Z | Compiling dialoguer v0.11.0 |
658 | 2024-10-30T13:30:41.164Z | Compiling swrite v0.1.0 |
659 | 2024-10-30T13:30:41.297Z | Compiling enable-ansi-support v0.2.1 |
660 | 2024-10-30T13:31:17.012Z | Finished `release` profile [optimized] target(s) in 2m 15s |
661 | 2024-10-30T13:31:17.217Z | Installing /home/build/.cargo/bin/cargo-nextest |
662 | 2024-10-30T13:31:17.220Z | Installed package `cargo-nextest v0.9.82` (executable `cargo-nextest`) |
663 | 2024-10-30T13:31:17.308Z | + pushd bgp |
664 | 2024-10-30T13:31:17.310Z | /work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite |
665 | 2024-10-30T13:31:17.310Z | + cargo nextest run |
666 | 2024-10-30T13:31:17.592Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
667 | 2024-10-30T13:31:17.824Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
668 | 2024-10-30T13:31:18.119Z | From https://www.github.com/oxidecomputer/oxnet |
669 | 2024-10-30T13:31:18.120Z | * [new branch] ci -> origin/ci |
670 | 2024-10-30T13:31:18.122Z | * [new branch] dependabot/cargo/regress-0.10.1 -> origin/dependabot/cargo/regress-0.10.1 |
671 | 2024-10-30T13:31:18.122Z | * [new branch] dependabot/cargo/serde-1.0.210 -> origin/dependabot/cargo/serde-1.0.210 |
672 | 2024-10-30T13:31:18.122Z | * [new branch] dependabot/cargo/serde_json-1.0.128 -> origin/dependabot/cargo/serde_json-1.0.128 |
673 | 2024-10-30T13:31:18.122Z | * [new branch] main -> origin/main |
674 | 2024-10-30T13:31:18.122Z | * [new ref] -> origin/HEAD |
675 | 2024-10-30T13:31:18.132Z | Updating crates.io index |
676 | 2024-10-30T13:31:18.135Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
677 | 2024-10-30T13:31:18.949Z | From https://github.com/oxidecomputer/falcon |
678 | 2024-10-30T13:31:18.949Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
679 | 2024-10-30T13:31:19.098Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
680 | 2024-10-30T13:31:20.538Z | From https://github.com/oxidecomputer/dendrite |
681 | 2024-10-30T13:31:20.538Z | * [new ref] 1bdebcb17b92c6d41b9761fd22eadad591ca2ded -> refs/commit/1bdebcb17b92c6d41b9761fd22eadad591ca2ded |
682 | 2024-10-30T13:31:20.590Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
683 | 2024-10-30T13:31:21.018Z | From https://github.com/oxidecomputer/ispf |
684 | 2024-10-30T13:31:21.018Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
685 | 2024-10-30T13:31:21.028Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
686 | 2024-10-30T13:31:21.444Z | From https://github.com/oxidecomputer/netadm-sys |
687 | 2024-10-30T13:31:21.444Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
688 | 2024-10-30T13:31:21.458Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
689 | 2024-10-30T13:31:26.381Z | From https://github.com/oxidecomputer/omicron |
690 | 2024-10-30T13:31:26.381Z | * [new ref] f0606153019cf48894a82886dc3b99c8dbcaa67a -> refs/commit/f0606153019cf48894a82886dc3b99c8dbcaa67a |
691 | 2024-10-30T13:31:26.412Z | * [new tag] dogfood -> dogfood |
692 | 2024-10-30T13:31:26.415Z | * [new tag] v5 -> v5 |
693 | 2024-10-30T13:31:26.415Z | * [new tag] v6 -> v6 |
694 | 2024-10-30T13:31:26.415Z | * [new tag] v7 -> v7 |
695 | 2024-10-30T13:31:26.415Z | * [new tag] v8 -> v8 |
696 | 2024-10-30T13:31:26.415Z | * [new tag] v9 -> v9 |
697 | 2024-10-30T13:31:26.775Z | Updating git repository `https://github.com/oxidecomputer/opte` |
698 | 2024-10-30T13:31:27.901Z | From https://github.com/oxidecomputer/opte |
699 | 2024-10-30T13:31:27.901Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
700 | 2024-10-30T13:31:27.947Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
701 | 2024-10-30T13:31:28.544Z | From https://github.com/oxidecomputer/omicron |
702 | 2024-10-30T13:31:28.544Z | * [new ref] dceed974ee3beee7698db473153722ef28f53373 -> refs/commit/dceed974ee3beee7698db473153722ef28f53373 |
703 | 2024-10-30T13:31:28.934Z | Updating git repository `https://github.com/illumos/smf-rs` |
704 | 2024-10-30T13:31:29.377Z | From https://github.com/illumos/smf-rs |
705 | 2024-10-30T13:31:29.377Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
706 | 2024-10-30T13:31:29.407Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
707 | 2024-10-30T13:31:30.259Z | From https://github.com/oxidecomputer/maghemite |
708 | 2024-10-30T13:31:30.259Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
709 | 2024-10-30T13:31:30.278Z | * [new tag] rift -> rift |
710 | 2024-10-30T13:31:30.280Z | * [new tag] srp -> srp |
711 | 2024-10-30T13:31:30.280Z | * [new tag] tie-spf -> tie-spf |
712 | 2024-10-30T13:31:30.316Z | Updating git repository `https://github.com/oxidecomputer/zone` |
713 | 2024-10-30T13:31:30.767Z | From https://github.com/oxidecomputer/zone |
714 | 2024-10-30T13:31:30.767Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
715 | 2024-10-30T13:31:30.778Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
716 | 2024-10-30T13:31:31.482Z | From https://github.com/oxidecomputer/propolis |
717 | 2024-10-30T13:31:31.482Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
718 | 2024-10-30T13:31:31.932Z | Updating git repository `https://github.com/illumos/smf-rs` |
719 | 2024-10-30T13:31:32.367Z | From https://github.com/illumos/smf-rs |
720 | 2024-10-30T13:31:32.367Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
721 | 2024-10-30T13:31:32.380Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
722 | 2024-10-30T13:31:32.919Z | From https://github.com/oxidecomputer/dlpi-sys |
723 | 2024-10-30T13:31:32.919Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
724 | 2024-10-30T13:31:32.938Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
725 | 2024-10-30T13:31:33.353Z | From https://github.com/jmesmon/rust-libzfs |
726 | 2024-10-30T13:31:33.353Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
727 | 2024-10-30T13:31:33.367Z | * [new tag] v0.4.0 -> v0.4.0 |
728 | 2024-10-30T13:31:33.382Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
729 | 2024-10-30T13:31:33.868Z | From https://github.com/oxidecomputer/rusty-doors |
730 | 2024-10-30T13:31:33.868Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
731 | 2024-10-30T13:31:33.891Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
732 | 2024-10-30T13:31:34.408Z | From https://github.com/oxidecomputer/maghemite |
733 | 2024-10-30T13:31:34.408Z | * [new ref] 056283eb02b6887fbf27f66a215662520f7c159c -> refs/commit/056283eb02b6887fbf27f66a215662520f7c159c |
734 | 2024-10-30T13:31:34.444Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
735 | 2024-10-30T13:31:34.873Z | From https://github.com/oxidecomputer/serde_human_bytes |
736 | 2024-10-30T13:31:34.873Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
737 | 2024-10-30T13:31:34.900Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
738 | 2024-10-30T13:31:35.279Z | From https://github.com/oxidecomputer/slog-error-chain |
739 | 2024-10-30T13:31:35.279Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
740 | 2024-10-30T13:31:35.312Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
741 | 2024-10-30T13:31:35.687Z | From https://github.com/oxidecomputer/poptrie |
742 | 2024-10-30T13:31:35.687Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
743 | 2024-10-30T13:31:35.709Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
744 | 2024-10-30T13:31:36.145Z | From https://github.com/illumos/libscf-sys |
745 | 2024-10-30T13:31:36.145Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
746 | 2024-10-30T13:31:36.167Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
747 | 2024-10-30T13:31:37.083Z | From https://github.com/oxidecomputer/progenitor |
748 | 2024-10-30T13:31:37.083Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
749 | 2024-10-30T13:31:37.105Z | * [new tag] v0.1.1 -> v0.1.1 |
750 | 2024-10-30T13:31:37.107Z | * [new tag] v0.2.0 -> v0.2.0 |
751 | 2024-10-30T13:31:37.107Z | * [new tag] v0.3.0 -> v0.3.0 |
752 | 2024-10-30T13:31:37.107Z | * [new tag] v0.4.0 -> v0.4.0 |
753 | 2024-10-30T13:31:37.107Z | * [new tag] v0.5.0 -> v0.5.0 |
754 | 2024-10-30T13:31:37.107Z | * [new tag] v0.6.0 -> v0.6.0 |
755 | 2024-10-30T13:31:37.107Z | * [new tag] v0.7.0 -> v0.7.0 |
756 | 2024-10-30T13:31:37.242Z | Updating git repository `https://github.com/oxidecomputer/typify` |
757 | 2024-10-30T13:31:38.066Z | From https://github.com/oxidecomputer/typify |
758 | 2024-10-30T13:31:38.066Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
759 | 2024-10-30T13:31:38.069Z | * [new tag] v0.2.0 -> v0.2.0 |
760 | 2024-10-30T13:31:38.086Z | * [new tag] v0.0.10 -> v0.0.10 |
761 | 2024-10-30T13:31:38.088Z | * [new tag] v0.0.11 -> v0.0.11 |
762 | 2024-10-30T13:31:38.088Z | * [new tag] v0.0.12 -> v0.0.12 |
763 | 2024-10-30T13:31:38.088Z | * [new tag] v0.0.13 -> v0.0.13 |
764 | 2024-10-30T13:31:38.088Z | * [new tag] v0.0.14 -> v0.0.14 |
765 | 2024-10-30T13:31:38.088Z | * [new tag] v0.0.15 -> v0.0.15 |
766 | 2024-10-30T13:31:38.088Z | * [new tag] v0.0.16 -> v0.0.16 |
767 | 2024-10-30T13:31:38.089Z | * [new tag] v0.0.4 -> v0.0.4 |
768 | 2024-10-30T13:31:38.089Z | * [new tag] v0.0.5 -> v0.0.5 |
769 | 2024-10-30T13:31:38.089Z | * [new tag] v0.0.7 -> v0.0.7 |
770 | 2024-10-30T13:31:38.089Z | * [new tag] v0.0.8 -> v0.0.8 |
771 | 2024-10-30T13:31:38.089Z | * [new tag] v0.0.9 -> v0.0.9 |
772 | 2024-10-30T13:31:38.089Z | * [new tag] v0.1.0 -> v0.1.0 |
773 | 2024-10-30T13:31:38.154Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
774 | 2024-10-30T13:31:38.664Z | From https://github.com/oxidecomputer/propolis |
775 | 2024-10-30T13:31:38.664Z | * [new ref] 11371b0f3743f8df5b047dc0edc2699f4bdf3927 -> refs/commit/11371b0f3743f8df5b047dc0edc2699f4bdf3927 |
776 | 2024-10-30T13:31:38.738Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
777 | 2024-10-30T13:31:40.721Z | From https://github.com/oxidecomputer/crucible |
778 | 2024-10-30T13:31:40.721Z | * [new ref] 2b88ab88461fb06aaf2aab11c5e381a3cad25eac -> refs/commit/2b88ab88461fb06aaf2aab11c5e381a3cad25eac |
779 | 2024-10-30T13:31:40.777Z | Updating git repository `https://github.com/oxidecomputer/opte` |
780 | 2024-10-30T13:31:41.234Z | From https://github.com/oxidecomputer/opte |
781 | 2024-10-30T13:31:41.234Z | * [new ref] f3002b356da7d0e4ca15beb66a5566a92919baaa -> refs/commit/f3002b356da7d0e4ca15beb66a5566a92919baaa |
782 | 2024-10-30T13:31:41.277Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
783 | 2024-10-30T13:31:41.956Z | From https://github.com/oxidecomputer/management-gateway-service |
784 | 2024-10-30T13:31:41.956Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
785 | 2024-10-30T13:31:42.366Z | Downloading crates ... |
786 | 2024-10-30T13:31:42.523Z | Downloaded argon2 v0.5.3 |
787 | 2024-10-30T13:31:42.526Z | Downloaded async-stream v0.3.5 |
788 | 2024-10-30T13:31:42.530Z | Downloaded blake2 v0.10.6 |
789 | 2024-10-30T13:31:42.538Z | Downloaded cc v1.1.21 |
790 | 2024-10-30T13:31:42.542Z | Downloaded cancel-safe-futures v0.1.5 |
791 | 2024-10-30T13:31:42.545Z | Downloaded hash32 v0.3.1 |
792 | 2024-10-30T13:31:42.547Z | Downloaded dirs-sys-next v0.1.2 |
793 | 2024-10-30T13:31:42.551Z | Downloaded ident_case v1.0.1 |
794 | 2024-10-30T13:31:42.551Z | Downloaded sync_wrapper v0.1.2 |
795 | 2024-10-30T13:31:42.551Z | Downloaded hex v0.4.3 |
796 | 2024-10-30T13:31:42.553Z | Downloaded heck v0.4.1 |
797 | 2024-10-30T13:31:42.556Z | Downloaded crossbeam-deque v0.8.5 |
798 | 2024-10-30T13:31:42.556Z | Downloaded bitflags v1.3.2 |
799 | 2024-10-30T13:31:42.558Z | Downloaded crossbeam-epoch v0.9.18 |
800 | 2024-10-30T13:31:42.561Z | Downloaded time-core v0.1.2 |
801 | 2024-10-30T13:31:42.563Z | Downloaded time-macros v0.2.18 |
802 | 2024-10-30T13:31:42.565Z | Downloaded serde_repr v0.1.19 |
803 | 2024-10-30T13:31:42.568Z | Downloaded serde_derive_internals v0.29.1 |
804 | 2024-10-30T13:31:42.570Z | Downloaded darling_core v0.20.10 |
805 | 2024-10-30T13:31:42.573Z | Downloaded serde_with_macros v3.11.0 |
806 | 2024-10-30T13:31:42.576Z | Downloaded stable_deref_trait v1.2.0 |
807 | 2024-10-30T13:31:42.578Z | Downloaded serde_spanned v0.6.7 |
808 | 2024-10-30T13:31:42.578Z | Downloaded hashbrown v0.14.5 |
809 | 2024-10-30T13:31:42.584Z | Downloaded walkdir v2.5.0 |
810 | 2024-10-30T13:31:42.586Z | Downloaded uuid v1.10.0 |
811 | 2024-10-30T13:31:42.589Z | Downloaded unicode-bidi v0.3.15 |
812 | 2024-10-30T13:31:42.592Z | Downloaded convert_case v0.4.0 |
813 | 2024-10-30T13:31:42.594Z | Downloaded cobs v0.2.3 |
814 | 2024-10-30T13:31:42.596Z | Downloaded clap v4.5.18 |
815 | 2024-10-30T13:31:42.604Z | Downloaded cookie v0.18.1 |
816 | 2024-10-30T13:31:42.607Z | Downloaded serde_json v1.0.128 |
817 | 2024-10-30T13:31:42.614Z | Downloaded syn v1.0.109 |
818 | 2024-10-30T13:31:42.625Z | Downloaded winnow v0.5.40 |
819 | 2024-10-30T13:31:42.634Z | Downloaded clap_builder v4.5.18 |
820 | 2024-10-30T13:31:42.640Z | Downloaded toml v0.7.8 |
821 | 2024-10-30T13:31:42.643Z | Downloaded tokio-rustls v0.24.1 |
822 | 2024-10-30T13:31:42.646Z | Downloaded serde_derive v1.0.210 |
823 | 2024-10-30T13:31:42.649Z | Downloaded hashbrown v0.12.3 |
824 | 2024-10-30T13:31:42.653Z | Downloaded constant_time_eq v0.3.1 |
825 | 2024-10-30T13:31:42.656Z | Downloaded const-random v0.1.18 |
826 | 2024-10-30T13:31:42.659Z | Downloaded darling v0.20.10 |
827 | 2024-10-30T13:31:42.663Z | Downloaded serde_with v3.11.0 |
828 | 2024-10-30T13:31:42.668Z | Downloaded serde_tokenstream v0.2.2 |
829 | 2024-10-30T13:31:42.671Z | Downloaded serde-big-array v0.5.1 |
830 | 2024-10-30T13:31:42.673Z | Downloaded half v2.4.1 |
831 | 2024-10-30T13:31:42.675Z | Downloaded diff v0.1.13 |
832 | 2024-10-30T13:31:42.679Z | Downloaded time v0.3.36 |
833 | 2024-10-30T13:31:42.684Z | Downloaded crossbeam-utils v0.8.20 |
834 | 2024-10-30T13:31:42.687Z | Downloaded async-trait v0.1.83 |
835 | 2024-10-30T13:31:42.694Z | Downloaded async-stream-impl v0.3.5 |
836 | 2024-10-30T13:31:42.697Z | Downloaded anstyle-parse v0.2.5 |
837 | 2024-10-30T13:31:42.697Z | Downloaded colorchoice v1.0.2 |
838 | 2024-10-30T13:31:42.697Z | Downloaded crunchy v0.2.2 |
839 | 2024-10-30T13:31:42.697Z | Downloaded anstream v0.6.15 |
840 | 2024-10-30T13:31:42.699Z | Downloaded arrayvec v0.7.6 |
841 | 2024-10-30T13:31:42.702Z | Downloaded anyhow v1.0.89 |
842 | 2024-10-30T13:31:42.704Z | Downloaded heck v0.3.3 |
843 | 2024-10-30T13:31:42.707Z | Downloaded base64 v0.13.1 |
844 | 2024-10-30T13:31:42.709Z | Downloaded bytes v1.7.2 |
845 | 2024-10-30T13:31:42.712Z | Downloaded arc-swap v1.7.1 |
846 | 2024-10-30T13:31:42.716Z | Downloaded crossbeam-channel v0.5.13 |
847 | 2024-10-30T13:31:42.721Z | Downloaded allocator-api2 v0.2.18 |
848 | 2024-10-30T13:31:42.724Z | Downloaded h2 v0.3.26 |
849 | 2024-10-30T13:31:42.732Z | Downloaded httpdate v1.0.3 |
850 | 2024-10-30T13:31:42.734Z | Downloaded ciborium-ll v0.2.2 |
851 | 2024-10-30T13:31:42.734Z | Downloaded ciborium-io v0.2.2 |
852 | 2024-10-30T13:31:42.736Z | Downloaded ciborium v0.2.2 |
853 | 2024-10-30T13:31:42.739Z | Downloaded backoff v0.4.0 |
854 | 2024-10-30T13:31:43.743Z | Downloaded autocfg v1.3.0 |
855 | 2024-10-30T13:31:43.747Z | Downloaded anstyle v1.0.8 |
856 | 2024-10-30T13:31:43.747Z | Downloaded arrayref v0.3.9 |
857 | 2024-10-30T13:31:43.747Z | Downloaded anstyle-query v1.1.1 |
858 | 2024-10-30T13:31:43.747Z | Downloaded deranged v0.3.11 |
859 | 2024-10-30T13:31:43.747Z | Downloaded data-encoding v2.6.0 |
860 | 2024-10-30T13:31:43.747Z | Downloaded sha1 v0.10.6 |
861 | 2024-10-30T13:31:43.747Z | Downloaded colored v2.1.0 |
862 | 2024-10-30T13:31:43.747Z | Downloaded dirs-next v2.0.0 |
863 | 2024-10-30T13:31:43.747Z | Downloaded darling_macro v0.20.10 |
864 | 2024-10-30T13:31:43.747Z | Downloaded atomic-waker v1.1.2 |
865 | 2024-10-30T13:31:43.747Z | Downloaded float-ord v0.3.2 |
866 | 2024-10-30T13:31:43.747Z | Downloaded flate2 v1.0.33 |
867 | 2024-10-30T13:31:43.747Z | Downloaded hyper-rustls v0.24.2 |
868 | 2024-10-30T13:31:43.747Z | Downloaded http-body v0.4.6 |
869 | 2024-10-30T13:31:43.747Z | Downloaded tempfile v3.12.0 |
870 | 2024-10-30T13:31:43.747Z | Downloaded strum v0.26.3 |
871 | 2024-10-30T13:31:43.747Z | Downloaded http v0.2.12 |
872 | 2024-10-30T13:31:43.747Z | Downloaded serde v1.0.210 |
873 | 2024-10-30T13:31:43.747Z | Downloaded serde_yaml v0.9.34+deprecated |
874 | 2024-10-30T13:31:43.747Z | Downloaded ucd-trie v0.1.6 |
875 | 2024-10-30T13:31:43.747Z | Downloaded toml_edit v0.19.15 |
876 | 2024-10-30T13:31:43.747Z | Downloaded unsafe-libyaml v0.2.11 |
877 | 2024-10-30T13:31:43.747Z | Downloaded tokio-util v0.7.12 |
878 | 2024-10-30T13:31:43.748Z | Downloaded indexmap v1.9.3 |
879 | 2024-10-30T13:31:43.748Z | Downloaded hostname v0.3.1 |
880 | 2024-10-30T13:31:43.748Z | Downloaded same-file v1.0.6 |
881 | 2024-10-30T13:31:43.748Z | Downloaded quick-error v1.2.3 |
882 | 2024-10-30T13:31:43.748Z | Downloaded rayon-core v1.12.1 |
883 | 2024-10-30T13:31:43.748Z | Downloaded num-derive v0.3.3 |
884 | 2024-10-30T13:31:43.748Z | Downloaded quinn-udp v0.5.5 |
885 | 2024-10-30T13:31:43.748Z | Downloaded sct v0.7.1 |
886 | 2024-10-30T13:31:43.748Z | Downloaded is-terminal v0.4.13 |
887 | 2024-10-30T13:31:43.748Z | Downloaded similar v2.6.0 |
888 | 2024-10-30T13:31:43.748Z | Downloaded num-conv v0.1.0 |
889 | 2024-10-30T13:31:43.748Z | Downloaded rustls-pki-types v1.8.0 |
890 | 2024-10-30T13:31:43.748Z | Downloaded parking_lot_core v0.9.10 |
891 | 2024-10-30T13:31:43.748Z | Downloaded itertools v0.10.5 |
892 | 2024-10-30T13:31:43.748Z | Downloaded usdt v0.5.0 |
893 | 2024-10-30T13:31:43.748Z | Downloaded topological-sort v0.2.2 |
894 | 2024-10-30T13:31:43.748Z | Downloaded spin v0.5.2 |
895 | 2024-10-30T13:31:43.748Z | Downloaded match_cfg v0.1.0 |
896 | 2024-10-30T13:31:43.748Z | Downloaded num-integer v0.1.46 |
897 | 2024-10-30T13:31:43.748Z | Downloaded num-iter v0.1.45 |
898 | 2024-10-30T13:31:43.748Z | Downloaded untrusted v0.7.1 |
899 | 2024-10-30T13:31:43.748Z | Downloaded unicode-segmentation v1.12.0 |
900 | 2024-10-30T13:31:43.748Z | Downloaded openssl-sys v0.9.103 |
901 | 2024-10-30T13:31:43.748Z | Downloaded typify v0.2.0 |
902 | 2024-10-30T13:31:43.748Z | Downloaded tungstenite v0.21.0 |
903 | 2024-10-30T13:31:43.748Z | Downloaded hyper-util v0.1.9 |
904 | 2024-10-30T13:31:43.748Z | Downloaded hyper-tls v0.5.0 |
905 | 2024-10-30T13:31:43.748Z | Downloaded num-rational v0.4.2 |
906 | 2024-10-30T13:31:43.748Z | Downloaded hyper v0.14.30 |
907 | 2024-10-30T13:31:43.748Z | Downloaded pest v2.7.13 |
908 | 2024-10-30T13:31:43.748Z | Downloaded expectorate v1.1.0 |
909 | 2024-10-30T13:31:43.748Z | Downloaded dropshot v0.12.0 |
910 | 2024-10-30T13:31:43.748Z | Downloaded memmap2 v0.9.5 |
911 | 2024-10-30T13:31:43.748Z | Downloaded reqwest v0.11.27 |
912 | 2024-10-30T13:31:43.748Z | Downloaded rustls-webpki v0.101.7 |
913 | 2024-10-30T13:31:43.748Z | Downloaded proc-macro-error v1.0.4 |
914 | 2024-10-30T13:31:43.748Z | Downloaded schemars_derive v0.8.21 |
915 | 2024-10-30T13:31:43.748Z | Downloaded paste v1.0.15 |
916 | 2024-10-30T13:31:43.748Z | Downloaded schemars v0.8.21 |
917 | 2024-10-30T13:31:43.749Z | Downloaded prettyplease v0.2.22 |
918 | 2024-10-30T13:31:43.749Z | Downloaded parking_lot v0.11.2 |
919 | 2024-10-30T13:31:43.749Z | Downloaded yansi v1.0.1 |
920 | 2024-10-30T13:31:43.749Z | Downloaded ipnet v2.10.0 |
921 | 2024-10-30T13:31:43.749Z | Downloaded slog-async v2.8.0 |
922 | 2024-10-30T13:31:43.749Z | Downloaded indent_write v2.2.0 |
923 | 2024-10-30T13:31:43.749Z | Downloaded zone_cfg_derive v0.3.0 |
924 | 2024-10-30T13:31:43.749Z | Downloaded zone_cfg_derive v0.1.2 |
925 | 2024-10-30T13:31:43.749Z | Downloaded thiserror-impl v1.0.64 |
926 | 2024-10-30T13:31:43.749Z | Downloaded slog-json v2.6.1 |
927 | 2024-10-30T13:31:43.749Z | Downloaded zone v0.3.0 |
928 | 2024-10-30T13:31:43.749Z | Downloaded zone v0.1.8 |
929 | 2024-10-30T13:31:43.749Z | Downloaded zerocopy v0.6.6 |
930 | 2024-10-30T13:31:43.749Z | Downloaded rustversion v1.0.17 |
931 | 2024-10-30T13:31:43.749Z | Downloaded reqwest v0.12.8 |
932 | 2024-10-30T13:31:43.749Z | Downloaded rustix v0.38.37 |
933 | 2024-10-30T13:31:43.749Z | Downloaded omicron-zone-package v0.11.0 |
934 | 2024-10-30T13:31:43.749Z | Downloaded multer v3.1.0 |
935 | 2024-10-30T13:31:43.749Z | Downloaded linear-map v1.2.0 |
936 | 2024-10-30T13:31:43.749Z | Downloaded resolv-conf v0.7.0 |
937 | 2024-10-30T13:31:43.749Z | Downloaded progenitor v0.8.0 |
938 | 2024-10-30T13:31:43.749Z | Downloaded macaddr v1.0.1 |
939 | 2024-10-30T13:31:43.749Z | Downloaded postcard v1.0.10 |
940 | 2024-10-30T13:31:43.749Z | Downloaded pest_generator v2.7.13 |
941 | 2024-10-30T13:31:43.749Z | Downloaded zerocopy-derive v0.6.6 |
942 | 2024-10-30T13:31:43.749Z | Downloaded typify-impl v0.2.0 |
943 | 2024-10-30T13:31:43.749Z | Downloaded sled v0.34.7 |
944 | 2024-10-30T13:31:43.749Z | Downloaded regress v0.9.1 |
945 | 2024-10-30T13:31:43.749Z | Downloaded smoltcp v0.11.0 |
946 | 2024-10-30T13:31:43.749Z | Downloaded rustls v0.21.12 |
947 | 2024-10-30T13:31:43.749Z | Downloaded plain v0.2.3 |
948 | 2024-10-30T13:31:43.749Z | Downloaded lru-cache v0.1.2 |
949 | 2024-10-30T13:31:43.749Z | Downloaded rustls v0.22.4 |
950 | 2024-10-30T13:31:43.749Z | Downloaded foreign-types v0.5.0 |
951 | 2024-10-30T13:31:43.749Z | Downloaded scopeguard v1.2.0 |
952 | 2024-10-30T13:31:43.749Z | Downloaded encoding_rs v0.8.34 |
953 | 2024-10-30T13:31:43.749Z | Downloaded proc-macro-error-attr v1.0.4 |
954 | 2024-10-30T13:31:43.749Z | Downloaded pin-project-lite v0.2.14 |
955 | 2024-10-30T13:31:43.754Z | Downloaded parking_lot v0.12.3 |
956 | 2024-10-30T13:31:43.754Z | Downloaded pretty-hex v0.4.1 |
957 | 2024-10-30T13:31:43.754Z | Downloaded pest_meta v2.7.13 |
958 | 2024-10-30T13:31:43.754Z | Downloaded proc-macro2 v1.0.86 |
959 | 2024-10-30T13:31:43.754Z | Downloaded parking_lot_core v0.8.6 |
960 | 2024-10-30T13:31:43.754Z | Downloaded lock_api v0.4.12 |
961 | 2024-10-30T13:31:43.754Z | Downloaded itertools v0.12.1 |
962 | 2024-10-30T13:31:43.754Z | Downloaded regress v0.10.1 |
963 | 2024-10-30T13:31:43.754Z | Downloaded rhai_codegen v2.2.0 |
964 | 2024-10-30T13:31:43.754Z | Downloaded pretty-hex v0.2.1 |
965 | 2024-10-30T13:31:43.754Z | Downloaded rustls v0.23.13 |
966 | 2024-10-30T13:31:43.754Z | Downloaded pretty_assertions v1.4.1 |
967 | 2024-10-30T13:31:43.754Z | Downloaded ron v0.7.1 |
968 | 2024-10-30T13:31:43.754Z | Downloaded openssl v0.10.66 |
969 | 2024-10-30T13:31:43.754Z | Downloaded progenitor-macro v0.8.0 |
970 | 2024-10-30T13:31:43.754Z | Downloaded progenitor-client v0.8.0 |
971 | 2024-10-30T13:31:43.754Z | Downloaded pest_derive v2.7.13 |
972 | 2024-10-30T13:31:43.754Z | Downloaded num v0.4.3 |
973 | 2024-10-30T13:31:43.754Z | Downloaded newline-converter v0.3.0 |
974 | 2024-10-30T13:31:43.754Z | Downloaded libsw v3.3.1 |
975 | 2024-10-30T13:31:43.754Z | Downloaded scroll v0.12.0 |
976 | 2024-10-30T13:31:43.754Z | Downloaded rustc_version v0.1.7 |
977 | 2024-10-30T13:31:43.754Z | Downloaded progenitor-impl v0.8.0 |
978 | 2024-10-30T13:31:43.754Z | Downloaded portable-atomic v1.8.0 |
979 | 2024-10-30T13:31:43.754Z | Downloaded tokio v1.40.0 |
980 | 2024-10-30T13:31:43.754Z | Downloaded rhai v1.19.0 |
981 | 2024-10-30T13:31:43.754Z | Downloaded openapiv3 v2.0.0 |
982 | 2024-10-30T13:31:43.754Z | Downloaded libscf-sys v1.1.0 |
983 | 2024-10-30T13:31:43.755Z | Downloaded lzma-sys v0.1.20 |
984 | 2024-10-30T13:31:43.755Z | Downloaded semver v0.1.20 |
985 | 2024-10-30T13:31:43.755Z | Downloaded scroll_derive v0.12.0 |
986 | 2024-10-30T13:31:43.755Z | Downloaded qorb v0.1.2 |
987 | 2024-10-30T13:31:43.755Z | Downloaded hickory-proto v0.24.1 |
988 | 2024-10-30T13:31:43.755Z | Downloaded num-derive v0.4.2 |
989 | 2024-10-30T13:31:43.755Z | Downloaded num-complex v0.4.6 |
990 | 2024-10-30T13:31:43.755Z | Downloaded rustls-pemfile v2.1.3 |
991 | 2024-10-30T13:31:43.755Z | Downloaded password-hash v0.5.0 |
992 | 2024-10-30T13:31:43.755Z | Downloaded parse-display-derive v0.10.0 |
993 | 2024-10-30T13:31:43.755Z | Downloaded parse-display v0.10.0 |
994 | 2024-10-30T13:31:43.755Z | Downloaded omicron-workspace-hack v0.1.0 |
995 | 2024-10-30T13:31:43.755Z | Downloaded memmap v0.7.0 |
996 | 2024-10-30T13:31:43.755Z | Downloaded managed v0.8.0 |
997 | 2024-10-30T13:31:43.755Z | Downloaded proc-macro-crate v3.2.0 |
998 | 2024-10-30T13:31:43.755Z | Downloaded ipnetwork v0.20.0 |
999 | 2024-10-30T13:31:43.755Z | Downloaded waitgroup v0.1.2 |
1000 | 2024-10-30T13:31:43.755Z | Downloaded typify-macro v0.2.0 |
1001 | 2024-10-30T13:31:43.755Z | Downloaded xz2 v0.1.7 |
1002 | 2024-10-30T13:31:43.755Z | Downloaded winnow v0.6.18 |
1003 | 2024-10-30T13:31:43.755Z | Downloaded whoami v1.5.2 |
1004 | 2024-10-30T13:31:43.755Z | Downloaded webpki-roots v0.25.4 |
1005 | 2024-10-30T13:31:43.755Z | Downloaded utf-8 v0.7.6 |
1006 | 2024-10-30T13:31:43.755Z | Downloaded usdt-macro v0.5.0 |
1007 | 2024-10-30T13:31:43.755Z | Downloaded usdt-impl v0.5.0 |
1008 | 2024-10-30T13:31:43.755Z | Downloaded usdt-attr-macro v0.5.0 |
1009 | 2024-10-30T13:31:43.755Z | Downloaded num_enum_derive v0.7.3 |
1010 | 2024-10-30T13:31:43.755Z | Downloaded num_enum_derive v0.5.11 |
1011 | 2024-10-30T13:31:43.755Z | Downloaded num_enum v0.7.3 |
1012 | 2024-10-30T13:31:43.755Z | Downloaded newtype_derive v0.1.6 |
1013 | 2024-10-30T13:31:43.755Z | Downloaded libm v0.2.8 |
1014 | 2024-10-30T13:31:43.755Z | Downloaded hyper v1.4.1 |
1015 | 2024-10-30T13:31:43.755Z | Downloaded hubpack v0.1.2 |
1016 | 2024-10-30T13:31:43.755Z | Downloaded hubpack_derive v0.1.1 |
1017 | 2024-10-30T13:31:43.755Z | Downloaded httparse v1.9.4 |
1018 | 2024-10-30T13:31:43.755Z | Downloaded hostname v0.4.0 |
1019 | 2024-10-30T13:31:43.755Z | Downloaded toml_edit v0.22.21 |
1020 | 2024-10-30T13:31:43.755Z | Downloaded tokio-tungstenite v0.21.0 |
1021 | 2024-10-30T13:31:43.755Z | Downloaded tokio-stream v0.1.16 |
1022 | 2024-10-30T13:31:43.756Z | Downloaded tokio-rustls v0.25.0 |
1023 | 2024-10-30T13:31:43.756Z | Downloaded thread-id v4.2.2 |
1024 | 2024-10-30T13:31:43.756Z | Downloaded thiserror v1.0.64 |
1025 | 2024-10-30T13:31:43.756Z | Downloaded thin-vec v0.2.13 |
1026 | 2024-10-30T13:31:43.756Z | Downloaded term v0.7.0 |
1027 | 2024-10-30T13:31:43.756Z | Downloaded take_mut v0.2.2 |
1028 | 2024-10-30T13:31:43.756Z | Downloaded strum_macros v0.26.4 |
1029 | 2024-10-30T13:31:43.756Z | Downloaded strum_macros v0.25.3 |
1030 | 2024-10-30T13:31:43.756Z | Downloaded steno v0.4.1 |
1031 | 2024-10-30T13:31:43.756Z | Downloaded num_threads v0.1.7 |
1032 | 2024-10-30T13:31:43.756Z | Downloaded proc-macro-crate v1.3.1 |
1033 | 2024-10-30T13:31:43.756Z | Downloaded powerfmt v0.2.0 |
1034 | 2024-10-30T13:31:43.756Z | Downloaded instant v0.1.13 |
1035 | 2024-10-30T13:31:43.756Z | Downloaded idna v0.4.0 |
1036 | 2024-10-30T13:31:43.756Z | Downloaded tiny-keccak v2.0.2 |
1037 | 2024-10-30T13:31:43.756Z | Downloaded tabwriter v1.4.0 |
1038 | 2024-10-30T13:31:43.756Z | Downloaded sigpipe v0.1.3 |
1039 | 2024-10-30T13:31:43.756Z | Downloaded structmeta-derive v0.3.0 |
1040 | 2024-10-30T13:31:43.756Z | Downloaded structmeta v0.3.0 |
1041 | 2024-10-30T13:31:43.756Z | Downloaded smf v0.2.3 |
1042 | 2024-10-30T13:31:43.756Z | Downloaded smartstring v1.0.1 |
1043 | 2024-10-30T13:31:43.756Z | Downloaded slog-term v2.9.1 |
1044 | 2024-10-30T13:31:43.756Z | Downloaded slog-stdlog v4.1.1 |
1045 | 2024-10-30T13:31:43.756Z | Downloaded slog-scope v4.4.0 |
1046 | 2024-10-30T13:31:43.756Z | Downloaded slog-envlogger v2.2.0 |
1047 | 2024-10-30T13:31:43.756Z | Downloaded slog-dtrace v0.3.0 |
1048 | 2024-10-30T13:31:43.756Z | Downloaded slog-bunyan v2.5.0 |
1049 | 2024-10-30T13:31:43.756Z | Downloaded slog v2.7.0 |
1050 | 2024-10-30T13:31:43.756Z | Downloaded rustls-pemfile v1.0.4 |
1051 | 2024-10-30T13:31:43.756Z | Downloaded num_enum v0.5.11 |
1052 | 2024-10-30T13:31:43.756Z | Downloaded linked-hash-map v0.5.6 |
1053 | 2024-10-30T13:31:43.756Z | Downloaded blake3 v1.5.4 |
1054 | 2024-10-30T13:31:43.756Z | Downloaded highway v1.2.0 |
1055 | 2024-10-30T13:31:43.759Z | Downloaded hickory-resolver v0.24.1 |
1056 | 2024-10-30T13:31:43.759Z | Downloaded heapless v0.8.0 |
1057 | 2024-10-30T13:31:43.759Z | Downloaded h2 v0.4.6 |
1058 | 2024-10-30T13:31:43.759Z | Downloaded tar v0.4.41 |
1059 | 2024-10-30T13:31:43.759Z | Downloaded syn v2.0.77 |
1060 | 2024-10-30T13:31:43.759Z | Downloaded goblin v0.8.2 |
1061 | 2024-10-30T13:31:43.759Z | Downloaded fxhash v0.2.1 |
1062 | 2024-10-30T13:31:43.759Z | Downloaded foreign-types-shared v0.3.1 |
1063 | 2024-10-30T13:31:43.759Z | Downloaded foreign-types-macros v0.2.3 |
1064 | 2024-10-30T13:31:43.759Z | Downloaded enum-as-inner v0.6.1 |
1065 | 2024-10-30T13:31:43.759Z | Downloaded embedded-io v0.6.1 |
1066 | 2024-10-30T13:31:43.759Z | Downloaded embedded-io v0.4.0 |
1067 | 2024-10-30T13:31:43.759Z | Downloaded dyn-clone v1.0.17 |
1068 | 2024-10-30T13:31:43.759Z | Downloaded dtrace-parser v0.2.0 |
1069 | 2024-10-30T13:31:43.759Z | Downloaded dropshot_endpoint v0.12.0 |
1070 | 2024-10-30T13:31:43.759Z | Downloaded dof v0.3.0 |
1071 | 2024-10-30T13:31:43.759Z | Downloaded derive_more v0.99.18 |
1072 | 2024-10-30T13:31:43.760Z | Downloaded derive-where v1.2.7 |
1073 | 2024-10-30T13:31:43.760Z | Downloaded defmt-parser v0.3.4 |
1074 | 2024-10-30T13:31:43.760Z | Downloaded defmt-macros v0.3.9 |
1075 | 2024-10-30T13:31:43.760Z | Downloaded defmt v0.3.8 |
1076 | 2024-10-30T13:31:43.760Z | Downloaded cstr-argument v0.1.2 |
1077 | 2024-10-30T13:31:43.760Z | Downloaded crucible-workspace-hack v0.1.0 |
1078 | 2024-10-30T13:31:43.760Z | Downloaded crc8 v0.1.1 |
1079 | 2024-10-30T13:31:43.760Z | Downloaded const-random-macro v0.1.16 |
1080 | 2024-10-30T13:31:43.760Z | Downloaded ring v0.16.20 |
1081 | 2024-10-30T13:31:44.880Z | Compiling proc-macro2 v1.0.86 |
1082 | 2024-10-30T13:31:44.880Z | Compiling unicode-ident v1.0.13 |
1083 | 2024-10-30T13:31:44.880Z | Compiling libc v0.2.161 |
1084 | 2024-10-30T13:31:44.883Z | Compiling serde v1.0.210 |
1085 | 2024-10-30T13:31:44.883Z | Compiling cfg-if v1.0.0 |
1086 | 2024-10-30T13:31:44.883Z | Compiling autocfg v1.3.0 |
1087 | 2024-10-30T13:31:44.883Z | Compiling memchr v2.7.4 |
1088 | 2024-10-30T13:31:44.883Z | Compiling itoa v1.0.11 |
1089 | 2024-10-30T13:31:44.965Z | Compiling once_cell v1.20.2 |
1090 | 2024-10-30T13:31:45.050Z | Compiling version_check v0.9.5 |
1091 | 2024-10-30T13:31:45.215Z | Compiling ryu v1.0.18 |
1092 | 2024-10-30T13:31:45.459Z | Compiling libm v0.2.8 |
1093 | 2024-10-30T13:31:45.570Z | Compiling byteorder v1.5.0 |
1094 | 2024-10-30T13:31:45.595Z | Compiling pin-project-lite v0.2.14 |
1095 | 2024-10-30T13:31:45.707Z | Compiling lock_api v0.4.12 |
1096 | 2024-10-30T13:31:45.718Z | Compiling scopeguard v1.2.0 |
1097 | 2024-10-30T13:31:45.808Z | Compiling parking_lot_core v0.9.10 |
1098 | 2024-10-30T13:31:45.868Z | Compiling hashbrown v0.15.0 |
1099 | 2024-10-30T13:31:46.028Z | Compiling equivalent v1.0.1 |
1100 | 2024-10-30T13:31:46.131Z | Compiling thiserror v1.0.64 |
1101 | 2024-10-30T13:31:46.273Z | Compiling iana-time-zone v0.1.61 |
1102 | 2024-10-30T13:31:46.684Z | Compiling quote v1.0.37 |
1103 | 2024-10-30T13:31:46.845Z | Compiling futures-core v0.3.31 |
1104 | 2024-10-30T13:31:46.876Z | Compiling schemars v0.8.21 |
1105 | 2024-10-30T13:31:46.997Z | Compiling getrandom v0.2.15 |
1106 | 2024-10-30T13:31:47.130Z | Compiling syn v2.0.77 |
1107 | 2024-10-30T13:31:47.182Z | Compiling signal-hook-registry v1.4.2 |
1108 | 2024-10-30T13:31:47.238Z | Compiling mio v1.0.2 |
1109 | 2024-10-30T13:31:47.304Z | Compiling socket2 v0.5.7 |
1110 | 2024-10-30T13:31:47.306Z | Compiling log v0.4.22 |
1111 | 2024-10-30T13:31:47.395Z | Compiling dyn-clone v1.0.17 |
1112 | 2024-10-30T13:31:47.449Z | Compiling shlex v1.3.0 |
1113 | 2024-10-30T13:31:47.616Z | Compiling futures-sink v0.3.31 |
1114 | 2024-10-30T13:31:47.710Z | Compiling cc v1.1.21 |
1115 | 2024-10-30T13:31:47.757Z | Compiling fnv v1.0.7 |
1116 | 2024-10-30T13:31:47.816Z | Compiling slab v0.4.9 |
1117 | 2024-10-30T13:31:47.845Z | Compiling serde_json v1.0.128 |
1118 | 2024-10-30T13:31:47.876Z | Compiling num-traits v0.2.19 |
1119 | 2024-10-30T13:31:48.187Z | Compiling futures-channel v0.3.31 |
1120 | 2024-10-30T13:31:48.200Z | Compiling futures-task v0.3.31 |
1121 | 2024-10-30T13:31:48.353Z | Compiling futures-io v0.3.31 |
1122 | 2024-10-30T13:31:48.378Z | Compiling pin-utils v0.1.0 |
1123 | 2024-10-30T13:31:48.483Z | Compiling tracing-core v0.1.32 |
1124 | 2024-10-30T13:31:48.541Z | Compiling bitflags v2.6.0 |
1125 | 2024-10-30T13:31:48.552Z | Compiling heck v0.5.0 |
1126 | 2024-10-30T13:31:49.002Z | Compiling subtle v2.6.1 |
1127 | 2024-10-30T13:31:49.066Z | Compiling spin v0.9.8 |
1128 | 2024-10-30T13:31:49.124Z | Compiling rustls-pki-types v1.8.0 |
1129 | 2024-10-30T13:31:49.248Z | Compiling atomic-waker v1.1.2 |
1130 | 2024-10-30T13:31:49.295Z | Compiling httparse v1.9.4 |
1131 | 2024-10-30T13:31:49.432Z | Compiling untrusted v0.9.0 |
1132 | 2024-10-30T13:31:49.596Z | Compiling pkg-config v0.3.31 |
1133 | 2024-10-30T13:31:50.058Z | Compiling try-lock v0.2.5 |
1134 | 2024-10-30T13:31:50.086Z | Compiling vcpkg v0.2.15 |
1135 | 2024-10-30T13:31:50.204Z | Compiling want v0.3.1 |
1136 | 2024-10-30T13:31:50.522Z | Compiling httpdate v1.0.3 |
1137 | 2024-10-30T13:31:50.556Z | Compiling zeroize v1.8.1 |
1138 | 2024-10-30T13:31:50.726Z | Compiling ring v0.17.8 |
1139 | 2024-10-30T13:31:50.848Z | Compiling allocator-api2 v0.2.18 |
1140 | 2024-10-30T13:31:50.861Z | Compiling slog v2.7.0 |
1141 | 2024-10-30T13:31:50.873Z | Compiling ahash v0.8.11 |
1142 | 2024-10-30T13:31:51.056Z | Compiling percent-encoding v2.3.1 |
1143 | 2024-10-30T13:31:51.163Z | Compiling tower-service v0.3.3 |
1144 | 2024-10-30T13:31:51.236Z | Compiling tinyvec_macros v0.1.1 |
1145 | 2024-10-30T13:31:51.321Z | Compiling tinyvec v1.8.0 |
1146 | 2024-10-30T13:31:51.339Z | Compiling form_urlencoded v1.2.1 |
1147 | 2024-10-30T13:31:51.417Z | Compiling foreign-types-shared v0.1.1 |
1148 | 2024-10-30T13:31:51.516Z | Compiling openssl v0.10.66 |
1149 | 2024-10-30T13:31:51.646Z | Compiling foreign-types v0.3.2 |
1150 | 2024-10-30T13:31:51.672Z | Compiling rustls v0.23.13 |
1151 | 2024-10-30T13:31:51.727Z | Compiling unicode-bidi v0.3.15 |
1152 | 2024-10-30T13:31:51.784Z | Compiling openssl-sys v0.9.103 |
1153 | 2024-10-30T13:31:51.939Z | Compiling semver v1.0.23 |
1154 | 2024-10-30T13:31:51.977Z | Compiling native-tls v0.2.12 |
1155 | 2024-10-30T13:31:52.276Z | Compiling rand_core v0.6.4 |
1156 | 2024-10-30T13:31:52.316Z | Compiling typenum v1.17.0 |
1157 | 2024-10-30T13:31:52.498Z | Compiling openssl-probe v0.1.5 |
1158 | 2024-10-30T13:31:52.716Z | Compiling ucd-trie v0.1.6 |
1159 | 2024-10-30T13:31:52.804Z | Compiling unicode-normalization v0.1.24 |
1160 | 2024-10-30T13:31:52.919Z | Compiling generic-array v0.14.7 |
1161 | 2024-10-30T13:31:53.303Z | Compiling aho-corasick v1.1.3 |
1162 | 2024-10-30T13:31:53.324Z | Compiling encoding_rs v0.8.34 |
1163 | 2024-10-30T13:31:53.412Z | Compiling powerfmt v0.2.0 |
1164 | 2024-10-30T13:31:53.813Z | Compiling idna v0.5.0 |
1165 | 2024-10-30T13:31:53.930Z | Compiling serde_derive_internals v0.29.1 |
1166 | 2024-10-30T13:31:54.175Z | Compiling ipnet v2.10.0 |
1167 | 2024-10-30T13:31:54.932Z | Compiling url v2.5.2 |
1168 | 2024-10-30T13:31:55.665Z | Compiling mime v0.3.17 |
1169 | 2024-10-30T13:31:55.749Z | Compiling winnow v0.6.18 |
1170 | 2024-10-30T13:31:56.189Z | Compiling base64 v0.22.1 |
1171 | 2024-10-30T13:31:56.339Z | Compiling time-core v0.1.2 |
1172 | 2024-10-30T13:31:56.505Z | Compiling plain v0.2.3 |
1173 | 2024-10-30T13:31:56.658Z | Compiling rustls-webpki v0.102.8 |
1174 | 2024-10-30T13:31:56.984Z | Compiling strsim v0.11.1 |
1175 | 2024-10-30T13:31:57.109Z | Compiling num-conv v0.1.0 |
1176 | 2024-10-30T13:31:57.401Z | Compiling regex-syntax v0.8.5 |
1177 | 2024-10-30T13:31:58.236Z | Compiling time-macros v0.2.18 |
1178 | 2024-10-30T13:31:58.889Z | Compiling rustls-pemfile v2.1.3 |
1179 | 2024-10-30T13:31:59.403Z | Compiling deranged v0.3.11 |
1180 | 2024-10-30T13:31:59.492Z | Compiling serde_derive v1.0.210 |
1181 | 2024-10-30T13:31:59.646Z | Compiling zerocopy-derive v0.7.35 |
1182 | 2024-10-30T13:32:00.028Z | Compiling tokio-macros v2.4.0 |
1183 | 2024-10-30T13:32:00.482Z | Compiling thiserror-impl v1.0.64 |
1184 | 2024-10-30T13:32:01.199Z | Compiling schemars_derive v0.8.21 |
1185 | 2024-10-30T13:32:01.439Z | Compiling futures-macro v0.3.31 |
1186 | 2024-10-30T13:32:01.608Z | Compiling openssl-macros v0.1.1 |
1187 | 2024-10-30T13:32:01.783Z | Compiling zerocopy v0.7.35 |
1188 | 2024-10-30T13:32:03.392Z | Compiling futures-util v0.3.31 |
1189 | 2024-10-30T13:32:03.482Z | Compiling pest v2.7.13 |
1190 | 2024-10-30T13:32:03.884Z | Compiling hashbrown v0.14.5 |
1191 | 2024-10-30T13:32:04.203Z | Compiling scroll_derive v0.12.0 |
1192 | 2024-10-30T13:32:05.117Z | Compiling ppv-lite86 v0.2.20 |
1193 | 2024-10-30T13:32:05.309Z | Compiling regress v0.10.1 |
1194 | 2024-10-30T13:32:05.688Z | Compiling scroll v0.12.0 |
1195 | 2024-10-30T13:32:05.991Z | Compiling pest_meta v2.7.13 |
1196 | 2024-10-30T13:32:06.270Z | Compiling goblin v0.8.2 |
1197 | 2024-10-30T13:32:06.594Z | Compiling rand_chacha v0.3.1 |
1198 | 2024-10-30T13:32:07.923Z | Compiling pest_generator v2.7.13 |
1199 | 2024-10-30T13:32:09.724Z | Compiling regex-automata v0.4.8 |
1200 | 2024-10-30T13:32:10.059Z | Compiling webpki-roots v0.26.6 |
1201 | 2024-10-30T13:32:10.305Z | Compiling pretty-hex v0.4.1 |
1202 | 2024-10-30T13:32:10.402Z | Compiling anyhow v1.0.89 |
1203 | 2024-10-30T13:32:10.510Z | Compiling num_threads v0.1.7 |
1204 | 2024-10-30T13:32:10.631Z | Compiling omicron-workspace-hack v0.1.0 |
1205 | 2024-10-30T13:32:10.832Z | Compiling pest_derive v2.7.13 |
1206 | 2024-10-30T13:32:10.955Z | Compiling rand v0.8.5 |
1207 | 2024-10-30T13:32:11.360Z | Compiling tracing-attributes v0.1.27 |
1208 | 2024-10-30T13:32:11.776Z | Compiling usdt-impl v0.5.0 |
1209 | 2024-10-30T13:32:11.863Z | Compiling dtrace-parser v0.2.0 |
1210 | 2024-10-30T13:32:12.684Z | Compiling crypto-common v0.1.6 |
1211 | 2024-10-30T13:32:12.851Z | Compiling block-buffer v0.10.4 |
1212 | 2024-10-30T13:32:13.061Z | Compiling bytes v1.7.2 |
1213 | 2024-10-30T13:32:13.303Z | Compiling indexmap v2.6.0 |
1214 | 2024-10-30T13:32:13.455Z | Compiling uuid v1.10.0 |
1215 | 2024-10-30T13:32:14.368Z | Compiling smallvec v1.13.2 |
1216 | 2024-10-30T13:32:14.422Z | Compiling http v1.1.0 |
1217 | 2024-10-30T13:32:14.658Z | Compiling serde_tokenstream v0.2.2 |
1218 | 2024-10-30T13:32:14.735Z | Compiling chrono v0.4.38 |
1219 | 2024-10-30T13:32:15.248Z | Compiling toml_datetime v0.6.8 |
1220 | 2024-10-30T13:32:15.616Z | Compiling parking_lot v0.12.3 |
1221 | 2024-10-30T13:32:16.537Z | Compiling tokio v1.40.0 |
1222 | 2024-10-30T13:32:16.660Z | Compiling http-body v1.0.1 |
1223 | 2024-10-30T13:32:16.903Z | Compiling http-body-util v0.1.2 |
1224 | 2024-10-30T13:32:17.543Z | Compiling serde_urlencoded v0.7.1 |
1225 | 2024-10-30T13:32:18.069Z | Compiling regex v1.11.1 |
1226 | 2024-10-30T13:32:18.465Z | Compiling tracing v0.1.40 |
1227 | 2024-10-30T13:32:18.927Z | Compiling serde_spanned v0.6.7 |
1228 | 2024-10-30T13:32:18.940Z | Compiling thread-id v4.2.2 |
1229 | 2024-10-30T13:32:19.036Z | Compiling sync_wrapper v1.0.1 |
1230 | 2024-10-30T13:32:19.164Z | Compiling paste v1.0.15 |
1231 | 2024-10-30T13:32:19.178Z | Compiling rustversion v1.0.17 |
1232 | 2024-10-30T13:32:19.307Z | Compiling typify-impl v0.2.0 |
1233 | 2024-10-30T13:32:19.701Z | Compiling dof v0.3.0 |
1234 | 2024-10-30T13:32:19.899Z | Compiling openapiv3 v2.0.0 |
1235 | 2024-10-30T13:32:19.950Z | Compiling newtype-uuid v1.1.2 |
1236 | 2024-10-30T13:32:20.302Z | Compiling crunchy v0.2.2 |
1237 | 2024-10-30T13:32:20.446Z | Compiling match_cfg v0.1.0 |
1238 | 2024-10-30T13:32:20.536Z | Compiling hostname v0.3.1 |
1239 | 2024-10-30T13:32:22.107Z | Compiling unsafe-libyaml v0.2.11 |
1240 | 2024-10-30T13:32:22.410Z | Compiling ident_case v1.0.1 |
1241 | 2024-10-30T13:32:22.574Z | Compiling tiny-keccak v2.0.2 |
1242 | 2024-10-30T13:32:22.686Z | Compiling darling_core v0.20.10 |
1243 | 2024-10-30T13:32:22.875Z | Compiling futures-executor v0.3.31 |
1244 | 2024-10-30T13:32:22.878Z | Compiling async-trait v0.1.83 |
1245 | 2024-10-30T13:32:22.915Z | Compiling dirs-sys-next v0.1.2 |
1246 | 2024-10-30T13:32:23.525Z | Compiling serde_yaml v0.9.34+deprecated |
1247 | 2024-10-30T13:32:23.700Z | Compiling thread_local v1.1.8 |
1248 | 2024-10-30T13:32:23.869Z | Compiling cpufeatures v0.2.14 |
1249 | 2024-10-30T13:32:23.959Z | Compiling camino v1.1.9 |
1250 | 2024-10-30T13:32:24.265Z | Compiling rustls v0.22.4 |
1251 | 2024-10-30T13:32:24.324Z | Compiling dirs-next v2.0.0 |
1252 | 2024-10-30T13:32:24.532Z | Compiling futures v0.3.31 |
1253 | 2024-10-30T13:32:24.580Z | Compiling usdt-attr-macro v0.5.0 |
1254 | 2024-10-30T13:32:24.631Z | Compiling usdt-macro v0.5.0 |
1255 | 2024-10-30T13:32:25.034Z | Compiling memmap v0.7.0 |
1256 | 2024-10-30T13:32:25.377Z | Compiling tokio-util v0.7.12 |
1257 | 2024-10-30T13:32:25.436Z | Compiling instant v0.1.13 |
1258 | 2024-10-30T13:32:25.580Z | Compiling slog-async v2.8.0 |
1259 | 2024-10-30T13:32:26.112Z | Compiling const-random-macro v0.1.16 |
1260 | 2024-10-30T13:32:26.782Z | Compiling term v0.7.0 |
1261 | 2024-10-30T13:32:26.850Z | Compiling is-terminal v0.4.13 |
1262 | 2024-10-30T13:32:26.970Z | Compiling multer v3.1.0 |
1263 | 2024-10-30T13:32:27.282Z | Compiling take_mut v0.2.2 |
1264 | 2024-10-30T13:32:27.434Z | Compiling debug-ignore v1.0.5 |
1265 | 2024-10-30T13:32:27.623Z | Compiling const-random v0.1.18 |
1266 | 2024-10-30T13:32:27.636Z | Compiling strum_macros v0.26.4 |
1267 | 2024-10-30T13:32:27.709Z | Compiling structmeta-derive v0.3.0 |
1268 | 2024-10-30T13:32:27.778Z | Compiling async-stream-impl v0.3.5 |
1269 | 2024-10-30T13:32:28.639Z | Compiling darling_macro v0.20.10 |
1270 | 2024-10-30T13:32:29.159Z | Compiling dropshot v0.12.0 |
1271 | 2024-10-30T13:32:29.546Z | Compiling async-stream v0.3.5 |
1272 | 2024-10-30T13:32:29.668Z | Compiling darling v0.20.10 |
1273 | 2024-10-30T13:32:29.778Z | Compiling serde_with_macros v3.11.0 |
1274 | 2024-10-30T13:32:30.396Z | Compiling structmeta v0.3.0 |
1275 | 2024-10-30T13:32:30.800Z | Compiling h2 v0.4.6 |
1276 | 2024-10-30T13:32:31.888Z | Compiling dropshot_endpoint v0.12.0 |
1277 | 2024-10-30T13:32:32.340Z | Compiling strum v0.26.3 |
1278 | 2024-10-30T13:32:32.507Z | Compiling serde_path_to_error v0.1.16 |
1279 | 2024-10-30T13:32:32.525Z | Compiling serde_with v3.11.0 |
1280 | 2024-10-30T13:32:33.379Z | Compiling waitgroup v0.1.2 |
1281 | 2024-10-30T13:32:33.618Z | Compiling hostname v0.4.0 |
1282 | 2024-10-30T13:32:33.900Z | Compiling parse-display-derive v0.10.0 |
1283 | 2024-10-30T13:32:36.150Z | Compiling hyper v1.4.1 |
1284 | 2024-10-30T13:32:36.289Z | Compiling hex v0.4.3 |
1285 | 2024-10-30T13:32:36.425Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1286 | 2024-10-30T13:32:36.905Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1287 | 2024-10-30T13:32:37.288Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1288 | 2024-10-30T13:32:37.466Z | Compiling macaddr v1.0.1 |
1289 | 2024-10-30T13:32:38.367Z | Compiling ipnetwork v0.20.0 |
1290 | 2024-10-30T13:32:38.523Z | Compiling parse-display v0.10.0 |
1291 | 2024-10-30T13:32:38.996Z | Compiling hyper-util v0.1.9 |
1292 | 2024-10-30T13:32:39.052Z | Compiling syn v1.0.109 |
1293 | 2024-10-30T13:32:39.124Z | Compiling crossbeam-utils v0.8.20 |
1294 | 2024-10-30T13:32:39.686Z | Compiling tokio-rustls v0.26.0 |
1295 | 2024-10-30T13:32:39.689Z | Compiling tokio-native-tls v0.3.1 |
1296 | 2024-10-30T13:32:39.962Z | Compiling errno v0.3.9 |
1297 | 2024-10-30T13:32:41.613Z | Compiling hyper-rustls v0.27.3 |
1298 | 2024-10-30T13:32:42.055Z | Compiling hyper-tls v0.6.0 |
1299 | 2024-10-30T13:32:42.284Z | Compiling digest v0.10.7 |
1300 | 2024-10-30T13:32:42.485Z | Compiling time v0.3.36 |
1301 | 2024-10-30T13:32:42.691Z | Compiling reqwest v0.12.8 |
1302 | 2024-10-30T13:32:44.820Z | Compiling typify-macro v0.2.0 |
1303 | 2024-10-30T13:32:45.201Z | Compiling progenitor-client v0.8.0 |
1304 | 2024-10-30T13:32:45.643Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1305 | 2024-10-30T13:32:47.954Z | Compiling usdt v0.5.0 |
1306 | 2024-10-30T13:32:48.385Z | Compiling slog-json v2.6.1 |
1307 | 2024-10-30T13:32:48.551Z | Compiling crossbeam-channel v0.5.13 |
1308 | 2024-10-30T13:32:48.573Z | Compiling toml_edit v0.22.21 |
1309 | 2024-10-30T13:32:48.748Z | Compiling slog-bunyan v2.5.0 |
1310 | 2024-10-30T13:32:48.967Z | Compiling slog-term v2.9.1 |
1311 | 2024-10-30T13:32:49.894Z | Compiling typify v0.2.0 |
1312 | 2024-10-30T13:32:50.028Z | Compiling progenitor-impl v0.8.0 |
1313 | 2024-10-30T13:32:51.330Z | Compiling sha1 v0.10.6 |
1314 | 2024-10-30T13:32:51.686Z | Compiling tokio-rustls v0.25.0 |
1315 | 2024-10-30T13:32:51.903Z | Compiling toml v0.8.19 |
1316 | 2024-10-30T13:32:53.821Z | Compiling regress v0.9.1 |
1317 | 2024-10-30T13:32:55.257Z | Compiling backoff v0.4.0 |
1318 | 2024-10-30T13:32:56.062Z | Compiling utf8parse v0.2.2 |
1319 | 2024-10-30T13:32:56.220Z | Compiling anstyle-parse v0.2.5 |
1320 | 2024-10-30T13:32:58.388Z | Compiling colorchoice v1.0.2 |
1321 | 2024-10-30T13:32:58.552Z | Compiling anstyle-query v1.1.1 |
1322 | 2024-10-30T13:32:58.700Z | Compiling is_terminal_polyfill v1.70.1 |
1323 | 2024-10-30T13:32:58.821Z | Compiling anstyle v1.0.8 |
1324 | 2024-10-30T13:32:59.305Z | Compiling rustix v0.38.37 |
1325 | 2024-10-30T13:32:59.487Z | Compiling anstream v0.6.15 |
1326 | 2024-10-30T13:32:59.935Z | Compiling clap_lex v0.7.2 |
1327 | 2024-10-30T13:33:00.361Z | Compiling clap_derive v4.5.18 |
1328 | 2024-10-30T13:33:00.921Z | Compiling progenitor-macro v0.8.0 |
1329 | 2024-10-30T13:33:03.327Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1330 | 2024-10-30T13:33:05.009Z | Compiling float-ord v0.3.2 |
1331 | 2024-10-30T13:33:05.458Z | Compiling terminal_size v0.3.0 |
1332 | 2024-10-30T13:33:05.986Z | Compiling num-integer v0.1.46 |
1333 | 2024-10-30T13:33:08.123Z | Compiling clap_builder v4.5.18 |
1334 | 2024-10-30T13:33:08.727Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1335 | 2024-10-30T13:33:09.132Z | Compiling lazy_static v1.5.0 |
1336 | 2024-10-30T13:33:09.438Z | Compiling winnow v0.5.40 |
1337 | 2024-10-30T13:33:09.687Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1338 | 2024-10-30T13:33:09.841Z | Compiling unicode-width v0.1.14 |
1339 | 2024-10-30T13:33:10.032Z | Compiling prettyplease v0.2.22 |
1340 | 2024-10-30T13:33:10.490Z | Compiling num-rational v0.4.2 |
1341 | 2024-10-30T13:33:11.003Z | Compiling num-iter v0.1.45 |
1342 | 2024-10-30T13:33:11.581Z | Compiling num-complex v0.4.6 |
1343 | 2024-10-30T13:33:12.448Z | Compiling clap v4.5.18 |
1344 | 2024-10-30T13:33:12.562Z | Compiling heapless v0.8.0 |
1345 | 2024-10-30T13:33:12.687Z | Compiling num v0.4.3 |
1346 | 2024-10-30T13:33:13.089Z | Compiling toml_edit v0.19.15 |
1347 | 2024-10-30T13:33:15.554Z | Compiling proc-macro-crate v1.3.1 |
1348 | 2024-10-30T13:33:15.582Z | Compiling hash32 v0.3.1 |
1349 | 2024-10-30T13:33:15.812Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1350 | 2024-10-30T13:33:16.134Z | Compiling smoltcp v0.11.0 |
1351 | 2024-10-30T13:33:16.365Z | Compiling stable_deref_trait v1.2.0 |
1352 | 2024-10-30T13:33:16.885Z | Compiling foreign-types-macros v0.2.3 |
1353 | 2024-10-30T13:33:17.003Z | Compiling proc-macro-error-attr v1.0.4 |
1354 | 2024-10-30T13:33:17.321Z | Compiling cobs v0.2.3 |
1355 | 2024-10-30T13:33:17.491Z | Compiling managed v0.8.0 |
1356 | 2024-10-30T13:33:17.612Z | Compiling bitflags v1.3.2 |
1357 | 2024-10-30T13:33:17.703Z | Compiling either v1.13.0 |
1358 | 2024-10-30T13:33:17.913Z | Compiling foreign-types-shared v0.3.1 |
1359 | 2024-10-30T13:33:18.016Z | Compiling heck v0.4.1 |
1360 | 2024-10-30T13:33:18.206Z | Compiling foreign-types v0.5.0 |
1361 | 2024-10-30T13:33:18.307Z | Compiling progenitor v0.8.0 |
1362 | 2024-10-30T13:33:18.429Z | Compiling postcard v1.0.10 |
1363 | 2024-10-30T13:33:18.497Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
1364 | 2024-10-30T13:33:19.116Z | Compiling num_enum_derive v0.5.11 |
1365 | 2024-10-30T13:33:19.705Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1366 | 2024-10-30T13:33:19.841Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1367 | 2024-10-30T13:33:20.662Z | Compiling cstr-argument v0.1.2 |
1368 | 2024-10-30T13:33:20.762Z | Compiling proc-macro-error v1.0.4 |
1369 | 2024-10-30T13:33:20.942Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1370 | 2024-10-30T13:33:21.111Z | Compiling pretty-hex v0.2.1 |
1371 | 2024-10-30T13:33:21.248Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1372 | 2024-10-30T13:33:21.293Z | Compiling fastrand v2.1.1 |
1373 | 2024-10-30T13:33:21.479Z | Compiling num_enum v0.5.11 |
1374 | 2024-10-30T13:33:21.631Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1375 | 2024-10-30T13:33:21.644Z | Compiling tempfile v3.12.0 |
1376 | 2024-10-30T13:33:21.899Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1377 | 2024-10-30T13:33:22.023Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1378 | 2024-10-30T13:33:22.434Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1379 | 2024-10-30T13:33:22.643Z | Compiling tabwriter v1.4.0 |
1380 | 2024-10-30T13:33:23.344Z | Compiling colored v2.1.0 |
1381 | 2024-10-30T13:33:23.446Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1382 | 2024-10-30T13:33:23.554Z | Compiling crucible-workspace-hack v0.1.0 |
1383 | 2024-10-30T13:33:23.861Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1384 | 2024-10-30T13:33:24.054Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1385 | 2024-10-30T13:33:24.387Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1386 | 2024-10-30T13:33:24.601Z | Compiling semver v0.1.20 |
1387 | 2024-10-30T13:33:24.726Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1388 | 2024-10-30T13:33:24.824Z | Compiling zone_cfg_derive v0.3.0 |
1389 | 2024-10-30T13:33:25.165Z | Compiling rustc_version v0.1.7 |
1390 | 2024-10-30T13:33:26.449Z | Compiling camino-tempfile v1.1.1 |
1391 | 2024-10-30T13:33:26.483Z | Compiling itertools v0.10.5 |
1392 | 2024-10-30T13:33:27.041Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1393 | 2024-10-30T13:33:27.074Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1394 | 2024-10-30T13:33:27.099Z | Compiling num-derive v0.4.2 |
1395 | 2024-10-30T13:33:27.156Z | Compiling derive-where v1.2.7 |
1396 | 2024-10-30T13:33:27.386Z | Compiling sigpipe v0.1.3 |
1397 | 2024-10-30T13:33:27.506Z | Compiling static_assertions v1.1.0 |
1398 | 2024-10-30T13:33:27.537Z | Compiling base64ct v1.6.0 |
1399 | 2024-10-30T13:33:27.601Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1400 | 2024-10-30T13:33:27.935Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1401 | 2024-10-30T13:33:28.156Z | Compiling password-hash v0.5.0 |
1402 | 2024-10-30T13:33:29.324Z | Compiling zone v0.3.0 |
1403 | 2024-10-30T13:33:29.379Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1404 | 2024-10-30T13:33:29.382Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1405 | 2024-10-30T13:33:29.427Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1406 | 2024-10-30T13:33:29.777Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1407 | 2024-10-30T13:33:29.879Z | Compiling newtype_derive v0.1.6 |
1408 | 2024-10-30T13:33:30.434Z | Compiling num-derive v0.3.3 |
1409 | 2024-10-30T13:33:30.465Z | Compiling hubpack_derive v0.1.1 |
1410 | 2024-10-30T13:33:30.745Z | Compiling blake2 v0.10.6 |
1411 | 2024-10-30T13:33:30.937Z | Compiling smf v0.2.3 |
1412 | 2024-10-30T13:33:31.049Z | Compiling enum-as-inner v0.6.1 |
1413 | 2024-10-30T13:33:31.218Z | Compiling zerocopy-derive v0.6.6 |
1414 | 2024-10-30T13:33:31.431Z | Compiling idna v0.4.0 |
1415 | 2024-10-30T13:33:32.010Z | Compiling linked-hash-map v0.5.6 |
1416 | 2024-10-30T13:33:32.187Z | Compiling quick-error v1.2.3 |
1417 | 2024-10-30T13:33:32.327Z | Compiling data-encoding v2.6.0 |
1418 | 2024-10-30T13:33:32.387Z | Compiling cancel-safe-futures v0.1.5 |
1419 | 2024-10-30T13:33:32.579Z | Compiling owo-colors v4.1.0 |
1420 | 2024-10-30T13:33:32.609Z | Compiling whoami v1.5.2 |
1421 | 2024-10-30T13:33:32.735Z | Compiling fixedbitset v0.4.2 |
1422 | 2024-10-30T13:33:32.895Z | Compiling unicode-segmentation v1.12.0 |
1423 | 2024-10-30T13:33:33.205Z | Compiling zerocopy v0.6.6 |
1424 | 2024-10-30T13:33:33.238Z | Compiling petgraph v0.6.5 |
1425 | 2024-10-30T13:33:33.255Z | Compiling hickory-proto v0.24.1 |
1426 | 2024-10-30T13:33:33.376Z | Compiling lru-cache v0.1.2 |
1427 | 2024-10-30T13:33:33.571Z | Compiling newline-converter v0.3.0 |
1428 | 2024-10-30T13:33:33.727Z | Compiling resolv-conf v0.7.0 |
1429 | 2024-10-30T13:33:33.791Z | Compiling hubpack v0.1.2 |
1430 | 2024-10-30T13:33:34.036Z | Compiling argon2 v0.5.3 |
1431 | 2024-10-30T13:33:35.214Z | Compiling strum_macros v0.25.3 |
1432 | 2024-10-30T13:33:35.486Z | Compiling console v0.15.8 |
1433 | 2024-10-30T13:33:37.283Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1434 | 2024-10-30T13:33:39.065Z | Compiling serde-big-array v0.5.1 |
1435 | 2024-10-30T13:33:39.302Z | Compiling serde_repr v0.1.19 |
1436 | 2024-10-30T13:33:40.536Z | Compiling cookie v0.18.1 |
1437 | 2024-10-30T13:33:40.854Z | Compiling similar v2.6.0 |
1438 | 2024-10-30T13:33:42.910Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1439 | 2024-10-30T13:33:43.645Z | Compiling convert_case v0.4.0 |
1440 | 2024-10-30T13:33:44.390Z | Compiling derive_more v0.99.18 |
1441 | 2024-10-30T13:33:45.570Z | Compiling expectorate v1.1.0 |
1442 | 2024-10-30T13:33:45.787Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1443 | 2024-10-30T13:33:48.450Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1444 | 2024-10-30T13:33:51.173Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1445 | 2024-10-30T13:33:52.103Z | Compiling hickory-resolver v0.24.1 |
1446 | 2024-10-30T13:33:52.931Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1447 | 2024-10-30T13:33:53.581Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1448 | 2024-10-30T13:33:55.244Z | Compiling atomicwrites v0.4.4 |
1449 | 2024-10-30T13:33:55.631Z | Compiling itertools v0.13.0 |
1450 | 2024-10-30T13:33:56.756Z | Compiling tokio-stream v0.1.16 |
1451 | 2024-10-30T13:33:56.962Z | Compiling libsw v3.3.1 |
1452 | 2024-10-30T13:33:57.273Z | Compiling indent_write v2.2.0 |
1453 | 2024-10-30T13:33:57.491Z | Compiling swrite v0.1.0 |
1454 | 2024-10-30T13:33:57.613Z | Compiling highway v1.2.0 |
1455 | 2024-10-30T13:33:57.793Z | Compiling linear-map v1.2.0 |
1456 | 2024-10-30T13:33:57.834Z | Compiling qorb v0.1.2 |
1457 | 2024-10-30T13:33:58.152Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1458 | 2024-10-30T13:33:58.440Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1459 | 2024-10-30T13:33:58.972Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1460 | 2024-10-30T13:33:59.362Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1461 | 2024-10-30T13:33:59.528Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1462 | 2024-10-30T13:34:00.197Z | Compiling steno v0.4.1 |
1463 | 2024-10-30T13:34:01.956Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1464 | 2024-10-30T13:34:02.277Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1465 | 2024-10-30T13:34:03.534Z | Compiling libscf-sys v1.1.0 |
1466 | 2024-10-30T13:34:03.645Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974) |
1467 | 2024-10-30T13:34:03.747Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974) |
1468 | 2024-10-30T13:34:03.975Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1469 | 2024-10-30T13:34:04.278Z | Compiling slog-dtrace v0.3.0 |
1470 | 2024-10-30T13:34:04.586Z | Compiling humantime v2.1.0 |
1471 | 2024-10-30T13:34:04.616Z | Compiling parking_lot_core v0.8.6 |
1472 | 2024-10-30T13:34:04.698Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974) |
1473 | 2024-10-30T13:34:05.091Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
1474 | 2024-10-30T13:34:05.152Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1475 | 2024-10-30T13:34:06.089Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1476 | 2024-10-30T13:34:06.795Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1477 | 2024-10-30T13:34:07.026Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1478 | 2024-10-30T13:34:07.037Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1479 | 2024-10-30T13:34:07.248Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1480 | 2024-10-30T13:34:08.859Z | Compiling smartstring v1.0.1 |
1481 | 2024-10-30T13:34:09.069Z | Compiling half v2.4.1 |
1482 | 2024-10-30T13:34:09.224Z | Compiling ciborium-io v0.2.2 |
1483 | 2024-10-30T13:34:09.344Z | Compiling crc8 v0.1.1 |
1484 | 2024-10-30T13:34:09.496Z | Compiling ciborium-ll v0.2.2 |
1485 | 2024-10-30T13:34:09.801Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1486 | 2024-10-30T13:34:09.842Z | Compiling parking_lot v0.11.2 |
1487 | 2024-10-30T13:34:10.030Z | Compiling proc-macro-crate v3.2.0 |
1488 | 2024-10-30T13:34:10.775Z | Compiling crossbeam-epoch v0.9.18 |
1489 | 2024-10-30T13:34:10.893Z | Compiling fxhash v0.2.1 |
1490 | 2024-10-30T13:34:11.095Z | Compiling crc32fast v1.4.2 |
1491 | 2024-10-30T13:34:11.175Z | Compiling num_enum_derive v0.7.3 |
1492 | 2024-10-30T13:34:11.464Z | Compiling sled v0.34.7 |
1493 | 2024-10-30T13:34:12.179Z | Compiling ciborium v0.2.2 |
1494 | 2024-10-30T13:34:13.390Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1495 | 2024-10-30T13:34:13.697Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=zl/tfportd-oximeter#1bdebcb1) |
1496 | 2024-10-30T13:34:13.733Z | Compiling thin-vec v0.2.13 |
1497 | 2024-10-30T13:34:13.746Z | Compiling rhai_codegen v2.2.0 |
1498 | 2024-10-30T13:34:14.246Z | Compiling minimal-lexical v0.2.1 |
1499 | 2024-10-30T13:34:14.358Z | Compiling num_enum v0.7.3 |
1500 | 2024-10-30T13:34:14.504Z | Compiling diff v0.1.13 |
1501 | 2024-10-30T13:34:14.749Z | Compiling nom v7.1.3 |
1502 | 2024-10-30T13:34:15.406Z | Compiling yansi v1.0.1 |
1503 | 2024-10-30T13:34:16.278Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=zl/tfportd-oximeter#1bdebcb1) |
1504 | 2024-10-30T13:34:16.772Z | Compiling rhai v1.19.0 |
1505 | 2024-10-30T13:34:18.504Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974) |
1506 | 2024-10-30T13:34:19.018Z | Compiling pretty_assertions v1.4.1 |
1507 | 2024-10-30T13:34:19.642Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974) |
1508 | 2024-10-30T13:34:20.497Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1509 | 2024-10-30T13:34:25.230Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1510 | 2024-10-30T13:34:32.962Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1511 | 2024-10-30T13:34:34.124Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1512 | 2024-10-30T13:34:35.574Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1513 | 2024-10-30T13:34:38.505Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
1514 | 2024-10-30T13:35:13.709Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 29s |
1515 | 2024-10-30T13:35:13.925Z | ------------ |
1516 | 2024-10-30T13:35:13.925Z | Nextest run ID 7df3e456-e41e-45c8-988b-f43c7db773ea with nextest profile: default |
1517 | 2024-10-30T13:35:13.925Z | Starting 11 tests across 1 binary |
1518 | 2024-10-30T13:35:13.960Z | PASS [ 0.024s] bgp messages::tests::header_round_trip |
1519 | 2024-10-30T13:35:13.961Z | PASS [ 0.015s] bgp messages::tests::update_round_trip |
1520 | 2024-10-30T13:35:13.961Z | PASS [ 0.020s] bgp messages::tests::open_round_trip |
1521 | 2024-10-30T13:35:13.961Z | PASS [ 0.018s] bgp messages::tests::prefix_within |
1522 | 2024-10-30T13:35:13.977Z | PASS [ 0.039s] bgp policy::test::open_add_4byte_as |
1523 | 2024-10-30T13:35:13.984Z | PASS [ 0.045s] bgp policy::test::open_require_4byte_as |
1524 | 2024-10-30T13:35:13.987Z | PASS [ 0.042s] bgp policy::test::shape_update_prefixes |
1525 | 2024-10-30T13:35:13.987Z | PASS [ 0.037s] bgp policy::test::update_shape_community |
1526 | 2024-10-30T13:35:13.991Z | PASS [ 0.043s] bgp policy::test::update_drop_on_no_export |
1527 | 2024-10-30T13:35:27.058Z | PASS [ 13.104s] bgp test::test_basic_peering |
1528 | 2024-10-30T13:35:29.058Z | PASS [ 15.101s] bgp test::test_basic_update |
1529 | 2024-10-30T13:35:29.061Z | ------------ |
1530 | 2024-10-30T13:35:29.061Z | Summary [ 15.133s] 11 tests run: 11 passed, 0 skipped |
1531 | 2024-10-30T13:35:29.076Z | + cp r1.basic_peering.log r1.basic_update.log r2.basic_peering.log r2.basic_update.log /work/ |
1532 | 2024-10-30T13:35:29.080Z | process exited: duration 411433 ms, exit code 0 |
|
1533 | 2024-10-30T13:35:29.091Z | found 4 output files |
1534 | 2024-10-30T13:35:29.091Z | uploading: /work/r1.basic_peering.log (7869 bytes) |
1535 | 2024-10-30T13:35:30.101Z | uploaded: /work/r1.basic_peering.log |
1536 | 2024-10-30T13:35:30.102Z | uploading: /work/r1.basic_update.log (5504 bytes) |
1537 | 2024-10-30T13:35:31.110Z | uploaded: /work/r1.basic_update.log |
1538 | 2024-10-30T13:35:31.110Z | uploading: /work/r2.basic_peering.log (9261 bytes) |
1539 | 2024-10-30T13:35:32.120Z | uploaded: /work/r2.basic_peering.log |
1540 | 2024-10-30T13:35:32.120Z | uploading: /work/r2.basic_update.log (11219 bytes) |
1541 | 2024-10-30T13:35:33.128Z | uploaded: /work/r2.basic_update.log |