|
|
|
1 | 2024-11-29T04:15:20.923Z | job assigned to worker 01JDV21G21DV5DY7HKEC06B9YH [factory aws, i-06038ebcc39ea1b8f] (queued for 54 s) |
|
2 | 2024-11-29T04:15:29.146Z | starting task 0: "setup" |
3 | 2024-11-29T04:15:29.154Z | ++ uname -s |
4 | 2024-11-29T04:15:29.156Z | + kern=SunOS |
5 | 2024-11-29T04:15:29.156Z | + case "$kern" in |
6 | 2024-11-29T04:15:29.156Z | + groupadd -g 12345 build |
7 | 2024-11-29T04:15:29.159Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-29T04:15:31.165Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-29T04:15:31.265Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-29T04:15:31.268Z | + home_fs=zfs |
11 | 2024-11-29T04:15:31.268Z | + [[ zfs == autofs ]] |
12 | 2024-11-29T04:15:31.268Z | + mkdir -p /home/build |
13 | 2024-11-29T04:15:31.271Z | + chown build:build /home/build /work |
14 | 2024-11-29T04:15:33.271Z | + chmod 0700 /home/build /work |
15 | 2024-11-29T04:15:33.273Z | process exited: duration 4129 ms, exit code 0 |
|
16 | 2024-11-29T04:15:33.279Z | starting task 1: "rust-toolchain" |
17 | 2024-11-29T04:15:33.285Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-29T04:15:33.285Z | ' stable |
19 | 2024-11-29T04:15:33.285Z | * toolchain channel = "stable" |
20 | 2024-11-29T04:15:33.285Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-29T04:15:33.285Z | ' default |
22 | 2024-11-29T04:15:33.285Z | * toolchain profile = "default" |
23 | 2024-11-29T04:15:33.287Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-29T04:15:33.287Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-11-29T04:15:33.400Z | info: downloading installer |
26 | 2024-11-29T04:15:34.650Z | info: profile set to 'default' |
27 | 2024-11-29T04:15:34.650Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-29T04:15:34.653Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-11-29T04:15:34.811Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-11-29T04:15:34.811Z | info: downloading component 'cargo' |
31 | 2024-11-29T04:15:35.910Z | info: downloading component 'clippy' |
32 | 2024-11-29T04:15:36.498Z | info: downloading component 'rust-docs' |
33 | 2024-11-29T04:15:37.701Z | info: downloading component 'rust-std' |
34 | 2024-11-29T04:15:39.656Z | info: downloading component 'rustc' |
35 | 2024-11-29T04:15:46.458Z | info: downloading component 'rustfmt' |
36 | 2024-11-29T04:15:46.947Z | info: installing component 'cargo' |
37 | 2024-11-29T04:15:47.754Z | info: installing component 'clippy' |
38 | 2024-11-29T04:15:48.124Z | info: installing component 'rust-docs' |
39 | 2024-11-29T04:15:49.817Z | info: installing component 'rust-std' |
40 | 2024-11-29T04:15:51.472Z | info: installing component 'rustc' |
41 | 2024-11-29T04:15:57.130Z | info: installing component 'rustfmt' |
42 | 2024-11-29T04:15:57.454Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-11-29T04:15:57.454Z | |
44 | 2024-11-29T04:15:57.828Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-11-29T04:15:57.828Z | |
46 | 2024-11-29T04:15:57.831Z | |
47 | 2024-11-29T04:15:57.831Z | Rust is installed now. Great! |
48 | 2024-11-29T04:15:57.831Z | |
49 | 2024-11-29T04:15:57.831Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-29T04:15:57.831Z | environment variable. This has not been done automatically. |
51 | 2024-11-29T04:15:57.831Z | |
52 | 2024-11-29T04:15:57.831Z | To configure your current shell, you need to source |
53 | 2024-11-29T04:15:57.831Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-29T04:15:57.831Z | |
55 | 2024-11-29T04:15:57.831Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-29T04:15:57.831Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-29T04:15:57.831Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-29T04:15:57.904Z | + rustc --version |
59 | 2024-11-29T04:15:57.970Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-11-29T04:15:57.973Z | process exited: duration 24690 ms, exit code 0 |
|
61 | 2024-11-29T04:15:57.978Z | starting task 2: "authentication" |
62 | 2024-11-29T04:15:57.999Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-29T04:15:58.004Z | starting task 3: "clone repository" |
64 | 2024-11-29T04:15:58.009Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-11-29T04:15:58.012Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-11-29T04:15:58.049Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-11-29T04:15:58.589Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-11-29T04:15:58.589Z | + git fetch origin d143b7c5a212fa4767cce5a5c477e5b07247f380 |
69 | 2024-11-29T04:15:58.859Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-11-29T04:15:58.859Z | * branch d143b7c5a212fa4767cce5a5c477e5b07247f380 -> FETCH_HEAD |
71 | 2024-11-29T04:15:58.867Z | + [[ -n renovate/rust-1.x ]] |
72 | 2024-11-29T04:15:58.870Z | ++ git branch --show-current |
73 | 2024-11-29T04:15:58.873Z | + current=main |
74 | 2024-11-29T04:15:58.873Z | + [[ main != renovate/rust-1.x ]] |
75 | 2024-11-29T04:15:58.873Z | + git branch -f renovate/rust-1.x d143b7c5a212fa4767cce5a5c477e5b07247f380 |
76 | 2024-11-29T04:15:58.875Z | + git checkout -f renovate/rust-1.x |
77 | 2024-11-29T04:15:58.889Z | Switched to branch 'renovate/rust-1.x' |
78 | 2024-11-29T04:15:58.892Z | + git reset --hard d143b7c5a212fa4767cce5a5c477e5b07247f380 |
79 | 2024-11-29T04:15:58.904Z | HEAD is now at d143b7c Update dependency rust to v1.83.0 |
80 | 2024-11-29T04:15:58.906Z | process exited: duration 900 ms, exit code 0 |
|
81 | 2024-11-29T04:15:58.912Z | starting task 4: "build" |
82 | 2024-11-29T04:15:58.916Z | + set -o errexit |
83 | 2024-11-29T04:15:58.916Z | + set -o pipefail |
84 | 2024-11-29T04:15:58.916Z | + cargo --version |
85 | 2024-11-29T04:15:58.921Z | info: syncing channel updates for '1.83.0-x86_64-unknown-illumos' |
86 | 2024-11-29T04:15:59.084Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
87 | 2024-11-29T04:15:59.084Z | info: downloading component 'cargo' |
88 | 2024-11-29T04:15:59.812Z | info: downloading component 'clippy' |
89 | 2024-11-29T04:16:00.098Z | info: downloading component 'rust-docs' |
90 | 2024-11-29T04:16:01.107Z | info: downloading component 'rust-std' |
91 | 2024-11-29T04:16:02.596Z | info: downloading component 'rustc' |
92 | 2024-11-29T04:16:08.110Z | info: downloading component 'rustfmt' |
93 | 2024-11-29T04:16:08.333Z | info: installing component 'cargo' |
94 | 2024-11-29T04:16:09.153Z | info: installing component 'clippy' |
95 | 2024-11-29T04:16:09.531Z | info: installing component 'rust-docs' |
96 | 2024-11-29T04:16:11.219Z | info: installing component 'rust-std' |
97 | 2024-11-29T04:16:12.866Z | info: installing component 'rustc' |
98 | 2024-11-29T04:16:18.496Z | info: installing component 'rustfmt' |
99 | 2024-11-29T04:16:18.915Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
100 | 2024-11-29T04:16:18.918Z | + rustc --version |
101 | 2024-11-29T04:16:18.987Z | rustc 1.83.0 (90b35a623 2024-11-26) |
102 | 2024-11-29T04:16:18.991Z | + cargo install cargo-nextest |
103 | 2024-11-29T04:16:19.079Z | Updating crates.io index |
104 | 2024-11-29T04:16:19.246Z | Downloading crates ... |
105 | 2024-11-29T04:16:19.337Z | Downloaded cargo-nextest v0.9.85 |
106 | 2024-11-29T04:16:19.377Z | Installing cargo-nextest v0.9.85 |
107 | 2024-11-29T04:16:19.429Z | Updating crates.io index |
108 | 2024-11-29T04:16:21.154Z | Locking 348 packages to latest compatible versions |
109 | 2024-11-29T04:16:21.157Z | Adding backtrace v0.3.71 (available: v0.3.74) |
110 | 2024-11-29T04:16:21.206Z | Downloading crates ... |
111 | 2024-11-29T04:16:21.398Z | Downloaded ahash v0.8.11 |
112 | 2024-11-29T04:16:21.417Z | Downloaded addr2line v0.21.0 |
113 | 2024-11-29T04:16:21.420Z | Downloaded aho-corasick v1.1.3 |
114 | 2024-11-29T04:16:21.424Z | Downloaded anstream v0.6.18 |
115 | 2024-11-29T04:16:21.427Z | Downloaded autocfg v1.4.0 |
116 | 2024-11-29T04:16:21.430Z | Downloaded byteorder v1.5.0 |
117 | 2024-11-29T04:16:21.432Z | Downloaded bytes v1.9.0 |
118 | 2024-11-29T04:16:21.435Z | Downloaded cargo-platform v0.1.9 |
119 | 2024-11-29T04:16:21.438Z | Downloaded atomicwrites v0.4.4 |
120 | 2024-11-29T04:16:21.440Z | Downloaded adler2 v2.0.0 |
121 | 2024-11-29T04:16:21.440Z | Downloaded adler v1.0.2 |
122 | 2024-11-29T04:16:21.443Z | Downloaded base64ct v1.6.0 |
123 | 2024-11-29T04:16:21.446Z | Downloaded backtrace v0.3.71 |
124 | 2024-11-29T04:16:21.451Z | Downloaded clap_lex v0.7.3 |
125 | 2024-11-29T04:16:21.454Z | Downloaded cargo_metadata v0.18.1 |
126 | 2024-11-29T04:16:21.457Z | Downloaded crc32fast v1.4.2 |
127 | 2024-11-29T04:16:21.457Z | Downloaded bitflags v2.6.0 |
128 | 2024-11-29T04:16:21.460Z | Downloaded camino-tempfile v1.1.1 |
129 | 2024-11-29T04:16:21.463Z | Downloaded async-scoped v0.9.0 |
130 | 2024-11-29T04:16:21.466Z | Downloaded smallvec v1.13.2 |
131 | 2024-11-29T04:16:21.473Z | Downloaded slab v0.4.9 |
132 | 2024-11-29T04:16:21.476Z | Downloaded cfg-if v1.0.0 |
133 | 2024-11-29T04:16:21.478Z | Downloaded swrite v0.1.0 |
134 | 2024-11-29T04:16:21.478Z | Downloaded base64 v0.22.1 |
135 | 2024-11-29T04:16:21.482Z | Downloaded signal-hook-registry v1.4.2 |
136 | 2024-11-29T04:16:21.484Z | Downloaded camino v1.1.9 |
137 | 2024-11-29T04:16:21.487Z | Downloaded equivalent v1.0.1 |
138 | 2024-11-29T04:16:21.489Z | Downloaded cfg_aliases v0.2.1 |
139 | 2024-11-29T04:16:21.492Z | Downloaded supports-hyperlinks v3.1.0 |
140 | 2024-11-29T04:16:21.495Z | Downloaded static_assertions v1.1.0 |
141 | 2024-11-29T04:16:21.495Z | Downloaded icu_collections v1.5.0 |
142 | 2024-11-29T04:16:21.501Z | Downloaded target-spec-miette v0.4.0 |
143 | 2024-11-29T04:16:21.505Z | Downloaded sync_wrapper v1.0.2 |
144 | 2024-11-29T04:16:21.506Z | Downloaded thiserror v1.0.69 |
145 | 2024-11-29T04:16:21.509Z | Downloaded supports-color v3.0.2 |
146 | 2024-11-29T04:16:21.512Z | Downloaded block-buffer v0.10.4 |
147 | 2024-11-29T04:16:21.512Z | Downloaded anstyle v1.0.10 |
148 | 2024-11-29T04:16:21.515Z | Downloaded try-lock v0.2.5 |
149 | 2024-11-29T04:16:21.515Z | Downloaded foreign-types-shared v0.1.1 |
150 | 2024-11-29T04:16:21.519Z | Downloaded foreign-types v0.3.2 |
151 | 2024-11-29T04:16:21.519Z | Downloaded supports-unicode v3.0.0 |
152 | 2024-11-29T04:16:21.519Z | Downloaded spin v0.9.8 |
153 | 2024-11-29T04:16:21.522Z | Downloaded strsim v0.11.1 |
154 | 2024-11-29T04:16:21.525Z | Downloaded smol_str v0.3.2 |
155 | 2024-11-29T04:16:21.525Z | Downloaded utf8_iter v1.0.4 |
156 | 2024-11-29T04:16:21.528Z | Downloaded http-body v1.0.1 |
157 | 2024-11-29T04:16:21.528Z | Downloaded anstyle-query v1.1.2 |
158 | 2024-11-29T04:16:21.530Z | Downloaded tempfile v3.14.0 |
159 | 2024-11-29T04:16:21.533Z | Downloaded futures-macro v0.3.31 |
160 | 2024-11-29T04:16:21.533Z | Downloaded errno v0.3.10 |
161 | 2024-11-29T04:16:21.537Z | Downloaded tower-service v0.3.3 |
162 | 2024-11-29T04:16:21.537Z | Downloaded fastrand v2.2.0 |
163 | 2024-11-29T04:16:21.537Z | Downloaded stable_deref_trait v1.2.0 |
164 | 2024-11-29T04:16:21.540Z | Downloaded toml_datetime v0.6.8 |
165 | 2024-11-29T04:16:21.540Z | Downloaded ed25519 v2.2.3 |
166 | 2024-11-29T04:16:21.543Z | Downloaded futures-task v0.3.31 |
167 | 2024-11-29T04:16:21.543Z | Downloaded futures-sink v0.3.31 |
168 | 2024-11-29T04:16:21.546Z | Downloaded thiserror-impl v1.0.69 |
169 | 2024-11-29T04:16:21.546Z | Downloaded tinyvec_macros v0.1.1 |
170 | 2024-11-29T04:16:21.546Z | Downloaded crypto-common v0.1.6 |
171 | 2024-11-29T04:16:21.549Z | Downloaded either v1.13.0 |
172 | 2024-11-29T04:16:21.552Z | Downloaded urlencoding v2.1.3 |
173 | 2024-11-29T04:16:21.552Z | Downloaded clap_derive v4.5.18 |
174 | 2024-11-29T04:16:21.554Z | Downloaded colorchoice v1.0.3 |
175 | 2024-11-29T04:16:21.557Z | Downloaded tracing-error v0.2.0 |
176 | 2024-11-29T04:16:21.557Z | Downloaded tokio-rustls v0.26.0 |
177 | 2024-11-29T04:16:21.560Z | Downloaded heck v0.5.0 |
178 | 2024-11-29T04:16:21.563Z | Downloaded futures-executor v0.3.31 |
179 | 2024-11-29T04:16:21.563Z | Downloaded generic-array v0.14.7 |
180 | 2024-11-29T04:16:21.563Z | Downloaded future-queue v0.3.0 |
181 | 2024-11-29T04:16:21.566Z | Downloaded nextest-workspace-hack v0.1.0 |
182 | 2024-11-29T04:16:21.568Z | Downloaded zerofrom v0.1.5 |
183 | 2024-11-29T04:16:21.568Z | Downloaded want v0.3.1 |
184 | 2024-11-29T04:16:21.571Z | Downloaded vte_generate_state_changes v0.1.2 |
185 | 2024-11-29T04:16:21.571Z | Downloaded form_urlencoded v1.2.1 |
186 | 2024-11-29T04:16:21.571Z | Downloaded fnv v1.0.7 |
187 | 2024-11-29T04:16:21.578Z | Downloaded display-error-chain v0.2.2 |
188 | 2024-11-29T04:16:21.578Z | Downloaded digest v0.10.7 |
189 | 2024-11-29T04:16:21.578Z | Downloaded thread_local v1.1.8 |
190 | 2024-11-29T04:16:21.578Z | Downloaded shell-words v1.1.0 |
191 | 2024-11-29T04:16:21.582Z | Downloaded subtle v2.6.1 |
192 | 2024-11-29T04:16:21.582Z | Downloaded http-body-util v0.1.2 |
193 | 2024-11-29T04:16:21.582Z | Downloaded home v0.5.9 |
194 | 2024-11-29T04:16:21.587Z | Downloaded spki v0.7.3 |
195 | 2024-11-29T04:16:21.587Z | Downloaded tracing-log v0.2.0 |
196 | 2024-11-29T04:16:21.590Z | Downloaded signature v2.2.0 |
197 | 2024-11-29T04:16:21.590Z | Downloaded target-lexicon v0.12.16 |
198 | 2024-11-29T04:16:21.593Z | Downloaded utf8parse v0.2.2 |
199 | 2024-11-29T04:16:21.593Z | Downloaded unicode-linebreak v0.1.5 |
200 | 2024-11-29T04:16:21.593Z | Downloaded curve25519-dalek-derive v0.1.1 |
201 | 2024-11-29T04:16:21.597Z | Downloaded clap v4.5.21 |
202 | 2024-11-29T04:16:21.603Z | Downloaded write16 v1.0.0 |
203 | 2024-11-29T04:16:21.606Z | Downloaded untrusted v0.9.0 |
204 | 2024-11-29T04:16:21.609Z | Downloaded mukti-metadata v0.3.0 |
205 | 2024-11-29T04:16:21.609Z | Downloaded icu_provider_macros v1.5.0 |
206 | 2024-11-29T04:16:21.609Z | Downloaded textwrap v0.16.1 |
207 | 2024-11-29T04:16:21.613Z | Downloaded humantime-serde v1.1.1 |
208 | 2024-11-29T04:16:21.616Z | Downloaded humantime v2.1.0 |
209 | 2024-11-29T04:16:21.616Z | Downloaded duct v0.13.7 |
210 | 2024-11-29T04:16:21.616Z | Downloaded utf16_iter v1.0.5 |
211 | 2024-11-29T04:16:21.619Z | Downloaded mime v0.3.17 |
212 | 2024-11-29T04:16:21.619Z | Downloaded miette-derive v7.4.0 |
213 | 2024-11-29T04:16:21.622Z | Downloaded yoke-derive v0.7.5 |
214 | 2024-11-29T04:16:21.622Z | Downloaded version_check v0.9.5 |
215 | 2024-11-29T04:16:21.625Z | Downloaded sharded-slab v0.1.7 |
216 | 2024-11-29T04:16:21.628Z | Downloaded percent-encoding v2.3.1 |
217 | 2024-11-29T04:16:21.628Z | Downloaded ppv-lite86 v0.2.20 |
218 | 2024-11-29T04:16:21.633Z | Downloaded xxhash-rust v0.8.12 |
219 | 2024-11-29T04:16:21.633Z | Downloaded lazy_static v1.5.0 |
220 | 2024-11-29T04:16:21.636Z | Downloaded rustc_version v0.4.1 |
221 | 2024-11-29T04:16:21.636Z | Downloaded zerovec-derive v0.10.3 |
222 | 2024-11-29T04:16:21.639Z | Downloaded openssl-probe v0.1.5 |
223 | 2024-11-29T04:16:21.639Z | Downloaded futures-channel v0.3.31 |
224 | 2024-11-29T04:16:21.642Z | Downloaded zeroize v1.8.1 |
225 | 2024-11-29T04:16:21.642Z | Downloaded openssl-macros v0.1.1 |
226 | 2024-11-29T04:16:21.645Z | Downloaded number_prefix v0.4.0 |
227 | 2024-11-29T04:16:21.645Z | Downloaded globset v0.4.15 |
228 | 2024-11-29T04:16:21.652Z | Downloaded eyre v0.6.12 |
229 | 2024-11-29T04:16:21.652Z | Downloaded zipsign-api v0.1.2 |
230 | 2024-11-29T04:16:21.652Z | Downloaded iana-time-zone v0.1.61 |
231 | 2024-11-29T04:16:21.660Z | Downloaded typenum v1.17.0 |
232 | 2024-11-29T04:16:21.660Z | Downloaded pathdiff v0.2.3 |
233 | 2024-11-29T04:16:21.660Z | Downloaded thiserror-impl v2.0.3 |
234 | 2024-11-29T04:16:21.660Z | Downloaded indenter v0.3.3 |
235 | 2024-11-29T04:16:21.660Z | Downloaded quick-junit v0.5.1 |
236 | 2024-11-29T04:16:21.663Z | Downloaded writeable v0.5.5 |
237 | 2024-11-29T04:16:21.666Z | Downloaded hyper-rustls v0.27.3 |
238 | 2024-11-29T04:16:21.666Z | Downloaded httparse v1.9.5 |
239 | 2024-11-29T04:16:21.669Z | Downloaded zstd-safe v7.2.1 |
240 | 2024-11-29T04:16:21.671Z | Downloaded is_ci v1.2.0 |
241 | 2024-11-29T04:16:21.673Z | Downloaded cfg-expr v0.17.1 |
242 | 2024-11-29T04:16:21.676Z | Downloaded filetime v0.2.25 |
243 | 2024-11-29T04:16:21.676Z | Downloaded hyper-tls v0.6.0 |
244 | 2024-11-29T04:16:21.679Z | Downloaded nextest-metadata v0.12.1 |
245 | 2024-11-29T04:16:21.679Z | Downloaded borsh v1.5.3 |
246 | 2024-11-29T04:16:21.685Z | Downloaded nested v0.1.1 |
247 | 2024-11-29T04:16:21.687Z | Downloaded zerofrom-derive v0.1.5 |
248 | 2024-11-29T04:16:21.687Z | Downloaded yoke v0.7.5 |
249 | 2024-11-29T04:16:21.691Z | Downloaded quinn-udp v0.5.7 |
250 | 2024-11-29T04:16:21.695Z | Downloaded xattr v1.3.1 |
251 | 2024-11-29T04:16:21.695Z | Downloaded icu_locid_transform v1.5.0 |
252 | 2024-11-29T04:16:21.697Z | Downloaded futures v0.3.31 |
253 | 2024-11-29T04:16:21.700Z | Downloaded serde_urlencoded v0.7.1 |
254 | 2024-11-29T04:16:21.703Z | Downloaded serde_spanned v0.6.8 |
255 | 2024-11-29T04:16:21.706Z | Downloaded os_pipe v1.2.1 |
256 | 2024-11-29T04:16:21.706Z | Downloaded serde_path_to_error v0.1.16 |
257 | 2024-11-29T04:16:21.706Z | Downloaded dialoguer v0.11.0 |
258 | 2024-11-29T04:16:21.709Z | Downloaded rand_chacha v0.3.1 |
259 | 2024-11-29T04:16:21.712Z | Downloaded tar v0.4.43 |
260 | 2024-11-29T04:16:21.716Z | Downloaded tinyvec v1.8.0 |
261 | 2024-11-29T04:16:21.719Z | Downloaded owo-colors v4.1.0 |
262 | 2024-11-29T04:16:21.719Z | Downloaded tracing-attributes v0.1.28 |
263 | 2024-11-29T04:16:21.722Z | Downloaded toml v0.8.19 |
264 | 2024-11-29T04:16:21.725Z | Downloaded pin-utils v0.1.0 |
265 | 2024-11-29T04:16:21.725Z | Downloaded icu_locid_transform_data v1.5.0 |
266 | 2024-11-29T04:16:21.729Z | Downloaded pkg-config v0.3.31 |
267 | 2024-11-29T04:16:21.730Z | Downloaded idna_adapter v1.2.0 |
268 | 2024-11-29T04:16:21.730Z | Downloaded base64 v0.21.7 |
269 | 2024-11-29T04:16:21.732Z | Downloaded fixedbitset v0.4.2 |
270 | 2024-11-29T04:16:21.735Z | Downloaded ipnet v2.10.1 |
271 | 2024-11-29T04:16:21.739Z | Downloaded zstd v0.13.2 |
272 | 2024-11-29T04:16:21.739Z | Downloaded once_cell v1.20.2 |
273 | 2024-11-29T04:16:21.743Z | Downloaded icu_provider v1.5.0 |
274 | 2024-11-29T04:16:21.747Z | Downloaded itoa v1.0.14 |
275 | 2024-11-29T04:16:21.747Z | Downloaded jobserver v0.1.32 |
276 | 2024-11-29T04:16:21.750Z | Downloaded newtype-uuid v1.1.3 |
277 | 2024-11-29T04:16:21.750Z | Downloaded vte v0.11.1 |
278 | 2024-11-29T04:16:21.750Z | Downloaded const-oid v0.9.6 |
279 | 2024-11-29T04:16:21.753Z | Downloaded config v0.14.1 |
280 | 2024-11-29T04:16:21.756Z | Downloaded rustc-hash v2.0.0 |
281 | 2024-11-29T04:16:21.759Z | Downloaded rustls-pemfile v2.2.0 |
282 | 2024-11-29T04:16:21.759Z | Downloaded rustc-demangle v0.1.24 |
283 | 2024-11-29T04:16:21.762Z | Downloaded zerocopy-derive v0.7.35 |
284 | 2024-11-29T04:16:21.765Z | Downloaded hyper-util v0.1.10 |
285 | 2024-11-29T04:16:21.768Z | Downloaded serde_ignored v0.1.10 |
286 | 2024-11-29T04:16:21.771Z | Downloaded futures-io v0.3.31 |
287 | 2024-11-29T04:16:21.771Z | Downloaded is_terminal_polyfill v1.70.1 |
288 | 2024-11-29T04:16:21.774Z | Downloaded unicase v2.8.0 |
289 | 2024-11-29T04:16:21.774Z | Downloaded getrandom v0.2.15 |
290 | 2024-11-29T04:16:21.777Z | Downloaded rand_core v0.6.4 |
291 | 2024-11-29T04:16:21.777Z | Downloaded pkcs8 v0.10.2 |
292 | 2024-11-29T04:16:21.780Z | Downloaded semver v1.0.23 |
293 | 2024-11-29T04:16:21.783Z | Downloaded tracing-core v0.1.33 |
294 | 2024-11-29T04:16:21.786Z | Downloaded litemap v0.7.4 |
295 | 2024-11-29T04:16:21.786Z | Downloaded num-traits v0.2.19 |
296 | 2024-11-29T04:16:21.789Z | Downloaded self-replace v1.5.0 |
297 | 2024-11-29T04:16:21.794Z | Downloaded quote v1.0.37 |
298 | 2024-11-29T04:16:21.794Z | Downloaded pin-project-internal v1.1.7 |
299 | 2024-11-29T04:16:21.797Z | Downloaded icu_normalizer v1.5.0 |
300 | 2024-11-29T04:16:21.801Z | Downloaded uuid v1.11.0 |
301 | 2024-11-29T04:16:21.805Z | Downloaded log v0.4.22 |
302 | 2024-11-29T04:16:21.805Z | Downloaded ed25519-dalek v2.1.1 |
303 | 2024-11-29T04:16:21.808Z | Downloaded owo-colors v3.5.0 |
304 | 2024-11-29T04:16:21.810Z | Downloaded native-tls v0.2.12 |
305 | 2024-11-29T04:16:21.814Z | Downloaded der v0.7.9 |
306 | 2024-11-29T04:16:21.817Z | Downloaded icu_properties v1.5.1 |
307 | 2024-11-29T04:16:21.820Z | Downloaded cc v1.2.1 |
308 | 2024-11-29T04:16:21.823Z | Downloaded ryu v1.0.18 |
309 | 2024-11-29T04:16:21.826Z | Downloaded icu_normalizer_data v1.5.0 |
310 | 2024-11-29T04:16:21.829Z | Downloaded indexmap v2.6.0 |
311 | 2024-11-29T04:16:21.832Z | Downloaded self_update v0.41.0 |
312 | 2024-11-29T04:16:21.837Z | Downloaded serde v1.0.215 |
313 | 2024-11-29T04:16:21.839Z | Downloaded proc-macro2 v1.0.92 |
314 | 2024-11-29T04:16:21.842Z | Downloaded ron v0.8.1 |
315 | 2024-11-29T04:16:21.848Z | Downloaded rustls-pki-types v1.10.0 |
316 | 2024-11-29T04:16:21.851Z | Downloaded openssl-sys v0.9.104 |
317 | 2024-11-29T04:16:21.856Z | Downloaded tracing v0.1.41 |
318 | 2024-11-29T04:16:21.860Z | Downloaded miniz_oxide v0.7.4 |
319 | 2024-11-29T04:16:21.864Z | Downloaded minimal-lexical v0.2.1 |
320 | 2024-11-29T04:16:21.867Z | Downloaded toml_edit v0.22.22 |
321 | 2024-11-29T04:16:21.889Z | Downloaded serde_derive v1.0.215 |
322 | 2024-11-29T04:16:21.892Z | Downloaded indicatif v0.17.9 |
323 | 2024-11-29T04:16:21.895Z | Downloaded rand v0.8.5 |
324 | 2024-11-29T04:16:21.899Z | Downloaded pin-project v1.1.7 |
325 | 2024-11-29T04:16:21.910Z | Downloaded miniz_oxide v0.8.0 |
326 | 2024-11-29T04:16:21.912Z | Downloaded quinn v0.11.6 |
327 | 2024-11-29T04:16:21.916Z | Downloaded futures-util v0.3.31 |
328 | 2024-11-29T04:16:21.928Z | Downloaded memchr v2.7.4 |
329 | 2024-11-29T04:16:21.934Z | Downloaded guppy v0.17.8 |
330 | 2024-11-29T04:16:21.939Z | Downloaded clap_builder v4.5.21 |
331 | 2024-11-29T04:16:21.945Z | Downloaded nom v7.1.3 |
332 | 2024-11-29T04:16:21.951Z | Downloaded hyper v1.5.1 |
333 | 2024-11-29T04:16:21.957Z | Downloaded mio v1.0.2 |
334 | 2024-11-29T04:16:21.962Z | Downloaded unicode-normalization v0.1.24 |
335 | 2024-11-29T04:16:21.966Z | Downloaded color-spantrace v0.2.1 |
336 | 2024-11-29T04:16:21.968Z | Downloaded zerovec v0.10.4 |
337 | 2024-11-29T04:16:21.975Z | Downloaded hashbrown v0.15.2 |
338 | 2024-11-29T04:16:21.981Z | Downloaded http v1.1.0 |
339 | 2024-11-29T04:16:21.984Z | Downloaded zerocopy v0.7.35 |
340 | 2024-11-29T04:16:22.000Z | Downloaded itertools v0.13.0 |
341 | 2024-11-29T04:16:22.008Z | Downloaded serde_json v1.0.133 |
342 | 2024-11-29T04:16:22.014Z | Downloaded idna v1.0.3 |
343 | 2024-11-29T04:16:22.018Z | Downloaded miette v7.4.0 |
344 | 2024-11-29T04:16:22.023Z | Downloaded winnow v0.6.20 |
345 | 2024-11-29T04:16:22.031Z | Downloaded quick-xml v0.23.1 |
346 | 2024-11-29T04:16:22.038Z | Downloaded quick-xml v0.37.1 |
347 | 2024-11-29T04:16:22.044Z | Downloaded rustls-webpki v0.102.8 |
348 | 2024-11-29T04:16:22.062Z | Downloaded reqwest v0.12.9 |
349 | 2024-11-29T04:16:22.070Z | Downloaded tracing-subscriber v0.3.18 |
350 | 2024-11-29T04:16:22.079Z | Downloaded chrono v0.4.38 |
351 | 2024-11-29T04:16:22.085Z | Downloaded vcpkg v0.2.15 |
352 | 2024-11-29T04:16:22.122Z | Downloaded quinn-proto v0.11.9 |
353 | 2024-11-29T04:16:22.128Z | Downloaded regex v1.11.1 |
354 | 2024-11-29T04:16:22.140Z | Downloaded openssl v0.10.68 |
355 | 2024-11-29T04:16:22.150Z | Downloaded syn v2.0.89 |
356 | 2024-11-29T04:16:22.162Z | Downloaded nextest-runner v0.68.0 |
357 | 2024-11-29T04:16:22.170Z | Downloaded object v0.32.2 |
358 | 2024-11-29T04:16:22.180Z | Downloaded icu_properties_data v1.5.0 |
359 | 2024-11-29T04:16:22.190Z | Downloaded rustls v0.23.19 |
360 | 2024-11-29T04:16:22.201Z | Downloaded nix v0.29.0 |
361 | 2024-11-29T04:16:22.213Z | Downloaded regex-syntax v0.8.5 |
362 | 2024-11-29T04:16:22.221Z | Downloaded rustix v0.38.41 |
363 | 2024-11-29T04:16:22.243Z | Downloaded unicode-width v0.2.0 |
364 | 2024-11-29T04:16:22.248Z | Downloaded unicode-width v0.1.14 |
365 | 2024-11-29T04:16:22.254Z | Downloaded gimli v0.28.1 |
366 | 2024-11-29T04:16:22.261Z | Downloaded curve25519-dalek v4.1.3 |
367 | 2024-11-29T04:16:22.269Z | Downloaded webpki-roots v0.26.7 |
368 | 2024-11-29T04:16:22.273Z | Downloaded portable-atomic v1.10.0 |
369 | 2024-11-29T04:16:22.280Z | Downloaded bstr v1.11.0 |
370 | 2024-11-29T04:16:22.289Z | Downloaded flate2 v1.0.35 |
371 | 2024-11-29T04:16:22.294Z | Downloaded url v2.5.4 |
372 | 2024-11-29T04:16:22.297Z | Downloaded sha2 v0.10.8 |
373 | 2024-11-29T04:16:22.300Z | Downloaded unicode-ident v1.0.14 |
374 | 2024-11-29T04:16:22.303Z | Downloaded icu_locid v1.5.0 |
375 | 2024-11-29T04:16:22.306Z | Downloaded pin-project-lite v0.2.15 |
376 | 2024-11-29T04:16:22.311Z | Downloaded nextest-filtering v0.12.0 |
377 | 2024-11-29T04:16:22.314Z | Downloaded displaydoc v0.2.5 |
378 | 2024-11-29T04:16:22.316Z | Downloaded regex-automata v0.4.9 |
379 | 2024-11-29T04:16:22.332Z | Downloaded color-eyre v0.6.3 |
380 | 2024-11-29T04:16:22.339Z | Downloaded debug-ignore v1.0.5 |
381 | 2024-11-29T04:16:22.344Z | Downloaded petgraph v0.6.5 |
382 | 2024-11-29T04:16:22.356Z | Downloaded tokio-native-tls v0.3.1 |
383 | 2024-11-29T04:16:22.359Z | Downloaded zstd-sys v2.0.13+zstd.1.5.6 |
384 | 2024-11-29T04:16:22.375Z | Downloaded synstructure v0.13.1 |
385 | 2024-11-29T04:16:22.378Z | Downloaded libc v0.2.166 |
386 | 2024-11-29T04:16:22.398Z | Downloaded socket2 v0.5.8 |
387 | 2024-11-29T04:16:22.401Z | Downloaded tokio v1.41.1 |
388 | 2024-11-29T04:16:22.435Z | Downloaded hex v0.4.3 |
389 | 2024-11-29T04:16:22.438Z | Downloaded futures-core v0.3.31 |
390 | 2024-11-29T04:16:22.438Z | Downloaded terminal_size v0.4.0 |
391 | 2024-11-29T04:16:22.440Z | Downloaded target-spec v3.2.2 |
392 | 2024-11-29T04:16:22.440Z | Downloaded console v0.15.8 |
393 | 2024-11-29T04:16:22.443Z | Downloaded tokio-macros v2.4.0 |
394 | 2024-11-29T04:16:22.443Z | Downloaded tinystr v0.7.6 |
395 | 2024-11-29T04:16:22.446Z | Downloaded thiserror v2.0.3 |
396 | 2024-11-29T04:16:22.450Z | Downloaded strip-ansi-escapes v0.2.0 |
397 | 2024-11-29T04:16:22.453Z | Downloaded backtrace-ext v0.2.1 |
398 | 2024-11-29T04:16:22.453Z | Downloaded anstyle-parse v0.2.6 |
399 | 2024-11-29T04:16:22.456Z | Downloaded shlex v1.3.0 |
400 | 2024-11-29T04:16:22.456Z | Downloaded cpufeatures v0.2.16 |
401 | 2024-11-29T04:16:22.456Z | Downloaded guppy-workspace-hack v0.1.0 |
402 | 2024-11-29T04:16:22.459Z | Downloaded shared_child v1.0.1 |
403 | 2024-11-29T04:16:22.459Z | Downloaded enable-ansi-support v0.2.1 |
404 | 2024-11-29T04:16:22.512Z | Downloaded recursion v0.5.2 |
405 | 2024-11-29T04:16:22.704Z | Downloaded ring v0.17.8 |
406 | 2024-11-29T04:16:22.800Z | Compiling proc-macro2 v1.0.92 |
407 | 2024-11-29T04:16:22.803Z | Compiling unicode-ident v1.0.14 |
408 | 2024-11-29T04:16:22.803Z | Compiling libc v0.2.166 |
409 | 2024-11-29T04:16:22.803Z | Compiling cfg-if v1.0.0 |
410 | 2024-11-29T04:16:22.803Z | Compiling memchr v2.7.4 |
411 | 2024-11-29T04:16:22.876Z | Compiling serde v1.0.215 |
412 | 2024-11-29T04:16:22.878Z | Compiling shlex v1.3.0 |
413 | 2024-11-29T04:16:23.000Z | Compiling once_cell v1.20.2 |
414 | 2024-11-29T04:16:23.045Z | Compiling autocfg v1.4.0 |
415 | 2024-11-29T04:16:23.240Z | Compiling itoa v1.0.14 |
416 | 2024-11-29T04:16:23.418Z | Compiling pin-project-lite v0.2.15 |
417 | 2024-11-29T04:16:23.470Z | Compiling bitflags v2.6.0 |
418 | 2024-11-29T04:16:23.499Z | Compiling rustix v0.38.41 |
419 | 2024-11-29T04:16:23.530Z | Compiling smallvec v1.13.2 |
420 | 2024-11-29T04:16:23.754Z | Compiling stable_deref_trait v1.2.0 |
421 | 2024-11-29T04:16:23.849Z | Compiling slab v0.4.9 |
422 | 2024-11-29T04:16:23.895Z | Compiling futures-core v0.3.31 |
423 | 2024-11-29T04:16:23.946Z | Compiling version_check v0.9.5 |
424 | 2024-11-29T04:16:24.135Z | Compiling futures-sink v0.3.31 |
425 | 2024-11-29T04:16:24.204Z | Compiling jobserver v0.1.32 |
426 | 2024-11-29T04:16:24.237Z | Compiling futures-task v0.3.31 |
427 | 2024-11-29T04:16:24.265Z | Compiling futures-channel v0.3.31 |
428 | 2024-11-29T04:16:24.484Z | Compiling quote v1.0.37 |
429 | 2024-11-29T04:16:24.504Z | Compiling futures-io v0.3.31 |
430 | 2024-11-29T04:16:24.641Z | Compiling cc v1.2.1 |
431 | 2024-11-29T04:16:24.689Z | Compiling getrandom v0.2.15 |
432 | 2024-11-29T04:16:24.821Z | Compiling syn v2.0.89 |
433 | 2024-11-29T04:16:24.877Z | Compiling errno v0.3.10 |
434 | 2024-11-29T04:16:25.009Z | Compiling pin-utils v0.1.0 |
435 | 2024-11-29T04:16:25.024Z | Compiling serde_json v1.0.133 |
436 | 2024-11-29T04:16:25.160Z | Compiling bytes v1.9.0 |
437 | 2024-11-29T04:16:25.174Z | Compiling ryu v1.0.18 |
438 | 2024-11-29T04:16:25.277Z | Compiling tracing-core v0.1.33 |
439 | 2024-11-29T04:16:25.486Z | Compiling litemap v0.7.4 |
440 | 2024-11-29T04:16:25.551Z | Compiling writeable v0.5.5 |
441 | 2024-11-29T04:16:25.799Z | Compiling log v0.4.22 |
442 | 2024-11-29T04:16:25.931Z | Compiling thiserror v1.0.69 |
443 | 2024-11-29T04:16:26.307Z | Compiling lazy_static v1.5.0 |
444 | 2024-11-29T04:16:26.461Z | Compiling fnv v1.0.7 |
445 | 2024-11-29T04:16:26.475Z | Compiling camino v1.1.9 |
446 | 2024-11-29T04:16:26.655Z | Compiling mio v1.0.2 |
447 | 2024-11-29T04:16:26.967Z | Compiling socket2 v0.5.8 |
448 | 2024-11-29T04:16:27.074Z | Compiling signal-hook-registry v1.4.2 |
449 | 2024-11-29T04:16:27.364Z | Compiling hashbrown v0.15.2 |
450 | 2024-11-29T04:16:27.736Z | Compiling icu_locid_transform_data v1.5.0 |
451 | 2024-11-29T04:16:27.875Z | Compiling equivalent v1.0.1 |
452 | 2024-11-29T04:16:27.956Z | Compiling unicode-width v0.1.14 |
453 | 2024-11-29T04:16:28.012Z | Compiling ring v0.17.8 |
454 | 2024-11-29T04:16:28.361Z | Compiling target-lexicon v0.12.16 |
455 | 2024-11-29T04:16:28.536Z | Compiling rustls-pki-types v1.10.0 |
456 | 2024-11-29T04:16:28.603Z | Compiling backtrace v0.3.71 |
457 | 2024-11-29T04:16:28.638Z | Compiling http v1.1.0 |
458 | 2024-11-29T04:16:28.718Z | Compiling typenum v1.17.0 |
459 | 2024-11-29T04:16:29.112Z | Compiling adler v1.0.2 |
460 | 2024-11-29T04:16:29.279Z | Compiling spin v0.9.8 |
461 | 2024-11-29T04:16:29.382Z | Compiling untrusted v0.9.0 |
462 | 2024-11-29T04:16:29.450Z | Compiling gimli v0.28.1 |
463 | 2024-11-29T04:16:29.472Z | Compiling semver v1.0.23 |
464 | 2024-11-29T04:16:29.564Z | Compiling httparse v1.9.5 |
465 | 2024-11-29T04:16:29.608Z | Compiling icu_properties_data v1.5.0 |
466 | 2024-11-29T04:16:29.845Z | Compiling utf8parse v0.2.2 |
467 | 2024-11-29T04:16:29.965Z | Compiling guppy-workspace-hack v0.1.0 |
468 | 2024-11-29T04:16:30.002Z | Compiling byteorder v1.5.0 |
469 | 2024-11-29T04:16:30.151Z | Compiling http-body v1.0.1 |
470 | 2024-11-29T04:16:30.357Z | Compiling miniz_oxide v0.7.4 |
471 | 2024-11-29T04:16:30.388Z | Compiling generic-array v0.14.7 |
472 | 2024-11-29T04:16:30.407Z | Compiling object v0.32.2 |
473 | 2024-11-29T04:16:30.749Z | Compiling try-lock v0.2.5 |
474 | 2024-11-29T04:16:30.908Z | Compiling pkg-config v0.3.31 |
475 | 2024-11-29T04:16:31.487Z | Compiling zeroize v1.8.1 |
476 | 2024-11-29T04:16:31.641Z | Compiling synstructure v0.13.1 |
477 | 2024-11-29T04:16:31.814Z | Compiling rustls v0.23.19 |
478 | 2024-11-29T04:16:31.964Z | Compiling utf16_iter v1.0.5 |
479 | 2024-11-29T04:16:32.172Z | Compiling icu_normalizer_data v1.5.0 |
480 | 2024-11-29T04:16:32.187Z | Compiling fastrand v2.2.0 |
481 | 2024-11-29T04:16:32.275Z | Compiling rustc-demangle v0.1.24 |
482 | 2024-11-29T04:16:32.783Z | Compiling utf8_iter v1.0.4 |
483 | 2024-11-29T04:16:32.867Z | Compiling target-spec v3.2.2 |
484 | 2024-11-29T04:16:33.023Z | Compiling write16 v1.0.0 |
485 | 2024-11-29T04:16:33.040Z | Compiling tempfile v3.14.0 |
486 | 2024-11-29T04:16:33.163Z | Compiling zstd-sys v2.0.13+zstd.1.5.6 |
487 | 2024-11-29T04:16:33.373Z | Compiling want v0.3.1 |
488 | 2024-11-29T04:16:33.656Z | Compiling addr2line v0.21.0 |
489 | 2024-11-29T04:16:33.963Z | Compiling cfg-expr v0.17.1 |
490 | 2024-11-29T04:16:34.710Z | Compiling terminal_size v0.4.0 |
491 | 2024-11-29T04:16:34.936Z | Compiling aho-corasick v1.1.3 |
492 | 2024-11-29T04:16:35.446Z | Compiling owo-colors v4.1.0 |
493 | 2024-11-29T04:16:35.578Z | Compiling regex-syntax v0.8.5 |
494 | 2024-11-29T04:16:35.757Z | Compiling percent-encoding v2.3.1 |
495 | 2024-11-29T04:16:35.808Z | Compiling subtle v2.6.1 |
496 | 2024-11-29T04:16:35.948Z | Compiling serde_derive v1.0.215 |
497 | 2024-11-29T04:16:35.972Z | Compiling zerofrom-derive v0.1.5 |
498 | 2024-11-29T04:16:36.046Z | Compiling yoke-derive v0.7.5 |
499 | 2024-11-29T04:16:36.219Z | Compiling zerovec-derive v0.10.3 |
500 | 2024-11-29T04:16:37.694Z | Compiling displaydoc v0.2.5 |
501 | 2024-11-29T04:16:38.376Z | Compiling futures-macro v0.3.31 |
502 | 2024-11-29T04:16:38.606Z | Compiling icu_provider_macros v1.5.0 |
503 | 2024-11-29T04:16:39.014Z | Compiling zerofrom v0.1.5 |
504 | 2024-11-29T04:16:39.126Z | Compiling tokio-macros v2.4.0 |
505 | 2024-11-29T04:16:39.228Z | Compiling yoke v0.7.5 |
506 | 2024-11-29T04:16:39.583Z | Compiling zerovec v0.10.4 |
507 | 2024-11-29T04:16:39.662Z | Compiling tracing-attributes v0.1.28 |
508 | 2024-11-29T04:16:40.156Z | Compiling futures-util v0.3.31 |
509 | 2024-11-29T04:16:40.520Z | Compiling thiserror-impl v1.0.69 |
510 | 2024-11-29T04:16:42.083Z | Compiling tinystr v0.7.6 |
511 | 2024-11-29T04:16:42.258Z | Compiling icu_collections v1.5.0 |
512 | 2024-11-29T04:16:42.471Z | Compiling icu_locid v1.5.0 |
513 | 2024-11-29T04:16:42.524Z | Compiling tracing v0.1.41 |
514 | 2024-11-29T04:16:43.191Z | Compiling tokio v1.41.1 |
515 | 2024-11-29T04:16:43.239Z | Compiling zerocopy-derive v0.7.35 |
516 | 2024-11-29T04:16:44.864Z | Compiling icu_provider v1.5.0 |
517 | 2024-11-29T04:16:45.161Z | Compiling zerocopy v0.7.35 |
518 | 2024-11-29T04:16:45.980Z | Compiling icu_locid_transform v1.5.0 |
519 | 2024-11-29T04:16:48.492Z | Compiling indexmap v2.6.0 |
520 | 2024-11-29T04:16:50.074Z | Compiling icu_properties v1.5.1 |
521 | 2024-11-29T04:16:51.135Z | Compiling rustls-webpki v0.102.8 |
522 | 2024-11-29T04:16:53.101Z | Compiling hyper v1.5.1 |
523 | 2024-11-29T04:16:54.004Z | Compiling icu_normalizer v1.5.0 |
524 | 2024-11-29T04:16:55.653Z | Compiling idna_adapter v1.2.0 |
525 | 2024-11-29T04:16:55.864Z | Compiling regex-automata v0.4.9 |
526 | 2024-11-29T04:16:56.127Z | Compiling form_urlencoded v1.2.1 |
527 | 2024-11-29T04:16:58.210Z | Compiling ahash v0.8.11 |
528 | 2024-11-29T04:16:58.594Z | Compiling num-traits v0.2.19 |
529 | 2024-11-29T04:16:58.968Z | Compiling unicode-linebreak v0.1.5 |
530 | 2024-11-29T04:16:59.349Z | Compiling unicode-width v0.2.0 |
531 | 2024-11-29T04:16:59.473Z | Compiling nextest-workspace-hack v0.1.0 |
532 | 2024-11-29T04:16:59.819Z | Compiling is_ci v1.2.0 |
533 | 2024-11-29T04:16:59.910Z | Compiling either v1.13.0 |
534 | 2024-11-29T04:17:00.097Z | Compiling winnow v0.6.20 |
535 | 2024-11-29T04:17:00.326Z | Compiling portable-atomic v1.10.0 |
536 | 2024-11-29T04:17:00.871Z | Compiling tower-service v0.3.3 |
537 | 2024-11-29T04:17:01.003Z | Compiling hyper-util v0.1.10 |
538 | 2024-11-29T04:17:01.192Z | Compiling supports-color v3.0.2 |
539 | 2024-11-29T04:17:01.291Z | Compiling textwrap v0.16.1 |
540 | 2024-11-29T04:17:01.813Z | Compiling tokio-rustls v0.26.0 |
541 | 2024-11-29T04:17:03.856Z | Compiling idna v1.0.3 |
542 | 2024-11-29T04:17:04.236Z | Compiling pathdiff v0.2.3 |
543 | 2024-11-29T04:17:04.415Z | Compiling toml_datetime v0.6.8 |
544 | 2024-11-29T04:17:04.646Z | Compiling serde_spanned v0.6.8 |
545 | 2024-11-29T04:17:04.890Z | Compiling cargo-platform v0.1.9 |
546 | 2024-11-29T04:17:05.072Z | Compiling backtrace-ext v0.2.1 |
547 | 2024-11-29T04:17:05.585Z | Compiling miette-derive v7.4.0 |
548 | 2024-11-29T04:17:05.991Z | Compiling webpki-roots v0.26.7 |
549 | 2024-11-29T04:17:06.184Z | Compiling console v0.15.8 |
550 | 2024-11-29T04:17:06.209Z | Compiling sharded-slab v0.1.7 |
551 | 2024-11-29T04:17:07.660Z | Compiling tracing-log v0.2.0 |
552 | 2024-11-29T04:17:08.176Z | Compiling vte_generate_state_changes v0.1.2 |
553 | 2024-11-29T04:17:08.329Z | Compiling thread_local v1.1.8 |
554 | 2024-11-29T04:17:08.824Z | Compiling adler2 v2.0.0 |
555 | 2024-11-29T04:17:09.062Z | Compiling supports-hyperlinks v3.1.0 |
556 | 2024-11-29T04:17:09.085Z | Compiling thiserror v2.0.3 |
557 | 2024-11-29T04:17:09.381Z | Compiling supports-unicode v3.0.0 |
558 | 2024-11-29T04:17:09.409Z | Compiling newtype-uuid v1.1.3 |
559 | 2024-11-29T04:17:09.562Z | Compiling fixedbitset v0.4.2 |
560 | 2024-11-29T04:17:09.641Z | Compiling zstd-safe v7.2.1 |
561 | 2024-11-29T04:17:09.667Z | Compiling cfg_aliases v0.2.1 |
562 | 2024-11-29T04:17:09.782Z | Compiling nix v0.29.0 |
563 | 2024-11-29T04:17:10.048Z | Compiling petgraph v0.6.5 |
564 | 2024-11-29T04:17:10.221Z | Compiling miette v7.4.0 |
565 | 2024-11-29T04:17:10.309Z | Compiling miniz_oxide v0.8.0 |
566 | 2024-11-29T04:17:10.544Z | Compiling vte v0.11.1 |
567 | 2024-11-29T04:17:10.749Z | Compiling tracing-subscriber v0.3.18 |
568 | 2024-11-29T04:17:11.958Z | Compiling hyper-rustls v0.27.3 |
569 | 2024-11-29T04:17:12.697Z | Compiling cargo_metadata v0.18.1 |
570 | 2024-11-29T04:17:13.421Z | Compiling toml_edit v0.22.22 |
571 | 2024-11-29T04:17:13.659Z | Compiling url v2.5.4 |
572 | 2024-11-29T04:17:20.171Z | Compiling itertools v0.13.0 |
573 | 2024-11-29T04:17:20.405Z | Compiling regex v1.11.1 |
574 | 2024-11-29T04:17:20.810Z | Compiling crypto-common v0.1.6 |
575 | 2024-11-29T04:17:21.025Z | Compiling block-buffer v0.10.4 |
576 | 2024-11-29T04:17:21.264Z | Compiling serde_urlencoded v0.7.1 |
577 | 2024-11-29T04:17:21.818Z | Compiling smol_str v0.3.2 |
578 | 2024-11-29T04:17:22.486Z | Compiling ppv-lite86 v0.2.20 |
579 | 2024-11-29T04:17:23.255Z | Compiling http-body-util v0.1.2 |
580 | 2024-11-29T04:17:23.658Z | Compiling futures-executor v0.3.31 |
581 | 2024-11-29T04:17:23.793Z | Compiling thiserror-impl v2.0.3 |
582 | 2024-11-29T04:17:23.809Z | Compiling pin-project-internal v1.1.7 |
583 | 2024-11-29T04:17:24.236Z | Compiling anstyle-parse v0.2.6 |
584 | 2024-11-29T04:17:24.378Z | Compiling rustls-pemfile v2.2.0 |
585 | 2024-11-29T04:17:24.612Z | Compiling xattr v1.3.1 |
586 | 2024-11-29T04:17:24.697Z | Compiling rand_core v0.6.4 |
587 | 2024-11-29T04:17:24.829Z | Compiling uuid v1.11.0 |
588 | 2024-11-29T04:17:24.909Z | Compiling filetime v0.2.25 |
589 | 2024-11-29T04:17:25.150Z | Compiling sync_wrapper v1.0.2 |
590 | 2024-11-29T04:17:25.256Z | Compiling bstr v1.11.0 |
591 | 2024-11-29T04:17:25.301Z | Compiling crc32fast v1.4.2 |
592 | 2024-11-29T04:17:25.792Z | Compiling number_prefix v0.4.0 |
593 | 2024-11-29T04:17:25.953Z | Compiling nested v0.1.1 |
594 | 2024-11-29T04:17:26.021Z | Compiling base64 v0.22.1 |
595 | 2024-11-29T04:17:26.285Z | Compiling mime v0.3.17 |
596 | 2024-11-29T04:17:26.374Z | Compiling indenter v0.3.3 |
597 | 2024-11-29T04:17:26.540Z | Compiling self_update v0.41.0 |
598 | 2024-11-29T04:17:26.634Z | Compiling eyre v0.6.12 |
599 | 2024-11-29T04:17:26.637Z | Compiling anstyle v1.0.10 |
600 | 2024-11-29T04:17:26.928Z | Compiling minimal-lexical v0.2.1 |
601 | 2024-11-29T04:17:27.036Z | Compiling tinyvec_macros v0.1.1 |
602 | 2024-11-29T04:17:27.124Z | Compiling ipnet v2.10.1 |
603 | 2024-11-29T04:17:27.137Z | Compiling iana-time-zone v0.1.61 |
604 | 2024-11-29T04:17:27.166Z | Compiling debug-ignore v1.0.5 |
605 | 2024-11-29T04:17:27.312Z | Compiling static_assertions v1.1.0 |
606 | 2024-11-29T04:17:27.315Z | Compiling is_terminal_polyfill v1.70.1 |
607 | 2024-11-29T04:17:27.430Z | Compiling colorchoice v1.0.3 |
608 | 2024-11-29T04:17:27.472Z | Compiling anstyle-query v1.1.2 |
609 | 2024-11-29T04:17:27.518Z | Compiling guppy v0.17.8 |
610 | 2024-11-29T04:17:27.581Z | Compiling anstream v0.6.18 |
611 | 2024-11-29T04:17:27.619Z | Compiling reqwest v0.12.9 |
612 | 2024-11-29T04:17:27.827Z | Compiling nom v7.1.3 |
613 | 2024-11-29T04:17:28.590Z | Compiling chrono v0.4.38 |
614 | 2024-11-29T04:17:30.410Z | Compiling tinyvec v1.8.0 |
615 | 2024-11-29T04:17:31.961Z | Compiling pin-project v1.1.7 |
616 | 2024-11-29T04:17:32.002Z | Compiling globset v0.4.15 |
617 | 2024-11-29T04:17:32.096Z | Compiling indicatif v0.17.9 |
618 | 2024-11-29T04:17:35.886Z | Compiling flate2 v1.0.35 |
619 | 2024-11-29T04:17:36.202Z | Compiling tar v0.4.43 |
620 | 2024-11-29T04:17:36.244Z | Compiling rand_chacha v0.3.1 |
621 | 2024-11-29T04:17:37.157Z | Compiling futures v0.3.31 |
622 | 2024-11-29T04:17:37.271Z | Compiling nextest-metadata v0.12.1 |
623 | 2024-11-29T04:17:37.904Z | Compiling digest v0.10.7 |
624 | 2024-11-29T04:17:38.287Z | Compiling toml v0.8.19 |
625 | 2024-11-29T04:17:39.058Z | Compiling tracing-error v0.2.0 |
626 | 2024-11-29T04:17:39.478Z | Compiling strip-ansi-escapes v0.2.0 |
627 | 2024-11-29T04:17:40.703Z | Compiling self-replace v1.5.0 |
628 | 2024-11-29T04:17:40.907Z | Compiling shared_child v1.0.1 |
629 | 2024-11-29T04:17:41.261Z | Compiling os_pipe v1.2.1 |
630 | 2024-11-29T04:17:41.525Z | Compiling quick-xml v0.23.1 |
631 | 2024-11-29T04:17:41.551Z | Compiling quick-xml v0.37.1 |
632 | 2024-11-29T04:17:42.278Z | Compiling strsim v0.11.1 |
633 | 2024-11-29T04:17:43.866Z | Compiling heck v0.5.0 |
634 | 2024-11-29T04:17:44.121Z | Compiling shell-words v1.1.0 |
635 | 2024-11-29T04:17:44.235Z | Compiling humantime v2.1.0 |
636 | 2024-11-29T04:17:44.592Z | Compiling clap_lex v0.7.3 |
637 | 2024-11-29T04:17:45.014Z | Compiling owo-colors v3.5.0 |
638 | 2024-11-29T04:17:45.051Z | Compiling cpufeatures v0.2.16 |
639 | 2024-11-29T04:17:45.149Z | Compiling unicase v2.8.0 |
640 | 2024-11-29T04:17:45.258Z | Compiling urlencoding v2.1.3 |
641 | 2024-11-29T04:17:45.315Z | Compiling recursion v0.5.2 |
642 | 2024-11-29T04:17:45.507Z | Compiling nextest-filtering v0.12.0 |
643 | 2024-11-29T04:17:45.674Z | Compiling clap_builder v4.5.21 |
644 | 2024-11-29T04:17:47.185Z | Compiling color-spantrace v0.2.1 |
645 | 2024-11-29T04:17:48.144Z | Compiling sha2 v0.10.8 |
646 | 2024-11-29T04:17:50.001Z | Compiling humantime-serde v1.1.1 |
647 | 2024-11-29T04:17:50.227Z | Compiling clap_derive v4.5.18 |
648 | 2024-11-29T04:17:51.305Z | Compiling quick-junit v0.5.1 |
649 | 2024-11-29T04:17:53.854Z | Compiling duct v0.13.7 |
650 | 2024-11-29T04:17:53.885Z | Compiling cargo-nextest v0.9.85 |
651 | 2024-11-29T04:17:54.425Z | Compiling config v0.14.1 |
652 | 2024-11-29T04:17:56.251Z | Compiling async-scoped v0.9.0 |
653 | 2024-11-29T04:17:56.540Z | Compiling rand v0.8.5 |
654 | 2024-11-29T04:17:57.686Z | Compiling unicode-normalization v0.1.24 |
655 | 2024-11-29T04:17:58.344Z | Compiling target-spec-miette v0.4.0 |
656 | 2024-11-29T04:17:59.003Z | Compiling mukti-metadata v0.3.0 |
657 | 2024-11-29T04:17:59.050Z | Compiling camino-tempfile v1.1.1 |
658 | 2024-11-29T04:17:59.313Z | Compiling serde_path_to_error v0.1.16 |
659 | 2024-11-29T04:17:59.839Z | Compiling serde_ignored v0.1.10 |
660 | 2024-11-29T04:17:59.926Z | Compiling future-queue v0.3.0 |
661 | 2024-11-29T04:18:00.171Z | Compiling zstd v0.13.2 |
662 | 2024-11-29T04:18:00.238Z | Compiling atomicwrites v0.4.4 |
663 | 2024-11-29T04:18:00.294Z | Compiling hex v0.4.3 |
664 | 2024-11-29T04:18:00.336Z | Compiling xxhash-rust v0.8.12 |
665 | 2024-11-29T04:18:00.357Z | Compiling home v0.5.9 |
666 | 2024-11-29T04:18:00.620Z | Compiling swrite v0.1.0 |
667 | 2024-11-29T04:18:00.651Z | Compiling display-error-chain v0.2.2 |
668 | 2024-11-29T04:18:00.736Z | Compiling color-eyre v0.6.3 |
669 | 2024-11-29T04:18:00.781Z | Compiling clap v4.5.21 |
670 | 2024-11-29T04:18:00.847Z | Compiling nextest-runner v0.68.0 |
671 | 2024-11-29T04:18:00.865Z | Compiling dialoguer v0.11.0 |
672 | 2024-11-29T04:18:00.883Z | Compiling enable-ansi-support v0.2.1 |
673 | 2024-11-29T04:18:37.036Z | Finished `release` profile [optimized] target(s) in 2m 17s |
674 | 2024-11-29T04:18:37.249Z | Installing /home/build/.cargo/bin/cargo-nextest |
675 | 2024-11-29T04:18:37.252Z | Installed package `cargo-nextest v0.9.85` (executable `cargo-nextest`) |
676 | 2024-11-29T04:18:37.350Z | + banner bfd |
677 | 2024-11-29T04:18:37.352Z | |
678 | 2024-11-29T04:18:37.352Z | ##### ###### ##### |
679 | 2024-11-29T04:18:37.352Z | # # # # # |
680 | 2024-11-29T04:18:37.352Z | ##### ##### # # |
681 | 2024-11-29T04:18:37.352Z | # # # # # |
682 | 2024-11-29T04:18:37.352Z | # # # # # |
683 | 2024-11-29T04:18:37.352Z | ##### # ##### |
684 | 2024-11-29T04:18:37.352Z | |
685 | 2024-11-29T04:18:37.355Z | + cargo nextest run -p bfd --nocapture |
686 | 2024-11-29T04:18:37.592Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
687 | 2024-11-29T04:18:37.822Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
688 | 2024-11-29T04:18:38.029Z | From https://www.github.com/oxidecomputer/oxnet |
689 | 2024-11-29T04:18:38.029Z | * [new branch] ci -> origin/ci |
690 | 2024-11-29T04:18:38.032Z | * [new branch] dependabot/cargo/serde_json-1.0.133 -> origin/dependabot/cargo/serde_json-1.0.133 |
691 | 2024-11-29T04:18:38.032Z | * [new branch] main -> origin/main |
692 | 2024-11-29T04:18:38.032Z | * [new ref] -> origin/HEAD |
693 | 2024-11-29T04:18:38.041Z | Updating crates.io index |
694 | 2024-11-29T04:18:38.108Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
695 | 2024-11-29T04:18:38.882Z | From https://github.com/oxidecomputer/falcon |
696 | 2024-11-29T04:18:38.882Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
697 | 2024-11-29T04:18:38.987Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
698 | 2024-11-29T04:18:40.227Z | From https://github.com/oxidecomputer/dendrite |
699 | 2024-11-29T04:18:40.228Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
700 | 2024-11-29T04:18:40.283Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
701 | 2024-11-29T04:18:40.705Z | From https://github.com/oxidecomputer/ispf |
702 | 2024-11-29T04:18:40.705Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
703 | 2024-11-29T04:18:40.713Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
704 | 2024-11-29T04:18:41.170Z | From https://github.com/oxidecomputer/netadm-sys |
705 | 2024-11-29T04:18:41.170Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
706 | 2024-11-29T04:18:41.181Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
707 | 2024-11-29T04:18:44.658Z | From https://github.com/oxidecomputer/omicron |
708 | 2024-11-29T04:18:44.658Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
709 | 2024-11-29T04:18:44.689Z | * [new tag] dogfood -> dogfood |
710 | 2024-11-29T04:18:44.692Z | * [new tag] v5 -> v5 |
711 | 2024-11-29T04:18:44.692Z | * [new tag] v6 -> v6 |
712 | 2024-11-29T04:18:44.692Z | * [new tag] v7 -> v7 |
713 | 2024-11-29T04:18:44.692Z | * [new tag] v8 -> v8 |
714 | 2024-11-29T04:18:44.692Z | * [new tag] v9 -> v9 |
715 | 2024-11-29T04:18:45.044Z | Updating git repository `https://github.com/oxidecomputer/opte` |
716 | 2024-11-29T04:18:46.084Z | From https://github.com/oxidecomputer/opte |
717 | 2024-11-29T04:18:46.084Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
718 | 2024-11-29T04:18:46.158Z | Updating git repository `https://github.com/illumos/smf-rs` |
719 | 2024-11-29T04:18:46.526Z | From https://github.com/illumos/smf-rs |
720 | 2024-11-29T04:18:46.526Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
721 | 2024-11-29T04:18:46.654Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
722 | 2024-11-29T04:18:47.154Z | From https://github.com/oxidecomputer/maghemite |
723 | 2024-11-29T04:18:47.154Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
724 | 2024-11-29T04:18:47.171Z | * [new tag] rift -> rift |
725 | 2024-11-29T04:18:47.174Z | * [new tag] srp -> srp |
726 | 2024-11-29T04:18:47.174Z | * [new tag] tie-spf -> tie-spf |
727 | 2024-11-29T04:18:47.207Z | Updating git repository `https://github.com/oxidecomputer/zone` |
728 | 2024-11-29T04:18:47.592Z | From https://github.com/oxidecomputer/zone |
729 | 2024-11-29T04:18:47.592Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
730 | 2024-11-29T04:18:47.603Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
731 | 2024-11-29T04:18:48.302Z | From https://github.com/oxidecomputer/propolis |
732 | 2024-11-29T04:18:48.302Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
733 | 2024-11-29T04:18:48.409Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
734 | 2024-11-29T04:18:48.785Z | From https://github.com/oxidecomputer/dlpi-sys |
735 | 2024-11-29T04:18:48.785Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
736 | 2024-11-29T04:18:48.795Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
737 | 2024-11-29T04:18:49.167Z | From https://github.com/jmesmon/rust-libzfs |
738 | 2024-11-29T04:18:49.167Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
739 | 2024-11-29T04:18:49.182Z | * [new tag] v0.4.0 -> v0.4.0 |
740 | 2024-11-29T04:18:49.200Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
741 | 2024-11-29T04:18:49.601Z | From https://github.com/oxidecomputer/rusty-doors |
742 | 2024-11-29T04:18:49.601Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
743 | 2024-11-29T04:18:49.627Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
744 | 2024-11-29T04:18:50.054Z | From https://github.com/oxidecomputer/maghemite |
745 | 2024-11-29T04:18:50.054Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
746 | 2024-11-29T04:18:50.101Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
747 | 2024-11-29T04:18:50.502Z | From https://github.com/oxidecomputer/serde_human_bytes |
748 | 2024-11-29T04:18:50.502Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
749 | 2024-11-29T04:18:50.524Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
750 | 2024-11-29T04:18:50.919Z | From https://github.com/oxidecomputer/slog-error-chain |
751 | 2024-11-29T04:18:50.919Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
752 | 2024-11-29T04:18:50.944Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
753 | 2024-11-29T04:18:51.353Z | From https://github.com/oxidecomputer/poptrie |
754 | 2024-11-29T04:18:51.353Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
755 | 2024-11-29T04:18:51.501Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
756 | 2024-11-29T04:18:51.874Z | From https://github.com/illumos/libscf-sys |
757 | 2024-11-29T04:18:51.874Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
758 | 2024-11-29T04:18:51.882Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
759 | 2024-11-29T04:18:52.748Z | From https://github.com/oxidecomputer/progenitor |
760 | 2024-11-29T04:18:52.748Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
761 | 2024-11-29T04:18:52.769Z | * [new tag] v0.1.1 -> v0.1.1 |
762 | 2024-11-29T04:18:52.772Z | * [new tag] v0.2.0 -> v0.2.0 |
763 | 2024-11-29T04:18:52.772Z | * [new tag] v0.3.0 -> v0.3.0 |
764 | 2024-11-29T04:18:52.772Z | * [new tag] v0.4.0 -> v0.4.0 |
765 | 2024-11-29T04:18:52.772Z | * [new tag] v0.5.0 -> v0.5.0 |
766 | 2024-11-29T04:18:52.772Z | * [new tag] v0.6.0 -> v0.6.0 |
767 | 2024-11-29T04:18:52.772Z | * [new tag] v0.7.0 -> v0.7.0 |
768 | 2024-11-29T04:18:52.916Z | Updating git repository `https://github.com/oxidecomputer/typify` |
769 | 2024-11-29T04:18:53.631Z | From https://github.com/oxidecomputer/typify |
770 | 2024-11-29T04:18:53.632Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
771 | 2024-11-29T04:18:53.634Z | * [new tag] v0.2.0 -> v0.2.0 |
772 | 2024-11-29T04:18:53.651Z | * [new tag] v0.0.10 -> v0.0.10 |
773 | 2024-11-29T04:18:53.654Z | * [new tag] v0.0.11 -> v0.0.11 |
774 | 2024-11-29T04:18:53.654Z | * [new tag] v0.0.12 -> v0.0.12 |
775 | 2024-11-29T04:18:53.654Z | * [new tag] v0.0.13 -> v0.0.13 |
776 | 2024-11-29T04:18:53.654Z | * [new tag] v0.0.14 -> v0.0.14 |
777 | 2024-11-29T04:18:53.654Z | * [new tag] v0.0.15 -> v0.0.15 |
778 | 2024-11-29T04:18:53.654Z | * [new tag] v0.0.16 -> v0.0.16 |
779 | 2024-11-29T04:18:53.654Z | * [new tag] v0.0.4 -> v0.0.4 |
780 | 2024-11-29T04:18:53.655Z | * [new tag] v0.0.5 -> v0.0.5 |
781 | 2024-11-29T04:18:53.655Z | * [new tag] v0.0.7 -> v0.0.7 |
782 | 2024-11-29T04:18:53.655Z | * [new tag] v0.0.8 -> v0.0.8 |
783 | 2024-11-29T04:18:53.655Z | * [new tag] v0.0.9 -> v0.0.9 |
784 | 2024-11-29T04:18:53.655Z | * [new tag] v0.1.0 -> v0.1.0 |
785 | 2024-11-29T04:18:53.789Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
786 | 2024-11-29T04:18:55.689Z | From https://github.com/oxidecomputer/crucible |
787 | 2024-11-29T04:18:55.689Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
788 | 2024-11-29T04:18:55.746Z | Updating git repository `https://github.com/oxidecomputer/opte` |
789 | 2024-11-29T04:18:56.225Z | From https://github.com/oxidecomputer/opte |
790 | 2024-11-29T04:18:56.225Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
791 | 2024-11-29T04:18:56.279Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
792 | 2024-11-29T04:18:56.990Z | From https://github.com/oxidecomputer/management-gateway-service |
793 | 2024-11-29T04:18:56.990Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
794 | 2024-11-29T04:18:57.755Z | Downloading crates ... |
795 | 2024-11-29T04:18:57.936Z | Downloaded strum_macros v0.26.4 |
796 | 2024-11-29T04:18:57.940Z | Downloaded slog-json v2.6.1 |
797 | 2024-11-29T04:18:57.943Z | Downloaded slog-term v2.9.1 |
798 | 2024-11-29T04:18:57.947Z | Downloaded rustls-pemfile v2.1.3 |
799 | 2024-11-29T04:18:57.951Z | Downloaded time-macros v0.2.18 |
800 | 2024-11-29T04:18:57.959Z | Downloaded sigpipe v0.1.3 |
801 | 2024-11-29T04:18:57.965Z | Downloaded waitgroup v0.1.2 |
802 | 2024-11-29T04:18:57.967Z | Downloaded tempfile v3.12.0 |
803 | 2024-11-29T04:18:57.971Z | Downloaded rustversion v1.0.17 |
804 | 2024-11-29T04:18:57.974Z | Downloaded usdt v0.5.0 |
805 | 2024-11-29T04:18:57.976Z | Downloaded serde_tokenstream v0.2.2 |
806 | 2024-11-29T04:18:57.979Z | Downloaded whoami v1.5.2 |
807 | 2024-11-29T04:18:57.981Z | Downloaded unicode-bidi v0.3.15 |
808 | 2024-11-29T04:18:57.984Z | Downloaded tracing-attributes v0.1.27 |
809 | 2024-11-29T04:18:57.988Z | Downloaded slog-bunyan v2.5.0 |
810 | 2024-11-29T04:18:57.988Z | Downloaded tokio-rustls v0.25.0 |
811 | 2024-11-29T04:18:57.991Z | Downloaded scroll v0.12.0 |
812 | 2024-11-29T04:18:57.993Z | Downloaded semver v0.1.20 |
813 | 2024-11-29T04:18:58.003Z | Downloaded toml_edit v0.22.21 |
814 | 2024-11-29T04:18:58.025Z | Downloaded hyper-tls v0.5.0 |
815 | 2024-11-29T04:18:58.027Z | Downloaded tokio-util v0.7.12 |
816 | 2024-11-29T04:18:58.032Z | Downloaded serde_repr v0.1.19 |
817 | 2024-11-29T04:18:58.035Z | Downloaded strum v0.26.3 |
818 | 2024-11-29T04:18:58.040Z | Downloaded rustc_version v0.1.7 |
819 | 2024-11-29T04:18:58.042Z | Downloaded syn v2.0.87 |
820 | 2024-11-29T04:18:58.054Z | Downloaded memmap v0.7.0 |
821 | 2024-11-29T04:18:58.057Z | Downloaded httparse v1.9.4 |
822 | 2024-11-29T04:18:58.060Z | Downloaded sync_wrapper v1.0.1 |
823 | 2024-11-29T04:18:58.060Z | Downloaded serde_yaml v0.9.34+deprecated |
824 | 2024-11-29T04:18:58.062Z | Downloaded anstyle-parse v0.2.5 |
825 | 2024-11-29T04:18:58.065Z | Downloaded is-terminal v0.4.13 |
826 | 2024-11-29T04:18:58.067Z | Downloaded anyhow v1.0.93 |
827 | 2024-11-29T04:18:58.071Z | Downloaded const-random-macro v0.1.16 |
828 | 2024-11-29T04:18:58.073Z | Downloaded take_mut v0.2.2 |
829 | 2024-11-29T04:18:58.075Z | Downloaded arrayref v0.3.9 |
830 | 2024-11-29T04:18:58.075Z | Downloaded sync_wrapper v0.1.2 |
831 | 2024-11-29T04:18:58.078Z | Downloaded scroll_derive v0.12.0 |
832 | 2024-11-29T04:18:58.078Z | Downloaded anstyle-query v1.1.1 |
833 | 2024-11-29T04:18:58.080Z | Downloaded match_cfg v0.1.0 |
834 | 2024-11-29T04:18:58.080Z | Downloaded time-core v0.1.2 |
835 | 2024-11-29T04:18:58.083Z | Downloaded crunchy v0.2.2 |
836 | 2024-11-29T04:18:58.083Z | Downloaded arc-swap v1.7.1 |
837 | 2024-11-29T04:18:58.085Z | Downloaded atomic-waker v1.1.2 |
838 | 2024-11-29T04:18:58.087Z | Downloaded usdt-attr-macro v0.5.0 |
839 | 2024-11-29T04:18:58.090Z | Downloaded serde-big-array v0.5.1 |
840 | 2024-11-29T04:18:58.090Z | Downloaded bitflags v1.3.2 |
841 | 2024-11-29T04:18:58.092Z | Downloaded darling_macro v0.20.10 |
842 | 2024-11-29T04:18:58.094Z | Downloaded colorchoice v1.0.2 |
843 | 2024-11-29T04:18:58.094Z | Downloaded slog-dtrace v0.3.0 |
844 | 2024-11-29T04:18:58.097Z | Downloaded ciborium-ll v0.2.2 |
845 | 2024-11-29T04:18:58.099Z | Downloaded const-random v0.1.18 |
846 | 2024-11-29T04:18:58.099Z | Downloaded ciborium-io v0.2.2 |
847 | 2024-11-29T04:18:58.102Z | Downloaded cstr-argument v0.1.2 |
848 | 2024-11-29T04:18:58.102Z | Downloaded rustls-pemfile v1.0.4 |
849 | 2024-11-29T04:18:58.104Z | Downloaded slog-async v2.8.0 |
850 | 2024-11-29T04:18:58.105Z | Downloaded crc8 v0.1.1 |
851 | 2024-11-29T04:18:58.105Z | Downloaded dtrace-parser v0.2.0 |
852 | 2024-11-29T04:18:58.107Z | Downloaded sha1 v0.10.6 |
853 | 2024-11-29T04:18:58.108Z | Downloaded clap_lex v0.7.2 |
854 | 2024-11-29T04:18:58.110Z | Downloaded usdt-macro v0.5.0 |
855 | 2024-11-29T04:18:58.112Z | Downloaded slog-stdlog v4.1.1 |
856 | 2024-11-29T04:18:58.112Z | Downloaded dirs-sys-next v0.1.2 |
857 | 2024-11-29T04:18:58.115Z | Downloaded convert_case v0.4.0 |
858 | 2024-11-29T04:18:58.115Z | Downloaded constant_time_eq v0.3.1 |
859 | 2024-11-29T04:18:58.117Z | Downloaded colored v2.1.0 |
860 | 2024-11-29T04:18:58.119Z | Downloaded spin v0.5.2 |
861 | 2024-11-29T04:18:58.119Z | Downloaded backoff v0.4.0 |
862 | 2024-11-29T04:18:58.122Z | Downloaded structmeta-derive v0.3.0 |
863 | 2024-11-29T04:18:58.124Z | Downloaded scopeguard v1.2.0 |
864 | 2024-11-29T04:18:58.126Z | Downloaded strum_macros v0.25.3 |
865 | 2024-11-29T04:18:58.129Z | Downloaded num-integer v0.1.46 |
866 | 2024-11-29T04:18:58.129Z | Downloaded crucible-workspace-hack v0.1.0 |
867 | 2024-11-29T04:18:58.131Z | Downloaded autocfg v1.3.0 |
868 | 2024-11-29T04:18:58.131Z | Downloaded slog-scope v4.4.0 |
869 | 2024-11-29T04:18:58.135Z | Downloaded topological-sort v0.2.2 |
870 | 2024-11-29T04:18:58.135Z | Downloaded cobs v0.2.3 |
871 | 2024-11-29T04:18:58.138Z | Downloaded slog-envlogger v2.2.0 |
872 | 2024-11-29T04:18:58.138Z | Downloaded embedded-io v0.4.0 |
873 | 2024-11-29T04:18:58.140Z | Downloaded thread-id v4.2.2 |
874 | 2024-11-29T04:18:58.140Z | Downloaded dirs-next v2.0.0 |
875 | 2024-11-29T04:18:58.143Z | Downloaded serde_derive_internals v0.29.1 |
876 | 2024-11-29T04:18:58.143Z | Downloaded sct v0.7.1 |
877 | 2024-11-29T04:18:58.146Z | Downloaded utf-8 v0.7.6 |
878 | 2024-11-29T04:18:58.148Z | Downloaded xz2 v0.1.7 |
879 | 2024-11-29T04:18:58.150Z | Downloaded usdt-impl v0.5.0 |
880 | 2024-11-29T04:18:58.152Z | Downloaded untrusted v0.7.1 |
881 | 2024-11-29T04:18:58.152Z | Downloaded fxhash v0.2.1 |
882 | 2024-11-29T04:18:58.152Z | Downloaded typify-macro v0.2.0 |
883 | 2024-11-29T04:18:58.155Z | Downloaded serde_with_macros v3.9.0 |
884 | 2024-11-29T04:18:58.157Z | Downloaded zone_cfg_derive v0.3.0 |
885 | 2024-11-29T04:18:58.157Z | Downloaded tiny-keccak v2.0.2 |
886 | 2024-11-29T04:18:58.160Z | Downloaded foreign-types-shared v0.3.1 |
887 | 2024-11-29T04:18:58.160Z | Downloaded rustls-pki-types v1.8.0 |
888 | 2024-11-29T04:18:58.163Z | Downloaded num_threads v0.1.7 |
889 | 2024-11-29T04:18:58.165Z | Downloaded omicron-workspace-hack v0.1.0 |
890 | 2024-11-29T04:18:58.165Z | Downloaded blake2 v0.10.6 |
891 | 2024-11-29T04:18:58.168Z | Downloaded futures-sink v0.3.30 |
892 | 2024-11-29T04:18:58.168Z | Downloaded schemars_derive v0.8.21 |
893 | 2024-11-29T04:18:58.170Z | Downloaded embedded-io v0.6.1 |
894 | 2024-11-29T04:18:58.171Z | Downloaded hubpack v0.1.2 |
895 | 2024-11-29T04:18:58.173Z | Downloaded zone v0.1.8 |
896 | 2024-11-29T04:18:58.173Z | Downloaded thin-vec v0.2.13 |
897 | 2024-11-29T04:18:58.175Z | Downloaded dof v0.3.0 |
898 | 2024-11-29T04:18:58.175Z | Downloaded cancel-safe-futures v0.1.5 |
899 | 2024-11-29T04:18:58.178Z | Downloaded walkdir v2.5.0 |
900 | 2024-11-29T04:18:58.180Z | Downloaded hostname v0.3.1 |
901 | 2024-11-29T04:18:58.183Z | Downloaded defmt-parser v0.3.4 |
902 | 2024-11-29T04:18:58.183Z | Downloaded foreign-types v0.5.0 |
903 | 2024-11-29T04:18:58.185Z | Downloaded crossbeam-utils v0.8.20 |
904 | 2024-11-29T04:18:58.188Z | Downloaded num-derive v0.3.3 |
905 | 2024-11-29T04:18:58.188Z | Downloaded hash32 v0.3.1 |
906 | 2024-11-29T04:18:58.191Z | Downloaded futures-core v0.3.30 |
907 | 2024-11-29T04:18:58.191Z | Downloaded progenitor-client v0.8.0 |
908 | 2024-11-29T04:18:58.193Z | Downloaded proc-macro-error-attr v1.0.4 |
909 | 2024-11-29T04:18:58.193Z | Downloaded num-derive v0.4.2 |
910 | 2024-11-29T04:18:58.195Z | Downloaded lru-cache v0.1.2 |
911 | 2024-11-29T04:18:58.197Z | Downloaded slog v2.7.0 |
912 | 2024-11-29T04:18:58.200Z | Downloaded pretty-hex v0.4.1 |
913 | 2024-11-29T04:18:58.200Z | Downloaded num-iter v0.1.45 |
914 | 2024-11-29T04:18:58.202Z | Downloaded heck v0.3.3 |
915 | 2024-11-29T04:18:58.202Z | Downloaded futures-task v0.3.30 |
916 | 2024-11-29T04:18:58.204Z | Downloaded deranged v0.3.11 |
917 | 2024-11-29T04:18:58.206Z | Downloaded futures-executor v0.3.30 |
918 | 2024-11-29T04:18:58.206Z | Downloaded http-body v0.4.6 |
919 | 2024-11-29T04:18:58.209Z | Downloaded futures-macro v0.3.30 |
920 | 2024-11-29T04:18:58.209Z | Downloaded cookie v0.18.1 |
921 | 2024-11-29T04:18:58.212Z | Downloaded derive-where v1.2.7 |
922 | 2024-11-29T04:18:58.216Z | Downloaded newtype_derive v0.1.6 |
923 | 2024-11-29T04:18:58.219Z | Downloaded heck v0.4.1 |
924 | 2024-11-29T04:18:58.219Z | Downloaded ciborium v0.2.2 |
925 | 2024-11-29T04:18:58.221Z | Downloaded darling v0.20.10 |
926 | 2024-11-29T04:18:58.224Z | Downloaded similar v2.6.0 |
927 | 2024-11-29T04:18:58.229Z | Downloaded tokio-rustls v0.24.1 |
928 | 2024-11-29T04:18:58.231Z | Downloaded bytes v1.7.2 |
929 | 2024-11-29T04:18:58.235Z | Downloaded derive_more v0.99.18 |
930 | 2024-11-29T04:18:58.240Z | Downloaded no-std-compat v0.4.1 |
931 | 2024-11-29T04:18:58.243Z | Downloaded num-conv v0.1.0 |
932 | 2024-11-29T04:18:58.243Z | Downloaded foreign-types-macros v0.2.3 |
933 | 2024-11-29T04:18:58.246Z | Downloaded instant v0.1.13 |
934 | 2024-11-29T04:18:58.246Z | Downloaded proc-macro-crate v3.2.0 |
935 | 2024-11-29T04:18:58.248Z | Downloaded postcard v1.0.10 |
936 | 2024-11-29T04:18:58.249Z | Downloaded parse-display-derive v0.10.0 |
937 | 2024-11-29T04:18:58.251Z | Downloaded futures-io v0.3.30 |
938 | 2024-11-29T04:18:58.251Z | Downloaded proc-macro-crate v1.3.1 |
939 | 2024-11-29T04:18:58.251Z | Downloaded typify v0.2.0 |
940 | 2024-11-29T04:18:58.254Z | Downloaded macaddr v1.0.1 |
941 | 2024-11-29T04:18:58.256Z | Downloaded resolv-conf v0.7.0 |
942 | 2024-11-29T04:18:58.259Z | Downloaded highway v1.2.0 |
943 | 2024-11-29T04:18:58.259Z | Downloaded ipnetwork v0.20.0 |
944 | 2024-11-29T04:18:58.262Z | Downloaded parse-display v0.10.0 |
945 | 2024-11-29T04:18:58.264Z | Downloaded dropshot_endpoint v0.12.0 |
946 | 2024-11-29T04:18:58.264Z | Downloaded darling_core v0.20.10 |
947 | 2024-11-29T04:18:58.268Z | Downloaded pretty-hex v0.2.1 |
948 | 2024-11-29T04:18:58.271Z | Downloaded progenitor-macro v0.8.0 |
949 | 2024-11-29T04:18:58.271Z | Downloaded zone_cfg_derive v0.1.2 |
950 | 2024-11-29T04:18:58.274Z | Downloaded httpdate v1.0.3 |
951 | 2024-11-29T04:18:58.274Z | Downloaded hostname v0.4.0 |
952 | 2024-11-29T04:18:58.274Z | Downloaded num_enum_derive v0.5.11 |
953 | 2024-11-29T04:18:58.276Z | Downloaded hubpack_derive v0.1.1 |
954 | 2024-11-29T04:18:58.276Z | Downloaded pest_generator v2.7.13 |
955 | 2024-11-29T04:18:58.279Z | Downloaded tar v0.4.41 |
956 | 2024-11-29T04:18:58.281Z | Downloaded futures-channel v0.3.30 |
957 | 2024-11-29T04:18:58.281Z | Downloaded zone v0.3.0 |
958 | 2024-11-29T04:18:58.283Z | Downloaded unsafe-libyaml v0.2.11 |
959 | 2024-11-29T04:18:58.286Z | Downloaded tracing-core v0.1.32 |
960 | 2024-11-29T04:18:58.289Z | Downloaded toml v0.7.8 |
961 | 2024-11-29T04:18:58.292Z | Downloaded plain v0.2.3 |
962 | 2024-11-29T04:18:58.294Z | Downloaded proc-macro-error v1.0.4 |
963 | 2024-11-29T04:18:58.298Z | Downloaded itoa v1.0.11 |
964 | 2024-11-29T04:18:58.298Z | Downloaded linear-map v1.2.0 |
965 | 2024-11-29T04:18:58.300Z | Downloaded paste v1.0.15 |
966 | 2024-11-29T04:18:58.303Z | Downloaded linked-hash-map v0.5.6 |
967 | 2024-11-29T04:18:58.303Z | Downloaded pest_derive v2.7.13 |
968 | 2024-11-29T04:18:58.305Z | Downloaded libsw v3.3.1 |
969 | 2024-11-29T04:18:58.308Z | Downloaded password-hash v0.5.0 |
970 | 2024-11-29T04:18:58.310Z | Downloaded parking_lot_core v0.9.10 |
971 | 2024-11-29T04:18:58.310Z | Downloaded parking_lot_core v0.8.6 |
972 | 2024-11-29T04:18:58.312Z | Downloaded pin-project-lite v0.2.14 |
973 | 2024-11-29T04:18:58.316Z | Downloaded powerfmt v0.2.0 |
974 | 2024-11-29T04:18:58.319Z | Downloaded quinn-udp v0.5.5 |
975 | 2024-11-29T04:18:58.321Z | Downloaded num_enum_derive v0.7.3 |
976 | 2024-11-29T04:18:58.321Z | Downloaded num_enum v0.7.3 |
977 | 2024-11-29T04:18:58.325Z | Downloaded num v0.4.3 |
978 | 2024-11-29T04:18:58.328Z | Downloaded quick-error v1.2.3 |
979 | 2024-11-29T04:18:58.328Z | Downloaded memmap2 v0.9.5 |
980 | 2024-11-29T04:18:58.331Z | Downloaded url v2.5.2 |
981 | 2024-11-29T04:18:58.334Z | Downloaded hyper-rustls v0.24.2 |
982 | 2024-11-29T04:18:58.336Z | Downloaded zerocopy v0.6.6 |
983 | 2024-11-29T04:18:58.339Z | Downloaded managed v0.8.0 |
984 | 2024-11-29T04:18:58.339Z | Downloaded lock_api v0.4.12 |
985 | 2024-11-29T04:18:58.341Z | Downloaded parking_lot v0.11.2 |
986 | 2024-11-29T04:18:58.345Z | Downloaded pest_meta v2.7.13 |
987 | 2024-11-29T04:18:58.345Z | Downloaded progenitor-impl v0.8.0 |
988 | 2024-11-29T04:18:58.348Z | Downloaded tracing v0.1.40 |
989 | 2024-11-29T04:18:58.350Z | Downloaded ipnet v2.10.0 |
990 | 2024-11-29T04:18:58.352Z | Downloaded num-complex v0.4.6 |
991 | 2024-11-29T04:18:58.355Z | Downloaded ron v0.7.1 |
992 | 2024-11-29T04:18:58.358Z | Downloaded toml_edit v0.19.15 |
993 | 2024-11-29T04:18:58.373Z | Downloaded prettyplease v0.2.22 |
994 | 2024-11-29T04:18:58.376Z | Downloaded expectorate v1.1.0 |
995 | 2024-11-29T04:18:58.379Z | Downloaded indexmap v2.5.0 |
996 | 2024-11-29T04:18:58.382Z | Downloaded crossbeam-channel v0.5.13 |
997 | 2024-11-29T04:18:58.386Z | Downloaded omicron-zone-package v0.11.1 |
998 | 2024-11-29T04:18:58.389Z | Downloaded steno v0.4.1 |
999 | 2024-11-29T04:18:58.393Z | Downloaded num-rational v0.4.2 |
1000 | 2024-11-29T04:18:58.396Z | Downloaded pretty_assertions v1.4.1 |
1001 | 2024-11-29T04:18:58.399Z | Downloaded unicode-segmentation v1.12.0 |
1002 | 2024-11-29T04:18:58.402Z | Downloaded indicatif v0.17.8 |
1003 | 2024-11-29T04:18:58.405Z | Downloaded hickory-resolver v0.24.1 |
1004 | 2024-11-29T04:18:58.407Z | Downloaded rayon-core v1.12.1 |
1005 | 2024-11-29T04:18:58.411Z | Downloaded yansi v1.0.1 |
1006 | 2024-11-29T04:18:58.414Z | Downloaded http v0.2.12 |
1007 | 2024-11-29T04:18:58.417Z | Downloaded time v0.3.36 |
1008 | 2024-11-29T04:18:58.424Z | Downloaded heapless v0.8.0 |
1009 | 2024-11-29T04:18:58.427Z | Downloaded multer v3.1.0 |
1010 | 2024-11-29T04:18:58.430Z | Downloaded openssl-sys v0.9.103 |
1011 | 2024-11-29T04:18:58.435Z | Downloaded flate2 v1.0.33 |
1012 | 2024-11-29T04:18:58.440Z | Downloaded quinn v0.11.5 |
1013 | 2024-11-29T04:18:58.443Z | Downloaded serde_with v3.9.0 |
1014 | 2024-11-29T04:18:58.451Z | Downloaded hashbrown v0.12.3 |
1015 | 2024-11-29T04:18:58.455Z | Downloaded indexmap v1.9.3 |
1016 | 2024-11-29T04:18:58.458Z | Downloaded diff v0.1.13 |
1017 | 2024-11-29T04:18:58.461Z | Downloaded pest v2.7.13 |
1018 | 2024-11-29T04:18:58.465Z | Downloaded proc-macro2 v1.0.86 |
1019 | 2024-11-29T04:18:58.468Z | Downloaded rustls v0.22.4 |
1020 | 2024-11-29T04:18:58.480Z | Downloaded winnow v0.6.18 |
1021 | 2024-11-29T04:18:58.488Z | Downloaded itertools v0.12.1 |
1022 | 2024-11-29T04:18:58.495Z | Downloaded libm v0.2.8 |
1023 | 2024-11-29T04:18:58.503Z | Downloaded itertools v0.10.5 |
1024 | 2024-11-29T04:18:58.509Z | Downloaded rustls v0.21.12 |
1025 | 2024-11-29T04:18:58.520Z | Downloaded reqwest v0.11.27 |
1026 | 2024-11-29T04:18:58.527Z | Downloaded rustls-webpki v0.101.7 |
1027 | 2024-11-29T04:18:58.540Z | Downloaded portable-atomic v1.8.0 |
1028 | 2024-11-29T04:18:58.546Z | Downloaded goblin v0.8.2 |
1029 | 2024-11-29T04:18:58.552Z | Downloaded h2 v0.4.6 |
1030 | 2024-11-29T04:18:58.559Z | Downloaded syn v1.0.109 |
1031 | 2024-11-29T04:18:58.572Z | Downloaded quinn-proto v0.11.8 |
1032 | 2024-11-29T04:18:58.575Z | Downloaded hyper v0.14.30 |
1033 | 2024-11-29T04:18:58.582Z | Downloaded rustls v0.23.13 |
1034 | 2024-11-29T04:18:58.593Z | Downloaded openssl v0.10.66 |
1035 | 2024-11-29T04:18:58.603Z | Downloaded idna v0.5.0 |
1036 | 2024-11-29T04:18:58.609Z | Downloaded idna v0.4.0 |
1037 | 2024-11-29T04:18:58.616Z | Downloaded regex v1.10.6 |
1038 | 2024-11-29T04:18:58.628Z | Downloaded sled v0.34.7 |
1039 | 2024-11-29T04:18:58.638Z | Downloaded smoltcp v0.11.0 |
1040 | 2024-11-29T04:18:58.651Z | Downloaded regress v0.9.1 |
1041 | 2024-11-29T04:18:58.658Z | Downloaded rhai v1.20.0 |
1042 | 2024-11-29T04:18:58.671Z | Downloaded openapiv3 v2.0.0 |
1043 | 2024-11-29T04:18:58.681Z | Downloaded regex-syntax v0.8.4 |
1044 | 2024-11-29T04:18:58.689Z | Downloaded hickory-proto v0.24.1 |
1045 | 2024-11-29T04:18:58.703Z | Downloaded rustix v0.38.37 |
1046 | 2024-11-29T04:18:58.724Z | Downloaded dropshot v0.12.0 |
1047 | 2024-11-29T04:18:58.742Z | Downloaded regress v0.10.1 |
1048 | 2024-11-29T04:18:58.749Z | Downloaded typify-impl v0.2.0 |
1049 | 2024-11-29T04:18:58.763Z | Downloaded webpki-roots v0.26.6 |
1050 | 2024-11-29T04:18:58.766Z | Downloaded webpki-roots v0.25.4 |
1051 | 2024-11-29T04:18:58.769Z | Downloaded futures-util v0.3.30 |
1052 | 2024-11-29T04:18:58.780Z | Downloaded h2 v0.3.26 |
1053 | 2024-11-29T04:18:58.786Z | Downloaded blake3 v1.5.4 |
1054 | 2024-11-29T04:18:58.793Z | Downloaded winnow v0.5.40 |
1055 | 2024-11-29T04:18:58.801Z | Downloaded hashbrown v0.14.5 |
1056 | 2024-11-29T04:18:58.806Z | Downloaded regex-automata v0.4.7 |
1057 | 2024-11-29T04:18:58.822Z | Downloaded zerocopy-derive v0.6.6 |
1058 | 2024-11-29T04:18:58.829Z | Downloaded tungstenite v0.21.0 |
1059 | 2024-11-29T04:18:58.832Z | Downloaded half v2.4.1 |
1060 | 2024-11-29T04:18:58.835Z | Downloaded cc v1.1.21 |
1061 | 2024-11-29T04:18:58.838Z | Downloaded unicode-ident v1.0.13 |
1062 | 2024-11-29T04:18:58.841Z | Downloaded num_enum v0.5.11 |
1063 | 2024-11-29T04:18:58.844Z | Downloaded rhai_codegen v2.2.0 |
1064 | 2024-11-29T04:18:58.852Z | Downloaded parking_lot v0.12.3 |
1065 | 2024-11-29T04:18:58.855Z | Downloaded futures v0.3.30 |
1066 | 2024-11-29T04:18:58.858Z | Downloaded lzma-sys v0.1.20 |
1067 | 2024-11-29T04:18:58.886Z | Downloaded libc v0.2.165 |
1068 | 2024-11-29T04:18:58.909Z | Downloaded ucd-trie v0.1.6 |
1069 | 2024-11-29T04:18:58.912Z | Downloaded schemars v0.8.21 |
1070 | 2024-11-29T04:18:58.923Z | Downloaded crossbeam-epoch v0.9.18 |
1071 | 2024-11-29T04:18:58.926Z | Downloaded base64 v0.13.1 |
1072 | 2024-11-29T04:18:58.929Z | Downloaded newtype-uuid v1.1.0 |
1073 | 2024-11-29T04:18:58.929Z | Downloaded indent_write v2.2.0 |
1074 | 2024-11-29T04:18:58.929Z | Downloaded progenitor v0.8.0 |
1075 | 2024-11-29T04:18:58.931Z | Downloaded float-ord v0.3.2 |
1076 | 2024-11-29T04:18:58.932Z | Downloaded newline-converter v0.3.0 |
1077 | 2024-11-29T04:18:58.932Z | Downloaded ident_case v1.0.1 |
1078 | 2024-11-29T04:18:58.932Z | Downloaded fastrand v2.1.1 |
1079 | 2024-11-29T04:18:58.935Z | Downloaded errno v0.3.9 |
1080 | 2024-11-29T04:18:58.935Z | Downloaded enum-as-inner v0.6.1 |
1081 | 2024-11-29T04:18:58.935Z | Downloaded tokio-tungstenite v0.21.0 |
1082 | 2024-11-29T04:18:58.938Z | Downloaded crossbeam-deque v0.8.5 |
1083 | 2024-11-29T04:18:58.938Z | Downloaded allocator-api2 v0.2.18 |
1084 | 2024-11-29T04:18:58.941Z | Downloaded term v0.7.0 |
1085 | 2024-11-29T04:18:58.944Z | Downloaded structmeta v0.3.0 |
1086 | 2024-11-29T04:18:58.944Z | Downloaded smartstring v1.0.1 |
1087 | 2024-11-29T04:18:58.947Z | Downloaded dyn-clone v1.0.17 |
1088 | 2024-11-29T04:18:58.949Z | Downloaded defmt v0.3.8 |
1089 | 2024-11-29T04:18:58.952Z | Downloaded cpufeatures v0.2.14 |
1090 | 2024-11-29T04:18:58.956Z | Downloaded smf v0.2.3 |
1091 | 2024-11-29T04:18:58.956Z | Downloaded defmt-macros v0.3.9 |
1092 | 2024-11-29T04:18:58.959Z | Downloaded data-encoding v2.6.0 |
1093 | 2024-11-29T04:18:58.959Z | Downloaded serde_spanned v0.6.7 |
1094 | 2024-11-29T04:18:58.959Z | Downloaded same-file v1.0.6 |
1095 | 2024-11-29T04:18:58.959Z | Downloaded arrayvec v0.7.6 |
1096 | 2024-11-29T04:18:58.962Z | Downloaded async-stream-impl v0.3.5 |
1097 | 2024-11-29T04:18:58.962Z | Downloaded anstream v0.6.15 |
1098 | 2024-11-29T04:18:58.965Z | Downloaded tabwriter v1.4.0 |
1099 | 2024-11-29T04:18:58.965Z | Downloaded async-trait v0.1.83 |
1100 | 2024-11-29T04:18:58.968Z | Downloaded async-stream v0.3.5 |
1101 | 2024-11-29T04:18:58.968Z | Downloaded argon2 v0.5.3 |
1102 | 2024-11-29T04:18:58.971Z | Downloaded encoding_rs v0.8.34 |
1103 | 2024-11-29T04:18:59.195Z | Downloaded ring v0.16.20 |
1104 | 2024-11-29T04:19:00.129Z | Compiling proc-macro2 v1.0.86 |
1105 | 2024-11-29T04:19:00.129Z | Compiling unicode-ident v1.0.13 |
1106 | 2024-11-29T04:19:00.129Z | Compiling libc v0.2.165 |
1107 | 2024-11-29T04:19:00.131Z | Compiling cfg-if v1.0.0 |
1108 | 2024-11-29T04:19:00.131Z | Compiling serde v1.0.215 |
1109 | 2024-11-29T04:19:00.131Z | Compiling version_check v0.9.5 |
1110 | 2024-11-29T04:19:00.131Z | Compiling autocfg v1.3.0 |
1111 | 2024-11-29T04:19:00.131Z | Compiling once_cell v1.20.2 |
1112 | 2024-11-29T04:19:00.215Z | Compiling memchr v2.7.4 |
1113 | 2024-11-29T04:19:00.376Z | Compiling byteorder v1.5.0 |
1114 | 2024-11-29T04:19:00.540Z | Compiling itoa v1.0.11 |
1115 | 2024-11-29T04:19:00.726Z | Compiling libm v0.2.8 |
1116 | 2024-11-29T04:19:00.749Z | Compiling ahash v0.8.11 |
1117 | 2024-11-29T04:19:00.762Z | Compiling ryu v1.0.18 |
1118 | 2024-11-29T04:19:00.789Z | Compiling serde_json v1.0.133 |
1119 | 2024-11-29T04:19:00.802Z | Compiling allocator-api2 v0.2.18 |
1120 | 2024-11-29T04:19:01.072Z | Compiling pin-project-lite v0.2.14 |
1121 | 2024-11-29T04:19:01.160Z | Compiling equivalent v1.0.1 |
1122 | 2024-11-29T04:19:01.183Z | Compiling lock_api v0.4.12 |
1123 | 2024-11-29T04:19:01.194Z | Compiling smallvec v1.13.2 |
1124 | 2024-11-29T04:19:01.259Z | Compiling scopeguard v1.2.0 |
1125 | 2024-11-29T04:19:01.400Z | Compiling thiserror v1.0.69 |
1126 | 2024-11-29T04:19:01.523Z | Compiling parking_lot_core v0.9.10 |
1127 | 2024-11-29T04:19:01.564Z | Compiling iana-time-zone v0.1.61 |
1128 | 2024-11-29T04:19:01.857Z | Compiling quote v1.0.37 |
1129 | 2024-11-29T04:19:01.968Z | Compiling futures-core v0.3.30 |
1130 | 2024-11-29T04:19:02.008Z | Compiling getrandom v0.2.15 |
1131 | 2024-11-29T04:19:02.184Z | Compiling syn v2.0.87 |
1132 | 2024-11-29T04:19:02.271Z | Compiling signal-hook-registry v1.4.2 |
1133 | 2024-11-29T04:19:02.283Z | Compiling mio v1.0.2 |
1134 | 2024-11-29T04:19:02.294Z | Compiling socket2 v0.5.8 |
1135 | 2024-11-29T04:19:02.419Z | Compiling parking_lot v0.12.3 |
1136 | 2024-11-29T04:19:02.518Z | Compiling log v0.4.22 |
1137 | 2024-11-29T04:19:02.641Z | Compiling schemars v0.8.21 |
1138 | 2024-11-29T04:19:02.689Z | Compiling fnv v1.0.7 |
1139 | 2024-11-29T04:19:02.804Z | Compiling dyn-clone v1.0.17 |
1140 | 2024-11-29T04:19:02.867Z | Compiling shlex v1.3.0 |
1141 | 2024-11-29T04:19:02.997Z | Compiling slab v0.4.9 |
1142 | 2024-11-29T04:19:03.031Z | Compiling futures-sink v0.3.30 |
1143 | 2024-11-29T04:19:03.066Z | Compiling cc v1.1.21 |
1144 | 2024-11-29T04:19:03.158Z | Compiling num-traits v0.2.19 |
1145 | 2024-11-29T04:19:03.170Z | Compiling futures-channel v0.3.30 |
1146 | 2024-11-29T04:19:03.186Z | Compiling pin-utils v0.1.0 |
1147 | 2024-11-29T04:19:03.264Z | Compiling futures-task v0.3.30 |
1148 | 2024-11-29T04:19:03.283Z | Compiling futures-io v0.3.30 |
1149 | 2024-11-29T04:19:03.381Z | Compiling tracing-core v0.1.32 |
1150 | 2024-11-29T04:19:03.515Z | Compiling heck v0.5.0 |
1151 | 2024-11-29T04:19:03.517Z | Compiling bitflags v2.6.0 |
1152 | 2024-11-29T04:19:03.711Z | Compiling subtle v2.6.1 |
1153 | 2024-11-29T04:19:03.834Z | Compiling httparse v1.9.4 |
1154 | 2024-11-29T04:19:03.936Z | Compiling atomic-waker v1.1.2 |
1155 | 2024-11-29T04:19:04.013Z | Compiling try-lock v0.2.5 |
1156 | 2024-11-29T04:19:04.097Z | Compiling spin v0.9.8 |
1157 | 2024-11-29T04:19:04.141Z | Compiling rustls-pki-types v1.8.0 |
1158 | 2024-11-29T04:19:04.315Z | Compiling want v0.3.1 |
1159 | 2024-11-29T04:19:04.572Z | Compiling httpdate v1.0.3 |
1160 | 2024-11-29T04:19:04.680Z | Compiling vcpkg v0.2.15 |
1161 | 2024-11-29T04:19:04.840Z | Compiling untrusted v0.9.0 |
1162 | 2024-11-29T04:19:05.000Z | Compiling pkg-config v0.3.31 |
1163 | 2024-11-29T04:19:05.024Z | Compiling slog v2.7.0 |
1164 | 2024-11-29T04:19:05.251Z | Compiling tower-service v0.3.3 |
1165 | 2024-11-29T04:19:05.329Z | Compiling zeroize v1.8.1 |
1166 | 2024-11-29T04:19:05.357Z | Compiling tinyvec_macros v0.1.1 |
1167 | 2024-11-29T04:19:05.439Z | Compiling percent-encoding v2.3.1 |
1168 | 2024-11-29T04:19:05.617Z | Compiling form_urlencoded v1.2.1 |
1169 | 2024-11-29T04:19:05.630Z | Compiling ring v0.17.8 |
1170 | 2024-11-29T04:19:05.713Z | Compiling tinyvec v1.8.0 |
1171 | 2024-11-29T04:19:05.751Z | Compiling openssl v0.10.66 |
1172 | 2024-11-29T04:19:05.917Z | Compiling foreign-types-shared v0.1.1 |
1173 | 2024-11-29T04:19:06.013Z | Compiling semver v1.0.23 |
1174 | 2024-11-29T04:19:06.049Z | Compiling foreign-types v0.3.2 |
1175 | 2024-11-29T04:19:06.126Z | Compiling native-tls v0.2.12 |
1176 | 2024-11-29T04:19:06.136Z | Compiling openssl-sys v0.9.103 |
1177 | 2024-11-29T04:19:06.196Z | Compiling unicode-bidi v0.3.15 |
1178 | 2024-11-29T04:19:06.362Z | Compiling rustls v0.23.13 |
1179 | 2024-11-29T04:19:06.490Z | Compiling ucd-trie v0.1.6 |
1180 | 2024-11-29T04:19:06.551Z | Compiling openssl-probe v0.1.5 |
1181 | 2024-11-29T04:19:06.693Z | Compiling typenum v1.17.0 |
1182 | 2024-11-29T04:19:06.851Z | Compiling aho-corasick v1.1.3 |
1183 | 2024-11-29T04:19:07.061Z | Compiling unicode-normalization v0.1.24 |
1184 | 2024-11-29T04:19:07.117Z | Compiling generic-array v0.14.7 |
1185 | 2024-11-29T04:19:07.487Z | Compiling encoding_rs v0.8.34 |
1186 | 2024-11-29T04:19:07.500Z | Compiling base64 v0.22.1 |
1187 | 2024-11-29T04:19:07.764Z | Compiling mime v0.3.17 |
1188 | 2024-11-29T04:19:08.051Z | Compiling idna v0.5.0 |
1189 | 2024-11-29T04:19:08.157Z | Compiling regex-syntax v0.8.4 |
1190 | 2024-11-29T04:19:08.293Z | Compiling serde_derive_internals v0.29.1 |
1191 | 2024-11-29T04:19:08.323Z | Compiling rustls-pemfile v2.1.3 |
1192 | 2024-11-29T04:19:09.719Z | Compiling url v2.5.2 |
1193 | 2024-11-29T04:19:09.901Z | Compiling webpki-roots v0.26.6 |
1194 | 2024-11-29T04:19:10.095Z | Compiling rand_core v0.6.4 |
1195 | 2024-11-29T04:19:10.159Z | Compiling powerfmt v0.2.0 |
1196 | 2024-11-29T04:19:10.500Z | Compiling num-conv v0.1.0 |
1197 | 2024-11-29T04:19:10.517Z | Compiling time-core v0.1.2 |
1198 | 2024-11-29T04:19:10.673Z | Compiling strsim v0.11.1 |
1199 | 2024-11-29T04:19:10.777Z | Compiling winnow v0.6.18 |
1200 | 2024-11-29T04:19:11.507Z | Compiling rustls-webpki v0.102.8 |
1201 | 2024-11-29T04:19:11.709Z | Compiling regex-automata v0.4.7 |
1202 | 2024-11-29T04:19:11.915Z | Compiling ipnet v2.10.0 |
1203 | 2024-11-29T04:19:12.086Z | Compiling time-macros v0.2.18 |
1204 | 2024-11-29T04:19:12.813Z | Compiling serde_derive v1.0.215 |
1205 | 2024-11-29T04:19:13.124Z | Compiling zerocopy-derive v0.7.35 |
1206 | 2024-11-29T04:19:13.222Z | Compiling thiserror-impl v1.0.69 |
1207 | 2024-11-29T04:19:13.563Z | Compiling tokio-macros v2.4.0 |
1208 | 2024-11-29T04:19:14.072Z | Compiling schemars_derive v0.8.21 |
1209 | 2024-11-29T04:19:14.755Z | Compiling futures-macro v0.3.30 |
1210 | 2024-11-29T04:19:14.850Z | Compiling openssl-macros v0.1.1 |
1211 | 2024-11-29T04:19:15.048Z | Compiling zerocopy v0.7.35 |
1212 | 2024-11-29T04:19:15.065Z | Compiling tracing-attributes v0.1.27 |
1213 | 2024-11-29T04:19:16.086Z | Compiling pest v2.7.13 |
1214 | 2024-11-29T04:19:16.583Z | Compiling futures-util v0.3.30 |
1215 | 2024-11-29T04:19:16.831Z | Compiling hashbrown v0.14.5 |
1216 | 2024-11-29T04:19:17.995Z | Compiling regress v0.10.1 |
1217 | 2024-11-29T04:19:18.024Z | Compiling tracing v0.1.40 |
1218 | 2024-11-29T04:19:18.391Z | Compiling scroll_derive v0.12.0 |
1219 | 2024-11-29T04:19:18.961Z | Compiling pest_meta v2.7.13 |
1220 | 2024-11-29T04:19:19.891Z | Compiling scroll v0.12.0 |
1221 | 2024-11-29T04:19:20.457Z | Compiling pest_generator v2.7.13 |
1222 | 2024-11-29T04:19:20.555Z | Compiling regex v1.10.6 |
1223 | 2024-11-29T04:19:21.817Z | Compiling deranged v0.3.11 |
1224 | 2024-11-29T04:19:22.110Z | Compiling anyhow v1.0.93 |
1225 | 2024-11-29T04:19:22.480Z | Compiling num_threads v0.1.7 |
1226 | 2024-11-29T04:19:22.599Z | Compiling plain v0.2.3 |
1227 | 2024-11-29T04:19:22.730Z | Compiling goblin v0.8.2 |
1228 | 2024-11-29T04:19:22.977Z | Compiling pest_derive v2.7.13 |
1229 | 2024-11-29T04:19:23.050Z | Compiling ppv-lite86 v0.2.20 |
1230 | 2024-11-29T04:19:23.155Z | Compiling sync_wrapper v1.0.1 |
1231 | 2024-11-29T04:19:23.166Z | Compiling usdt-impl v0.5.0 |
1232 | 2024-11-29T04:19:23.283Z | Compiling pretty-hex v0.4.1 |
1233 | 2024-11-29T04:19:23.470Z | Compiling crypto-common v0.1.6 |
1234 | 2024-11-29T04:19:23.628Z | Compiling block-buffer v0.10.4 |
1235 | 2024-11-29T04:19:23.681Z | Compiling rand_chacha v0.3.1 |
1236 | 2024-11-29T04:19:23.740Z | Compiling thread-id v4.2.2 |
1237 | 2024-11-29T04:19:23.812Z | Compiling rustversion v1.0.17 |
1238 | 2024-11-29T04:19:23.838Z | Compiling syn v1.0.109 |
1239 | 2024-11-29T04:19:23.915Z | Compiling dtrace-parser v0.2.0 |
1240 | 2024-11-29T04:19:24.377Z | Compiling omicron-workspace-hack v0.1.0 |
1241 | 2024-11-29T04:19:24.532Z | Compiling rand v0.8.5 |
1242 | 2024-11-29T04:19:24.712Z | Compiling bytes v1.7.2 |
1243 | 2024-11-29T04:19:25.057Z | Compiling indexmap v2.5.0 |
1244 | 2024-11-29T04:19:25.924Z | Compiling tokio v1.41.1 |
1245 | 2024-11-29T04:19:25.973Z | Compiling uuid v1.11.0 |
1246 | 2024-11-29T04:19:26.139Z | Compiling http v1.1.0 |
1247 | 2024-11-29T04:19:26.314Z | Compiling chrono v0.4.38 |
1248 | 2024-11-29T04:19:26.726Z | Compiling serde_tokenstream v0.2.2 |
1249 | 2024-11-29T04:19:27.576Z | Compiling http-body v1.0.1 |
1250 | 2024-11-29T04:19:27.793Z | Compiling toml_datetime v0.6.8 |
1251 | 2024-11-29T04:19:28.268Z | Compiling http-body-util v0.1.2 |
1252 | 2024-11-29T04:19:29.861Z | Compiling serde_urlencoded v0.7.1 |
1253 | 2024-11-29T04:19:30.051Z | Compiling openapiv3 v2.0.0 |
1254 | 2024-11-29T04:19:30.353Z | Compiling dof v0.3.0 |
1255 | 2024-11-29T04:19:30.769Z | Compiling serde_spanned v0.6.7 |
1256 | 2024-11-29T04:19:30.998Z | Compiling unsafe-libyaml v0.2.11 |
1257 | 2024-11-29T04:19:32.088Z | Compiling typify-impl v0.2.0 |
1258 | 2024-11-29T04:19:32.407Z | Compiling serde_yaml v0.9.34+deprecated |
1259 | 2024-11-29T04:19:34.031Z | Compiling tokio-util v0.7.12 |
1260 | 2024-11-29T04:19:34.282Z | Compiling tokio-native-tls v0.3.1 |
1261 | 2024-11-29T04:19:34.361Z | Compiling tokio-rustls v0.26.0 |
1262 | 2024-11-29T04:19:34.525Z | Compiling ident_case v1.0.1 |
1263 | 2024-11-29T04:19:34.685Z | Compiling match_cfg v0.1.0 |
1264 | 2024-11-29T04:19:34.773Z | Compiling hostname v0.3.1 |
1265 | 2024-11-29T04:19:34.785Z | Compiling darling_core v0.20.10 |
1266 | 2024-11-29T04:19:34.970Z | Compiling h2 v0.4.6 |
1267 | 2024-11-29T04:19:35.293Z | Compiling errno v0.3.9 |
1268 | 2024-11-29T04:19:35.513Z | Compiling dirs-sys-next v0.1.2 |
1269 | 2024-11-29T04:19:35.515Z | Compiling thread_local v1.1.8 |
1270 | 2024-11-29T04:19:36.043Z | Compiling camino v1.1.9 |
1271 | 2024-11-29T04:19:36.129Z | Compiling cpufeatures v0.2.14 |
1272 | 2024-11-29T04:19:36.219Z | Compiling paste v1.0.15 |
1273 | 2024-11-29T04:19:36.696Z | Compiling dirs-next v2.0.0 |
1274 | 2024-11-29T04:19:36.788Z | Compiling usdt-macro v0.5.0 |
1275 | 2024-11-29T04:19:36.868Z | Compiling usdt-attr-macro v0.5.0 |
1276 | 2024-11-29T04:19:37.266Z | Compiling futures-executor v0.3.30 |
1277 | 2024-11-29T04:19:37.777Z | Compiling async-trait v0.1.83 |
1278 | 2024-11-29T04:19:38.726Z | Compiling memmap v0.7.0 |
1279 | 2024-11-29T04:19:38.937Z | Compiling rustls v0.22.4 |
1280 | 2024-11-29T04:19:39.063Z | Compiling slog-async v2.8.0 |
1281 | 2024-11-29T04:19:39.281Z | Compiling futures v0.3.30 |
1282 | 2024-11-29T04:19:39.371Z | Compiling hyper v1.5.1 |
1283 | 2024-11-29T04:19:39.868Z | Compiling term v0.7.0 |
1284 | 2024-11-29T04:19:39.928Z | Compiling darling_macro v0.20.10 |
1285 | 2024-11-29T04:19:41.053Z | Compiling darling v0.20.10 |
1286 | 2024-11-29T04:19:41.154Z | Compiling is-terminal v0.4.13 |
1287 | 2024-11-29T04:19:41.271Z | Compiling multer v3.1.0 |
1288 | 2024-11-29T04:19:41.394Z | Compiling instant v0.1.13 |
1289 | 2024-11-29T04:19:41.520Z | Compiling take_mut v0.2.2 |
1290 | 2024-11-29T04:19:41.523Z | Compiling serde_with_macros v3.9.0 |
1291 | 2024-11-29T04:19:41.605Z | Compiling hyper-util v0.1.10 |
1292 | 2024-11-29T04:19:42.226Z | Compiling strum_macros v0.26.4 |
1293 | 2024-11-29T04:19:42.465Z | Compiling ipnetwork v0.20.0 |
1294 | 2024-11-29T04:19:42.515Z | Compiling async-stream-impl v0.3.5 |
1295 | 2024-11-29T04:19:43.349Z | Compiling structmeta-derive v0.3.0 |
1296 | 2024-11-29T04:19:43.365Z | Compiling dropshot v0.12.0 |
1297 | 2024-11-29T04:19:43.697Z | Compiling debug-ignore v1.0.5 |
1298 | 2024-11-29T04:19:43.773Z | Compiling crossbeam-utils v0.8.20 |
1299 | 2024-11-29T04:19:43.833Z | Compiling async-stream v0.3.5 |
1300 | 2024-11-29T04:19:43.969Z | Compiling serde_with v3.9.0 |
1301 | 2024-11-29T04:19:44.162Z | Compiling hyper-tls v0.6.0 |
1302 | 2024-11-29T04:19:44.178Z | Compiling hyper-rustls v0.27.3 |
1303 | 2024-11-29T04:19:44.734Z | Compiling dropshot_endpoint v0.12.0 |
1304 | 2024-11-29T04:19:45.348Z | Compiling serde_path_to_error v0.1.16 |
1305 | 2024-11-29T04:19:45.895Z | Compiling structmeta v0.3.0 |
1306 | 2024-11-29T04:19:46.073Z | Compiling tokio-rustls v0.25.0 |
1307 | 2024-11-29T04:19:46.233Z | Compiling waitgroup v0.1.2 |
1308 | 2024-11-29T04:19:46.439Z | Compiling hostname v0.4.0 |
1309 | 2024-11-29T04:19:46.442Z | Compiling strum v0.26.3 |
1310 | 2024-11-29T04:19:46.460Z | Compiling parse-display-derive v0.10.0 |
1311 | 2024-11-29T04:19:46.608Z | Compiling reqwest v0.12.9 |
1312 | 2024-11-29T04:19:47.212Z | Compiling hex v0.4.3 |
1313 | 2024-11-29T04:19:47.777Z | Compiling digest v0.10.7 |
1314 | 2024-11-29T04:19:47.853Z | Compiling time v0.3.36 |
1315 | 2024-11-29T04:19:48.125Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1316 | 2024-11-29T04:19:48.525Z | Compiling rustix v0.38.37 |
1317 | 2024-11-29T04:19:48.978Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1318 | 2024-11-29T04:19:49.145Z | Compiling progenitor-client v0.8.0 |
1319 | 2024-11-29T04:19:49.312Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1320 | 2024-11-29T04:19:49.443Z | Compiling backoff v0.4.0 |
1321 | 2024-11-29T04:19:49.552Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1322 | 2024-11-29T04:19:49.765Z | Compiling macaddr v1.0.1 |
1323 | 2024-11-29T04:19:50.210Z | Compiling regress v0.9.1 |
1324 | 2024-11-29T04:19:50.411Z | Compiling utf8parse v0.2.2 |
1325 | 2024-11-29T04:19:50.486Z | Compiling parse-display v0.10.0 |
1326 | 2024-11-29T04:19:50.560Z | Compiling anstyle-parse v0.2.5 |
1327 | 2024-11-29T04:19:51.132Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1328 | 2024-11-29T04:19:51.974Z | Compiling typify-macro v0.2.0 |
1329 | 2024-11-29T04:19:52.215Z | Compiling anstyle v1.0.10 |
1330 | 2024-11-29T04:19:52.628Z | Compiling lazy_static v1.5.0 |
1331 | 2024-11-29T04:19:52.746Z | Compiling unicode-width v0.1.14 |
1332 | 2024-11-29T04:19:52.815Z | Compiling anstyle-query v1.1.1 |
1333 | 2024-11-29T04:19:52.946Z | Compiling colorchoice v1.0.2 |
1334 | 2024-11-29T04:19:53.084Z | Compiling is_terminal_polyfill v1.70.1 |
1335 | 2024-11-29T04:19:53.193Z | Compiling anstream v0.6.15 |
1336 | 2024-11-29T04:19:53.242Z | Compiling usdt v0.5.0 |
1337 | 2024-11-29T04:19:53.471Z | Compiling slog-json v2.6.1 |
1338 | 2024-11-29T04:19:53.732Z | Compiling crossbeam-channel v0.5.13 |
1339 | 2024-11-29T04:19:53.817Z | Compiling toml_edit v0.22.21 |
1340 | 2024-11-29T04:19:53.850Z | Compiling clap_lex v0.7.2 |
1341 | 2024-11-29T04:19:54.276Z | Compiling slog-bunyan v2.5.0 |
1342 | 2024-11-29T04:19:54.702Z | Compiling slog-term v2.9.1 |
1343 | 2024-11-29T04:19:55.267Z | Compiling sha1 v0.10.6 |
1344 | 2024-11-29T04:19:55.670Z | Compiling newtype-uuid v1.1.0 |
1345 | 2024-11-29T04:19:55.685Z | Compiling winnow v0.5.40 |
1346 | 2024-11-29T04:19:55.916Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1347 | 2024-11-29T04:19:55.937Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1348 | 2024-11-29T04:19:56.250Z | Compiling clap_derive v4.5.18 |
1349 | 2024-11-29T04:19:56.303Z | Compiling heapless v0.8.0 |
1350 | 2024-11-29T04:19:56.594Z | Compiling typify v0.2.0 |
1351 | 2024-11-29T04:19:56.708Z | Compiling progenitor-impl v0.8.0 |
1352 | 2024-11-29T04:19:57.005Z | Compiling toml v0.8.19 |
1353 | 2024-11-29T04:19:58.885Z | Compiling toml_edit v0.19.15 |
1354 | 2024-11-29T04:20:02.258Z | Compiling proc-macro-crate v1.3.1 |
1355 | 2024-11-29T04:20:02.609Z | Compiling hash32 v0.3.1 |
1356 | 2024-11-29T04:20:02.830Z | Compiling smoltcp v0.11.0 |
1357 | 2024-11-29T04:20:02.988Z | Compiling stable_deref_trait v1.2.0 |
1358 | 2024-11-29T04:20:03.086Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1359 | 2024-11-29T04:20:03.470Z | Compiling terminal_size v0.4.0 |
1360 | 2024-11-29T04:20:03.659Z | Compiling foreign-types-macros v0.2.3 |
1361 | 2024-11-29T04:20:04.312Z | Compiling proc-macro-error-attr v1.0.4 |
1362 | 2024-11-29T04:20:04.384Z | Compiling num_enum_derive v0.5.11 |
1363 | 2024-11-29T04:20:04.663Z | Compiling foreign-types-shared v0.3.1 |
1364 | 2024-11-29T04:20:04.732Z | Compiling bitflags v1.3.2 |
1365 | 2024-11-29T04:20:04.772Z | Compiling managed v0.8.0 |
1366 | 2024-11-29T04:20:04.827Z | Compiling either v1.13.0 |
1367 | 2024-11-29T04:20:05.237Z | Compiling cobs v0.2.3 |
1368 | 2024-11-29T04:20:05.239Z | Compiling heck v0.4.1 |
1369 | 2024-11-29T04:20:05.407Z | Compiling progenitor-macro v0.8.0 |
1370 | 2024-11-29T04:20:05.529Z | Compiling postcard v1.0.10 |
1371 | 2024-11-29T04:20:05.597Z | Compiling foreign-types v0.5.0 |
1372 | 2024-11-29T04:20:05.756Z | Compiling clap_builder v4.5.21 |
1373 | 2024-11-29T04:20:06.547Z | Compiling num_enum v0.5.11 |
1374 | 2024-11-29T04:20:06.595Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1375 | 2024-11-29T04:20:06.686Z | Compiling num-integer v0.1.46 |
1376 | 2024-11-29T04:20:07.412Z | Compiling cstr-argument v0.1.2 |
1377 | 2024-11-29T04:20:07.532Z | Compiling proc-macro-error v1.0.4 |
1378 | 2024-11-29T04:20:07.635Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1379 | 2024-11-29T04:20:07.878Z | Compiling pretty-hex v0.2.1 |
1380 | 2024-11-29T04:20:07.985Z | Compiling fastrand v2.1.1 |
1381 | 2024-11-29T04:20:08.040Z | Compiling float-ord v0.3.2 |
1382 | 2024-11-29T04:20:08.190Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1383 | 2024-11-29T04:20:08.343Z | Compiling tempfile v3.12.0 |
1384 | 2024-11-29T04:20:08.509Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1385 | 2024-11-29T04:20:09.175Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1386 | 2024-11-29T04:20:09.526Z | Compiling clap v4.5.21 |
1387 | 2024-11-29T04:20:09.627Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1388 | 2024-11-29T04:20:09.739Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1389 | 2024-11-29T04:20:10.195Z | Compiling tabwriter v1.4.0 |
1390 | 2024-11-29T04:20:10.436Z | Compiling colored v2.1.0 |
1391 | 2024-11-29T04:20:10.523Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1392 | 2024-11-29T04:20:10.739Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1393 | 2024-11-29T04:20:11.083Z | Compiling crucible-workspace-hack v0.1.0 |
1394 | 2024-11-29T04:20:11.436Z | Compiling num-rational v0.4.2 |
1395 | 2024-11-29T04:20:11.642Z | Compiling num-iter v0.1.45 |
1396 | 2024-11-29T04:20:11.797Z | Compiling num-complex v0.4.6 |
1397 | 2024-11-29T04:20:12.081Z | Compiling unicode-segmentation v1.12.0 |
1398 | 2024-11-29T04:20:12.359Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1399 | 2024-11-29T04:20:12.404Z | Compiling semver v0.1.20 |
1400 | 2024-11-29T04:20:12.670Z | Compiling prettyplease v0.2.22 |
1401 | 2024-11-29T04:20:12.737Z | Compiling newline-converter v0.3.0 |
1402 | 2024-11-29T04:20:12.876Z | Compiling rustc_version v0.1.7 |
1403 | 2024-11-29T04:20:12.892Z | Compiling num v0.4.3 |
1404 | 2024-11-29T04:20:12.921Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1405 | 2024-11-29T04:20:13.236Z | Compiling zone_cfg_derive v0.3.0 |
1406 | 2024-11-29T04:20:14.194Z | Compiling camino-tempfile v1.1.1 |
1407 | 2024-11-29T04:20:14.631Z | Compiling itertools v0.10.5 |
1408 | 2024-11-29T04:20:14.882Z | Compiling console v0.15.8 |
1409 | 2024-11-29T04:20:15.226Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1410 | 2024-11-29T04:20:16.049Z | Compiling num-derive v0.4.2 |
1411 | 2024-11-29T04:20:16.315Z | Compiling sigpipe v0.1.3 |
1412 | 2024-11-29T04:20:16.397Z | Compiling similar v2.6.0 |
1413 | 2024-11-29T04:20:16.415Z | Compiling base64ct v1.6.0 |
1414 | 2024-11-29T04:20:16.845Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1415 | 2024-11-29T04:20:16.979Z | Compiling zone v0.3.0 |
1416 | 2024-11-29T04:20:16.996Z | Compiling password-hash v0.5.0 |
1417 | 2024-11-29T04:20:17.149Z | Compiling expectorate v1.1.0 |
1418 | 2024-11-29T04:20:17.194Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1419 | 2024-11-29T04:20:18.223Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1420 | 2024-11-29T04:20:18.282Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1421 | 2024-11-29T04:20:18.319Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1422 | 2024-11-29T04:20:18.551Z | Compiling newtype_derive v0.1.6 |
1423 | 2024-11-29T04:20:18.608Z | Compiling progenitor v0.8.0 |
1424 | 2024-11-29T04:20:18.765Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1425 | 2024-11-29T04:20:19.041Z | Compiling blake2 v0.10.6 |
1426 | 2024-11-29T04:20:19.121Z | Compiling hubpack_derive v0.1.1 |
1427 | 2024-11-29T04:20:19.506Z | Compiling smf v0.2.3 |
1428 | 2024-11-29T04:20:20.062Z | Compiling zerocopy-derive v0.6.6 |
1429 | 2024-11-29T04:20:20.317Z | Compiling fixedbitset v0.4.2 |
1430 | 2024-11-29T04:20:20.329Z | Compiling cancel-safe-futures v0.1.5 |
1431 | 2024-11-29T04:20:20.731Z | Compiling whoami v1.5.2 |
1432 | 2024-11-29T04:20:20.764Z | Compiling owo-colors v4.1.0 |
1433 | 2024-11-29T04:20:20.859Z | Compiling petgraph v0.6.5 |
1434 | 2024-11-29T04:20:21.107Z | Compiling hubpack v0.1.2 |
1435 | 2024-11-29T04:20:21.136Z | Compiling argon2 v0.5.3 |
1436 | 2024-11-29T04:20:21.487Z | Compiling strum_macros v0.25.3 |
1437 | 2024-11-29T04:20:21.955Z | Compiling zerocopy v0.6.6 |
1438 | 2024-11-29T04:20:22.386Z | Compiling serde-big-array v0.5.1 |
1439 | 2024-11-29T04:20:22.597Z | Compiling serde_repr v0.1.19 |
1440 | 2024-11-29T04:20:22.669Z | Compiling cookie v0.18.1 |
1441 | 2024-11-29T04:20:23.035Z | Compiling convert_case v0.4.0 |
1442 | 2024-11-29T04:20:23.636Z | Compiling static_assertions v1.1.0 |
1443 | 2024-11-29T04:20:23.727Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1444 | 2024-11-29T04:20:24.349Z | Compiling derive_more v0.99.18 |
1445 | 2024-11-29T04:20:24.858Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1446 | 2024-11-29T04:20:26.384Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1447 | 2024-11-29T04:20:27.326Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1448 | 2024-11-29T04:20:28.199Z | Compiling atomicwrites v0.4.4 |
1449 | 2024-11-29T04:20:28.440Z | Compiling itertools v0.13.0 |
1450 | 2024-11-29T04:20:28.526Z | Compiling libsw v3.3.1 |
1451 | 2024-11-29T04:20:28.816Z | Compiling derive-where v1.2.7 |
1452 | 2024-11-29T04:20:29.357Z | Compiling enum-as-inner v0.6.1 |
1453 | 2024-11-29T04:20:30.383Z | Compiling idna v0.4.0 |
1454 | 2024-11-29T04:20:30.517Z | Compiling data-encoding v2.6.0 |
1455 | 2024-11-29T04:20:31.083Z | Compiling indent_write v2.2.0 |
1456 | 2024-11-29T04:20:31.268Z | Compiling swrite v0.1.0 |
1457 | 2024-11-29T04:20:31.292Z | Compiling linear-map v1.2.0 |
1458 | 2024-11-29T04:20:31.327Z | Compiling linked-hash-map v0.5.6 |
1459 | 2024-11-29T04:20:31.371Z | Compiling highway v1.2.0 |
1460 | 2024-11-29T04:20:31.589Z | Compiling quick-error v1.2.3 |
1461 | 2024-11-29T04:20:31.624Z | Compiling lru-cache v0.1.2 |
1462 | 2024-11-29T04:20:31.725Z | Compiling resolv-conf v0.7.0 |
1463 | 2024-11-29T04:20:31.786Z | Compiling hickory-proto v0.24.1 |
1464 | 2024-11-29T04:20:31.844Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1465 | 2024-11-29T04:20:32.038Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1466 | 2024-11-29T04:20:32.127Z | Compiling steno v0.4.1 |
1467 | 2024-11-29T04:20:33.552Z | Compiling slog-dtrace v0.3.0 |
1468 | 2024-11-29T04:20:33.914Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1469 | 2024-11-29T04:20:38.247Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1470 | 2024-11-29T04:20:39.779Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1471 | 2024-11-29T04:20:40.077Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1472 | 2024-11-29T04:20:40.646Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1473 | 2024-11-29T04:20:41.037Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1474 | 2024-11-29T04:20:42.654Z | Compiling parking_lot_core v0.8.6 |
1475 | 2024-11-29T04:20:42.865Z | Compiling humantime v2.1.0 |
1476 | 2024-11-29T04:20:43.121Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1477 | 2024-11-29T04:20:43.325Z | Compiling hickory-resolver v0.24.1 |
1478 | 2024-11-29T04:20:43.833Z | Compiling num-derive v0.3.3 |
1479 | 2024-11-29T04:20:44.097Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1480 | 2024-11-29T04:20:44.117Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1481 | 2024-11-29T04:20:44.169Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1482 | 2024-11-29T04:20:45.091Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1483 | 2024-11-29T04:20:45.230Z | Compiling half v2.4.1 |
1484 | 2024-11-29T04:20:45.243Z | Compiling ciborium-io v0.2.2 |
1485 | 2024-11-29T04:20:45.356Z | Compiling parking_lot v0.11.2 |
1486 | 2024-11-29T04:20:45.705Z | Compiling ciborium-ll v0.2.2 |
1487 | 2024-11-29T04:20:45.996Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1488 | 2024-11-29T04:20:46.191Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1489 | 2024-11-29T04:20:46.233Z | Compiling proc-macro-crate v3.2.0 |
1490 | 2024-11-29T04:20:46.954Z | Compiling crossbeam-epoch v0.9.18 |
1491 | 2024-11-29T04:20:46.991Z | Compiling fxhash v0.2.1 |
1492 | 2024-11-29T04:20:47.166Z | Compiling crc32fast v1.4.2 |
1493 | 2024-11-29T04:20:47.177Z | Compiling num_enum_derive v0.7.3 |
1494 | 2024-11-29T04:20:47.510Z | Compiling sled v0.34.7 |
1495 | 2024-11-29T04:20:47.626Z | Compiling ciborium v0.2.2 |
1496 | 2024-11-29T04:20:48.037Z | Compiling diff v0.1.13 |
1497 | 2024-11-29T04:20:48.635Z | Compiling yansi v1.0.1 |
1498 | 2024-11-29T04:20:49.201Z | Compiling pretty_assertions v1.4.1 |
1499 | 2024-11-29T04:20:49.487Z | Compiling num_enum v0.7.3 |
1500 | 2024-11-29T04:20:55.310Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1501 | 2024-11-29T04:20:55.830Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1502 | 2024-11-29T04:21:01.739Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1503 | 2024-11-29T04:21:03.006Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1504 | 2024-11-29T04:21:04.081Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1505 | 2024-11-29T04:21:06.003Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
1506 | 2024-11-29T04:21:23.344Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 23s |
1507 | 2024-11-29T04:21:23.502Z | ------------ |
1508 | 2024-11-29T04:21:23.502Z | Nextest run ID d92bad1c-90a5-411e-a773-b57cac833959 with nextest profile: default |
1509 | 2024-11-29T04:21:23.502Z | Starting 2 tests across 1 binary |
1510 | 2024-11-29T04:21:23.506Z | START bfd test::test_new_daemon |
1511 | 2024-11-29T04:21:23.513Z | |
1512 | 2024-11-29T04:21:23.513Z | running 1 test |
1513 | 2024-11-29T04:21:23.581Z | {"msg":"dropping SM for 203.0.113.10","v":0,"name":"slog-rs","level":40test test::test_new_daemon ... ok |
1514 | 2024-11-29T04:21:23.582Z | |
1515 | 2024-11-29T04:21:23.582Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 0.07s |
1516 | 2024-11-29T04:21:23.583Z | |
1517 | 2024-11-29T04:21:23.614Z | PASS [ 0.082s] bfd test::test_new_daemon |
1518 | 2024-11-29T04:21:23.614Z | START bfd test::test_protocol_basics |
1519 | 2024-11-29T04:21:23.614Z | ,"time":"2024-11-29T04:21:22.100497133Z","hostname":"w-01JDV21G21DV5DY7HKEC06B9YH" |
1520 | 2024-11-29T04:21:23.614Z | running 1 test |
1521 | 2024-11-29T04:21:23.664Z | {{""msgmsg""::""[Down][203.0.113.10] recv: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 2165307177, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }"[Down][203.0.113.20] recv: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 3266180796, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v","v"::00,,""name"name"::""slog-rs"slog-rs","level":,"level":1010,",time"":"time":"2024-11-29T04:21:22.185495289Z"2024-11-29T04:21:22.185492649Z","hostname":"w-01JDV21G21DV5DY7HKEC06B9YH","hostname":"w-01JDV21G21DV5DY7HKEC06B9YH","pid",":pid":31963196} |
1522 | 2024-11-29T04:21:23.664Z | } |
1523 | 2024-11-29T04:21:23.664Z | {"msg":"transition -> Init"{,"v":0,""name"msg"::""slog-rstransition -> Init"",","level"v"::030,"name":"slog-rs","level":30,"time":"2024-11-29T04:21:22.185771344Z","hostname":"w-01JDV21G21DV5DY7HKEC06B9YH",",pid":"time"3196:"2024-11-29T04:21:22.185773344Z","hostname":"w-01JDV21G21DV5DY7HKEC06B9YH","pid":,"peer"3196:"203.0.113.10",","peer":state"":"203.0.113.20"Down,""}state": |
1524 | 2024-11-29T04:21:23.664Z | "Down"} |
1525 | 2024-11-29T04:21:24.661Z | {"msg":"[Init][203.0.113.20] recv: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 3266180796, your_discriminator: 2165307177, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2024-11-29T04:21:23.182314042Z","hostname":"w-01JDV21G21DV5DY7HKEC06B9YH","pid":3196} |
1526 | 2024-11-29T04:21:24.661Z | {"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2024-11-29T04:21:23.182365256Z","hostname":"w-01JDV21G21DV5DY7HKEC06B9YH","pid":3196,"peer":"203.0.113.20","state":"Init"} |
1527 | 2024-11-29T04:21:24.664Z | {"msg":"[Init][203.0.113.10] recv: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 2165307177, your_discriminator: 3266180796, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2024-11-29T04:21:23.185276024Z","hostname":"w-01JDV21G21DV5DY7HKEC06B9YH","pid":3196} |
1528 | 2024-11-29T04:21:24.664Z | {"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2024-11-29T04:21:23.18531084Z","hostname":"w-01JDV21G21DV5DY7HKEC06B9YH","pid":3196,"peer":"203.0.113.10","state":"Init"} |
1529 | 2024-11-29T04:21:29.662Z | {"msg":"[Up][203.0.113.20] recv: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 3266180796, your_discriminator: 2165307177, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2024-11-29T04:21:28.182385698Z","hostname":"w-01JDV21G21DV5DY7HKEC06B9YH","pid":3196} |
1530 | 2024-11-29T04:21:29.665Z | {"msg":"[Up][203.0.113.10] recv: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 2165307177, your_discriminator: 3266180796, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2024-11-29T04:21:28.185326583Z","hostname":"w-01JDV21G21DV5DY7HKEC06B9YH","pid":3196} |
1531 | 2024-11-29T04:21:33.665Z | {"msg":"dropping SM for 203.0.113.20","v":{0,"name":"slog-rs"","msg"level":":dropping SM for 203.0.113.10","v"40:0,"name":"slog-rs","level":40,,""time":time"":"2024-11-29T04:21:32.185348516Z"2024-11-29T04:21:32.185345506Z","hostname,":""hostname"w-01JDV21G21DV5DY7HKEC06B9YH":","pid"w-01JDV21G21DV5DY7HKEC06B9YH":,"pid":31963196}} |
1532 | 2024-11-29T04:21:33.665Z | |
1533 | 2024-11-29T04:21:33.668Z | test test::test_protocol_basics ... ok |
1534 | 2024-11-29T04:21:33.668Z | |
1535 | 2024-11-29T04:21:33.668Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 10.07s |
1536 | 2024-11-29T04:21:33.668Z | |
1537 | 2024-11-29T04:21:33.674Z | PASS [ 10.088s] bfd test::test_protocol_basics |
1538 | 2024-11-29T04:21:33.676Z | ------------ |
1539 | 2024-11-29T04:21:33.676Z | Summary [ 10.171s] 2 tests run: 2 passed, 0 skipped |
1540 | 2024-11-29T04:21:33.692Z | process exited: duration 334731 ms, exit code 0 |
|
1541 | 2024-11-29T04:21:33.698Z | found 0 output files |