|
|
|
1 | 2024-12-19T05:31:24.450Z | job assigned to worker 01JFEPAZX0V2E6YAX169WBBHF9 [factory aws, i-05d5071fd30b2c634] (queued for 1 m 0 s) |
|
2 | 2024-12-19T05:31:32.487Z | starting task 0: "setup" |
3 | 2024-12-19T05:31:32.497Z | ++ uname -s |
4 | 2024-12-19T05:31:32.499Z | + kern=SunOS |
5 | 2024-12-19T05:31:32.499Z | + case "$kern" in |
6 | 2024-12-19T05:31:32.500Z | + groupadd -g 12345 build |
7 | 2024-12-19T05:31:32.502Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-19T05:31:34.509Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-19T05:31:34.625Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-19T05:31:34.627Z | + home_fs=zfs |
11 | 2024-12-19T05:31:34.627Z | + [[ zfs == autofs ]] |
12 | 2024-12-19T05:31:34.627Z | + mkdir -p /home/build |
13 | 2024-12-19T05:31:34.629Z | + chown build:build /home/build /work |
14 | 2024-12-19T05:31:36.632Z | + chmod 0700 /home/build /work |
15 | 2024-12-19T05:31:36.635Z | process exited: duration 4148 ms, exit code 0 |
|
16 | 2024-12-19T05:31:36.640Z | starting task 1: "rust-toolchain" |
17 | 2024-12-19T05:31:36.645Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-19T05:31:36.646Z | ' stable |
19 | 2024-12-19T05:31:36.646Z | * toolchain channel = "stable" |
20 | 2024-12-19T05:31:36.648Z | * toolchain profile = "default" |
21 | 2024-12-19T05:31:36.648Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-19T05:31:36.648Z | ' default |
23 | 2024-12-19T05:31:36.648Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-19T05:31:36.648Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-19T05:31:36.762Z | info: downloading installer |
26 | 2024-12-19T05:31:38.081Z | info: profile set to 'default' |
27 | 2024-12-19T05:31:38.081Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-19T05:31:38.083Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-19T05:31:38.215Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-19T05:31:38.215Z | info: downloading component 'cargo' |
31 | 2024-12-19T05:31:38.923Z | info: downloading component 'clippy' |
32 | 2024-12-19T05:31:39.192Z | info: downloading component 'rust-docs' |
33 | 2024-12-19T05:31:40.178Z | info: downloading component 'rust-std' |
34 | 2024-12-19T05:31:41.605Z | info: downloading component 'rustc' |
35 | 2024-12-19T05:31:46.994Z | info: downloading component 'rustfmt' |
36 | 2024-12-19T05:31:47.200Z | info: installing component 'cargo' |
37 | 2024-12-19T05:31:48.003Z | info: installing component 'clippy' |
38 | 2024-12-19T05:31:48.376Z | info: installing component 'rust-docs' |
39 | 2024-12-19T05:31:50.078Z | info: installing component 'rust-std' |
40 | 2024-12-19T05:31:51.731Z | info: installing component 'rustc' |
41 | 2024-12-19T05:31:57.505Z | info: installing component 'rustfmt' |
42 | 2024-12-19T05:31:57.836Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-12-19T05:31:57.836Z | |
44 | 2024-12-19T05:31:58.194Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-19T05:31:58.194Z | |
46 | 2024-12-19T05:31:58.197Z | |
47 | 2024-12-19T05:31:58.197Z | Rust is installed now. Great! |
48 | 2024-12-19T05:31:58.197Z | |
49 | 2024-12-19T05:31:58.197Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-19T05:31:58.197Z | environment variable. This has not been done automatically. |
51 | 2024-12-19T05:31:58.197Z | |
52 | 2024-12-19T05:31:58.197Z | To configure your current shell, you need to source |
53 | 2024-12-19T05:31:58.198Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-19T05:31:58.198Z | |
55 | 2024-12-19T05:31:58.198Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-19T05:31:58.198Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-19T05:31:58.199Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-19T05:31:58.268Z | + rustc --version |
59 | 2024-12-19T05:31:58.334Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-19T05:31:58.337Z | process exited: duration 21692 ms, exit code 0 |
|
61 | 2024-12-19T05:31:58.342Z | starting task 2: "authentication" |
62 | 2024-12-19T05:31:58.363Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-19T05:31:58.367Z | starting task 3: "clone repository" |
64 | 2024-12-19T05:31:58.372Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-12-19T05:31:58.374Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-12-19T05:31:58.422Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-12-19T05:31:58.984Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-12-19T05:31:58.984Z | + git fetch origin 750dc4b0c18c6888cbd897b28d2f74e592339a1b |
69 | 2024-12-19T05:31:59.279Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-12-19T05:31:59.279Z | * branch 750dc4b0c18c6888cbd897b28d2f74e592339a1b -> FETCH_HEAD |
71 | 2024-12-19T05:31:59.289Z | + [[ -n renovate/libc-0.x-lockfile ]] |
72 | 2024-12-19T05:31:59.293Z | ++ git branch --show-current |
73 | 2024-12-19T05:31:59.293Z | + current=main |
74 | 2024-12-19T05:31:59.293Z | + [[ main != renovate/libc-0.x-lockfile ]] |
75 | 2024-12-19T05:31:59.293Z | + git branch -f renovate/libc-0.x-lockfile 750dc4b0c18c6888cbd897b28d2f74e592339a1b |
76 | 2024-12-19T05:31:59.296Z | + git checkout -f renovate/libc-0.x-lockfile |
77 | 2024-12-19T05:31:59.309Z | Switched to branch 'renovate/libc-0.x-lockfile' |
78 | 2024-12-19T05:31:59.312Z | + git reset --hard 750dc4b0c18c6888cbd897b28d2f74e592339a1b |
79 | 2024-12-19T05:31:59.326Z | HEAD is now at 750dc4b Update Rust crate libc to v0.2.169 |
80 | 2024-12-19T05:31:59.328Z | process exited: duration 957 ms, exit code 0 |
|
81 | 2024-12-19T05:31:59.333Z | starting task 4: "build" |
82 | 2024-12-19T05:31:59.339Z | + set -e |
83 | 2024-12-19T05:31:59.339Z | + cargo --version |
84 | 2024-12-19T05:31:59.343Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
85 | 2024-12-19T05:31:59.511Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
86 | 2024-12-19T05:31:59.511Z | info: downloading component 'cargo' |
87 | 2024-12-19T05:32:00.331Z | info: downloading component 'clippy' |
88 | 2024-12-19T05:32:00.636Z | info: downloading component 'rust-docs' |
89 | 2024-12-19T05:32:01.783Z | info: downloading component 'rust-std' |
90 | 2024-12-19T05:32:03.561Z | info: downloading component 'rustc' |
91 | 2024-12-19T05:32:09.955Z | info: downloading component 'rustfmt' |
92 | 2024-12-19T05:32:10.195Z | info: installing component 'cargo' |
93 | 2024-12-19T05:32:10.987Z | info: installing component 'clippy' |
94 | 2024-12-19T05:32:11.343Z | info: installing component 'rust-docs' |
95 | 2024-12-19T05:32:12.931Z | info: installing component 'rust-std' |
96 | 2024-12-19T05:32:14.643Z | info: installing component 'rustc' |
97 | 2024-12-19T05:32:20.280Z | info: installing component 'rustfmt' |
98 | 2024-12-19T05:32:20.686Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
99 | 2024-12-19T05:32:20.688Z | + rustc --version |
100 | 2024-12-19T05:32:20.757Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
101 | 2024-12-19T05:32:20.761Z | + cargo install cargo-nextest |
102 | 2024-12-19T05:32:20.848Z | Updating crates.io index |
103 | 2024-12-19T05:32:20.943Z | Downloading crates ... |
104 | 2024-12-19T05:32:20.994Z | Downloaded cargo-nextest v0.9.87 |
105 | 2024-12-19T05:32:21.032Z | Installing cargo-nextest v0.9.87 |
106 | 2024-12-19T05:32:21.110Z | Updating crates.io index |
107 | 2024-12-19T05:32:22.380Z | Locking 361 packages to latest compatible versions |
108 | 2024-12-19T05:32:22.383Z | Adding addr2line v0.21.0 (latest: v0.24.2) |
109 | 2024-12-19T05:32:22.383Z | Adding backtrace v0.3.71 (latest: v0.3.74) |
110 | 2024-12-19T05:32:22.383Z | Adding base64 v0.21.7 (latest: v0.22.1) |
111 | 2024-12-19T05:32:22.398Z | Adding config v0.14.1 (latest: v0.15.0) |
112 | 2024-12-19T05:32:22.400Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
113 | 2024-12-19T05:32:22.400Z | Adding fixedbitset v0.4.2 (latest: v0.5.7) |
114 | 2024-12-19T05:32:22.400Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
115 | 2024-12-19T05:32:22.400Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
116 | 2024-12-19T05:32:22.400Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
117 | 2024-12-19T05:32:22.400Z | Adding gimli v0.28.1 (latest: v0.31.1) |
118 | 2024-12-19T05:32:22.405Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
119 | 2024-12-19T05:32:22.405Z | Adding miniz_oxide v0.7.4 (latest: v0.8.2) |
120 | 2024-12-19T05:32:22.407Z | Adding object v0.32.2 (latest: v0.36.5) |
121 | 2024-12-19T05:32:22.407Z | Adding owo-colors v3.5.0 (latest: v4.1.0) |
122 | 2024-12-19T05:32:22.409Z | Adding quick-xml v0.23.1 (latest: v0.37.1) |
123 | 2024-12-19T05:32:22.415Z | Adding security-framework v2.11.1 (latest: v3.1.0) |
124 | 2024-12-19T05:32:22.419Z | Adding target-lexicon v0.12.16 (latest: v0.13.0) |
125 | 2024-12-19T05:32:22.421Z | Adding thiserror v1.0.69 (latest: v2.0.8) |
126 | 2024-12-19T05:32:22.421Z | Adding thiserror-impl v1.0.69 (latest: v2.0.8) |
127 | 2024-12-19T05:32:22.421Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
128 | 2024-12-19T05:32:22.426Z | Adding unicode-width v0.1.14 (latest: v0.2.0) |
129 | 2024-12-19T05:32:22.426Z | Adding vte v0.11.1 (latest: v0.13.0) |
130 | 2024-12-19T05:32:22.426Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
131 | 2024-12-19T05:32:22.426Z | Adding windows v0.52.0 (latest: v0.58.0) |
132 | 2024-12-19T05:32:22.426Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
133 | 2024-12-19T05:32:22.426Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
134 | 2024-12-19T05:32:22.426Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
135 | 2024-12-19T05:32:22.426Z | Adding windows-sys v0.42.0 (latest: v0.59.0) |
136 | 2024-12-19T05:32:22.426Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
137 | 2024-12-19T05:32:22.426Z | Adding windows_aarch64_gnullvm v0.42.2 (latest: v0.52.6) |
138 | 2024-12-19T05:32:22.426Z | Adding windows_aarch64_msvc v0.42.2 (latest: v0.52.6) |
139 | 2024-12-19T05:32:22.426Z | Adding windows_i686_gnu v0.42.2 (latest: v0.52.6) |
140 | 2024-12-19T05:32:22.427Z | Adding windows_i686_msvc v0.42.2 (latest: v0.52.6) |
141 | 2024-12-19T05:32:22.427Z | Adding windows_x86_64_gnu v0.42.2 (latest: v0.52.6) |
142 | 2024-12-19T05:32:22.427Z | Adding windows_x86_64_gnullvm v0.42.2 (latest: v0.52.6) |
143 | 2024-12-19T05:32:22.427Z | Adding windows_x86_64_msvc v0.42.2 (latest: v0.52.6) |
144 | 2024-12-19T05:32:22.429Z | Adding writeable v0.5.5 (latest: v0.6.0) |
145 | 2024-12-19T05:32:22.429Z | Adding zerocopy v0.7.35 (latest: v0.8.13) |
146 | 2024-12-19T05:32:22.429Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.13) |
147 | 2024-12-19T05:32:22.429Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
148 | 2024-12-19T05:32:22.429Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
149 | 2024-12-19T05:32:22.429Z | Downloading crates ... |
150 | 2024-12-19T05:32:22.486Z | Downloaded atomicwrites v0.4.4 |
151 | 2024-12-19T05:32:22.488Z | Downloaded autocfg v1.4.0 |
152 | 2024-12-19T05:32:22.495Z | Downloaded adler v1.0.2 |
153 | 2024-12-19T05:32:22.504Z | Downloaded adler2 v2.0.0 |
154 | 2024-12-19T05:32:22.507Z | Downloaded guppy-workspace-hack v0.1.0 |
155 | 2024-12-19T05:32:22.507Z | Downloaded http-body v1.0.1 |
156 | 2024-12-19T05:32:22.507Z | Downloaded enable-ansi-support v0.2.1 |
157 | 2024-12-19T05:32:22.512Z | Downloaded anstream v0.6.18 |
158 | 2024-12-19T05:32:22.516Z | Downloaded cfg_aliases v0.2.1 |
159 | 2024-12-19T05:32:22.518Z | Downloaded signal-hook-registry v1.4.2 |
160 | 2024-12-19T05:32:22.521Z | Downloaded iana-time-zone v0.1.61 |
161 | 2024-12-19T05:32:22.524Z | Downloaded urlencoding v2.1.3 |
162 | 2024-12-19T05:32:22.526Z | Downloaded try-lock v0.2.5 |
163 | 2024-12-19T05:32:22.526Z | Downloaded vte_generate_state_changes v0.1.2 |
164 | 2024-12-19T05:32:22.529Z | Downloaded slab v0.4.9 |
165 | 2024-12-19T05:32:22.531Z | Downloaded foreign-types v0.3.2 |
166 | 2024-12-19T05:32:22.537Z | Downloaded want v0.3.1 |
167 | 2024-12-19T05:32:22.542Z | Downloaded zerofrom v0.1.5 |
168 | 2024-12-19T05:32:22.545Z | Downloaded equivalent v1.0.1 |
169 | 2024-12-19T05:32:22.545Z | Downloaded sync_wrapper v1.0.2 |
170 | 2024-12-19T05:32:22.549Z | Downloaded swrite v0.1.0 |
171 | 2024-12-19T05:32:22.549Z | Downloaded async-scoped v0.9.0 |
172 | 2024-12-19T05:32:22.552Z | Downloaded anstyle-query v1.1.2 |
173 | 2024-12-19T05:32:22.552Z | Downloaded fastrand v2.3.0 |
174 | 2024-12-19T05:32:22.552Z | Downloaded backtrace-ext v0.2.1 |
175 | 2024-12-19T05:32:22.556Z | Downloaded hex v0.4.3 |
176 | 2024-12-19T05:32:22.559Z | Downloaded write16 v1.0.0 |
177 | 2024-12-19T05:32:22.559Z | Downloaded tinyvec_macros v0.1.1 |
178 | 2024-12-19T05:32:22.559Z | Downloaded tower-service v0.3.3 |
179 | 2024-12-19T05:32:22.562Z | Downloaded target-spec-miette v0.4.0 |
180 | 2024-12-19T05:32:22.562Z | Downloaded foreign-types-shared v0.1.1 |
181 | 2024-12-19T05:32:22.562Z | Downloaded anstyle-parse v0.2.6 |
182 | 2024-12-19T05:32:22.572Z | Downloaded stable_deref_trait v1.2.0 |
183 | 2024-12-19T05:32:22.576Z | Downloaded zerovec-derive v0.10.3 |
184 | 2024-12-19T05:32:22.576Z | Downloaded unicase v2.8.0 |
185 | 2024-12-19T05:32:22.576Z | Downloaded utf8_iter v1.0.4 |
186 | 2024-12-19T05:32:22.576Z | Downloaded signal-hook v0.3.17 |
187 | 2024-12-19T05:32:22.576Z | Downloaded filetime v0.2.25 |
188 | 2024-12-19T05:32:22.579Z | Downloaded writeable v0.5.5 |
189 | 2024-12-19T05:32:22.579Z | Downloaded futures-sink v0.3.31 |
190 | 2024-12-19T05:32:22.582Z | Downloaded zeroize v1.8.1 |
191 | 2024-12-19T05:32:22.582Z | Downloaded unicode-linebreak v0.1.5 |
192 | 2024-12-19T05:32:22.585Z | Downloaded synstructure v0.13.1 |
193 | 2024-12-19T05:32:22.585Z | Downloaded xattr v1.3.1 |
194 | 2024-12-19T05:32:22.587Z | Downloaded colorchoice v1.0.3 |
195 | 2024-12-19T05:32:22.589Z | Downloaded zerofrom-derive v0.1.5 |
196 | 2024-12-19T05:32:22.589Z | Downloaded heck v0.5.0 |
197 | 2024-12-19T05:32:22.592Z | Downloaded tinystr v0.7.6 |
198 | 2024-12-19T05:32:22.595Z | Downloaded version_check v0.9.5 |
199 | 2024-12-19T05:32:22.595Z | Downloaded untrusted v0.9.0 |
200 | 2024-12-19T05:32:22.598Z | Downloaded thread_local v1.1.8 |
201 | 2024-12-19T05:32:22.600Z | Downloaded zstd-safe v7.2.1 |
202 | 2024-12-19T05:32:22.600Z | Downloaded smol_str v0.3.2 |
203 | 2024-12-19T05:32:22.603Z | Downloaded http-body-util v0.1.2 |
204 | 2024-12-19T05:32:22.605Z | Downloaded generic-array v0.14.7 |
205 | 2024-12-19T05:32:22.609Z | Downloaded utf8parse v0.2.2 |
206 | 2024-12-19T05:32:22.609Z | Downloaded serde_ignored v0.1.10 |
207 | 2024-12-19T05:32:22.611Z | Downloaded zipsign-api v0.1.2 |
208 | 2024-12-19T05:32:22.611Z | Downloaded displaydoc v0.2.5 |
209 | 2024-12-19T05:32:22.614Z | Downloaded humantime v2.1.0 |
210 | 2024-12-19T05:32:22.617Z | Downloaded cfg-if v1.0.0 |
211 | 2024-12-19T05:32:22.619Z | Downloaded static_assertions v1.1.0 |
212 | 2024-12-19T05:32:22.622Z | Downloaded xxhash-rust v0.8.12 |
213 | 2024-12-19T05:32:22.624Z | Downloaded futures-macro v0.3.31 |
214 | 2024-12-19T05:32:22.624Z | Downloaded openssl-probe v0.1.5 |
215 | 2024-12-19T05:32:22.627Z | Downloaded home v0.5.11 |
216 | 2024-12-19T05:32:22.627Z | Downloaded is_terminal_polyfill v1.70.1 |
217 | 2024-12-19T05:32:22.629Z | Downloaded openssl-macros v0.1.1 |
218 | 2024-12-19T05:32:22.629Z | Downloaded yoke v0.7.5 |
219 | 2024-12-19T05:32:22.636Z | Downloaded is_ci v1.2.0 |
220 | 2024-12-19T05:32:22.641Z | Downloaded utf16_iter v1.0.5 |
221 | 2024-12-19T05:32:22.641Z | Downloaded httparse v1.9.5 |
222 | 2024-12-19T05:32:22.642Z | Downloaded tracing-attributes v0.1.28 |
223 | 2024-12-19T05:32:22.642Z | Downloaded serde_urlencoded v0.7.1 |
224 | 2024-12-19T05:32:22.646Z | Downloaded humantime-serde v1.1.1 |
225 | 2024-12-19T05:32:22.646Z | Downloaded tempfile v3.14.0 |
226 | 2024-12-19T05:32:22.646Z | Downloaded thiserror-impl v1.0.69 |
227 | 2024-12-19T05:32:22.648Z | Downloaded globset v0.4.15 |
228 | 2024-12-19T05:32:22.648Z | Downloaded byteorder v1.5.0 |
229 | 2024-12-19T05:32:22.651Z | Downloaded zstd v0.13.2 |
230 | 2024-12-19T05:32:22.653Z | Downloaded thiserror v2.0.8 |
231 | 2024-12-19T05:32:22.659Z | Downloaded indenter v0.3.3 |
232 | 2024-12-19T05:32:22.662Z | Downloaded hyper-tls v0.6.0 |
233 | 2024-12-19T05:32:22.662Z | Downloaded hyper-rustls v0.27.4 |
234 | 2024-12-19T05:32:22.664Z | Downloaded supports-color v3.0.2 |
235 | 2024-12-19T05:32:22.666Z | Downloaded icu_locid_transform_data v1.5.0 |
236 | 2024-12-19T05:32:22.668Z | Downloaded indent_write v2.2.0 |
237 | 2024-12-19T05:32:22.671Z | Downloaded eyre v0.6.12 |
238 | 2024-12-19T05:32:22.675Z | Downloaded icu_provider_macros v1.5.0 |
239 | 2024-12-19T05:32:22.675Z | Downloaded duct v0.13.7 |
240 | 2024-12-19T05:32:22.677Z | Downloaded nextest-workspace-hack v0.1.0 |
241 | 2024-12-19T05:32:22.677Z | Downloaded const-oid v0.9.6 |
242 | 2024-12-19T05:32:22.680Z | Downloaded getrandom v0.2.15 |
243 | 2024-12-19T05:32:22.682Z | Downloaded rand_chacha v0.3.1 |
244 | 2024-12-19T05:32:22.685Z | Downloaded serde_spanned v0.6.8 |
245 | 2024-12-19T05:32:22.685Z | Downloaded serde_path_to_error v0.1.16 |
246 | 2024-12-19T05:32:22.688Z | Downloaded pkg-config v0.3.31 |
247 | 2024-12-19T05:32:22.690Z | Downloaded ed25519 v2.2.3 |
248 | 2024-12-19T05:32:22.694Z | Downloaded zerocopy-derive v0.7.35 |
249 | 2024-12-19T05:32:22.697Z | Downloaded typenum v1.17.0 |
250 | 2024-12-19T05:32:22.699Z | Downloaded socket2 v0.5.8 |
251 | 2024-12-19T05:32:22.703Z | Downloaded textwrap v0.16.1 |
252 | 2024-12-19T05:32:22.706Z | Downloaded unicode-ident v1.0.14 |
253 | 2024-12-19T05:32:22.710Z | Downloaded tinyvec v1.8.0 |
254 | 2024-12-19T05:32:22.712Z | Downloaded number_prefix v0.4.0 |
255 | 2024-12-19T05:32:22.712Z | Downloaded parking_lot_core v0.9.10 |
256 | 2024-12-19T05:32:22.714Z | Downloaded once_cell v1.20.2 |
257 | 2024-12-19T05:32:22.717Z | Downloaded shell-words v1.1.0 |
258 | 2024-12-19T05:32:22.720Z | Downloaded rustc-hash v2.1.0 |
259 | 2024-12-19T05:32:22.720Z | Downloaded nested v0.1.1 |
260 | 2024-12-19T05:32:22.722Z | Downloaded icu_normalizer v1.5.0 |
261 | 2024-12-19T05:32:22.725Z | Downloaded pin-utils v0.1.0 |
262 | 2024-12-19T05:32:22.727Z | Downloaded ppv-lite86 v0.2.20 |
263 | 2024-12-19T05:32:22.730Z | Downloaded litemap v0.7.4 |
264 | 2024-12-19T05:32:22.730Z | Downloaded cfg-expr v0.17.2 |
265 | 2024-12-19T05:32:22.733Z | Downloaded idna_adapter v1.2.0 |
266 | 2024-12-19T05:32:22.735Z | Downloaded lazy_static v1.5.0 |
267 | 2024-12-19T05:32:22.735Z | Downloaded mime v0.3.17 |
268 | 2024-12-19T05:32:22.737Z | Downloaded shlex v1.3.0 |
269 | 2024-12-19T05:32:22.741Z | Downloaded shared_child v1.0.1 |
270 | 2024-12-19T05:32:22.741Z | Downloaded icu_locid_transform v1.5.0 |
271 | 2024-12-19T05:32:22.743Z | Downloaded native-tls v0.2.12 |
272 | 2024-12-19T05:32:22.743Z | Downloaded miette-derive v7.4.0 |
273 | 2024-12-19T05:32:22.746Z | Downloaded percent-encoding v2.3.1 |
274 | 2024-12-19T05:32:22.749Z | Downloaded ipnet v2.10.1 |
275 | 2024-12-19T05:32:22.749Z | Downloaded icu_properties v1.5.1 |
276 | 2024-12-19T05:32:22.751Z | Downloaded os_pipe v1.2.1 |
277 | 2024-12-19T05:32:22.753Z | Downloaded itoa v1.0.14 |
278 | 2024-12-19T05:32:22.756Z | Downloaded scopeguard v1.2.0 |
279 | 2024-12-19T05:32:22.756Z | Downloaded rustc-demangle v0.1.24 |
280 | 2024-12-19T05:32:22.759Z | Downloaded quick-junit v0.5.1 |
281 | 2024-12-19T05:32:22.761Z | Downloaded parking_lot v0.12.3 |
282 | 2024-12-19T05:32:22.763Z | Downloaded quinn-udp v0.5.9 |
283 | 2024-12-19T05:32:22.765Z | Downloaded borsh v1.5.3 |
284 | 2024-12-19T05:32:22.772Z | Downloaded nextest-metadata v0.12.1 |
285 | 2024-12-19T05:32:22.775Z | Downloaded owo-colors v4.1.0 |
286 | 2024-12-19T05:32:22.777Z | Downloaded quote v1.0.37 |
287 | 2024-12-19T05:32:22.780Z | Downloaded pathdiff v0.2.3 |
288 | 2024-12-19T05:32:22.782Z | Downloaded icu_provider v1.5.0 |
289 | 2024-12-19T05:32:22.784Z | Downloaded proc-macro2 v1.0.92 |
290 | 2024-12-19T05:32:22.786Z | Downloaded lock_api v0.4.12 |
291 | 2024-12-19T05:32:22.788Z | Downloaded sha2 v0.10.8 |
292 | 2024-12-19T05:32:22.791Z | Downloaded url v2.5.4 |
293 | 2024-12-19T05:32:22.793Z | Downloaded rand_core v0.6.4 |
294 | 2024-12-19T05:32:22.795Z | Downloaded tar v0.4.43 |
295 | 2024-12-19T05:32:22.798Z | Downloaded icu_collections v1.5.0 |
296 | 2024-12-19T05:32:22.804Z | Downloaded pin-project-internal v1.1.7 |
297 | 2024-12-19T05:32:22.806Z | Downloaded semver v1.0.24 |
298 | 2024-12-19T05:32:22.808Z | Downloaded log v0.4.22 |
299 | 2024-12-19T05:32:22.811Z | Downloaded ryu v1.0.18 |
300 | 2024-12-19T05:32:22.814Z | Downloaded pin-project-lite v0.2.15 |
301 | 2024-12-19T05:32:22.818Z | Downloaded hyper-util v0.1.10 |
302 | 2024-12-19T05:32:22.822Z | Downloaded ed25519-dalek v2.1.1 |
303 | 2024-12-19T05:32:22.825Z | Downloaded base64 v0.21.7 |
304 | 2024-12-19T05:32:22.828Z | Downloaded ron v0.8.1 |
305 | 2024-12-19T05:32:22.833Z | Downloaded pin-project v1.1.7 |
306 | 2024-12-19T05:32:22.844Z | Downloaded miniz_oxide v0.8.2 |
307 | 2024-12-19T05:32:22.846Z | Downloaded backtrace v0.3.71 |
308 | 2024-12-19T05:32:22.851Z | Downloaded miniz_oxide v0.7.4 |
309 | 2024-12-19T05:32:22.853Z | Downloaded tracing v0.1.41 |
310 | 2024-12-19T05:32:22.857Z | Downloaded sharded-slab v0.1.7 |
311 | 2024-12-19T05:32:22.860Z | Downloaded quinn v0.11.6 |
312 | 2024-12-19T05:32:22.864Z | Downloaded toml_edit v0.22.22 |
313 | 2024-12-19T05:32:22.887Z | Downloaded rand v0.8.5 |
314 | 2024-12-19T05:32:22.891Z | Downloaded nextest-filtering v0.12.0 |
315 | 2024-12-19T05:32:22.894Z | Downloaded der v0.7.9 |
316 | 2024-12-19T05:32:22.898Z | Downloaded openssl-sys v0.9.104 |
317 | 2024-12-19T05:32:22.904Z | Downloaded mio v1.0.3 |
318 | 2024-12-19T05:32:22.909Z | Downloaded http v1.2.0 |
319 | 2024-12-19T05:32:22.913Z | Downloaded zerovec v0.10.4 |
320 | 2024-12-19T05:32:22.919Z | Downloaded minimal-lexical v0.2.1 |
321 | 2024-12-19T05:32:22.925Z | Downloaded indicatif v0.17.9 |
322 | 2024-12-19T05:32:22.928Z | Downloaded rustls-pki-types v1.10.1 |
323 | 2024-12-19T05:32:22.932Z | Downloaded zerocopy v0.7.35 |
324 | 2024-12-19T05:32:22.947Z | Downloaded indexmap v2.7.0 |
325 | 2024-12-19T05:32:22.951Z | Downloaded idna v1.0.3 |
326 | 2024-12-19T05:32:22.955Z | Downloaded flate2 v1.0.35 |
327 | 2024-12-19T05:32:22.960Z | Downloaded winnow v0.6.20 |
328 | 2024-12-19T05:32:22.969Z | Downloaded memchr v2.7.4 |
329 | 2024-12-19T05:32:22.975Z | Downloaded serde v1.0.216 |
330 | 2024-12-19T05:32:22.978Z | Downloaded tracing-subscriber v0.3.19 |
331 | 2024-12-19T05:32:22.988Z | Downloaded reqwest v0.12.9 |
332 | 2024-12-19T05:32:22.997Z | Downloaded portable-atomic v1.10.0 |
333 | 2024-12-19T05:32:23.005Z | Downloaded miette v7.4.0 |
334 | 2024-12-19T05:32:23.011Z | Downloaded rustls-webpki v0.102.8 |
335 | 2024-12-19T05:32:23.031Z | Downloaded quinn-proto v0.11.9 |
336 | 2024-12-19T05:32:23.038Z | Downloaded serde_json v1.0.133 |
337 | 2024-12-19T05:32:23.044Z | Downloaded itertools v0.13.0 |
338 | 2024-12-19T05:32:23.051Z | Downloaded unicode-width v0.1.14 |
339 | 2024-12-19T05:32:23.057Z | Downloaded webpki-roots v0.26.7 |
340 | 2024-12-19T05:32:23.060Z | Downloaded syn v2.0.90 |
341 | 2024-12-19T05:32:23.071Z | Downloaded unicode-width v0.2.0 |
342 | 2024-12-19T05:32:23.077Z | Downloaded color-spantrace v0.2.1 |
343 | 2024-12-19T05:32:23.080Z | Downloaded nix v0.29.0 |
344 | 2024-12-19T05:32:23.092Z | Downloaded regex-syntax v0.8.5 |
345 | 2024-12-19T05:32:23.099Z | Downloaded futures-util v0.3.31 |
346 | 2024-12-19T05:32:23.115Z | Downloaded clap_builder v4.5.23 |
347 | 2024-12-19T05:32:23.117Z | Downloaded chrono v0.4.39 |
348 | 2024-12-19T05:32:23.125Z | Downloaded aho-corasick v1.1.3 |
349 | 2024-12-19T05:32:23.130Z | Downloaded icu_properties_data v1.5.0 |
350 | 2024-12-19T05:32:23.140Z | Downloaded vcpkg v0.2.15 |
351 | 2024-12-19T05:32:23.178Z | Downloaded regex v1.11.1 |
352 | 2024-12-19T05:32:23.189Z | Downloaded openssl v0.10.68 |
353 | 2024-12-19T05:32:23.198Z | Downloaded nextest-runner v0.70.0 |
354 | 2024-12-19T05:32:23.209Z | Downloaded object v0.32.2 |
355 | 2024-12-19T05:32:23.219Z | Downloaded bstr v1.11.1 |
356 | 2024-12-19T05:32:23.227Z | Downloaded curve25519-dalek v4.1.3 |
357 | 2024-12-19T05:32:23.237Z | Downloaded gimli v0.28.1 |
358 | 2024-12-19T05:32:23.244Z | Downloaded rustls v0.23.20 |
359 | 2024-12-19T05:32:23.255Z | Downloaded quick-xml v0.37.1 |
360 | 2024-12-19T05:32:23.260Z | Downloaded rustix v0.38.42 |
361 | 2024-12-19T05:32:23.282Z | Downloaded nom v7.1.3 |
362 | 2024-12-19T05:32:23.287Z | Downloaded hyper v1.5.2 |
363 | 2024-12-19T05:32:23.293Z | Downloaded guppy v0.17.10 |
364 | 2024-12-19T05:32:23.299Z | Downloaded zstd-sys v2.0.13+zstd.1.5.6 |
365 | 2024-12-19T05:32:23.317Z | Downloaded crossterm v0.28.1 |
366 | 2024-12-19T05:32:23.323Z | Downloaded quick-xml v0.23.1 |
367 | 2024-12-19T05:32:23.329Z | Downloaded hashbrown v0.15.2 |
368 | 2024-12-19T05:32:23.335Z | Downloaded serde_derive v1.0.216 |
369 | 2024-12-19T05:32:23.346Z | Downloaded unicode-normalization v0.1.24 |
370 | 2024-12-19T05:32:23.355Z | Downloaded tokio v1.42.0 |
371 | 2024-12-19T05:32:23.379Z | Downloaded cc v1.2.4 |
372 | 2024-12-19T05:32:23.382Z | Downloaded rustls-pemfile v2.2.0 |
373 | 2024-12-19T05:32:23.385Z | Downloaded pkcs8 v0.10.2 |
374 | 2024-12-19T05:32:23.387Z | Downloaded num-traits v0.2.19 |
375 | 2024-12-19T05:32:23.390Z | Downloaded bytes v1.9.0 |
376 | 2024-12-19T05:32:23.393Z | Downloaded jobserver v0.1.32 |
377 | 2024-12-19T05:32:23.395Z | Downloaded regex-automata v0.4.9 |
378 | 2024-12-19T05:32:23.412Z | Downloaded color-eyre v0.6.3 |
379 | 2024-12-19T05:32:23.419Z | Downloaded self_update v0.41.0 |
380 | 2024-12-19T05:32:23.421Z | Downloaded icu_locid v1.5.0 |
381 | 2024-12-19T05:32:23.425Z | Downloaded base64 v0.22.1 |
382 | 2024-12-19T05:32:23.429Z | Downloaded self-replace v1.5.0 |
383 | 2024-12-19T05:32:23.431Z | Downloaded config v0.14.1 |
384 | 2024-12-19T05:32:23.435Z | Downloaded owo-colors v3.5.0 |
385 | 2024-12-19T05:32:23.437Z | Downloaded rustc_version v0.4.1 |
386 | 2024-12-19T05:32:23.440Z | Downloaded petgraph v0.6.5 |
387 | 2024-12-19T05:32:23.469Z | Downloaded tracing-core v0.1.33 |
388 | 2024-12-19T05:32:23.493Z | Downloaded newtype-uuid v1.1.3 |
389 | 2024-12-19T05:32:23.494Z | Downloaded libc v0.2.169 |
390 | 2024-12-19T05:32:23.499Z | Downloaded icu_normalizer_data v1.5.0 |
391 | 2024-12-19T05:32:23.499Z | Downloaded uuid v1.11.0 |
392 | 2024-12-19T05:32:23.499Z | Downloaded toml v0.8.19 |
393 | 2024-12-19T05:32:23.501Z | Downloaded clap v4.5.23 |
394 | 2024-12-19T05:32:23.509Z | Downloaded derive-where v1.2.7 |
395 | 2024-12-19T05:32:23.510Z | Downloaded bitflags v2.6.0 |
396 | 2024-12-19T05:32:23.510Z | Downloaded crc32fast v1.4.2 |
397 | 2024-12-19T05:32:23.510Z | Downloaded tokio-native-tls v0.3.1 |
398 | 2024-12-19T05:32:23.515Z | Downloaded futures v0.3.31 |
399 | 2024-12-19T05:32:23.515Z | Downloaded vte v0.11.1 |
400 | 2024-12-19T05:32:23.518Z | Downloaded tracing-log v0.2.0 |
401 | 2024-12-19T05:32:23.518Z | Downloaded tokio-stream v0.1.17 |
402 | 2024-12-19T05:32:23.522Z | Downloaded clap_derive v4.5.18 |
403 | 2024-12-19T05:32:23.522Z | Downloaded ahash v0.8.11 |
404 | 2024-12-19T05:32:23.526Z | Downloaded spin v0.9.8 |
405 | 2024-12-19T05:32:23.529Z | Downloaded tokio-rustls v0.26.1 |
406 | 2024-12-19T05:32:23.529Z | Downloaded dialoguer v0.11.0 |
407 | 2024-12-19T05:32:23.532Z | Downloaded clap_lex v0.7.4 |
408 | 2024-12-19T05:32:23.532Z | Downloaded camino v1.1.9 |
409 | 2024-12-19T05:32:23.537Z | Downloaded base64ct v1.6.0 |
410 | 2024-12-19T05:32:23.537Z | Downloaded target-lexicon v0.12.16 |
411 | 2024-12-19T05:32:23.539Z | Downloaded futures-channel v0.3.31 |
412 | 2024-12-19T05:32:23.542Z | Downloaded addr2line v0.21.0 |
413 | 2024-12-19T05:32:23.545Z | Downloaded tokio-macros v2.4.0 |
414 | 2024-12-19T05:32:23.545Z | Downloaded thiserror-impl v2.0.8 |
415 | 2024-12-19T05:32:23.545Z | Downloaded target-spec v3.2.2 |
416 | 2024-12-19T05:32:23.549Z | Downloaded mukti-metadata v0.3.0 |
417 | 2024-12-19T05:32:23.550Z | Downloaded curve25519-dalek-derive v0.1.1 |
418 | 2024-12-19T05:32:23.550Z | Downloaded console v0.15.10 |
419 | 2024-12-19T05:32:23.554Z | Downloaded cargo_metadata v0.19.1 |
420 | 2024-12-19T05:32:23.554Z | Downloaded yoke-derive v0.7.5 |
421 | 2024-12-19T05:32:23.554Z | Downloaded terminal_size v0.4.1 |
422 | 2024-12-19T05:32:23.560Z | Downloaded cargo-platform v0.1.9 |
423 | 2024-12-19T05:32:23.560Z | Downloaded futures-executor v0.3.31 |
424 | 2024-12-19T05:32:23.561Z | Downloaded cpufeatures v0.2.16 |
425 | 2024-12-19T05:32:23.561Z | Downloaded tracing-error v0.2.1 |
426 | 2024-12-19T05:32:23.564Z | Downloaded subtle v2.6.1 |
427 | 2024-12-19T05:32:23.564Z | Downloaded strsim v0.11.1 |
428 | 2024-12-19T05:32:23.564Z | Downloaded futures-io v0.3.31 |
429 | 2024-12-19T05:32:23.564Z | Downloaded thiserror v1.0.69 |
430 | 2024-12-19T05:32:23.567Z | Downloaded fixedbitset v0.4.2 |
431 | 2024-12-19T05:32:23.571Z | Downloaded either v1.13.0 |
432 | 2024-12-19T05:32:23.571Z | Downloaded futures-task v0.3.31 |
433 | 2024-12-19T05:32:23.575Z | Downloaded form_urlencoded v1.2.1 |
434 | 2024-12-19T05:32:23.575Z | Downloaded recursion v0.5.2 |
435 | 2024-12-19T05:32:23.582Z | Downloaded errno v0.3.10 |
436 | 2024-12-19T05:32:23.585Z | Downloaded digest v0.10.7 |
437 | 2024-12-19T05:32:23.585Z | Downloaded spki v0.7.3 |
438 | 2024-12-19T05:32:23.588Z | Downloaded toml_datetime v0.6.8 |
439 | 2024-12-19T05:32:23.589Z | Downloaded supports-unicode v3.0.0 |
440 | 2024-12-19T05:32:23.589Z | Downloaded strip-ansi-escapes v0.2.0 |
441 | 2024-12-19T05:32:23.589Z | Downloaded fnv v1.0.7 |
442 | 2024-12-19T05:32:23.591Z | Downloaded crypto-common v0.1.6 |
443 | 2024-12-19T05:32:23.591Z | Downloaded camino-tempfile v1.1.1 |
444 | 2024-12-19T05:32:23.593Z | Downloaded supports-hyperlinks v3.1.0 |
445 | 2024-12-19T05:32:23.594Z | Downloaded future-queue v0.3.0 |
446 | 2024-12-19T05:32:23.596Z | Downloaded anstyle v1.0.10 |
447 | 2024-12-19T05:32:23.596Z | Downloaded debug-ignore v1.0.5 |
448 | 2024-12-19T05:32:23.599Z | Downloaded block-buffer v0.10.4 |
449 | 2024-12-19T05:32:23.599Z | Downloaded signature v2.2.0 |
450 | 2024-12-19T05:32:23.599Z | Downloaded signal-hook-mio v0.2.4 |
451 | 2024-12-19T05:32:23.601Z | Downloaded smallvec v1.13.2 |
452 | 2024-12-19T05:32:23.603Z | Downloaded futures-core v0.3.31 |
453 | 2024-12-19T05:32:23.734Z | Downloaded ring v0.17.8 |
454 | 2024-12-19T05:32:24.029Z | Compiling proc-macro2 v1.0.92 |
455 | 2024-12-19T05:32:24.030Z | Compiling unicode-ident v1.0.14 |
456 | 2024-12-19T05:32:24.037Z | Compiling libc v0.2.169 |
457 | 2024-12-19T05:32:24.037Z | Compiling cfg-if v1.0.0 |
458 | 2024-12-19T05:32:24.037Z | Compiling memchr v2.7.4 |
459 | 2024-12-19T05:32:24.037Z | Compiling serde v1.0.216 |
460 | 2024-12-19T05:32:24.052Z | Compiling once_cell v1.20.2 |
461 | 2024-12-19T05:32:24.180Z | Compiling shlex v1.3.0 |
462 | 2024-12-19T05:32:24.208Z | Compiling autocfg v1.4.0 |
463 | 2024-12-19T05:32:24.559Z | Compiling log v0.4.22 |
464 | 2024-12-19T05:32:24.594Z | Compiling smallvec v1.13.2 |
465 | 2024-12-19T05:32:24.671Z | Compiling itoa v1.0.14 |
466 | 2024-12-19T05:32:24.891Z | Compiling pin-project-lite v0.2.15 |
467 | 2024-12-19T05:32:25.018Z | Compiling bitflags v2.6.0 |
468 | 2024-12-19T05:32:25.065Z | Compiling rustix v0.38.42 |
469 | 2024-12-19T05:32:25.085Z | Compiling futures-core v0.3.31 |
470 | 2024-12-19T05:32:25.094Z | Compiling stable_deref_trait v1.2.0 |
471 | 2024-12-19T05:32:25.206Z | Compiling slab v0.4.9 |
472 | 2024-12-19T05:32:25.324Z | Compiling bytes v1.9.0 |
473 | 2024-12-19T05:32:25.575Z | Compiling jobserver v0.1.32 |
474 | 2024-12-19T05:32:25.628Z | Compiling version_check v0.9.5 |
475 | 2024-12-19T05:32:25.681Z | Compiling futures-sink v0.3.31 |
476 | 2024-12-19T05:32:25.848Z | Compiling quote v1.0.37 |
477 | 2024-12-19T05:32:25.855Z | Compiling futures-channel v0.3.31 |
478 | 2024-12-19T05:32:26.276Z | Compiling syn v2.0.90 |
479 | 2024-12-19T05:32:26.296Z | Compiling cc v1.2.4 |
480 | 2024-12-19T05:32:26.333Z | Compiling errno v0.3.10 |
481 | 2024-12-19T05:32:26.433Z | Compiling getrandom v0.2.15 |
482 | 2024-12-19T05:32:26.454Z | Compiling signal-hook-registry v1.4.2 |
483 | 2024-12-19T05:32:26.598Z | Compiling mio v1.0.3 |
484 | 2024-12-19T05:32:26.952Z | Compiling futures-io v0.3.31 |
485 | 2024-12-19T05:32:27.195Z | Compiling serde_json v1.0.133 |
486 | 2024-12-19T05:32:27.249Z | Compiling pin-utils v0.1.0 |
487 | 2024-12-19T05:32:27.301Z | Compiling futures-task v0.3.31 |
488 | 2024-12-19T05:32:27.340Z | Compiling ryu v1.0.18 |
489 | 2024-12-19T05:32:27.600Z | Compiling tracing-core v0.1.33 |
490 | 2024-12-19T05:32:27.628Z | Compiling litemap v0.7.4 |
491 | 2024-12-19T05:32:27.953Z | Compiling writeable v0.5.5 |
492 | 2024-12-19T05:32:28.103Z | Compiling socket2 v0.5.8 |
493 | 2024-12-19T05:32:28.129Z | Compiling camino v1.1.9 |
494 | 2024-12-19T05:32:28.340Z | Compiling fnv v1.0.7 |
495 | 2024-12-19T05:32:28.484Z | Compiling icu_locid_transform_data v1.5.0 |
496 | 2024-12-19T05:32:28.588Z | Compiling hashbrown v0.15.2 |
497 | 2024-12-19T05:32:28.783Z | Compiling target-lexicon v0.12.16 |
498 | 2024-12-19T05:32:29.132Z | Compiling equivalent v1.0.1 |
499 | 2024-12-19T05:32:29.251Z | Compiling rustls-pki-types v1.10.1 |
500 | 2024-12-19T05:32:29.765Z | Compiling http v1.2.0 |
501 | 2024-12-19T05:32:29.801Z | Compiling semver v1.0.24 |
502 | 2024-12-19T05:32:30.071Z | Compiling thiserror v1.0.69 |
503 | 2024-12-19T05:32:30.155Z | Compiling icu_properties_data v1.5.0 |
504 | 2024-12-19T05:32:30.190Z | Compiling ring v0.17.8 |
505 | 2024-12-19T05:32:30.303Z | Compiling backtrace v0.3.71 |
506 | 2024-12-19T05:32:30.422Z | Compiling adler v1.0.2 |
507 | 2024-12-19T05:32:30.661Z | Compiling untrusted v0.9.0 |
508 | 2024-12-19T05:32:30.714Z | Compiling typenum v1.17.0 |
509 | 2024-12-19T05:32:30.825Z | Compiling httparse v1.9.5 |
510 | 2024-12-19T05:32:30.858Z | Compiling guppy-workspace-hack v0.1.0 |
511 | 2024-12-19T05:32:31.131Z | Compiling spin v0.9.8 |
512 | 2024-12-19T05:32:31.160Z | Compiling gimli v0.28.1 |
513 | 2024-12-19T05:32:31.336Z | Compiling byteorder v1.5.0 |
514 | 2024-12-19T05:32:31.403Z | Compiling utf8parse v0.2.2 |
515 | 2024-12-19T05:32:31.534Z | Compiling http-body v1.0.1 |
516 | 2024-12-19T05:32:31.687Z | Compiling miniz_oxide v0.7.4 |
517 | 2024-12-19T05:32:31.769Z | Compiling generic-array v0.14.7 |
518 | 2024-12-19T05:32:31.905Z | Compiling object v0.32.2 |
519 | 2024-12-19T05:32:32.128Z | Compiling pkg-config v0.3.31 |
520 | 2024-12-19T05:32:33.002Z | Compiling icu_normalizer_data v1.5.0 |
521 | 2024-12-19T05:32:33.031Z | Compiling utf16_iter v1.0.5 |
522 | 2024-12-19T05:32:33.112Z | Compiling target-spec v3.2.2 |
523 | 2024-12-19T05:32:33.265Z | Compiling zeroize v1.8.1 |
524 | 2024-12-19T05:32:33.381Z | Compiling try-lock v0.2.5 |
525 | 2024-12-19T05:32:33.533Z | Compiling unicode-width v0.2.0 |
526 | 2024-12-19T05:32:33.591Z | Compiling utf8_iter v1.0.4 |
527 | 2024-12-19T05:32:33.602Z | Compiling thiserror v2.0.8 |
528 | 2024-12-19T05:32:33.886Z | Compiling rustc-demangle v0.1.24 |
529 | 2024-12-19T05:32:34.116Z | Compiling synstructure v0.13.1 |
530 | 2024-12-19T05:32:34.192Z | Compiling fastrand v2.3.0 |
531 | 2024-12-19T05:32:34.332Z | Compiling write16 v1.0.0 |
532 | 2024-12-19T05:32:34.474Z | Compiling rustls v0.23.20 |
533 | 2024-12-19T05:32:34.793Z | Compiling tempfile v3.14.0 |
534 | 2024-12-19T05:32:35.259Z | Compiling want v0.3.1 |
535 | 2024-12-19T05:32:35.423Z | Compiling zstd-sys v2.0.13+zstd.1.5.6 |
536 | 2024-12-19T05:32:35.566Z | Compiling cfg-expr v0.17.2 |
537 | 2024-12-19T05:32:36.049Z | Compiling addr2line v0.21.0 |
538 | 2024-12-19T05:32:36.852Z | Compiling terminal_size v0.4.1 |
539 | 2024-12-19T05:32:37.082Z | Compiling aho-corasick v1.1.3 |
540 | 2024-12-19T05:32:37.665Z | Compiling regex-syntax v0.8.5 |
541 | 2024-12-19T05:32:37.780Z | Compiling percent-encoding v2.3.1 |
542 | 2024-12-19T05:32:37.879Z | Compiling subtle v2.6.1 |
543 | 2024-12-19T05:32:37.920Z | Compiling owo-colors v4.1.0 |
544 | 2024-12-19T05:32:38.128Z | Compiling form_urlencoded v1.2.1 |
545 | 2024-12-19T05:32:38.637Z | Compiling ahash v0.8.11 |
546 | 2024-12-19T05:32:39.022Z | Compiling num-traits v0.2.19 |
547 | 2024-12-19T05:32:39.494Z | Compiling serde_derive v1.0.216 |
548 | 2024-12-19T05:32:39.522Z | Compiling zerofrom-derive v0.1.5 |
549 | 2024-12-19T05:32:40.279Z | Compiling yoke-derive v0.7.5 |
550 | 2024-12-19T05:32:43.013Z | Compiling zerovec-derive v0.10.3 |
551 | 2024-12-19T05:32:43.105Z | Compiling zerofrom v0.1.5 |
552 | 2024-12-19T05:32:43.350Z | Compiling yoke v0.7.5 |
553 | 2024-12-19T05:32:43.723Z | Compiling displaydoc v0.2.5 |
554 | 2024-12-19T05:32:44.083Z | Compiling futures-macro v0.3.31 |
555 | 2024-12-19T05:32:45.313Z | Compiling icu_provider_macros v1.5.0 |
556 | 2024-12-19T05:32:45.602Z | Compiling zerovec v0.10.4 |
557 | 2024-12-19T05:32:46.003Z | Compiling futures-util v0.3.31 |
558 | 2024-12-19T05:32:46.481Z | Compiling tokio-macros v2.4.0 |
559 | 2024-12-19T05:32:48.039Z | Compiling tinystr v0.7.6 |
560 | 2024-12-19T05:32:48.502Z | Compiling icu_locid v1.5.0 |
561 | 2024-12-19T05:32:48.538Z | Compiling tokio v1.42.0 |
562 | 2024-12-19T05:32:50.567Z | Compiling icu_provider v1.5.0 |
563 | 2024-12-19T05:32:50.911Z | Compiling tracing-attributes v0.1.28 |
564 | 2024-12-19T05:32:52.893Z | Compiling icu_locid_transform v1.5.0 |
565 | 2024-12-19T05:32:53.061Z | Compiling icu_collections v1.5.0 |
566 | 2024-12-19T05:32:54.283Z | Compiling tracing v0.1.41 |
567 | 2024-12-19T05:32:54.987Z | Compiling indexmap v2.7.0 |
568 | 2024-12-19T05:32:55.687Z | Compiling zerocopy-derive v0.7.35 |
569 | 2024-12-19T05:32:55.843Z | Compiling icu_properties v1.5.1 |
570 | 2024-12-19T05:32:56.785Z | Compiling thiserror-impl v1.0.69 |
571 | 2024-12-19T05:32:57.855Z | Compiling zerocopy v0.7.35 |
572 | 2024-12-19T05:32:58.885Z | Compiling rustls-webpki v0.102.8 |
573 | 2024-12-19T05:32:59.555Z | Compiling icu_normalizer v1.5.0 |
574 | 2024-12-19T05:33:00.069Z | Compiling thiserror-impl v2.0.8 |
575 | 2024-12-19T05:33:01.455Z | Compiling idna_adapter v1.2.0 |
576 | 2024-12-19T05:33:02.048Z | Compiling hyper v1.5.2 |
577 | 2024-12-19T05:33:03.461Z | Compiling regex-automata v0.4.9 |
578 | 2024-12-19T05:33:04.153Z | Compiling lock_api v0.4.12 |
579 | 2024-12-19T05:33:04.503Z | Compiling parking_lot_core v0.9.10 |
580 | 2024-12-19T05:33:04.864Z | Compiling lazy_static v1.5.0 |
581 | 2024-12-19T05:33:04.976Z | Compiling unicode-width v0.1.14 |
582 | 2024-12-19T05:33:05.012Z | Compiling tower-service v0.3.3 |
583 | 2024-12-19T05:33:05.148Z | Compiling portable-atomic v1.10.0 |
584 | 2024-12-19T05:33:05.552Z | Compiling either v1.13.0 |
585 | 2024-12-19T05:33:06.018Z | Compiling unicode-linebreak v0.1.5 |
586 | 2024-12-19T05:33:06.091Z | Compiling winnow v0.6.20 |
587 | 2024-12-19T05:33:06.486Z | Compiling signal-hook v0.3.17 |
588 | 2024-12-19T05:33:06.810Z | Compiling is_ci v1.2.0 |
589 | 2024-12-19T05:33:07.104Z | Compiling nextest-workspace-hack v0.1.0 |
590 | 2024-12-19T05:33:07.441Z | Compiling supports-color v3.0.2 |
591 | 2024-12-19T05:33:07.951Z | Compiling textwrap v0.16.1 |
592 | 2024-12-19T05:33:10.412Z | Compiling tokio-rustls v0.26.1 |
593 | 2024-12-19T05:33:10.537Z | Compiling hyper-util v0.1.10 |
594 | 2024-12-19T05:33:10.883Z | Compiling sharded-slab v0.1.7 |
595 | 2024-12-19T05:33:11.019Z | Compiling idna v1.0.3 |
596 | 2024-12-19T05:33:11.047Z | Compiling pathdiff v0.2.3 |
597 | 2024-12-19T05:33:11.225Z | Compiling cargo-platform v0.1.9 |
598 | 2024-12-19T05:33:12.290Z | Compiling serde_spanned v0.6.8 |
599 | 2024-12-19T05:33:12.455Z | Compiling toml_datetime v0.6.8 |
600 | 2024-12-19T05:33:12.547Z | Compiling backtrace-ext v0.2.1 |
601 | 2024-12-19T05:33:13.072Z | Compiling miette-derive v7.4.0 |
602 | 2024-12-19T05:33:15.995Z | Compiling console v0.15.10 |
603 | 2024-12-19T05:33:16.048Z | Compiling webpki-roots v0.26.7 |
604 | 2024-12-19T05:33:16.229Z | Compiling tracing-log v0.2.0 |
605 | 2024-12-19T05:33:16.269Z | Compiling vte_generate_state_changes v0.1.2 |
606 | 2024-12-19T05:33:16.725Z | Compiling thread_local v1.1.8 |
607 | 2024-12-19T05:33:16.930Z | Compiling supports-hyperlinks v3.1.0 |
608 | 2024-12-19T05:33:16.946Z | Compiling newtype-uuid v1.1.3 |
609 | 2024-12-19T05:33:17.267Z | Compiling adler2 v2.0.0 |
610 | 2024-12-19T05:33:17.289Z | Compiling zstd-safe v7.2.1 |
611 | 2024-12-19T05:33:17.442Z | Compiling cfg_aliases v0.2.1 |
612 | 2024-12-19T05:33:17.527Z | Compiling supports-unicode v3.0.0 |
613 | 2024-12-19T05:33:17.553Z | Compiling fixedbitset v0.4.2 |
614 | 2024-12-19T05:33:17.804Z | Compiling scopeguard v1.2.0 |
615 | 2024-12-19T05:33:18.209Z | Compiling petgraph v0.6.5 |
616 | 2024-12-19T05:33:18.332Z | Compiling miette v7.4.0 |
617 | 2024-12-19T05:33:18.431Z | Compiling nix v0.29.0 |
618 | 2024-12-19T05:33:19.106Z | Compiling miniz_oxide v0.8.2 |
619 | 2024-12-19T05:33:19.345Z | Compiling tracing-subscriber v0.3.19 |
620 | 2024-12-19T05:33:20.796Z | Compiling vte v0.11.1 |
621 | 2024-12-19T05:33:21.273Z | Compiling hyper-rustls v0.27.4 |
622 | 2024-12-19T05:33:22.872Z | Compiling toml_edit v0.22.22 |
623 | 2024-12-19T05:33:22.900Z | Compiling url v2.5.4 |
624 | 2024-12-19T05:33:24.527Z | Compiling cargo_metadata v0.19.1 |
625 | 2024-12-19T05:33:28.905Z | Compiling regex v1.11.1 |
626 | 2024-12-19T05:33:29.864Z | Compiling itertools v0.13.0 |
627 | 2024-12-19T05:33:31.038Z | Compiling ppv-lite86 v0.2.20 |
628 | 2024-12-19T05:33:31.849Z | Compiling smol_str v0.3.2 |
629 | 2024-12-19T05:33:32.500Z | Compiling serde_urlencoded v0.7.1 |
630 | 2024-12-19T05:33:32.556Z | Compiling http-body-util v0.1.2 |
631 | 2024-12-19T05:33:33.084Z | Compiling futures-executor v0.3.31 |
632 | 2024-12-19T05:33:33.162Z | Compiling pin-project-internal v1.1.7 |
633 | 2024-12-19T05:33:33.445Z | Compiling block-buffer v0.10.4 |
634 | 2024-12-19T05:33:33.671Z | Compiling crypto-common v0.1.6 |
635 | 2024-12-19T05:33:33.712Z | Compiling anstyle-parse v0.2.6 |
636 | 2024-12-19T05:33:33.879Z | Compiling rustls-pemfile v2.2.0 |
637 | 2024-12-19T05:33:34.129Z | Compiling xattr v1.3.1 |
638 | 2024-12-19T05:33:34.283Z | Compiling uuid v1.11.0 |
639 | 2024-12-19T05:33:34.348Z | Compiling rand_core v0.6.4 |
640 | 2024-12-19T05:33:34.432Z | Compiling filetime v0.2.25 |
641 | 2024-12-19T05:33:34.779Z | Compiling sync_wrapper v1.0.2 |
642 | 2024-12-19T05:33:34.834Z | Compiling bstr v1.11.1 |
643 | 2024-12-19T05:33:34.945Z | Compiling crc32fast v1.4.2 |
644 | 2024-12-19T05:33:35.423Z | Compiling anstyle-query v1.1.2 |
645 | 2024-12-19T05:33:35.469Z | Compiling static_assertions v1.1.0 |
646 | 2024-12-19T05:33:35.565Z | Compiling number_prefix v0.4.0 |
647 | 2024-12-19T05:33:35.580Z | Compiling iana-time-zone v0.1.61 |
648 | 2024-12-19T05:33:35.818Z | Compiling nested v0.1.1 |
649 | 2024-12-19T05:33:35.931Z | Compiling eyre v0.6.12 |
650 | 2024-12-19T05:33:36.165Z | Compiling self_update v0.41.0 |
651 | 2024-12-19T05:33:36.291Z | Compiling anstyle v1.0.10 |
652 | 2024-12-19T05:33:36.331Z | Compiling colorchoice v1.0.3 |
653 | 2024-12-19T05:33:36.492Z | Compiling debug-ignore v1.0.5 |
654 | 2024-12-19T05:33:36.494Z | Compiling is_terminal_polyfill v1.70.1 |
655 | 2024-12-19T05:33:36.519Z | Compiling mime v0.3.17 |
656 | 2024-12-19T05:33:36.631Z | Compiling minimal-lexical v0.2.1 |
657 | 2024-12-19T05:33:36.634Z | Compiling tinyvec_macros v0.1.1 |
658 | 2024-12-19T05:33:36.739Z | Compiling base64 v0.22.1 |
659 | 2024-12-19T05:33:36.798Z | Compiling ipnet v2.10.1 |
660 | 2024-12-19T05:33:37.279Z | Compiling nom v7.1.3 |
661 | 2024-12-19T05:33:37.440Z | Compiling reqwest v0.12.9 |
662 | 2024-12-19T05:33:37.649Z | Compiling tinyvec v1.8.0 |
663 | 2024-12-19T05:33:37.818Z | Compiling anstream v0.6.18 |
664 | 2024-12-19T05:33:38.905Z | Compiling guppy v0.17.10 |
665 | 2024-12-19T05:33:39.352Z | Compiling pin-project v1.1.7 |
666 | 2024-12-19T05:33:39.491Z | Compiling globset v0.4.15 |
667 | 2024-12-19T05:33:39.742Z | Compiling indicatif v0.17.9 |
668 | 2024-12-19T05:33:39.852Z | Compiling chrono v0.4.39 |
669 | 2024-12-19T05:33:41.630Z | Compiling flate2 v1.0.35 |
670 | 2024-12-19T05:33:43.329Z | Compiling rand_chacha v0.3.1 |
671 | 2024-12-19T05:33:45.064Z | Compiling tar v0.4.43 |
672 | 2024-12-19T05:33:45.849Z | Compiling digest v0.10.7 |
673 | 2024-12-19T05:33:46.288Z | Compiling futures v0.3.31 |
674 | 2024-12-19T05:33:46.410Z | Compiling nextest-metadata v0.12.1 |
675 | 2024-12-19T05:33:47.051Z | Compiling signal-hook-mio v0.2.4 |
676 | 2024-12-19T05:33:47.077Z | Compiling parking_lot v0.12.3 |
677 | 2024-12-19T05:33:47.228Z | Compiling toml v0.8.19 |
678 | 2024-12-19T05:33:48.020Z | Compiling strip-ansi-escapes v0.2.0 |
679 | 2024-12-19T05:33:48.476Z | Compiling tracing-error v0.2.1 |
680 | 2024-12-19T05:33:48.900Z | Compiling self-replace v1.5.0 |
681 | 2024-12-19T05:33:49.119Z | Compiling os_pipe v1.2.1 |
682 | 2024-12-19T05:33:49.387Z | Compiling shared_child v1.0.1 |
683 | 2024-12-19T05:33:49.473Z | Compiling quick-xml v0.23.1 |
684 | 2024-12-19T05:33:49.632Z | Compiling quick-xml v0.37.1 |
685 | 2024-12-19T05:33:50.038Z | Compiling owo-colors v3.5.0 |
686 | 2024-12-19T05:33:51.259Z | Compiling indenter v0.3.3 |
687 | 2024-12-19T05:33:51.446Z | Compiling humantime v2.1.0 |
688 | 2024-12-19T05:33:51.932Z | Compiling recursion v0.5.2 |
689 | 2024-12-19T05:33:52.160Z | Compiling strsim v0.11.1 |
690 | 2024-12-19T05:33:52.287Z | Compiling unicase v2.8.0 |
691 | 2024-12-19T05:33:52.838Z | Compiling urlencoding v2.1.3 |
692 | 2024-12-19T05:33:52.924Z | Compiling clap_lex v0.7.4 |
693 | 2024-12-19T05:33:53.283Z | Compiling cpufeatures v0.2.16 |
694 | 2024-12-19T05:33:53.301Z | Compiling heck v0.5.0 |
695 | 2024-12-19T05:33:53.382Z | Compiling shell-words v1.1.0 |
696 | 2024-12-19T05:33:53.656Z | Compiling sha2 v0.10.8 |
697 | 2024-12-19T05:33:53.761Z | Compiling clap_derive v4.5.18 |
698 | 2024-12-19T05:33:53.815Z | Compiling clap_builder v4.5.23 |
699 | 2024-12-19T05:33:54.840Z | Compiling color-spantrace v0.2.1 |
700 | 2024-12-19T05:33:55.799Z | Compiling nextest-filtering v0.12.0 |
701 | 2024-12-19T05:33:56.857Z | Compiling humantime-serde v1.1.1 |
702 | 2024-12-19T05:33:58.238Z | Compiling quick-junit v0.5.1 |
703 | 2024-12-19T05:33:58.489Z | Compiling cargo-nextest v0.9.87 |
704 | 2024-12-19T05:33:59.045Z | Compiling duct v0.13.7 |
705 | 2024-12-19T05:34:00.687Z | Compiling config v0.14.1 |
706 | 2024-12-19T05:34:02.308Z | Compiling crossterm v0.28.1 |
707 | 2024-12-19T05:34:03.126Z | Compiling async-scoped v0.9.0 |
708 | 2024-12-19T05:34:03.434Z | Compiling rand v0.8.5 |
709 | 2024-12-19T05:34:04.736Z | Compiling unicode-normalization v0.1.24 |
710 | 2024-12-19T05:34:05.277Z | Compiling zstd v0.13.2 |
711 | 2024-12-19T05:34:06.043Z | Compiling target-spec-miette v0.4.0 |
712 | 2024-12-19T05:34:06.206Z | Compiling mukti-metadata v0.3.0 |
713 | 2024-12-19T05:34:06.803Z | Compiling tokio-stream v0.1.17 |
714 | 2024-12-19T05:34:07.256Z | Compiling camino-tempfile v1.1.1 |
715 | 2024-12-19T05:34:08.007Z | Compiling serde_path_to_error v0.1.16 |
716 | 2024-12-19T05:34:08.009Z | Compiling serde_ignored v0.1.10 |
717 | 2024-12-19T05:34:08.470Z | Compiling future-queue v0.3.0 |
718 | 2024-12-19T05:34:08.926Z | Compiling derive-where v1.2.7 |
719 | 2024-12-19T05:34:09.059Z | Compiling atomicwrites v0.4.4 |
720 | 2024-12-19T05:34:09.526Z | Compiling swrite v0.1.0 |
721 | 2024-12-19T05:34:09.590Z | Compiling home v0.5.11 |
722 | 2024-12-19T05:34:09.654Z | Compiling indent_write v2.2.0 |
723 | 2024-12-19T05:34:09.879Z | Compiling hex v0.4.3 |
724 | 2024-12-19T05:34:09.894Z | Compiling xxhash-rust v0.8.12 |
725 | 2024-12-19T05:34:10.196Z | Compiling clap v4.5.23 |
726 | 2024-12-19T05:34:10.316Z | Compiling color-eyre v0.6.3 |
727 | 2024-12-19T05:34:10.585Z | Compiling dialoguer v0.11.0 |
728 | 2024-12-19T05:34:11.368Z | Compiling enable-ansi-support v0.2.1 |
729 | 2024-12-19T05:34:12.205Z | Compiling nextest-runner v0.70.0 |
730 | 2024-12-19T05:34:53.555Z | Finished `release` profile [optimized] target(s) in 2m 32s |
731 | 2024-12-19T05:34:53.783Z | Installing /home/build/.cargo/bin/cargo-nextest |
732 | 2024-12-19T05:34:53.787Z | Installed package `cargo-nextest v0.9.87` (executable `cargo-nextest`) |
733 | 2024-12-19T05:34:53.891Z | + pushd bgp |
734 | 2024-12-19T05:34:53.893Z | /work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite |
735 | 2024-12-19T05:34:53.894Z | + cargo nextest run |
736 | 2024-12-19T05:34:54.176Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
737 | 2024-12-19T05:34:54.388Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
738 | 2024-12-19T05:34:54.572Z | From https://www.github.com/oxidecomputer/oxnet |
739 | 2024-12-19T05:34:54.572Z | * [new branch] ci -> origin/ci |
740 | 2024-12-19T05:34:54.574Z | * [new branch] dependabot/cargo/serde-1.0.216 -> origin/dependabot/cargo/serde-1.0.216 |
741 | 2024-12-19T05:34:54.574Z | * [new branch] main -> origin/main |
742 | 2024-12-19T05:34:54.574Z | * [new ref] -> origin/HEAD |
743 | 2024-12-19T05:34:54.584Z | Updating crates.io index |
744 | 2024-12-19T05:34:54.634Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
745 | 2024-12-19T05:34:55.464Z | From https://github.com/oxidecomputer/falcon |
746 | 2024-12-19T05:34:55.464Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
747 | 2024-12-19T05:34:55.569Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
748 | 2024-12-19T05:34:56.717Z | From https://github.com/oxidecomputer/dendrite |
749 | 2024-12-19T05:34:56.717Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
750 | 2024-12-19T05:34:56.779Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
751 | 2024-12-19T05:34:57.183Z | From https://github.com/oxidecomputer/ispf |
752 | 2024-12-19T05:34:57.183Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
753 | 2024-12-19T05:34:57.193Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
754 | 2024-12-19T05:34:57.675Z | From https://github.com/oxidecomputer/netadm-sys |
755 | 2024-12-19T05:34:57.675Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
756 | 2024-12-19T05:34:57.686Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
757 | 2024-12-19T05:35:01.900Z | From https://github.com/oxidecomputer/omicron |
758 | 2024-12-19T05:35:01.900Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
759 | 2024-12-19T05:35:01.930Z | * [new tag] dogfood -> dogfood |
760 | 2024-12-19T05:35:01.933Z | * [new tag] v5 -> v5 |
761 | 2024-12-19T05:35:01.933Z | * [new tag] v6 -> v6 |
762 | 2024-12-19T05:35:01.933Z | * [new tag] v7 -> v7 |
763 | 2024-12-19T05:35:01.934Z | * [new tag] v8 -> v8 |
764 | 2024-12-19T05:35:01.934Z | * [new tag] v9 -> v9 |
765 | 2024-12-19T05:35:02.302Z | Updating git repository `https://github.com/oxidecomputer/opte` |
766 | 2024-12-19T05:35:02.873Z | From https://github.com/oxidecomputer/opte |
767 | 2024-12-19T05:35:02.873Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
768 | 2024-12-19T05:35:03.011Z | Updating git repository `https://github.com/illumos/smf-rs` |
769 | 2024-12-19T05:35:03.377Z | From https://github.com/illumos/smf-rs |
770 | 2024-12-19T05:35:03.377Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
771 | 2024-12-19T05:35:03.411Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
772 | 2024-12-19T05:35:03.932Z | From https://github.com/oxidecomputer/maghemite |
773 | 2024-12-19T05:35:03.932Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
774 | 2024-12-19T05:35:03.949Z | * [new tag] rift -> rift |
775 | 2024-12-19T05:35:03.953Z | * [new tag] srp -> srp |
776 | 2024-12-19T05:35:03.953Z | * [new tag] tie-spf -> tie-spf |
777 | 2024-12-19T05:35:03.983Z | Updating git repository `https://github.com/oxidecomputer/zone` |
778 | 2024-12-19T05:35:04.370Z | From https://github.com/oxidecomputer/zone |
779 | 2024-12-19T05:35:04.370Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
780 | 2024-12-19T05:35:04.382Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
781 | 2024-12-19T05:35:05.163Z | From https://github.com/oxidecomputer/propolis |
782 | 2024-12-19T05:35:05.163Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
783 | 2024-12-19T05:35:05.282Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
784 | 2024-12-19T05:35:05.672Z | From https://github.com/oxidecomputer/dlpi-sys |
785 | 2024-12-19T05:35:05.673Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
786 | 2024-12-19T05:35:05.686Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
787 | 2024-12-19T05:35:06.081Z | From https://github.com/jmesmon/rust-libzfs |
788 | 2024-12-19T05:35:06.081Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
789 | 2024-12-19T05:35:06.096Z | * [new tag] v0.4.0 -> v0.4.0 |
790 | 2024-12-19T05:35:06.111Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
791 | 2024-12-19T05:35:06.516Z | From https://github.com/oxidecomputer/rusty-doors |
792 | 2024-12-19T05:35:06.516Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
793 | 2024-12-19T05:35:06.529Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
794 | 2024-12-19T05:35:06.984Z | From https://github.com/oxidecomputer/maghemite |
795 | 2024-12-19T05:35:06.984Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
796 | 2024-12-19T05:35:07.058Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
797 | 2024-12-19T05:35:07.387Z | From https://github.com/oxidecomputer/serde_human_bytes |
798 | 2024-12-19T05:35:07.387Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
799 | 2024-12-19T05:35:07.406Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
800 | 2024-12-19T05:35:07.789Z | From https://github.com/oxidecomputer/slog-error-chain |
801 | 2024-12-19T05:35:07.790Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
802 | 2024-12-19T05:35:07.815Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
803 | 2024-12-19T05:35:08.215Z | From https://github.com/oxidecomputer/poptrie |
804 | 2024-12-19T05:35:08.215Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
805 | 2024-12-19T05:35:08.259Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
806 | 2024-12-19T05:35:08.663Z | From https://github.com/illumos/libscf-sys |
807 | 2024-12-19T05:35:08.663Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
808 | 2024-12-19T05:35:08.673Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
809 | 2024-12-19T05:35:09.536Z | From https://github.com/oxidecomputer/progenitor |
810 | 2024-12-19T05:35:09.536Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
811 | 2024-12-19T05:35:09.558Z | * [new tag] v0.1.1 -> v0.1.1 |
812 | 2024-12-19T05:35:09.560Z | * [new tag] v0.2.0 -> v0.2.0 |
813 | 2024-12-19T05:35:09.560Z | * [new tag] v0.3.0 -> v0.3.0 |
814 | 2024-12-19T05:35:09.560Z | * [new tag] v0.4.0 -> v0.4.0 |
815 | 2024-12-19T05:35:09.560Z | * [new tag] v0.5.0 -> v0.5.0 |
816 | 2024-12-19T05:35:09.560Z | * [new tag] v0.6.0 -> v0.6.0 |
817 | 2024-12-19T05:35:09.561Z | * [new tag] v0.7.0 -> v0.7.0 |
818 | 2024-12-19T05:35:09.702Z | Updating git repository `https://github.com/oxidecomputer/typify` |
819 | 2024-12-19T05:35:10.484Z | From https://github.com/oxidecomputer/typify |
820 | 2024-12-19T05:35:10.484Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
821 | 2024-12-19T05:35:10.487Z | * [new tag] v0.2.0 -> v0.2.0 |
822 | 2024-12-19T05:35:10.505Z | * [new tag] v0.0.10 -> v0.0.10 |
823 | 2024-12-19T05:35:10.508Z | * [new tag] v0.0.11 -> v0.0.11 |
824 | 2024-12-19T05:35:10.509Z | * [new tag] v0.0.12 -> v0.0.12 |
825 | 2024-12-19T05:35:10.509Z | * [new tag] v0.0.13 -> v0.0.13 |
826 | 2024-12-19T05:35:10.509Z | * [new tag] v0.0.14 -> v0.0.14 |
827 | 2024-12-19T05:35:10.509Z | * [new tag] v0.0.15 -> v0.0.15 |
828 | 2024-12-19T05:35:10.509Z | * [new tag] v0.0.16 -> v0.0.16 |
829 | 2024-12-19T05:35:10.509Z | * [new tag] v0.0.4 -> v0.0.4 |
830 | 2024-12-19T05:35:10.509Z | * [new tag] v0.0.5 -> v0.0.5 |
831 | 2024-12-19T05:35:10.509Z | * [new tag] v0.0.7 -> v0.0.7 |
832 | 2024-12-19T05:35:10.509Z | * [new tag] v0.0.8 -> v0.0.8 |
833 | 2024-12-19T05:35:10.509Z | * [new tag] v0.0.9 -> v0.0.9 |
834 | 2024-12-19T05:35:10.509Z | * [new tag] v0.1.0 -> v0.1.0 |
835 | 2024-12-19T05:35:10.645Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
836 | 2024-12-19T05:35:11.637Z | From https://github.com/oxidecomputer/crucible |
837 | 2024-12-19T05:35:11.637Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
838 | 2024-12-19T05:35:11.700Z | Updating git repository `https://github.com/oxidecomputer/opte` |
839 | 2024-12-19T05:35:12.118Z | From https://github.com/oxidecomputer/opte |
840 | 2024-12-19T05:35:12.118Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
841 | 2024-12-19T05:35:12.175Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
842 | 2024-12-19T05:35:12.798Z | From https://github.com/oxidecomputer/management-gateway-service |
843 | 2024-12-19T05:35:12.798Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
844 | 2024-12-19T05:35:13.222Z | Downloading crates ... |
845 | 2024-12-19T05:35:13.339Z | Downloaded anstyle-parse v0.2.5 |
846 | 2024-12-19T05:35:13.342Z | Downloaded argon2 v0.5.3 |
847 | 2024-12-19T05:35:13.344Z | Downloaded arc-swap v1.7.1 |
848 | 2024-12-19T05:35:13.352Z | Downloaded convert_case v0.4.0 |
849 | 2024-12-19T05:35:13.354Z | Downloaded rustc_version v0.1.7 |
850 | 2024-12-19T05:35:13.361Z | Downloaded crc8 v0.1.1 |
851 | 2024-12-19T05:35:13.364Z | Downloaded const-random v0.1.18 |
852 | 2024-12-19T05:35:13.364Z | Downloaded darling_macro v0.20.10 |
853 | 2024-12-19T05:35:13.367Z | Downloaded async-stream-impl v0.3.5 |
854 | 2024-12-19T05:35:13.370Z | Downloaded take_mut v0.2.2 |
855 | 2024-12-19T05:35:13.370Z | Downloaded sigpipe v0.1.3 |
856 | 2024-12-19T05:35:13.374Z | Downloaded serde-big-array v0.5.1 |
857 | 2024-12-19T05:35:13.376Z | Downloaded crucible-workspace-hack v0.1.0 |
858 | 2024-12-19T05:35:13.378Z | Downloaded crunchy v0.2.2 |
859 | 2024-12-19T05:35:13.378Z | Downloaded sync_wrapper v0.1.2 |
860 | 2024-12-19T05:35:13.382Z | Downloaded const-random-macro v0.1.16 |
861 | 2024-12-19T05:35:13.382Z | Downloaded foreign-types-shared v0.3.1 |
862 | 2024-12-19T05:35:13.384Z | Downloaded fxhash v0.2.1 |
863 | 2024-12-19T05:35:13.386Z | Downloaded cstr-argument v0.1.2 |
864 | 2024-12-19T05:35:13.389Z | Downloaded waitgroup v0.1.2 |
865 | 2024-12-19T05:35:13.392Z | Downloaded scroll_derive v0.12.0 |
866 | 2024-12-19T05:35:13.395Z | Downloaded dtrace-parser v0.2.0 |
867 | 2024-12-19T05:35:13.398Z | Downloaded strum v0.26.3 |
868 | 2024-12-19T05:35:13.402Z | Downloaded sync_wrapper v1.0.1 |
869 | 2024-12-19T05:35:13.402Z | Downloaded anstyle-query v1.1.1 |
870 | 2024-12-19T05:35:13.411Z | Downloaded arrayref v0.3.9 |
871 | 2024-12-19T05:35:13.414Z | Downloaded typify-macro v0.2.0 |
872 | 2024-12-19T05:35:13.416Z | Downloaded same-file v1.0.6 |
873 | 2024-12-19T05:35:13.416Z | Downloaded crossbeam-deque v0.8.5 |
874 | 2024-12-19T05:35:13.419Z | Downloaded ciborium-ll v0.2.2 |
875 | 2024-12-19T05:35:13.421Z | Downloaded colorchoice v1.0.2 |
876 | 2024-12-19T05:35:13.422Z | Downloaded rustls-pemfile v1.0.4 |
877 | 2024-12-19T05:35:13.424Z | Downloaded time-core v0.1.2 |
878 | 2024-12-19T05:35:13.424Z | Downloaded defmt-macros v0.3.9 |
879 | 2024-12-19T05:35:13.426Z | Downloaded dyn-clone v1.0.17 |
880 | 2024-12-19T05:35:13.430Z | Downloaded zone_cfg_derive v0.1.2 |
881 | 2024-12-19T05:35:13.432Z | Downloaded slog-json v2.6.1 |
882 | 2024-12-19T05:35:13.432Z | Downloaded constant_time_eq v0.3.1 |
883 | 2024-12-19T05:35:13.435Z | Downloaded futures-executor v0.3.30 |
884 | 2024-12-19T05:35:13.435Z | Downloaded usdt v0.5.0 |
885 | 2024-12-19T05:35:13.437Z | Downloaded terminal_size v0.4.0 |
886 | 2024-12-19T05:35:13.438Z | Downloaded thread-id v4.2.2 |
887 | 2024-12-19T05:35:13.440Z | Downloaded slog-stdlog v4.1.1 |
888 | 2024-12-19T05:35:13.440Z | Downloaded futures-macro v0.3.30 |
889 | 2024-12-19T05:35:13.442Z | Downloaded embedded-io v0.4.0 |
890 | 2024-12-19T05:35:13.444Z | Downloaded enum-as-inner v0.6.1 |
891 | 2024-12-19T05:35:13.447Z | Downloaded usdt-attr-macro v0.5.0 |
892 | 2024-12-19T05:35:13.447Z | Downloaded hash32 v0.3.1 |
893 | 2024-12-19T05:35:13.450Z | Downloaded futures-task v0.3.30 |
894 | 2024-12-19T05:35:13.450Z | Downloaded float-ord v0.3.2 |
895 | 2024-12-19T05:35:13.453Z | Downloaded slog-dtrace v0.3.0 |
896 | 2024-12-19T05:35:13.453Z | Downloaded rustversion v1.0.17 |
897 | 2024-12-19T05:35:13.455Z | Downloaded slog-scope v4.4.0 |
898 | 2024-12-19T05:35:13.458Z | Downloaded fastrand v2.1.1 |
899 | 2024-12-19T05:35:13.458Z | Downloaded slog-async v2.8.0 |
900 | 2024-12-19T05:35:13.461Z | Downloaded serde_tokenstream v0.2.2 |
901 | 2024-12-19T05:35:13.461Z | Downloaded structmeta v0.3.0 |
902 | 2024-12-19T05:35:13.464Z | Downloaded tiny-keccak v2.0.2 |
903 | 2024-12-19T05:35:13.468Z | Downloaded tabwriter v1.4.0 |
904 | 2024-12-19T05:35:13.468Z | Downloaded smf v0.2.3 |
905 | 2024-12-19T05:35:13.471Z | Downloaded hostname v0.3.1 |
906 | 2024-12-19T05:35:13.471Z | Downloaded hostname v0.4.0 |
907 | 2024-12-19T05:35:13.471Z | Downloaded foreign-types v0.5.0 |
908 | 2024-12-19T05:35:13.474Z | Downloaded typify v0.2.0 |
909 | 2024-12-19T05:35:13.476Z | Downloaded untrusted v0.7.1 |
910 | 2024-12-19T05:35:13.476Z | Downloaded term v0.7.0 |
911 | 2024-12-19T05:35:13.479Z | Downloaded arrayvec v0.7.6 |
912 | 2024-12-19T05:35:13.482Z | Downloaded newline-converter v0.3.0 |
913 | 2024-12-19T05:35:13.485Z | Downloaded pretty-hex v0.4.1 |
914 | 2024-12-19T05:35:13.485Z | Downloaded zone_cfg_derive v0.3.0 |
915 | 2024-12-19T05:35:13.485Z | Downloaded errno v0.3.9 |
916 | 2024-12-19T05:35:13.487Z | Downloaded num_threads v0.1.7 |
917 | 2024-12-19T05:35:13.489Z | Downloaded slog-bunyan v2.5.0 |
918 | 2024-12-19T05:35:13.491Z | Downloaded utf-8 v0.7.6 |
919 | 2024-12-19T05:35:13.491Z | Downloaded usdt-macro v0.5.0 |
920 | 2024-12-19T05:35:13.491Z | Downloaded structmeta-derive v0.3.0 |
921 | 2024-12-19T05:35:13.494Z | Downloaded strum_macros v0.25.3 |
922 | 2024-12-19T05:35:13.496Z | Downloaded tokio-rustls v0.25.0 |
923 | 2024-12-19T05:35:13.498Z | Downloaded sha1 v0.10.6 |
924 | 2024-12-19T05:35:13.500Z | Downloaded thin-vec v0.2.13 |
925 | 2024-12-19T05:35:13.500Z | Downloaded defmt-parser v0.3.4 |
926 | 2024-12-19T05:35:13.503Z | Downloaded futures-io v0.3.30 |
927 | 2024-12-19T05:35:13.503Z | Downloaded tokio-tungstenite v0.21.0 |
928 | 2024-12-19T05:35:13.506Z | Downloaded serde_with_macros v3.9.0 |
929 | 2024-12-19T05:35:13.510Z | Downloaded sct v0.7.1 |
930 | 2024-12-19T05:35:13.513Z | Downloaded usdt-impl v0.5.0 |
931 | 2024-12-19T05:35:13.516Z | Downloaded schemars_derive v0.8.21 |
932 | 2024-12-19T05:35:13.516Z | Downloaded httparse v1.9.4 |
933 | 2024-12-19T05:35:13.519Z | Downloaded newtype_derive v0.1.6 |
934 | 2024-12-19T05:35:13.519Z | Downloaded anyhow v1.0.94 |
935 | 2024-12-19T05:35:13.522Z | Downloaded toml v0.7.8 |
936 | 2024-12-19T05:35:13.525Z | Downloaded walkdir v2.5.0 |
937 | 2024-12-19T05:35:13.528Z | Downloaded hubpack_derive v0.1.1 |
938 | 2024-12-19T05:35:13.528Z | Downloaded rustc-hash v2.0.0 |
939 | 2024-12-19T05:35:13.530Z | Downloaded linear-map v1.2.0 |
940 | 2024-12-19T05:35:13.532Z | Downloaded tracing-attributes v0.1.27 |
941 | 2024-12-19T05:35:13.535Z | Downloaded no-std-compat v0.4.1 |
942 | 2024-12-19T05:35:13.535Z | Downloaded instant v0.1.13 |
943 | 2024-12-19T05:35:13.538Z | Downloaded ucd-trie v0.1.6 |
944 | 2024-12-19T05:35:13.538Z | Downloaded match_cfg v0.1.0 |
945 | 2024-12-19T05:35:13.538Z | Downloaded managed v0.8.0 |
946 | 2024-12-19T05:35:13.541Z | Downloaded quinn-udp v0.5.5 |
947 | 2024-12-19T05:35:13.541Z | Downloaded time-macros v0.2.18 |
948 | 2024-12-19T05:35:13.544Z | Downloaded hyper-tls v0.5.0 |
949 | 2024-12-19T05:35:13.546Z | Downloaded slog v2.7.0 |
950 | 2024-12-19T05:35:13.550Z | Downloaded smartstring v1.0.1 |
951 | 2024-12-19T05:35:13.555Z | Downloaded serde_derive v1.0.215 |
952 | 2024-12-19T05:35:13.555Z | Downloaded resolv-conf v0.7.0 |
953 | 2024-12-19T05:35:13.558Z | Downloaded semver v1.0.23 |
954 | 2024-12-19T05:35:13.558Z | Downloaded deranged v0.3.11 |
955 | 2024-12-19T05:35:13.558Z | Downloaded num-iter v0.1.45 |
956 | 2024-12-19T05:35:13.562Z | Downloaded tar v0.4.41 |
957 | 2024-12-19T05:35:13.565Z | Downloaded tracing-core v0.1.32 |
958 | 2024-12-19T05:35:13.569Z | Downloaded proc-macro-crate v1.3.1 |
959 | 2024-12-19T05:35:13.569Z | Downloaded num-integer v0.1.46 |
960 | 2024-12-19T05:35:13.569Z | Downloaded crossbeam-epoch v0.9.18 |
961 | 2024-12-19T05:35:13.572Z | Downloaded schemars v0.8.21 |
962 | 2024-12-19T05:35:13.581Z | Downloaded omicron-workspace-hack v0.1.0 |
963 | 2024-12-19T05:35:13.584Z | Downloaded progenitor-client v0.8.0 |
964 | 2024-12-19T05:35:13.584Z | Downloaded num-conv v0.1.0 |
965 | 2024-12-19T05:35:13.586Z | Downloaded memmap v0.7.0 |
966 | 2024-12-19T05:35:13.587Z | Downloaded newtype-uuid v1.1.0 |
967 | 2024-12-19T05:35:13.587Z | Downloaded powerfmt v0.2.0 |
968 | 2024-12-19T05:35:13.589Z | Downloaded macaddr v1.0.1 |
969 | 2024-12-19T05:35:13.589Z | Downloaded libsw v3.3.1 |
970 | 2024-12-19T05:35:13.591Z | Downloaded dropshot_endpoint v0.12.0 |
971 | 2024-12-19T05:35:13.594Z | Downloaded ciborium v0.2.2 |
972 | 2024-12-19T05:35:13.596Z | Downloaded ciborium-io v0.2.2 |
973 | 2024-12-19T05:35:13.596Z | Downloaded plain v0.2.3 |
974 | 2024-12-19T05:35:13.599Z | Downloaded num_enum_derive v0.7.3 |
975 | 2024-12-19T05:35:13.599Z | Downloaded unsafe-libyaml v0.2.11 |
976 | 2024-12-19T05:35:13.602Z | Downloaded quick-error v1.2.3 |
977 | 2024-12-19T05:35:13.605Z | Downloaded linked-hash-map v0.5.6 |
978 | 2024-12-19T05:35:13.608Z | Downloaded diff v0.1.13 |
979 | 2024-12-19T05:35:13.608Z | Downloaded unicode-ident v1.0.13 |
980 | 2024-12-19T05:35:13.611Z | Downloaded blake2 v0.10.6 |
981 | 2024-12-19T05:35:13.614Z | Downloaded num_enum_derive v0.5.11 |
982 | 2024-12-19T05:35:13.614Z | Downloaded tungstenite v0.21.0 |
983 | 2024-12-19T05:35:13.617Z | Downloaded lru-cache v0.1.2 |
984 | 2024-12-19T05:35:13.619Z | Downloaded parse-display-derive v0.10.0 |
985 | 2024-12-19T05:35:13.619Z | Downloaded parse-display v0.10.0 |
986 | 2024-12-19T05:35:13.621Z | Downloaded futures-sink v0.3.30 |
987 | 2024-12-19T05:35:13.621Z | Downloaded proc-macro-crate v3.2.0 |
988 | 2024-12-19T05:35:13.624Z | Downloaded hubpack v0.1.2 |
989 | 2024-12-19T05:35:13.624Z | Downloaded num_enum v0.7.3 |
990 | 2024-12-19T05:35:13.627Z | Downloaded itoa v1.0.11 |
991 | 2024-12-19T05:35:13.630Z | Downloaded proc-macro-error v1.0.4 |
992 | 2024-12-19T05:35:13.632Z | Downloaded unicode-bidi v0.3.15 |
993 | 2024-12-19T05:35:13.635Z | Downloaded url v2.5.2 |
994 | 2024-12-19T05:35:13.637Z | Downloaded tracing v0.1.40 |
995 | 2024-12-19T05:35:13.642Z | Downloaded serde v1.0.215 |
996 | 2024-12-19T05:35:13.646Z | Downloaded topological-sort v0.2.2 |
997 | 2024-12-19T05:35:13.647Z | Downloaded is-terminal v0.4.13 |
998 | 2024-12-19T05:35:13.650Z | Downloaded pest_derive v2.7.13 |
999 | 2024-12-19T05:35:13.650Z | Downloaded parking_lot_core v0.8.6 |
1000 | 2024-12-19T05:35:13.654Z | Downloaded hyper-rustls v0.24.2 |
1001 | 2024-12-19T05:35:13.658Z | Downloaded darling_core v0.20.10 |
1002 | 2024-12-19T05:35:13.663Z | Downloaded num-rational v0.4.2 |
1003 | 2024-12-19T05:35:13.663Z | Downloaded num-complex v0.4.6 |
1004 | 2024-12-19T05:35:13.663Z | Downloaded darling v0.20.10 |
1005 | 2024-12-19T05:35:13.666Z | Downloaded steno v0.4.1 |
1006 | 2024-12-19T05:35:13.669Z | Downloaded toml_edit v0.19.15 |
1007 | 2024-12-19T05:35:13.684Z | Downloaded zone v0.3.0 |
1008 | 2024-12-19T05:35:13.687Z | Downloaded progenitor-macro v0.8.0 |
1009 | 2024-12-19T05:35:13.687Z | Downloaded progenitor v0.8.0 |
1010 | 2024-12-19T05:35:13.690Z | Downloaded prettyplease v0.2.22 |
1011 | 2024-12-19T05:35:13.697Z | Downloaded unicode-segmentation v1.12.0 |
1012 | 2024-12-19T05:35:13.698Z | Downloaded miniz_oxide v0.8.0 |
1013 | 2024-12-19T05:35:13.698Z | Downloaded password-hash v0.5.0 |
1014 | 2024-12-19T05:35:13.707Z | Downloaded backoff v0.4.0 |
1015 | 2024-12-19T05:35:13.707Z | Downloaded quinn v0.11.5 |
1016 | 2024-12-19T05:35:13.707Z | Downloaded rhai_codegen v2.2.0 |
1017 | 2024-12-19T05:35:13.713Z | Downloaded num v0.4.3 |
1018 | 2024-12-19T05:35:13.713Z | Downloaded allocator-api2 v0.2.18 |
1019 | 2024-12-19T05:35:13.716Z | Downloaded toml_edit v0.22.21 |
1020 | 2024-12-19T05:35:13.734Z | Downloaded pretty_assertions v1.4.1 |
1021 | 2024-12-19T05:35:13.737Z | Downloaded cc v1.1.21 |
1022 | 2024-12-19T05:35:13.739Z | Downloaded whoami v1.5.2 |
1023 | 2024-12-19T05:35:13.741Z | Downloaded progenitor-impl v0.8.0 |
1024 | 2024-12-19T05:35:13.744Z | Downloaded tokio-util v0.7.12 |
1025 | 2024-12-19T05:35:13.749Z | Downloaded httpdate v1.0.3 |
1026 | 2024-12-19T05:35:13.752Z | Downloaded pin-project-lite v0.2.14 |
1027 | 2024-12-19T05:35:13.755Z | Downloaded time v0.3.36 |
1028 | 2024-12-19T05:35:13.762Z | Downloaded postcard v1.0.10 |
1029 | 2024-12-19T05:35:13.764Z | Downloaded zerocopy v0.6.6 |
1030 | 2024-12-19T05:35:13.767Z | Downloaded heapless v0.8.0 |
1031 | 2024-12-19T05:35:13.770Z | Downloaded memmap2 v0.9.5 |
1032 | 2024-12-19T05:35:13.772Z | Downloaded ron v0.7.1 |
1033 | 2024-12-19T05:35:13.776Z | Downloaded serde_with v3.9.0 |
1034 | 2024-12-19T05:35:13.784Z | Downloaded pest_generator v2.7.13 |
1035 | 2024-12-19T05:35:13.788Z | Downloaded indicatif v0.17.8 |
1036 | 2024-12-19T05:35:13.791Z | Downloaded itertools v0.10.5 |
1037 | 2024-12-19T05:35:13.795Z | Downloaded libm v0.2.8 |
1038 | 2024-12-19T05:35:13.803Z | Downloaded crossbeam-channel v0.5.13 |
1039 | 2024-12-19T05:35:13.807Z | Downloaded rustls-webpki v0.101.7 |
1040 | 2024-12-19T05:35:13.820Z | Downloaded itertools v0.12.1 |
1041 | 2024-12-19T05:35:13.826Z | Downloaded omicron-zone-package v0.11.1 |
1042 | 2024-12-19T05:35:13.829Z | Downloaded parking_lot v0.11.2 |
1043 | 2024-12-19T05:35:13.833Z | Downloaded yansi v1.0.1 |
1044 | 2024-12-19T05:35:13.836Z | Downloaded proc-macro2 v1.0.86 |
1045 | 2024-12-19T05:35:13.838Z | Downloaded quinn-proto v0.11.8 |
1046 | 2024-12-19T05:35:13.843Z | Downloaded hashbrown v0.12.3 |
1047 | 2024-12-19T05:35:13.846Z | Downloaded flate2 v1.0.33 |
1048 | 2024-12-19T05:35:13.852Z | Downloaded syn v1.0.109 |
1049 | 2024-12-19T05:35:13.861Z | Downloaded openssl-sys v0.9.103 |
1050 | 2024-12-19T05:35:13.866Z | Downloaded pest_meta v2.7.13 |
1051 | 2024-12-19T05:35:13.868Z | Downloaded indexmap v2.5.0 |
1052 | 2024-12-19T05:35:13.871Z | Downloaded rustls v0.21.12 |
1053 | 2024-12-19T05:35:13.882Z | Downloaded mio v1.0.2 |
1054 | 2024-12-19T05:35:13.887Z | Downloaded webpki-roots v0.26.6 |
1055 | 2024-12-19T05:35:13.891Z | Downloaded rustix v0.38.37 |
1056 | 2024-12-19T05:35:13.912Z | Downloaded webpki-roots v0.25.4 |
1057 | 2024-12-19T05:35:13.916Z | Downloaded idna v0.5.0 |
1058 | 2024-12-19T05:35:13.922Z | Downloaded rustls v0.22.4 |
1059 | 2024-12-19T05:35:13.934Z | Downloaded regress v0.10.1 |
1060 | 2024-12-19T05:35:13.942Z | Downloaded hashbrown v0.14.5 |
1061 | 2024-12-19T05:35:13.947Z | Downloaded smoltcp v0.11.0 |
1062 | 2024-12-19T05:35:13.958Z | Downloaded rustls v0.23.13 |
1063 | 2024-12-19T05:35:13.969Z | Downloaded syn v2.0.87 |
1064 | 2024-12-19T05:35:13.979Z | Downloaded h2 v0.3.26 |
1065 | 2024-12-19T05:35:13.985Z | Downloaded typify-impl v0.2.0 |
1066 | 2024-12-19T05:35:13.998Z | Downloaded sled v0.34.7 |
1067 | 2024-12-19T05:35:14.007Z | Downloaded goblin v0.8.2 |
1068 | 2024-12-19T05:35:14.013Z | Downloaded h2 v0.4.6 |
1069 | 2024-12-19T05:35:14.019Z | Downloaded blake3 v1.5.4 |
1070 | 2024-12-19T05:35:14.026Z | Downloaded futures-util v0.3.30 |
1071 | 2024-12-19T05:35:14.037Z | Downloaded hyper v1.5.1 |
1072 | 2024-12-19T05:35:14.043Z | Downloaded winnow v0.5.40 |
1073 | 2024-12-19T05:35:14.050Z | Downloaded pest v2.7.13 |
1074 | 2024-12-19T05:35:14.055Z | Downloaded winnow v0.6.18 |
1075 | 2024-12-19T05:35:14.063Z | Downloaded reqwest v0.11.27 |
1076 | 2024-12-19T05:35:14.071Z | Downloaded hyper v0.14.30 |
1077 | 2024-12-19T05:35:14.077Z | Downloaded expectorate v1.1.0 |
1078 | 2024-12-19T05:35:14.079Z | Downloaded chrono v0.4.38 |
1079 | 2024-12-19T05:35:14.085Z | Downloaded portable-atomic v1.8.0 |
1080 | 2024-12-19T05:35:14.091Z | Downloaded http v0.2.12 |
1081 | 2024-12-19T05:35:14.095Z | Downloaded hickory-resolver v0.24.1 |
1082 | 2024-12-19T05:35:14.099Z | Downloaded ipnet v2.10.0 |
1083 | 2024-12-19T05:35:14.101Z | Downloaded indexmap v1.9.3 |
1084 | 2024-12-19T05:35:14.104Z | Downloaded derive_more v0.99.18 |
1085 | 2024-12-19T05:35:14.107Z | Downloaded zone v0.1.8 |
1086 | 2024-12-19T05:35:14.110Z | Downloaded rayon-core v1.12.1 |
1087 | 2024-12-19T05:35:14.112Z | Downloaded num-derive v0.4.2 |
1088 | 2024-12-19T05:35:14.116Z | Downloaded half v2.4.1 |
1089 | 2024-12-19T05:35:14.116Z | Downloaded futures v0.3.30 |
1090 | 2024-12-19T05:35:14.120Z | Downloaded cancel-safe-futures v0.1.5 |
1091 | 2024-12-19T05:35:14.123Z | Downloaded bytes v1.7.2 |
1092 | 2024-12-19T05:35:14.130Z | Downloaded base64 v0.13.1 |
1093 | 2024-12-19T05:35:14.132Z | Downloaded multer v3.1.0 |
1094 | 2024-12-19T05:35:14.132Z | Downloaded ipnetwork v0.20.0 |
1095 | 2024-12-19T05:35:14.135Z | Downloaded xz2 v0.1.7 |
1096 | 2024-12-19T05:35:14.135Z | Downloaded proc-macro-error-attr v1.0.4 |
1097 | 2024-12-19T05:35:14.135Z | Downloaded pretty-hex v0.2.1 |
1098 | 2024-12-19T05:35:14.137Z | Downloaded num_enum v0.5.11 |
1099 | 2024-12-19T05:35:14.141Z | Downloaded hyper-rustls v0.27.3 |
1100 | 2024-12-19T05:35:14.143Z | Downloaded num-derive v0.3.3 |
1101 | 2024-12-19T05:35:14.145Z | Downloaded serde_yaml v0.9.34+deprecated |
1102 | 2024-12-19T05:35:14.147Z | Downloaded paste v1.0.15 |
1103 | 2024-12-19T05:35:14.150Z | Downloaded similar v2.6.0 |
1104 | 2024-12-19T05:35:14.154Z | Downloaded ident_case v1.0.1 |
1105 | 2024-12-19T05:35:14.157Z | Downloaded crossbeam-utils v0.8.20 |
1106 | 2024-12-19T05:35:14.157Z | Downloaded cookie v0.18.1 |
1107 | 2024-12-19T05:35:14.160Z | Downloaded tokio-rustls v0.24.1 |
1108 | 2024-12-19T05:35:14.163Z | Downloaded dropshot v0.12.0 |
1109 | 2024-12-19T05:35:14.179Z | Downloaded regex v1.10.6 |
1110 | 2024-12-19T05:35:14.191Z | Downloaded idna v0.4.0 |
1111 | 2024-12-19T05:35:14.197Z | Downloaded openssl v0.10.66 |
1112 | 2024-12-19T05:35:14.206Z | Downloaded strum_macros v0.26.4 |
1113 | 2024-12-19T05:35:14.208Z | Downloaded highway v1.2.0 |
1114 | 2024-12-19T05:35:14.211Z | Downloaded slog-term v2.9.1 |
1115 | 2024-12-19T05:35:14.213Z | Downloaded rustls-pemfile v2.1.3 |
1116 | 2024-12-19T05:35:14.216Z | Downloaded http-body v0.4.6 |
1117 | 2024-12-19T05:35:14.216Z | Downloaded scroll v0.12.0 |
1118 | 2024-12-19T05:35:14.218Z | Downloaded tempfile v3.12.0 |
1119 | 2024-12-19T05:35:14.221Z | Downloaded rustls-pki-types v1.8.0 |
1120 | 2024-12-19T05:35:14.221Z | Downloaded futures-channel v0.3.30 |
1121 | 2024-12-19T05:35:14.223Z | Downloaded console v0.15.8 |
1122 | 2024-12-19T05:35:14.226Z | Downloaded rhai v1.20.0 |
1123 | 2024-12-19T05:35:14.236Z | Downloaded hickory-proto v0.24.1 |
1124 | 2024-12-19T05:35:14.249Z | Downloaded regress v0.9.1 |
1125 | 2024-12-19T05:35:14.257Z | Downloaded regex-syntax v0.8.4 |
1126 | 2024-12-19T05:35:14.264Z | Downloaded openapiv3 v2.0.0 |
1127 | 2024-12-19T05:35:14.276Z | Downloaded async-trait v0.1.83 |
1128 | 2024-12-19T05:35:14.279Z | Downloaded spin v0.5.2 |
1129 | 2024-12-19T05:35:14.281Z | Downloaded heck v0.3.3 |
1130 | 2024-12-19T05:35:14.281Z | Downloaded futures-core v0.3.30 |
1131 | 2024-12-19T05:35:14.284Z | Downloaded dof v0.3.0 |
1132 | 2024-12-19T05:35:14.284Z | Downloaded serde_spanned v0.6.7 |
1133 | 2024-12-19T05:35:14.287Z | Downloaded tokio-rustls v0.26.0 |
1134 | 2024-12-19T05:35:14.287Z | Downloaded serde_derive_internals v0.29.1 |
1135 | 2024-12-19T05:35:14.289Z | Downloaded semver v0.1.20 |
1136 | 2024-12-19T05:35:14.289Z | Downloaded anstream v0.6.15 |
1137 | 2024-12-19T05:35:14.292Z | Downloaded heck v0.4.1 |
1138 | 2024-12-19T05:35:14.292Z | Downloaded defmt v0.3.8 |
1139 | 2024-12-19T05:35:14.294Z | Downloaded dirs-sys-next v0.1.2 |
1140 | 2024-12-19T05:35:14.296Z | Downloaded cobs v0.2.3 |
1141 | 2024-12-19T05:35:14.297Z | Downloaded dirs-next v2.0.0 |
1142 | 2024-12-19T05:35:14.298Z | Downloaded colored v2.1.0 |
1143 | 2024-12-19T05:35:14.301Z | Downloaded async-stream v0.3.5 |
1144 | 2024-12-19T05:35:14.301Z | Downloaded foreign-types-macros v0.2.3 |
1145 | 2024-12-19T05:35:14.303Z | Downloaded embedded-io v0.6.1 |
1146 | 2024-12-19T05:35:14.303Z | Downloaded serde_repr v0.1.19 |
1147 | 2024-12-19T05:35:14.305Z | Downloaded bitflags v1.3.2 |
1148 | 2024-12-19T05:35:14.308Z | Downloaded slog-envlogger v2.2.0 |
1149 | 2024-12-19T05:35:14.310Z | Downloaded data-encoding v2.6.0 |
1150 | 2024-12-19T05:35:14.310Z | Downloaded autocfg v1.3.0 |
1151 | 2024-12-19T05:35:14.313Z | Downloaded cpufeatures v0.2.14 |
1152 | 2024-12-19T05:35:14.313Z | Downloaded atomic-waker v1.1.2 |
1153 | 2024-12-19T05:35:14.324Z | Downloaded zerocopy-derive v0.6.6 |
1154 | 2024-12-19T05:35:14.347Z | Downloaded regex-automata v0.4.7 |
1155 | 2024-12-19T05:35:14.388Z | Downloaded lzma-sys v0.1.20 |
1156 | 2024-12-19T05:35:14.500Z | Downloaded encoding_rs v0.8.34 |
1157 | 2024-12-19T05:35:14.816Z | Downloaded ring v0.16.20 |
1158 | 2024-12-19T05:35:15.803Z | Compiling proc-macro2 v1.0.86 |
1159 | 2024-12-19T05:35:15.803Z | Compiling unicode-ident v1.0.13 |
1160 | 2024-12-19T05:35:15.806Z | Compiling libc v0.2.169 |
1161 | 2024-12-19T05:35:15.806Z | Compiling cfg-if v1.0.0 |
1162 | 2024-12-19T05:35:15.806Z | Compiling serde v1.0.215 |
1163 | 2024-12-19T05:35:15.806Z | Compiling version_check v0.9.5 |
1164 | 2024-12-19T05:35:15.806Z | Compiling autocfg v1.3.0 |
1165 | 2024-12-19T05:35:15.807Z | Compiling memchr v2.7.4 |
1166 | 2024-12-19T05:35:15.909Z | Compiling byteorder v1.5.0 |
1167 | 2024-12-19T05:35:15.978Z | Compiling once_cell v1.20.2 |
1168 | 2024-12-19T05:35:16.338Z | Compiling itoa v1.0.11 |
1169 | 2024-12-19T05:35:16.341Z | Compiling ryu v1.0.18 |
1170 | 2024-12-19T05:35:16.376Z | Compiling allocator-api2 v0.2.18 |
1171 | 2024-12-19T05:35:16.478Z | Compiling libm v0.2.8 |
1172 | 2024-12-19T05:35:16.526Z | Compiling pin-project-lite v0.2.14 |
1173 | 2024-12-19T05:35:16.576Z | Compiling lock_api v0.4.12 |
1174 | 2024-12-19T05:35:16.633Z | Compiling parking_lot_core v0.9.10 |
1175 | 2024-12-19T05:35:16.689Z | Compiling scopeguard v1.2.0 |
1176 | 2024-12-19T05:35:16.905Z | Compiling equivalent v1.0.1 |
1177 | 2024-12-19T05:35:17.013Z | Compiling portable-atomic v1.8.0 |
1178 | 2024-12-19T05:35:17.163Z | Compiling thiserror v1.0.69 |
1179 | 2024-12-19T05:35:17.251Z | Compiling ahash v0.8.11 |
1180 | 2024-12-19T05:35:17.561Z | Compiling quote v1.0.37 |
1181 | 2024-12-19T05:35:17.699Z | Compiling shlex v1.3.0 |
1182 | 2024-12-19T05:35:17.831Z | Compiling log v0.4.22 |
1183 | 2024-12-19T05:35:17.975Z | Compiling syn v2.0.87 |
1184 | 2024-12-19T05:35:18.058Z | Compiling getrandom v0.2.15 |
1185 | 2024-12-19T05:35:18.068Z | Compiling mio v1.0.2 |
1186 | 2024-12-19T05:35:18.230Z | Compiling socket2 v0.5.8 |
1187 | 2024-12-19T05:35:18.242Z | Compiling signal-hook-registry v1.4.2 |
1188 | 2024-12-19T05:35:18.396Z | Compiling cc v1.1.21 |
1189 | 2024-12-19T05:35:18.410Z | Compiling futures-core v0.3.30 |
1190 | 2024-12-19T05:35:18.707Z | Compiling iana-time-zone v0.1.61 |
1191 | 2024-12-19T05:35:18.853Z | Compiling fnv v1.0.7 |
1192 | 2024-12-19T05:35:18.973Z | Compiling schemars v0.8.21 |
1193 | 2024-12-19T05:35:19.263Z | Compiling futures-sink v0.3.30 |
1194 | 2024-12-19T05:35:19.283Z | Compiling dyn-clone v1.0.17 |
1195 | 2024-12-19T05:35:19.347Z | Compiling slab v0.4.9 |
1196 | 2024-12-19T05:35:19.361Z | Compiling serde_json v1.0.133 |
1197 | 2024-12-19T05:35:19.396Z | Compiling num-traits v0.2.19 |
1198 | 2024-12-19T05:35:19.435Z | Compiling bitflags v2.6.0 |
1199 | 2024-12-19T05:35:19.493Z | Compiling futures-channel v0.3.30 |
1200 | 2024-12-19T05:35:19.699Z | Compiling futures-task v0.3.30 |
1201 | 2024-12-19T05:35:19.890Z | Compiling futures-io v0.3.30 |
1202 | 2024-12-19T05:35:19.892Z | Compiling pin-utils v0.1.0 |
1203 | 2024-12-19T05:35:19.977Z | Compiling heck v0.5.0 |
1204 | 2024-12-19T05:35:19.999Z | Compiling crunchy v0.2.2 |
1205 | 2024-12-19T05:35:20.034Z | Compiling tiny-keccak v2.0.2 |
1206 | 2024-12-19T05:35:20.242Z | Compiling subtle v2.6.1 |
1207 | 2024-12-19T05:35:20.490Z | Compiling spin v0.9.8 |
1208 | 2024-12-19T05:35:20.556Z | Compiling rustls-pki-types v1.8.0 |
1209 | 2024-12-19T05:35:20.728Z | Compiling atomic-waker v1.1.2 |
1210 | 2024-12-19T05:35:20.750Z | Compiling pkg-config v0.3.31 |
1211 | 2024-12-19T05:35:20.902Z | Compiling vcpkg v0.2.15 |
1212 | 2024-12-19T05:35:21.077Z | Compiling const-random-macro v0.1.16 |
1213 | 2024-12-19T05:35:21.445Z | Compiling ring v0.17.8 |
1214 | 2024-12-19T05:35:21.480Z | Compiling untrusted v0.9.0 |
1215 | 2024-12-19T05:35:21.633Z | Compiling httparse v1.9.4 |
1216 | 2024-12-19T05:35:21.812Z | Compiling const-random v0.1.18 |
1217 | 2024-12-19T05:35:21.907Z | Compiling zeroize v1.8.1 |
1218 | 2024-12-19T05:35:21.974Z | Compiling try-lock v0.2.5 |
1219 | 2024-12-19T05:35:22.025Z | Compiling httpdate v1.0.3 |
1220 | 2024-12-19T05:35:22.114Z | Compiling want v0.3.1 |
1221 | 2024-12-19T05:35:22.240Z | Compiling slog v2.7.0 |
1222 | 2024-12-19T05:35:22.419Z | Compiling foreign-types-shared v0.1.1 |
1223 | 2024-12-19T05:35:22.516Z | Compiling openssl v0.10.66 |
1224 | 2024-12-19T05:35:22.527Z | Compiling openssl-sys v0.9.103 |
1225 | 2024-12-19T05:35:22.548Z | Compiling foreign-types v0.3.2 |
1226 | 2024-12-19T05:35:22.611Z | Compiling tower-service v0.3.3 |
1227 | 2024-12-19T05:35:22.626Z | Compiling rustls v0.23.13 |
1228 | 2024-12-19T05:35:22.725Z | Compiling tinyvec_macros v0.1.1 |
1229 | 2024-12-19T05:35:22.808Z | Compiling percent-encoding v2.3.1 |
1230 | 2024-12-19T05:35:22.922Z | Compiling native-tls v0.2.12 |
1231 | 2024-12-19T05:35:22.933Z | Compiling tinyvec v1.8.0 |
1232 | 2024-12-19T05:35:23.194Z | Compiling form_urlencoded v1.2.1 |
1233 | 2024-12-19T05:35:23.194Z | Compiling openssl-probe v0.1.5 |
1234 | 2024-12-19T05:35:23.263Z | Compiling semver v1.0.23 |
1235 | 2024-12-19T05:35:23.521Z | Compiling unicode-bidi v0.3.15 |
1236 | 2024-12-19T05:35:23.621Z | Compiling tracing-core v0.1.32 |
1237 | 2024-12-19T05:35:23.670Z | Compiling typenum v1.17.0 |
1238 | 2024-12-19T05:35:23.788Z | Compiling ucd-trie v0.1.6 |
1239 | 2024-12-19T05:35:24.404Z | Compiling unicode-normalization v0.1.24 |
1240 | 2024-12-19T05:35:24.533Z | Compiling rand_core v0.6.4 |
1241 | 2024-12-19T05:35:24.815Z | Compiling aho-corasick v1.1.3 |
1242 | 2024-12-19T05:35:24.945Z | Compiling generic-array v0.14.7 |
1243 | 2024-12-19T05:35:24.986Z | Compiling encoding_rs v0.8.34 |
1244 | 2024-12-19T05:35:25.144Z | Compiling serde_derive_internals v0.29.1 |
1245 | 2024-12-19T05:35:25.149Z | Compiling mime v0.3.17 |
1246 | 2024-12-19T05:35:25.250Z | Compiling base64 v0.22.1 |
1247 | 2024-12-19T05:35:25.528Z | Compiling idna v0.5.0 |
1248 | 2024-12-19T05:35:25.868Z | Compiling regex-syntax v0.8.4 |
1249 | 2024-12-19T05:35:26.069Z | Compiling rustls-pemfile v2.1.3 |
1250 | 2024-12-19T05:35:26.570Z | Compiling url v2.5.2 |
1251 | 2024-12-19T05:35:27.377Z | Compiling rustls-webpki v0.102.8 |
1252 | 2024-12-19T05:35:28.773Z | Compiling webpki-roots v0.26.6 |
1253 | 2024-12-19T05:35:28.928Z | Compiling plain v0.2.3 |
1254 | 2024-12-19T05:35:28.983Z | Compiling strsim v0.11.1 |
1255 | 2024-12-19T05:35:29.067Z | Compiling powerfmt v0.2.0 |
1256 | 2024-12-19T05:35:29.507Z | Compiling regex-automata v0.4.7 |
1257 | 2024-12-19T05:35:29.589Z | Compiling num-conv v0.1.0 |
1258 | 2024-12-19T05:35:29.855Z | Compiling time-core v0.1.2 |
1259 | 2024-12-19T05:35:29.865Z | Compiling ipnet v2.10.0 |
1260 | 2024-12-19T05:35:29.986Z | Compiling winnow v0.6.18 |
1261 | 2024-12-19T05:35:30.014Z | Compiling time-macros v0.2.18 |
1262 | 2024-12-19T05:35:30.081Z | Compiling deranged v0.3.11 |
1263 | 2024-12-19T05:35:30.734Z | Compiling serde_derive v1.0.215 |
1264 | 2024-12-19T05:35:31.365Z | Compiling zerocopy-derive v0.7.35 |
1265 | 2024-12-19T05:35:31.563Z | Compiling tokio-macros v2.4.0 |
1266 | 2024-12-19T05:35:32.100Z | Compiling thiserror-impl v1.0.69 |
1267 | 2024-12-19T05:35:33.085Z | Compiling schemars_derive v0.8.21 |
1268 | 2024-12-19T05:35:33.231Z | Compiling futures-macro v0.3.30 |
1269 | 2024-12-19T05:35:33.531Z | Compiling zerocopy v0.7.35 |
1270 | 2024-12-19T05:35:33.615Z | Compiling openssl-macros v0.1.1 |
1271 | 2024-12-19T05:35:33.934Z | Compiling tracing-attributes v0.1.27 |
1272 | 2024-12-19T05:35:34.448Z | Compiling scroll_derive v0.12.0 |
1273 | 2024-12-19T05:35:35.154Z | Compiling futures-util v0.3.30 |
1274 | 2024-12-19T05:35:35.637Z | Compiling hashbrown v0.14.5 |
1275 | 2024-12-19T05:35:35.934Z | Compiling pest v2.7.13 |
1276 | 2024-12-19T05:35:36.090Z | Compiling scroll v0.12.0 |
1277 | 2024-12-19T05:35:36.690Z | Compiling goblin v0.8.2 |
1278 | 2024-12-19T05:35:37.138Z | Compiling regress v0.10.1 |
1279 | 2024-12-19T05:35:37.261Z | Compiling tracing v0.1.40 |
1280 | 2024-12-19T05:35:37.292Z | Compiling ppv-lite86 v0.2.20 |
1281 | 2024-12-19T05:35:37.721Z | Compiling regex v1.10.6 |
1282 | 2024-12-19T05:35:38.911Z | Compiling pest_meta v2.7.13 |
1283 | 2024-12-19T05:35:39.188Z | Compiling pretty-hex v0.4.1 |
1284 | 2024-12-19T05:35:39.401Z | Compiling num_threads v0.1.7 |
1285 | 2024-12-19T05:35:39.486Z | Compiling anyhow v1.0.94 |
1286 | 2024-12-19T05:35:39.525Z | Compiling rand_chacha v0.3.1 |
1287 | 2024-12-19T05:35:40.187Z | Compiling pest_generator v2.7.13 |
1288 | 2024-12-19T05:35:40.442Z | Compiling sync_wrapper v1.0.1 |
1289 | 2024-12-19T05:35:40.576Z | Compiling usdt-impl v0.5.0 |
1290 | 2024-12-19T05:35:41.079Z | Compiling rand v0.8.5 |
1291 | 2024-12-19T05:35:41.377Z | Compiling block-buffer v0.10.4 |
1292 | 2024-12-19T05:35:41.591Z | Compiling crypto-common v0.1.6 |
1293 | 2024-12-19T05:35:41.766Z | Compiling thread-id v4.2.2 |
1294 | 2024-12-19T05:35:41.808Z | Compiling omicron-workspace-hack v0.1.0 |
1295 | 2024-12-19T05:35:41.896Z | Compiling rustversion v1.0.17 |
1296 | 2024-12-19T05:35:42.011Z | Compiling syn v1.0.109 |
1297 | 2024-12-19T05:35:42.559Z | Compiling unsafe-libyaml v0.2.11 |
1298 | 2024-12-19T05:35:42.811Z | Compiling smallvec v1.13.2 |
1299 | 2024-12-19T05:35:43.172Z | Compiling pest_derive v2.7.13 |
1300 | 2024-12-19T05:35:43.217Z | Compiling ident_case v1.0.1 |
1301 | 2024-12-19T05:35:43.383Z | Compiling match_cfg v0.1.0 |
1302 | 2024-12-19T05:35:43.468Z | Compiling hostname v0.3.1 |
1303 | 2024-12-19T05:35:43.731Z | Compiling darling_core v0.20.10 |
1304 | 2024-12-19T05:35:44.130Z | Compiling dtrace-parser v0.2.0 |
1305 | 2024-12-19T05:35:44.280Z | Compiling errno v0.3.9 |
1306 | 2024-12-19T05:35:44.505Z | Compiling bytes v1.7.2 |
1307 | 2024-12-19T05:35:44.581Z | Compiling uuid v1.11.0 |
1308 | 2024-12-19T05:35:45.550Z | Compiling indexmap v2.5.0 |
1309 | 2024-12-19T05:35:46.404Z | Compiling http v1.2.0 |
1310 | 2024-12-19T05:35:47.568Z | Compiling parking_lot v0.12.3 |
1311 | 2024-12-19T05:35:47.729Z | Compiling serde_tokenstream v0.2.2 |
1312 | 2024-12-19T05:35:48.299Z | Compiling tokio v1.42.0 |
1313 | 2024-12-19T05:35:48.614Z | Compiling http-body v1.0.1 |
1314 | 2024-12-19T05:35:48.843Z | Compiling chrono v0.4.38 |
1315 | 2024-12-19T05:35:49.231Z | Compiling toml_datetime v0.6.8 |
1316 | 2024-12-19T05:35:49.872Z | Compiling http-body-util v0.1.2 |
1317 | 2024-12-19T05:35:50.394Z | Compiling serde_urlencoded v0.7.1 |
1318 | 2024-12-19T05:35:50.962Z | Compiling openapiv3 v2.0.0 |
1319 | 2024-12-19T05:35:50.973Z | Compiling serde_spanned v0.6.7 |
1320 | 2024-12-19T05:35:51.342Z | Compiling dof v0.3.0 |
1321 | 2024-12-19T05:35:54.044Z | Compiling serde_yaml v0.9.34+deprecated |
1322 | 2024-12-19T05:35:54.100Z | Compiling dirs-sys-next v0.1.2 |
1323 | 2024-12-19T05:35:54.889Z | Compiling paste v1.0.15 |
1324 | 2024-12-19T05:35:55.396Z | Compiling typify-impl v0.2.0 |
1325 | 2024-12-19T05:35:55.418Z | Compiling camino v1.1.9 |
1326 | 2024-12-19T05:35:55.552Z | Compiling cpufeatures v0.2.14 |
1327 | 2024-12-19T05:35:55.638Z | Compiling rustls v0.22.4 |
1328 | 2024-12-19T05:35:55.811Z | Compiling usdt-attr-macro v0.5.0 |
1329 | 2024-12-19T05:35:55.958Z | Compiling usdt-macro v0.5.0 |
1330 | 2024-12-19T05:35:56.122Z | Compiling dirs-next v2.0.0 |
1331 | 2024-12-19T05:35:56.321Z | Compiling darling_macro v0.20.10 |
1332 | 2024-12-19T05:35:57.523Z | Compiling tokio-util v0.7.12 |
1333 | 2024-12-19T05:35:57.672Z | Compiling futures-executor v0.3.30 |
1334 | 2024-12-19T05:35:57.975Z | Compiling async-trait v0.1.83 |
1335 | 2024-12-19T05:35:58.010Z | Compiling memmap v0.7.0 |
1336 | 2024-12-19T05:35:58.313Z | Compiling instant v0.1.13 |
1337 | 2024-12-19T05:35:58.388Z | Compiling slog-async v2.8.0 |
1338 | 2024-12-19T05:35:58.400Z | Compiling futures v0.3.30 |
1339 | 2024-12-19T05:35:58.445Z | Compiling h2 v0.4.6 |
1340 | 2024-12-19T05:35:58.925Z | Compiling darling v0.20.10 |
1341 | 2024-12-19T05:35:58.962Z | Compiling term v0.7.0 |
1342 | 2024-12-19T05:36:01.258Z | Compiling is-terminal v0.4.13 |
1343 | 2024-12-19T05:36:01.380Z | Compiling multer v3.1.0 |
1344 | 2024-12-19T05:36:01.721Z | Compiling take_mut v0.2.2 |
1345 | 2024-12-19T05:36:01.954Z | Compiling serde_with_macros v3.9.0 |
1346 | 2024-12-19T05:36:04.726Z | Compiling hyper v1.5.1 |
1347 | 2024-12-19T05:36:07.389Z | Compiling hyper-util v0.1.10 |
1348 | 2024-12-19T05:36:07.433Z | Compiling tokio-native-tls v0.3.1 |
1349 | 2024-12-19T05:36:07.698Z | Compiling tokio-rustls v0.26.0 |
1350 | 2024-12-19T05:36:08.184Z | Compiling ipnetwork v0.20.0 |
1351 | 2024-12-19T05:36:08.916Z | Compiling strum_macros v0.26.4 |
1352 | 2024-12-19T05:36:09.510Z | Compiling structmeta-derive v0.3.0 |
1353 | 2024-12-19T05:36:10.438Z | Compiling async-stream-impl v0.3.5 |
1354 | 2024-12-19T05:36:11.806Z | Compiling dropshot v0.12.0 |
1355 | 2024-12-19T05:36:12.141Z | Compiling crossbeam-utils v0.8.20 |
1356 | 2024-12-19T05:36:12.288Z | Compiling debug-ignore v1.0.5 |
1357 | 2024-12-19T05:36:12.427Z | Compiling structmeta v0.3.0 |
1358 | 2024-12-19T05:36:12.784Z | Compiling async-stream v0.3.5 |
1359 | 2024-12-19T05:36:12.796Z | Compiling hyper-rustls v0.27.3 |
1360 | 2024-12-19T05:36:12.812Z | Compiling hyper-tls v0.6.0 |
1361 | 2024-12-19T05:36:13.221Z | Compiling serde_with v3.9.0 |
1362 | 2024-12-19T05:36:13.512Z | Compiling strum v0.26.3 |
1363 | 2024-12-19T05:36:14.740Z | Compiling dropshot_endpoint v0.12.0 |
1364 | 2024-12-19T05:36:14.838Z | Compiling serde_path_to_error v0.1.16 |
1365 | 2024-12-19T05:36:15.743Z | Compiling waitgroup v0.1.2 |
1366 | 2024-12-19T05:36:15.972Z | Compiling hostname v0.4.0 |
1367 | 2024-12-19T05:36:16.255Z | Compiling reqwest v0.12.9 |
1368 | 2024-12-19T05:36:16.910Z | Compiling parse-display-derive v0.10.0 |
1369 | 2024-12-19T05:36:18.270Z | Compiling hex v0.4.3 |
1370 | 2024-12-19T05:36:18.588Z | Compiling digest v0.10.7 |
1371 | 2024-12-19T05:36:18.905Z | Compiling time v0.3.36 |
1372 | 2024-12-19T05:36:18.973Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1373 | 2024-12-19T05:36:19.041Z | Compiling rustix v0.38.37 |
1374 | 2024-12-19T05:36:19.057Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1375 | 2024-12-19T05:36:19.207Z | Compiling progenitor-client v0.8.0 |
1376 | 2024-12-19T05:36:19.814Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1377 | 2024-12-19T05:36:19.842Z | Compiling macaddr v1.0.1 |
1378 | 2024-12-19T05:36:19.988Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1379 | 2024-12-19T05:36:20.830Z | Compiling utf8parse v0.2.2 |
1380 | 2024-12-19T05:36:20.978Z | Compiling anstyle-parse v0.2.5 |
1381 | 2024-12-19T05:36:21.304Z | Compiling typify-macro v0.2.0 |
1382 | 2024-12-19T05:36:21.440Z | Compiling parse-display v0.10.0 |
1383 | 2024-12-19T05:36:22.236Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1384 | 2024-12-19T05:36:23.140Z | Compiling thread_local v1.1.8 |
1385 | 2024-12-19T05:36:23.773Z | Compiling unicode-width v0.1.14 |
1386 | 2024-12-19T05:36:23.816Z | Compiling lazy_static v1.5.0 |
1387 | 2024-12-19T05:36:23.867Z | Compiling anstyle v1.0.10 |
1388 | 2024-12-19T05:36:23.933Z | Compiling is_terminal_polyfill v1.70.1 |
1389 | 2024-12-19T05:36:24.053Z | Compiling anstyle-query v1.1.1 |
1390 | 2024-12-19T05:36:24.198Z | Compiling colorchoice v1.0.2 |
1391 | 2024-12-19T05:36:24.306Z | Compiling usdt v0.5.0 |
1392 | 2024-12-19T05:36:24.355Z | Compiling anstream v0.6.15 |
1393 | 2024-12-19T05:36:24.875Z | Compiling slog-json v2.6.1 |
1394 | 2024-12-19T05:36:24.891Z | Compiling crossbeam-channel v0.5.13 |
1395 | 2024-12-19T05:36:25.143Z | Compiling toml_edit v0.22.21 |
1396 | 2024-12-19T05:36:25.191Z | Compiling clap_lex v0.7.4 |
1397 | 2024-12-19T05:36:25.245Z | Compiling slog-bunyan v2.5.0 |
1398 | 2024-12-19T05:36:25.462Z | Compiling slog-term v2.9.1 |
1399 | 2024-12-19T05:36:25.992Z | Compiling sha1 v0.10.6 |
1400 | 2024-12-19T05:36:26.384Z | Compiling typify v0.2.0 |
1401 | 2024-12-19T05:36:26.514Z | Compiling progenitor-impl v0.8.0 |
1402 | 2024-12-19T05:36:26.917Z | Compiling tokio-rustls v0.25.0 |
1403 | 2024-12-19T05:36:27.265Z | Compiling newtype-uuid v1.1.0 |
1404 | 2024-12-19T05:36:27.368Z | Compiling winnow v0.5.40 |
1405 | 2024-12-19T05:36:27.567Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1406 | 2024-12-19T05:36:27.955Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1407 | 2024-12-19T05:36:28.296Z | Compiling backoff v0.4.0 |
1408 | 2024-12-19T05:36:28.709Z | Compiling toml v0.8.19 |
1409 | 2024-12-19T05:36:31.407Z | Compiling toml_edit v0.19.15 |
1410 | 2024-12-19T05:36:34.036Z | Compiling regress v0.9.1 |
1411 | 2024-12-19T05:36:35.682Z | Compiling clap_derive v4.5.18 |
1412 | 2024-12-19T05:36:37.267Z | Compiling heapless v0.8.0 |
1413 | 2024-12-19T05:36:37.396Z | Compiling progenitor-macro v0.8.0 |
1414 | 2024-12-19T05:36:37.563Z | Compiling proc-macro-crate v1.3.1 |
1415 | 2024-12-19T05:36:38.420Z | Compiling hash32 v0.3.1 |
1416 | 2024-12-19T05:36:38.466Z | Compiling smoltcp v0.11.0 |
1417 | 2024-12-19T05:36:38.661Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1418 | 2024-12-19T05:36:38.980Z | Compiling stable_deref_trait v1.2.0 |
1419 | 2024-12-19T05:36:39.126Z | Compiling num_enum_derive v0.5.11 |
1420 | 2024-12-19T05:36:39.692Z | Compiling terminal_size v0.4.0 |
1421 | 2024-12-19T05:36:40.178Z | Compiling foreign-types-macros v0.2.3 |
1422 | 2024-12-19T05:36:40.511Z | Compiling proc-macro-error-attr v1.0.4 |
1423 | 2024-12-19T05:36:40.833Z | Compiling either v1.13.0 |
1424 | 2024-12-19T05:36:41.485Z | Compiling foreign-types-shared v0.3.1 |
1425 | 2024-12-19T05:36:41.931Z | Compiling cobs v0.2.3 |
1426 | 2024-12-19T05:36:41.956Z | Compiling heck v0.4.1 |
1427 | 2024-12-19T05:36:42.150Z | Compiling managed v0.8.0 |
1428 | 2024-12-19T05:36:42.223Z | Compiling bitflags v1.3.2 |
1429 | 2024-12-19T05:36:42.337Z | Compiling postcard v1.0.10 |
1430 | 2024-12-19T05:36:42.667Z | Compiling foreign-types v0.5.0 |
1431 | 2024-12-19T05:36:42.757Z | Compiling num_enum v0.5.11 |
1432 | 2024-12-19T05:36:42.880Z | Compiling clap_builder v4.5.23 |
1433 | 2024-12-19T05:36:43.052Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1434 | 2024-12-19T05:36:44.802Z | Compiling num-integer v0.1.46 |
1435 | 2024-12-19T05:36:45.144Z | Compiling cstr-argument v0.1.2 |
1436 | 2024-12-19T05:36:45.417Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1437 | 2024-12-19T05:36:45.618Z | Compiling proc-macro-error v1.0.4 |
1438 | 2024-12-19T05:36:45.748Z | Compiling fastrand v2.1.1 |
1439 | 2024-12-19T05:36:45.923Z | Compiling float-ord v0.3.2 |
1440 | 2024-12-19T05:36:46.081Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1441 | 2024-12-19T05:36:46.238Z | Compiling pretty-hex v0.2.1 |
1442 | 2024-12-19T05:36:46.332Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1443 | 2024-12-19T05:36:46.414Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1444 | 2024-12-19T05:36:46.545Z | Compiling tempfile v3.12.0 |
1445 | 2024-12-19T05:36:46.803Z | Compiling clap v4.5.23 |
1446 | 2024-12-19T05:36:47.112Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1447 | 2024-12-19T05:36:47.585Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1448 | 2024-12-19T05:36:48.136Z | Compiling tabwriter v1.4.0 |
1449 | 2024-12-19T05:36:48.615Z | Compiling colored v2.1.0 |
1450 | 2024-12-19T05:36:48.627Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1451 | 2024-12-19T05:36:49.357Z | Compiling crucible-workspace-hack v0.1.0 |
1452 | 2024-12-19T05:36:49.465Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1453 | 2024-12-19T05:36:49.799Z | Compiling num-rational v0.4.2 |
1454 | 2024-12-19T05:36:50.108Z | Compiling num-iter v0.1.45 |
1455 | 2024-12-19T05:36:50.640Z | Compiling num-complex v0.4.6 |
1456 | 2024-12-19T05:36:50.901Z | Compiling unicode-segmentation v1.12.0 |
1457 | 2024-12-19T05:36:51.370Z | Compiling prettyplease v0.2.22 |
1458 | 2024-12-19T05:36:51.675Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1459 | 2024-12-19T05:36:51.677Z | Compiling semver v0.1.20 |
1460 | 2024-12-19T05:36:51.728Z | Compiling newline-converter v0.3.0 |
1461 | 2024-12-19T05:36:51.838Z | Compiling num v0.4.3 |
1462 | 2024-12-19T05:36:51.927Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1463 | 2024-12-19T05:36:52.283Z | Compiling rustc_version v0.1.7 |
1464 | 2024-12-19T05:36:52.631Z | Compiling zone_cfg_derive v0.3.0 |
1465 | 2024-12-19T05:36:52.992Z | Compiling progenitor v0.8.0 |
1466 | 2024-12-19T05:36:53.201Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1467 | 2024-12-19T05:36:54.213Z | Compiling camino-tempfile v1.1.1 |
1468 | 2024-12-19T05:36:54.385Z | Compiling itertools v0.10.5 |
1469 | 2024-12-19T05:36:54.680Z | Compiling console v0.15.8 |
1470 | 2024-12-19T05:36:55.157Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1471 | 2024-12-19T05:36:56.256Z | Compiling num-derive v0.4.2 |
1472 | 2024-12-19T05:36:56.416Z | Compiling sigpipe v0.1.3 |
1473 | 2024-12-19T05:36:56.503Z | Compiling base64ct v1.6.0 |
1474 | 2024-12-19T05:36:56.528Z | Compiling static_assertions v1.1.0 |
1475 | 2024-12-19T05:36:56.618Z | Compiling similar v2.6.0 |
1476 | 2024-12-19T05:36:57.046Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1477 | 2024-12-19T05:36:57.160Z | Compiling zone v0.3.0 |
1478 | 2024-12-19T05:36:57.206Z | Compiling password-hash v0.5.0 |
1479 | 2024-12-19T05:36:57.384Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1480 | 2024-12-19T05:36:58.270Z | Compiling expectorate v1.1.0 |
1481 | 2024-12-19T05:36:58.679Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1482 | 2024-12-19T05:36:58.682Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1483 | 2024-12-19T05:36:58.832Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1484 | 2024-12-19T05:36:59.256Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1485 | 2024-12-19T05:36:59.536Z | Compiling newtype_derive v0.1.6 |
1486 | 2024-12-19T05:36:59.876Z | Compiling blake2 v0.10.6 |
1487 | 2024-12-19T05:37:00.346Z | Compiling hubpack_derive v0.1.1 |
1488 | 2024-12-19T05:37:01.117Z | Compiling smf v0.2.3 |
1489 | 2024-12-19T05:37:01.329Z | Compiling zerocopy-derive v0.6.6 |
1490 | 2024-12-19T05:37:01.898Z | Compiling fixedbitset v0.4.2 |
1491 | 2024-12-19T05:37:02.462Z | Compiling whoami v1.5.2 |
1492 | 2024-12-19T05:37:02.851Z | Compiling owo-colors v4.1.0 |
1493 | 2024-12-19T05:37:02.944Z | Compiling cancel-safe-futures v0.1.5 |
1494 | 2024-12-19T05:37:03.185Z | Compiling petgraph v0.6.5 |
1495 | 2024-12-19T05:37:03.267Z | Compiling hubpack v0.1.2 |
1496 | 2024-12-19T05:37:03.317Z | Compiling argon2 v0.5.3 |
1497 | 2024-12-19T05:37:03.444Z | Compiling zerocopy v0.6.6 |
1498 | 2024-12-19T05:37:04.296Z | Compiling strum_macros v0.25.3 |
1499 | 2024-12-19T05:37:06.434Z | Compiling serde-big-array v0.5.1 |
1500 | 2024-12-19T05:37:06.660Z | Compiling serde_repr v0.1.19 |
1501 | 2024-12-19T05:37:07.482Z | Compiling cookie v0.18.1 |
1502 | 2024-12-19T05:37:07.810Z | Compiling convert_case v0.4.0 |
1503 | 2024-12-19T05:37:07.940Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1504 | 2024-12-19T05:37:08.134Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1505 | 2024-12-19T05:37:08.614Z | Compiling derive_more v0.99.18 |
1506 | 2024-12-19T05:37:08.755Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1507 | 2024-12-19T05:37:10.554Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1508 | 2024-12-19T05:37:11.743Z | Compiling atomicwrites v0.4.4 |
1509 | 2024-12-19T05:37:12.164Z | Compiling itertools v0.13.0 |
1510 | 2024-12-19T05:37:15.101Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1511 | 2024-12-19T05:37:15.349Z | Compiling libsw v3.3.1 |
1512 | 2024-12-19T05:37:15.378Z | Compiling enum-as-inner v0.6.1 |
1513 | 2024-12-19T05:37:15.455Z | Compiling derive-where v1.2.7 |
1514 | 2024-12-19T05:37:15.645Z | Compiling idna v0.4.0 |
1515 | 2024-12-19T05:37:16.014Z | Compiling linked-hash-map v0.5.6 |
1516 | 2024-12-19T05:37:16.575Z | Compiling linear-map v1.2.0 |
1517 | 2024-12-19T05:37:16.948Z | Compiling quick-error v1.2.3 |
1518 | 2024-12-19T05:37:17.086Z | Compiling swrite v0.1.0 |
1519 | 2024-12-19T05:37:17.206Z | Compiling data-encoding v2.6.0 |
1520 | 2024-12-19T05:37:17.592Z | Compiling highway v1.2.0 |
1521 | 2024-12-19T05:37:18.460Z | Compiling indent_write v2.2.0 |
1522 | 2024-12-19T05:37:18.673Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1523 | 2024-12-19T05:37:18.766Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1524 | 2024-12-19T05:37:19.776Z | Compiling hickory-proto v0.24.1 |
1525 | 2024-12-19T05:37:19.977Z | Compiling resolv-conf v0.7.0 |
1526 | 2024-12-19T05:37:20.903Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1527 | 2024-12-19T05:37:21.079Z | Compiling lru-cache v0.1.2 |
1528 | 2024-12-19T05:37:21.274Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1529 | 2024-12-19T05:37:22.959Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1530 | 2024-12-19T05:37:23.734Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1531 | 2024-12-19T05:37:24.990Z | Compiling steno v0.4.1 |
1532 | 2024-12-19T05:37:25.387Z | Compiling slog-dtrace v0.3.0 |
1533 | 2024-12-19T05:37:25.724Z | Compiling humantime v2.1.0 |
1534 | 2024-12-19T05:37:25.833Z | Compiling parking_lot_core v0.8.6 |
1535 | 2024-12-19T05:37:26.360Z | Compiling hickory-resolver v0.24.1 |
1536 | 2024-12-19T05:37:27.324Z | Compiling num-derive v0.3.3 |
1537 | 2024-12-19T05:37:28.800Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1538 | 2024-12-19T05:37:28.910Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1539 | 2024-12-19T05:37:29.520Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1540 | 2024-12-19T05:37:29.690Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1541 | 2024-12-19T05:37:29.838Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1542 | 2024-12-19T05:37:29.962Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1543 | 2024-12-19T05:37:30.791Z | Compiling smartstring v1.0.1 |
1544 | 2024-12-19T05:37:31.147Z | Compiling half v2.4.1 |
1545 | 2024-12-19T05:37:31.276Z | Compiling ciborium-io v0.2.2 |
1546 | 2024-12-19T05:37:31.396Z | Compiling parking_lot v0.11.2 |
1547 | 2024-12-19T05:37:31.688Z | Compiling ciborium-ll v0.2.2 |
1548 | 2024-12-19T05:37:31.831Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1549 | 2024-12-19T05:37:32.469Z | Compiling proc-macro-crate v3.2.0 |
1550 | 2024-12-19T05:37:32.804Z | Compiling crossbeam-epoch v0.9.18 |
1551 | 2024-12-19T05:37:33.637Z | Compiling fxhash v0.2.1 |
1552 | 2024-12-19T05:37:33.647Z | Compiling crc32fast v1.4.2 |
1553 | 2024-12-19T05:37:33.657Z | Compiling spin v0.5.2 |
1554 | 2024-12-19T05:37:33.838Z | Compiling no-std-compat v0.4.1 |
1555 | 2024-12-19T05:37:33.874Z | Compiling sled v0.34.7 |
1556 | 2024-12-19T05:37:33.876Z | Compiling num_enum_derive v0.7.3 |
1557 | 2024-12-19T05:37:33.940Z | Compiling ciborium v0.2.2 |
1558 | 2024-12-19T05:37:34.609Z | Compiling thin-vec v0.2.13 |
1559 | 2024-12-19T05:37:34.748Z | Compiling rhai_codegen v2.2.0 |
1560 | 2024-12-19T05:37:35.207Z | Compiling minimal-lexical v0.2.1 |
1561 | 2024-12-19T05:37:35.599Z | Compiling yansi v1.0.1 |
1562 | 2024-12-19T05:37:35.746Z | Compiling nom v7.1.3 |
1563 | 2024-12-19T05:37:36.200Z | Compiling diff v0.1.13 |
1564 | 2024-12-19T05:37:36.516Z | Compiling num_enum v0.7.3 |
1565 | 2024-12-19T05:37:36.638Z | Compiling pretty_assertions v1.4.1 |
1566 | 2024-12-19T05:37:37.410Z | Compiling rhai v1.20.0 |
1567 | 2024-12-19T05:37:42.663Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1568 | 2024-12-19T05:37:44.538Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1569 | 2024-12-19T05:37:51.587Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1570 | 2024-12-19T05:37:52.805Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1571 | 2024-12-19T05:37:54.289Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1572 | 2024-12-19T05:37:56.826Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
1573 | 2024-12-19T05:38:33.192Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 18s |
1574 | 2024-12-19T05:38:33.362Z | ──────────── |
1575 | 2024-12-19T05:38:33.362Z | Nextest run ID 91697574-38e4-4277-a121-5c676b3ebbe3 with nextest profile: default |
1576 | 2024-12-19T05:38:33.362Z | Starting 11 tests across 1 binary |
1577 | 2024-12-19T05:38:33.386Z | PASS [ 0.022s] bgp messages::tests::header_round_trip |
1578 | 2024-12-19T05:38:33.389Z | PASS [ 0.025s] bgp messages::tests::prefix_within |
1579 | 2024-12-19T05:38:33.391Z | PASS [ 0.026s] bgp messages::tests::update_round_trip |
1580 | 2024-12-19T05:38:33.401Z | PASS [ 0.037s] bgp messages::tests::open_round_trip |
1581 | 2024-12-19T05:38:33.415Z | PASS [ 0.051s] bgp policy::test::open_add_4byte_as |
1582 | 2024-12-19T05:38:33.417Z | PASS [ 0.051s] bgp policy::test::shape_update_prefixes |
1583 | 2024-12-19T05:38:33.421Z | PASS [ 0.058s] bgp policy::test::open_require_4byte_as |
1584 | 2024-12-19T05:38:33.423Z | PASS [ 0.037s] bgp policy::test::update_shape_community |
1585 | 2024-12-19T05:38:33.426Z | PASS [ 0.061s] bgp policy::test::update_drop_on_no_export |
1586 | 2024-12-19T05:38:46.509Z | PASS [ 13.117s] bgp test::test_basic_peering |
1587 | 2024-12-19T05:38:48.507Z | PASS [ 15.115s] bgp test::test_basic_update |
1588 | 2024-12-19T05:38:48.510Z | ──────────── |
1589 | 2024-12-19T05:38:48.510Z | Summary [ 15.143s] 11 tests run: 11 passed, 0 skipped |
1590 | 2024-12-19T05:38:48.526Z | + cp r1.basic_peering.log r1.basic_update.log r2.basic_peering.log r2.basic_update.log /work/ |
1591 | 2024-12-19T05:38:48.529Z | process exited: duration 409113 ms, exit code 0 |
|
1592 | 2024-12-19T05:38:48.538Z | found 4 output files |
1593 | 2024-12-19T05:38:48.538Z | uploading: /work/r1.basic_peering.log (7874 bytes) |
1594 | 2024-12-19T05:38:49.548Z | uploaded: /work/r1.basic_peering.log |
1595 | 2024-12-19T05:38:49.553Z | uploading: /work/r1.basic_update.log (5500 bytes) |
1596 | 2024-12-19T05:38:50.559Z | uploaded: /work/r1.basic_update.log |
1597 | 2024-12-19T05:38:50.563Z | uploading: /work/r2.basic_peering.log (9265 bytes) |
1598 | 2024-12-19T05:38:51.569Z | uploaded: /work/r2.basic_peering.log |
1599 | 2024-12-19T05:38:51.569Z | uploading: /work/r2.basic_update.log (8372 bytes) |
1600 | 2024-12-19T05:38:52.578Z | uploaded: /work/r2.basic_update.log |