|
|
|
1 | 2024-11-26T07:59:50.341Z | job assigned to worker 01JDKQP3R81XCEQKCW8G998C74 [factory aws, i-039b0aca15437d41d] (queued for 1 m 8 s) |
|
2 | 2024-11-26T07:59:58.718Z | starting task 0: "setup" |
3 | 2024-11-26T07:59:58.725Z | ++ uname -s |
4 | 2024-11-26T07:59:58.728Z | + kern=SunOS |
5 | 2024-11-26T07:59:58.728Z | + case "$kern" in |
6 | 2024-11-26T07:59:58.728Z | + groupadd -g 12345 build |
7 | 2024-11-26T07:59:58.732Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-26T08:00:00.737Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-26T08:00:00.846Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-26T08:00:00.850Z | + home_fs=zfs |
11 | 2024-11-26T08:00:00.850Z | + [[ zfs == autofs ]] |
12 | 2024-11-26T08:00:00.850Z | + mkdir -p /home/build |
13 | 2024-11-26T08:00:00.852Z | + chown build:build /home/build /work |
14 | 2024-11-26T08:00:01.852Z | + chmod 0700 /home/build /work |
15 | 2024-11-26T08:00:01.855Z | process exited: duration 3137 ms, exit code 0 |
|
16 | 2024-11-26T08:00:01.861Z | starting task 1: "rust-toolchain" |
17 | 2024-11-26T08:00:01.866Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-26T08:00:01.866Z | ' stable |
19 | 2024-11-26T08:00:01.866Z | * toolchain channel = "stable" |
20 | 2024-11-26T08:00:01.866Z | * toolchain profile = "default" |
21 | 2024-11-26T08:00:01.866Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-26T08:00:01.866Z | ' default |
23 | 2024-11-26T08:00:01.869Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-26T08:00:01.869Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-11-26T08:00:01.987Z | info: downloading installer |
26 | 2024-11-26T08:00:03.296Z | info: profile set to 'default' |
27 | 2024-11-26T08:00:03.296Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-26T08:00:03.299Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-11-26T08:00:03.478Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
30 | 2024-11-26T08:00:03.481Z | info: downloading component 'cargo' |
31 | 2024-11-26T08:00:04.498Z | info: downloading component 'clippy' |
32 | 2024-11-26T08:00:04.880Z | info: downloading component 'rust-docs' |
33 | 2024-11-26T08:00:06.308Z | info: downloading component 'rust-std' |
34 | 2024-11-26T08:00:08.572Z | info: downloading component 'rustc' |
35 | 2024-11-26T08:00:16.725Z | info: downloading component 'rustfmt' |
36 | 2024-11-26T08:00:17.012Z | info: installing component 'cargo' |
37 | 2024-11-26T08:00:17.794Z | info: installing component 'clippy' |
38 | 2024-11-26T08:00:18.155Z | info: installing component 'rust-docs' |
39 | 2024-11-26T08:00:19.841Z | info: installing component 'rust-std' |
40 | 2024-11-26T08:00:21.607Z | info: installing component 'rustc' |
41 | 2024-11-26T08:00:27.488Z | info: installing component 'rustfmt' |
42 | 2024-11-26T08:00:27.791Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-11-26T08:00:27.791Z | |
44 | 2024-11-26T08:00:28.159Z | stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
45 | 2024-11-26T08:00:28.159Z | |
46 | 2024-11-26T08:00:28.162Z | |
47 | 2024-11-26T08:00:28.162Z | Rust is installed now. Great! |
48 | 2024-11-26T08:00:28.162Z | |
49 | 2024-11-26T08:00:28.162Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-26T08:00:28.162Z | environment variable. This has not been done automatically. |
51 | 2024-11-26T08:00:28.162Z | |
52 | 2024-11-26T08:00:28.162Z | To configure your current shell, you need to source |
53 | 2024-11-26T08:00:28.162Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-26T08:00:28.162Z | |
55 | 2024-11-26T08:00:28.162Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-26T08:00:28.162Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-26T08:00:28.162Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-26T08:00:28.229Z | + rustc --version |
59 | 2024-11-26T08:00:28.295Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
60 | 2024-11-26T08:00:28.297Z | process exited: duration 26430 ms, exit code 0 |
|
61 | 2024-11-26T08:00:28.306Z | starting task 2: "authentication" |
62 | 2024-11-26T08:00:28.326Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-26T08:00:28.331Z | starting task 3: "clone repository" |
64 | 2024-11-26T08:00:28.336Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-11-26T08:00:28.339Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-11-26T08:00:28.588Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-11-26T08:00:29.201Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-11-26T08:00:29.202Z | + git fetch origin ea2205913f50e3f5d9e448957a49fc1368ad2ac3 |
69 | 2024-11-26T08:00:29.422Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-11-26T08:00:29.422Z | * branch ea2205913f50e3f5d9e448957a49fc1368ad2ac3 -> FETCH_HEAD |
71 | 2024-11-26T08:00:29.430Z | + [[ -n renovate/hostname-0.x ]] |
72 | 2024-11-26T08:00:29.432Z | ++ git branch --show-current |
73 | 2024-11-26T08:00:29.435Z | + current=main |
74 | 2024-11-26T08:00:29.435Z | + [[ main != renovate/hostname-0.x ]] |
75 | 2024-11-26T08:00:29.435Z | + git branch -f renovate/hostname-0.x ea2205913f50e3f5d9e448957a49fc1368ad2ac3 |
76 | 2024-11-26T08:00:29.438Z | + git checkout -f renovate/hostname-0.x |
77 | 2024-11-26T08:00:29.452Z | Switched to branch 'renovate/hostname-0.x' |
78 | 2024-11-26T08:00:29.454Z | + git reset --hard ea2205913f50e3f5d9e448957a49fc1368ad2ac3 |
79 | 2024-11-26T08:00:29.466Z | HEAD is now at ea22059 Update Rust crate hostname to 0.4 |
80 | 2024-11-26T08:00:29.469Z | process exited: duration 1136 ms, exit code 0 |
|
81 | 2024-11-26T08:00:29.474Z | starting task 4: "build" |
82 | 2024-11-26T08:00:29.480Z | + set -o errexit |
83 | 2024-11-26T08:00:29.480Z | + set -o pipefail |
84 | 2024-11-26T08:00:29.480Z | + cargo --version |
85 | 2024-11-26T08:00:29.484Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
86 | 2024-11-26T08:00:29.649Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
87 | 2024-11-26T08:00:29.649Z | info: downloading component 'cargo' |
88 | 2024-11-26T08:00:30.526Z | info: downloading component 'clippy' |
89 | 2024-11-26T08:00:30.852Z | info: downloading component 'rust-docs' |
90 | 2024-11-26T08:00:32.059Z | info: downloading component 'rust-std' |
91 | 2024-11-26T08:00:33.969Z | info: downloading component 'rustc' |
92 | 2024-11-26T08:00:40.738Z | info: downloading component 'rustfmt' |
93 | 2024-11-26T08:00:40.998Z | info: installing component 'cargo' |
94 | 2024-11-26T08:00:41.790Z | info: installing component 'clippy' |
95 | 2024-11-26T08:00:42.148Z | info: installing component 'rust-docs' |
96 | 2024-11-26T08:00:43.752Z | info: installing component 'rust-std' |
97 | 2024-11-26T08:00:45.403Z | info: installing component 'rustc' |
98 | 2024-11-26T08:00:51.039Z | info: installing component 'rustfmt' |
99 | 2024-11-26T08:00:51.453Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
100 | 2024-11-26T08:00:51.461Z | + rustc --version |
101 | 2024-11-26T08:00:51.526Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
102 | 2024-11-26T08:00:51.530Z | + cargo install cargo-nextest |
103 | 2024-11-26T08:00:51.616Z | Updating crates.io index |
104 | 2024-11-26T08:00:51.690Z | Downloading crates ... |
105 | 2024-11-26T08:00:51.854Z | Downloaded cargo-nextest v0.9.84 |
106 | 2024-11-26T08:00:51.865Z | Installing cargo-nextest v0.9.84 |
107 | 2024-11-26T08:00:51.867Z | Updating crates.io index |
108 | 2024-11-26T08:00:52.923Z | Locking 359 packages to latest compatible versions |
109 | 2024-11-26T08:00:52.926Z | Adding addr2line v0.21.0 (latest: v0.24.2) |
110 | 2024-11-26T08:00:52.926Z | Adding backtrace v0.3.71 (latest: v0.3.74) |
111 | 2024-11-26T08:00:52.926Z | Adding base64 v0.21.7 (latest: v0.22.1) |
112 | 2024-11-26T08:00:52.964Z | Adding cargo_metadata v0.18.1 (latest: v0.19.0) |
113 | 2024-11-26T08:00:52.968Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
114 | 2024-11-26T08:00:52.972Z | Adding encode_unicode v0.3.6 (latest: v1.0.0) |
115 | 2024-11-26T08:00:52.972Z | Adding fixedbitset v0.4.2 (latest: v0.5.7) |
116 | 2024-11-26T08:00:52.972Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
117 | 2024-11-26T08:00:52.972Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
118 | 2024-11-26T08:00:52.972Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
119 | 2024-11-26T08:00:52.972Z | Adding gimli v0.28.1 (latest: v0.31.1) |
120 | 2024-11-26T08:00:52.972Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
121 | 2024-11-26T08:00:52.976Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
122 | 2024-11-26T08:00:52.980Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
123 | 2024-11-26T08:00:52.980Z | Adding mukti-metadata v0.2.1 (latest: v0.3.0) |
124 | 2024-11-26T08:00:52.980Z | Adding nextest-runner v0.67.0 (latest: v0.68.0) |
125 | 2024-11-26T08:00:52.980Z | Adding object v0.32.2 (latest: v0.36.5) |
126 | 2024-11-26T08:00:52.983Z | Adding owo-colors v3.5.0 (latest: v4.1.0) |
127 | 2024-11-26T08:00:52.983Z | Adding quick-xml v0.23.1 (latest: v0.37.1) |
128 | 2024-11-26T08:00:52.995Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
129 | 2024-11-26T08:00:53.000Z | Adding terminal_size v0.3.0 (latest: v0.4.0) |
130 | 2024-11-26T08:00:53.002Z | Adding thiserror v1.0.69 (latest: v2.0.3) |
131 | 2024-11-26T08:00:53.002Z | Adding thiserror-impl v1.0.69 (latest: v2.0.3) |
132 | 2024-11-26T08:00:53.002Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
133 | 2024-11-26T08:00:53.005Z | Adding unicode-width v0.1.14 (latest: v0.2.0) |
134 | 2024-11-26T08:00:53.009Z | Adding vte v0.11.1 (latest: v0.13.0) |
135 | 2024-11-26T08:00:53.009Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
136 | 2024-11-26T08:00:53.009Z | Adding windows v0.52.0 (latest: v0.58.0) |
137 | 2024-11-26T08:00:53.009Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
138 | 2024-11-26T08:00:53.009Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
139 | 2024-11-26T08:00:53.009Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
140 | 2024-11-26T08:00:53.009Z | Adding windows-sys v0.42.0 (latest: v0.59.0) |
141 | 2024-11-26T08:00:53.009Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
142 | 2024-11-26T08:00:53.009Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
143 | 2024-11-26T08:00:53.009Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
144 | 2024-11-26T08:00:53.009Z | Adding windows_aarch64_gnullvm v0.42.2 (latest: v0.52.6) |
145 | 2024-11-26T08:00:53.009Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
146 | 2024-11-26T08:00:53.009Z | Adding windows_aarch64_msvc v0.42.2 (latest: v0.52.6) |
147 | 2024-11-26T08:00:53.009Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
148 | 2024-11-26T08:00:53.009Z | Adding windows_i686_gnu v0.42.2 (latest: v0.52.6) |
149 | 2024-11-26T08:00:53.009Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
150 | 2024-11-26T08:00:53.009Z | Adding windows_i686_msvc v0.42.2 (latest: v0.52.6) |
151 | 2024-11-26T08:00:53.009Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
152 | 2024-11-26T08:00:53.009Z | Adding windows_x86_64_gnu v0.42.2 (latest: v0.52.6) |
153 | 2024-11-26T08:00:53.009Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
154 | 2024-11-26T08:00:53.009Z | Adding windows_x86_64_gnullvm v0.42.2 (latest: v0.52.6) |
155 | 2024-11-26T08:00:53.009Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
156 | 2024-11-26T08:00:53.009Z | Adding windows_x86_64_msvc v0.42.2 (latest: v0.52.6) |
157 | 2024-11-26T08:00:53.009Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
158 | 2024-11-26T08:00:53.012Z | Adding writeable v0.5.5 (latest: v0.6.0) |
159 | 2024-11-26T08:00:53.012Z | Adding zerocopy v0.7.35 (latest: v0.8.11) |
160 | 2024-11-26T08:00:53.012Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.11) |
161 | 2024-11-26T08:00:53.012Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
162 | 2024-11-26T08:00:53.012Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
163 | 2024-11-26T08:00:53.012Z | Downloading crates ... |
164 | 2024-11-26T08:00:53.103Z | Downloaded smol_str v0.3.2 |
165 | 2024-11-26T08:00:53.110Z | Downloaded zeroize v1.8.1 |
166 | 2024-11-26T08:00:53.116Z | Downloaded uuid v1.11.0 |
167 | 2024-11-26T08:00:53.125Z | Downloaded unicode-ident v1.0.14 |
168 | 2024-11-26T08:00:53.125Z | Downloaded icu_locid_transform_data v1.5.0 |
169 | 2024-11-26T08:00:53.132Z | Downloaded adler v1.0.2 |
170 | 2024-11-26T08:00:53.141Z | Downloaded shlex v1.3.0 |
171 | 2024-11-26T08:00:53.141Z | Downloaded shared_child v1.0.1 |
172 | 2024-11-26T08:00:53.141Z | Downloaded smallvec v1.13.2 |
173 | 2024-11-26T08:00:53.141Z | Downloaded signal-hook-registry v1.4.2 |
174 | 2024-11-26T08:00:53.141Z | Downloaded slab v0.4.9 |
175 | 2024-11-26T08:00:53.151Z | Downloaded smawk v0.3.2 |
176 | 2024-11-26T08:00:53.151Z | Downloaded signature v2.2.0 |
177 | 2024-11-26T08:00:53.151Z | Downloaded shell-words v1.1.0 |
178 | 2024-11-26T08:00:53.151Z | Downloaded icu_locid v1.5.0 |
179 | 2024-11-26T08:00:53.154Z | Downloaded anstyle-query v1.1.2 |
180 | 2024-11-26T08:00:53.154Z | Downloaded adler2 v2.0.0 |
181 | 2024-11-26T08:00:53.154Z | Downloaded async-scoped v0.9.0 |
182 | 2024-11-26T08:00:53.154Z | Downloaded anstyle-parse v0.2.6 |
183 | 2024-11-26T08:00:53.154Z | Downloaded anstream v0.6.18 |
184 | 2024-11-26T08:00:53.156Z | Downloaded addr2line v0.21.0 |
185 | 2024-11-26T08:00:53.160Z | Downloaded anstyle v1.0.10 |
186 | 2024-11-26T08:00:53.162Z | Downloaded aho-corasick v1.1.3 |
187 | 2024-11-26T08:00:53.166Z | Downloaded subtle v2.6.1 |
188 | 2024-11-26T08:00:53.169Z | Downloaded target-lexicon v0.12.16 |
189 | 2024-11-26T08:00:53.171Z | Downloaded static_assertions v1.1.0 |
190 | 2024-11-26T08:00:53.173Z | Downloaded supports-hyperlinks v3.0.0 |
191 | 2024-11-26T08:00:53.176Z | Downloaded sync_wrapper v1.0.2 |
192 | 2024-11-26T08:00:53.178Z | Downloaded tempfile v3.14.0 |
193 | 2024-11-26T08:00:53.180Z | Downloaded colorchoice v1.0.3 |
194 | 2024-11-26T08:00:53.182Z | Downloaded atomicwrites v0.4.4 |
195 | 2024-11-26T08:00:53.182Z | Downloaded synstructure v0.13.1 |
196 | 2024-11-26T08:00:53.185Z | Downloaded thiserror-impl v1.0.69 |
197 | 2024-11-26T08:00:53.187Z | Downloaded tar v0.4.43 |
198 | 2024-11-26T08:00:53.189Z | Downloaded equivalent v1.0.1 |
199 | 2024-11-26T08:00:53.189Z | Downloaded supports-color v3.0.1 |
200 | 2024-11-26T08:00:53.191Z | Downloaded humantime-serde v1.1.1 |
201 | 2024-11-26T08:00:53.193Z | Downloaded terminal_size v0.3.0 |
202 | 2024-11-26T08:00:53.196Z | Downloaded target-spec v3.2.2 |
203 | 2024-11-26T08:00:53.196Z | Downloaded spin v0.9.8 |
204 | 2024-11-26T08:00:53.199Z | Downloaded foreign-types v0.3.2 |
205 | 2024-11-26T08:00:53.203Z | Downloaded target-spec-miette v0.4.0 |
206 | 2024-11-26T08:00:53.203Z | Downloaded http-body v1.0.1 |
207 | 2024-11-26T08:00:53.203Z | Downloaded base64 v0.22.1 |
208 | 2024-11-26T08:00:53.212Z | Downloaded thiserror v2.0.3 |
209 | 2024-11-26T08:00:53.214Z | Downloaded mukti-metadata v0.2.1 |
210 | 2024-11-26T08:00:53.215Z | Downloaded terminal_size v0.4.0 |
211 | 2024-11-26T08:00:53.217Z | Downloaded toml_datetime v0.6.8 |
212 | 2024-11-26T08:00:53.220Z | Downloaded fastrand v2.2.0 |
213 | 2024-11-26T08:00:53.220Z | Downloaded thiserror v1.0.69 |
214 | 2024-11-26T08:00:53.225Z | Downloaded want v0.3.1 |
215 | 2024-11-26T08:00:53.227Z | Downloaded tower-service v0.3.3 |
216 | 2024-11-26T08:00:53.227Z | Downloaded try-lock v0.2.5 |
217 | 2024-11-26T08:00:53.230Z | Downloaded fnv v1.0.7 |
218 | 2024-11-26T08:00:53.234Z | Downloaded write16 v1.0.0 |
219 | 2024-11-26T08:00:53.234Z | Downloaded vte_generate_state_changes v0.1.2 |
220 | 2024-11-26T08:00:53.234Z | Downloaded heck v0.5.0 |
221 | 2024-11-26T08:00:53.237Z | Downloaded filetime v0.2.25 |
222 | 2024-11-26T08:00:53.237Z | Downloaded zerofrom v0.1.5 |
223 | 2024-11-26T08:00:53.241Z | Downloaded tokio-native-tls v0.3.1 |
224 | 2024-11-26T08:00:53.241Z | Downloaded tinystr v0.7.6 |
225 | 2024-11-26T08:00:53.245Z | Downloaded http-body-util v0.1.2 |
226 | 2024-11-26T08:00:53.250Z | Downloaded hyper-tls v0.6.0 |
227 | 2024-11-26T08:00:53.250Z | Downloaded futures-io v0.3.31 |
228 | 2024-11-26T08:00:53.250Z | Downloaded form_urlencoded v1.2.1 |
229 | 2024-11-26T08:00:53.262Z | Downloaded debug-ignore v1.0.5 |
230 | 2024-11-26T08:00:53.262Z | Downloaded cfg_aliases v0.2.1 |
231 | 2024-11-26T08:00:53.262Z | Downloaded cfg-if v1.0.0 |
232 | 2024-11-26T08:00:53.262Z | Downloaded utf8_iter v1.0.4 |
233 | 2024-11-26T08:00:53.272Z | Downloaded urlencoding v2.1.3 |
234 | 2024-11-26T08:00:53.272Z | Downloaded untrusted v0.9.0 |
235 | 2024-11-26T08:00:53.272Z | Downloaded display-error-chain v0.2.2 |
236 | 2024-11-26T08:00:53.272Z | Downloaded utf16_iter v1.0.5 |
237 | 2024-11-26T08:00:53.272Z | Downloaded utf8parse v0.2.2 |
238 | 2024-11-26T08:00:53.272Z | Downloaded indenter v0.3.3 |
239 | 2024-11-26T08:00:53.272Z | Downloaded unicode-linebreak v0.1.5 |
240 | 2024-11-26T08:00:53.272Z | Downloaded generic-array v0.14.7 |
241 | 2024-11-26T08:00:53.272Z | Downloaded futures-executor v0.3.31 |
242 | 2024-11-26T08:00:53.275Z | Downloaded nested v0.1.1 |
243 | 2024-11-26T08:00:53.275Z | Downloaded clap_derive v4.5.18 |
244 | 2024-11-26T08:00:53.275Z | Downloaded cargo_metadata v0.18.1 |
245 | 2024-11-26T08:00:53.275Z | Downloaded thiserror-impl v2.0.3 |
246 | 2024-11-26T08:00:53.275Z | Downloaded xattr v1.3.1 |
247 | 2024-11-26T08:00:53.278Z | Downloaded zerovec-derive v0.10.3 |
248 | 2024-11-26T08:00:53.278Z | Downloaded displaydoc v0.2.5 |
249 | 2024-11-26T08:00:53.282Z | Downloaded zstd-safe v7.2.1 |
250 | 2024-11-26T08:00:53.284Z | Downloaded tracing-attributes v0.1.27 |
251 | 2024-11-26T08:00:53.286Z | Downloaded tokio-rustls v0.26.0 |
252 | 2024-11-26T08:00:53.289Z | Downloaded nextest-workspace-hack v0.1.0 |
253 | 2024-11-26T08:00:53.289Z | Downloaded yoke-derive v0.7.5 |
254 | 2024-11-26T08:00:53.291Z | Downloaded is_ci v1.2.0 |
255 | 2024-11-26T08:00:53.291Z | Downloaded futures-macro v0.3.31 |
256 | 2024-11-26T08:00:53.294Z | Downloaded serde_ignored v0.1.10 |
257 | 2024-11-26T08:00:53.294Z | Downloaded self-replace v1.5.0 |
258 | 2024-11-26T08:00:53.296Z | Downloaded icu_provider_macros v1.5.0 |
259 | 2024-11-26T08:00:53.296Z | Downloaded console v0.15.8 |
260 | 2024-11-26T08:00:53.299Z | Downloaded iana-time-zone v0.1.61 |
261 | 2024-11-26T08:00:53.302Z | Downloaded zipsign-api v0.1.2 |
262 | 2024-11-26T08:00:53.305Z | Downloaded httparse v1.9.5 |
263 | 2024-11-26T08:00:53.307Z | Downloaded miette-derive v7.2.0 |
264 | 2024-11-26T08:00:53.309Z | Downloaded futures-channel v0.3.31 |
265 | 2024-11-26T08:00:53.312Z | Downloaded either v1.13.0 |
266 | 2024-11-26T08:00:53.314Z | Downloaded pin-utils v0.1.0 |
267 | 2024-11-26T08:00:53.314Z | Downloaded itoa v1.0.14 |
268 | 2024-11-26T08:00:53.316Z | Downloaded yoke v0.7.5 |
269 | 2024-11-26T08:00:53.318Z | Downloaded openssl-macros v0.1.1 |
270 | 2024-11-26T08:00:53.318Z | Downloaded xxhash-rust v0.8.12 |
271 | 2024-11-26T08:00:53.322Z | Downloaded number_prefix v0.4.0 |
272 | 2024-11-26T08:00:53.324Z | Downloaded camino-tempfile v1.1.1 |
273 | 2024-11-26T08:00:53.324Z | Downloaded nextest-metadata v0.12.1 |
274 | 2024-11-26T08:00:53.328Z | Downloaded icu_locid_transform v1.5.0 |
275 | 2024-11-26T08:00:53.330Z | Downloaded openssl-probe v0.1.5 |
276 | 2024-11-26T08:00:53.330Z | Downloaded quick-junit v0.5.1 |
277 | 2024-11-26T08:00:53.333Z | Downloaded serde_spanned v0.6.8 |
278 | 2024-11-26T08:00:53.333Z | Downloaded zerocopy-derive v0.7.35 |
279 | 2024-11-26T08:00:53.338Z | Downloaded is_terminal_polyfill v1.70.1 |
280 | 2024-11-26T08:00:53.340Z | Downloaded pkg-config v0.3.31 |
281 | 2024-11-26T08:00:53.343Z | Downloaded toml v0.8.19 |
282 | 2024-11-26T08:00:53.345Z | Downloaded rustc-hash v2.0.0 |
283 | 2024-11-26T08:00:53.347Z | Downloaded ppv-lite86 v0.2.20 |
284 | 2024-11-26T08:00:53.349Z | Downloaded rand_core v0.6.4 |
285 | 2024-11-26T08:00:53.351Z | Downloaded pathdiff v0.2.3 |
286 | 2024-11-26T08:00:53.351Z | Downloaded futures v0.3.31 |
287 | 2024-11-26T08:00:53.356Z | Downloaded serde_path_to_error v0.1.16 |
288 | 2024-11-26T08:00:53.359Z | Downloaded native-tls v0.2.12 |
289 | 2024-11-26T08:00:53.361Z | Downloaded pkcs8 v0.10.2 |
290 | 2024-11-26T08:00:53.363Z | Downloaded litemap v0.7.4 |
291 | 2024-11-26T08:00:53.368Z | Downloaded quote v1.0.37 |
292 | 2024-11-26T08:00:53.373Z | Downloaded typenum v1.17.0 |
293 | 2024-11-26T08:00:53.373Z | Downloaded vte v0.11.1 |
294 | 2024-11-26T08:00:53.379Z | Downloaded owo-colors v3.5.0 |
295 | 2024-11-26T08:00:53.380Z | Downloaded rand_chacha v0.3.1 |
296 | 2024-11-26T08:00:53.380Z | Downloaded icu_normalizer_data v1.5.0 |
297 | 2024-11-26T08:00:53.388Z | Downloaded rustc_version v0.4.1 |
298 | 2024-11-26T08:00:53.388Z | Downloaded icu_normalizer v1.5.0 |
299 | 2024-11-26T08:00:53.388Z | Downloaded mime v0.3.17 |
300 | 2024-11-26T08:00:53.398Z | Downloaded pin-project-lite v0.2.15 |
301 | 2024-11-26T08:00:53.399Z | Downloaded idna_adapter v1.2.0 |
302 | 2024-11-26T08:00:53.399Z | Downloaded bytes v1.8.0 |
303 | 2024-11-26T08:00:53.404Z | Downloaded nextest-filtering v0.12.0 |
304 | 2024-11-26T08:00:53.404Z | Downloaded ipnet v2.10.1 |
305 | 2024-11-26T08:00:53.404Z | Downloaded semver v1.0.23 |
306 | 2024-11-26T08:00:53.405Z | Downloaded once_cell v1.20.2 |
307 | 2024-11-26T08:00:53.411Z | Downloaded clap v4.5.21 |
308 | 2024-11-26T08:00:53.415Z | Downloaded lazy_static v1.5.0 |
309 | 2024-11-26T08:00:53.416Z | Downloaded socket2 v0.5.7 |
310 | 2024-11-26T08:00:53.420Z | Downloaded base64 v0.21.7 |
311 | 2024-11-26T08:00:53.426Z | Downloaded quinn-udp v0.5.7 |
312 | 2024-11-26T08:00:53.426Z | Downloaded proc-macro2 v1.0.92 |
313 | 2024-11-26T08:00:53.426Z | Downloaded rustls-pemfile v2.2.0 |
314 | 2024-11-26T08:00:53.433Z | Downloaded pin-project v1.1.7 |
315 | 2024-11-26T08:00:53.437Z | Downloaded owo-colors v4.1.0 |
316 | 2024-11-26T08:00:53.445Z | Downloaded self_update v0.41.0 |
317 | 2024-11-26T08:00:53.450Z | Downloaded num-traits v0.2.19 |
318 | 2024-11-26T08:00:53.450Z | Downloaded miniz_oxide v0.8.0 |
319 | 2024-11-26T08:00:53.450Z | Downloaded url v2.5.4 |
320 | 2024-11-26T08:00:53.456Z | Downloaded backtrace v0.3.71 |
321 | 2024-11-26T08:00:53.460Z | Downloaded rustc-demangle v0.1.24 |
322 | 2024-11-26T08:00:53.460Z | Downloaded serde_derive v1.0.215 |
323 | 2024-11-26T08:00:53.463Z | Downloaded toml_edit v0.22.22 |
324 | 2024-11-26T08:00:53.483Z | Downloaded openssl-sys v0.9.104 |
325 | 2024-11-26T08:00:53.487Z | Downloaded indexmap v2.6.0 |
326 | 2024-11-26T08:00:53.492Z | Downloaded rustls-pki-types v1.10.0 |
327 | 2024-11-26T08:00:53.495Z | Downloaded serde v1.0.215 |
328 | 2024-11-26T08:00:53.499Z | Downloaded indicatif v0.17.9 |
329 | 2024-11-26T08:00:53.503Z | Downloaded flate2 v1.0.35 |
330 | 2024-11-26T08:00:53.508Z | Downloaded ed25519-dalek v2.1.1 |
331 | 2024-11-26T08:00:53.511Z | Downloaded cc v1.2.1 |
332 | 2024-11-26T08:00:53.515Z | Downloaded quinn v0.11.6 |
333 | 2024-11-26T08:00:53.519Z | Downloaded sharded-slab v0.1.7 |
334 | 2024-11-26T08:00:53.523Z | Downloaded http v1.1.0 |
335 | 2024-11-26T08:00:53.527Z | Downloaded log v0.4.22 |
336 | 2024-11-26T08:00:53.530Z | Downloaded rand v0.8.5 |
337 | 2024-11-26T08:00:53.535Z | Downloaded miniz_oxide v0.7.4 |
338 | 2024-11-26T08:00:53.537Z | Downloaded miette v7.2.0 |
339 | 2024-11-26T08:00:53.541Z | Downloaded hashbrown v0.15.2 |
340 | 2024-11-26T08:00:53.546Z | Downloaded mio v1.0.2 |
341 | 2024-11-26T08:00:53.552Z | Downloaded unicode-normalization v0.1.24 |
342 | 2024-11-26T08:00:53.555Z | Downloaded guppy v0.17.8 |
343 | 2024-11-26T08:00:53.563Z | Downloaded futures-util v0.3.31 |
344 | 2024-11-26T08:00:53.575Z | Downloaded idna v1.0.3 |
345 | 2024-11-26T08:00:53.579Z | Downloaded hyper v1.5.1 |
346 | 2024-11-26T08:00:53.584Z | Downloaded serde_json v1.0.133 |
347 | 2024-11-26T08:00:53.591Z | Downloaded nom v7.1.3 |
348 | 2024-11-26T08:00:53.598Z | Downloaded color-spantrace v0.2.1 |
349 | 2024-11-26T08:00:53.601Z | Downloaded zerovec v0.10.4 |
350 | 2024-11-26T08:00:53.605Z | Downloaded zerocopy v0.7.35 |
351 | 2024-11-26T08:00:53.622Z | Downloaded reqwest v0.12.9 |
352 | 2024-11-26T08:00:53.630Z | Downloaded portable-atomic v1.10.0 |
353 | 2024-11-26T08:00:53.637Z | Downloaded winnow v0.6.20 |
354 | 2024-11-26T08:00:53.650Z | Downloaded quick-xml v0.37.1 |
355 | 2024-11-26T08:00:53.657Z | Downloaded quick-xml v0.23.1 |
356 | 2024-11-26T08:00:53.662Z | Downloaded tracing-subscriber v0.3.18 |
357 | 2024-11-26T08:00:53.666Z | Downloaded quinn-proto v0.11.9 |
358 | 2024-11-26T08:00:53.674Z | Downloaded rustls-webpki v0.102.8 |
359 | 2024-11-26T08:00:53.694Z | Downloaded vcpkg v0.2.15 |
360 | 2024-11-26T08:00:53.734Z | Downloaded webpki-roots v0.26.7 |
361 | 2024-11-26T08:00:53.760Z | Downloaded curve25519-dalek v4.1.3 |
362 | 2024-11-26T08:00:53.822Z | Downloaded openssl v0.10.68 |
363 | 2024-11-26T08:00:53.822Z | Downloaded regex v1.11.1 |
364 | 2024-11-26T08:00:53.822Z | Downloaded unicode-width v0.2.0 |
365 | 2024-11-26T08:00:53.822Z | Downloaded object v0.32.2 |
366 | 2024-11-26T08:00:53.822Z | Downloaded rustls v0.23.18 |
367 | 2024-11-26T08:00:53.831Z | Downloaded rustix v0.38.41 |
368 | 2024-11-26T08:00:53.831Z | Downloaded regex-syntax v0.8.5 |
369 | 2024-11-26T08:00:53.831Z | Downloaded nix v0.29.0 |
370 | 2024-11-26T08:00:53.831Z | Downloaded bstr v1.11.0 |
371 | 2024-11-26T08:00:53.836Z | Downloaded unicode-width v0.1.14 |
372 | 2024-11-26T08:00:53.890Z | Downloaded nextest-runner v0.67.0 |
373 | 2024-11-26T08:00:53.895Z | Downloaded gimli v0.28.1 |
374 | 2024-11-26T08:00:53.895Z | Downloaded icu_properties_data v1.5.0 |
375 | 2024-11-26T08:00:53.895Z | Downloaded chrono v0.4.38 |
376 | 2024-11-26T08:00:53.895Z | Downloaded itertools v0.13.0 |
377 | 2024-11-26T08:00:53.895Z | Downloaded clap_builder v4.5.21 |
378 | 2024-11-26T08:00:53.895Z | Downloaded minimal-lexical v0.2.1 |
379 | 2024-11-26T08:00:53.895Z | Downloaded memchr v2.7.4 |
380 | 2024-11-26T08:00:53.898Z | Downloaded ryu v1.0.18 |
381 | 2024-11-26T08:00:53.902Z | Downloaded color-eyre v0.6.3 |
382 | 2024-11-26T08:00:53.907Z | Downloaded ron v0.8.1 |
383 | 2024-11-26T08:00:53.912Z | Downloaded tracing v0.1.40 |
384 | 2024-11-26T08:00:53.965Z | Downloaded icu_collections v1.5.0 |
385 | 2024-11-26T08:00:53.984Z | Downloaded petgraph v0.6.5 |
386 | 2024-11-26T08:00:53.984Z | Downloaded regex-automata v0.4.9 |
387 | 2024-11-26T08:00:53.984Z | Downloaded icu_properties v1.5.1 |
388 | 2024-11-26T08:00:53.984Z | Downloaded icu_provider v1.5.0 |
389 | 2024-11-26T08:00:53.984Z | Downloaded der v0.7.9 |
390 | 2024-11-26T08:00:53.984Z | Downloaded zstd v0.13.2 |
391 | 2024-11-26T08:00:53.984Z | Downloaded hyper-util v0.1.10 |
392 | 2024-11-26T08:00:54.045Z | Downloaded newtype-uuid v1.1.3 |
393 | 2024-11-26T08:00:54.046Z | Downloaded pin-project-internal v1.1.7 |
394 | 2024-11-26T08:00:54.046Z | Downloaded percent-encoding v2.3.1 |
395 | 2024-11-26T08:00:54.046Z | Downloaded os_pipe v1.2.1 |
396 | 2024-11-26T08:00:54.046Z | Downloaded config v0.14.1 |
397 | 2024-11-26T08:00:54.046Z | Downloaded zstd-sys v2.0.13+zstd.1.5.6 |
398 | 2024-11-26T08:00:54.061Z | Downloaded libc v0.2.165 |
399 | 2024-11-26T08:00:54.061Z | Downloaded tokio v1.41.1 |
400 | 2024-11-26T08:00:54.070Z | Downloaded jobserver v0.1.32 |
401 | 2024-11-26T08:00:54.070Z | Downloaded eyre v0.6.12 |
402 | 2024-11-26T08:00:54.070Z | Downloaded serde_urlencoded v0.7.1 |
403 | 2024-11-26T08:00:54.070Z | Downloaded tracing-core v0.1.33 |
404 | 2024-11-26T08:00:54.129Z | Downloaded sha2 v0.10.8 |
405 | 2024-11-26T08:00:54.129Z | Downloaded tinyvec v1.8.0 |
406 | 2024-11-26T08:00:54.129Z | Downloaded getrandom v0.2.15 |
407 | 2024-11-26T08:00:54.129Z | Downloaded const-oid v0.9.6 |
408 | 2024-11-26T08:00:54.129Z | Downloaded cfg-expr v0.17.1 |
409 | 2024-11-26T08:00:54.140Z | Downloaded bitflags v2.6.0 |
410 | 2024-11-26T08:00:54.140Z | Downloaded duct v0.13.7 |
411 | 2024-11-26T08:00:54.140Z | Downloaded dialoguer v0.11.0 |
412 | 2024-11-26T08:00:54.140Z | Downloaded crypto-common v0.1.6 |
413 | 2024-11-26T08:00:54.140Z | Downloaded unicase v2.8.0 |
414 | 2024-11-26T08:00:54.140Z | Downloaded hyper-rustls v0.27.3 |
415 | 2024-11-26T08:00:54.141Z | Downloaded future-queue v0.3.0 |
416 | 2024-11-26T08:00:54.141Z | Downloaded textwrap v0.16.1 |
417 | 2024-11-26T08:00:54.141Z | Downloaded globset v0.4.15 |
418 | 2024-11-26T08:00:54.141Z | Downloaded crc32fast v1.4.2 |
419 | 2024-11-26T08:00:54.141Z | Downloaded camino v1.1.9 |
420 | 2024-11-26T08:00:54.142Z | Downloaded zerofrom-derive v0.1.5 |
421 | 2024-11-26T08:00:54.142Z | Downloaded writeable v0.5.5 |
422 | 2024-11-26T08:00:54.142Z | Downloaded version_check v0.9.5 |
423 | 2024-11-26T08:00:54.142Z | Downloaded base64ct v1.6.0 |
424 | 2024-11-26T08:00:54.143Z | Downloaded digest v0.10.7 |
425 | 2024-11-26T08:00:54.144Z | Downloaded curve25519-dalek-derive v0.1.1 |
426 | 2024-11-26T08:00:54.144Z | Downloaded tracing-error v0.2.0 |
427 | 2024-11-26T08:00:54.144Z | Downloaded cpufeatures v0.2.16 |
428 | 2024-11-26T08:00:54.144Z | Downloaded tracing-log v0.2.0 |
429 | 2024-11-26T08:00:54.145Z | Downloaded thread_local v1.1.8 |
430 | 2024-11-26T08:00:54.145Z | Downloaded humantime v2.1.0 |
431 | 2024-11-26T08:00:54.145Z | Downloaded home v0.5.9 |
432 | 2024-11-26T08:00:54.145Z | Downloaded futures-task v0.3.31 |
433 | 2024-11-26T08:00:54.145Z | Downloaded futures-sink v0.3.31 |
434 | 2024-11-26T08:00:54.145Z | Downloaded futures-core v0.3.31 |
435 | 2024-11-26T08:00:54.145Z | Downloaded errno v0.3.9 |
436 | 2024-11-26T08:00:54.145Z | Downloaded ed25519 v2.2.3 |
437 | 2024-11-26T08:00:54.146Z | Downloaded cargo-platform v0.1.8 |
438 | 2024-11-26T08:00:54.146Z | Downloaded fixedbitset v0.4.2 |
439 | 2024-11-26T08:00:54.146Z | Downloaded byteorder v1.5.0 |
440 | 2024-11-26T08:00:54.146Z | Downloaded recursion v0.5.2 |
441 | 2024-11-26T08:00:54.146Z | Downloaded autocfg v1.4.0 |
442 | 2024-11-26T08:00:54.146Z | Downloaded clap_lex v0.7.3 |
443 | 2024-11-26T08:00:54.146Z | Downloaded tokio-macros v2.4.0 |
444 | 2024-11-26T08:00:54.159Z | Downloaded tinyvec_macros v0.1.1 |
445 | 2024-11-26T08:00:54.159Z | Downloaded block-buffer v0.10.4 |
446 | 2024-11-26T08:00:54.159Z | Downloaded backtrace-ext v0.2.1 |
447 | 2024-11-26T08:00:54.159Z | Downloaded syn v2.0.89 |
448 | 2024-11-26T08:00:54.159Z | Downloaded guppy-workspace-hack v0.1.0 |
449 | 2024-11-26T08:00:54.159Z | Downloaded enable-ansi-support v0.2.1 |
450 | 2024-11-26T08:00:54.160Z | Downloaded swrite v0.1.0 |
451 | 2024-11-26T08:00:54.160Z | Downloaded supports-unicode v3.0.0 |
452 | 2024-11-26T08:00:54.160Z | Downloaded strsim v0.11.1 |
453 | 2024-11-26T08:00:54.160Z | Downloaded foreign-types-shared v0.1.1 |
454 | 2024-11-26T08:00:54.160Z | Downloaded borsh v1.5.3 |
455 | 2024-11-26T08:00:54.160Z | Downloaded strip-ansi-escapes v0.2.0 |
456 | 2024-11-26T08:00:54.167Z | Downloaded stable_deref_trait v1.2.0 |
457 | 2024-11-26T08:00:54.167Z | Downloaded spki v0.7.3 |
458 | 2024-11-26T08:00:54.167Z | Downloaded ahash v0.8.11 |
459 | 2024-11-26T08:00:54.311Z | Downloaded ring v0.17.8 |
460 | 2024-11-26T08:00:54.593Z | Compiling proc-macro2 v1.0.92 |
461 | 2024-11-26T08:00:54.594Z | Compiling unicode-ident v1.0.14 |
462 | 2024-11-26T08:00:54.594Z | Compiling libc v0.2.165 |
463 | 2024-11-26T08:00:54.600Z | Compiling cfg-if v1.0.0 |
464 | 2024-11-26T08:00:54.600Z | Compiling memchr v2.7.4 |
465 | 2024-11-26T08:00:54.601Z | Compiling serde v1.0.215 |
466 | 2024-11-26T08:00:54.613Z | Compiling shlex v1.3.0 |
467 | 2024-11-26T08:00:54.707Z | Compiling once_cell v1.20.2 |
468 | 2024-11-26T08:00:54.857Z | Compiling autocfg v1.4.0 |
469 | 2024-11-26T08:00:55.021Z | Compiling itoa v1.0.14 |
470 | 2024-11-26T08:00:55.144Z | Compiling pin-project-lite v0.2.15 |
471 | 2024-11-26T08:00:55.178Z | Compiling rustix v0.38.41 |
472 | 2024-11-26T08:00:55.237Z | Compiling bitflags v2.6.0 |
473 | 2024-11-26T08:00:55.524Z | Compiling smallvec v1.13.2 |
474 | 2024-11-26T08:00:55.652Z | Compiling stable_deref_trait v1.2.0 |
475 | 2024-11-26T08:00:55.722Z | Compiling slab v0.4.9 |
476 | 2024-11-26T08:00:55.904Z | Compiling futures-core v0.3.31 |
477 | 2024-11-26T08:00:56.165Z | Compiling futures-sink v0.3.31 |
478 | 2024-11-26T08:00:56.169Z | Compiling ryu v1.0.18 |
479 | 2024-11-26T08:00:56.250Z | Compiling serde_json v1.0.133 |
480 | 2024-11-26T08:00:56.298Z | Compiling futures-channel v0.3.31 |
481 | 2024-11-26T08:00:56.554Z | Compiling futures-io v0.3.31 |
482 | 2024-11-26T08:00:56.598Z | Compiling bytes v1.8.0 |
483 | 2024-11-26T08:00:56.760Z | Compiling pin-utils v0.1.0 |
484 | 2024-11-26T08:00:56.777Z | Compiling futures-task v0.3.31 |
485 | 2024-11-26T08:00:56.873Z | Compiling tracing-core v0.1.33 |
486 | 2024-11-26T08:00:56.894Z | Compiling litemap v0.7.4 |
487 | 2024-11-26T08:00:56.972Z | Compiling jobserver v0.1.32 |
488 | 2024-11-26T08:00:56.978Z | Compiling writeable v0.5.5 |
489 | 2024-11-26T08:00:57.067Z | Compiling thiserror v1.0.69 |
490 | 2024-11-26T08:00:57.319Z | Compiling quote v1.0.37 |
491 | 2024-11-26T08:00:57.627Z | Compiling cc v1.2.1 |
492 | 2024-11-26T08:00:57.745Z | Compiling syn v2.0.89 |
493 | 2024-11-26T08:00:57.860Z | Compiling getrandom v0.2.15 |
494 | 2024-11-26T08:00:57.995Z | Compiling errno v0.3.9 |
495 | 2024-11-26T08:00:58.094Z | Compiling fnv v1.0.7 |
496 | 2024-11-26T08:00:58.114Z | Compiling camino v1.1.9 |
497 | 2024-11-26T08:00:58.253Z | Compiling log v0.4.22 |
498 | 2024-11-26T08:00:58.267Z | Compiling lazy_static v1.5.0 |
499 | 2024-11-26T08:00:58.546Z | Compiling signal-hook-registry v1.4.2 |
500 | 2024-11-26T08:00:58.728Z | Compiling mio v1.0.2 |
501 | 2024-11-26T08:00:58.781Z | Compiling socket2 v0.5.7 |
502 | 2024-11-26T08:00:58.795Z | Compiling icu_locid_transform_data v1.5.0 |
503 | 2024-11-26T08:00:58.902Z | Compiling equivalent v1.0.1 |
504 | 2024-11-26T08:00:59.039Z | Compiling target-lexicon v0.12.16 |
505 | 2024-11-26T08:00:59.416Z | Compiling hashbrown v0.15.2 |
506 | 2024-11-26T08:01:00.014Z | Compiling rustls-pki-types v1.10.0 |
507 | 2024-11-26T08:01:00.118Z | Compiling unicode-width v0.1.14 |
508 | 2024-11-26T08:01:00.547Z | Compiling http v1.1.0 |
509 | 2024-11-26T08:01:00.575Z | Compiling semver v1.0.23 |
510 | 2024-11-26T08:01:00.676Z | Compiling spin v0.9.8 |
511 | 2024-11-26T08:01:00.875Z | Compiling byteorder v1.5.0 |
512 | 2024-11-26T08:01:00.967Z | Compiling adler v1.0.2 |
513 | 2024-11-26T08:01:01.089Z | Compiling icu_properties_data v1.5.0 |
514 | 2024-11-26T08:01:01.252Z | Compiling httparse v1.9.5 |
515 | 2024-11-26T08:01:01.268Z | Compiling guppy-workspace-hack v0.1.0 |
516 | 2024-11-26T08:01:01.324Z | Compiling untrusted v0.9.0 |
517 | 2024-11-26T08:01:01.481Z | Compiling ring v0.17.8 |
518 | 2024-11-26T08:01:01.507Z | Compiling backtrace v0.3.71 |
519 | 2024-11-26T08:01:01.571Z | Compiling utf8parse v0.2.2 |
520 | 2024-11-26T08:01:01.729Z | Compiling gimli v0.28.1 |
521 | 2024-11-26T08:01:01.884Z | Compiling miniz_oxide v0.7.4 |
522 | 2024-11-26T08:01:02.055Z | Compiling object v0.32.2 |
523 | 2024-11-26T08:01:03.192Z | Compiling http-body v1.0.1 |
524 | 2024-11-26T08:01:03.248Z | Compiling fastrand v2.2.0 |
525 | 2024-11-26T08:01:03.274Z | Compiling utf8_iter v1.0.4 |
526 | 2024-11-26T08:01:03.414Z | Compiling utf16_iter v1.0.5 |
527 | 2024-11-26T08:01:03.556Z | Compiling write16 v1.0.0 |
528 | 2024-11-26T08:01:03.591Z | Compiling zeroize v1.8.1 |
529 | 2024-11-26T08:01:03.668Z | Compiling try-lock v0.2.5 |
530 | 2024-11-26T08:01:03.818Z | Compiling icu_normalizer_data v1.5.0 |
531 | 2024-11-26T08:01:03.861Z | Compiling target-spec v3.2.2 |
532 | 2024-11-26T08:01:03.913Z | Compiling pkg-config v0.3.31 |
533 | 2024-11-26T08:01:03.917Z | Compiling rustc-demangle v0.1.24 |
534 | 2024-11-26T08:01:04.364Z | Compiling rustls v0.23.18 |
535 | 2024-11-26T08:01:04.710Z | Compiling want v0.3.1 |
536 | 2024-11-26T08:01:04.974Z | Compiling tempfile v3.14.0 |
537 | 2024-11-26T08:01:05.123Z | Compiling zstd-sys v2.0.13+zstd.1.5.6 |
538 | 2024-11-26T08:01:05.135Z | Compiling cfg-expr v0.17.1 |
539 | 2024-11-26T08:01:05.846Z | Compiling synstructure v0.13.1 |
540 | 2024-11-26T08:01:06.795Z | Compiling addr2line v0.21.0 |
541 | 2024-11-26T08:01:07.109Z | Compiling aho-corasick v1.1.3 |
542 | 2024-11-26T08:01:07.167Z | Compiling subtle v2.6.1 |
543 | 2024-11-26T08:01:07.178Z | Compiling percent-encoding v2.3.1 |
544 | 2024-11-26T08:01:07.427Z | Compiling regex-syntax v0.8.5 |
545 | 2024-11-26T08:01:07.634Z | Compiling owo-colors v4.1.0 |
546 | 2024-11-26T08:01:07.824Z | Compiling version_check v0.9.5 |
547 | 2024-11-26T08:01:07.959Z | Compiling form_urlencoded v1.2.1 |
548 | 2024-11-26T08:01:08.385Z | Compiling ahash v0.8.11 |
549 | 2024-11-26T08:01:08.444Z | Compiling num-traits v0.2.19 |
550 | 2024-11-26T08:01:08.735Z | Compiling unicode-width v0.2.0 |
551 | 2024-11-26T08:01:08.779Z | Compiling either v1.13.0 |
552 | 2024-11-26T08:01:09.231Z | Compiling smawk v0.3.2 |
553 | 2024-11-26T08:01:09.445Z | Compiling tower-service v0.3.3 |
554 | 2024-11-26T08:01:09.576Z | Compiling is_ci v1.2.0 |
555 | 2024-11-26T08:01:09.834Z | Compiling portable-atomic v1.10.0 |
556 | 2024-11-26T08:01:10.079Z | Compiling nextest-workspace-hack v0.1.0 |
557 | 2024-11-26T08:01:10.386Z | Compiling unicode-linebreak v0.1.5 |
558 | 2024-11-26T08:01:10.731Z | Compiling winnow v0.6.20 |
559 | 2024-11-26T08:01:10.864Z | Compiling textwrap v0.16.1 |
560 | 2024-11-26T08:01:10.895Z | Compiling serde_derive v1.0.215 |
561 | 2024-11-26T08:01:14.481Z | Compiling zerofrom-derive v0.1.5 |
562 | 2024-11-26T08:01:14.975Z | Compiling yoke-derive v0.7.5 |
563 | 2024-11-26T08:01:17.746Z | Compiling zerovec-derive v0.10.3 |
564 | 2024-11-26T08:01:17.970Z | Compiling zerofrom v0.1.5 |
565 | 2024-11-26T08:01:18.201Z | Compiling yoke v0.7.5 |
566 | 2024-11-26T08:01:18.603Z | Compiling displaydoc v0.2.5 |
567 | 2024-11-26T08:01:20.214Z | Compiling futures-macro v0.3.31 |
568 | 2024-11-26T08:01:20.288Z | Compiling zerovec v0.10.4 |
569 | 2024-11-26T08:01:20.482Z | Compiling icu_provider_macros v1.5.0 |
570 | 2024-11-26T08:01:20.532Z | Compiling tracing-attributes v0.1.27 |
571 | 2024-11-26T08:01:20.915Z | Compiling thiserror-impl v1.0.69 |
572 | 2024-11-26T08:01:21.708Z | Compiling tokio-macros v2.4.0 |
573 | 2024-11-26T08:01:22.093Z | Compiling futures-util v0.3.31 |
574 | 2024-11-26T08:01:23.279Z | Compiling tinystr v0.7.6 |
575 | 2024-11-26T08:01:23.299Z | Compiling tokio v1.41.1 |
576 | 2024-11-26T08:01:23.693Z | Compiling icu_locid v1.5.0 |
577 | 2024-11-26T08:01:23.952Z | Compiling tracing v0.1.40 |
578 | 2024-11-26T08:01:23.985Z | Compiling icu_collections v1.5.0 |
579 | 2024-11-26T08:01:24.676Z | Compiling indexmap v2.6.0 |
580 | 2024-11-26T08:01:26.114Z | Compiling icu_provider v1.5.0 |
581 | 2024-11-26T08:01:26.449Z | Compiling zerocopy-derive v0.7.35 |
582 | 2024-11-26T08:01:28.408Z | Compiling icu_locid_transform v1.5.0 |
583 | 2024-11-26T08:01:28.619Z | Compiling zerocopy v0.7.35 |
584 | 2024-11-26T08:01:29.155Z | Compiling rustls-webpki v0.102.8 |
585 | 2024-11-26T08:01:30.379Z | Compiling icu_properties v1.5.1 |
586 | 2024-11-26T08:01:32.590Z | Compiling hyper v1.5.1 |
587 | 2024-11-26T08:01:34.491Z | Compiling icu_normalizer v1.5.0 |
588 | 2024-11-26T08:01:34.601Z | Compiling regex-automata v0.4.9 |
589 | 2024-11-26T08:01:36.745Z | Compiling idna_adapter v1.2.0 |
590 | 2024-11-26T08:01:36.958Z | Compiling idna v1.0.3 |
591 | 2024-11-26T08:01:39.726Z | Compiling tokio-rustls v0.26.0 |
592 | 2024-11-26T08:01:40.226Z | Compiling hyper-util v0.1.10 |
593 | 2024-11-26T08:01:40.972Z | Compiling pathdiff v0.2.3 |
594 | 2024-11-26T08:01:41.141Z | Compiling cargo-platform v0.1.8 |
595 | 2024-11-26T08:01:41.221Z | Compiling serde_spanned v0.6.8 |
596 | 2024-11-26T08:01:41.464Z | Compiling toml_datetime v0.6.8 |
597 | 2024-11-26T08:01:42.176Z | Compiling miette-derive v7.2.0 |
598 | 2024-11-26T08:01:42.279Z | Compiling backtrace-ext v0.2.1 |
599 | 2024-11-26T08:01:42.710Z | Compiling supports-color v3.0.1 |
600 | 2024-11-26T08:01:43.095Z | Compiling terminal_size v0.3.0 |
601 | 2024-11-26T08:01:43.317Z | Compiling webpki-roots v0.26.7 |
602 | 2024-11-26T08:01:43.540Z | Compiling console v0.15.8 |
603 | 2024-11-26T08:01:45.122Z | Compiling tracing-log v0.2.0 |
604 | 2024-11-26T08:01:45.785Z | Compiling sharded-slab v0.1.7 |
605 | 2024-11-26T08:01:45.817Z | Compiling vte_generate_state_changes v0.1.2 |
606 | 2024-11-26T08:01:45.957Z | Compiling thread_local v1.1.8 |
607 | 2024-11-26T08:01:46.411Z | Compiling cfg_aliases v0.2.1 |
608 | 2024-11-26T08:01:46.521Z | Compiling newtype-uuid v1.1.3 |
609 | 2024-11-26T08:01:46.673Z | Compiling adler2 v2.0.0 |
610 | 2024-11-26T08:01:46.710Z | Compiling zstd-safe v7.2.1 |
611 | 2024-11-26T08:01:46.838Z | Compiling supports-hyperlinks v3.0.0 |
612 | 2024-11-26T08:01:47.067Z | Compiling fixedbitset v0.4.2 |
613 | 2024-11-26T08:01:47.172Z | Compiling supports-unicode v3.0.0 |
614 | 2024-11-26T08:01:47.372Z | Compiling thiserror v2.0.3 |
615 | 2024-11-26T08:01:47.449Z | Compiling petgraph v0.6.5 |
616 | 2024-11-26T08:01:47.582Z | Compiling miette v7.2.0 |
617 | 2024-11-26T08:01:47.723Z | Compiling tracing-subscriber v0.3.18 |
618 | 2024-11-26T08:01:48.367Z | Compiling miniz_oxide v0.8.0 |
619 | 2024-11-26T08:01:50.362Z | Compiling nix v0.29.0 |
620 | 2024-11-26T08:01:51.245Z | Compiling vte v0.11.1 |
621 | 2024-11-26T08:01:51.581Z | Compiling hyper-rustls v0.27.3 |
622 | 2024-11-26T08:01:53.209Z | Compiling toml_edit v0.22.22 |
623 | 2024-11-26T08:01:54.978Z | Compiling cargo_metadata v0.18.1 |
624 | 2024-11-26T08:01:54.981Z | Compiling regex v1.11.1 |
625 | 2024-11-26T08:01:55.686Z | Compiling url v2.5.4 |
626 | 2024-11-26T08:01:57.969Z | Compiling ppv-lite86 v0.2.20 |
627 | 2024-11-26T08:01:58.677Z | Compiling http-body-util v0.1.2 |
628 | 2024-11-26T08:01:58.912Z | Compiling futures-executor v0.3.31 |
629 | 2024-11-26T08:01:59.249Z | Compiling smol_str v0.3.2 |
630 | 2024-11-26T08:01:59.905Z | Compiling serde_urlencoded v0.7.1 |
631 | 2024-11-26T08:02:00.111Z | Compiling pin-project-internal v1.1.7 |
632 | 2024-11-26T08:02:00.483Z | Compiling thiserror-impl v2.0.3 |
633 | 2024-11-26T08:02:01.185Z | Compiling itertools v0.13.0 |
634 | 2024-11-26T08:02:03.010Z | Compiling anstyle-parse v0.2.6 |
635 | 2024-11-26T08:02:03.420Z | Compiling xattr v1.3.1 |
636 | 2024-11-26T08:02:03.727Z | Compiling rustls-pemfile v2.2.0 |
637 | 2024-11-26T08:02:03.754Z | Compiling rand_core v0.6.4 |
638 | 2024-11-26T08:02:04.192Z | Compiling uuid v1.11.0 |
639 | 2024-11-26T08:02:04.243Z | Compiling filetime v0.2.25 |
640 | 2024-11-26T08:02:04.506Z | Compiling sync_wrapper v1.0.2 |
641 | 2024-11-26T08:02:04.586Z | Compiling bstr v1.11.0 |
642 | 2024-11-26T08:02:04.659Z | Compiling crc32fast v1.4.2 |
643 | 2024-11-26T08:02:05.057Z | Compiling minimal-lexical v0.2.1 |
644 | 2024-11-26T08:02:05.157Z | Compiling mime v0.3.17 |
645 | 2024-11-26T08:02:05.307Z | Compiling anstyle v1.0.10 |
646 | 2024-11-26T08:02:05.666Z | Compiling static_assertions v1.1.0 |
647 | 2024-11-26T08:02:05.767Z | Compiling eyre v0.6.12 |
648 | 2024-11-26T08:02:05.857Z | Compiling anstyle-query v1.1.2 |
649 | 2024-11-26T08:02:06.007Z | Compiling self_update v0.41.0 |
650 | 2024-11-26T08:02:06.168Z | Compiling number_prefix v0.4.0 |
651 | 2024-11-26T08:02:06.245Z | Compiling tinyvec_macros v0.1.1 |
652 | 2024-11-26T08:02:06.323Z | Compiling colorchoice v1.0.3 |
653 | 2024-11-26T08:02:06.339Z | Compiling iana-time-zone v0.1.61 |
654 | 2024-11-26T08:02:06.364Z | Compiling base64 v0.22.1 |
655 | 2024-11-26T08:02:06.425Z | Compiling debug-ignore v1.0.5 |
656 | 2024-11-26T08:02:06.481Z | Compiling indenter v0.3.3 |
657 | 2024-11-26T08:02:06.567Z | Compiling ipnet v2.10.1 |
658 | 2024-11-26T08:02:06.666Z | Compiling nested v0.1.1 |
659 | 2024-11-26T08:02:06.844Z | Compiling is_terminal_polyfill v1.70.1 |
660 | 2024-11-26T08:02:06.970Z | Compiling anstream v0.6.18 |
661 | 2024-11-26T08:02:06.996Z | Compiling guppy v0.17.8 |
662 | 2024-11-26T08:02:07.055Z | Compiling chrono v0.4.38 |
663 | 2024-11-26T08:02:07.450Z | Compiling reqwest v0.12.9 |
664 | 2024-11-26T08:02:08.046Z | Compiling indicatif v0.17.9 |
665 | 2024-11-26T08:02:10.070Z | Compiling tinyvec v1.8.0 |
666 | 2024-11-26T08:02:11.075Z | Compiling globset v0.4.15 |
667 | 2024-11-26T08:02:11.804Z | Compiling nom v7.1.3 |
668 | 2024-11-26T08:02:15.215Z | Compiling flate2 v1.0.35 |
669 | 2024-11-26T08:02:15.625Z | Compiling tar v0.4.43 |
670 | 2024-11-26T08:02:16.068Z | Compiling rand_chacha v0.3.1 |
671 | 2024-11-26T08:02:16.531Z | Compiling pin-project v1.1.7 |
672 | 2024-11-26T08:02:16.617Z | Compiling nextest-metadata v0.12.1 |
673 | 2024-11-26T08:02:16.674Z | Compiling futures v0.3.31 |
674 | 2024-11-26T08:02:16.799Z | Compiling toml v0.8.19 |
675 | 2024-11-26T08:02:17.154Z | Compiling strip-ansi-escapes v0.2.0 |
676 | 2024-11-26T08:02:17.870Z | Compiling tracing-error v0.2.0 |
677 | 2024-11-26T08:02:18.292Z | Compiling self-replace v1.5.0 |
678 | 2024-11-26T08:02:18.780Z | Compiling terminal_size v0.4.0 |
679 | 2024-11-26T08:02:18.878Z | Compiling os_pipe v1.2.1 |
680 | 2024-11-26T08:02:19.030Z | Compiling shared_child v1.0.1 |
681 | 2024-11-26T08:02:19.153Z | Compiling quick-xml v0.37.1 |
682 | 2024-11-26T08:02:19.696Z | Compiling quick-xml v0.23.1 |
683 | 2024-11-26T08:02:20.257Z | Compiling clap_lex v0.7.3 |
684 | 2024-11-26T08:02:21.015Z | Compiling heck v0.5.0 |
685 | 2024-11-26T08:02:21.469Z | Compiling unicase v2.8.0 |
686 | 2024-11-26T08:02:22.012Z | Compiling recursion v0.5.2 |
687 | 2024-11-26T08:02:22.051Z | Compiling urlencoding v2.1.3 |
688 | 2024-11-26T08:02:22.109Z | Compiling humantime v2.1.0 |
689 | 2024-11-26T08:02:22.170Z | Compiling shell-words v1.1.0 |
690 | 2024-11-26T08:02:22.497Z | Compiling owo-colors v3.5.0 |
691 | 2024-11-26T08:02:22.606Z | Compiling strsim v0.11.1 |
692 | 2024-11-26T08:02:22.856Z | Compiling humantime-serde v1.1.1 |
693 | 2024-11-26T08:02:22.963Z | Compiling clap_builder v4.5.21 |
694 | 2024-11-26T08:02:24.357Z | Compiling nextest-filtering v0.12.0 |
695 | 2024-11-26T08:02:24.584Z | Compiling clap_derive v4.5.18 |
696 | 2024-11-26T08:02:25.421Z | Compiling color-spantrace v0.2.1 |
697 | 2024-11-26T08:02:26.415Z | Compiling quick-junit v0.5.1 |
698 | 2024-11-26T08:02:28.881Z | Compiling duct v0.13.7 |
699 | 2024-11-26T08:02:29.416Z | Compiling cargo-nextest v0.9.84 |
700 | 2024-11-26T08:02:30.221Z | Compiling config v0.14.1 |
701 | 2024-11-26T08:02:32.440Z | Compiling async-scoped v0.9.0 |
702 | 2024-11-26T08:02:32.763Z | Compiling rand v0.8.5 |
703 | 2024-11-26T08:02:33.030Z | Compiling unicode-normalization v0.1.24 |
704 | 2024-11-26T08:02:33.430Z | Compiling zstd v0.13.2 |
705 | 2024-11-26T08:02:34.385Z | Compiling target-spec-miette v0.4.0 |
706 | 2024-11-26T08:02:34.736Z | Compiling mukti-metadata v0.2.1 |
707 | 2024-11-26T08:02:35.148Z | Compiling future-queue v0.3.0 |
708 | 2024-11-26T08:02:35.440Z | Compiling camino-tempfile v1.1.1 |
709 | 2024-11-26T08:02:35.610Z | Compiling serde_path_to_error v0.1.16 |
710 | 2024-11-26T08:02:35.746Z | Compiling serde_ignored v0.1.10 |
711 | 2024-11-26T08:02:36.206Z | Compiling atomicwrites v0.4.4 |
712 | 2024-11-26T08:02:36.222Z | Compiling display-error-chain v0.2.2 |
713 | 2024-11-26T08:02:36.426Z | Compiling swrite v0.1.0 |
714 | 2024-11-26T08:02:36.560Z | Compiling home v0.5.9 |
715 | 2024-11-26T08:02:36.673Z | Compiling xxhash-rust v0.8.12 |
716 | 2024-11-26T08:02:36.744Z | Compiling color-eyre v0.6.3 |
717 | 2024-11-26T08:02:36.872Z | Compiling nextest-runner v0.67.0 |
718 | 2024-11-26T08:02:36.963Z | Compiling clap v4.5.21 |
719 | 2024-11-26T08:02:37.076Z | Compiling dialoguer v0.11.0 |
720 | 2024-11-26T08:02:38.880Z | Compiling enable-ansi-support v0.2.1 |
721 | 2024-11-26T08:03:16.484Z | Finished `release` profile [optimized] target(s) in 2m 24s |
722 | 2024-11-26T08:03:16.706Z | Installing /home/build/.cargo/bin/cargo-nextest |
723 | 2024-11-26T08:03:16.708Z | Installed package `cargo-nextest v0.9.84` (executable `cargo-nextest`) |
724 | 2024-11-26T08:03:16.806Z | + banner bfd |
725 | 2024-11-26T08:03:16.897Z | |
726 | 2024-11-26T08:03:16.898Z | ##### ###### ##### |
727 | 2024-11-26T08:03:16.898Z | # # # # # |
728 | 2024-11-26T08:03:16.898Z | ##### ##### # # |
729 | 2024-11-26T08:03:16.898Z | # # # # # |
730 | 2024-11-26T08:03:16.898Z | # # # # # |
731 | 2024-11-26T08:03:16.898Z | ##### # ##### |
732 | 2024-11-26T08:03:16.898Z | |
733 | 2024-11-26T08:03:16.900Z | + cargo nextest run -p bfd --nocapture |
734 | 2024-11-26T08:03:17.178Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
735 | 2024-11-26T08:03:17.422Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
736 | 2024-11-26T08:03:17.618Z | From https://www.github.com/oxidecomputer/oxnet |
737 | 2024-11-26T08:03:17.618Z | * [new branch] ci -> origin/ci |
738 | 2024-11-26T08:03:17.620Z | * [new branch] dependabot/cargo/serde_json-1.0.133 -> origin/dependabot/cargo/serde_json-1.0.133 |
739 | 2024-11-26T08:03:17.620Z | * [new branch] main -> origin/main |
740 | 2024-11-26T08:03:17.620Z | * [new ref] -> origin/HEAD |
741 | 2024-11-26T08:03:17.630Z | Updating crates.io index |
742 | 2024-11-26T08:03:17.729Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
743 | 2024-11-26T08:03:18.423Z | From https://github.com/oxidecomputer/falcon |
744 | 2024-11-26T08:03:18.423Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
745 | 2024-11-26T08:03:18.527Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
746 | 2024-11-26T08:03:19.628Z | From https://github.com/oxidecomputer/dendrite |
747 | 2024-11-26T08:03:19.628Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
748 | 2024-11-26T08:03:19.678Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
749 | 2024-11-26T08:03:20.057Z | From https://github.com/oxidecomputer/ispf |
750 | 2024-11-26T08:03:20.057Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
751 | 2024-11-26T08:03:20.066Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
752 | 2024-11-26T08:03:20.433Z | From https://github.com/oxidecomputer/netadm-sys |
753 | 2024-11-26T08:03:20.433Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
754 | 2024-11-26T08:03:20.444Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
755 | 2024-11-26T08:03:24.321Z | From https://github.com/oxidecomputer/omicron |
756 | 2024-11-26T08:03:24.321Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
757 | 2024-11-26T08:03:24.351Z | * [new tag] dogfood -> dogfood |
758 | 2024-11-26T08:03:24.353Z | * [new tag] v5 -> v5 |
759 | 2024-11-26T08:03:24.353Z | * [new tag] v6 -> v6 |
760 | 2024-11-26T08:03:24.353Z | * [new tag] v7 -> v7 |
761 | 2024-11-26T08:03:24.353Z | * [new tag] v8 -> v8 |
762 | 2024-11-26T08:03:24.353Z | * [new tag] v9 -> v9 |
763 | 2024-11-26T08:03:24.707Z | Updating git repository `https://github.com/oxidecomputer/opte` |
764 | 2024-11-26T08:03:25.635Z | From https://github.com/oxidecomputer/opte |
765 | 2024-11-26T08:03:25.636Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
766 | 2024-11-26T08:03:25.682Z | Updating git repository `https://github.com/illumos/smf-rs` |
767 | 2024-11-26T08:03:26.042Z | From https://github.com/illumos/smf-rs |
768 | 2024-11-26T08:03:26.042Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
769 | 2024-11-26T08:03:26.079Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
770 | 2024-11-26T08:03:26.513Z | From https://github.com/oxidecomputer/maghemite |
771 | 2024-11-26T08:03:26.513Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
772 | 2024-11-26T08:03:26.530Z | * [new tag] rift -> rift |
773 | 2024-11-26T08:03:26.533Z | * [new tag] srp -> srp |
774 | 2024-11-26T08:03:26.533Z | * [new tag] tie-spf -> tie-spf |
775 | 2024-11-26T08:03:26.564Z | Updating git repository `https://github.com/oxidecomputer/zone` |
776 | 2024-11-26T08:03:26.972Z | From https://github.com/oxidecomputer/zone |
777 | 2024-11-26T08:03:26.972Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
778 | 2024-11-26T08:03:26.994Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
779 | 2024-11-26T08:03:27.624Z | From https://github.com/oxidecomputer/propolis |
780 | 2024-11-26T08:03:27.624Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
781 | 2024-11-26T08:03:27.723Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
782 | 2024-11-26T08:03:28.029Z | From https://github.com/oxidecomputer/dlpi-sys |
783 | 2024-11-26T08:03:28.029Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
784 | 2024-11-26T08:03:28.054Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
785 | 2024-11-26T08:03:28.441Z | From https://github.com/jmesmon/rust-libzfs |
786 | 2024-11-26T08:03:28.441Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
787 | 2024-11-26T08:03:28.466Z | * [new tag] v0.4.0 -> v0.4.0 |
788 | 2024-11-26T08:03:28.467Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
789 | 2024-11-26T08:03:28.791Z | From https://github.com/oxidecomputer/rusty-doors |
790 | 2024-11-26T08:03:28.791Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
791 | 2024-11-26T08:03:28.801Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
792 | 2024-11-26T08:03:29.201Z | From https://github.com/oxidecomputer/maghemite |
793 | 2024-11-26T08:03:29.202Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
794 | 2024-11-26T08:03:29.251Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
795 | 2024-11-26T08:03:29.604Z | From https://github.com/oxidecomputer/serde_human_bytes |
796 | 2024-11-26T08:03:29.604Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
797 | 2024-11-26T08:03:29.623Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
798 | 2024-11-26T08:03:29.990Z | From https://github.com/oxidecomputer/slog-error-chain |
799 | 2024-11-26T08:03:29.991Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
800 | 2024-11-26T08:03:30.041Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
801 | 2024-11-26T08:03:30.358Z | From https://github.com/oxidecomputer/poptrie |
802 | 2024-11-26T08:03:30.358Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
803 | 2024-11-26T08:03:30.395Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
804 | 2024-11-26T08:03:30.737Z | From https://github.com/illumos/libscf-sys |
805 | 2024-11-26T08:03:30.737Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
806 | 2024-11-26T08:03:30.747Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
807 | 2024-11-26T08:03:31.519Z | From https://github.com/oxidecomputer/progenitor |
808 | 2024-11-26T08:03:31.519Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
809 | 2024-11-26T08:03:31.540Z | * [new tag] v0.1.1 -> v0.1.1 |
810 | 2024-11-26T08:03:31.543Z | * [new tag] v0.2.0 -> v0.2.0 |
811 | 2024-11-26T08:03:31.543Z | * [new tag] v0.3.0 -> v0.3.0 |
812 | 2024-11-26T08:03:31.543Z | * [new tag] v0.4.0 -> v0.4.0 |
813 | 2024-11-26T08:03:31.543Z | * [new tag] v0.5.0 -> v0.5.0 |
814 | 2024-11-26T08:03:31.543Z | * [new tag] v0.6.0 -> v0.6.0 |
815 | 2024-11-26T08:03:31.543Z | * [new tag] v0.7.0 -> v0.7.0 |
816 | 2024-11-26T08:03:31.776Z | Updating git repository `https://github.com/oxidecomputer/typify` |
817 | 2024-11-26T08:03:32.556Z | From https://github.com/oxidecomputer/typify |
818 | 2024-11-26T08:03:32.556Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
819 | 2024-11-26T08:03:32.558Z | * [new tag] v0.2.0 -> v0.2.0 |
820 | 2024-11-26T08:03:32.575Z | * [new tag] v0.0.10 -> v0.0.10 |
821 | 2024-11-26T08:03:32.578Z | * [new tag] v0.0.11 -> v0.0.11 |
822 | 2024-11-26T08:03:32.578Z | * [new tag] v0.0.12 -> v0.0.12 |
823 | 2024-11-26T08:03:32.578Z | * [new tag] v0.0.13 -> v0.0.13 |
824 | 2024-11-26T08:03:32.578Z | * [new tag] v0.0.14 -> v0.0.14 |
825 | 2024-11-26T08:03:32.578Z | * [new tag] v0.0.15 -> v0.0.15 |
826 | 2024-11-26T08:03:32.578Z | * [new tag] v0.0.16 -> v0.0.16 |
827 | 2024-11-26T08:03:32.579Z | * [new tag] v0.0.4 -> v0.0.4 |
828 | 2024-11-26T08:03:32.579Z | * [new tag] v0.0.5 -> v0.0.5 |
829 | 2024-11-26T08:03:32.579Z | * [new tag] v0.0.7 -> v0.0.7 |
830 | 2024-11-26T08:03:32.579Z | * [new tag] v0.0.8 -> v0.0.8 |
831 | 2024-11-26T08:03:32.579Z | * [new tag] v0.0.9 -> v0.0.9 |
832 | 2024-11-26T08:03:32.579Z | * [new tag] v0.1.0 -> v0.1.0 |
833 | 2024-11-26T08:03:32.710Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
834 | 2024-11-26T08:03:34.535Z | From https://github.com/oxidecomputer/crucible |
835 | 2024-11-26T08:03:34.535Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
836 | 2024-11-26T08:03:34.590Z | Updating git repository `https://github.com/oxidecomputer/opte` |
837 | 2024-11-26T08:03:35.024Z | From https://github.com/oxidecomputer/opte |
838 | 2024-11-26T08:03:35.024Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
839 | 2024-11-26T08:03:35.069Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
840 | 2024-11-26T08:03:35.678Z | From https://github.com/oxidecomputer/management-gateway-service |
841 | 2024-11-26T08:03:35.678Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
842 | 2024-11-26T08:03:36.079Z | Downloading crates ... |
843 | 2024-11-26T08:03:36.259Z | Downloaded anstyle-parse v0.2.5 |
844 | 2024-11-26T08:03:36.261Z | Downloaded anstyle-query v1.1.1 |
845 | 2024-11-26T08:03:36.271Z | Downloaded anstream v0.6.15 |
846 | 2024-11-26T08:03:36.274Z | Downloaded allocator-api2 v0.2.18 |
847 | 2024-11-26T08:03:36.277Z | Downloaded anyhow v1.0.93 |
848 | 2024-11-26T08:03:36.282Z | Downloaded async-stream-impl v0.3.5 |
849 | 2024-11-26T08:03:36.285Z | Downloaded arc-swap v1.7.1 |
850 | 2024-11-26T08:03:36.288Z | Downloaded httparse v1.9.4 |
851 | 2024-11-26T08:03:36.291Z | Downloaded async-trait v0.1.83 |
852 | 2024-11-26T08:03:36.294Z | Downloaded autocfg v1.3.0 |
853 | 2024-11-26T08:03:36.297Z | Downloaded atomic-waker v1.1.2 |
854 | 2024-11-26T08:03:36.297Z | Downloaded async-stream v0.3.5 |
855 | 2024-11-26T08:03:36.301Z | Downloaded arrayvec v0.7.6 |
856 | 2024-11-26T08:03:36.304Z | Downloaded arrayref v0.3.9 |
857 | 2024-11-26T08:03:36.304Z | Downloaded blake3 v1.5.4 |
858 | 2024-11-26T08:03:36.310Z | Downloaded bitflags v1.3.2 |
859 | 2024-11-26T08:03:36.317Z | Downloaded rustls-pki-types v1.8.0 |
860 | 2024-11-26T08:03:36.320Z | Downloaded cc v1.1.21 |
861 | 2024-11-26T08:03:36.320Z | Downloaded rustls-pemfile v2.1.3 |
862 | 2024-11-26T08:03:36.324Z | Downloaded rustls v0.21.12 |
863 | 2024-11-26T08:03:36.337Z | Downloaded cstr-argument v0.1.2 |
864 | 2024-11-26T08:03:36.340Z | Downloaded darling_macro v0.20.10 |
865 | 2024-11-26T08:03:36.340Z | Downloaded crc8 v0.1.1 |
866 | 2024-11-26T08:03:36.340Z | Downloaded crunchy v0.2.2 |
867 | 2024-11-26T08:03:36.340Z | Downloaded futures-sink v0.3.30 |
868 | 2024-11-26T08:03:36.343Z | Downloaded crucible-workspace-hack v0.1.0 |
869 | 2024-11-26T08:03:36.343Z | Downloaded convert_case v0.4.0 |
870 | 2024-11-26T08:03:36.343Z | Downloaded clap_lex v0.7.2 |
871 | 2024-11-26T08:03:36.348Z | Downloaded float-ord v0.3.2 |
872 | 2024-11-26T08:03:36.348Z | Downloaded bytes v1.7.2 |
873 | 2024-11-26T08:03:36.352Z | Downloaded base64 v0.13.1 |
874 | 2024-11-26T08:03:36.355Z | Downloaded rustls-pemfile v1.0.4 |
875 | 2024-11-26T08:03:36.358Z | Downloaded scroll_derive v0.12.0 |
876 | 2024-11-26T08:03:36.359Z | Downloaded ciborium-io v0.2.2 |
877 | 2024-11-26T08:03:36.362Z | Downloaded fxhash v0.2.1 |
878 | 2024-11-26T08:03:36.362Z | Downloaded foreign-types-shared v0.3.1 |
879 | 2024-11-26T08:03:36.362Z | Downloaded foreign-types-macros v0.2.3 |
880 | 2024-11-26T08:03:36.362Z | Downloaded colored v2.1.0 |
881 | 2024-11-26T08:03:36.366Z | Downloaded sigpipe v0.1.3 |
882 | 2024-11-26T08:03:36.366Z | Downloaded rustversion v1.0.17 |
883 | 2024-11-26T08:03:36.370Z | Downloaded foreign-types v0.5.0 |
884 | 2024-11-26T08:03:36.370Z | Downloaded cobs v0.2.3 |
885 | 2024-11-26T08:03:36.373Z | Downloaded smf v0.2.3 |
886 | 2024-11-26T08:03:36.373Z | Downloaded slog-scope v4.4.0 |
887 | 2024-11-26T08:03:36.375Z | Downloaded futures-macro v0.3.30 |
888 | 2024-11-26T08:03:36.375Z | Downloaded fastrand v2.1.1 |
889 | 2024-11-26T08:03:36.378Z | Downloaded slog-stdlog v4.1.1 |
890 | 2024-11-26T08:03:36.382Z | Downloaded slog-envlogger v2.2.0 |
891 | 2024-11-26T08:03:36.382Z | Downloaded slog-bunyan v2.5.0 |
892 | 2024-11-26T08:03:36.385Z | Downloaded zone v0.1.8 |
893 | 2024-11-26T08:03:36.385Z | Downloaded serde-big-array v0.5.1 |
894 | 2024-11-26T08:03:36.385Z | Downloaded time-core v0.1.2 |
895 | 2024-11-26T08:03:36.385Z | Downloaded sync_wrapper v1.0.1 |
896 | 2024-11-26T08:03:36.389Z | Downloaded sync_wrapper v0.1.2 |
897 | 2024-11-26T08:03:36.389Z | Downloaded strum v0.26.3 |
898 | 2024-11-26T08:03:36.389Z | Downloaded futures-io v0.3.30 |
899 | 2024-11-26T08:03:36.394Z | Downloaded embedded-io v0.6.1 |
900 | 2024-11-26T08:03:36.394Z | Downloaded usdt-attr-macro v0.5.0 |
901 | 2024-11-26T08:03:36.399Z | Downloaded take_mut v0.2.2 |
902 | 2024-11-26T08:03:36.399Z | Downloaded dyn-clone v1.0.17 |
903 | 2024-11-26T08:03:36.399Z | Downloaded dof v0.3.0 |
904 | 2024-11-26T08:03:36.399Z | Downloaded futures-core v0.3.30 |
905 | 2024-11-26T08:03:36.399Z | Downloaded defmt-parser v0.3.4 |
906 | 2024-11-26T08:03:36.403Z | Downloaded futures-executor v0.3.30 |
907 | 2024-11-26T08:03:36.403Z | Downloaded usdt-macro v0.5.0 |
908 | 2024-11-26T08:03:36.403Z | Downloaded enum-as-inner v0.6.1 |
909 | 2024-11-26T08:03:36.407Z | Downloaded embedded-io v0.4.0 |
910 | 2024-11-26T08:03:36.407Z | Downloaded http-body v0.4.6 |
911 | 2024-11-26T08:03:36.407Z | Downloaded waitgroup v0.1.2 |
912 | 2024-11-26T08:03:36.411Z | Downloaded schemars_derive v0.8.21 |
913 | 2024-11-26T08:03:36.411Z | Downloaded hostname v0.4.0 |
914 | 2024-11-26T08:03:36.411Z | Downloaded data-encoding v2.6.0 |
915 | 2024-11-26T08:03:36.414Z | Downloaded darling v0.20.10 |
916 | 2024-11-26T08:03:36.418Z | Downloaded spin v0.5.2 |
917 | 2024-11-26T08:03:36.423Z | Downloaded slog-term v2.9.1 |
918 | 2024-11-26T08:03:36.423Z | Downloaded newtype_derive v0.1.6 |
919 | 2024-11-26T08:03:36.428Z | Downloaded structmeta v0.3.0 |
920 | 2024-11-26T08:03:36.428Z | Downloaded sha1 v0.10.6 |
921 | 2024-11-26T08:03:36.428Z | Downloaded serde_spanned v0.6.7 |
922 | 2024-11-26T08:03:36.428Z | Downloaded pretty-hex v0.4.1 |
923 | 2024-11-26T08:03:36.432Z | Downloaded itoa v1.0.11 |
924 | 2024-11-26T08:03:36.432Z | Downloaded macaddr v1.0.1 |
925 | 2024-11-26T08:03:36.432Z | Downloaded thiserror v1.0.64 |
926 | 2024-11-26T08:03:36.436Z | Downloaded parse-display-derive v0.10.0 |
927 | 2024-11-26T08:03:36.436Z | Downloaded thiserror-impl v1.0.64 |
928 | 2024-11-26T08:03:36.439Z | Downloaded tiny-keccak v2.0.2 |
929 | 2024-11-26T08:03:36.442Z | Downloaded usdt v0.5.0 |
930 | 2024-11-26T08:03:36.442Z | Downloaded strum_macros v0.25.3 |
931 | 2024-11-26T08:03:36.446Z | Downloaded progenitor-client v0.8.0 |
932 | 2024-11-26T08:03:36.446Z | Downloaded untrusted v0.7.1 |
933 | 2024-11-26T08:03:36.449Z | Downloaded defmt v0.3.8 |
934 | 2024-11-26T08:03:36.449Z | Downloaded num_enum v0.5.11 |
935 | 2024-11-26T08:03:36.453Z | Downloaded pest_generator v2.7.13 |
936 | 2024-11-26T08:03:36.455Z | Downloaded xz2 v0.1.7 |
937 | 2024-11-26T08:03:36.457Z | Downloaded utf-8 v0.7.6 |
938 | 2024-11-26T08:03:36.457Z | Downloaded typify-macro v0.2.0 |
939 | 2024-11-26T08:03:36.465Z | Downloaded num_threads v0.1.7 |
940 | 2024-11-26T08:03:36.465Z | Downloaded smartstring v1.0.1 |
941 | 2024-11-26T08:03:36.465Z | Downloaded omicron-workspace-hack v0.1.0 |
942 | 2024-11-26T08:03:36.465Z | Downloaded newline-converter v0.3.0 |
943 | 2024-11-26T08:03:36.465Z | Downloaded sct v0.7.1 |
944 | 2024-11-26T08:03:36.468Z | Downloaded match_cfg v0.1.0 |
945 | 2024-11-26T08:03:36.474Z | Downloaded managed v0.8.0 |
946 | 2024-11-26T08:03:36.474Z | Downloaded zone v0.3.0 |
947 | 2024-11-26T08:03:36.474Z | Downloaded dropshot_endpoint v0.12.0 |
948 | 2024-11-26T08:03:36.474Z | Downloaded zone_cfg_derive v0.3.0 |
949 | 2024-11-26T08:03:36.474Z | Downloaded is-terminal v0.4.13 |
950 | 2024-11-26T08:03:36.477Z | Downloaded num v0.4.3 |
951 | 2024-11-26T08:03:36.477Z | Downloaded pretty-hex v0.2.1 |
952 | 2024-11-26T08:03:36.477Z | Downloaded num_enum v0.7.3 |
953 | 2024-11-26T08:03:36.484Z | Downloaded progenitor-macro v0.8.0 |
954 | 2024-11-26T08:03:36.484Z | Downloaded plain v0.2.3 |
955 | 2024-11-26T08:03:36.487Z | Downloaded parking_lot v0.11.2 |
956 | 2024-11-26T08:03:36.487Z | Downloaded futures-task v0.3.30 |
957 | 2024-11-26T08:03:36.487Z | Downloaded derive_more v0.99.18 |
958 | 2024-11-26T08:03:36.491Z | Downloaded thin-vec v0.2.13 |
959 | 2024-11-26T08:03:36.494Z | Downloaded tempfile v3.12.0 |
960 | 2024-11-26T08:03:36.496Z | Downloaded typify v0.2.0 |
961 | 2024-11-26T08:03:36.500Z | Downloaded progenitor v0.8.0 |
962 | 2024-11-26T08:03:36.500Z | Downloaded whoami v1.5.2 |
963 | 2024-11-26T08:03:36.503Z | Downloaded tokio-tungstenite v0.21.0 |
964 | 2024-11-26T08:03:36.506Z | Downloaded linked-hash-map v0.5.6 |
965 | 2024-11-26T08:03:36.506Z | Downloaded usdt-impl v0.5.0 |
966 | 2024-11-26T08:03:36.506Z | Downloaded tokio-rustls v0.24.1 |
967 | 2024-11-26T08:03:36.508Z | Downloaded walkdir v2.5.0 |
968 | 2024-11-26T08:03:36.511Z | Downloaded tokio-rustls v0.25.0 |
969 | 2024-11-26T08:03:36.515Z | Downloaded instant v0.1.13 |
970 | 2024-11-26T08:03:36.515Z | Downloaded num-conv v0.1.0 |
971 | 2024-11-26T08:03:36.515Z | Downloaded no-std-compat v0.4.1 |
972 | 2024-11-26T08:03:36.518Z | Downloaded strum_macros v0.26.4 |
973 | 2024-11-26T08:03:36.518Z | Downloaded scroll v0.12.0 |
974 | 2024-11-26T08:03:36.522Z | Downloaded proc-macro-crate v1.3.1 |
975 | 2024-11-26T08:03:36.522Z | Downloaded num-integer v0.1.46 |
976 | 2024-11-26T08:03:36.522Z | Downloaded darling_core v0.20.10 |
977 | 2024-11-26T08:03:36.527Z | Downloaded libsw v3.3.1 |
978 | 2024-11-26T08:03:36.530Z | Downloaded quick-error v1.2.3 |
979 | 2024-11-26T08:03:36.530Z | Downloaded proc-macro-error-attr v1.0.4 |
980 | 2024-11-26T08:03:36.530Z | Downloaded proc-macro-crate v3.2.0 |
981 | 2024-11-26T08:03:36.533Z | Downloaded paste v1.0.15 |
982 | 2024-11-26T08:03:36.537Z | Downloaded indexmap v1.9.3 |
983 | 2024-11-26T08:03:36.540Z | Downloaded time-macros v0.2.18 |
984 | 2024-11-26T08:03:36.540Z | Downloaded tar v0.4.41 |
985 | 2024-11-26T08:03:36.543Z | Downloaded toml v0.7.8 |
986 | 2024-11-26T08:03:36.547Z | Downloaded parse-display v0.10.0 |
987 | 2024-11-26T08:03:36.547Z | Downloaded num-iter v0.1.45 |
988 | 2024-11-26T08:03:36.552Z | Downloaded quinn-udp v0.5.5 |
989 | 2024-11-26T08:03:36.552Z | Downloaded unicode-ident v1.0.13 |
990 | 2024-11-26T08:03:36.552Z | Downloaded pest_meta v2.7.13 |
991 | 2024-11-26T08:03:36.555Z | Downloaded ucd-trie v0.1.6 |
992 | 2024-11-26T08:03:36.555Z | Downloaded serde_yaml v0.9.34+deprecated |
993 | 2024-11-26T08:03:36.557Z | Downloaded ipnetwork v0.20.0 |
994 | 2024-11-26T08:03:36.566Z | Downloaded pin-project-lite v0.2.14 |
995 | 2024-11-26T08:03:36.567Z | Downloaded pest_derive v2.7.13 |
996 | 2024-11-26T08:03:36.569Z | Downloaded num-rational v0.4.2 |
997 | 2024-11-26T08:03:36.569Z | Downloaded powerfmt v0.2.0 |
998 | 2024-11-26T08:03:36.569Z | Downloaded postcard v1.0.10 |
999 | 2024-11-26T08:03:36.571Z | Downloaded password-hash v0.5.0 |
1000 | 2024-11-26T08:03:36.575Z | Downloaded linear-map v1.2.0 |
1001 | 2024-11-26T08:03:36.575Z | Downloaded parking_lot v0.12.3 |
1002 | 2024-11-26T08:03:36.578Z | Downloaded slog v2.7.0 |
1003 | 2024-11-26T08:03:36.581Z | Downloaded rhai_codegen v2.2.0 |
1004 | 2024-11-26T08:03:36.585Z | Downloaded parking_lot_core v0.9.10 |
1005 | 2024-11-26T08:03:36.589Z | Downloaded progenitor-impl v0.8.0 |
1006 | 2024-11-26T08:03:36.593Z | Downloaded proc-macro2 v1.0.86 |
1007 | 2024-11-26T08:03:36.593Z | Downloaded rustls-webpki v0.101.7 |
1008 | 2024-11-26T08:03:36.605Z | Downloaded num-complex v0.4.6 |
1009 | 2024-11-26T08:03:36.608Z | Downloaded crossbeam-channel v0.5.13 |
1010 | 2024-11-26T08:03:36.610Z | Downloaded memmap2 v0.9.5 |
1011 | 2024-11-26T08:03:36.614Z | Downloaded memmap v0.7.0 |
1012 | 2024-11-26T08:03:36.618Z | Downloaded ipnet v2.10.0 |
1013 | 2024-11-26T08:03:36.618Z | Downloaded tungstenite v0.21.0 |
1014 | 2024-11-26T08:03:36.620Z | Downloaded omicron-zone-package v0.11.1 |
1015 | 2024-11-26T08:03:36.622Z | Downloaded quinn v0.11.5 |
1016 | 2024-11-26T08:03:36.625Z | Downloaded url v2.5.2 |
1017 | 2024-11-26T08:03:36.627Z | Downloaded multer v3.1.0 |
1018 | 2024-11-26T08:03:36.632Z | Downloaded prettyplease v0.2.22 |
1019 | 2024-11-26T08:03:36.635Z | Downloaded flate2 v1.0.33 |
1020 | 2024-11-26T08:03:36.638Z | Downloaded openssl-sys v0.9.103 |
1021 | 2024-11-26T08:03:36.643Z | Downloaded expectorate v1.1.0 |
1022 | 2024-11-26T08:03:36.647Z | Downloaded parking_lot_core v0.8.6 |
1023 | 2024-11-26T08:03:36.649Z | Downloaded http v0.2.12 |
1024 | 2024-11-26T08:03:36.652Z | Downloaded toml_edit v0.19.15 |
1025 | 2024-11-26T08:03:36.665Z | Downloaded indicatif v0.17.8 |
1026 | 2024-11-26T08:03:36.669Z | Downloaded hashbrown v0.12.3 |
1027 | 2024-11-26T08:03:36.676Z | Downloaded unicode-segmentation v1.12.0 |
1028 | 2024-11-26T08:03:36.680Z | Downloaded yansi v1.0.1 |
1029 | 2024-11-26T08:03:36.680Z | Downloaded rayon-core v1.12.1 |
1030 | 2024-11-26T08:03:36.683Z | Downloaded hashbrown v0.14.5 |
1031 | 2024-11-26T08:03:36.687Z | Downloaded rustls v0.22.4 |
1032 | 2024-11-26T08:03:36.699Z | Downloaded toml_edit v0.22.21 |
1033 | 2024-11-26T08:03:36.719Z | Downloaded libm v0.2.8 |
1034 | 2024-11-26T08:03:36.726Z | Downloaded futures-util v0.3.30 |
1035 | 2024-11-26T08:03:36.737Z | Downloaded tokio-util v0.7.12 |
1036 | 2024-11-26T08:03:36.743Z | Downloaded serde_with v3.9.0 |
1037 | 2024-11-26T08:03:36.751Z | Downloaded itertools v0.10.5 |
1038 | 2024-11-26T08:03:36.757Z | Downloaded pest v2.7.13 |
1039 | 2024-11-26T08:03:36.762Z | Downloaded itertools v0.12.1 |
1040 | 2024-11-26T08:03:36.769Z | Downloaded portable-atomic v1.8.0 |
1041 | 2024-11-26T08:03:36.778Z | Downloaded winnow v0.6.18 |
1042 | 2024-11-26T08:03:36.783Z | Downloaded hyper v0.14.30 |
1043 | 2024-11-26T08:03:36.790Z | Downloaded quinn-proto v0.11.8 |
1044 | 2024-11-26T08:03:36.796Z | Downloaded winnow v0.5.40 |
1045 | 2024-11-26T08:03:36.804Z | Downloaded reqwest v0.11.27 |
1046 | 2024-11-26T08:03:36.811Z | Downloaded goblin v0.8.2 |
1047 | 2024-11-26T08:03:36.817Z | Downloaded syn v1.0.109 |
1048 | 2024-11-26T08:03:36.831Z | Downloaded idna v0.4.0 |
1049 | 2024-11-26T08:03:36.834Z | Downloaded openssl v0.10.66 |
1050 | 2024-11-26T08:03:36.842Z | Downloaded regress v0.9.1 |
1051 | 2024-11-26T08:03:36.849Z | Downloaded regex v1.10.6 |
1052 | 2024-11-26T08:03:36.861Z | Downloaded idna v0.5.0 |
1053 | 2024-11-26T08:03:36.869Z | Downloaded syn v2.0.87 |
1054 | 2024-11-26T08:03:36.878Z | Downloaded openapiv3 v2.0.0 |
1055 | 2024-11-26T08:03:36.888Z | Downloaded smoltcp v0.11.0 |
1056 | 2024-11-26T08:03:36.899Z | Downloaded rhai v1.20.0 |
1057 | 2024-11-26T08:03:36.910Z | Downloaded regress v0.10.1 |
1058 | 2024-11-26T08:03:36.918Z | Downloaded hickory-proto v0.24.1 |
1059 | 2024-11-26T08:03:36.932Z | Downloaded regex-syntax v0.8.4 |
1060 | 2024-11-26T08:03:36.939Z | Downloaded rustix v0.38.37 |
1061 | 2024-11-26T08:03:36.960Z | Downloaded webpki-roots v0.26.6 |
1062 | 2024-11-26T08:03:36.965Z | Downloaded webpki-roots v0.25.4 |
1063 | 2024-11-26T08:03:36.968Z | Downloaded typify-impl v0.2.0 |
1064 | 2024-11-26T08:03:36.979Z | Downloaded sled v0.34.7 |
1065 | 2024-11-26T08:03:36.989Z | Downloaded dropshot v0.12.0 |
1066 | 2024-11-26T08:03:37.006Z | Downloaded rustls v0.23.13 |
1067 | 2024-11-26T08:03:37.016Z | Downloaded h2 v0.4.6 |
1068 | 2024-11-26T08:03:37.022Z | Downloaded h2 v0.3.26 |
1069 | 2024-11-26T08:03:37.028Z | Downloaded zerocopy-derive v0.6.6 |
1070 | 2024-11-26T08:03:37.037Z | Downloaded time v0.3.36 |
1071 | 2024-11-26T08:03:37.047Z | Downloaded pretty_assertions v1.4.1 |
1072 | 2024-11-26T08:03:37.051Z | Downloaded steno v0.4.1 |
1073 | 2024-11-26T08:03:37.051Z | Downloaded indexmap v2.5.0 |
1074 | 2024-11-26T08:03:37.054Z | Downloaded proc-macro-error v1.0.4 |
1075 | 2024-11-26T08:03:37.056Z | Downloaded regex-automata v0.4.7 |
1076 | 2024-11-26T08:03:37.069Z | Downloaded zerocopy v0.6.6 |
1077 | 2024-11-26T08:03:37.071Z | Downloaded ron v0.7.1 |
1078 | 2024-11-26T08:03:37.075Z | Downloaded unicode-bidi v0.3.15 |
1079 | 2024-11-26T08:03:37.079Z | Downloaded lzma-sys v0.1.20 |
1080 | 2024-11-26T08:03:37.105Z | Downloaded tracing-core v0.1.32 |
1081 | 2024-11-26T08:03:37.110Z | Downloaded unsafe-libyaml v0.2.11 |
1082 | 2024-11-26T08:03:37.112Z | Downloaded hickory-resolver v0.24.1 |
1083 | 2024-11-26T08:03:37.117Z | Downloaded heapless v0.8.0 |
1084 | 2024-11-26T08:03:37.122Z | Downloaded half v2.4.1 |
1085 | 2024-11-26T08:03:37.122Z | Downloaded term v0.7.0 |
1086 | 2024-11-26T08:03:37.125Z | Downloaded similar v2.6.0 |
1087 | 2024-11-26T08:03:37.128Z | Downloaded tokio v1.40.0 |
1088 | 2024-11-26T08:03:37.159Z | Downloaded futures v0.3.30 |
1089 | 2024-11-26T08:03:37.164Z | Downloaded serde_derive_internals v0.29.1 |
1090 | 2024-11-26T08:03:37.167Z | Downloaded hyper-rustls v0.24.2 |
1091 | 2024-11-26T08:03:37.167Z | Downloaded indent_write v2.2.0 |
1092 | 2024-11-26T08:03:37.171Z | Downloaded num-derive v0.4.2 |
1093 | 2024-11-26T08:03:37.171Z | Downloaded num-derive v0.3.3 |
1094 | 2024-11-26T08:03:37.175Z | Downloaded resolv-conf v0.7.0 |
1095 | 2024-11-26T08:03:37.175Z | Downloaded httpdate v1.0.3 |
1096 | 2024-11-26T08:03:37.175Z | Downloaded rustc_version v0.1.7 |
1097 | 2024-11-26T08:03:37.175Z | Downloaded num_enum_derive v0.7.3 |
1098 | 2024-11-26T08:03:37.181Z | Downloaded num_enum_derive v0.5.11 |
1099 | 2024-11-26T08:03:37.181Z | Downloaded schemars v0.8.21 |
1100 | 2024-11-26T08:03:37.185Z | Downloaded diff v0.1.13 |
1101 | 2024-11-26T08:03:37.188Z | Downloaded lock_api v0.4.12 |
1102 | 2024-11-26T08:03:37.190Z | Downloaded serde_with_macros v3.9.0 |
1103 | 2024-11-26T08:03:37.192Z | Downloaded hubpack v0.1.2 |
1104 | 2024-11-26T08:03:37.192Z | Downloaded zone_cfg_derive v0.1.2 |
1105 | 2024-11-26T08:03:37.192Z | Downloaded derive-where v1.2.7 |
1106 | 2024-11-26T08:03:37.196Z | Downloaded crossbeam-utils v0.8.20 |
1107 | 2024-11-26T08:03:37.198Z | Downloaded crossbeam-epoch v0.9.18 |
1108 | 2024-11-26T08:03:37.202Z | Downloaded topological-sort v0.2.2 |
1109 | 2024-11-26T08:03:37.202Z | Downloaded thread-id v4.2.2 |
1110 | 2024-11-26T08:03:37.202Z | Downloaded highway v1.2.0 |
1111 | 2024-11-26T08:03:37.205Z | Downloaded lru-cache v0.1.2 |
1112 | 2024-11-26T08:03:37.205Z | Downloaded tabwriter v1.4.0 |
1113 | 2024-11-26T08:03:37.205Z | Downloaded structmeta-derive v0.3.0 |
1114 | 2024-11-26T08:03:37.207Z | Downloaded hyper-tls v0.5.0 |
1115 | 2024-11-26T08:03:37.208Z | Downloaded cookie v0.18.1 |
1116 | 2024-11-26T08:03:37.210Z | Downloaded newtype-uuid v1.1.0 |
1117 | 2024-11-26T08:03:37.210Z | Downloaded ident_case v1.0.1 |
1118 | 2024-11-26T08:03:37.212Z | Downloaded hubpack_derive v0.1.1 |
1119 | 2024-11-26T08:03:37.212Z | Downloaded futures-channel v0.3.30 |
1120 | 2024-11-26T08:03:37.212Z | Downloaded slog-json v2.6.1 |
1121 | 2024-11-26T08:03:37.215Z | Downloaded serde_tokenstream v0.2.2 |
1122 | 2024-11-26T08:03:37.215Z | Downloaded hostname v0.3.1 |
1123 | 2024-11-26T08:03:37.218Z | Downloaded hex v0.4.3 |
1124 | 2024-11-26T08:03:37.218Z | Downloaded heck v0.4.1 |
1125 | 2024-11-26T08:03:37.220Z | Downloaded heck v0.3.3 |
1126 | 2024-11-26T08:03:37.221Z | Downloaded hash32 v0.3.1 |
1127 | 2024-11-26T08:03:37.221Z | Downloaded encoding_rs v0.8.34 |
1128 | 2024-11-26T08:03:37.241Z | Downloaded constant_time_eq v0.3.1 |
1129 | 2024-11-26T08:03:37.244Z | Downloaded scopeguard v1.2.0 |
1130 | 2024-11-26T08:03:37.245Z | Downloaded dirs-sys-next v0.1.2 |
1131 | 2024-11-26T08:03:37.245Z | Downloaded deranged v0.3.11 |
1132 | 2024-11-26T08:03:37.245Z | Downloaded defmt-macros v0.3.9 |
1133 | 2024-11-26T08:03:37.247Z | Downloaded cpufeatures v0.2.14 |
1134 | 2024-11-26T08:03:37.249Z | Downloaded slog-dtrace v0.3.0 |
1135 | 2024-11-26T08:03:37.249Z | Downloaded slog-async v2.8.0 |
1136 | 2024-11-26T08:03:37.253Z | Downloaded serde_repr v0.1.19 |
1137 | 2024-11-26T08:03:37.255Z | Downloaded semver v0.1.20 |
1138 | 2024-11-26T08:03:37.255Z | Downloaded same-file v1.0.6 |
1139 | 2024-11-26T08:03:37.255Z | Downloaded ciborium-ll v0.2.2 |
1140 | 2024-11-26T08:03:37.255Z | Downloaded dirs-next v2.0.0 |
1141 | 2024-11-26T08:03:37.257Z | Downloaded crossbeam-deque v0.8.5 |
1142 | 2024-11-26T08:03:37.257Z | Downloaded colorchoice v1.0.2 |
1143 | 2024-11-26T08:03:37.260Z | Downloaded dtrace-parser v0.2.0 |
1144 | 2024-11-26T08:03:37.260Z | Downloaded const-random-macro v0.1.16 |
1145 | 2024-11-26T08:03:37.260Z | Downloaded const-random v0.1.18 |
1146 | 2024-11-26T08:03:37.262Z | Downloaded ciborium v0.2.2 |
1147 | 2024-11-26T08:03:37.262Z | Downloaded blake2 v0.10.6 |
1148 | 2024-11-26T08:03:37.265Z | Downloaded cancel-safe-futures v0.1.5 |
1149 | 2024-11-26T08:03:37.267Z | Downloaded backoff v0.4.0 |
1150 | 2024-11-26T08:03:37.270Z | Downloaded argon2 v0.5.3 |
1151 | 2024-11-26T08:03:37.467Z | Downloaded ring v0.16.20 |
1152 | 2024-11-26T08:03:38.465Z | Compiling proc-macro2 v1.0.86 |
1153 | 2024-11-26T08:03:38.465Z | Compiling unicode-ident v1.0.13 |
1154 | 2024-11-26T08:03:38.465Z | Compiling libc v0.2.165 |
1155 | 2024-11-26T08:03:38.467Z | Compiling cfg-if v1.0.0 |
1156 | 2024-11-26T08:03:38.467Z | Compiling serde v1.0.215 |
1157 | 2024-11-26T08:03:38.467Z | Compiling version_check v0.9.5 |
1158 | 2024-11-26T08:03:38.467Z | Compiling autocfg v1.3.0 |
1159 | 2024-11-26T08:03:38.467Z | Compiling once_cell v1.20.2 |
1160 | 2024-11-26T08:03:38.552Z | Compiling memchr v2.7.4 |
1161 | 2024-11-26T08:03:38.666Z | Compiling byteorder v1.5.0 |
1162 | 2024-11-26T08:03:38.967Z | Compiling itoa v1.0.11 |
1163 | 2024-11-26T08:03:39.067Z | Compiling libm v0.2.8 |
1164 | 2024-11-26T08:03:39.116Z | Compiling ryu v1.0.18 |
1165 | 2024-11-26T08:03:39.183Z | Compiling allocator-api2 v0.2.18 |
1166 | 2024-11-26T08:03:39.195Z | Compiling ahash v0.8.11 |
1167 | 2024-11-26T08:03:39.297Z | Compiling serde_json v1.0.133 |
1168 | 2024-11-26T08:03:39.491Z | Compiling pin-project-lite v0.2.14 |
1169 | 2024-11-26T08:03:39.606Z | Compiling equivalent v1.0.1 |
1170 | 2024-11-26T08:03:39.617Z | Compiling lock_api v0.4.12 |
1171 | 2024-11-26T08:03:39.657Z | Compiling smallvec v1.13.2 |
1172 | 2024-11-26T08:03:39.711Z | Compiling scopeguard v1.2.0 |
1173 | 2024-11-26T08:03:39.849Z | Compiling thiserror v1.0.64 |
1174 | 2024-11-26T08:03:40.059Z | Compiling parking_lot_core v0.9.10 |
1175 | 2024-11-26T08:03:40.069Z | Compiling iana-time-zone v0.1.61 |
1176 | 2024-11-26T08:03:40.384Z | Compiling quote v1.0.37 |
1177 | 2024-11-26T08:03:40.571Z | Compiling getrandom v0.2.15 |
1178 | 2024-11-26T08:03:40.626Z | Compiling signal-hook-registry v1.4.2 |
1179 | 2024-11-26T08:03:40.767Z | Compiling syn v2.0.87 |
1180 | 2024-11-26T08:03:40.864Z | Compiling mio v1.0.2 |
1181 | 2024-11-26T08:03:40.882Z | Compiling socket2 v0.5.7 |
1182 | 2024-11-26T08:03:40.908Z | Compiling futures-core v0.3.30 |
1183 | 2024-11-26T08:03:41.157Z | Compiling parking_lot v0.12.3 |
1184 | 2024-11-26T08:03:41.157Z | Compiling log v0.4.22 |
1185 | 2024-11-26T08:03:41.311Z | Compiling schemars v0.8.21 |
1186 | 2024-11-26T08:03:41.402Z | Compiling fnv v1.0.7 |
1187 | 2024-11-26T08:03:41.515Z | Compiling dyn-clone v1.0.17 |
1188 | 2024-11-26T08:03:41.556Z | Compiling shlex v1.3.0 |
1189 | 2024-11-26T08:03:41.635Z | Compiling slab v0.4.9 |
1190 | 2024-11-26T08:03:41.692Z | Compiling futures-sink v0.3.30 |
1191 | 2024-11-26T08:03:41.720Z | Compiling num-traits v0.2.19 |
1192 | 2024-11-26T08:03:41.827Z | Compiling cc v1.1.21 |
1193 | 2024-11-26T08:03:41.905Z | Compiling futures-channel v0.3.30 |
1194 | 2024-11-26T08:03:42.003Z | Compiling futures-task v0.3.30 |
1195 | 2024-11-26T08:03:42.205Z | Compiling futures-io v0.3.30 |
1196 | 2024-11-26T08:03:42.216Z | Compiling pin-utils v0.1.0 |
1197 | 2024-11-26T08:03:42.293Z | Compiling tracing-core v0.1.32 |
1198 | 2024-11-26T08:03:42.310Z | Compiling heck v0.5.0 |
1199 | 2024-11-26T08:03:42.323Z | Compiling bitflags v2.6.0 |
1200 | 2024-11-26T08:03:42.550Z | Compiling subtle v2.6.1 |
1201 | 2024-11-26T08:03:42.779Z | Compiling httparse v1.9.4 |
1202 | 2024-11-26T08:03:42.809Z | Compiling atomic-waker v1.1.2 |
1203 | 2024-11-26T08:03:42.934Z | Compiling rustls-pki-types v1.8.0 |
1204 | 2024-11-26T08:03:43.023Z | Compiling try-lock v0.2.5 |
1205 | 2024-11-26T08:03:43.163Z | Compiling spin v0.9.8 |
1206 | 2024-11-26T08:03:43.412Z | Compiling want v0.3.1 |
1207 | 2024-11-26T08:03:43.729Z | Compiling slog v2.7.0 |
1208 | 2024-11-26T08:03:43.916Z | Compiling pkg-config v0.3.31 |
1209 | 2024-11-26T08:03:43.963Z | Compiling httpdate v1.0.3 |
1210 | 2024-11-26T08:03:44.241Z | Compiling untrusted v0.9.0 |
1211 | 2024-11-26T08:03:44.366Z | Compiling vcpkg v0.2.15 |
1212 | 2024-11-26T08:03:44.419Z | Compiling tower-service v0.3.3 |
1213 | 2024-11-26T08:03:44.473Z | Compiling zeroize v1.8.1 |
1214 | 2024-11-26T08:03:44.523Z | Compiling tinyvec_macros v0.1.1 |
1215 | 2024-11-26T08:03:44.607Z | Compiling percent-encoding v2.3.1 |
1216 | 2024-11-26T08:03:44.796Z | Compiling form_urlencoded v1.2.1 |
1217 | 2024-11-26T08:03:44.914Z | Compiling ring v0.17.8 |
1218 | 2024-11-26T08:03:44.947Z | Compiling tinyvec v1.8.0 |
1219 | 2024-11-26T08:03:45.010Z | Compiling openssl v0.10.66 |
1220 | 2024-11-26T08:03:45.133Z | Compiling foreign-types-shared v0.1.1 |
1221 | 2024-11-26T08:03:45.155Z | Compiling semver v1.0.23 |
1222 | 2024-11-26T08:03:45.229Z | Compiling foreign-types v0.3.2 |
1223 | 2024-11-26T08:03:45.312Z | Compiling unicode-bidi v0.3.15 |
1224 | 2024-11-26T08:03:45.395Z | Compiling rustls v0.23.13 |
1225 | 2024-11-26T08:03:45.432Z | Compiling native-tls v0.2.12 |
1226 | 2024-11-26T08:03:45.706Z | Compiling typenum v1.17.0 |
1227 | 2024-11-26T08:03:45.716Z | Compiling ucd-trie v0.1.6 |
1228 | 2024-11-26T08:03:45.789Z | Compiling openssl-probe v0.1.5 |
1229 | 2024-11-26T08:03:46.000Z | Compiling openssl-sys v0.9.103 |
1230 | 2024-11-26T08:03:46.197Z | Compiling aho-corasick v1.1.3 |
1231 | 2024-11-26T08:03:46.447Z | Compiling unicode-normalization v0.1.24 |
1232 | 2024-11-26T08:03:46.462Z | Compiling generic-array v0.14.7 |
1233 | 2024-11-26T08:03:46.774Z | Compiling encoding_rs v0.8.34 |
1234 | 2024-11-26T08:03:46.837Z | Compiling regex-syntax v0.8.4 |
1235 | 2024-11-26T08:03:46.991Z | Compiling mime v0.3.17 |
1236 | 2024-11-26T08:03:47.570Z | Compiling idna v0.5.0 |
1237 | 2024-11-26T08:03:47.633Z | Compiling base64 v0.22.1 |
1238 | 2024-11-26T08:03:48.501Z | Compiling serde_derive_internals v0.29.1 |
1239 | 2024-11-26T08:03:48.880Z | Compiling url v2.5.2 |
1240 | 2024-11-26T08:03:49.529Z | Compiling rustls-pemfile v2.1.3 |
1241 | 2024-11-26T08:03:50.795Z | Compiling rustls-webpki v0.102.8 |
1242 | 2024-11-26T08:03:51.009Z | Compiling regex-automata v0.4.7 |
1243 | 2024-11-26T08:03:51.517Z | Compiling webpki-roots v0.26.6 |
1244 | 2024-11-26T08:03:51.853Z | Compiling rand_core v0.6.4 |
1245 | 2024-11-26T08:03:52.324Z | Compiling powerfmt v0.2.0 |
1246 | 2024-11-26T08:03:52.741Z | Compiling strsim v0.11.1 |
1247 | 2024-11-26T08:03:52.972Z | Compiling winnow v0.6.18 |
1248 | 2024-11-26T08:03:53.005Z | Compiling time-core v0.1.2 |
1249 | 2024-11-26T08:03:53.171Z | Compiling num-conv v0.1.0 |
1250 | 2024-11-26T08:03:53.396Z | Compiling ipnet v2.10.0 |
1251 | 2024-11-26T08:03:53.460Z | Compiling time-macros v0.2.18 |
1252 | 2024-11-26T08:03:53.471Z | Compiling serde_derive v1.0.215 |
1253 | 2024-11-26T08:03:53.905Z | Compiling zerocopy-derive v0.7.35 |
1254 | 2024-11-26T08:03:54.736Z | Compiling thiserror-impl v1.0.64 |
1255 | 2024-11-26T08:03:54.946Z | Compiling tokio-macros v2.4.0 |
1256 | 2024-11-26T08:03:56.108Z | Compiling zerocopy v0.7.35 |
1257 | 2024-11-26T08:03:56.499Z | Compiling schemars_derive v0.8.21 |
1258 | 2024-11-26T08:03:56.579Z | Compiling futures-macro v0.3.30 |
1259 | 2024-11-26T08:03:56.881Z | Compiling openssl-macros v0.1.1 |
1260 | 2024-11-26T08:03:57.906Z | Compiling tracing-attributes v0.1.27 |
1261 | 2024-11-26T08:03:58.290Z | Compiling hashbrown v0.14.5 |
1262 | 2024-11-26T08:03:58.581Z | Compiling futures-util v0.3.30 |
1263 | 2024-11-26T08:03:59.666Z | Compiling regress v0.10.1 |
1264 | 2024-11-26T08:03:59.680Z | Compiling pest v2.7.13 |
1265 | 2024-11-26T08:04:01.345Z | Compiling tracing v0.1.40 |
1266 | 2024-11-26T08:04:01.791Z | Compiling scroll_derive v0.12.0 |
1267 | 2024-11-26T08:04:02.109Z | Compiling regex v1.10.6 |
1268 | 2024-11-26T08:04:02.839Z | Compiling pest_meta v2.7.13 |
1269 | 2024-11-26T08:04:03.301Z | Compiling scroll v0.12.0 |
1270 | 2024-11-26T08:04:03.350Z | Compiling deranged v0.3.11 |
1271 | 2024-11-26T08:04:05.240Z | Compiling pest_generator v2.7.13 |
1272 | 2024-11-26T08:04:05.306Z | Compiling num_threads v0.1.7 |
1273 | 2024-11-26T08:04:05.389Z | Compiling plain v0.2.3 |
1274 | 2024-11-26T08:04:05.427Z | Compiling anyhow v1.0.93 |
1275 | 2024-11-26T08:04:05.535Z | Compiling goblin v0.8.2 |
1276 | 2024-11-26T08:04:05.885Z | Compiling ppv-lite86 v0.2.20 |
1277 | 2024-11-26T08:04:06.369Z | Compiling sync_wrapper v1.0.1 |
1278 | 2024-11-26T08:04:06.514Z | Compiling usdt-impl v0.5.0 |
1279 | 2024-11-26T08:04:06.721Z | Compiling pretty-hex v0.4.1 |
1280 | 2024-11-26T08:04:06.931Z | Compiling rand_chacha v0.3.1 |
1281 | 2024-11-26T08:04:07.009Z | Compiling block-buffer v0.10.4 |
1282 | 2024-11-26T08:04:07.098Z | Compiling pest_derive v2.7.13 |
1283 | 2024-11-26T08:04:07.212Z | Compiling bytes v1.7.2 |
1284 | 2024-11-26T08:04:07.677Z | Compiling indexmap v2.5.0 |
1285 | 2024-11-26T08:04:07.795Z | Compiling uuid v1.11.0 |
1286 | 2024-11-26T08:04:08.041Z | Compiling chrono v0.4.38 |
1287 | 2024-11-26T08:04:08.064Z | Compiling serde_tokenstream v0.2.2 |
1288 | 2024-11-26T08:04:08.325Z | Compiling tokio v1.40.0 |
1289 | 2024-11-26T08:04:08.649Z | Compiling http v1.1.0 |
1290 | 2024-11-26T08:04:08.779Z | Compiling toml_datetime v0.6.8 |
1291 | 2024-11-26T08:04:09.342Z | Compiling serde_urlencoded v0.7.1 |
1292 | 2024-11-26T08:04:09.903Z | Compiling openapiv3 v2.0.0 |
1293 | 2024-11-26T08:04:10.044Z | Compiling dtrace-parser v0.2.0 |
1294 | 2024-11-26T08:04:10.843Z | Compiling http-body v1.0.1 |
1295 | 2024-11-26T08:04:12.295Z | Compiling http-body-util v0.1.2 |
1296 | 2024-11-26T08:04:12.743Z | Compiling dof v0.3.0 |
1297 | 2024-11-26T08:04:12.845Z | Compiling serde_spanned v0.6.7 |
1298 | 2024-11-26T08:04:12.992Z | Compiling crypto-common v0.1.6 |
1299 | 2024-11-26T08:04:13.074Z | Compiling typify-impl v0.2.0 |
1300 | 2024-11-26T08:04:13.161Z | Compiling thread-id v4.2.2 |
1301 | 2024-11-26T08:04:13.262Z | Compiling rustversion v1.0.17 |
1302 | 2024-11-26T08:04:13.950Z | Compiling omicron-workspace-hack v0.1.0 |
1303 | 2024-11-26T08:04:14.267Z | Compiling syn v1.0.109 |
1304 | 2024-11-26T08:04:14.603Z | Compiling rand v0.8.5 |
1305 | 2024-11-26T08:04:15.415Z | Compiling unsafe-libyaml v0.2.11 |
1306 | 2024-11-26T08:04:17.202Z | Compiling tokio-util v0.7.12 |
1307 | 2024-11-26T08:04:17.256Z | Compiling tokio-rustls v0.26.0 |
1308 | 2024-11-26T08:04:17.706Z | Compiling tokio-native-tls v0.3.1 |
1309 | 2024-11-26T08:04:17.932Z | Compiling serde_yaml v0.9.34+deprecated |
1310 | 2024-11-26T08:04:18.015Z | Compiling ident_case v1.0.1 |
1311 | 2024-11-26T08:04:18.187Z | Compiling h2 v0.4.6 |
1312 | 2024-11-26T08:04:18.503Z | Compiling match_cfg v0.1.0 |
1313 | 2024-11-26T08:04:18.590Z | Compiling hostname v0.3.1 |
1314 | 2024-11-26T08:04:18.723Z | Compiling darling_core v0.20.10 |
1315 | 2024-11-26T08:04:18.877Z | Compiling dirs-sys-next v0.1.2 |
1316 | 2024-11-26T08:04:19.717Z | Compiling errno v0.3.9 |
1317 | 2024-11-26T08:04:19.945Z | Compiling thread_local v1.1.8 |
1318 | 2024-11-26T08:04:20.602Z | Compiling cpufeatures v0.2.14 |
1319 | 2024-11-26T08:04:20.689Z | Compiling camino v1.1.9 |
1320 | 2024-11-26T08:04:21.285Z | Compiling paste v1.0.15 |
1321 | 2024-11-26T08:04:21.751Z | Compiling dirs-next v2.0.0 |
1322 | 2024-11-26T08:04:21.847Z | Compiling usdt-attr-macro v0.5.0 |
1323 | 2024-11-26T08:04:21.944Z | Compiling usdt-macro v0.5.0 |
1324 | 2024-11-26T08:04:24.091Z | Compiling hyper v1.5.1 |
1325 | 2024-11-26T08:04:24.174Z | Compiling futures-executor v0.3.30 |
1326 | 2024-11-26T08:04:24.867Z | Compiling async-trait v0.1.83 |
1327 | 2024-11-26T08:04:25.017Z | Compiling darling_macro v0.20.10 |
1328 | 2024-11-26T08:04:26.095Z | Compiling memmap v0.7.0 |
1329 | 2024-11-26T08:04:27.157Z | Compiling slog-async v2.8.0 |
1330 | 2024-11-26T08:04:27.177Z | Compiling hyper-util v0.1.10 |
1331 | 2024-11-26T08:04:27.177Z | Compiling rustls v0.22.4 |
1332 | 2024-11-26T08:04:27.177Z | Compiling darling v0.20.10 |
1333 | 2024-11-26T08:04:27.195Z | Compiling futures v0.3.30 |
1334 | 2024-11-26T08:04:27.282Z | Compiling term v0.7.0 |
1335 | 2024-11-26T08:04:28.087Z | Compiling is-terminal v0.4.13 |
1336 | 2024-11-26T08:04:28.209Z | Compiling multer v3.1.0 |
1337 | 2024-11-26T08:04:28.476Z | Compiling instant v0.1.13 |
1338 | 2024-11-26T08:04:28.478Z | Compiling take_mut v0.2.2 |
1339 | 2024-11-26T08:04:28.624Z | Compiling serde_with_macros v3.9.0 |
1340 | 2024-11-26T08:04:28.629Z | Compiling strum_macros v0.26.4 |
1341 | 2024-11-26T08:04:28.920Z | Compiling ipnetwork v0.20.0 |
1342 | 2024-11-26T08:04:29.249Z | Compiling async-stream-impl v0.3.5 |
1343 | 2024-11-26T08:04:29.702Z | Compiling structmeta-derive v0.3.0 |
1344 | 2024-11-26T08:04:30.059Z | Compiling dropshot v0.12.0 |
1345 | 2024-11-26T08:04:30.390Z | Compiling crossbeam-utils v0.8.20 |
1346 | 2024-11-26T08:04:30.501Z | Compiling debug-ignore v1.0.5 |
1347 | 2024-11-26T08:04:30.676Z | Compiling async-stream v0.3.5 |
1348 | 2024-11-26T08:04:30.984Z | Compiling hyper-tls v0.6.0 |
1349 | 2024-11-26T08:04:31.007Z | Compiling hyper-rustls v0.27.3 |
1350 | 2024-11-26T08:04:31.342Z | Compiling serde_with v3.9.0 |
1351 | 2024-11-26T08:04:31.715Z | Compiling dropshot_endpoint v0.12.0 |
1352 | 2024-11-26T08:04:31.947Z | Compiling serde_path_to_error v0.1.16 |
1353 | 2024-11-26T08:04:32.356Z | Compiling structmeta v0.3.0 |
1354 | 2024-11-26T08:04:32.745Z | Compiling waitgroup v0.1.2 |
1355 | 2024-11-26T08:04:32.823Z | Compiling hostname v0.4.0 |
1356 | 2024-11-26T08:04:32.983Z | Compiling tokio-rustls v0.25.0 |
1357 | 2024-11-26T08:04:33.172Z | Compiling parse-display-derive v0.10.0 |
1358 | 2024-11-26T08:04:33.348Z | Compiling strum v0.26.3 |
1359 | 2024-11-26T08:04:33.459Z | Compiling reqwest v0.12.9 |
1360 | 2024-11-26T08:04:35.037Z | Compiling digest v0.10.7 |
1361 | 2024-11-26T08:04:35.458Z | Compiling hex v0.4.3 |
1362 | 2024-11-26T08:04:35.552Z | Compiling time v0.3.36 |
1363 | 2024-11-26T08:04:36.008Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1364 | 2024-11-26T08:04:36.084Z | Compiling rustix v0.38.37 |
1365 | 2024-11-26T08:04:36.865Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1366 | 2024-11-26T08:04:36.915Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1367 | 2024-11-26T08:04:37.035Z | Compiling progenitor-client v0.8.0 |
1368 | 2024-11-26T08:04:37.060Z | Compiling backoff v0.4.0 |
1369 | 2024-11-26T08:04:37.427Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1370 | 2024-11-26T08:04:37.488Z | Compiling macaddr v1.0.1 |
1371 | 2024-11-26T08:04:37.787Z | Compiling parse-display v0.10.0 |
1372 | 2024-11-26T08:04:37.953Z | Compiling regress v0.9.1 |
1373 | 2024-11-26T08:04:38.278Z | Compiling utf8parse v0.2.2 |
1374 | 2024-11-26T08:04:38.435Z | Compiling anstyle-parse v0.2.5 |
1375 | 2024-11-26T08:04:38.795Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1376 | 2024-11-26T08:04:38.861Z | Compiling typify-macro v0.2.0 |
1377 | 2024-11-26T08:04:41.563Z | Compiling anstyle-query v1.1.1 |
1378 | 2024-11-26T08:04:41.592Z | Compiling anstyle v1.0.10 |
1379 | 2024-11-26T08:04:41.711Z | Compiling unicode-width v0.1.14 |
1380 | 2024-11-26T08:04:41.789Z | Compiling colorchoice v1.0.2 |
1381 | 2024-11-26T08:04:41.864Z | Compiling is_terminal_polyfill v1.70.1 |
1382 | 2024-11-26T08:04:41.933Z | Compiling lazy_static v1.5.0 |
1383 | 2024-11-26T08:04:41.976Z | Compiling anstream v0.6.15 |
1384 | 2024-11-26T08:04:42.050Z | Compiling usdt v0.5.0 |
1385 | 2024-11-26T08:04:42.228Z | Compiling slog-json v2.6.1 |
1386 | 2024-11-26T08:04:42.606Z | Compiling crossbeam-channel v0.5.13 |
1387 | 2024-11-26T08:04:42.640Z | Compiling toml_edit v0.22.21 |
1388 | 2024-11-26T08:04:42.812Z | Compiling clap_lex v0.7.2 |
1389 | 2024-11-26T08:04:43.509Z | Compiling slog-bunyan v2.5.0 |
1390 | 2024-11-26T08:04:43.657Z | Compiling slog-term v2.9.1 |
1391 | 2024-11-26T08:04:43.851Z | Compiling sha1 v0.10.6 |
1392 | 2024-11-26T08:04:43.990Z | Compiling typify v0.2.0 |
1393 | 2024-11-26T08:04:44.123Z | Compiling progenitor-impl v0.8.0 |
1394 | 2024-11-26T08:04:45.092Z | Compiling newtype-uuid v1.1.0 |
1395 | 2024-11-26T08:04:45.116Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1396 | 2024-11-26T08:04:45.407Z | Compiling winnow v0.5.40 |
1397 | 2024-11-26T08:04:45.493Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1398 | 2024-11-26T08:04:45.837Z | Compiling toml v0.8.19 |
1399 | 2024-11-26T08:04:46.597Z | Compiling clap_derive v4.5.18 |
1400 | 2024-11-26T08:04:49.416Z | Compiling toml_edit v0.19.15 |
1401 | 2024-11-26T08:04:52.546Z | Compiling heapless v0.8.0 |
1402 | 2024-11-26T08:04:52.724Z | Compiling proc-macro-crate v1.3.1 |
1403 | 2024-11-26T08:04:53.437Z | Compiling hash32 v0.3.1 |
1404 | 2024-11-26T08:04:53.575Z | Compiling stable_deref_trait v1.2.0 |
1405 | 2024-11-26T08:04:53.627Z | Compiling smoltcp v0.11.0 |
1406 | 2024-11-26T08:04:53.671Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1407 | 2024-11-26T08:04:54.005Z | Compiling terminal_size v0.4.0 |
1408 | 2024-11-26T08:04:54.264Z | Compiling foreign-types-macros v0.2.3 |
1409 | 2024-11-26T08:04:54.792Z | Compiling proc-macro-error-attr v1.0.4 |
1410 | 2024-11-26T08:04:54.966Z | Compiling progenitor-macro v0.8.0 |
1411 | 2024-11-26T08:04:55.118Z | Compiling foreign-types-shared v0.3.1 |
1412 | 2024-11-26T08:04:55.223Z | Compiling either v1.13.0 |
1413 | 2024-11-26T08:04:55.498Z | Compiling managed v0.8.0 |
1414 | 2024-11-26T08:04:55.655Z | Compiling bitflags v1.3.2 |
1415 | 2024-11-26T08:04:55.666Z | Compiling num_enum_derive v0.5.11 |
1416 | 2024-11-26T08:04:55.753Z | Compiling heck v0.4.1 |
1417 | 2024-11-26T08:04:55.927Z | Compiling cobs v0.2.3 |
1418 | 2024-11-26T08:04:56.179Z | Compiling postcard v1.0.10 |
1419 | 2024-11-26T08:04:56.215Z | Compiling foreign-types v0.5.0 |
1420 | 2024-11-26T08:04:56.375Z | Compiling clap_builder v4.5.21 |
1421 | 2024-11-26T08:04:57.646Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1422 | 2024-11-26T08:04:58.125Z | Compiling num_enum v0.5.11 |
1423 | 2024-11-26T08:04:58.283Z | Compiling num-integer v0.1.46 |
1424 | 2024-11-26T08:04:58.654Z | Compiling cstr-argument v0.1.2 |
1425 | 2024-11-26T08:04:58.931Z | Compiling proc-macro-error v1.0.4 |
1426 | 2024-11-26T08:04:59.096Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1427 | 2024-11-26T08:04:59.249Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1428 | 2024-11-26T08:04:59.399Z | Compiling pretty-hex v0.2.1 |
1429 | 2024-11-26T08:04:59.414Z | Compiling fastrand v2.1.1 |
1430 | 2024-11-26T08:04:59.570Z | Compiling float-ord v0.3.2 |
1431 | 2024-11-26T08:04:59.724Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1432 | 2024-11-26T08:05:00.030Z | Compiling tempfile v3.12.0 |
1433 | 2024-11-26T08:05:01.057Z | Compiling clap v4.5.21 |
1434 | 2024-11-26T08:05:01.166Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1435 | 2024-11-26T08:05:01.472Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1436 | 2024-11-26T08:05:01.564Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1437 | 2024-11-26T08:05:01.992Z | Compiling tabwriter v1.4.0 |
1438 | 2024-11-26T08:05:02.145Z | Compiling colored v2.1.0 |
1439 | 2024-11-26T08:05:02.430Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1440 | 2024-11-26T08:05:02.915Z | Compiling crucible-workspace-hack v0.1.0 |
1441 | 2024-11-26T08:05:03.075Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1442 | 2024-11-26T08:05:03.642Z | Compiling num-rational v0.4.2 |
1443 | 2024-11-26T08:05:03.794Z | Compiling num-iter v0.1.45 |
1444 | 2024-11-26T08:05:04.332Z | Compiling num-complex v0.4.6 |
1445 | 2024-11-26T08:05:04.342Z | Compiling semver v0.1.20 |
1446 | 2024-11-26T08:05:04.437Z | Compiling prettyplease v0.2.22 |
1447 | 2024-11-26T08:05:04.718Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1448 | 2024-11-26T08:05:04.741Z | Compiling unicode-segmentation v1.12.0 |
1449 | 2024-11-26T08:05:04.931Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1450 | 2024-11-26T08:05:05.070Z | Compiling rustc_version v0.1.7 |
1451 | 2024-11-26T08:05:05.427Z | Compiling newline-converter v0.3.0 |
1452 | 2024-11-26T08:05:05.491Z | Compiling num v0.4.3 |
1453 | 2024-11-26T08:05:05.583Z | Compiling zone_cfg_derive v0.3.0 |
1454 | 2024-11-26T08:05:07.131Z | Compiling camino-tempfile v1.1.1 |
1455 | 2024-11-26T08:05:07.408Z | Compiling itertools v0.10.5 |
1456 | 2024-11-26T08:05:07.612Z | Compiling console v0.15.8 |
1457 | 2024-11-26T08:05:07.905Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1458 | 2024-11-26T08:05:09.207Z | Compiling num-derive v0.4.2 |
1459 | 2024-11-26T08:05:09.304Z | Compiling sigpipe v0.1.3 |
1460 | 2024-11-26T08:05:09.412Z | Compiling base64ct v1.6.0 |
1461 | 2024-11-26T08:05:09.492Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1462 | 2024-11-26T08:05:09.608Z | Compiling similar v2.6.0 |
1463 | 2024-11-26T08:05:09.805Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1464 | 2024-11-26T08:05:10.041Z | Compiling password-hash v0.5.0 |
1465 | 2024-11-26T08:05:10.201Z | Compiling zone v0.3.0 |
1466 | 2024-11-26T08:05:10.477Z | Compiling progenitor v0.8.0 |
1467 | 2024-11-26T08:05:10.675Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1468 | 2024-11-26T08:05:11.156Z | Compiling expectorate v1.1.0 |
1469 | 2024-11-26T08:05:11.519Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1470 | 2024-11-26T08:05:12.133Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1471 | 2024-11-26T08:05:12.137Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1472 | 2024-11-26T08:05:12.564Z | Compiling newtype_derive v0.1.6 |
1473 | 2024-11-26T08:05:12.784Z | Compiling blake2 v0.10.6 |
1474 | 2024-11-26T08:05:12.888Z | Compiling hubpack_derive v0.1.1 |
1475 | 2024-11-26T08:05:13.750Z | Compiling smf v0.2.3 |
1476 | 2024-11-26T08:05:13.972Z | Compiling zerocopy-derive v0.6.6 |
1477 | 2024-11-26T08:05:14.582Z | Compiling fixedbitset v0.4.2 |
1478 | 2024-11-26T08:05:14.651Z | Compiling cancel-safe-futures v0.1.5 |
1479 | 2024-11-26T08:05:15.026Z | Compiling owo-colors v4.1.0 |
1480 | 2024-11-26T08:05:15.086Z | Compiling whoami v1.5.2 |
1481 | 2024-11-26T08:05:15.291Z | Compiling petgraph v0.6.5 |
1482 | 2024-11-26T08:05:15.357Z | Compiling hubpack v0.1.2 |
1483 | 2024-11-26T08:05:15.485Z | Compiling argon2 v0.5.3 |
1484 | 2024-11-26T08:05:15.869Z | Compiling strum_macros v0.25.3 |
1485 | 2024-11-26T08:05:16.027Z | Compiling zerocopy v0.6.6 |
1486 | 2024-11-26T08:05:16.909Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1487 | 2024-11-26T08:05:19.372Z | Compiling serde-big-array v0.5.1 |
1488 | 2024-11-26T08:05:19.450Z | Compiling serde_repr v0.1.19 |
1489 | 2024-11-26T08:05:19.580Z | Compiling cookie v0.18.1 |
1490 | 2024-11-26T08:05:19.626Z | Compiling static_assertions v1.1.0 |
1491 | 2024-11-26T08:05:19.691Z | Compiling convert_case v0.4.0 |
1492 | 2024-11-26T08:05:19.833Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1493 | 2024-11-26T08:05:20.494Z | Compiling derive_more v0.99.18 |
1494 | 2024-11-26T08:05:20.643Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1495 | 2024-11-26T08:05:20.904Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1496 | 2024-11-26T08:05:23.506Z | Compiling atomicwrites v0.4.4 |
1497 | 2024-11-26T08:05:23.694Z | Compiling itertools v0.13.0 |
1498 | 2024-11-26T08:05:23.892Z | Compiling libsw v3.3.1 |
1499 | 2024-11-26T08:05:23.988Z | Compiling enum-as-inner v0.6.1 |
1500 | 2024-11-26T08:05:24.208Z | Compiling derive-where v1.2.7 |
1501 | 2024-11-26T08:05:25.194Z | Compiling idna v0.4.0 |
1502 | 2024-11-26T08:05:26.397Z | Compiling linear-map v1.2.0 |
1503 | 2024-11-26T08:05:26.763Z | Compiling highway v1.2.0 |
1504 | 2024-11-26T08:05:27.015Z | Compiling swrite v0.1.0 |
1505 | 2024-11-26T08:05:27.061Z | Compiling quick-error v1.2.3 |
1506 | 2024-11-26T08:05:27.133Z | Compiling linked-hash-map v0.5.6 |
1507 | 2024-11-26T08:05:27.197Z | Compiling data-encoding v2.6.0 |
1508 | 2024-11-26T08:05:27.327Z | Compiling indent_write v2.2.0 |
1509 | 2024-11-26T08:05:27.509Z | Compiling lru-cache v0.1.2 |
1510 | 2024-11-26T08:05:27.531Z | Compiling resolv-conf v0.7.0 |
1511 | 2024-11-26T08:05:27.548Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1512 | 2024-11-26T08:05:27.573Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1513 | 2024-11-26T08:05:27.684Z | Compiling steno v0.4.1 |
1514 | 2024-11-26T08:05:28.484Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1515 | 2024-11-26T08:05:31.715Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1516 | 2024-11-26T08:05:34.609Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1517 | 2024-11-26T08:05:36.691Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1518 | 2024-11-26T08:05:36.744Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1519 | 2024-11-26T08:05:37.139Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1520 | 2024-11-26T08:05:37.565Z | Compiling hickory-proto v0.24.1 |
1521 | 2024-11-26T08:05:38.678Z | Compiling slog-dtrace v0.3.0 |
1522 | 2024-11-26T08:05:38.882Z | Compiling parking_lot_core v0.8.6 |
1523 | 2024-11-26T08:05:39.135Z | Compiling humantime v2.1.0 |
1524 | 2024-11-26T08:05:40.310Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1525 | 2024-11-26T08:05:40.810Z | Compiling num-derive v0.3.3 |
1526 | 2024-11-26T08:05:41.727Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1527 | 2024-11-26T08:05:42.005Z | Compiling hickory-resolver v0.24.1 |
1528 | 2024-11-26T08:05:42.156Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1529 | 2024-11-26T08:05:42.510Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1530 | 2024-11-26T08:05:43.564Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1531 | 2024-11-26T08:05:43.647Z | Compiling half v2.4.1 |
1532 | 2024-11-26T08:05:43.647Z | Compiling ciborium-io v0.2.2 |
1533 | 2024-11-26T08:05:43.647Z | Compiling parking_lot v0.11.2 |
1534 | 2024-11-26T08:05:43.694Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1535 | 2024-11-26T08:05:43.899Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1536 | 2024-11-26T08:05:44.281Z | Compiling ciborium-ll v0.2.2 |
1537 | 2024-11-26T08:05:44.699Z | Compiling proc-macro-crate v3.2.0 |
1538 | 2024-11-26T08:05:44.734Z | Compiling crossbeam-epoch v0.9.18 |
1539 | 2024-11-26T08:05:45.504Z | Compiling fxhash v0.2.1 |
1540 | 2024-11-26T08:05:45.697Z | Compiling crc32fast v1.4.2 |
1541 | 2024-11-26T08:05:45.860Z | Compiling num_enum_derive v0.7.3 |
1542 | 2024-11-26T08:05:46.115Z | Compiling sled v0.34.7 |
1543 | 2024-11-26T08:05:47.196Z | Compiling ciborium v0.2.2 |
1544 | 2024-11-26T08:05:47.675Z | Compiling diff v0.1.13 |
1545 | 2024-11-26T08:05:48.455Z | Compiling yansi v1.0.1 |
1546 | 2024-11-26T08:05:48.567Z | Compiling num_enum v0.7.3 |
1547 | 2024-11-26T08:05:49.050Z | Compiling pretty_assertions v1.4.1 |
1548 | 2024-11-26T08:05:54.693Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1549 | 2024-11-26T08:05:55.203Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1550 | 2024-11-26T08:06:02.016Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1551 | 2024-11-26T08:06:03.134Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1552 | 2024-11-26T08:06:04.463Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1553 | 2024-11-26T08:06:06.699Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
1554 | 2024-11-26T08:06:27.768Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 49s |
1555 | 2024-11-26T08:06:27.930Z | ------------ |
1556 | 2024-11-26T08:06:27.930Z | Nextest run ID ab3857b2-63ce-42d3-8d78-39a62770fa13 with nextest profile: default |
1557 | 2024-11-26T08:06:27.930Z | Starting 2 tests across 1 binary |
1558 | 2024-11-26T08:06:27.934Z | START bfd test::test_new_daemon |
1559 | 2024-11-26T08:06:27.941Z | |
1560 | 2024-11-26T08:06:27.941Z | running 1 test |
1561 | 2024-11-26T08:06:28.013Z | {"msg":"[Down][203.0.113.10] recv: channel is empty and sending half is closed, exiting recieve loop","v":0,"name":"slog-rs","level":50test test::test_new_daemon ... ok |
1562 | 2024-11-26T08:06:28.013Z | |
1563 | 2024-11-26T08:06:28.013Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 0.07s |
1564 | 2024-11-26T08:06:28.013Z | |
1565 | 2024-11-26T08:06:28.028Z | PASS [ 0.093s] bfd test::test_new_daemon |
1566 | 2024-11-26T08:06:28.028Z | START bfd test::test_protocol_basics |
1567 | 2024-11-26T08:06:28.040Z | |
1568 | 2024-11-26T08:06:28.040Z | running 1 test |
1569 | 2024-11-26T08:06:28.147Z | {{""msg"msg":":"[Down][203.0.113.10] recv: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 1258647239, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }"[Down][203.0.113.20] recv: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 448199973, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v","v"::00,","name"name"::""slog-rs"slog-rs","level":,"level":1010,"time":"2024-11-26T08:06:27.289123559Z","hostname":"w-01JDKQP3R81XCEQKCW8G998C74","pid":3182} |
1570 | 2024-11-26T08:06:28.147Z | ,"time":"2024-11-26T08:06:27.289124759Z","hostname":"w-01JDKQP3R81XCEQKCW8G998C74","pid":3182} |
1571 | 2024-11-26T08:06:28.147Z | {"msg":"transition -> Init"{,"v":0,"name"":"msg":"slog-rs"transition -> Init",","levelv":":030,"name":"slog-rs","level":30,"time":"2024-11-26T08:06:27.289430058Z",",hostname"":time"":"w-01JDKQP3R81XCEQKCW8G998C74","2024-11-26T08:06:27.289432038Zpid"":,"hostname":"3182w-01JDKQP3R81XCEQKCW8G998C74","pid":,"3182peer":","203.0.113.10"peer",:""state":"203.0.113.20"Down,""}state |
1572 | 2024-11-26T08:06:28.147Z | ":"Down"} |
1573 | 2024-11-26T08:06:29.143Z | {"msg":"[Init][203.0.113.20] recv: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 448199973, your_discriminator: 1258647239, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2024-11-26T08:06:28.285948496Z","hostname":"w-01JDKQP3R81XCEQKCW8G998C74","pid":3182} |
1574 | 2024-11-26T08:06:29.143Z | {"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2024-11-26T08:06:28.286021712Z","hostname":"w-01JDKQP3R81XCEQKCW8G998C74","pid":3182,"peer":"203.0.113.20","state":"Init"} |
1575 | 2024-11-26T08:06:29.146Z | {"msg":"[Init][203.0.113.10] recv: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 1258647239, your_discriminator: 448199973, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2024-11-26T08:06:28.288939293Z","hostname":"w-01JDKQP3R81XCEQKCW8G998C74","pid":3182} |
1576 | 2024-11-26T08:06:29.148Z | {"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2024-11-26T08:06:28.288984364Z","hostname":"w-01JDKQP3R81XCEQKCW8G998C74","pid":3182,"peer":"203.0.113.10","state":"Init"} |
1577 | 2024-11-26T08:06:34.144Z | {"msg":"[Up][203.0.113.20] recv: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 448199973, your_discriminator: 1258647239, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2024-11-26T08:06:33.286000081Z","hostname":"w-01JDKQP3R81XCEQKCW8G998C74","pid":3182} |
1578 | 2024-11-26T08:06:34.147Z | {"msg":"[Up][203.0.113.10] recv: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 1258647239, your_discriminator: 448199973, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2024-11-26T08:06:33.288953305Z","hostname":"w-01JDKQP3R81XCEQKCW8G998C74","pid":3182} |
1579 | 2024-11-26T08:06:38.148Z | {"msg":"dropping SM for 203.0.113.20","v":0{,"name":"slog-rs","level":"40msg":"dropping SM for 203.0.113.10","v":0,"name":"slog-rs","level":40,,""time"time:"":"2024-11-26T08:06:37.288994765Z"2024-11-26T08:06:37.289003523Z","hostname",:""hostname":"w-01JDKQP3R81XCEQKCW8G998C74",w-01JDKQP3R81XCEQKCW8G998C74""pid":,"pid":31823182}} |
1580 | 2024-11-26T08:06:38.148Z | |
1581 | 2024-11-26T08:06:38.151Z | test test::test_protocol_basics ... ok |
1582 | 2024-11-26T08:06:38.151Z | |
1583 | 2024-11-26T08:06:38.151Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 10.11s |
1584 | 2024-11-26T08:06:38.151Z | |
1585 | 2024-11-26T08:06:38.156Z | PASS [ 10.131s] bfd test::test_protocol_basics |
1586 | 2024-11-26T08:06:38.159Z | ------------ |
1587 | 2024-11-26T08:06:38.159Z | Summary [ 10.224s] 2 tests run: 2 passed, 0 skipped |
1588 | 2024-11-26T08:06:38.174Z | process exited: duration 368619 ms, exit code 0 |
|
1589 | 2024-11-26T08:06:38.181Z | found 0 output files |