|
|
|
1 | 2024-11-29T04:15:23.931Z | job assigned to worker 01JDV21F13WMR895TTECDY4F2E [factory aws, i-03b0c8b11e534d1ea] (queued for 57 s) |
|
2 | 2024-11-29T04:15:31.581Z | starting task 0: "setup" |
3 | 2024-11-29T04:15:31.590Z | ++ uname -s |
4 | 2024-11-29T04:15:31.592Z | + kern=SunOS |
5 | 2024-11-29T04:15:31.592Z | + case "$kern" in |
6 | 2024-11-29T04:15:31.592Z | + groupadd -g 12345 build |
7 | 2024-11-29T04:15:31.594Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-29T04:15:33.601Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-29T04:15:33.703Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-29T04:15:33.707Z | + home_fs=zfs |
11 | 2024-11-29T04:15:33.707Z | + [[ zfs == autofs ]] |
12 | 2024-11-29T04:15:33.707Z | + mkdir -p /home/build |
13 | 2024-11-29T04:15:33.707Z | + chown build:build /home/build /work |
14 | 2024-11-29T04:15:35.706Z | + chmod 0700 /home/build /work |
15 | 2024-11-29T04:15:35.708Z | process exited: duration 4128 ms, exit code 0 |
|
16 | 2024-11-29T04:15:35.713Z | starting task 1: "rust-toolchain" |
17 | 2024-11-29T04:15:35.718Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-29T04:15:35.718Z | ' stable |
19 | 2024-11-29T04:15:35.718Z | * toolchain channel = "stable" |
20 | 2024-11-29T04:15:35.718Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-29T04:15:35.718Z | ' default |
22 | 2024-11-29T04:15:35.721Z | * toolchain profile = "default" |
23 | 2024-11-29T04:15:35.721Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-29T04:15:35.721Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-11-29T04:15:35.834Z | info: downloading installer |
26 | 2024-11-29T04:15:36.989Z | info: profile set to 'default' |
27 | 2024-11-29T04:15:36.989Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-29T04:15:36.992Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-11-29T04:15:37.164Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-11-29T04:15:37.164Z | info: downloading component 'cargo' |
31 | 2024-11-29T04:15:38.176Z | info: downloading component 'clippy' |
32 | 2024-11-29T04:15:38.563Z | info: downloading component 'rust-docs' |
33 | 2024-11-29T04:15:39.973Z | info: downloading component 'rust-std' |
34 | 2024-11-29T04:15:42.018Z | info: downloading component 'rustc' |
35 | 2024-11-29T04:15:49.741Z | info: downloading component 'rustfmt' |
36 | 2024-11-29T04:15:50.035Z | info: installing component 'cargo' |
37 | 2024-11-29T04:15:50.832Z | info: installing component 'clippy' |
38 | 2024-11-29T04:15:51.204Z | info: installing component 'rust-docs' |
39 | 2024-11-29T04:15:52.868Z | info: installing component 'rust-std' |
40 | 2024-11-29T04:15:54.516Z | info: installing component 'rustc' |
41 | 2024-11-29T04:16:00.160Z | info: installing component 'rustfmt' |
42 | 2024-11-29T04:16:00.485Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-11-29T04:16:00.485Z | |
44 | 2024-11-29T04:16:00.844Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-11-29T04:16:00.844Z | |
46 | 2024-11-29T04:16:00.847Z | |
47 | 2024-11-29T04:16:00.847Z | Rust is installed now. Great! |
48 | 2024-11-29T04:16:00.847Z | |
49 | 2024-11-29T04:16:00.847Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-29T04:16:00.847Z | environment variable. This has not been done automatically. |
51 | 2024-11-29T04:16:00.848Z | |
52 | 2024-11-29T04:16:00.848Z | To configure your current shell, you need to source |
53 | 2024-11-29T04:16:00.848Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-29T04:16:00.848Z | |
55 | 2024-11-29T04:16:00.848Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-29T04:16:00.848Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-29T04:16:00.848Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-29T04:16:00.914Z | + rustc --version |
59 | 2024-11-29T04:16:00.979Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-11-29T04:16:00.982Z | process exited: duration 25266 ms, exit code 0 |
|
61 | 2024-11-29T04:16:00.987Z | starting task 2: "authentication" |
62 | 2024-11-29T04:16:01.007Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-11-29T04:16:01.011Z | starting task 3: "clone repository" |
64 | 2024-11-29T04:16:01.016Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-11-29T04:16:01.018Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-11-29T04:16:01.052Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-11-29T04:16:01.721Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-11-29T04:16:01.724Z | + git fetch origin d143b7c5a212fa4767cce5a5c477e5b07247f380 |
69 | 2024-11-29T04:16:01.968Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-11-29T04:16:01.968Z | * branch d143b7c5a212fa4767cce5a5c477e5b07247f380 -> FETCH_HEAD |
71 | 2024-11-29T04:16:01.975Z | + [[ -n renovate/rust-1.x ]] |
72 | 2024-11-29T04:16:01.979Z | ++ git branch --show-current |
73 | 2024-11-29T04:16:01.982Z | + current=main |
74 | 2024-11-29T04:16:01.982Z | + [[ main != renovate/rust-1.x ]] |
75 | 2024-11-29T04:16:01.982Z | + git branch -f renovate/rust-1.x d143b7c5a212fa4767cce5a5c477e5b07247f380 |
76 | 2024-11-29T04:16:01.984Z | + git checkout -f renovate/rust-1.x |
77 | 2024-11-29T04:16:01.997Z | Switched to branch 'renovate/rust-1.x' |
78 | 2024-11-29T04:16:01.999Z | + git reset --hard d143b7c5a212fa4767cce5a5c477e5b07247f380 |
79 | 2024-11-29T04:16:02.011Z | HEAD is now at d143b7c Update dependency rust to v1.83.0 |
80 | 2024-11-29T04:16:02.013Z | process exited: duration 1000 ms, exit code 0 |
|
81 | 2024-11-29T04:16:02.020Z | starting task 4: "build" |
82 | 2024-11-29T04:16:02.023Z | + set -e |
83 | 2024-11-29T04:16:02.023Z | + cargo --version |
84 | 2024-11-29T04:16:02.028Z | info: syncing channel updates for '1.83.0-x86_64-unknown-illumos' |
85 | 2024-11-29T04:16:02.177Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
86 | 2024-11-29T04:16:02.177Z | info: downloading component 'cargo' |
87 | 2024-11-29T04:16:02.928Z | info: downloading component 'clippy' |
88 | 2024-11-29T04:16:03.209Z | info: downloading component 'rust-docs' |
89 | 2024-11-29T04:16:04.242Z | info: downloading component 'rust-std' |
90 | 2024-11-29T04:16:05.738Z | info: downloading component 'rustc' |
91 | 2024-11-29T04:16:11.427Z | info: downloading component 'rustfmt' |
92 | 2024-11-29T04:16:11.644Z | info: installing component 'cargo' |
93 | 2024-11-29T04:16:12.465Z | info: installing component 'clippy' |
94 | 2024-11-29T04:16:12.839Z | info: installing component 'rust-docs' |
95 | 2024-11-29T04:16:14.512Z | info: installing component 'rust-std' |
96 | 2024-11-29T04:16:16.146Z | info: installing component 'rustc' |
97 | 2024-11-29T04:16:21.792Z | info: installing component 'rustfmt' |
98 | 2024-11-29T04:16:22.203Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
99 | 2024-11-29T04:16:22.206Z | + rustc --version |
100 | 2024-11-29T04:16:22.276Z | rustc 1.83.0 (90b35a623 2024-11-26) |
101 | 2024-11-29T04:16:22.281Z | + cargo install cargo-nextest |
102 | 2024-11-29T04:16:22.367Z | Updating crates.io index |
103 | 2024-11-29T04:16:22.482Z | Downloading crates ... |
104 | 2024-11-29T04:16:22.583Z | Downloaded cargo-nextest v0.9.85 |
105 | 2024-11-29T04:16:22.622Z | Installing cargo-nextest v0.9.85 |
106 | 2024-11-29T04:16:22.675Z | Updating crates.io index |
107 | 2024-11-29T04:16:24.044Z | Locking 348 packages to latest compatible versions |
108 | 2024-11-29T04:16:24.047Z | Adding backtrace v0.3.71 (available: v0.3.74) |
109 | 2024-11-29T04:16:24.094Z | Downloading crates ... |
110 | 2024-11-29T04:16:24.187Z | Downloaded foreign-types v0.3.2 |
111 | 2024-11-29T04:16:24.191Z | Downloaded async-scoped v0.9.0 |
112 | 2024-11-29T04:16:24.198Z | Downloaded cfg-if v1.0.0 |
113 | 2024-11-29T04:16:24.202Z | Downloaded cc v1.2.1 |
114 | 2024-11-29T04:16:24.207Z | Downloaded httparse v1.9.5 |
115 | 2024-11-29T04:16:24.221Z | Downloaded aho-corasick v1.1.3 |
116 | 2024-11-29T04:16:24.246Z | Downloaded autocfg v1.4.0 |
117 | 2024-11-29T04:16:24.249Z | Downloaded errno v0.3.10 |
118 | 2024-11-29T04:16:24.254Z | Downloaded hyper-tls v0.6.0 |
119 | 2024-11-29T04:16:24.294Z | Downloaded addr2line v0.21.0 |
120 | 2024-11-29T04:16:24.296Z | Downloaded adler v1.0.2 |
121 | 2024-11-29T04:16:24.301Z | Downloaded sharded-slab v0.1.7 |
122 | 2024-11-29T04:16:24.305Z | Downloaded camino-tempfile v1.1.1 |
123 | 2024-11-29T04:16:24.307Z | Downloaded adler2 v2.0.0 |
124 | 2024-11-29T04:16:24.310Z | Downloaded utf8_iter v1.0.4 |
125 | 2024-11-29T04:16:24.311Z | Downloaded shell-words v1.1.0 |
126 | 2024-11-29T04:16:24.311Z | Downloaded shared_child v1.0.1 |
127 | 2024-11-29T04:16:24.313Z | Downloaded backtrace v0.3.71 |
128 | 2024-11-29T04:16:24.317Z | Downloaded base64 v0.21.7 |
129 | 2024-11-29T04:16:24.321Z | Downloaded utf16_iter v1.0.5 |
130 | 2024-11-29T04:16:24.323Z | Downloaded anstyle-query v1.1.2 |
131 | 2024-11-29T04:16:24.325Z | Downloaded borsh v1.5.3 |
132 | 2024-11-29T04:16:24.329Z | Downloaded stable_deref_trait v1.2.0 |
133 | 2024-11-29T04:16:24.332Z | Downloaded spki v0.7.3 |
134 | 2024-11-29T04:16:24.335Z | Downloaded toml v0.8.19 |
135 | 2024-11-29T04:16:24.339Z | Downloaded anstyle-parse v0.2.6 |
136 | 2024-11-29T04:16:24.342Z | Downloaded colorchoice v1.0.3 |
137 | 2024-11-29T04:16:24.342Z | Downloaded cargo-platform v0.1.9 |
138 | 2024-11-29T04:16:24.344Z | Downloaded shlex v1.3.0 |
139 | 2024-11-29T04:16:24.344Z | Downloaded zeroize v1.8.1 |
140 | 2024-11-29T04:16:24.346Z | Downloaded webpki-roots v0.26.7 |
141 | 2024-11-29T04:16:24.349Z | Downloaded tokio-rustls v0.26.0 |
142 | 2024-11-29T04:16:24.352Z | Downloaded unicode-normalization v0.1.24 |
143 | 2024-11-29T04:16:24.356Z | Downloaded tracing-attributes v0.1.28 |
144 | 2024-11-29T04:16:24.359Z | Downloaded tower-service v0.3.3 |
145 | 2024-11-29T04:16:24.362Z | Downloaded eyre v0.6.12 |
146 | 2024-11-29T04:16:24.365Z | Downloaded zerocopy-derive v0.7.35 |
147 | 2024-11-29T04:16:24.370Z | Downloaded xxhash-rust v0.8.12 |
148 | 2024-11-29T04:16:24.372Z | Downloaded xattr v1.3.1 |
149 | 2024-11-29T04:16:24.374Z | Downloaded vte_generate_state_changes v0.1.2 |
150 | 2024-11-29T04:16:24.376Z | Downloaded untrusted v0.9.0 |
151 | 2024-11-29T04:16:24.376Z | Downloaded want v0.3.1 |
152 | 2024-11-29T04:16:24.378Z | Downloaded zerofrom v0.1.5 |
153 | 2024-11-29T04:16:24.382Z | Downloaded atomicwrites v0.4.4 |
154 | 2024-11-29T04:16:24.382Z | Downloaded yoke-derive v0.7.5 |
155 | 2024-11-29T04:16:24.384Z | Downloaded unicode-ident v1.0.14 |
156 | 2024-11-29T04:16:24.384Z | Downloaded write16 v1.0.0 |
157 | 2024-11-29T04:16:24.387Z | Downloaded filetime v0.2.25 |
158 | 2024-11-29T04:16:24.389Z | Downloaded synstructure v0.13.1 |
159 | 2024-11-29T04:16:24.391Z | Downloaded sync_wrapper v1.0.2 |
160 | 2024-11-29T04:16:24.391Z | Downloaded target-spec v3.2.2 |
161 | 2024-11-29T04:16:24.394Z | Downloaded tracing-log v0.2.0 |
162 | 2024-11-29T04:16:24.394Z | Downloaded subtle v2.6.1 |
163 | 2024-11-29T04:16:24.396Z | Downloaded textwrap v0.16.1 |
164 | 2024-11-29T04:16:24.398Z | Downloaded target-spec-miette v0.4.0 |
165 | 2024-11-29T04:16:24.401Z | Downloaded http-body v1.0.1 |
166 | 2024-11-29T04:16:24.401Z | Downloaded strsim v0.11.1 |
167 | 2024-11-29T04:16:24.404Z | Downloaded cargo_metadata v0.18.1 |
168 | 2024-11-29T04:16:24.406Z | Downloaded tracing-error v0.2.0 |
169 | 2024-11-29T04:16:24.406Z | Downloaded signal-hook-registry v1.4.2 |
170 | 2024-11-29T04:16:24.408Z | Downloaded curve25519-dalek-derive v0.1.1 |
171 | 2024-11-29T04:16:24.408Z | Downloaded zerofrom-derive v0.1.5 |
172 | 2024-11-29T04:16:24.410Z | Downloaded tokio-native-tls v0.3.1 |
173 | 2024-11-29T04:16:24.411Z | Downloaded tokio-macros v2.4.0 |
174 | 2024-11-29T04:16:24.413Z | Downloaded tinystr v0.7.6 |
175 | 2024-11-29T04:16:24.415Z | Downloaded heck v0.5.0 |
176 | 2024-11-29T04:16:24.417Z | Downloaded version_check v0.9.5 |
177 | 2024-11-29T04:16:24.417Z | Downloaded thread_local v1.1.8 |
178 | 2024-11-29T04:16:24.419Z | Downloaded form_urlencoded v1.2.1 |
179 | 2024-11-29T04:16:24.419Z | Downloaded generic-array v0.14.7 |
180 | 2024-11-29T04:16:24.421Z | Downloaded fnv v1.0.7 |
181 | 2024-11-29T04:16:24.421Z | Downloaded either v1.13.0 |
182 | 2024-11-29T04:16:24.425Z | Downloaded mukti-metadata v0.3.0 |
183 | 2024-11-29T04:16:24.425Z | Downloaded cpufeatures v0.2.16 |
184 | 2024-11-29T04:16:24.427Z | Downloaded display-error-chain v0.2.2 |
185 | 2024-11-29T04:16:24.427Z | Downloaded zipsign-api v0.1.2 |
186 | 2024-11-29T04:16:24.430Z | Downloaded zerovec-derive v0.10.3 |
187 | 2024-11-29T04:16:24.430Z | Downloaded static_assertions v1.1.0 |
188 | 2024-11-29T04:16:24.432Z | Downloaded utf8parse v0.2.2 |
189 | 2024-11-29T04:16:24.435Z | Downloaded futures-macro v0.3.31 |
190 | 2024-11-29T04:16:24.435Z | Downloaded futures-io v0.3.31 |
191 | 2024-11-29T04:16:24.435Z | Downloaded futures-core v0.3.31 |
192 | 2024-11-29T04:16:24.437Z | Downloaded fastrand v2.2.0 |
193 | 2024-11-29T04:16:24.437Z | Downloaded unicode-linebreak v0.1.5 |
194 | 2024-11-29T04:16:24.440Z | Downloaded humantime v2.1.0 |
195 | 2024-11-29T04:16:24.442Z | Downloaded openssl-macros v0.1.1 |
196 | 2024-11-29T04:16:24.442Z | Downloaded vte v0.11.1 |
197 | 2024-11-29T04:16:24.445Z | Downloaded zstd-safe v7.2.1 |
198 | 2024-11-29T04:16:24.448Z | Downloaded signature v2.2.0 |
199 | 2024-11-29T04:16:24.448Z | Downloaded writeable v0.5.5 |
200 | 2024-11-29T04:16:24.450Z | Downloaded toml_datetime v0.6.8 |
201 | 2024-11-29T04:16:24.450Z | Downloaded duct v0.13.7 |
202 | 2024-11-29T04:16:24.452Z | Downloaded terminal_size v0.4.0 |
203 | 2024-11-29T04:16:24.454Z | Downloaded thiserror v1.0.69 |
204 | 2024-11-29T04:16:24.459Z | Downloaded unicase v2.8.0 |
205 | 2024-11-29T04:16:24.461Z | Downloaded camino v1.1.9 |
206 | 2024-11-29T04:16:24.463Z | Downloaded displaydoc v0.2.5 |
207 | 2024-11-29T04:16:24.466Z | Downloaded socket2 v0.5.8 |
208 | 2024-11-29T04:16:24.468Z | Downloaded openssl-probe v0.1.5 |
209 | 2024-11-29T04:16:24.471Z | Downloaded icu_properties v1.5.1 |
210 | 2024-11-29T04:16:24.473Z | Downloaded strip-ansi-escapes v0.2.0 |
211 | 2024-11-29T04:16:24.475Z | Downloaded crc32fast v1.4.2 |
212 | 2024-11-29T04:16:24.478Z | Downloaded future-queue v0.3.0 |
213 | 2024-11-29T04:16:24.480Z | Downloaded yoke v0.7.5 |
214 | 2024-11-29T04:16:24.480Z | Downloaded futures-channel v0.3.31 |
215 | 2024-11-29T04:16:24.483Z | Downloaded tempfile v3.14.0 |
216 | 2024-11-29T04:16:24.487Z | Downloaded mime v0.3.17 |
217 | 2024-11-29T04:16:24.490Z | Downloaded icu_normalizer v1.5.0 |
218 | 2024-11-29T04:16:24.490Z | Downloaded getrandom v0.2.15 |
219 | 2024-11-29T04:16:24.492Z | Downloaded icu_locid v1.5.0 |
220 | 2024-11-29T04:16:24.496Z | Downloaded icu_locid_transform v1.5.0 |
221 | 2024-11-29T04:16:24.499Z | Downloaded hyper-rustls v0.27.3 |
222 | 2024-11-29T04:16:24.501Z | Downloaded nextest-workspace-hack v0.1.0 |
223 | 2024-11-29T04:16:24.505Z | Downloaded icu_normalizer_data v1.5.0 |
224 | 2024-11-29T04:16:24.507Z | Downloaded nested v0.1.1 |
225 | 2024-11-29T04:16:24.507Z | Downloaded nextest-metadata v0.12.1 |
226 | 2024-11-29T04:16:24.507Z | Downloaded tar v0.4.43 |
227 | 2024-11-29T04:16:24.509Z | Downloaded bitflags v2.6.0 |
228 | 2024-11-29T04:16:24.513Z | Downloaded idna_adapter v1.2.0 |
229 | 2024-11-29T04:16:24.516Z | Downloaded zerovec v0.10.4 |
230 | 2024-11-29T04:16:24.519Z | Downloaded icu_locid_transform_data v1.5.0 |
231 | 2024-11-29T04:16:24.523Z | Downloaded toml_edit v0.22.22 |
232 | 2024-11-29T04:16:24.545Z | Downloaded pathdiff v0.2.3 |
233 | 2024-11-29T04:16:24.554Z | Downloaded ahash v0.8.11 |
234 | 2024-11-29T04:16:24.554Z | Downloaded miette-derive v7.4.0 |
235 | 2024-11-29T04:16:24.554Z | Downloaded rand_core v0.6.4 |
236 | 2024-11-29T04:16:24.554Z | Downloaded rustc-hash v2.0.0 |
237 | 2024-11-29T04:16:24.554Z | Downloaded litemap v0.7.4 |
238 | 2024-11-29T04:16:24.554Z | Downloaded url v2.5.4 |
239 | 2024-11-29T04:16:24.564Z | Downloaded futures v0.3.31 |
240 | 2024-11-29T04:16:24.564Z | Downloaded owo-colors v4.1.0 |
241 | 2024-11-29T04:16:24.564Z | Downloaded self-replace v1.5.0 |
242 | 2024-11-29T04:16:24.583Z | Downloaded serde_spanned v0.6.8 |
243 | 2024-11-29T04:16:24.583Z | Downloaded globset v0.4.15 |
244 | 2024-11-29T04:16:24.583Z | Downloaded console v0.15.8 |
245 | 2024-11-29T04:16:24.583Z | Downloaded config v0.14.1 |
246 | 2024-11-29T04:16:24.591Z | Downloaded bytes v1.9.0 |
247 | 2024-11-29T04:16:24.591Z | Downloaded cfg-expr v0.17.1 |
248 | 2024-11-29T04:16:24.591Z | Downloaded tracing-core v0.1.33 |
249 | 2024-11-29T04:16:24.591Z | Downloaded iana-time-zone v0.1.61 |
250 | 2024-11-29T04:16:24.591Z | Downloaded dialoguer v0.11.0 |
251 | 2024-11-29T04:16:24.594Z | Downloaded rand_chacha v0.3.1 |
252 | 2024-11-29T04:16:24.594Z | Downloaded owo-colors v3.5.0 |
253 | 2024-11-29T04:16:24.596Z | Downloaded const-oid v0.9.6 |
254 | 2024-11-29T04:16:24.599Z | Downloaded miniz_oxide v0.8.0 |
255 | 2024-11-29T04:16:24.599Z | Downloaded typenum v1.17.0 |
256 | 2024-11-29T04:16:24.602Z | Downloaded itoa v1.0.14 |
257 | 2024-11-29T04:16:24.604Z | Downloaded is_ci v1.2.0 |
258 | 2024-11-29T04:16:24.606Z | Downloaded number_prefix v0.4.0 |
259 | 2024-11-29T04:16:24.606Z | Downloaded zstd v0.13.2 |
260 | 2024-11-29T04:16:24.609Z | Downloaded once_cell v1.20.2 |
261 | 2024-11-29T04:16:24.612Z | Downloaded lazy_static v1.5.0 |
262 | 2024-11-29T04:16:24.614Z | Downloaded percent-encoding v2.3.1 |
263 | 2024-11-29T04:16:24.615Z | Downloaded serde_path_to_error v0.1.16 |
264 | 2024-11-29T04:16:24.618Z | Downloaded semver v1.0.23 |
265 | 2024-11-29T04:16:24.620Z | Downloaded rustls-pki-types v1.10.0 |
266 | 2024-11-29T04:16:24.622Z | Downloaded winnow v0.6.20 |
267 | 2024-11-29T04:16:24.630Z | Downloaded indenter v0.3.3 |
268 | 2024-11-29T04:16:24.635Z | Downloaded rustc-demangle v0.1.24 |
269 | 2024-11-29T04:16:24.635Z | Downloaded hyper-util v0.1.10 |
270 | 2024-11-29T04:16:24.637Z | Downloaded rustls-pemfile v2.2.0 |
271 | 2024-11-29T04:16:24.640Z | Downloaded quote v1.0.37 |
272 | 2024-11-29T04:16:24.642Z | Downloaded quick-junit v0.5.1 |
273 | 2024-11-29T04:16:24.644Z | Downloaded icu_provider_macros v1.5.0 |
274 | 2024-11-29T04:16:24.644Z | Downloaded ppv-lite86 v0.2.20 |
275 | 2024-11-29T04:16:24.646Z | Downloaded pkg-config v0.3.31 |
276 | 2024-11-29T04:16:24.646Z | Downloaded pin-utils v0.1.0 |
277 | 2024-11-29T04:16:24.649Z | Downloaded zerocopy v0.7.35 |
278 | 2024-11-29T04:16:24.662Z | Downloaded sha2 v0.10.8 |
279 | 2024-11-29T04:16:24.664Z | Downloaded serde_urlencoded v0.7.1 |
280 | 2024-11-29T04:16:24.666Z | Downloaded self_update v0.41.0 |
281 | 2024-11-29T04:16:24.668Z | Downloaded num-traits v0.2.19 |
282 | 2024-11-29T04:16:24.670Z | Downloaded ipnet v2.10.1 |
283 | 2024-11-29T04:16:24.673Z | Downloaded ryu v1.0.18 |
284 | 2024-11-29T04:16:24.677Z | Downloaded proc-macro2 v1.0.92 |
285 | 2024-11-29T04:16:24.680Z | Downloaded pin-project-lite v0.2.15 |
286 | 2024-11-29T04:16:24.683Z | Downloaded indexmap v2.6.0 |
287 | 2024-11-29T04:16:24.687Z | Downloaded rustc_version v0.4.1 |
288 | 2024-11-29T04:16:24.691Z | Downloaded indicatif v0.17.9 |
289 | 2024-11-29T04:16:24.694Z | Downloaded quinn v0.11.6 |
290 | 2024-11-29T04:16:24.696Z | Downloaded newtype-uuid v1.1.3 |
291 | 2024-11-29T04:16:24.699Z | Downloaded pkcs8 v0.10.2 |
292 | 2024-11-29T04:16:24.701Z | Downloaded quinn-udp v0.5.7 |
293 | 2024-11-29T04:16:24.701Z | Downloaded jobserver v0.1.32 |
294 | 2024-11-29T04:16:24.704Z | Downloaded log v0.4.22 |
295 | 2024-11-29T04:16:24.708Z | Downloaded flate2 v1.0.35 |
296 | 2024-11-29T04:16:24.710Z | Downloaded minimal-lexical v0.2.1 |
297 | 2024-11-29T04:16:24.715Z | Downloaded tracing-subscriber v0.3.18 |
298 | 2024-11-29T04:16:24.723Z | Downloaded serde_derive v1.0.215 |
299 | 2024-11-29T04:16:24.726Z | Downloaded memchr v2.7.4 |
300 | 2024-11-29T04:16:24.730Z | Downloaded mio v1.0.2 |
301 | 2024-11-29T04:16:24.735Z | Downloaded ron v0.8.1 |
302 | 2024-11-29T04:16:24.740Z | Downloaded serde v1.0.215 |
303 | 2024-11-29T04:16:24.743Z | Downloaded nextest-filtering v0.12.0 |
304 | 2024-11-29T04:16:24.746Z | Downloaded http v1.1.0 |
305 | 2024-11-29T04:16:24.749Z | Downloaded color-spantrace v0.2.1 |
306 | 2024-11-29T04:16:24.752Z | Downloaded miniz_oxide v0.7.4 |
307 | 2024-11-29T04:16:24.755Z | Downloaded vcpkg v0.2.15 |
308 | 2024-11-29T04:16:24.791Z | Downloaded rand v0.8.5 |
309 | 2024-11-29T04:16:24.794Z | Downloaded icu_properties_data v1.5.0 |
310 | 2024-11-29T04:16:24.804Z | Downloaded miette v7.4.0 |
311 | 2024-11-29T04:16:24.810Z | Downloaded unicode-width v0.2.0 |
312 | 2024-11-29T04:16:24.815Z | Downloaded portable-atomic v1.10.0 |
313 | 2024-11-29T04:16:24.823Z | Downloaded idna v1.0.3 |
314 | 2024-11-29T04:16:24.826Z | Downloaded serde_json v1.0.133 |
315 | 2024-11-29T04:16:24.833Z | Downloaded rustls-webpki v0.102.8 |
316 | 2024-11-29T04:16:24.851Z | Downloaded nextest-runner v0.68.0 |
317 | 2024-11-29T04:16:24.860Z | Downloaded syn v2.0.89 |
318 | 2024-11-29T04:16:24.871Z | Downloaded clap_builder v4.5.21 |
319 | 2024-11-29T04:16:24.879Z | Downloaded futures-util v0.3.31 |
320 | 2024-11-29T04:16:24.889Z | Downloaded itertools v0.13.0 |
321 | 2024-11-29T04:16:24.895Z | Downloaded quick-xml v0.23.1 |
322 | 2024-11-29T04:16:24.901Z | Downloaded hyper v1.5.1 |
323 | 2024-11-29T04:16:24.908Z | Downloaded object v0.32.2 |
324 | 2024-11-29T04:16:24.918Z | Downloaded reqwest v0.12.9 |
325 | 2024-11-29T04:16:24.926Z | Downloaded quinn-proto v0.11.9 |
326 | 2024-11-29T04:16:24.933Z | Downloaded gimli v0.28.1 |
327 | 2024-11-29T04:16:24.941Z | Downloaded quick-xml v0.37.1 |
328 | 2024-11-29T04:16:24.946Z | Downloaded rustix v0.38.41 |
329 | 2024-11-29T04:16:24.967Z | Downloaded regex v1.11.1 |
330 | 2024-11-29T04:16:24.979Z | Downloaded openssl v0.10.68 |
331 | 2024-11-29T04:16:24.989Z | Downloaded curve25519-dalek v4.1.3 |
332 | 2024-11-29T04:16:24.996Z | Downloaded regex-syntax v0.8.5 |
333 | 2024-11-29T04:16:25.005Z | Downloaded unicode-width v0.1.14 |
334 | 2024-11-29T04:16:25.010Z | Downloaded nom v7.1.3 |
335 | 2024-11-29T04:16:25.016Z | Downloaded rustls v0.23.19 |
336 | 2024-11-29T04:16:25.027Z | Downloaded nix v0.29.0 |
337 | 2024-11-29T04:16:25.038Z | Downloaded bstr v1.11.0 |
338 | 2024-11-29T04:16:25.047Z | Downloaded guppy v0.17.8 |
339 | 2024-11-29T04:16:25.052Z | Downloaded hashbrown v0.15.2 |
340 | 2024-11-29T04:16:25.058Z | Downloaded openssl-sys v0.9.104 |
341 | 2024-11-29T04:16:25.062Z | Downloaded pin-project-internal v1.1.7 |
342 | 2024-11-29T04:16:25.064Z | Downloaded ed25519-dalek v2.1.1 |
343 | 2024-11-29T04:16:25.067Z | Downloaded serde_ignored v0.1.10 |
344 | 2024-11-29T04:16:25.070Z | Downloaded is_terminal_polyfill v1.70.1 |
345 | 2024-11-29T04:16:25.070Z | Downloaded icu_provider v1.5.0 |
346 | 2024-11-29T04:16:25.074Z | Downloaded der v0.7.9 |
347 | 2024-11-29T04:16:25.077Z | Downloaded clap v4.5.21 |
348 | 2024-11-29T04:16:25.086Z | Downloaded pin-project v1.1.7 |
349 | 2024-11-29T04:16:25.096Z | Downloaded regex-automata v0.4.9 |
350 | 2024-11-29T04:16:25.112Z | Downloaded zstd-sys v2.0.13+zstd.1.5.6 |
351 | 2024-11-29T04:16:25.128Z | Downloaded tokio v1.41.1 |
352 | 2024-11-29T04:16:25.163Z | Downloaded petgraph v0.6.5 |
353 | 2024-11-29T04:16:25.178Z | Downloaded color-eyre v0.6.3 |
354 | 2024-11-29T04:16:25.187Z | Downloaded os_pipe v1.2.1 |
355 | 2024-11-29T04:16:25.203Z | Downloaded libc v0.2.166 |
356 | 2024-11-29T04:16:25.214Z | Downloaded native-tls v0.2.12 |
357 | 2024-11-29T04:16:25.219Z | Downloaded tinyvec v1.8.0 |
358 | 2024-11-29T04:16:25.219Z | Downloaded spin v0.9.8 |
359 | 2024-11-29T04:16:25.220Z | Downloaded clap_derive v4.5.18 |
360 | 2024-11-29T04:16:25.227Z | Downloaded supports-hyperlinks v3.1.0 |
361 | 2024-11-29T04:16:25.228Z | Downloaded supports-color v3.0.2 |
362 | 2024-11-29T04:16:25.228Z | Downloaded uuid v1.11.0 |
363 | 2024-11-29T04:16:25.228Z | Downloaded http-body-util v0.1.2 |
364 | 2024-11-29T04:16:25.228Z | Downloaded home v0.5.9 |
365 | 2024-11-29T04:16:25.234Z | Downloaded futures-task v0.3.31 |
366 | 2024-11-29T04:16:25.234Z | Downloaded futures-executor v0.3.31 |
367 | 2024-11-29T04:16:25.234Z | Downloaded hex v0.4.3 |
368 | 2024-11-29T04:16:25.234Z | Downloaded thiserror-impl v2.0.3 |
369 | 2024-11-29T04:16:25.234Z | Downloaded thiserror-impl v1.0.69 |
370 | 2024-11-29T04:16:25.234Z | Downloaded ed25519 v2.2.3 |
371 | 2024-11-29T04:16:25.238Z | Downloaded debug-ignore v1.0.5 |
372 | 2024-11-29T04:16:25.238Z | Downloaded supports-unicode v3.0.0 |
373 | 2024-11-29T04:16:25.238Z | Downloaded clap_lex v0.7.3 |
374 | 2024-11-29T04:16:25.239Z | Downloaded fixedbitset v0.4.2 |
375 | 2024-11-29T04:16:25.239Z | Downloaded digest v0.10.7 |
376 | 2024-11-29T04:16:25.239Z | Downloaded block-buffer v0.10.4 |
377 | 2024-11-29T04:16:25.242Z | Downloaded humantime-serde v1.1.1 |
378 | 2024-11-29T04:16:25.242Z | Downloaded enable-ansi-support v0.2.1 |
379 | 2024-11-29T04:16:25.242Z | Downloaded urlencoding v2.1.3 |
380 | 2024-11-29T04:16:25.245Z | Downloaded tinyvec_macros v0.1.1 |
381 | 2024-11-29T04:16:25.246Z | Downloaded guppy-workspace-hack v0.1.0 |
382 | 2024-11-29T04:16:25.246Z | Downloaded futures-sink v0.3.31 |
383 | 2024-11-29T04:16:25.246Z | Downloaded foreign-types-shared v0.1.1 |
384 | 2024-11-29T04:16:25.246Z | Downloaded swrite v0.1.0 |
385 | 2024-11-29T04:16:25.246Z | Downloaded slab v0.4.9 |
386 | 2024-11-29T04:16:25.250Z | Downloaded cfg_aliases v0.2.1 |
387 | 2024-11-29T04:16:25.251Z | Downloaded try-lock v0.2.5 |
388 | 2024-11-29T04:16:25.251Z | Downloaded smallvec v1.13.2 |
389 | 2024-11-29T04:16:25.251Z | Downloaded icu_collections v1.5.0 |
390 | 2024-11-29T04:16:25.255Z | Downloaded backtrace-ext v0.2.1 |
391 | 2024-11-29T04:16:25.262Z | Downloaded equivalent v1.0.1 |
392 | 2024-11-29T04:16:25.262Z | Downloaded crypto-common v0.1.6 |
393 | 2024-11-29T04:16:25.262Z | Downloaded base64 v0.22.1 |
394 | 2024-11-29T04:16:25.266Z | Downloaded target-lexicon v0.12.16 |
395 | 2024-11-29T04:16:25.266Z | Downloaded chrono v0.4.38 |
396 | 2024-11-29T04:16:25.271Z | Downloaded tracing v0.1.41 |
397 | 2024-11-29T04:16:25.274Z | Downloaded thiserror v2.0.3 |
398 | 2024-11-29T04:16:25.278Z | Downloaded base64ct v1.6.0 |
399 | 2024-11-29T04:16:25.281Z | Downloaded anstream v0.6.18 |
400 | 2024-11-29T04:16:25.285Z | Downloaded byteorder v1.5.0 |
401 | 2024-11-29T04:16:25.285Z | Downloaded smol_str v0.3.2 |
402 | 2024-11-29T04:16:25.285Z | Downloaded anstyle v1.0.10 |
403 | 2024-11-29T04:16:25.333Z | Downloaded recursion v0.5.2 |
404 | 2024-11-29T04:16:25.522Z | Downloaded ring v0.17.8 |
405 | 2024-11-29T04:16:25.619Z | Compiling proc-macro2 v1.0.92 |
406 | 2024-11-29T04:16:25.623Z | Compiling unicode-ident v1.0.14 |
407 | 2024-11-29T04:16:25.623Z | Compiling libc v0.2.166 |
408 | 2024-11-29T04:16:25.623Z | Compiling cfg-if v1.0.0 |
409 | 2024-11-29T04:16:25.623Z | Compiling memchr v2.7.4 |
410 | 2024-11-29T04:16:25.623Z | Compiling serde v1.0.215 |
411 | 2024-11-29T04:16:25.693Z | Compiling shlex v1.3.0 |
412 | 2024-11-29T04:16:25.855Z | Compiling once_cell v1.20.2 |
413 | 2024-11-29T04:16:25.876Z | Compiling autocfg v1.4.0 |
414 | 2024-11-29T04:16:26.035Z | Compiling itoa v1.0.14 |
415 | 2024-11-29T04:16:26.239Z | Compiling pin-project-lite v0.2.15 |
416 | 2024-11-29T04:16:26.282Z | Compiling bitflags v2.6.0 |
417 | 2024-11-29T04:16:26.349Z | Compiling rustix v0.38.41 |
418 | 2024-11-29T04:16:26.381Z | Compiling smallvec v1.13.2 |
419 | 2024-11-29T04:16:26.581Z | Compiling stable_deref_trait v1.2.0 |
420 | 2024-11-29T04:16:26.684Z | Compiling slab v0.4.9 |
421 | 2024-11-29T04:16:26.701Z | Compiling futures-core v0.3.31 |
422 | 2024-11-29T04:16:26.785Z | Compiling futures-sink v0.3.31 |
423 | 2024-11-29T04:16:26.918Z | Compiling version_check v0.9.5 |
424 | 2024-11-29T04:16:26.933Z | Compiling futures-channel v0.3.31 |
425 | 2024-11-29T04:16:27.049Z | Compiling jobserver v0.1.32 |
426 | 2024-11-29T04:16:27.082Z | Compiling pin-utils v0.1.0 |
427 | 2024-11-29T04:16:27.198Z | Compiling serde_json v1.0.133 |
428 | 2024-11-29T04:16:27.355Z | Compiling bytes v1.9.0 |
429 | 2024-11-29T04:16:27.447Z | Compiling quote v1.0.37 |
430 | 2024-11-29T04:16:27.494Z | Compiling cc v1.2.1 |
431 | 2024-11-29T04:16:27.545Z | Compiling getrandom v0.2.15 |
432 | 2024-11-29T04:16:27.693Z | Compiling errno v0.3.10 |
433 | 2024-11-29T04:16:27.886Z | Compiling syn v2.0.89 |
434 | 2024-11-29T04:16:27.946Z | Compiling ryu v1.0.18 |
435 | 2024-11-29T04:16:27.980Z | Compiling futures-task v0.3.31 |
436 | 2024-11-29T04:16:28.008Z | Compiling futures-io v0.3.31 |
437 | 2024-11-29T04:16:28.255Z | Compiling tracing-core v0.1.33 |
438 | 2024-11-29T04:16:28.273Z | Compiling writeable v0.5.5 |
439 | 2024-11-29T04:16:28.381Z | Compiling litemap v0.7.4 |
440 | 2024-11-29T04:16:28.523Z | Compiling log v0.4.22 |
441 | 2024-11-29T04:16:28.838Z | Compiling thiserror v1.0.69 |
442 | 2024-11-29T04:16:29.064Z | Compiling fnv v1.0.7 |
443 | 2024-11-29T04:16:29.165Z | Compiling camino v1.1.9 |
444 | 2024-11-29T04:16:29.213Z | Compiling lazy_static v1.5.0 |
445 | 2024-11-29T04:16:29.346Z | Compiling mio v1.0.2 |
446 | 2024-11-29T04:16:29.410Z | Compiling signal-hook-registry v1.4.2 |
447 | 2024-11-29T04:16:29.727Z | Compiling socket2 v0.5.8 |
448 | 2024-11-29T04:16:29.856Z | Compiling target-lexicon v0.12.16 |
449 | 2024-11-29T04:16:30.651Z | Compiling unicode-width v0.1.14 |
450 | 2024-11-29T04:16:30.754Z | Compiling rustls-pki-types v1.10.0 |
451 | 2024-11-29T04:16:30.769Z | Compiling ring v0.17.8 |
452 | 2024-11-29T04:16:30.882Z | Compiling icu_locid_transform_data v1.5.0 |
453 | 2024-11-29T04:16:30.923Z | Compiling hashbrown v0.15.2 |
454 | 2024-11-29T04:16:30.999Z | Compiling equivalent v1.0.1 |
455 | 2024-11-29T04:16:31.115Z | Compiling backtrace v0.3.71 |
456 | 2024-11-29T04:16:31.293Z | Compiling http v1.1.0 |
457 | 2024-11-29T04:16:31.308Z | Compiling typenum v1.17.0 |
458 | 2024-11-29T04:16:31.638Z | Compiling gimli v0.28.1 |
459 | 2024-11-29T04:16:32.223Z | Compiling utf8parse v0.2.2 |
460 | 2024-11-29T04:16:32.239Z | Compiling untrusted v0.9.0 |
461 | 2024-11-29T04:16:32.255Z | Compiling semver v1.0.23 |
462 | 2024-11-29T04:16:32.366Z | Compiling icu_properties_data v1.5.0 |
463 | 2024-11-29T04:16:32.411Z | Compiling spin v0.9.8 |
464 | 2024-11-29T04:16:32.427Z | Compiling guppy-workspace-hack v0.1.0 |
465 | 2024-11-29T04:16:32.599Z | Compiling byteorder v1.5.0 |
466 | 2024-11-29T04:16:32.614Z | Compiling httparse v1.9.5 |
467 | 2024-11-29T04:16:32.743Z | Compiling adler v1.0.2 |
468 | 2024-11-29T04:16:32.842Z | Compiling http-body v1.0.1 |
469 | 2024-11-29T04:16:32.938Z | Compiling miniz_oxide v0.7.4 |
470 | 2024-11-29T04:16:33.090Z | Compiling generic-array v0.14.7 |
471 | 2024-11-29T04:16:33.296Z | Compiling object v0.32.2 |
472 | 2024-11-29T04:16:33.430Z | Compiling rustc-demangle v0.1.24 |
473 | 2024-11-29T04:16:34.223Z | Compiling pkg-config v0.3.31 |
474 | 2024-11-29T04:16:34.272Z | Compiling rustls v0.23.19 |
475 | 2024-11-29T04:16:34.635Z | Compiling synstructure v0.13.1 |
476 | 2024-11-29T04:16:35.296Z | Compiling zeroize v1.8.1 |
477 | 2024-11-29T04:16:35.581Z | Compiling try-lock v0.2.5 |
478 | 2024-11-29T04:16:35.614Z | Compiling target-spec v3.2.2 |
479 | 2024-11-29T04:16:35.740Z | Compiling addr2line v0.21.0 |
480 | 2024-11-29T04:16:35.781Z | Compiling icu_normalizer_data v1.5.0 |
481 | 2024-11-29T04:16:35.801Z | Compiling write16 v1.0.0 |
482 | 2024-11-29T04:16:35.883Z | Compiling utf16_iter v1.0.5 |
483 | 2024-11-29T04:16:35.923Z | Compiling utf8_iter v1.0.4 |
484 | 2024-11-29T04:16:36.076Z | Compiling fastrand v2.2.0 |
485 | 2024-11-29T04:16:36.113Z | Compiling want v0.3.1 |
486 | 2024-11-29T04:16:36.176Z | Compiling zstd-sys v2.0.13+zstd.1.5.6 |
487 | 2024-11-29T04:16:36.380Z | Compiling cfg-expr v0.17.1 |
488 | 2024-11-29T04:16:36.535Z | Compiling tempfile v3.14.0 |
489 | 2024-11-29T04:16:37.628Z | Compiling terminal_size v0.4.0 |
490 | 2024-11-29T04:16:37.769Z | Compiling aho-corasick v1.1.3 |
491 | 2024-11-29T04:16:37.850Z | Compiling regex-syntax v0.8.5 |
492 | 2024-11-29T04:16:37.923Z | Compiling owo-colors v4.1.0 |
493 | 2024-11-29T04:16:38.253Z | Compiling percent-encoding v2.3.1 |
494 | 2024-11-29T04:16:38.269Z | Compiling subtle v2.6.1 |
495 | 2024-11-29T04:16:38.530Z | Compiling form_urlencoded v1.2.1 |
496 | 2024-11-29T04:16:38.917Z | Compiling serde_derive v1.0.215 |
497 | 2024-11-29T04:16:38.981Z | Compiling zerofrom-derive v0.1.5 |
498 | 2024-11-29T04:16:39.681Z | Compiling yoke-derive v0.7.5 |
499 | 2024-11-29T04:16:40.611Z | Compiling zerovec-derive v0.10.3 |
500 | 2024-11-29T04:16:42.010Z | Compiling zerofrom v0.1.5 |
501 | 2024-11-29T04:16:42.025Z | Compiling displaydoc v0.2.5 |
502 | 2024-11-29T04:16:42.231Z | Compiling yoke v0.7.5 |
503 | 2024-11-29T04:16:42.580Z | Compiling futures-macro v0.3.31 |
504 | 2024-11-29T04:16:42.865Z | Compiling zerovec v0.10.4 |
505 | 2024-11-29T04:16:43.452Z | Compiling icu_provider_macros v1.5.0 |
506 | 2024-11-29T04:16:44.248Z | Compiling futures-util v0.3.31 |
507 | 2024-11-29T04:16:44.495Z | Compiling tracing-attributes v0.1.28 |
508 | 2024-11-29T04:16:44.511Z | Compiling tinystr v0.7.6 |
509 | 2024-11-29T04:16:44.903Z | Compiling icu_locid v1.5.0 |
510 | 2024-11-29T04:16:45.389Z | Compiling tokio-macros v2.4.0 |
511 | 2024-11-29T04:16:46.854Z | Compiling icu_provider v1.5.0 |
512 | 2024-11-29T04:16:47.370Z | Compiling thiserror-impl v1.0.69 |
513 | 2024-11-29T04:16:48.973Z | Compiling icu_locid_transform v1.5.0 |
514 | 2024-11-29T04:16:50.093Z | Compiling tracing v0.1.41 |
515 | 2024-11-29T04:16:50.157Z | Compiling tokio v1.41.1 |
516 | 2024-11-29T04:16:51.227Z | Compiling indexmap v2.6.0 |
517 | 2024-11-29T04:16:52.173Z | Compiling icu_collections v1.5.0 |
518 | 2024-11-29T04:16:52.281Z | Compiling zerocopy-derive v0.7.35 |
519 | 2024-11-29T04:16:54.160Z | Compiling zerocopy v0.7.35 |
520 | 2024-11-29T04:16:54.381Z | Compiling icu_properties v1.5.1 |
521 | 2024-11-29T04:16:54.740Z | Compiling rustls-webpki v0.102.8 |
522 | 2024-11-29T04:16:59.293Z | Compiling icu_normalizer v1.5.0 |
523 | 2024-11-29T04:16:59.909Z | Compiling hyper v1.5.1 |
524 | 2024-11-29T04:17:00.450Z | Compiling idna_adapter v1.2.0 |
525 | 2024-11-29T04:17:00.649Z | Compiling regex-automata v0.4.9 |
526 | 2024-11-29T04:17:03.682Z | Compiling ahash v0.8.11 |
527 | 2024-11-29T04:17:04.094Z | Compiling num-traits v0.2.19 |
528 | 2024-11-29T04:17:04.453Z | Compiling portable-atomic v1.10.0 |
529 | 2024-11-29T04:17:04.704Z | Compiling is_ci v1.2.0 |
530 | 2024-11-29T04:17:04.982Z | Compiling either v1.13.0 |
531 | 2024-11-29T04:17:05.307Z | Compiling tower-service v0.3.3 |
532 | 2024-11-29T04:17:05.402Z | Compiling unicode-width v0.2.0 |
533 | 2024-11-29T04:17:05.440Z | Compiling unicode-linebreak v0.1.5 |
534 | 2024-11-29T04:17:05.962Z | Compiling nextest-workspace-hack v0.1.0 |
535 | 2024-11-29T04:17:05.977Z | Compiling winnow v0.6.20 |
536 | 2024-11-29T04:17:06.342Z | Compiling textwrap v0.16.1 |
537 | 2024-11-29T04:17:06.682Z | Compiling hyper-util v0.1.10 |
538 | 2024-11-29T04:17:07.880Z | Compiling supports-color v3.0.2 |
539 | 2024-11-29T04:17:08.552Z | Compiling tokio-rustls v0.26.0 |
540 | 2024-11-29T04:17:08.987Z | Compiling idna v1.0.3 |
541 | 2024-11-29T04:17:09.262Z | Compiling backtrace-ext v0.2.1 |
542 | 2024-11-29T04:17:09.764Z | Compiling pathdiff v0.2.3 |
543 | 2024-11-29T04:17:09.835Z | Compiling toml_datetime v0.6.8 |
544 | 2024-11-29T04:17:09.938Z | Compiling cargo-platform v0.1.9 |
545 | 2024-11-29T04:17:10.519Z | Compiling serde_spanned v0.6.8 |
546 | 2024-11-29T04:17:10.747Z | Compiling miette-derive v7.4.0 |
547 | 2024-11-29T04:17:11.884Z | Compiling webpki-roots v0.26.7 |
548 | 2024-11-29T04:17:12.092Z | Compiling console v0.15.8 |
549 | 2024-11-29T04:17:13.208Z | Compiling sharded-slab v0.1.7 |
550 | 2024-11-29T04:17:13.310Z | Compiling tracing-log v0.2.0 |
551 | 2024-11-29T04:17:13.976Z | Compiling vte_generate_state_changes v0.1.2 |
552 | 2024-11-29T04:17:14.566Z | Compiling thread_local v1.1.8 |
553 | 2024-11-29T04:17:14.739Z | Compiling adler2 v2.0.0 |
554 | 2024-11-29T04:17:14.991Z | Compiling fixedbitset v0.4.2 |
555 | 2024-11-29T04:17:15.023Z | Compiling thiserror v2.0.3 |
556 | 2024-11-29T04:17:15.197Z | Compiling cfg_aliases v0.2.1 |
557 | 2024-11-29T04:17:15.247Z | Compiling supports-hyperlinks v3.1.0 |
558 | 2024-11-29T04:17:15.290Z | Compiling newtype-uuid v1.1.3 |
559 | 2024-11-29T04:17:15.575Z | Compiling zstd-safe v7.2.1 |
560 | 2024-11-29T04:17:15.588Z | Compiling supports-unicode v3.0.0 |
561 | 2024-11-29T04:17:15.695Z | Compiling nix v0.29.0 |
562 | 2024-11-29T04:17:15.846Z | Compiling miette v7.4.0 |
563 | 2024-11-29T04:17:15.932Z | Compiling petgraph v0.6.5 |
564 | 2024-11-29T04:17:16.050Z | Compiling miniz_oxide v0.8.0 |
565 | 2024-11-29T04:17:16.461Z | Compiling tracing-subscriber v0.3.18 |
566 | 2024-11-29T04:17:17.565Z | Compiling vte v0.11.1 |
567 | 2024-11-29T04:17:18.602Z | Compiling hyper-rustls v0.27.3 |
568 | 2024-11-29T04:17:18.989Z | Compiling toml_edit v0.22.22 |
569 | 2024-11-29T04:17:19.363Z | Compiling cargo_metadata v0.18.1 |
570 | 2024-11-29T04:17:20.051Z | Compiling url v2.5.4 |
571 | 2024-11-29T04:17:25.981Z | Compiling itertools v0.13.0 |
572 | 2024-11-29T04:17:26.042Z | Compiling regex v1.11.1 |
573 | 2024-11-29T04:17:27.072Z | Compiling ppv-lite86 v0.2.20 |
574 | 2024-11-29T04:17:27.799Z | Compiling smol_str v0.3.2 |
575 | 2024-11-29T04:17:28.442Z | Compiling serde_urlencoded v0.7.1 |
576 | 2024-11-29T04:17:28.995Z | Compiling http-body-util v0.1.2 |
577 | 2024-11-29T04:17:29.295Z | Compiling futures-executor v0.3.31 |
578 | 2024-11-29T04:17:29.427Z | Compiling crypto-common v0.1.6 |
579 | 2024-11-29T04:17:29.497Z | Compiling block-buffer v0.10.4 |
580 | 2024-11-29T04:17:29.517Z | Compiling pin-project-internal v1.1.7 |
581 | 2024-11-29T04:17:29.618Z | Compiling thiserror-impl v2.0.3 |
582 | 2024-11-29T04:17:29.727Z | Compiling anstyle-parse v0.2.6 |
583 | 2024-11-29T04:17:30.088Z | Compiling rustls-pemfile v2.2.0 |
584 | 2024-11-29T04:17:30.317Z | Compiling xattr v1.3.1 |
585 | 2024-11-29T04:17:30.533Z | Compiling rand_core v0.6.4 |
586 | 2024-11-29T04:17:30.597Z | Compiling uuid v1.11.0 |
587 | 2024-11-29T04:17:30.677Z | Compiling filetime v0.2.25 |
588 | 2024-11-29T04:17:30.962Z | Compiling sync_wrapper v1.0.2 |
589 | 2024-11-29T04:17:30.979Z | Compiling bstr v1.11.0 |
590 | 2024-11-29T04:17:31.104Z | Compiling crc32fast v1.4.2 |
591 | 2024-11-29T04:17:31.591Z | Compiling base64 v0.22.1 |
592 | 2024-11-29T04:17:31.618Z | Compiling self_update v0.41.0 |
593 | 2024-11-29T04:17:31.997Z | Compiling nested v0.1.1 |
594 | 2024-11-29T04:17:32.046Z | Compiling static_assertions v1.1.0 |
595 | 2024-11-29T04:17:32.146Z | Compiling tinyvec_macros v0.1.1 |
596 | 2024-11-29T04:17:32.241Z | Compiling anstyle-query v1.1.2 |
597 | 2024-11-29T04:17:32.307Z | Compiling iana-time-zone v0.1.61 |
598 | 2024-11-29T04:17:32.349Z | Compiling mime v0.3.17 |
599 | 2024-11-29T04:17:32.376Z | Compiling debug-ignore v1.0.5 |
600 | 2024-11-29T04:17:32.379Z | Compiling minimal-lexical v0.2.1 |
601 | 2024-11-29T04:17:32.552Z | Compiling number_prefix v0.4.0 |
602 | 2024-11-29T04:17:32.608Z | Compiling eyre v0.6.12 |
603 | 2024-11-29T04:17:32.752Z | Compiling colorchoice v1.0.3 |
604 | 2024-11-29T04:17:32.901Z | Compiling ipnet v2.10.1 |
605 | 2024-11-29T04:17:32.942Z | Compiling indenter v0.3.3 |
606 | 2024-11-29T04:17:32.990Z | Compiling is_terminal_polyfill v1.70.1 |
607 | 2024-11-29T04:17:33.071Z | Compiling anstyle v1.0.10 |
608 | 2024-11-29T04:17:33.110Z | Compiling nom v7.1.3 |
609 | 2024-11-29T04:17:33.342Z | Compiling indicatif v0.17.9 |
610 | 2024-11-29T04:17:33.512Z | Compiling anstream v0.6.18 |
611 | 2024-11-29T04:17:33.526Z | Compiling reqwest v0.12.9 |
612 | 2024-11-29T04:17:34.511Z | Compiling guppy v0.17.8 |
613 | 2024-11-29T04:17:35.824Z | Compiling chrono v0.4.38 |
614 | 2024-11-29T04:17:37.158Z | Compiling tinyvec v1.8.0 |
615 | 2024-11-29T04:17:38.872Z | Compiling pin-project v1.1.7 |
616 | 2024-11-29T04:17:39.022Z | Compiling globset v0.4.15 |
617 | 2024-11-29T04:17:39.237Z | Compiling flate2 v1.0.35 |
618 | 2024-11-29T04:17:40.439Z | Compiling tar v0.4.43 |
619 | 2024-11-29T04:17:40.560Z | Compiling rand_chacha v0.3.1 |
620 | 2024-11-29T04:17:40.956Z | Compiling digest v0.10.7 |
621 | 2024-11-29T04:17:41.328Z | Compiling futures v0.3.31 |
622 | 2024-11-29T04:17:41.399Z | Compiling nextest-metadata v0.12.1 |
623 | 2024-11-29T04:17:41.442Z | Compiling toml v0.8.19 |
624 | 2024-11-29T04:17:42.238Z | Compiling strip-ansi-escapes v0.2.0 |
625 | 2024-11-29T04:17:42.973Z | Compiling tracing-error v0.2.0 |
626 | 2024-11-29T04:17:43.690Z | Compiling self-replace v1.5.0 |
627 | 2024-11-29T04:17:44.098Z | Compiling shared_child v1.0.1 |
628 | 2024-11-29T04:17:44.237Z | Compiling os_pipe v1.2.1 |
629 | 2024-11-29T04:17:44.498Z | Compiling quick-xml v0.37.1 |
630 | 2024-11-29T04:17:44.665Z | Compiling quick-xml v0.23.1 |
631 | 2024-11-29T04:17:46.497Z | Compiling owo-colors v3.5.0 |
632 | 2024-11-29T04:17:46.991Z | Compiling strsim v0.11.1 |
633 | 2024-11-29T04:17:47.843Z | Compiling shell-words v1.1.0 |
634 | 2024-11-29T04:17:48.015Z | Compiling unicase v2.8.0 |
635 | 2024-11-29T04:17:48.311Z | Compiling recursion v0.5.2 |
636 | 2024-11-29T04:17:48.525Z | Compiling cpufeatures v0.2.16 |
637 | 2024-11-29T04:17:48.540Z | Compiling clap_lex v0.7.3 |
638 | 2024-11-29T04:17:48.600Z | Compiling urlencoding v2.1.3 |
639 | 2024-11-29T04:17:48.623Z | Compiling heck v0.5.0 |
640 | 2024-11-29T04:17:48.771Z | Compiling humantime v2.1.0 |
641 | 2024-11-29T04:17:48.993Z | Compiling clap_builder v4.5.21 |
642 | 2024-11-29T04:17:48.996Z | Compiling clap_derive v4.5.18 |
643 | 2024-11-29T04:17:49.222Z | Compiling humantime-serde v1.1.1 |
644 | 2024-11-29T04:17:49.459Z | Compiling sha2 v0.10.8 |
645 | 2024-11-29T04:17:49.575Z | Compiling nextest-filtering v0.12.0 |
646 | 2024-11-29T04:17:52.652Z | Compiling color-spantrace v0.2.1 |
647 | 2024-11-29T04:17:53.095Z | Compiling quick-junit v0.5.1 |
648 | 2024-11-29T04:17:53.606Z | Compiling duct v0.13.7 |
649 | 2024-11-29T04:17:54.317Z | Compiling cargo-nextest v0.9.85 |
650 | 2024-11-29T04:17:55.725Z | Compiling config v0.14.1 |
651 | 2024-11-29T04:17:56.883Z | Compiling async-scoped v0.9.0 |
652 | 2024-11-29T04:17:57.167Z | Compiling rand v0.8.5 |
653 | 2024-11-29T04:17:57.490Z | Compiling zstd v0.13.2 |
654 | 2024-11-29T04:17:58.097Z | Compiling unicode-normalization v0.1.24 |
655 | 2024-11-29T04:17:58.897Z | Compiling target-spec-miette v0.4.0 |
656 | 2024-11-29T04:17:59.405Z | Compiling mukti-metadata v0.3.0 |
657 | 2024-11-29T04:17:59.407Z | Compiling camino-tempfile v1.1.1 |
658 | 2024-11-29T04:17:59.613Z | Compiling serde_ignored v0.1.10 |
659 | 2024-11-29T04:17:59.992Z | Compiling serde_path_to_error v0.1.16 |
660 | 2024-11-29T04:18:00.199Z | Compiling future-queue v0.3.0 |
661 | 2024-11-29T04:18:00.410Z | Compiling atomicwrites v0.4.4 |
662 | 2024-11-29T04:18:00.611Z | Compiling home v0.5.9 |
663 | 2024-11-29T04:18:00.921Z | Compiling hex v0.4.3 |
664 | 2024-11-29T04:18:00.923Z | Compiling display-error-chain v0.2.2 |
665 | 2024-11-29T04:18:00.951Z | Compiling xxhash-rust v0.8.12 |
666 | 2024-11-29T04:18:01.112Z | Compiling swrite v0.1.0 |
667 | 2024-11-29T04:18:01.238Z | Compiling color-eyre v0.6.3 |
668 | 2024-11-29T04:18:01.275Z | Compiling clap v4.5.21 |
669 | 2024-11-29T04:18:01.378Z | Compiling dialoguer v0.11.0 |
670 | 2024-11-29T04:18:01.518Z | Compiling nextest-runner v0.68.0 |
671 | 2024-11-29T04:18:03.720Z | Compiling enable-ansi-support v0.2.1 |
672 | 2024-11-29T04:18:38.650Z | Finished `release` profile [optimized] target(s) in 2m 16s |
673 | 2024-11-29T04:18:38.861Z | Installing /home/build/.cargo/bin/cargo-nextest |
674 | 2024-11-29T04:18:38.863Z | Installed package `cargo-nextest v0.9.85` (executable `cargo-nextest`) |
675 | 2024-11-29T04:18:38.961Z | + pushd bgp |
676 | 2024-11-29T04:18:38.964Z | /work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite |
677 | 2024-11-29T04:18:38.964Z | + cargo nextest run |
678 | 2024-11-29T04:18:39.198Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
679 | 2024-11-29T04:18:39.406Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
680 | 2024-11-29T04:18:39.612Z | From https://www.github.com/oxidecomputer/oxnet |
681 | 2024-11-29T04:18:39.612Z | * [new branch] ci -> origin/ci |
682 | 2024-11-29T04:18:39.614Z | * [new branch] dependabot/cargo/serde_json-1.0.133 -> origin/dependabot/cargo/serde_json-1.0.133 |
683 | 2024-11-29T04:18:39.614Z | * [new branch] main -> origin/main |
684 | 2024-11-29T04:18:39.614Z | * [new ref] -> origin/HEAD |
685 | 2024-11-29T04:18:39.624Z | Updating crates.io index |
686 | 2024-11-29T04:18:39.626Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
687 | 2024-11-29T04:18:40.359Z | From https://github.com/oxidecomputer/falcon |
688 | 2024-11-29T04:18:40.359Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
689 | 2024-11-29T04:18:40.527Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
690 | 2024-11-29T04:18:41.638Z | From https://github.com/oxidecomputer/dendrite |
691 | 2024-11-29T04:18:41.638Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
692 | 2024-11-29T04:18:41.686Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
693 | 2024-11-29T04:18:42.036Z | From https://github.com/oxidecomputer/ispf |
694 | 2024-11-29T04:18:42.036Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
695 | 2024-11-29T04:18:42.044Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
696 | 2024-11-29T04:18:42.481Z | From https://github.com/oxidecomputer/netadm-sys |
697 | 2024-11-29T04:18:42.481Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
698 | 2024-11-29T04:18:42.492Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
699 | 2024-11-29T04:18:46.328Z | From https://github.com/oxidecomputer/omicron |
700 | 2024-11-29T04:18:46.328Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
701 | 2024-11-29T04:18:46.357Z | * [new tag] dogfood -> dogfood |
702 | 2024-11-29T04:18:46.359Z | * [new tag] v5 -> v5 |
703 | 2024-11-29T04:18:46.360Z | * [new tag] v6 -> v6 |
704 | 2024-11-29T04:18:46.360Z | * [new tag] v7 -> v7 |
705 | 2024-11-29T04:18:46.360Z | * [new tag] v8 -> v8 |
706 | 2024-11-29T04:18:46.360Z | * [new tag] v9 -> v9 |
707 | 2024-11-29T04:18:46.711Z | Updating git repository `https://github.com/oxidecomputer/opte` |
708 | 2024-11-29T04:18:47.738Z | From https://github.com/oxidecomputer/opte |
709 | 2024-11-29T04:18:47.738Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
710 | 2024-11-29T04:18:47.796Z | Updating git repository `https://github.com/illumos/smf-rs` |
711 | 2024-11-29T04:18:48.137Z | From https://github.com/illumos/smf-rs |
712 | 2024-11-29T04:18:48.137Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
713 | 2024-11-29T04:18:48.170Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
714 | 2024-11-29T04:18:48.652Z | From https://github.com/oxidecomputer/maghemite |
715 | 2024-11-29T04:18:48.652Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
716 | 2024-11-29T04:18:48.669Z | * [new tag] rift -> rift |
717 | 2024-11-29T04:18:48.671Z | * [new tag] srp -> srp |
718 | 2024-11-29T04:18:48.671Z | * [new tag] tie-spf -> tie-spf |
719 | 2024-11-29T04:18:48.704Z | Updating git repository `https://github.com/oxidecomputer/zone` |
720 | 2024-11-29T04:18:49.059Z | From https://github.com/oxidecomputer/zone |
721 | 2024-11-29T04:18:49.059Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
722 | 2024-11-29T04:18:49.071Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
723 | 2024-11-29T04:18:49.836Z | From https://github.com/oxidecomputer/propolis |
724 | 2024-11-29T04:18:49.836Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
725 | 2024-11-29T04:18:49.916Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
726 | 2024-11-29T04:18:50.314Z | From https://github.com/oxidecomputer/dlpi-sys |
727 | 2024-11-29T04:18:50.314Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
728 | 2024-11-29T04:18:50.344Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
729 | 2024-11-29T04:18:50.695Z | From https://github.com/jmesmon/rust-libzfs |
730 | 2024-11-29T04:18:50.695Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
731 | 2024-11-29T04:18:50.710Z | * [new tag] v0.4.0 -> v0.4.0 |
732 | 2024-11-29T04:18:50.727Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
733 | 2024-11-29T04:18:51.070Z | From https://github.com/oxidecomputer/rusty-doors |
734 | 2024-11-29T04:18:51.070Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
735 | 2024-11-29T04:18:51.091Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
736 | 2024-11-29T04:18:51.520Z | From https://github.com/oxidecomputer/maghemite |
737 | 2024-11-29T04:18:51.521Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
738 | 2024-11-29T04:18:51.566Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
739 | 2024-11-29T04:18:51.919Z | From https://github.com/oxidecomputer/serde_human_bytes |
740 | 2024-11-29T04:18:51.919Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
741 | 2024-11-29T04:18:51.929Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
742 | 2024-11-29T04:18:52.272Z | From https://github.com/oxidecomputer/slog-error-chain |
743 | 2024-11-29T04:18:52.272Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
744 | 2024-11-29T04:18:52.306Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
745 | 2024-11-29T04:18:52.666Z | From https://github.com/oxidecomputer/poptrie |
746 | 2024-11-29T04:18:52.666Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
747 | 2024-11-29T04:18:52.710Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
748 | 2024-11-29T04:18:53.039Z | From https://github.com/illumos/libscf-sys |
749 | 2024-11-29T04:18:53.039Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
750 | 2024-11-29T04:18:53.049Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
751 | 2024-11-29T04:18:53.853Z | From https://github.com/oxidecomputer/progenitor |
752 | 2024-11-29T04:18:53.853Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
753 | 2024-11-29T04:18:53.874Z | * [new tag] v0.1.1 -> v0.1.1 |
754 | 2024-11-29T04:18:53.876Z | * [new tag] v0.2.0 -> v0.2.0 |
755 | 2024-11-29T04:18:53.876Z | * [new tag] v0.3.0 -> v0.3.0 |
756 | 2024-11-29T04:18:53.876Z | * [new tag] v0.4.0 -> v0.4.0 |
757 | 2024-11-29T04:18:53.876Z | * [new tag] v0.5.0 -> v0.5.0 |
758 | 2024-11-29T04:18:53.876Z | * [new tag] v0.6.0 -> v0.6.0 |
759 | 2024-11-29T04:18:53.876Z | * [new tag] v0.7.0 -> v0.7.0 |
760 | 2024-11-29T04:18:54.012Z | Updating git repository `https://github.com/oxidecomputer/typify` |
761 | 2024-11-29T04:18:54.825Z | From https://github.com/oxidecomputer/typify |
762 | 2024-11-29T04:18:54.825Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
763 | 2024-11-29T04:18:54.833Z | * [new tag] v0.2.0 -> v0.2.0 |
764 | 2024-11-29T04:18:54.845Z | * [new tag] v0.0.10 -> v0.0.10 |
765 | 2024-11-29T04:18:54.855Z | * [new tag] v0.0.11 -> v0.0.11 |
766 | 2024-11-29T04:18:54.855Z | * [new tag] v0.0.12 -> v0.0.12 |
767 | 2024-11-29T04:18:54.855Z | * [new tag] v0.0.13 -> v0.0.13 |
768 | 2024-11-29T04:18:54.855Z | * [new tag] v0.0.14 -> v0.0.14 |
769 | 2024-11-29T04:18:54.855Z | * [new tag] v0.0.15 -> v0.0.15 |
770 | 2024-11-29T04:18:54.855Z | * [new tag] v0.0.16 -> v0.0.16 |
771 | 2024-11-29T04:18:54.855Z | * [new tag] v0.0.4 -> v0.0.4 |
772 | 2024-11-29T04:18:54.855Z | * [new tag] v0.0.5 -> v0.0.5 |
773 | 2024-11-29T04:18:54.855Z | * [new tag] v0.0.7 -> v0.0.7 |
774 | 2024-11-29T04:18:54.855Z | * [new tag] v0.0.8 -> v0.0.8 |
775 | 2024-11-29T04:18:54.855Z | * [new tag] v0.0.9 -> v0.0.9 |
776 | 2024-11-29T04:18:54.855Z | * [new tag] v0.1.0 -> v0.1.0 |
777 | 2024-11-29T04:18:54.975Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
778 | 2024-11-29T04:18:56.803Z | From https://github.com/oxidecomputer/crucible |
779 | 2024-11-29T04:18:56.803Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
780 | 2024-11-29T04:18:56.859Z | Updating git repository `https://github.com/oxidecomputer/opte` |
781 | 2024-11-29T04:18:57.241Z | From https://github.com/oxidecomputer/opte |
782 | 2024-11-29T04:18:57.242Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
783 | 2024-11-29T04:18:57.286Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
784 | 2024-11-29T04:18:57.904Z | From https://github.com/oxidecomputer/management-gateway-service |
785 | 2024-11-29T04:18:57.904Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
786 | 2024-11-29T04:18:58.333Z | Downloading crates ... |
787 | 2024-11-29T04:18:58.490Z | Downloaded arrayref v0.3.9 |
788 | 2024-11-29T04:18:58.498Z | Downloaded argon2 v0.5.3 |
789 | 2024-11-29T04:18:58.500Z | Downloaded anstyle-query v1.1.1 |
790 | 2024-11-29T04:18:58.502Z | Downloaded foreign-types-shared v0.3.1 |
791 | 2024-11-29T04:18:58.502Z | Downloaded arc-swap v1.7.1 |
792 | 2024-11-29T04:18:58.505Z | Downloaded anyhow v1.0.93 |
793 | 2024-11-29T04:18:58.510Z | Downloaded dropshot_endpoint v0.12.0 |
794 | 2024-11-29T04:18:58.513Z | Downloaded anstyle-parse v0.2.5 |
795 | 2024-11-29T04:18:58.515Z | Downloaded async-trait v0.1.83 |
796 | 2024-11-29T04:18:58.555Z | Downloaded scopeguard v1.2.0 |
797 | 2024-11-29T04:18:58.558Z | Downloaded same-file v1.0.6 |
798 | 2024-11-29T04:18:58.562Z | Downloaded rustversion v1.0.17 |
799 | 2024-11-29T04:18:58.564Z | Downloaded rustls-pemfile v1.0.4 |
800 | 2024-11-29T04:18:58.564Z | Downloaded rustc_version v0.1.7 |
801 | 2024-11-29T04:18:58.564Z | Downloaded allocator-api2 v0.2.18 |
802 | 2024-11-29T04:18:58.567Z | Downloaded rustls-pki-types v1.8.0 |
803 | 2024-11-29T04:18:58.574Z | Downloaded httparse v1.9.4 |
804 | 2024-11-29T04:18:58.574Z | Downloaded schemars_derive v0.8.21 |
805 | 2024-11-29T04:18:58.576Z | Downloaded rustls-pemfile v2.1.3 |
806 | 2024-11-29T04:18:58.577Z | Downloaded anstream v0.6.15 |
807 | 2024-11-29T04:18:58.581Z | Downloaded schemars v0.8.21 |
808 | 2024-11-29T04:18:58.597Z | Downloaded arrayvec v0.7.6 |
809 | 2024-11-29T04:18:58.599Z | Downloaded autocfg v1.3.0 |
810 | 2024-11-29T04:18:58.602Z | Downloaded async-stream-impl v0.3.5 |
811 | 2024-11-29T04:18:58.617Z | Downloaded rustls-webpki v0.101.7 |
812 | 2024-11-29T04:18:58.632Z | Downloaded foreign-types v0.5.0 |
813 | 2024-11-29T04:18:58.634Z | Downloaded constant_time_eq v0.3.1 |
814 | 2024-11-29T04:18:58.637Z | Downloaded futures-task v0.3.30 |
815 | 2024-11-29T04:18:58.637Z | Downloaded cobs v0.2.3 |
816 | 2024-11-29T04:18:58.640Z | Downloaded ciborium-ll v0.2.2 |
817 | 2024-11-29T04:18:58.640Z | Downloaded const-random v0.1.18 |
818 | 2024-11-29T04:18:58.642Z | Downloaded ciborium-io v0.2.2 |
819 | 2024-11-29T04:18:58.642Z | Downloaded thin-vec v0.2.13 |
820 | 2024-11-29T04:18:58.644Z | Downloaded dtrace-parser v0.2.0 |
821 | 2024-11-29T04:18:58.646Z | Downloaded cstr-argument v0.1.2 |
822 | 2024-11-29T04:18:58.646Z | Downloaded crucible-workspace-hack v0.1.0 |
823 | 2024-11-29T04:18:58.649Z | Downloaded crc8 v0.1.1 |
824 | 2024-11-29T04:18:58.649Z | Downloaded const-random-macro v0.1.16 |
825 | 2024-11-29T04:18:58.649Z | Downloaded serde_derive_internals v0.29.1 |
826 | 2024-11-29T04:18:58.652Z | Downloaded rustls v0.21.12 |
827 | 2024-11-29T04:18:58.662Z | Downloaded serde_spanned v0.6.7 |
828 | 2024-11-29T04:18:58.665Z | Downloaded slog-envlogger v2.2.0 |
829 | 2024-11-29T04:18:58.668Z | Downloaded semver v0.1.20 |
830 | 2024-11-29T04:18:58.670Z | Downloaded serde_yaml v0.9.34+deprecated |
831 | 2024-11-29T04:18:58.672Z | Downloaded serde_with_macros v3.9.0 |
832 | 2024-11-29T04:18:58.674Z | Downloaded crunchy v0.2.2 |
833 | 2024-11-29T04:18:58.675Z | Downloaded sct v0.7.1 |
834 | 2024-11-29T04:18:58.677Z | Downloaded convert_case v0.4.0 |
835 | 2024-11-29T04:18:58.679Z | Downloaded serde_repr v0.1.19 |
836 | 2024-11-29T04:18:58.683Z | Downloaded dyn-clone v1.0.17 |
837 | 2024-11-29T04:18:58.685Z | Downloaded data-encoding v2.6.0 |
838 | 2024-11-29T04:18:58.685Z | Downloaded futures-io v0.3.30 |
839 | 2024-11-29T04:18:58.687Z | Downloaded futures-core v0.3.30 |
840 | 2024-11-29T04:18:58.690Z | Downloaded foreign-types-macros v0.2.3 |
841 | 2024-11-29T04:18:58.690Z | Downloaded dof v0.3.0 |
842 | 2024-11-29T04:18:58.692Z | Downloaded fxhash v0.2.1 |
843 | 2024-11-29T04:18:58.692Z | Downloaded embedded-io v0.6.1 |
844 | 2024-11-29T04:18:58.692Z | Downloaded crossbeam-deque v0.8.5 |
845 | 2024-11-29T04:18:58.695Z | Downloaded float-ord v0.3.2 |
846 | 2024-11-29T04:18:58.697Z | Downloaded darling_macro v0.20.10 |
847 | 2024-11-29T04:18:58.697Z | Downloaded cpufeatures v0.2.14 |
848 | 2024-11-29T04:18:58.700Z | Downloaded cancel-safe-futures v0.1.5 |
849 | 2024-11-29T04:18:58.702Z | Downloaded scroll_derive v0.12.0 |
850 | 2024-11-29T04:18:58.705Z | Downloaded sha1 v0.10.6 |
851 | 2024-11-29T04:18:58.705Z | Downloaded deranged v0.3.11 |
852 | 2024-11-29T04:18:58.707Z | Downloaded defmt v0.3.8 |
853 | 2024-11-29T04:18:58.710Z | Downloaded sled v0.34.7 |
854 | 2024-11-29T04:18:58.721Z | Downloaded structmeta v0.3.0 |
855 | 2024-11-29T04:18:58.723Z | Downloaded slog-stdlog v4.1.1 |
856 | 2024-11-29T04:18:58.725Z | Downloaded slog-bunyan v2.5.0 |
857 | 2024-11-29T04:18:58.725Z | Downloaded smf v0.2.3 |
858 | 2024-11-29T04:18:58.727Z | Downloaded hash32 v0.3.1 |
859 | 2024-11-29T04:18:58.730Z | Downloaded futures-sink v0.3.30 |
860 | 2024-11-29T04:18:58.732Z | Downloaded sync_wrapper v1.0.1 |
861 | 2024-11-29T04:18:58.732Z | Downloaded enum-as-inner v0.6.1 |
862 | 2024-11-29T04:18:58.734Z | Downloaded structmeta-derive v0.3.0 |
863 | 2024-11-29T04:18:58.734Z | Downloaded spin v0.5.2 |
864 | 2024-11-29T04:18:58.737Z | Downloaded serde_with v3.9.0 |
865 | 2024-11-29T04:18:58.745Z | Downloaded time-core v0.1.2 |
866 | 2024-11-29T04:18:58.747Z | Downloaded sync_wrapper v0.1.2 |
867 | 2024-11-29T04:18:58.751Z | Downloaded darling v0.20.10 |
868 | 2024-11-29T04:18:58.753Z | Downloaded bytes v1.7.2 |
869 | 2024-11-29T04:18:58.756Z | Downloaded newtype_derive v0.1.6 |
870 | 2024-11-29T04:18:58.759Z | Downloaded hostname v0.3.1 |
871 | 2024-11-29T04:18:58.761Z | Downloaded heck v0.4.1 |
872 | 2024-11-29T04:18:58.761Z | Downloaded backoff v0.4.0 |
873 | 2024-11-29T04:18:58.764Z | Downloaded itoa v1.0.11 |
874 | 2024-11-29T04:18:58.767Z | Downloaded progenitor-client v0.8.0 |
875 | 2024-11-29T04:18:58.767Z | Downloaded indent_write v2.2.0 |
876 | 2024-11-29T04:18:58.770Z | Downloaded usdt-attr-macro v0.5.0 |
877 | 2024-11-29T04:18:58.770Z | Downloaded strum_macros v0.26.4 |
878 | 2024-11-29T04:18:58.773Z | Downloaded usdt-macro v0.5.0 |
879 | 2024-11-29T04:18:58.773Z | Downloaded smartstring v1.0.1 |
880 | 2024-11-29T04:18:58.775Z | Downloaded tokio-rustls v0.25.0 |
881 | 2024-11-29T04:18:58.776Z | Downloaded futures-macro v0.3.30 |
882 | 2024-11-29T04:18:58.779Z | Downloaded typify-macro v0.2.0 |
883 | 2024-11-29T04:18:58.781Z | Downloaded tokio-rustls v0.24.1 |
884 | 2024-11-29T04:18:58.781Z | Downloaded futures-channel v0.3.30 |
885 | 2024-11-29T04:18:58.783Z | Downloaded derive_more v0.99.18 |
886 | 2024-11-29T04:18:58.789Z | Downloaded waitgroup v0.1.2 |
887 | 2024-11-29T04:18:58.791Z | Downloaded base64 v0.13.1 |
888 | 2024-11-29T04:18:58.795Z | Downloaded resolv-conf v0.7.0 |
889 | 2024-11-29T04:18:58.797Z | Downloaded untrusted v0.7.1 |
890 | 2024-11-29T04:18:58.797Z | Downloaded pretty-hex v0.4.1 |
891 | 2024-11-29T04:18:58.799Z | Downloaded newtype-uuid v1.1.0 |
892 | 2024-11-29T04:18:58.799Z | Downloaded take_mut v0.2.2 |
893 | 2024-11-29T04:18:58.802Z | Downloaded usdt v0.5.0 |
894 | 2024-11-29T04:18:58.804Z | Downloaded progenitor v0.8.0 |
895 | 2024-11-29T04:18:58.804Z | Downloaded ident_case v1.0.1 |
896 | 2024-11-29T04:18:58.804Z | Downloaded futures v0.3.30 |
897 | 2024-11-29T04:18:58.810Z | Downloaded match_cfg v0.1.0 |
898 | 2024-11-29T04:18:58.812Z | Downloaded lock_api v0.4.12 |
899 | 2024-11-29T04:18:58.812Z | Downloaded tokio-tungstenite v0.21.0 |
900 | 2024-11-29T04:18:58.815Z | Downloaded topological-sort v0.2.2 |
901 | 2024-11-29T04:18:58.817Z | Downloaded utf-8 v0.7.6 |
902 | 2024-11-29T04:18:58.820Z | Downloaded tabwriter v1.4.0 |
903 | 2024-11-29T04:18:58.820Z | Downloaded no-std-compat v0.4.1 |
904 | 2024-11-29T04:18:58.823Z | Downloaded highway v1.2.0 |
905 | 2024-11-29T04:18:58.823Z | Downloaded half v2.4.1 |
906 | 2024-11-29T04:18:58.825Z | Downloaded progenitor-macro v0.8.0 |
907 | 2024-11-29T04:18:58.828Z | Downloaded ucd-trie v0.1.6 |
908 | 2024-11-29T04:18:58.831Z | Downloaded tiny-keccak v2.0.2 |
909 | 2024-11-29T04:18:58.834Z | Downloaded zone_cfg_derive v0.1.2 |
910 | 2024-11-29T04:18:58.834Z | Downloaded xz2 v0.1.7 |
911 | 2024-11-29T04:18:58.836Z | Downloaded num-iter v0.1.45 |
912 | 2024-11-29T04:18:58.836Z | Downloaded memmap v0.7.0 |
913 | 2024-11-29T04:18:58.836Z | Downloaded parse-display v0.10.0 |
914 | 2024-11-29T04:18:58.839Z | Downloaded tracing-attributes v0.1.27 |
915 | 2024-11-29T04:18:58.842Z | Downloaded newline-converter v0.3.0 |
916 | 2024-11-29T04:18:58.842Z | Downloaded time-macros v0.2.18 |
917 | 2024-11-29T04:18:58.845Z | Downloaded num_enum v0.7.3 |
918 | 2024-11-29T04:18:58.848Z | Downloaded zone_cfg_derive v0.3.0 |
919 | 2024-11-29T04:18:58.851Z | Downloaded instant v0.1.13 |
920 | 2024-11-29T04:18:58.851Z | Downloaded omicron-workspace-hack v0.1.0 |
921 | 2024-11-29T04:18:58.854Z | Downloaded num_threads v0.1.7 |
922 | 2024-11-29T04:18:58.854Z | Downloaded hubpack v0.1.2 |
923 | 2024-11-29T04:18:58.857Z | Downloaded usdt-impl v0.5.0 |
924 | 2024-11-29T04:18:58.857Z | Downloaded walkdir v2.5.0 |
925 | 2024-11-29T04:18:58.859Z | Downloaded typify v0.2.0 |
926 | 2024-11-29T04:18:58.862Z | Downloaded darling_core v0.20.10 |
927 | 2024-11-29T04:18:58.865Z | Downloaded num v0.4.3 |
928 | 2024-11-29T04:18:58.868Z | Downloaded proc-macro-error v1.0.4 |
929 | 2024-11-29T04:18:58.870Z | Downloaded num-conv v0.1.0 |
930 | 2024-11-29T04:18:58.872Z | Downloaded password-hash v0.5.0 |
931 | 2024-11-29T04:18:58.875Z | Downloaded pretty-hex v0.2.1 |
932 | 2024-11-29T04:18:58.875Z | Downloaded num-integer v0.1.46 |
933 | 2024-11-29T04:18:58.877Z | Downloaded unicode-ident v1.0.13 |
934 | 2024-11-29T04:18:58.879Z | Downloaded pest_generator v2.7.13 |
935 | 2024-11-29T04:18:58.883Z | Downloaded plain v0.2.3 |
936 | 2024-11-29T04:18:58.883Z | Downloaded hyper-tls v0.5.0 |
937 | 2024-11-29T04:18:58.883Z | Downloaded parking_lot v0.11.2 |
938 | 2024-11-29T04:18:58.885Z | Downloaded quinn-udp v0.5.5 |
939 | 2024-11-29T04:18:58.888Z | Downloaded paste v1.0.15 |
940 | 2024-11-29T04:18:58.890Z | Downloaded multer v3.1.0 |
941 | 2024-11-29T04:18:58.893Z | Downloaded libsw v3.3.1 |
942 | 2024-11-29T04:18:58.896Z | Downloaded hubpack_derive v0.1.1 |
943 | 2024-11-29T04:18:58.896Z | Downloaded postcard v1.0.10 |
944 | 2024-11-29T04:18:58.899Z | Downloaded proc-macro-crate v3.2.0 |
945 | 2024-11-29T04:18:58.901Z | Downloaded zone v0.1.8 |
946 | 2024-11-29T04:18:58.901Z | Downloaded parking_lot_core v0.9.10 |
947 | 2024-11-29T04:18:58.903Z | Downloaded diff v0.1.13 |
948 | 2024-11-29T04:18:58.906Z | Downloaded unsafe-libyaml v0.2.11 |
949 | 2024-11-29T04:18:58.911Z | Downloaded num_enum v0.5.11 |
950 | 2024-11-29T04:18:58.915Z | Downloaded macaddr v1.0.1 |
951 | 2024-11-29T04:18:58.917Z | Downloaded num-complex v0.4.6 |
952 | 2024-11-29T04:18:58.919Z | Downloaded heapless v0.8.0 |
953 | 2024-11-29T04:18:58.922Z | Downloaded pest_derive v2.7.13 |
954 | 2024-11-29T04:18:58.924Z | Downloaded pin-project-lite v0.2.14 |
955 | 2024-11-29T04:18:58.930Z | Downloaded num-derive v0.3.3 |
956 | 2024-11-29T04:18:58.934Z | Downloaded linked-hash-map v0.5.6 |
957 | 2024-11-29T04:18:58.937Z | Downloaded tracing v0.1.40 |
958 | 2024-11-29T04:18:58.940Z | Downloaded omicron-zone-package v0.11.1 |
959 | 2024-11-29T04:18:58.943Z | Downloaded ron v0.7.1 |
960 | 2024-11-29T04:18:58.945Z | Downloaded expectorate v1.1.0 |
961 | 2024-11-29T04:18:58.948Z | Downloaded prettyplease v0.2.22 |
962 | 2024-11-29T04:18:58.951Z | Downloaded httpdate v1.0.3 |
963 | 2024-11-29T04:18:58.954Z | Downloaded lru-cache v0.1.2 |
964 | 2024-11-29T04:18:58.958Z | Downloaded linear-map v1.2.0 |
965 | 2024-11-29T04:18:58.958Z | Downloaded num-derive v0.4.2 |
966 | 2024-11-29T04:18:58.958Z | Downloaded crossbeam-channel v0.5.13 |
967 | 2024-11-29T04:18:58.961Z | Downloaded indicatif v0.17.8 |
968 | 2024-11-29T04:18:58.967Z | Downloaded steno v0.4.1 |
969 | 2024-11-29T04:18:58.970Z | Downloaded toml_edit v0.22.21 |
970 | 2024-11-29T04:18:58.992Z | Downloaded quinn v0.11.5 |
971 | 2024-11-29T04:18:58.995Z | Downloaded time v0.3.36 |
972 | 2024-11-29T04:18:59.003Z | Downloaded indexmap v2.5.0 |
973 | 2024-11-29T04:18:59.006Z | Downloaded indexmap v1.9.3 |
974 | 2024-11-29T04:18:59.010Z | Downloaded hashbrown v0.12.3 |
975 | 2024-11-29T04:18:59.014Z | Downloaded tokio-util v0.7.12 |
976 | 2024-11-29T04:18:59.021Z | Downloaded hickory-resolver v0.24.1 |
977 | 2024-11-29T04:18:59.026Z | Downloaded pest_meta v2.7.13 |
978 | 2024-11-29T04:18:59.028Z | Downloaded flate2 v1.0.33 |
979 | 2024-11-29T04:18:59.033Z | Downloaded pest v2.7.13 |
980 | 2024-11-29T04:18:59.039Z | Downloaded zerocopy v0.6.6 |
981 | 2024-11-29T04:18:59.041Z | Downloaded libm v0.2.8 |
982 | 2024-11-29T04:18:59.049Z | Downloaded rayon-core v1.12.1 |
983 | 2024-11-29T04:18:59.053Z | Downloaded winnow v0.6.18 |
984 | 2024-11-29T04:18:59.062Z | Downloaded winnow v0.5.40 |
985 | 2024-11-29T04:18:59.071Z | Downloaded http v0.2.12 |
986 | 2024-11-29T04:18:59.075Z | Downloaded quinn-proto v0.11.8 |
987 | 2024-11-29T04:18:59.083Z | Downloaded pretty_assertions v1.4.1 |
988 | 2024-11-29T04:18:59.085Z | Downloaded syn v1.0.109 |
989 | 2024-11-29T04:18:59.095Z | Downloaded hashbrown v0.14.5 |
990 | 2024-11-29T04:18:59.100Z | Downloaded webpki-roots v0.26.6 |
991 | 2024-11-29T04:18:59.104Z | Downloaded futures-util v0.3.30 |
992 | 2024-11-29T04:18:59.116Z | Downloaded webpki-roots v0.25.4 |
993 | 2024-11-29T04:18:59.120Z | Downloaded itertools v0.10.5 |
994 | 2024-11-29T04:18:59.126Z | Downloaded blake3 v1.5.4 |
995 | 2024-11-29T04:18:59.133Z | Downloaded regress v0.9.1 |
996 | 2024-11-29T04:18:59.142Z | Downloaded rhai v1.20.0 |
997 | 2024-11-29T04:18:59.154Z | Downloaded itertools v0.12.1 |
998 | 2024-11-29T04:18:59.160Z | Downloaded reqwest v0.11.27 |
999 | 2024-11-29T04:18:59.168Z | Downloaded portable-atomic v1.8.0 |
1000 | 2024-11-29T04:18:59.174Z | Downloaded smoltcp v0.11.0 |
1001 | 2024-11-29T04:18:59.186Z | Downloaded h2 v0.4.6 |
1002 | 2024-11-29T04:18:59.193Z | Downloaded goblin v0.8.2 |
1003 | 2024-11-29T04:18:59.199Z | Downloaded typify-impl v0.2.0 |
1004 | 2024-11-29T04:18:59.213Z | Downloaded hyper v0.14.30 |
1005 | 2024-11-29T04:18:59.220Z | Downloaded h2 v0.3.26 |
1006 | 2024-11-29T04:18:59.226Z | Downloaded regex v1.10.6 |
1007 | 2024-11-29T04:18:59.238Z | Downloaded idna v0.5.0 |
1008 | 2024-11-29T04:18:59.245Z | Downloaded openssl v0.10.66 |
1009 | 2024-11-29T04:18:59.254Z | Downloaded idna v0.4.0 |
1010 | 2024-11-29T04:18:59.260Z | Downloaded dropshot v0.12.0 |
1011 | 2024-11-29T04:18:59.279Z | Downloaded syn v2.0.87 |
1012 | 2024-11-29T04:18:59.289Z | Downloaded hyper-rustls v0.24.2 |
1013 | 2024-11-29T04:18:59.292Z | Downloaded regress v0.10.1 |
1014 | 2024-11-29T04:18:59.299Z | Downloaded proc-macro2 v1.0.86 |
1015 | 2024-11-29T04:18:59.301Z | Downloaded openssl-sys v0.9.103 |
1016 | 2024-11-29T04:18:59.306Z | Downloaded yansi v1.0.1 |
1017 | 2024-11-29T04:18:59.308Z | Downloaded hickory-proto v0.24.1 |
1018 | 2024-11-29T04:18:59.324Z | Downloaded regex-syntax v0.8.4 |
1019 | 2024-11-29T04:18:59.330Z | Downloaded unicode-segmentation v1.12.0 |
1020 | 2024-11-29T04:18:59.333Z | Downloaded openapiv3 v2.0.0 |
1021 | 2024-11-29T04:18:59.344Z | Downloaded toml_edit v0.19.15 |
1022 | 2024-11-29T04:18:59.358Z | Downloaded lzma-sys v0.1.20 |
1023 | 2024-11-29T04:18:59.384Z | Downloaded url v2.5.2 |
1024 | 2024-11-29T04:18:59.387Z | Downloaded libc v0.2.165 |
1025 | 2024-11-29T04:18:59.409Z | Downloaded progenitor-impl v0.8.0 |
1026 | 2024-11-29T04:18:59.411Z | Downloaded parking_lot v0.12.3 |
1027 | 2024-11-29T04:18:59.413Z | Downloaded cc v1.1.21 |
1028 | 2024-11-29T04:18:59.416Z | Downloaded rhai_codegen v2.2.0 |
1029 | 2024-11-29T04:18:59.423Z | Downloaded tracing-core v0.1.32 |
1030 | 2024-11-29T04:18:59.425Z | Downloaded zone v0.3.0 |
1031 | 2024-11-29T04:18:59.425Z | Downloaded term v0.7.0 |
1032 | 2024-11-29T04:18:59.428Z | Downloaded ipnet v2.10.0 |
1033 | 2024-11-29T04:18:59.431Z | Downloaded zerocopy-derive v0.6.6 |
1034 | 2024-11-29T04:18:59.439Z | Downloaded memmap2 v0.9.5 |
1035 | 2024-11-29T04:18:59.441Z | Downloaded unicode-bidi v0.3.15 |
1036 | 2024-11-29T04:18:59.444Z | Downloaded tungstenite v0.21.0 |
1037 | 2024-11-29T04:18:59.446Z | Downloaded num-rational v0.4.2 |
1038 | 2024-11-29T04:18:59.448Z | Downloaded is-terminal v0.4.13 |
1039 | 2024-11-29T04:18:59.449Z | Downloaded proc-macro-crate v1.3.1 |
1040 | 2024-11-29T04:18:59.449Z | Downloaded num_enum_derive v0.5.11 |
1041 | 2024-11-29T04:18:59.451Z | Downloaded ipnetwork v0.20.0 |
1042 | 2024-11-29T04:18:59.451Z | Downloaded proc-macro-error-attr v1.0.4 |
1043 | 2024-11-29T04:18:59.454Z | Downloaded managed v0.8.0 |
1044 | 2024-11-29T04:18:59.454Z | Downloaded parking_lot_core v0.8.6 |
1045 | 2024-11-29T04:18:59.456Z | Downloaded regex-automata v0.4.7 |
1046 | 2024-11-29T04:18:59.470Z | Downloaded whoami v1.5.2 |
1047 | 2024-11-29T04:18:59.472Z | Downloaded tempfile v3.12.0 |
1048 | 2024-11-29T04:18:59.475Z | Downloaded quick-error v1.2.3 |
1049 | 2024-11-29T04:18:59.477Z | Downloaded powerfmt v0.2.0 |
1050 | 2024-11-29T04:18:59.477Z | Downloaded parse-display-derive v0.10.0 |
1051 | 2024-11-29T04:18:59.477Z | Downloaded num_enum_derive v0.7.3 |
1052 | 2024-11-29T04:18:59.479Z | Downloaded toml v0.7.8 |
1053 | 2024-11-29T04:18:59.482Z | Downloaded tar v0.4.41 |
1054 | 2024-11-29T04:18:59.484Z | Downloaded crossbeam-utils v0.8.20 |
1055 | 2024-11-29T04:18:59.487Z | Downloaded cookie v0.18.1 |
1056 | 2024-11-29T04:18:59.490Z | Downloaded slog-scope v4.4.0 |
1057 | 2024-11-29T04:18:59.490Z | Downloaded thread-id v4.2.2 |
1058 | 2024-11-29T04:18:59.492Z | Downloaded strum v0.26.3 |
1059 | 2024-11-29T04:18:59.492Z | Downloaded http-body v0.4.6 |
1060 | 2024-11-29T04:18:59.492Z | Downloaded hostname v0.4.0 |
1061 | 2024-11-29T04:18:59.494Z | Downloaded blake2 v0.10.6 |
1062 | 2024-11-29T04:18:59.497Z | Downloaded dirs-next v2.0.0 |
1063 | 2024-11-29T04:18:59.497Z | Downloaded strum_macros v0.25.3 |
1064 | 2024-11-29T04:18:59.499Z | Downloaded slog-term v2.9.1 |
1065 | 2024-11-29T04:18:59.502Z | Downloaded slog-json v2.6.1 |
1066 | 2024-11-29T04:18:59.502Z | Downloaded futures-executor v0.3.30 |
1067 | 2024-11-29T04:18:59.504Z | Downloaded slog-async v2.8.0 |
1068 | 2024-11-29T04:18:59.504Z | Downloaded slog v2.7.0 |
1069 | 2024-11-29T04:18:59.507Z | Downloaded ciborium v0.2.2 |
1070 | 2024-11-29T04:18:59.509Z | Downloaded slog-dtrace v0.3.0 |
1071 | 2024-11-29T04:18:59.511Z | Downloaded similar v2.6.0 |
1072 | 2024-11-29T04:18:59.515Z | Downloaded sigpipe v0.1.3 |
1073 | 2024-11-29T04:18:59.517Z | Downloaded heck v0.3.3 |
1074 | 2024-11-29T04:18:59.517Z | Downloaded fastrand v2.1.1 |
1075 | 2024-11-29T04:18:59.520Z | Downloaded defmt-parser v0.3.4 |
1076 | 2024-11-29T04:18:59.520Z | Downloaded defmt-macros v0.3.9 |
1077 | 2024-11-29T04:18:59.523Z | Downloaded derive-where v1.2.7 |
1078 | 2024-11-29T04:18:59.525Z | Downloaded crossbeam-epoch v0.9.18 |
1079 | 2024-11-29T04:18:59.527Z | Downloaded rustls v0.23.13 |
1080 | 2024-11-29T04:18:59.537Z | Downloaded rustls v0.22.4 |
1081 | 2024-11-29T04:18:59.549Z | Downloaded bitflags v1.3.2 |
1082 | 2024-11-29T04:18:59.552Z | Downloaded async-stream v0.3.5 |
1083 | 2024-11-29T04:18:59.555Z | Downloaded errno v0.3.9 |
1084 | 2024-11-29T04:18:59.555Z | Downloaded embedded-io v0.4.0 |
1085 | 2024-11-29T04:18:59.558Z | Downloaded dirs-sys-next v0.1.2 |
1086 | 2024-11-29T04:18:59.558Z | Downloaded rustix v0.38.37 |
1087 | 2024-11-29T04:18:59.577Z | Downloaded serde-big-array v0.5.1 |
1088 | 2024-11-29T04:18:59.579Z | Downloaded scroll v0.12.0 |
1089 | 2024-11-29T04:18:59.581Z | Downloaded serde_tokenstream v0.2.2 |
1090 | 2024-11-29T04:18:59.581Z | Downloaded colored v2.1.0 |
1091 | 2024-11-29T04:18:59.584Z | Downloaded colorchoice v1.0.2 |
1092 | 2024-11-29T04:18:59.584Z | Downloaded clap_lex v0.7.2 |
1093 | 2024-11-29T04:18:59.586Z | Downloaded atomic-waker v1.1.2 |
1094 | 2024-11-29T04:18:59.603Z | Downloaded encoding_rs v0.8.34 |
1095 | 2024-11-29T04:18:59.870Z | Downloaded ring v0.16.20 |
1096 | 2024-11-29T04:19:00.798Z | Compiling proc-macro2 v1.0.86 |
1097 | 2024-11-29T04:19:00.798Z | Compiling unicode-ident v1.0.13 |
1098 | 2024-11-29T04:19:00.800Z | Compiling libc v0.2.165 |
1099 | 2024-11-29T04:19:00.800Z | Compiling cfg-if v1.0.0 |
1100 | 2024-11-29T04:19:00.801Z | Compiling serde v1.0.215 |
1101 | 2024-11-29T04:19:00.801Z | Compiling version_check v0.9.5 |
1102 | 2024-11-29T04:19:00.801Z | Compiling autocfg v1.3.0 |
1103 | 2024-11-29T04:19:00.801Z | Compiling memchr v2.7.4 |
1104 | 2024-11-29T04:19:00.880Z | Compiling byteorder v1.5.0 |
1105 | 2024-11-29T04:19:00.971Z | Compiling once_cell v1.20.2 |
1106 | 2024-11-29T04:19:01.282Z | Compiling itoa v1.0.11 |
1107 | 2024-11-29T04:19:01.312Z | Compiling allocator-api2 v0.2.18 |
1108 | 2024-11-29T04:19:01.352Z | Compiling ryu v1.0.18 |
1109 | 2024-11-29T04:19:01.394Z | Compiling libm v0.2.8 |
1110 | 2024-11-29T04:19:01.433Z | Compiling pin-project-lite v0.2.14 |
1111 | 2024-11-29T04:19:01.488Z | Compiling lock_api v0.4.12 |
1112 | 2024-11-29T04:19:01.539Z | Compiling scopeguard v1.2.0 |
1113 | 2024-11-29T04:19:01.655Z | Compiling parking_lot_core v0.9.10 |
1114 | 2024-11-29T04:19:01.665Z | Compiling equivalent v1.0.1 |
1115 | 2024-11-29T04:19:01.757Z | Compiling portable-atomic v1.8.0 |
1116 | 2024-11-29T04:19:01.988Z | Compiling thiserror v1.0.69 |
1117 | 2024-11-29T04:19:02.096Z | Compiling ahash v0.8.11 |
1118 | 2024-11-29T04:19:02.320Z | Compiling quote v1.0.37 |
1119 | 2024-11-29T04:19:02.458Z | Compiling shlex v1.3.0 |
1120 | 2024-11-29T04:19:02.475Z | Compiling getrandom v0.2.15 |
1121 | 2024-11-29T04:19:02.523Z | Compiling mio v1.0.2 |
1122 | 2024-11-29T04:19:02.609Z | Compiling syn v2.0.87 |
1123 | 2024-11-29T04:19:02.750Z | Compiling signal-hook-registry v1.4.2 |
1124 | 2024-11-29T04:19:02.753Z | Compiling socket2 v0.5.8 |
1125 | 2024-11-29T04:19:03.137Z | Compiling cc v1.1.21 |
1126 | 2024-11-29T04:19:03.148Z | Compiling log v0.4.22 |
1127 | 2024-11-29T04:19:03.255Z | Compiling iana-time-zone v0.1.61 |
1128 | 2024-11-29T04:19:03.574Z | Compiling futures-core v0.3.30 |
1129 | 2024-11-29T04:19:03.616Z | Compiling schemars v0.8.21 |
1130 | 2024-11-29T04:19:03.682Z | Compiling fnv v1.0.7 |
1131 | 2024-11-29T04:19:03.710Z | Compiling dyn-clone v1.0.17 |
1132 | 2024-11-29T04:19:03.768Z | Compiling futures-sink v0.3.30 |
1133 | 2024-11-29T04:19:03.786Z | Compiling slab v0.4.9 |
1134 | 2024-11-29T04:19:03.797Z | Compiling serde_json v1.0.133 |
1135 | 2024-11-29T04:19:03.897Z | Compiling num-traits v0.2.19 |
1136 | 2024-11-29T04:19:03.908Z | Compiling bitflags v2.6.0 |
1137 | 2024-11-29T04:19:04.000Z | Compiling futures-channel v0.3.30 |
1138 | 2024-11-29T04:19:04.045Z | Compiling futures-task v0.3.30 |
1139 | 2024-11-29T04:19:04.257Z | Compiling futures-io v0.3.30 |
1140 | 2024-11-29T04:19:04.307Z | Compiling pin-utils v0.1.0 |
1141 | 2024-11-29T04:19:04.372Z | Compiling crunchy v0.2.2 |
1142 | 2024-11-29T04:19:04.389Z | Compiling heck v0.5.0 |
1143 | 2024-11-29T04:19:04.546Z | Compiling tiny-keccak v2.0.2 |
1144 | 2024-11-29T04:19:04.557Z | Compiling subtle v2.6.1 |
1145 | 2024-11-29T04:19:04.891Z | Compiling rustls-pki-types v1.8.0 |
1146 | 2024-11-29T04:19:04.904Z | Compiling spin v0.9.8 |
1147 | 2024-11-29T04:19:05.116Z | Compiling pkg-config v0.3.31 |
1148 | 2024-11-29T04:19:05.253Z | Compiling untrusted v0.9.0 |
1149 | 2024-11-29T04:19:05.387Z | Compiling const-random-macro v0.1.16 |
1150 | 2024-11-29T04:19:05.411Z | Compiling httparse v1.9.4 |
1151 | 2024-11-29T04:19:05.627Z | Compiling atomic-waker v1.1.2 |
1152 | 2024-11-29T04:19:05.794Z | Compiling vcpkg v0.2.15 |
1153 | 2024-11-29T04:19:05.866Z | Compiling ring v0.17.8 |
1154 | 2024-11-29T04:19:06.074Z | Compiling zeroize v1.8.1 |
1155 | 2024-11-29T04:19:06.098Z | Compiling const-random v0.1.18 |
1156 | 2024-11-29T04:19:06.176Z | Compiling try-lock v0.2.5 |
1157 | 2024-11-29T04:19:06.199Z | Compiling httpdate v1.0.3 |
1158 | 2024-11-29T04:19:06.299Z | Compiling want v0.3.1 |
1159 | 2024-11-29T04:19:06.356Z | Compiling slog v2.7.0 |
1160 | 2024-11-29T04:19:06.561Z | Compiling foreign-types-shared v0.1.1 |
1161 | 2024-11-29T04:19:06.628Z | Compiling openssl v0.10.66 |
1162 | 2024-11-29T04:19:06.639Z | Compiling foreign-types v0.3.2 |
1163 | 2024-11-29T04:19:06.650Z | Compiling tower-service v0.3.3 |
1164 | 2024-11-29T04:19:06.716Z | Compiling percent-encoding v2.3.1 |
1165 | 2024-11-29T04:19:06.752Z | Compiling rustls v0.23.13 |
1166 | 2024-11-29T04:19:06.771Z | Compiling native-tls v0.2.12 |
1167 | 2024-11-29T04:19:07.009Z | Compiling tinyvec_macros v0.1.1 |
1168 | 2024-11-29T04:19:07.032Z | Compiling form_urlencoded v1.2.1 |
1169 | 2024-11-29T04:19:07.074Z | Compiling tinyvec v1.8.0 |
1170 | 2024-11-29T04:19:07.085Z | Compiling openssl-probe v0.1.5 |
1171 | 2024-11-29T04:19:07.134Z | Compiling openssl-sys v0.9.103 |
1172 | 2024-11-29T04:19:07.146Z | Compiling semver v1.0.23 |
1173 | 2024-11-29T04:19:07.317Z | Compiling unicode-bidi v0.3.15 |
1174 | 2024-11-29T04:19:07.376Z | Compiling tracing-core v0.1.32 |
1175 | 2024-11-29T04:19:07.605Z | Compiling typenum v1.17.0 |
1176 | 2024-11-29T04:19:07.689Z | Compiling ucd-trie v0.1.6 |
1177 | 2024-11-29T04:19:08.234Z | Compiling rand_core v0.6.4 |
1178 | 2024-11-29T04:19:08.504Z | Compiling unicode-normalization v0.1.24 |
1179 | 2024-11-29T04:19:08.641Z | Compiling aho-corasick v1.1.3 |
1180 | 2024-11-29T04:19:08.656Z | Compiling generic-array v0.14.7 |
1181 | 2024-11-29T04:19:08.666Z | Compiling encoding_rs v0.8.34 |
1182 | 2024-11-29T04:19:08.693Z | Compiling mime v0.3.17 |
1183 | 2024-11-29T04:19:08.982Z | Compiling serde_derive_internals v0.29.1 |
1184 | 2024-11-29T04:19:09.232Z | Compiling regex-syntax v0.8.4 |
1185 | 2024-11-29T04:19:09.395Z | Compiling idna v0.5.0 |
1186 | 2024-11-29T04:19:09.523Z | Compiling base64 v0.22.1 |
1187 | 2024-11-29T04:19:10.246Z | Compiling url v2.5.2 |
1188 | 2024-11-29T04:19:10.879Z | Compiling rustls-pemfile v2.1.3 |
1189 | 2024-11-29T04:19:11.332Z | Compiling webpki-roots v0.26.6 |
1190 | 2024-11-29T04:19:11.522Z | Compiling rustls-webpki v0.102.8 |
1191 | 2024-11-29T04:19:12.058Z | Compiling num-conv v0.1.0 |
1192 | 2024-11-29T04:19:12.121Z | Compiling ipnet v2.10.0 |
1193 | 2024-11-29T04:19:12.314Z | Compiling strsim v0.11.1 |
1194 | 2024-11-29T04:19:13.032Z | Compiling regex-automata v0.4.7 |
1195 | 2024-11-29T04:19:13.126Z | Compiling plain v0.2.3 |
1196 | 2024-11-29T04:19:13.180Z | Compiling powerfmt v0.2.0 |
1197 | 2024-11-29T04:19:13.258Z | Compiling time-core v0.1.2 |
1198 | 2024-11-29T04:19:13.282Z | Compiling winnow v0.6.18 |
1199 | 2024-11-29T04:19:13.303Z | Compiling serde_derive v1.0.215 |
1200 | 2024-11-29T04:19:13.458Z | Compiling zerocopy-derive v0.7.35 |
1201 | 2024-11-29T04:19:13.565Z | Compiling tokio-macros v2.4.0 |
1202 | 2024-11-29T04:19:13.575Z | Compiling thiserror-impl v1.0.69 |
1203 | 2024-11-29T04:19:13.989Z | Compiling schemars_derive v0.8.21 |
1204 | 2024-11-29T04:19:15.078Z | Compiling futures-macro v0.3.30 |
1205 | 2024-11-29T04:19:15.359Z | Compiling zerocopy v0.7.35 |
1206 | 2024-11-29T04:19:15.825Z | Compiling openssl-macros v0.1.1 |
1207 | 2024-11-29T04:19:16.442Z | Compiling tracing-attributes v0.1.27 |
1208 | 2024-11-29T04:19:16.645Z | Compiling pest v2.7.13 |
1209 | 2024-11-29T04:19:16.722Z | Compiling scroll_derive v0.12.0 |
1210 | 2024-11-29T04:19:16.853Z | Compiling hashbrown v0.14.5 |
1211 | 2024-11-29T04:19:16.888Z | Compiling futures-util v0.3.30 |
1212 | 2024-11-29T04:19:18.022Z | Compiling regress v0.10.1 |
1213 | 2024-11-29T04:19:18.166Z | Compiling scroll v0.12.0 |
1214 | 2024-11-29T04:19:18.294Z | Compiling regex v1.10.6 |
1215 | 2024-11-29T04:19:18.741Z | Compiling goblin v0.8.2 |
1216 | 2024-11-29T04:19:19.300Z | Compiling pest_meta v2.7.13 |
1217 | 2024-11-29T04:19:19.416Z | Compiling tracing v0.1.40 |
1218 | 2024-11-29T04:19:19.593Z | Compiling ppv-lite86 v0.2.20 |
1219 | 2024-11-29T04:19:19.785Z | Compiling time-macros v0.2.18 |
1220 | 2024-11-29T04:19:20.272Z | Compiling deranged v0.3.11 |
1221 | 2024-11-29T04:19:21.592Z | Compiling pest_generator v2.7.13 |
1222 | 2024-11-29T04:19:22.020Z | Compiling pretty-hex v0.4.1 |
1223 | 2024-11-29T04:19:22.198Z | Compiling anyhow v1.0.93 |
1224 | 2024-11-29T04:19:22.477Z | Compiling num_threads v0.1.7 |
1225 | 2024-11-29T04:19:22.590Z | Compiling rand_chacha v0.3.1 |
1226 | 2024-11-29T04:19:22.844Z | Compiling sync_wrapper v1.0.1 |
1227 | 2024-11-29T04:19:22.959Z | Compiling usdt-impl v0.5.0 |
1228 | 2024-11-29T04:19:22.970Z | Compiling rand v0.8.5 |
1229 | 2024-11-29T04:19:23.073Z | Compiling crypto-common v0.1.6 |
1230 | 2024-11-29T04:19:23.186Z | Compiling pest_derive v2.7.13 |
1231 | 2024-11-29T04:19:23.226Z | Compiling block-buffer v0.10.4 |
1232 | 2024-11-29T04:19:23.449Z | Compiling thread-id v4.2.2 |
1233 | 2024-11-29T04:19:23.500Z | Compiling rustversion v1.0.17 |
1234 | 2024-11-29T04:19:23.541Z | Compiling syn v1.0.109 |
1235 | 2024-11-29T04:19:23.693Z | Compiling omicron-workspace-hack v0.1.0 |
1236 | 2024-11-29T04:19:24.035Z | Compiling unsafe-libyaml v0.2.11 |
1237 | 2024-11-29T04:19:24.161Z | Compiling dtrace-parser v0.2.0 |
1238 | 2024-11-29T04:19:24.423Z | Compiling smallvec v1.13.2 |
1239 | 2024-11-29T04:19:24.784Z | Compiling match_cfg v0.1.0 |
1240 | 2024-11-29T04:19:24.863Z | Compiling ident_case v1.0.1 |
1241 | 2024-11-29T04:19:25.012Z | Compiling darling_core v0.20.10 |
1242 | 2024-11-29T04:19:25.281Z | Compiling bytes v1.7.2 |
1243 | 2024-11-29T04:19:25.517Z | Compiling uuid v1.11.0 |
1244 | 2024-11-29T04:19:26.250Z | Compiling indexmap v2.5.0 |
1245 | 2024-11-29T04:19:26.469Z | Compiling http v1.1.0 |
1246 | 2024-11-29T04:19:27.916Z | Compiling parking_lot v0.12.3 |
1247 | 2024-11-29T04:19:28.066Z | Compiling http-body v1.0.1 |
1248 | 2024-11-29T04:19:28.283Z | Compiling tokio v1.41.1 |
1249 | 2024-11-29T04:19:28.821Z | Compiling serde_tokenstream v0.2.2 |
1250 | 2024-11-29T04:19:28.854Z | Compiling chrono v0.4.38 |
1251 | 2024-11-29T04:19:29.322Z | Compiling toml_datetime v0.6.8 |
1252 | 2024-11-29T04:19:29.805Z | Compiling http-body-util v0.1.2 |
1253 | 2024-11-29T04:19:30.256Z | Compiling serde_urlencoded v0.7.1 |
1254 | 2024-11-29T04:19:30.558Z | Compiling openapiv3 v2.0.0 |
1255 | 2024-11-29T04:19:30.723Z | Compiling serde_spanned v0.6.7 |
1256 | 2024-11-29T04:19:32.376Z | Compiling dof v0.3.0 |
1257 | 2024-11-29T04:19:32.378Z | Compiling serde_yaml v0.9.34+deprecated |
1258 | 2024-11-29T04:19:33.735Z | Compiling typify-impl v0.2.0 |
1259 | 2024-11-29T04:19:34.502Z | Compiling hostname v0.3.1 |
1260 | 2024-11-29T04:19:34.635Z | Compiling errno v0.3.9 |
1261 | 2024-11-29T04:19:34.693Z | Compiling dirs-sys-next v0.1.2 |
1262 | 2024-11-29T04:19:34.851Z | Compiling cpufeatures v0.2.14 |
1263 | 2024-11-29T04:19:34.938Z | Compiling paste v1.0.15 |
1264 | 2024-11-29T04:19:35.125Z | Compiling camino v1.1.9 |
1265 | 2024-11-29T04:19:35.302Z | Compiling rustls v0.22.4 |
1266 | 2024-11-29T04:19:35.477Z | Compiling dirs-next v2.0.0 |
1267 | 2024-11-29T04:19:35.635Z | Compiling darling_macro v0.20.10 |
1268 | 2024-11-29T04:19:35.652Z | Compiling futures-executor v0.3.30 |
1269 | 2024-11-29T04:19:36.049Z | Compiling usdt-macro v0.5.0 |
1270 | 2024-11-29T04:19:36.185Z | Compiling usdt-attr-macro v0.5.0 |
1271 | 2024-11-29T04:19:36.415Z | Compiling tokio-util v0.7.12 |
1272 | 2024-11-29T04:19:36.473Z | Compiling async-trait v0.1.83 |
1273 | 2024-11-29T04:19:36.650Z | Compiling memmap v0.7.0 |
1274 | 2024-11-29T04:19:36.987Z | Compiling instant v0.1.13 |
1275 | 2024-11-29T04:19:37.115Z | Compiling slog-async v2.8.0 |
1276 | 2024-11-29T04:19:37.609Z | Compiling h2 v0.4.6 |
1277 | 2024-11-29T04:19:37.685Z | Compiling darling v0.20.10 |
1278 | 2024-11-29T04:19:37.903Z | Compiling futures v0.3.30 |
1279 | 2024-11-29T04:19:38.581Z | Compiling term v0.7.0 |
1280 | 2024-11-29T04:19:40.104Z | Compiling is-terminal v0.4.13 |
1281 | 2024-11-29T04:19:40.215Z | Compiling multer v3.1.0 |
1282 | 2024-11-29T04:19:40.570Z | Compiling take_mut v0.2.2 |
1283 | 2024-11-29T04:19:40.775Z | Compiling serde_with_macros v3.9.0 |
1284 | 2024-11-29T04:19:43.284Z | Compiling hyper v1.5.1 |
1285 | 2024-11-29T04:19:44.450Z | Compiling tokio-native-tls v0.3.1 |
1286 | 2024-11-29T04:19:44.690Z | Compiling ipnetwork v0.20.0 |
1287 | 2024-11-29T04:19:44.742Z | Compiling strum_macros v0.26.4 |
1288 | 2024-11-29T04:19:45.553Z | Compiling hyper-util v0.1.10 |
1289 | 2024-11-29T04:19:47.128Z | Compiling tokio-rustls v0.26.0 |
1290 | 2024-11-29T04:19:47.534Z | Compiling async-stream-impl v0.3.5 |
1291 | 2024-11-29T04:19:48.175Z | Compiling structmeta-derive v0.3.0 |
1292 | 2024-11-29T04:19:48.253Z | Compiling dropshot v0.12.0 |
1293 | 2024-11-29T04:19:48.653Z | Compiling crossbeam-utils v0.8.20 |
1294 | 2024-11-29T04:19:48.856Z | Compiling debug-ignore v1.0.5 |
1295 | 2024-11-29T04:19:48.900Z | Compiling strum v0.26.3 |
1296 | 2024-11-29T04:19:48.992Z | Compiling async-stream v0.3.5 |
1297 | 2024-11-29T04:19:49.190Z | Compiling hyper-rustls v0.27.3 |
1298 | 2024-11-29T04:19:49.240Z | Compiling hyper-tls v0.6.0 |
1299 | 2024-11-29T04:19:49.621Z | Compiling serde_with v3.9.0 |
1300 | 2024-11-29T04:19:50.763Z | Compiling structmeta v0.3.0 |
1301 | 2024-11-29T04:19:50.804Z | Compiling dropshot_endpoint v0.12.0 |
1302 | 2024-11-29T04:19:51.105Z | Compiling serde_path_to_error v0.1.16 |
1303 | 2024-11-29T04:19:51.879Z | Compiling waitgroup v0.1.2 |
1304 | 2024-11-29T04:19:52.078Z | Compiling hostname v0.4.0 |
1305 | 2024-11-29T04:19:52.279Z | Compiling parse-display-derive v0.10.0 |
1306 | 2024-11-29T04:19:52.947Z | Compiling reqwest v0.12.9 |
1307 | 2024-11-29T04:19:53.519Z | Compiling typify-macro v0.2.0 |
1308 | 2024-11-29T04:19:53.749Z | Compiling hex v0.4.3 |
1309 | 2024-11-29T04:19:54.079Z | Compiling digest v0.10.7 |
1310 | 2024-11-29T04:19:54.241Z | Compiling time v0.3.36 |
1311 | 2024-11-29T04:19:54.252Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1312 | 2024-11-29T04:19:54.438Z | Compiling rustix v0.38.37 |
1313 | 2024-11-29T04:19:54.635Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1314 | 2024-11-29T04:19:55.076Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1315 | 2024-11-29T04:19:55.186Z | Compiling progenitor-client v0.8.0 |
1316 | 2024-11-29T04:19:55.238Z | Compiling macaddr v1.0.1 |
1317 | 2024-11-29T04:19:55.576Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1318 | 2024-11-29T04:19:56.290Z | Compiling parse-display v0.10.0 |
1319 | 2024-11-29T04:19:56.441Z | Compiling utf8parse v0.2.2 |
1320 | 2024-11-29T04:19:56.585Z | Compiling anstyle-parse v0.2.5 |
1321 | 2024-11-29T04:19:57.123Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1322 | 2024-11-29T04:19:57.819Z | Compiling thread_local v1.1.8 |
1323 | 2024-11-29T04:19:57.890Z | Compiling typify v0.2.0 |
1324 | 2024-11-29T04:19:58.006Z | Compiling progenitor-impl v0.8.0 |
1325 | 2024-11-29T04:19:58.306Z | Compiling colorchoice v1.0.2 |
1326 | 2024-11-29T04:19:58.471Z | Compiling is_terminal_polyfill v1.70.1 |
1327 | 2024-11-29T04:19:58.513Z | Compiling anstyle v1.0.10 |
1328 | 2024-11-29T04:19:58.578Z | Compiling unicode-width v0.1.14 |
1329 | 2024-11-29T04:19:58.918Z | Compiling lazy_static v1.5.0 |
1330 | 2024-11-29T04:19:59.039Z | Compiling anstyle-query v1.1.1 |
1331 | 2024-11-29T04:19:59.169Z | Compiling anstream v0.6.15 |
1332 | 2024-11-29T04:19:59.191Z | Compiling usdt v0.5.0 |
1333 | 2024-11-29T04:19:59.619Z | Compiling slog-json v2.6.1 |
1334 | 2024-11-29T04:19:59.672Z | Compiling crossbeam-channel v0.5.13 |
1335 | 2024-11-29T04:19:59.826Z | Compiling toml_edit v0.22.21 |
1336 | 2024-11-29T04:19:59.957Z | Compiling clap_lex v0.7.2 |
1337 | 2024-11-29T04:20:00.618Z | Compiling slog-bunyan v2.5.0 |
1338 | 2024-11-29T04:20:00.807Z | Compiling slog-term v2.9.1 |
1339 | 2024-11-29T04:20:01.575Z | Compiling sha1 v0.10.6 |
1340 | 2024-11-29T04:20:01.982Z | Compiling tokio-rustls v0.25.0 |
1341 | 2024-11-29T04:20:02.016Z | Compiling newtype-uuid v1.1.0 |
1342 | 2024-11-29T04:20:02.289Z | Compiling winnow v0.5.40 |
1343 | 2024-11-29T04:20:02.341Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1344 | 2024-11-29T04:20:02.741Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1345 | 2024-11-29T04:20:03.035Z | Compiling toml v0.8.19 |
1346 | 2024-11-29T04:20:06.421Z | Compiling toml_edit v0.19.15 |
1347 | 2024-11-29T04:20:06.719Z | Compiling progenitor-macro v0.8.0 |
1348 | 2024-11-29T04:20:07.202Z | Compiling backoff v0.4.0 |
1349 | 2024-11-29T04:20:07.438Z | Compiling regress v0.9.1 |
1350 | 2024-11-29T04:20:08.184Z | Compiling clap_derive v4.5.18 |
1351 | 2024-11-29T04:20:08.273Z | Compiling heapless v0.8.0 |
1352 | 2024-11-29T04:20:09.128Z | Compiling proc-macro-crate v1.3.1 |
1353 | 2024-11-29T04:20:09.864Z | Compiling hash32 v0.3.1 |
1354 | 2024-11-29T04:20:10.076Z | Compiling stable_deref_trait v1.2.0 |
1355 | 2024-11-29T04:20:10.172Z | Compiling smoltcp v0.11.0 |
1356 | 2024-11-29T04:20:10.778Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1357 | 2024-11-29T04:20:11.917Z | Compiling num_enum_derive v0.5.11 |
1358 | 2024-11-29T04:20:12.046Z | Compiling terminal_size v0.4.0 |
1359 | 2024-11-29T04:20:12.376Z | Compiling foreign-types-macros v0.2.3 |
1360 | 2024-11-29T04:20:12.455Z | Compiling proc-macro-error-attr v1.0.4 |
1361 | 2024-11-29T04:20:12.804Z | Compiling bitflags v1.3.2 |
1362 | 2024-11-29T04:20:13.694Z | Compiling heck v0.4.1 |
1363 | 2024-11-29T04:20:14.169Z | Compiling either v1.13.0 |
1364 | 2024-11-29T04:20:14.291Z | Compiling managed v0.8.0 |
1365 | 2024-11-29T04:20:14.457Z | Compiling foreign-types-shared v0.3.1 |
1366 | 2024-11-29T04:20:14.526Z | Compiling cobs v0.2.3 |
1367 | 2024-11-29T04:20:14.563Z | Compiling foreign-types v0.5.0 |
1368 | 2024-11-29T04:20:14.750Z | Compiling postcard v1.0.10 |
1369 | 2024-11-29T04:20:14.803Z | Compiling num_enum v0.5.11 |
1370 | 2024-11-29T04:20:15.297Z | Compiling clap_builder v4.5.21 |
1371 | 2024-11-29T04:20:15.449Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1372 | 2024-11-29T04:20:15.600Z | Compiling num-integer v0.1.46 |
1373 | 2024-11-29T04:20:16.293Z | Compiling cstr-argument v0.1.2 |
1374 | 2024-11-29T04:20:16.350Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1375 | 2024-11-29T04:20:16.519Z | Compiling proc-macro-error v1.0.4 |
1376 | 2024-11-29T04:20:16.708Z | Compiling float-ord v0.3.2 |
1377 | 2024-11-29T04:20:16.864Z | Compiling pretty-hex v0.2.1 |
1378 | 2024-11-29T04:20:16.874Z | Compiling fastrand v2.1.1 |
1379 | 2024-11-29T04:20:17.032Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1380 | 2024-11-29T04:20:17.189Z | Compiling tempfile v3.12.0 |
1381 | 2024-11-29T04:20:17.385Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1382 | 2024-11-29T04:20:17.733Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1383 | 2024-11-29T04:20:18.237Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1384 | 2024-11-29T04:20:18.362Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1385 | 2024-11-29T04:20:18.770Z | Compiling clap v4.5.21 |
1386 | 2024-11-29T04:20:19.184Z | Compiling colored v2.1.0 |
1387 | 2024-11-29T04:20:19.280Z | Compiling tabwriter v1.4.0 |
1388 | 2024-11-29T04:20:19.616Z | Compiling progenitor v0.8.0 |
1389 | 2024-11-29T04:20:19.690Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1390 | 2024-11-29T04:20:19.779Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1391 | 2024-11-29T04:20:19.885Z | Compiling crucible-workspace-hack v0.1.0 |
1392 | 2024-11-29T04:20:20.209Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1393 | 2024-11-29T04:20:20.957Z | Compiling num-iter v0.1.45 |
1394 | 2024-11-29T04:20:21.064Z | Compiling num-rational v0.4.2 |
1395 | 2024-11-29T04:20:21.231Z | Compiling num-complex v0.4.6 |
1396 | 2024-11-29T04:20:21.429Z | Compiling semver v0.1.20 |
1397 | 2024-11-29T04:20:21.826Z | Compiling unicode-segmentation v1.12.0 |
1398 | 2024-11-29T04:20:21.875Z | Compiling prettyplease v0.2.22 |
1399 | 2024-11-29T04:20:21.919Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1400 | 2024-11-29T04:20:22.137Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1401 | 2024-11-29T04:20:22.211Z | Compiling num v0.4.3 |
1402 | 2024-11-29T04:20:22.240Z | Compiling rustc_version v0.1.7 |
1403 | 2024-11-29T04:20:22.612Z | Compiling newline-converter v0.3.0 |
1404 | 2024-11-29T04:20:22.644Z | Compiling zone_cfg_derive v0.3.0 |
1405 | 2024-11-29T04:20:24.084Z | Compiling camino-tempfile v1.1.1 |
1406 | 2024-11-29T04:20:24.209Z | Compiling itertools v0.10.5 |
1407 | 2024-11-29T04:20:24.504Z | Compiling console v0.15.8 |
1408 | 2024-11-29T04:20:24.741Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1409 | 2024-11-29T04:20:25.230Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1410 | 2024-11-29T04:20:26.233Z | Compiling num-derive v0.4.2 |
1411 | 2024-11-29T04:20:26.269Z | Compiling sigpipe v0.1.3 |
1412 | 2024-11-29T04:20:26.375Z | Compiling base64ct v1.6.0 |
1413 | 2024-11-29T04:20:26.546Z | Compiling static_assertions v1.1.0 |
1414 | 2024-11-29T04:20:26.632Z | Compiling similar v2.6.0 |
1415 | 2024-11-29T04:20:26.659Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1416 | 2024-11-29T04:20:26.861Z | Compiling password-hash v0.5.0 |
1417 | 2024-11-29T04:20:26.919Z | Compiling zone v0.3.0 |
1418 | 2024-11-29T04:20:27.013Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1419 | 2024-11-29T04:20:27.773Z | Compiling expectorate v1.1.0 |
1420 | 2024-11-29T04:20:28.076Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1421 | 2024-11-29T04:20:28.193Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1422 | 2024-11-29T04:20:28.515Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1423 | 2024-11-29T04:20:28.677Z | Compiling newtype_derive v0.1.6 |
1424 | 2024-11-29T04:20:28.959Z | Compiling blake2 v0.10.6 |
1425 | 2024-11-29T04:20:29.354Z | Compiling hubpack_derive v0.1.1 |
1426 | 2024-11-29T04:20:29.507Z | Compiling smf v0.2.3 |
1427 | 2024-11-29T04:20:29.989Z | Compiling zerocopy-derive v0.6.6 |
1428 | 2024-11-29T04:20:30.536Z | Compiling cancel-safe-futures v0.1.5 |
1429 | 2024-11-29T04:20:30.809Z | Compiling fixedbitset v0.4.2 |
1430 | 2024-11-29T04:20:30.928Z | Compiling whoami v1.5.2 |
1431 | 2024-11-29T04:20:31.078Z | Compiling owo-colors v4.1.0 |
1432 | 2024-11-29T04:20:31.261Z | Compiling petgraph v0.6.5 |
1433 | 2024-11-29T04:20:31.522Z | Compiling hubpack v0.1.2 |
1434 | 2024-11-29T04:20:31.534Z | Compiling argon2 v0.5.3 |
1435 | 2024-11-29T04:20:31.783Z | Compiling zerocopy v0.6.6 |
1436 | 2024-11-29T04:20:32.445Z | Compiling strum_macros v0.25.3 |
1437 | 2024-11-29T04:20:32.744Z | Compiling serde-big-array v0.5.1 |
1438 | 2024-11-29T04:20:32.946Z | Compiling serde_repr v0.1.19 |
1439 | 2024-11-29T04:20:34.349Z | Compiling cookie v0.18.1 |
1440 | 2024-11-29T04:20:34.701Z | Compiling convert_case v0.4.0 |
1441 | 2024-11-29T04:20:34.769Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1442 | 2024-11-29T04:20:35.154Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1443 | 2024-11-29T04:20:35.882Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1444 | 2024-11-29T04:20:36.176Z | Compiling derive_more v0.99.18 |
1445 | 2024-11-29T04:20:38.538Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1446 | 2024-11-29T04:20:39.361Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1447 | 2024-11-29T04:20:41.348Z | Compiling atomicwrites v0.4.4 |
1448 | 2024-11-29T04:20:41.659Z | Compiling itertools v0.13.0 |
1449 | 2024-11-29T04:20:42.090Z | Compiling libsw v3.3.1 |
1450 | 2024-11-29T04:20:42.150Z | Compiling enum-as-inner v0.6.1 |
1451 | 2024-11-29T04:20:42.282Z | Compiling derive-where v1.2.7 |
1452 | 2024-11-29T04:20:42.344Z | Compiling idna v0.4.0 |
1453 | 2024-11-29T04:20:43.281Z | Compiling quick-error v1.2.3 |
1454 | 2024-11-29T04:20:43.462Z | Compiling highway v1.2.0 |
1455 | 2024-11-29T04:20:43.473Z | Compiling linked-hash-map v0.5.6 |
1456 | 2024-11-29T04:20:43.779Z | Compiling swrite v0.1.0 |
1457 | 2024-11-29T04:20:43.897Z | Compiling data-encoding v2.6.0 |
1458 | 2024-11-29T04:20:43.937Z | Compiling linear-map v1.2.0 |
1459 | 2024-11-29T04:20:43.972Z | Compiling indent_write v2.2.0 |
1460 | 2024-11-29T04:20:44.159Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1461 | 2024-11-29T04:20:44.211Z | Compiling lru-cache v0.1.2 |
1462 | 2024-11-29T04:20:44.239Z | Compiling resolv-conf v0.7.0 |
1463 | 2024-11-29T04:20:44.373Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1464 | 2024-11-29T04:20:44.476Z | Compiling hickory-proto v0.24.1 |
1465 | 2024-11-29T04:20:45.231Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1466 | 2024-11-29T04:20:45.400Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1467 | 2024-11-29T04:20:46.123Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1468 | 2024-11-29T04:20:48.005Z | Compiling steno v0.4.1 |
1469 | 2024-11-29T04:20:48.564Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1470 | 2024-11-29T04:20:49.322Z | Compiling slog-dtrace v0.3.0 |
1471 | 2024-11-29T04:20:49.679Z | Compiling humantime v2.1.0 |
1472 | 2024-11-29T04:20:50.153Z | Compiling parking_lot_core v0.8.6 |
1473 | 2024-11-29T04:20:50.629Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1474 | 2024-11-29T04:20:52.021Z | Compiling hickory-resolver v0.24.1 |
1475 | 2024-11-29T04:20:52.242Z | Compiling num-derive v0.3.3 |
1476 | 2024-11-29T04:20:52.331Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1477 | 2024-11-29T04:20:52.505Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1478 | 2024-11-29T04:20:53.496Z | Compiling smartstring v1.0.1 |
1479 | 2024-11-29T04:20:53.878Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1480 | 2024-11-29T04:20:53.986Z | Compiling half v2.4.1 |
1481 | 2024-11-29T04:20:54.386Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1482 | 2024-11-29T04:20:54.519Z | Compiling ciborium-io v0.2.2 |
1483 | 2024-11-29T04:20:54.586Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1484 | 2024-11-29T04:20:54.631Z | Compiling ciborium-ll v0.2.2 |
1485 | 2024-11-29T04:20:54.986Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1486 | 2024-11-29T04:20:55.367Z | Compiling parking_lot v0.11.2 |
1487 | 2024-11-29T04:20:55.527Z | Compiling proc-macro-crate v3.2.0 |
1488 | 2024-11-29T04:20:55.946Z | Compiling crossbeam-epoch v0.9.18 |
1489 | 2024-11-29T04:20:56.244Z | Compiling fxhash v0.2.1 |
1490 | 2024-11-29T04:20:56.431Z | Compiling crc32fast v1.4.2 |
1491 | 2024-11-29T04:20:56.467Z | Compiling spin v0.5.2 |
1492 | 2024-11-29T04:20:56.670Z | Compiling no-std-compat v0.4.1 |
1493 | 2024-11-29T04:20:56.684Z | Compiling sled v0.34.7 |
1494 | 2024-11-29T04:20:56.748Z | Compiling num_enum_derive v0.7.3 |
1495 | 2024-11-29T04:20:56.797Z | Compiling ciborium v0.2.2 |
1496 | 2024-11-29T04:20:57.284Z | Compiling thin-vec v0.2.13 |
1497 | 2024-11-29T04:20:57.791Z | Compiling rhai_codegen v2.2.0 |
1498 | 2024-11-29T04:20:58.130Z | Compiling minimal-lexical v0.2.1 |
1499 | 2024-11-29T04:20:58.680Z | Compiling nom v7.1.3 |
1500 | 2024-11-29T04:20:58.738Z | Compiling yansi v1.0.1 |
1501 | 2024-11-29T04:20:59.017Z | Compiling diff v0.1.13 |
1502 | 2024-11-29T04:20:59.125Z | Compiling num_enum v0.7.3 |
1503 | 2024-11-29T04:20:59.275Z | Compiling pretty_assertions v1.4.1 |
1504 | 2024-11-29T04:21:00.164Z | Compiling rhai v1.20.0 |
1505 | 2024-11-29T04:21:04.801Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1506 | 2024-11-29T04:21:06.207Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1507 | 2024-11-29T04:21:11.148Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1508 | 2024-11-29T04:21:12.430Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1509 | 2024-11-29T04:21:13.479Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1510 | 2024-11-29T04:21:15.458Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
1511 | 2024-11-29T04:21:44.801Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 44s |
1512 | 2024-11-29T04:21:44.964Z | ------------ |
1513 | 2024-11-29T04:21:44.964Z | Nextest run ID 8b11a199-ff4e-4f43-b798-8d7b8dbfb7fc with nextest profile: default |
1514 | 2024-11-29T04:21:44.964Z | Starting 11 tests across 1 binary |
1515 | 2024-11-29T04:21:44.999Z | PASS [ 0.024s] bgp messages::tests::header_round_trip |
1516 | 2024-11-29T04:21:44.999Z | PASS [ 0.015s] bgp messages::tests::update_round_trip |
1517 | 2024-11-29T04:21:44.999Z | PASS [ 0.018s] bgp messages::tests::prefix_within |
1518 | 2024-11-29T04:21:44.999Z | PASS [ 0.020s] bgp messages::tests::open_round_trip |
1519 | 2024-11-29T04:21:45.012Z | PASS [ 0.036s] bgp policy::test::open_add_4byte_as |
1520 | 2024-11-29T04:21:45.023Z | PASS [ 0.034s] bgp policy::test::update_shape_community |
1521 | 2024-11-29T04:21:45.025Z | PASS [ 0.046s] bgp policy::test::open_require_4byte_as |
1522 | 2024-11-29T04:21:45.027Z | PASS [ 0.044s] bgp policy::test::shape_update_prefixes |
1523 | 2024-11-29T04:21:45.030Z | PASS [ 0.044s] bgp policy::test::update_drop_on_no_export |
1524 | 2024-11-29T04:21:58.096Z | PASS [ 13.103s] bgp test::test_basic_peering |
1525 | 2024-11-29T04:22:09.095Z | PASS [ 24.097s] bgp test::test_basic_update |
1526 | 2024-11-29T04:22:09.097Z | ------------ |
1527 | 2024-11-29T04:22:09.097Z | Summary [ 24.128s] 11 tests run: 11 passed, 0 skipped |
1528 | 2024-11-29T04:22:09.112Z | + cp r1.basic_peering.log r1.basic_update.log r2.basic_peering.log r2.basic_update.log /work/ |
1529 | 2024-11-29T04:22:09.115Z | process exited: duration 367064 ms, exit code 0 |
|
1530 | 2024-11-29T04:22:09.122Z | found 4 output files |
1531 | 2024-11-29T04:22:09.122Z | uploading: /work/r1.basic_peering.log (7871 bytes) |
1532 | 2024-11-29T04:22:10.131Z | uploaded: /work/r1.basic_peering.log |
1533 | 2024-11-29T04:22:10.131Z | uploading: /work/r1.basic_update.log (13266 bytes) |
1534 | 2024-11-29T04:22:11.139Z | uploaded: /work/r1.basic_update.log |
1535 | 2024-11-29T04:22:11.139Z | uploading: /work/r2.basic_peering.log (9266 bytes) |
1536 | 2024-11-29T04:22:12.146Z | uploaded: /work/r2.basic_peering.log |
1537 | 2024-11-29T04:22:12.146Z | uploading: /work/r2.basic_update.log (15900 bytes) |
1538 | 2024-11-29T04:22:13.153Z | uploaded: /work/r2.basic_update.log |