|
|
|
1 | 2024-05-03T21:11:09.752Z | job assigned to worker 01HX04M1QCT41AZCJYYG0KXY9W (queued for 2 m 19 s) |
|
2 | 2024-05-03T21:11:17.018Z | starting task 0: "setup" |
3 | 2024-05-03T21:11:17.082Z | ++ uname -s |
4 | 2024-05-03T21:11:17.087Z | + kern=SunOS |
5 | 2024-05-03T21:11:17.087Z | + case "$kern" in |
6 | 2024-05-03T21:11:17.087Z | + groupadd -g 12345 build |
7 | 2024-05-03T21:11:17.127Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-05-03T21:11:19.162Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-05-03T21:11:19.272Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-05-03T21:11:19.279Z | + home_fs=zfs |
11 | 2024-05-03T21:11:19.279Z | + [[ zfs == autofs ]] |
12 | 2024-05-03T21:11:19.279Z | + mkdir -p /home/build |
13 | 2024-05-03T21:11:19.279Z | + chown build:build /home/build /work |
14 | 2024-05-03T21:11:21.278Z | + chmod 0700 /home/build /work |
15 | 2024-05-03T21:11:21.281Z | process exited: duration 4261 ms, exit code 0 |
|
16 | 2024-05-03T21:11:21.288Z | starting task 1: "rust-toolchain" |
17 | 2024-05-03T21:11:21.298Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-05-03T21:11:21.303Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
19 | 2024-05-03T21:11:21.409Z | info: downloading installer |
20 | 2024-05-03T21:11:23.061Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-05-03T21:11:23.061Z | warning: /opt/ooce/bin |
22 | 2024-05-03T21:11:23.061Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-05-03T21:11:23.061Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-05-03T21:11:23.062Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-05-03T21:11:23.062Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-05-03T21:11:23.062Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-05-03T21:11:23.062Z | error: cannot install while Rust is installed |
28 | 2024-05-03T21:11:23.062Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-05-03T21:11:23.225Z | info: profile set to 'default' |
30 | 2024-05-03T21:11:23.225Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-05-03T21:11:23.225Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
32 | 2024-05-03T21:11:23.437Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
33 | 2024-05-03T21:11:23.437Z | info: downloading component 'cargo' |
34 | 2024-05-03T21:11:24.616Z | info: downloading component 'clippy' |
35 | 2024-05-03T21:11:25.045Z | info: downloading component 'rust-docs' |
36 | 2024-05-03T21:11:26.540Z | info: downloading component 'rust-std' |
37 | 2024-05-03T21:11:29.025Z | info: downloading component 'rustc' |
38 | 2024-05-03T21:11:34.349Z | info: downloading component 'rustfmt' |
39 | 2024-05-03T21:11:34.696Z | info: installing component 'cargo' |
40 | 2024-05-03T21:11:35.585Z | info: installing component 'clippy' |
41 | 2024-05-03T21:11:35.973Z | info: installing component 'rust-docs' |
42 | 2024-05-03T21:11:37.598Z | info: installing component 'rust-std' |
43 | 2024-05-03T21:11:39.459Z | info: installing component 'rustc' |
44 | 2024-05-03T21:11:44.147Z | info: installing component 'rustfmt' |
45 | 2024-05-03T21:11:44.764Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
46 | 2024-05-03T21:11:44.764Z | |
47 | 2024-05-03T21:11:45.032Z | stable-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
48 | 2024-05-03T21:11:45.032Z | |
49 | 2024-05-03T21:11:45.041Z | |
50 | 2024-05-03T21:11:45.042Z | Rust is installed now. Great! |
51 | 2024-05-03T21:11:45.042Z | |
52 | 2024-05-03T21:11:45.042Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-05-03T21:11:45.042Z | environment variable. This has not been done automatically. |
54 | 2024-05-03T21:11:45.042Z | |
55 | 2024-05-03T21:11:45.042Z | To configure your current shell, you need to source |
56 | 2024-05-03T21:11:45.042Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-05-03T21:11:45.042Z | |
58 | 2024-05-03T21:11:45.042Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-05-03T21:11:45.042Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-05-03T21:11:45.042Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-05-03T21:11:45.120Z | + rustc --version |
62 | 2024-05-03T21:11:45.189Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
63 | 2024-05-03T21:11:45.205Z | process exited: duration 23896 ms, exit code 0 |
|
64 | 2024-05-03T21:11:45.258Z | starting task 2: "authentication" |
65 | 2024-05-03T21:11:45.280Z | process exited: duration 21 ms, exit code 0 |
|
66 | 2024-05-03T21:11:45.290Z | starting task 3: "clone repository" |
67 | 2024-05-03T21:11:45.295Z | + mkdir -p /work/oxidecomputer/maghemite |
68 | 2024-05-03T21:11:45.299Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
69 | 2024-05-03T21:11:45.656Z | Cloning into '/work/oxidecomputer/maghemite'... |
70 | 2024-05-03T21:11:48.263Z | + cd /work/oxidecomputer/maghemite |
71 | 2024-05-03T21:11:48.263Z | + git fetch origin 6c4ab1a759adbda4324dffae80ea0d47f1ca1987 |
72 | 2024-05-03T21:11:48.547Z | From https://github.com/oxidecomputer/maghemite |
73 | 2024-05-03T21:11:48.547Z | * branch 6c4ab1a759adbda4324dffae80ea0d47f1ca1987 -> FETCH_HEAD |
74 | 2024-05-03T21:11:48.556Z | + [[ -n oxpop ]] |
75 | 2024-05-03T21:11:48.570Z | ++ git branch --show-current |
76 | 2024-05-03T21:11:48.570Z | + current=main |
77 | 2024-05-03T21:11:48.570Z | + [[ main != oxpop ]] |
78 | 2024-05-03T21:11:48.570Z | + git branch -f oxpop 6c4ab1a759adbda4324dffae80ea0d47f1ca1987 |
79 | 2024-05-03T21:11:48.570Z | + git checkout -f oxpop |
80 | 2024-05-03T21:11:48.576Z | Switched to branch 'oxpop' |
81 | 2024-05-03T21:11:48.580Z | + git reset --hard 6c4ab1a759adbda4324dffae80ea0d47f1ca1987 |
82 | 2024-05-03T21:11:48.589Z | HEAD is now at 6c4ab1a review feedback |
83 | 2024-05-03T21:11:48.593Z | process exited: duration 3299 ms, exit code 0 |
|
84 | 2024-05-03T21:11:48.609Z | starting task 4: "build" |
85 | 2024-05-03T21:11:48.614Z | + set -o errexit |
86 | 2024-05-03T21:11:48.615Z | + set -o pipefail |
87 | 2024-05-03T21:11:48.615Z | + cargo --version |
88 | 2024-05-03T21:11:48.622Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
89 | 2024-05-03T21:11:48.764Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
90 | 2024-05-03T21:11:48.764Z | info: downloading component 'cargo' |
91 | 2024-05-03T21:11:49.597Z | info: downloading component 'clippy' |
92 | 2024-05-03T21:11:49.870Z | info: downloading component 'rust-docs' |
93 | 2024-05-03T21:11:50.979Z | info: downloading component 'rust-std' |
94 | 2024-05-03T21:11:52.719Z | info: downloading component 'rustc' |
95 | 2024-05-03T21:11:57.438Z | info: downloading component 'rustfmt' |
96 | 2024-05-03T21:11:57.438Z | info: installing component 'cargo' |
97 | 2024-05-03T21:11:58.303Z | info: installing component 'clippy' |
98 | 2024-05-03T21:11:58.684Z | info: installing component 'rust-docs' |
99 | 2024-05-03T21:12:00.170Z | info: installing component 'rust-std' |
100 | 2024-05-03T21:12:01.959Z | info: installing component 'rustc' |
101 | 2024-05-03T21:12:06.362Z | info: installing component 'rustfmt' |
102 | 2024-05-03T21:12:06.785Z | cargo 1.77.2 (e52e36006 2024-03-26) |
103 | 2024-05-03T21:12:06.789Z | + rustc --version |
104 | 2024-05-03T21:12:06.881Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
105 | 2024-05-03T21:12:06.886Z | + cargo install cargo-nextest |
106 | 2024-05-03T21:12:06.976Z | Updating crates.io index |
107 | 2024-05-03T21:12:07.058Z | Downloading crates ... |
108 | 2024-05-03T21:12:07.128Z | Downloaded cargo-nextest v0.9.70 |
109 | 2024-05-03T21:12:07.164Z | Installing cargo-nextest v0.9.70 |
110 | 2024-05-03T21:12:07.228Z | Updating crates.io index |
111 | 2024-05-03T21:12:08.058Z | Downloading crates ... |
112 | 2024-05-03T21:12:08.149Z | Downloaded addr2line v0.21.0 |
113 | 2024-05-03T21:12:08.155Z | Downloaded atomicwrites v0.4.3 |
114 | 2024-05-03T21:12:08.159Z | Downloaded autocfg v1.3.0 |
115 | 2024-05-03T21:12:08.159Z | Downloaded anstyle v1.0.7 |
116 | 2024-05-03T21:12:08.162Z | Downloaded adler v1.0.2 |
117 | 2024-05-03T21:12:08.163Z | Downloaded anstream v0.6.14 |
118 | 2024-05-03T21:12:08.166Z | Downloaded ipnet v2.9.0 |
119 | 2024-05-03T21:12:08.167Z | Downloaded supports-unicode v3.0.0 |
120 | 2024-05-03T21:12:08.195Z | Downloaded base64 v0.21.7 |
121 | 2024-05-03T21:12:08.202Z | Downloaded swrite v0.1.0 |
122 | 2024-05-03T21:12:08.202Z | Downloaded backtrace-ext v0.2.1 |
123 | 2024-05-03T21:12:08.202Z | Downloaded anstyle-parse v0.2.4 |
124 | 2024-05-03T21:12:08.202Z | Downloaded target-spec v3.1.0 |
125 | 2024-05-03T21:12:08.202Z | Downloaded ahash v0.8.11 |
126 | 2024-05-03T21:12:08.202Z | Downloaded tinyvec_macros v0.1.1 |
127 | 2024-05-03T21:12:08.202Z | Downloaded backtrace v0.3.71 |
128 | 2024-05-03T21:12:08.203Z | Downloaded tinyvec v1.6.0 |
129 | 2024-05-03T21:12:08.210Z | Downloaded thiserror v1.0.59 |
130 | 2024-05-03T21:12:08.210Z | Downloaded toml_datetime v0.6.5 |
131 | 2024-05-03T21:12:08.216Z | Downloaded display-error-chain v0.2.0 |
132 | 2024-05-03T21:12:08.216Z | Downloaded tokio-rustls v0.24.1 |
133 | 2024-05-03T21:12:08.216Z | Downloaded terminal_size v0.3.0 |
134 | 2024-05-03T21:12:08.216Z | Downloaded target-lexicon v0.12.14 |
135 | 2024-05-03T21:12:08.216Z | Downloaded tokio-util v0.7.10 |
136 | 2024-05-03T21:12:08.222Z | Downloaded tempfile v3.10.1 |
137 | 2024-05-03T21:12:08.227Z | Downloaded colorchoice v1.0.1 |
138 | 2024-05-03T21:12:08.227Z | Downloaded config v0.14.0 |
139 | 2024-05-03T21:12:08.236Z | Downloaded home v0.5.9 |
140 | 2024-05-03T21:12:08.240Z | Downloaded generic-array v0.14.7 |
141 | 2024-05-03T21:12:08.240Z | Downloaded enable-ansi-support v0.2.1 |
142 | 2024-05-03T21:12:08.241Z | Downloaded either v1.11.0 |
143 | 2024-05-03T21:12:08.246Z | Downloaded target-spec-miette v0.4.0 |
144 | 2024-05-03T21:12:08.246Z | Downloaded tar v0.4.40 |
145 | 2024-05-03T21:12:08.246Z | Downloaded foreign-types v0.3.2 |
146 | 2024-05-03T21:12:08.253Z | Downloaded sync_wrapper v0.1.2 |
147 | 2024-05-03T21:12:08.253Z | Downloaded guppy-workspace-hack v0.1.0 |
148 | 2024-05-03T21:12:08.253Z | Downloaded tower-service v0.3.2 |
149 | 2024-05-03T21:12:08.254Z | Downloaded toml v0.8.12 |
150 | 2024-05-03T21:12:09.093Z | Downloaded async-scoped v0.9.0 |
151 | 2024-05-03T21:12:09.093Z | Downloaded errno v0.3.8 |
152 | 2024-05-03T21:12:09.094Z | Downloaded cargo-platform v0.1.8 |
153 | 2024-05-03T21:12:09.094Z | Downloaded fastrand v2.1.0 |
154 | 2024-05-03T21:12:09.094Z | Downloaded digest v0.10.7 |
155 | 2024-05-03T21:12:09.094Z | Downloaded cfg-if v1.0.0 |
156 | 2024-05-03T21:12:09.094Z | Downloaded openssl-probe v0.1.5 |
157 | 2024-05-03T21:12:09.095Z | Downloaded want v0.3.1 |
158 | 2024-05-03T21:12:09.095Z | Downloaded toml_edit v0.22.12 |
159 | 2024-05-03T21:12:09.095Z | Downloaded number_prefix v0.4.0 |
160 | 2024-05-03T21:12:09.095Z | Downloaded is-terminal v0.4.12 |
161 | 2024-05-03T21:12:09.095Z | Downloaded vte_generate_state_changes v0.1.1 |
162 | 2024-05-03T21:12:09.096Z | Downloaded urlencoding v2.1.3 |
163 | 2024-05-03T21:12:09.096Z | Downloaded try-lock v0.2.5 |
164 | 2024-05-03T21:12:09.096Z | Downloaded tokio-macros v2.2.0 |
165 | 2024-05-03T21:12:09.096Z | Downloaded thiserror-impl v1.0.59 |
166 | 2024-05-03T21:12:09.096Z | Downloaded indenter v0.3.3 |
167 | 2024-05-03T21:12:09.096Z | Downloaded openssl-macros v0.1.1 |
168 | 2024-05-03T21:12:09.096Z | Downloaded nextest-workspace-hack v0.1.0 |
169 | 2024-05-03T21:12:09.097Z | Downloaded nested v0.1.1 |
170 | 2024-05-03T21:12:09.097Z | Downloaded mukti-metadata v0.2.1 |
171 | 2024-05-03T21:12:09.097Z | Downloaded is_terminal_polyfill v1.70.0 |
172 | 2024-05-03T21:12:09.097Z | Downloaded tokio-native-tls v0.3.1 |
173 | 2024-05-03T21:12:09.097Z | Downloaded form_urlencoded v1.2.1 |
174 | 2024-05-03T21:12:09.098Z | Downloaded ed25519 v2.2.3 |
175 | 2024-05-03T21:12:09.098Z | Downloaded newtype-uuid v1.1.0 |
176 | 2024-05-03T21:12:09.098Z | Downloaded utf8parse v0.2.1 |
177 | 2024-05-03T21:12:09.098Z | Downloaded humantime-serde v1.1.1 |
178 | 2024-05-03T21:12:09.098Z | Downloaded futures-sink v0.3.30 |
179 | 2024-05-03T21:12:09.099Z | Downloaded xattr v1.3.1 |
180 | 2024-05-03T21:12:09.099Z | Downloaded version_check v0.9.4 |
181 | 2024-05-03T21:12:09.099Z | Downloaded futures-task v0.3.30 |
182 | 2024-05-03T21:12:09.099Z | Downloaded filetime v0.2.23 |
183 | 2024-05-03T21:12:09.099Z | Downloaded pathdiff v0.2.1 |
184 | 2024-05-03T21:12:09.100Z | Downloaded is_ci v1.2.0 |
185 | 2024-05-03T21:12:09.100Z | Downloaded heck v0.5.0 |
186 | 2024-05-03T21:12:09.100Z | Downloaded futures-io v0.3.30 |
187 | 2024-05-03T21:12:09.100Z | Downloaded future-queue v0.3.0 |
188 | 2024-05-03T21:12:09.100Z | Downloaded debug-ignore v1.0.5 |
189 | 2024-05-03T21:12:09.100Z | Downloaded env_filter v0.1.0 |
190 | 2024-05-03T21:12:09.100Z | Downloaded duct v0.13.7 |
191 | 2024-05-03T21:12:09.100Z | Downloaded camino-tempfile v1.1.1 |
192 | 2024-05-03T21:12:09.100Z | Downloaded cpufeatures v0.2.12 |
193 | 2024-05-03T21:12:09.100Z | Downloaded block-buffer v0.10.4 |
194 | 2024-05-03T21:12:09.100Z | Downloaded foreign-types-shared v0.1.1 |
195 | 2024-05-03T21:12:09.100Z | Downloaded equivalent v1.0.1 |
196 | 2024-05-03T21:12:09.101Z | Downloaded supports-hyperlinks v3.0.0 |
197 | 2024-05-03T21:12:09.101Z | Downloaded dialoguer v0.11.0 |
198 | 2024-05-03T21:12:09.101Z | Downloaded cfg_aliases v0.1.1 |
199 | 2024-05-03T21:12:09.101Z | Downloaded curve25519-dalek-derive v0.1.1 |
200 | 2024-05-03T21:12:09.101Z | Downloaded aho-corasick v1.1.3 |
201 | 2024-05-03T21:12:09.101Z | Downloaded zeroize v1.7.0 |
202 | 2024-05-03T21:12:09.101Z | Downloaded untrusted v0.9.0 |
203 | 2024-05-03T21:12:09.101Z | Downloaded http-body v0.4.6 |
204 | 2024-05-03T21:12:09.101Z | Downloaded nextest-metadata v0.10.0 |
205 | 2024-05-03T21:12:09.101Z | Downloaded unicode-linebreak v0.1.5 |
206 | 2024-05-03T21:12:09.101Z | Downloaded crypto-common v0.1.6 |
207 | 2024-05-03T21:12:09.101Z | Downloaded humantime v2.1.0 |
208 | 2024-05-03T21:12:09.101Z | Downloaded hyper-tls v0.5.0 |
209 | 2024-05-03T21:12:09.101Z | Downloaded httpdate v1.0.3 |
210 | 2024-05-03T21:12:09.101Z | Downloaded mime v0.3.17 |
211 | 2024-05-03T21:12:09.101Z | Downloaded futures-macro v0.3.30 |
212 | 2024-05-03T21:12:09.101Z | Downloaded vte v0.11.1 |
213 | 2024-05-03T21:12:09.101Z | Downloaded futures-core v0.3.30 |
214 | 2024-05-03T21:12:09.101Z | Downloaded signature v2.2.0 |
215 | 2024-05-03T21:12:09.101Z | Downloaded supports-color v3.0.0 |
216 | 2024-05-03T21:12:09.101Z | Downloaded textwrap v0.16.1 |
217 | 2024-05-03T21:12:09.101Z | Downloaded quick-junit v0.4.0 |
218 | 2024-05-03T21:12:09.101Z | Downloaded signal-hook-registry v1.4.2 |
219 | 2024-05-03T21:12:09.102Z | Downloaded pkg-config v0.3.30 |
220 | 2024-05-03T21:12:09.102Z | Downloaded pin-utils v0.1.0 |
221 | 2024-05-03T21:12:09.102Z | Downloaded percent-encoding v2.3.1 |
222 | 2024-05-03T21:12:09.102Z | Downloaded os_pipe v1.1.5 |
223 | 2024-05-03T21:12:09.102Z | Downloaded lazy_static v1.4.0 |
224 | 2024-05-03T21:12:09.102Z | Downloaded itoa v1.0.11 |
225 | 2024-05-03T21:12:09.102Z | Downloaded zipsign-api v0.1.1 |
226 | 2024-05-03T21:12:09.102Z | Downloaded console v0.15.8 |
227 | 2024-05-03T21:12:09.102Z | Downloaded spki v0.7.3 |
228 | 2024-05-03T21:12:09.102Z | Downloaded num_cpus v1.16.0 |
229 | 2024-05-03T21:12:09.102Z | Downloaded zstd-safe v7.1.0 |
230 | 2024-05-03T21:12:09.102Z | Downloaded serde_path_to_error v0.1.16 |
231 | 2024-05-03T21:12:09.102Z | Downloaded serde_urlencoded v0.7.1 |
232 | 2024-05-03T21:12:09.102Z | Downloaded ppv-lite86 v0.2.17 |
233 | 2024-05-03T21:12:09.102Z | Downloaded serde_spanned v0.6.5 |
234 | 2024-05-03T21:12:09.102Z | Downloaded rustc_version v0.4.0 |
235 | 2024-05-03T21:12:09.102Z | Downloaded miette-derive v7.2.0 |
236 | 2024-05-03T21:12:09.102Z | Downloaded supports-color v2.1.0 |
237 | 2024-05-03T21:12:09.102Z | Downloaded subtle v2.5.0 |
238 | 2024-05-03T21:12:09.102Z | Downloaded strsim v0.11.1 |
239 | 2024-05-03T21:12:09.102Z | Downloaded serde_ignored v0.1.10 |
240 | 2024-05-03T21:12:09.102Z | Downloaded strip-ansi-escapes v0.2.0 |
241 | 2024-05-03T21:12:09.102Z | Downloaded static_assertions v1.1.0 |
242 | 2024-05-03T21:12:09.102Z | Downloaded unicode-width v0.1.12 |
243 | 2024-05-03T21:12:09.103Z | Downloaded pin-project-internal v1.1.5 |
244 | 2024-05-03T21:12:09.103Z | Downloaded pin-project-lite v0.2.14 |
245 | 2024-05-03T21:12:09.103Z | Downloaded smawk v0.3.2 |
246 | 2024-05-03T21:12:09.103Z | Downloaded crc32fast v1.4.0 |
247 | 2024-05-03T21:12:09.103Z | Downloaded camino v1.1.6 |
248 | 2024-05-03T21:12:09.103Z | Downloaded jobserver v0.1.31 |
249 | 2024-05-03T21:12:09.103Z | Downloaded iana-time-zone v0.1.60 |
250 | 2024-05-03T21:12:09.110Z | Downloaded httparse v1.8.0 |
251 | 2024-05-03T21:12:09.110Z | Downloaded futures-executor v0.3.30 |
252 | 2024-05-03T21:12:09.111Z | Downloaded self-replace v1.3.7 |
253 | 2024-05-03T21:12:09.111Z | Downloaded futures-channel v0.3.30 |
254 | 2024-05-03T21:12:09.111Z | Downloaded rand_core v0.6.4 |
255 | 2024-05-03T21:12:09.111Z | Downloaded once_cell v1.19.0 |
256 | 2024-05-03T21:12:09.111Z | Downloaded xxhash-rust v0.8.10 |
257 | 2024-05-03T21:12:09.111Z | Downloaded shared_child v1.0.0 |
258 | 2024-05-03T21:12:09.112Z | Downloaded pkcs8 v0.10.2 |
259 | 2024-05-03T21:12:09.112Z | Downloaded rand_chacha v0.3.1 |
260 | 2024-05-03T21:12:09.112Z | Downloaded platforms v3.4.0 |
261 | 2024-05-03T21:12:09.112Z | Downloaded rustc-demangle v0.1.23 |
262 | 2024-05-03T21:12:09.112Z | Downloaded cfg-expr v0.15.8 |
263 | 2024-05-03T21:12:09.112Z | Downloaded semver v1.0.22 |
264 | 2024-05-03T21:12:09.112Z | Downloaded log v0.4.21 |
265 | 2024-05-03T21:12:09.113Z | Downloaded owo-colors v4.0.0 |
266 | 2024-05-03T21:12:09.113Z | Downloaded zstd v0.13.1 |
267 | 2024-05-03T21:12:09.113Z | Downloaded smol_str v0.2.1 |
268 | 2024-05-03T21:12:09.113Z | Downloaded quote v1.0.36 |
269 | 2024-05-03T21:12:09.113Z | Downloaded spin v0.9.8 |
270 | 2024-05-03T21:12:09.114Z | Downloaded uuid v1.8.0 |
271 | 2024-05-03T21:12:09.114Z | Downloaded unicode-bidi v0.3.15 |
272 | 2024-05-03T21:12:09.114Z | Downloaded tracing v0.1.40 |
273 | 2024-05-03T21:12:09.114Z | Downloaded const-oid v0.9.6 |
274 | 2024-05-03T21:12:09.114Z | Downloaded self_update v0.39.0 |
275 | 2024-05-03T21:12:09.115Z | Downloaded owo-colors v3.5.0 |
276 | 2024-05-03T21:12:09.115Z | Downloaded sct v0.7.1 |
277 | 2024-05-03T21:12:09.115Z | Downloaded typenum v1.17.0 |
278 | 2024-05-03T21:12:09.115Z | Downloaded ryu v1.0.17 |
279 | 2024-05-03T21:12:09.115Z | Downloaded sha2 v0.10.8 |
280 | 2024-05-03T21:12:09.115Z | Downloaded smallvec v1.13.2 |
281 | 2024-05-03T21:12:09.115Z | Downloaded flate2 v1.0.30 |
282 | 2024-05-03T21:12:09.116Z | Downloaded slab v0.4.9 |
283 | 2024-05-03T21:12:09.116Z | Downloaded serde_derive v1.0.200 |
284 | 2024-05-03T21:12:09.116Z | Downloaded shell-words v1.1.0 |
285 | 2024-05-03T21:12:09.116Z | Downloaded socket2 v0.5.7 |
286 | 2024-05-03T21:12:09.116Z | Downloaded proc-macro2 v1.0.81 |
287 | 2024-05-03T21:12:09.116Z | Downloaded ron v0.8.1 |
288 | 2024-05-03T21:12:09.116Z | Downloaded getrandom v0.2.14 |
289 | 2024-05-03T21:12:09.117Z | Downloaded miniz_oxide v0.7.2 |
290 | 2024-05-03T21:12:09.117Z | Downloaded rustls-pemfile v1.0.4 |
291 | 2024-05-03T21:12:09.117Z | Downloaded futures v0.3.30 |
292 | 2024-05-03T21:12:09.117Z | Downloaded openssl-sys v0.9.102 |
293 | 2024-05-03T21:12:09.117Z | Downloaded ed25519-dalek v2.1.1 |
294 | 2024-05-03T21:12:09.117Z | Downloaded cc v1.0.96 |
295 | 2024-05-03T21:12:09.117Z | Downloaded url v2.5.0 |
296 | 2024-05-03T21:12:09.117Z | Downloaded der v0.7.9 |
297 | 2024-05-03T21:12:09.118Z | Downloaded mio v0.8.11 |
298 | 2024-05-03T21:12:09.118Z | Downloaded miette v7.2.0 |
299 | 2024-05-03T21:12:09.118Z | Downloaded memchr v2.7.2 |
300 | 2024-05-03T21:12:09.118Z | Downloaded rand v0.8.5 |
301 | 2024-05-03T21:12:09.118Z | Downloaded http v0.2.12 |
302 | 2024-05-03T21:12:09.118Z | Downloaded minimal-lexical v0.2.1 |
303 | 2024-05-03T21:12:09.119Z | Downloaded indexmap v2.2.6 |
304 | 2024-05-03T21:12:09.119Z | Downloaded unicode-normalization v0.1.23 |
305 | 2024-05-03T21:12:09.119Z | Downloaded pin-project v1.1.5 |
306 | 2024-05-03T21:12:09.119Z | Downloaded serde v1.0.200 |
307 | 2024-05-03T21:12:09.119Z | Downloaded tracing-core v0.1.32 |
308 | 2024-05-03T21:12:09.119Z | Downloaded globset v0.4.14 |
309 | 2024-05-03T21:12:09.119Z | Downloaded indicatif v0.17.8 |
310 | 2024-05-03T21:12:09.120Z | Downloaded nom v7.1.3 |
311 | 2024-05-03T21:12:09.120Z | Downloaded bitflags v2.5.0 |
312 | 2024-05-03T21:12:09.120Z | Downloaded portable-atomic v1.6.0 |
313 | 2024-05-03T21:12:09.120Z | Downloaded zerocopy v0.7.32 |
314 | 2024-05-03T21:12:09.120Z | Downloaded guppy v0.17.5 |
315 | 2024-05-03T21:12:09.120Z | Downloaded itertools v0.12.1 |
316 | 2024-05-03T21:12:09.121Z | Downloaded quick-xml v0.31.0 |
317 | 2024-05-03T21:12:09.121Z | Downloaded quick-xml v0.23.1 |
318 | 2024-05-03T21:12:09.121Z | Downloaded serde_json v1.0.116 |
319 | 2024-05-03T21:12:09.121Z | Downloaded hashbrown v0.14.5 |
320 | 2024-05-03T21:12:09.122Z | Downloaded webpki-roots v0.25.4 |
321 | 2024-05-03T21:12:09.122Z | Downloaded clap_builder v4.5.2 |
322 | 2024-05-03T21:12:09.122Z | Downloaded nextest-runner v0.55.0 |
323 | 2024-05-03T21:12:09.122Z | Downloaded h2 v0.3.26 |
324 | 2024-05-03T21:12:09.122Z | Downloaded rustls-webpki v0.101.7 |
325 | 2024-05-03T21:12:09.122Z | Downloaded reqwest v0.11.27 |
326 | 2024-05-03T21:12:09.122Z | Downloaded hyper v0.14.28 |
327 | 2024-05-03T21:12:09.123Z | Downloaded tokio v1.37.0 |
328 | 2024-05-03T21:12:09.123Z | Downloaded chrono v0.4.38 |
329 | 2024-05-03T21:12:09.123Z | Downloaded object v0.32.2 |
330 | 2024-05-03T21:12:09.123Z | Downloaded nix v0.28.0 |
331 | 2024-05-03T21:12:09.123Z | Downloaded openssl v0.10.64 |
332 | 2024-05-03T21:12:09.123Z | Downloaded vcpkg v0.2.15 |
333 | 2024-05-03T21:12:09.124Z | Downloaded libc v0.2.154 |
334 | 2024-05-03T21:12:09.124Z | Downloaded regex v1.10.4 |
335 | 2024-05-03T21:12:09.124Z | Downloaded curve25519-dalek v4.1.2 |
336 | 2024-05-03T21:12:09.124Z | Downloaded idna v0.5.0 |
337 | 2024-05-03T21:12:09.124Z | Downloaded rustls v0.21.12 |
338 | 2024-05-03T21:12:09.125Z | Downloaded zstd-sys v2.0.10+zstd.1.5.6 |
339 | 2024-05-03T21:12:09.125Z | Downloaded regex-syntax v0.8.3 |
340 | 2024-05-03T21:12:09.125Z | Downloaded bstr v1.9.1 |
341 | 2024-05-03T21:12:09.125Z | Downloaded gimli v0.28.1 |
342 | 2024-05-03T21:12:09.125Z | Downloaded rustix v0.38.34 |
343 | 2024-05-03T21:12:09.125Z | Downloaded syn v2.0.60 |
344 | 2024-05-03T21:12:09.126Z | Downloaded futures-util v0.3.30 |
345 | 2024-05-03T21:12:09.126Z | Downloaded petgraph v0.6.4 |
346 | 2024-05-03T21:12:09.126Z | Downloaded color-eyre v0.6.3 |
347 | 2024-05-03T21:12:09.126Z | Downloaded winnow v0.6.7 |
348 | 2024-05-03T21:12:09.126Z | Downloaded num-traits v0.2.18 |
349 | 2024-05-03T21:12:09.127Z | Downloaded nextest-filtering v0.8.0 |
350 | 2024-05-03T21:12:09.136Z | Downloaded bytes v1.6.0 |
351 | 2024-05-03T21:12:09.136Z | Downloaded native-tls v0.2.11 |
352 | 2024-05-03T21:12:09.136Z | Downloaded eyre v0.6.12 |
353 | 2024-05-03T21:12:09.136Z | Downloaded regex-automata v0.4.6 |
354 | 2024-05-03T21:12:09.136Z | Downloaded cargo_metadata v0.18.1 |
355 | 2024-05-03T21:12:09.136Z | Downloaded unicode-ident v1.0.12 |
356 | 2024-05-03T21:12:09.136Z | Downloaded clap v4.5.4 |
357 | 2024-05-03T21:12:09.136Z | Downloaded hyper-rustls v0.24.2 |
358 | 2024-05-03T21:12:09.136Z | Downloaded fixedbitset v0.4.2 |
359 | 2024-05-03T21:12:09.136Z | Downloaded env_logger v0.11.3 |
360 | 2024-05-03T21:12:09.136Z | Downloaded base64ct v1.6.0 |
361 | 2024-05-03T21:12:09.136Z | Downloaded clap_derive v4.5.4 |
362 | 2024-05-03T21:12:09.136Z | Downloaded fnv v1.0.7 |
363 | 2024-05-03T21:12:09.136Z | Downloaded clap_lex v0.7.0 |
364 | 2024-05-03T21:12:09.136Z | Downloaded anstyle-query v1.0.3 |
365 | 2024-05-03T21:12:09.210Z | Downloaded encoding_rs v0.8.34 |
366 | 2024-05-03T21:12:09.229Z | Downloaded recursion v0.5.2 |
367 | 2024-05-03T21:12:09.832Z | Downloaded ring v0.17.8 |
368 | 2024-05-03T21:12:09.836Z | Compiling proc-macro2 v1.0.81 |
369 | 2024-05-03T21:12:09.836Z | Compiling unicode-ident v1.0.12 |
370 | 2024-05-03T21:12:09.837Z | Compiling libc v0.2.154 |
371 | 2024-05-03T21:12:09.837Z | Compiling cfg-if v1.0.0 |
372 | 2024-05-03T21:12:09.837Z | Compiling serde v1.0.200 |
373 | 2024-05-03T21:12:09.837Z | Compiling memchr v2.7.2 |
374 | 2024-05-03T21:12:09.837Z | Compiling once_cell v1.19.0 |
375 | 2024-05-03T21:12:09.848Z | Compiling autocfg v1.3.0 |
376 | 2024-05-03T21:12:09.906Z | Compiling itoa v1.0.11 |
377 | 2024-05-03T21:12:10.114Z | Compiling pin-project-lite v0.2.14 |
378 | 2024-05-03T21:12:10.195Z | Compiling bitflags v2.5.0 |
379 | 2024-05-03T21:12:10.219Z | Compiling rustix v0.38.34 |
380 | 2024-05-03T21:12:10.671Z | Compiling hashbrown v0.14.5 |
381 | 2024-05-03T21:12:10.886Z | Compiling equivalent v1.0.1 |
382 | 2024-05-03T21:12:11.021Z | Compiling slab v0.4.9 |
383 | 2024-05-03T21:12:11.186Z | Compiling futures-sink v0.3.30 |
384 | 2024-05-03T21:12:11.255Z | Compiling futures-core v0.3.30 |
385 | 2024-05-03T21:12:11.342Z | Compiling bytes v1.6.0 |
386 | 2024-05-03T21:12:11.455Z | Compiling ryu v1.0.17 |
387 | 2024-05-03T21:12:11.480Z | Compiling serde_json v1.0.116 |
388 | 2024-05-03T21:12:11.844Z | Compiling jobserver v0.1.31 |
389 | 2024-05-03T21:12:12.110Z | Compiling quote v1.0.36 |
390 | 2024-05-03T21:12:12.110Z | Compiling futures-channel v0.3.30 |
391 | 2024-05-03T21:12:12.245Z | Compiling cc v1.0.96 |
392 | 2024-05-03T21:12:12.501Z | Compiling syn v2.0.60 |
393 | 2024-05-03T21:12:12.607Z | Compiling getrandom v0.2.14 |
394 | 2024-05-03T21:12:12.659Z | Compiling errno v0.3.8 |
395 | 2024-05-03T21:12:12.674Z | Compiling pin-utils v0.1.0 |
396 | 2024-05-03T21:12:12.687Z | Compiling futures-io v0.3.30 |
397 | 2024-05-03T21:12:12.756Z | Compiling futures-task v0.3.30 |
398 | 2024-05-03T21:12:12.947Z | Compiling thiserror v1.0.59 |
399 | 2024-05-03T21:12:13.019Z | Compiling socket2 v0.5.7 |
400 | 2024-05-03T21:12:13.051Z | Compiling mio v0.8.11 |
401 | 2024-05-03T21:12:13.071Z | Compiling signal-hook-registry v1.4.2 |
402 | 2024-05-03T21:12:13.172Z | Compiling num_cpus v1.16.0 |
403 | 2024-05-03T21:12:13.289Z | Compiling adler v1.0.2 |
404 | 2024-05-03T21:12:13.596Z | Compiling log v0.4.21 |
405 | 2024-05-03T21:12:13.633Z | Compiling camino v1.1.6 |
406 | 2024-05-03T21:12:14.158Z | Compiling miniz_oxide v0.7.2 |
407 | 2024-05-03T21:12:14.275Z | Compiling spin v0.9.8 |
408 | 2024-05-03T21:12:14.481Z | Compiling unicode-width v0.1.12 |
409 | 2024-05-03T21:12:14.652Z | Compiling fnv v1.0.7 |
410 | 2024-05-03T21:12:14.717Z | Compiling untrusted v0.9.0 |
411 | 2024-05-03T21:12:14.788Z | Compiling target-lexicon v0.12.14 |
412 | 2024-05-03T21:12:14.889Z | Compiling tracing-core v0.1.32 |
413 | 2024-05-03T21:12:15.338Z | Compiling guppy-workspace-hack v0.1.0 |
414 | 2024-05-03T21:12:15.352Z | Compiling gimli v0.28.1 |
415 | 2024-05-03T21:12:15.352Z | Compiling utf8parse v0.2.1 |
416 | 2024-05-03T21:12:15.390Z | Compiling semver v1.0.22 |
417 | 2024-05-03T21:12:15.597Z | Compiling ring v0.17.8 |
418 | 2024-05-03T21:12:15.730Z | Compiling backtrace v0.3.71 |
419 | 2024-05-03T21:12:16.275Z | Compiling tracing v0.1.40 |
420 | 2024-05-03T21:12:16.997Z | Compiling http v0.2.12 |
421 | 2024-05-03T21:12:17.209Z | Compiling object v0.32.2 |
422 | 2024-05-03T21:12:17.759Z | Compiling fastrand v2.1.0 |
423 | 2024-05-03T21:12:18.261Z | Compiling target-spec v3.1.0 |
424 | 2024-05-03T21:12:18.261Z | Compiling is_ci v1.2.0 |
425 | 2024-05-03T21:12:18.261Z | Compiling httparse v1.8.0 |
426 | 2024-05-03T21:12:18.261Z | Compiling tinyvec_macros v0.1.1 |
427 | 2024-05-03T21:12:18.261Z | Compiling smallvec v1.13.2 |
428 | 2024-05-03T21:12:18.261Z | Compiling pkg-config v0.3.30 |
429 | 2024-05-03T21:12:18.286Z | Compiling rustc-demangle v0.1.23 |
430 | 2024-05-03T21:12:18.423Z | Compiling rustls v0.21.12 |
431 | 2024-05-03T21:12:18.763Z | Compiling cfg-expr v0.15.8 |
432 | 2024-05-03T21:12:19.184Z | Compiling zstd-sys v2.0.10+zstd.1.5.6 |
433 | 2024-05-03T21:12:19.895Z | Compiling addr2line v0.21.0 |
434 | 2024-05-03T21:12:20.536Z | Compiling tinyvec v1.6.0 |
435 | 2024-05-03T21:12:20.641Z | Compiling tempfile v3.10.1 |
436 | 2024-05-03T21:12:20.871Z | Compiling is-terminal v0.4.12 |
437 | 2024-05-03T21:12:20.999Z | Compiling aho-corasick v1.1.3 |
438 | 2024-05-03T21:12:21.128Z | Compiling version_check v0.9.4 |
439 | 2024-05-03T21:12:21.403Z | Compiling lazy_static v1.4.0 |
440 | 2024-05-03T21:12:21.524Z | Compiling percent-encoding v2.3.1 |
441 | 2024-05-03T21:12:22.093Z | Compiling regex-syntax v0.8.3 |
442 | 2024-05-03T21:12:22.102Z | Compiling serde_derive v1.0.200 |
443 | 2024-05-03T21:12:22.103Z | Compiling futures-macro v0.3.30 |
444 | 2024-05-03T21:12:22.112Z | Compiling tokio-macros v2.2.0 |
445 | 2024-05-03T21:12:22.613Z | Compiling thiserror-impl v1.0.59 |
446 | 2024-05-03T21:12:23.717Z | Compiling tokio v1.37.0 |
447 | 2024-05-03T21:12:23.860Z | Compiling futures-util v0.3.30 |
448 | 2024-05-03T21:12:25.460Z | Compiling try-lock v0.2.5 |
449 | 2024-05-03T21:12:27.034Z | Compiling want v0.3.1 |
450 | 2024-05-03T21:12:27.045Z | Compiling regex-automata v0.4.6 |
451 | 2024-05-03T21:12:30.651Z | Compiling unicode-normalization v0.1.23 |
452 | 2024-05-03T21:12:31.911Z | Compiling tokio-util v0.7.10 |
453 | 2024-05-03T21:12:34.301Z | Compiling form_urlencoded v1.2.1 |
454 | 2024-05-03T21:12:34.786Z | Compiling ahash v0.8.11 |
455 | 2024-05-03T21:12:35.209Z | Compiling supports-color v2.1.0 |
456 | 2024-05-03T21:12:35.741Z | Compiling indexmap v2.2.6 |
457 | 2024-05-03T21:12:37.425Z | Compiling rustls-webpki v0.101.7 |
458 | 2024-05-03T21:12:39.130Z | Compiling sct v0.7.1 |
459 | 2024-05-03T21:12:39.440Z | Compiling h2 v0.3.26 |
460 | 2024-05-03T21:12:42.895Z | Compiling http-body v0.4.6 |
461 | 2024-05-03T21:12:43.345Z | Compiling num-traits v0.2.18 |
462 | 2024-05-03T21:12:43.395Z | Compiling smawk v0.3.2 |
463 | 2024-05-03T21:12:43.626Z | Compiling crc32fast v1.4.0 |
464 | 2024-05-03T21:12:43.700Z | Compiling either v1.11.0 |
465 | 2024-05-03T21:12:44.093Z | Compiling httpdate v1.0.3 |
466 | 2024-05-03T21:12:44.143Z | Compiling winnow v0.6.7 |
467 | 2024-05-03T21:12:44.908Z | Compiling nextest-workspace-hack v0.1.0 |
468 | 2024-05-03T21:12:45.266Z | Compiling tower-service v0.3.2 |
469 | 2024-05-03T21:12:45.388Z | Compiling unicode-linebreak v0.1.5 |
470 | 2024-05-03T21:12:45.900Z | Compiling portable-atomic v1.6.0 |
471 | 2024-05-03T21:12:46.338Z | Compiling unicode-bidi v0.3.15 |
472 | 2024-05-03T21:12:46.879Z | Compiling textwrap v0.16.1 |
473 | 2024-05-03T21:12:48.452Z | Compiling idna v0.5.0 |
474 | 2024-05-03T21:12:49.458Z | Compiling hyper v0.14.28 |
475 | 2024-05-03T21:12:51.841Z | Compiling tokio-rustls v0.24.1 |
476 | 2024-05-03T21:12:52.207Z | Compiling pathdiff v0.2.1 |
477 | 2024-05-03T21:12:52.303Z | Compiling owo-colors v4.0.0 |
478 | 2024-05-03T21:12:52.383Z | Compiling cargo-platform v0.1.8 |
479 | 2024-05-03T21:12:52.910Z | Compiling toml_datetime v0.6.5 |
480 | 2024-05-03T21:12:53.537Z | Compiling serde_spanned v0.6.5 |
481 | 2024-05-03T21:12:53.709Z | Compiling backtrace-ext v0.2.1 |
482 | 2024-05-03T21:12:54.124Z | Compiling miette-derive v7.2.0 |
483 | 2024-05-03T21:12:54.237Z | Compiling console v0.15.8 |
484 | 2024-05-03T21:12:55.616Z | Compiling supports-color v3.0.0 |
485 | 2024-05-03T21:12:55.862Z | Compiling terminal_size v0.3.0 |
486 | 2024-05-03T21:12:56.053Z | Compiling vte_generate_state_changes v0.1.1 |
487 | 2024-05-03T21:12:56.127Z | Compiling supports-hyperlinks v3.0.0 |
488 | 2024-05-03T21:12:56.457Z | Compiling supports-unicode v3.0.0 |
489 | 2024-05-03T21:12:56.683Z | Compiling zerocopy v0.7.32 |
490 | 2024-05-03T21:12:56.697Z | Compiling base64 v0.21.7 |
491 | 2024-05-03T21:12:56.723Z | Compiling cfg_aliases v0.1.1 |
492 | 2024-05-03T21:12:56.813Z | Compiling zstd-safe v7.1.0 |
493 | 2024-05-03T21:12:57.210Z | Compiling fixedbitset v0.4.2 |
494 | 2024-05-03T21:12:57.439Z | Compiling rustls-pemfile v1.0.4 |
495 | 2024-05-03T21:12:57.829Z | Compiling petgraph v0.6.4 |
496 | 2024-05-03T21:12:57.978Z | Compiling nix v0.28.0 |
497 | 2024-05-03T21:12:58.051Z | Compiling vte v0.11.1 |
498 | 2024-05-03T21:12:58.279Z | Compiling miette v7.2.0 |
499 | 2024-05-03T21:12:58.751Z | Compiling toml_edit v0.22.12 |
500 | 2024-05-03T21:12:59.880Z | Compiling hyper-rustls v0.24.2 |
501 | 2024-05-03T21:13:00.298Z | Compiling cargo_metadata v0.18.1 |
502 | 2024-05-03T21:13:03.533Z | Compiling url v2.5.0 |
503 | 2024-05-03T21:13:04.417Z | Compiling itertools v0.12.1 |
504 | 2024-05-03T21:13:05.418Z | Compiling smol_str v0.2.1 |
505 | 2024-05-03T21:13:06.079Z | Compiling serde_urlencoded v0.7.1 |
506 | 2024-05-03T21:13:06.695Z | Compiling regex v1.10.4 |
507 | 2024-05-03T21:13:08.139Z | Compiling futures-executor v0.3.30 |
508 | 2024-05-03T21:13:09.134Z | Compiling pin-project-internal v1.1.5 |
509 | 2024-05-03T21:13:09.196Z | Compiling anstyle-parse v0.2.4 |
510 | 2024-05-03T21:13:09.434Z | Compiling xattr v1.3.1 |
511 | 2024-05-03T21:13:09.488Z | Compiling rand_core v0.6.4 |
512 | 2024-05-03T21:13:09.583Z | Compiling uuid v1.8.0 |
513 | 2024-05-03T21:13:09.741Z | Compiling filetime v0.2.23 |
514 | 2024-05-03T21:13:09.967Z | Compiling bstr v1.9.1 |
515 | 2024-05-03T21:13:10.080Z | Compiling encoding_rs v0.8.34 |
516 | 2024-05-03T21:13:10.437Z | Compiling sync_wrapper v0.1.2 |
517 | 2024-05-03T21:13:10.571Z | Compiling colorchoice v1.0.1 |
518 | 2024-05-03T21:13:10.721Z | Compiling anstyle-query v1.0.3 |
519 | 2024-05-03T21:13:10.734Z | Compiling mime v0.3.17 |
520 | 2024-05-03T21:13:10.862Z | Compiling minimal-lexical v0.2.1 |
521 | 2024-05-03T21:13:11.482Z | Compiling ipnet v2.9.0 |
522 | 2024-05-03T21:13:11.487Z | Compiling eyre v0.6.12 |
523 | 2024-05-03T21:13:11.777Z | Compiling ppv-lite86 v0.2.17 |
524 | 2024-05-03T21:13:11.995Z | Compiling nested v0.1.1 |
525 | 2024-05-03T21:13:12.033Z | Compiling static_assertions v1.1.0 |
526 | 2024-05-03T21:13:12.130Z | Compiling number_prefix v0.4.0 |
527 | 2024-05-03T21:13:12.355Z | Compiling is_terminal_polyfill v1.70.0 |
528 | 2024-05-03T21:13:12.397Z | Compiling self_update v0.39.0 |
529 | 2024-05-03T21:13:12.475Z | Compiling anstyle v1.0.7 |
530 | 2024-05-03T21:13:12.566Z | Compiling webpki-roots v0.25.4 |
531 | 2024-05-03T21:13:12.721Z | Compiling iana-time-zone v0.1.60 |
532 | 2024-05-03T21:13:12.790Z | Compiling debug-ignore v1.0.5 |
533 | 2024-05-03T21:13:12.937Z | Compiling guppy v0.17.5 |
534 | 2024-05-03T21:13:13.026Z | Compiling anstream v0.6.14 |
535 | 2024-05-03T21:13:13.385Z | Compiling chrono v0.4.38 |
536 | 2024-05-03T21:13:13.550Z | Compiling reqwest v0.11.27 |
537 | 2024-05-03T21:13:14.108Z | Compiling rand_chacha v0.3.1 |
538 | 2024-05-03T21:13:14.220Z | Compiling indicatif v0.17.8 |
539 | 2024-05-03T21:13:16.174Z | Compiling pin-project v1.1.5 |
540 | 2024-05-03T21:13:16.299Z | Compiling nom v7.1.3 |
541 | 2024-05-03T21:13:20.944Z | Compiling globset v0.4.14 |
542 | 2024-05-03T21:13:21.733Z | Compiling newtype-uuid v1.1.0 |
543 | 2024-05-03T21:13:22.025Z | Compiling tar v0.4.40 |
544 | 2024-05-03T21:13:22.643Z | Compiling futures v0.3.30 |
545 | 2024-05-03T21:13:22.643Z | Compiling nextest-metadata v0.10.0 |
546 | 2024-05-03T21:13:22.644Z | Compiling flate2 v1.0.30 |
547 | 2024-05-03T21:13:23.485Z | Compiling toml v0.8.12 |
548 | 2024-05-03T21:13:27.711Z | Compiling strip-ansi-escapes v0.2.0 |
549 | 2024-05-03T21:13:28.543Z | Compiling self-replace v1.3.7 |
550 | 2024-05-03T21:13:28.641Z | Compiling quick-xml v0.31.0 |
551 | 2024-05-03T21:13:29.006Z | Compiling quick-xml v0.23.1 |
552 | 2024-05-03T21:13:31.493Z | Compiling indenter v0.3.3 |
553 | 2024-05-03T21:13:31.604Z | Compiling heck v0.5.0 |
554 | 2024-05-03T21:13:31.665Z | Compiling humantime v2.1.0 |
555 | 2024-05-03T21:13:31.855Z | Compiling nextest-runner v0.55.0 |
556 | 2024-05-03T21:13:32.027Z | Compiling urlencoding v2.1.3 |
557 | 2024-05-03T21:13:32.352Z | Compiling shell-words v1.1.0 |
558 | 2024-05-03T21:13:32.377Z | Compiling strsim v0.11.1 |
559 | 2024-05-03T21:13:32.449Z | Compiling recursion v0.5.2 |
560 | 2024-05-03T21:13:32.484Z | Compiling clap_lex v0.7.0 |
561 | 2024-05-03T21:13:32.637Z | Compiling nextest-filtering v0.8.0 |
562 | 2024-05-03T21:13:32.789Z | Compiling clap_builder v4.5.2 |
563 | 2024-05-03T21:13:34.565Z | Compiling clap_derive v4.5.4 |
564 | 2024-05-03T21:13:35.252Z | Compiling humantime-serde v1.1.1 |
565 | 2024-05-03T21:13:36.685Z | Compiling quick-junit v0.4.0 |
566 | 2024-05-03T21:13:39.287Z | Compiling config v0.14.0 |
567 | 2024-05-03T21:13:41.345Z | Compiling async-scoped v0.9.0 |
568 | 2024-05-03T21:13:41.688Z | Compiling rand v0.8.5 |
569 | 2024-05-03T21:13:43.182Z | Compiling target-spec-miette v0.4.0 |
570 | 2024-05-03T21:13:43.599Z | Compiling mukti-metadata v0.2.1 |
571 | 2024-05-03T21:13:43.926Z | Compiling camino-tempfile v1.1.1 |
572 | 2024-05-03T21:13:44.547Z | Compiling serde_ignored v0.1.10 |
573 | 2024-05-03T21:13:44.750Z | Compiling serde_path_to_error v0.1.16 |
574 | 2024-05-03T21:13:44.978Z | Compiling future-queue v0.3.0 |
575 | 2024-05-03T21:13:45.216Z | Compiling zstd v0.13.1 |
576 | 2024-05-03T21:13:45.436Z | Compiling atomicwrites v0.4.3 |
577 | 2024-05-03T21:13:45.781Z | Compiling env_filter v0.1.0 |
578 | 2024-05-03T21:13:45.975Z | Compiling os_pipe v1.1.5 |
579 | 2024-05-03T21:13:46.037Z | Compiling shared_child v1.0.0 |
580 | 2024-05-03T21:13:46.243Z | Compiling display-error-chain v0.2.0 |
581 | 2024-05-03T21:13:46.421Z | Compiling home v0.5.9 |
582 | 2024-05-03T21:13:46.721Z | Compiling owo-colors v3.5.0 |
583 | 2024-05-03T21:13:46.735Z | Compiling xxhash-rust v0.8.10 |
584 | 2024-05-03T21:13:47.044Z | Compiling zeroize v1.7.0 |
585 | 2024-05-03T21:13:47.183Z | Compiling duct v0.13.7 |
586 | 2024-05-03T21:13:47.368Z | Compiling dialoguer v0.11.0 |
587 | 2024-05-03T21:13:49.227Z | Compiling color-eyre v0.6.3 |
588 | 2024-05-03T21:13:49.547Z | Compiling env_logger v0.11.3 |
589 | 2024-05-03T21:13:51.183Z | Compiling clap v4.5.4 |
590 | 2024-05-03T21:13:51.294Z | Compiling swrite v0.1.0 |
591 | 2024-05-03T21:13:51.411Z | Compiling enable-ansi-support v0.2.1 |
592 | 2024-05-03T21:13:54.376Z | Compiling cargo-nextest v0.9.70 |
593 | 2024-05-03T21:14:27.546Z | Finished release [optimized] target(s) in 2m 20s |
594 | 2024-05-03T21:14:27.657Z | Installing /home/build/.cargo/bin/cargo-nextest |
595 | 2024-05-03T21:14:27.724Z | Installed package `cargo-nextest v0.9.70` (executable `cargo-nextest`) |
596 | 2024-05-03T21:14:27.765Z | + banner bfd |
597 | 2024-05-03T21:14:27.765Z | |
598 | 2024-05-03T21:14:27.765Z | ##### ###### ##### |
599 | 2024-05-03T21:14:27.766Z | # # # # # |
600 | 2024-05-03T21:14:27.766Z | ##### ##### # # |
601 | 2024-05-03T21:14:27.766Z | # # # # # |
602 | 2024-05-03T21:14:27.766Z | # # # # # |
603 | 2024-05-03T21:14:27.767Z | ##### # ##### |
604 | 2024-05-03T21:14:27.767Z | |
605 | 2024-05-03T21:14:27.767Z | + cargo nextest run -p bfd --nocapture |
606 | 2024-05-03T21:14:27.868Z | Updating git repository `https://www.github.com/oxidecomputer/netadm-sys.git` |
607 | 2024-05-03T21:14:28.090Z | warning: redirecting to https://github.com/oxidecomputer/netadm-sys.git/ |
608 | 2024-05-03T21:14:28.662Z | From https://www.github.com/oxidecomputer/netadm-sys |
609 | 2024-05-03T21:14:28.662Z | * [new branch] compile-macos -> origin/compile-macos |
610 | 2024-05-03T21:14:28.666Z | * [new branch] dependabot/cargo/rustix-0.37.25 -> origin/dependabot/cargo/rustix-0.37.25 |
611 | 2024-05-03T21:14:28.666Z | * [new branch] gh-pages -> origin/gh-pages |
612 | 2024-05-03T21:14:28.666Z | * [new branch] main -> origin/main |
613 | 2024-05-03T21:14:28.666Z | * [new branch] route-get-timeout -> origin/route-get-timeout |
614 | 2024-05-03T21:14:28.666Z | * [new branch] siocgnds -> origin/siocgnds |
615 | 2024-05-03T21:14:28.666Z | * [new ref] -> origin/HEAD |
616 | 2024-05-03T21:14:28.676Z | Updating crates.io index |
617 | 2024-05-03T21:14:28.725Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
618 | 2024-05-03T21:14:29.586Z | From https://github.com/oxidecomputer/falcon |
619 | 2024-05-03T21:14:29.586Z | * [new branch] main -> origin/main |
620 | 2024-05-03T21:14:29.597Z | * [new ref] -> origin/HEAD |
621 | 2024-05-03T21:14:29.696Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
622 | 2024-05-03T21:14:30.666Z | From https://github.com/oxidecomputer/dendrite |
623 | 2024-05-03T21:14:30.666Z | * [new branch] add-link-id-to-link-create -> origin/add-link-id-to-link-create |
624 | 2024-05-03T21:14:30.671Z | * [new branch] bugfix-omicron-4589 -> origin/bugfix-omicron-4589 |
625 | 2024-05-03T21:14:30.671Z | * [new branch] clippy_and_fmt_updates -> origin/clippy_and_fmt_updates |
626 | 2024-05-03T21:14:30.671Z | * [new branch] compliance -> origin/compliance |
627 | 2024-05-03T21:14:30.672Z | * [new branch] dependabot/cargo/h2-0.3.26 -> origin/dependabot/cargo/h2-0.3.26 |
628 | 2024-05-03T21:14:30.672Z | * [new branch] dependabot/cargo/rustls-0.21.12 -> origin/dependabot/cargo/rustls-0.21.12 |
629 | 2024-05-03T21:14:30.672Z | * [new branch] dpd-softnpu-smf -> origin/dpd-softnpu-smf |
630 | 2024-05-03T21:14:30.672Z | * [new branch] egress -> origin/egress |
631 | 2024-05-03T21:14:30.672Z | * [new branch] helios2 -> origin/helios2 |
632 | 2024-05-03T21:14:30.672Z | * [new branch] mac-build -> origin/mac-build |
633 | 2024-05-03T21:14:30.673Z | * [new branch] main -> origin/main |
634 | 2024-05-03T21:14:30.673Z | * [new branch] map-all-the-things -> origin/map-all-the-things |
635 | 2024-05-03T21:14:30.673Z | * [new branch] nat_rpw -> origin/nat_rpw |
636 | 2024-05-03T21:14:30.673Z | * [new branch] nexthop-counters -> origin/nexthop-counters |
637 | 2024-05-03T21:14:30.673Z | * [new branch] port-id -> origin/port-id |
638 | 2024-05-03T21:14:30.673Z | * [new branch] reflection-tests -> origin/reflection-tests |
639 | 2024-05-03T21:14:30.673Z | * [new branch] remove-routes-from-port-settings -> origin/remove-routes-from-port-settings |
640 | 2024-05-03T21:14:30.674Z | * [new branch] renovate/anyhow-1.x-lockfile -> origin/renovate/anyhow-1.x-lockfile |
641 | 2024-05-03T21:14:30.674Z | * [new branch] renovate/async-trait-0.x -> origin/renovate/async-trait-0.x |
642 | 2024-05-03T21:14:30.674Z | * [new branch] renovate/cc-1.x-lockfile -> origin/renovate/cc-1.x-lockfile |
643 | 2024-05-03T21:14:30.674Z | * [new branch] renovate/colored-2.x-lockfile -> origin/renovate/colored-2.x-lockfile |
644 | 2024-05-03T21:14:30.674Z | * [new branch] renovate/http-1.x -> origin/renovate/http-1.x |
645 | 2024-05-03T21:14:30.675Z | * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance |
646 | 2024-05-03T21:14:30.675Z | * [new branch] renovate/reqwest-0.x -> origin/renovate/reqwest-0.x |
647 | 2024-05-03T21:14:30.675Z | * [new branch] renovate/socket2-0.x-lockfile -> origin/renovate/socket2-0.x-lockfile |
648 | 2024-05-03T21:14:30.675Z | * [new branch] renovate/syn-2.x -> origin/renovate/syn-2.x |
649 | 2024-05-03T21:14:30.675Z | * [new branch] renovate/tabwriter-1.x-lockfile -> origin/renovate/tabwriter-1.x-lockfile |
650 | 2024-05-03T21:14:30.675Z | * [new branch] rust-toolchain -> origin/rust-toolchain |
651 | 2024-05-03T21:14:30.675Z | * [new branch] softnpu-tfportd-support -> origin/softnpu-tfportd-support |
652 | 2024-05-03T21:14:30.676Z | * [new branch] split-sff-access-too -> origin/split-sff-access-too |
653 | 2024-05-03T21:14:30.676Z | * [new branch] update-oximeter -> origin/update-oximeter |
654 | 2024-05-03T21:14:30.676Z | * [new branch] updates -> origin/updates |
655 | 2024-05-03T21:14:30.676Z | * [new ref] -> origin/HEAD |
656 | 2024-05-03T21:14:30.710Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
657 | 2024-05-03T21:14:31.523Z | From https://github.com/oxidecomputer/dropshot |
658 | 2024-05-03T21:14:31.523Z | * [new branch] archive/pr-14-before-force-push -> origin/archive/pr-14-before-force-push |
659 | 2024-05-03T21:14:31.527Z | * [new branch] async -> origin/async |
660 | 2024-05-03T21:14:31.527Z | * [new branch] build-o-mat -> origin/build-o-mat |
661 | 2024-05-03T21:14:31.527Z | * [new branch] camel -> origin/camel |
662 | 2024-05-03T21:14:31.527Z | * [new branch] carets -> origin/carets |
663 | 2024-05-03T21:14:31.527Z | * [new branch] changes -> origin/changes |
664 | 2024-05-03T21:14:31.527Z | * [new branch] ci-version -> origin/ci-version |
665 | 2024-05-03T21:14:31.528Z | * [new branch] cleanup-tweak -> origin/cleanup-tweak |
666 | 2024-05-03T21:14:31.528Z | * [new branch] clippy -> origin/clippy |
667 | 2024-05-03T21:14:31.528Z | * [new branch] clippy-enforcement -> origin/clippy-enforcement |
668 | 2024-05-03T21:14:31.528Z | * [new branch] clone -> origin/clone |
669 | 2024-05-03T21:14:31.528Z | * [new branch] dependabot/cargo/http-1.0.0 -> origin/dependabot/cargo/http-1.0.0 |
670 | 2024-05-03T21:14:31.528Z | * [new branch] dependabot/cargo/hyper-1.3.1 -> origin/dependabot/cargo/hyper-1.3.1 |
671 | 2024-05-03T21:14:31.528Z | * [new branch] dependabot/cargo/hyper-rustls-0.26.0 -> origin/dependabot/cargo/hyper-rustls-0.26.0 |
672 | 2024-05-03T21:14:31.528Z | * [new branch] dependabot/cargo/hyper-staticfile-0.10.0 -> origin/dependabot/cargo/hyper-staticfile-0.10.0 |
673 | 2024-05-03T21:14:31.528Z | * [new branch] doc -> origin/doc |
674 | 2024-05-03T21:14:31.528Z | * [new branch] err -> origin/err |
675 | 2024-05-03T21:14:31.528Z | * [new branch] example-resumable-download -> origin/example-resumable-download |
676 | 2024-05-03T21:14:31.528Z | * [new branch] expectorate -> origin/expectorate |
677 | 2024-05-03T21:14:31.528Z | * [new branch] extracted -> origin/extracted |
678 | 2024-05-03T21:14:31.528Z | * [new branch] fix_tests -> origin/fix_tests |
679 | 2024-05-03T21:14:31.528Z | * [new branch] fmt2 -> origin/fmt2 |
680 | 2024-05-03T21:14:31.528Z | * [new branch] infinite_type_resolve -> origin/infinite_type_resolve |
681 | 2024-05-03T21:14:31.528Z | * [new branch] kulakowski/tls -> origin/kulakowski/tls |
682 | 2024-05-03T21:14:31.528Z | * [new branch] main -> origin/main |
683 | 2024-05-03T21:14:31.528Z | * [new branch] maintainer-docs -> origin/maintainer-docs |
684 | 2024-05-03T21:14:31.528Z | * [new branch] merge-server-config -> origin/merge-server-config |
685 | 2024-05-03T21:14:31.528Z | * [new branch] multi-api -> origin/multi-api |
686 | 2024-05-03T21:14:31.528Z | * [new branch] multiverse -> origin/multiverse |
687 | 2024-05-03T21:14:31.529Z | * [new branch] openapi -> origin/openapi |
688 | 2024-05-03T21:14:31.529Z | * [new branch] openapi-trailing-newline -> origin/openapi-trailing-newline |
689 | 2024-05-03T21:14:31.529Z | * [new branch] openapi2 -> origin/openapi2 |
690 | 2024-05-03T21:14:31.529Z | * [new branch] port-fix-better -> origin/port-fix-better |
691 | 2024-05-03T21:14:31.529Z | * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest |
692 | 2024-05-03T21:14:31.529Z | * [new branch] renovate/rust-1.x -> origin/renovate/rust-1.x |
693 | 2024-05-03T21:14:31.529Z | * [new branch] rmp-page-token -> origin/rmp-page-token |
694 | 2024-05-03T21:14:31.529Z | * [new branch] rustfmt-m1 -> origin/rustfmt-m1 |
695 | 2024-05-03T21:14:31.529Z | * [new branch] rustfmt-test-stable-only -> origin/rustfmt-test-stable-only |
696 | 2024-05-03T21:14:31.533Z | * [new branch] rustfmt-test-unstable-options -> origin/rustfmt-test-unstable-options |
697 | 2024-05-03T21:14:31.533Z | * [new branch] server-log -> origin/server-log |
698 | 2024-05-03T21:14:31.533Z | * [new branch] simple-headers -> origin/simple-headers |
699 | 2024-05-03T21:14:31.533Z | * [new branch] sunshowers/spr/add-a-new-chunkedbody-extractor -> origin/sunshowers/spr/add-a-new-chunkedbody-extractor |
700 | 2024-05-03T21:14:31.533Z | * [new branch] sunshowers/spr/add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits -> origin/sunshowers/spr/add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits |
701 | 2024-05-03T21:14:31.533Z | * [new branch] sunshowers/spr/add-support-for-setting-a-larger-request-body-for-some-endpoints -> origin/sunshowers/spr/add-support-for-setting-a-larger-request-body-for-some-endpoints |
702 | 2024-05-03T21:14:31.533Z | * [new branch] sunshowers/spr/draft-straw-proposal-to-remove-the-request-from-requestcontext -> origin/sunshowers/spr/draft-straw-proposal-to-remove-the-request-from-requestcontext |
703 | 2024-05-03T21:14:31.533Z | * [new branch] sunshowers/spr/main.add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits -> origin/sunshowers/spr/main.add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits |
704 | 2024-05-03T21:14:31.533Z | * [new branch] sunshowers/spr/main.add-support-for-setting-a-larger-request-body-for-some-endpoints -> origin/sunshowers/spr/main.add-support-for-setting-a-larger-request-body-for-some-endpoints |
705 | 2024-05-03T21:14:31.533Z | * [new branch] sunshowers/spr/main.make-untypedbody-be-able-to-extract-to-a-buflist -> origin/sunshowers/spr/main.make-untypedbody-be-able-to-extract-to-a-buflist |
706 | 2024-05-03T21:14:31.533Z | * [new branch] sunshowers/spr/wip-prototype-for-trait-based-dropshot-servers -> origin/sunshowers/spr/wip-prototype-for-trait-based-dropshot-servers |
707 | 2024-05-03T21:14:31.533Z | * [new branch] test-skip-deserialize -> origin/test-skip-deserialize |
708 | 2024-05-03T21:14:31.533Z | * [new branch] update-usdt-dep -> origin/update-usdt-dep |
709 | 2024-05-03T21:14:31.533Z | * [new branch] urlencoded_typedbody -> origin/urlencoded_typedbody |
710 | 2024-05-03T21:14:31.533Z | * [new branch] websockets -> origin/websockets |
711 | 2024-05-03T21:14:31.533Z | * [new branch] x-forwarded-for -> origin/x-forwarded-for |
712 | 2024-05-03T21:14:31.534Z | * [new branch] x-forwarded-for-OLD -> origin/x-forwarded-for-OLD |
713 | 2024-05-03T21:14:31.534Z | * [new ref] -> origin/HEAD |
714 | 2024-05-03T21:14:31.534Z | * [new tag] v0.10.0 -> v0.10.0 |
715 | 2024-05-03T21:14:31.534Z | * [new tag] v0.3.0 -> v0.3.0 |
716 | 2024-05-03T21:14:31.534Z | * [new tag] v0.4.0 -> v0.4.0 |
717 | 2024-05-03T21:14:31.534Z | * [new tag] v0.5.0 -> v0.5.0 |
718 | 2024-05-03T21:14:31.534Z | * [new tag] v0.5.1 -> v0.5.1 |
719 | 2024-05-03T21:14:31.534Z | * [new tag] v0.6.0 -> v0.6.0 |
720 | 2024-05-03T21:14:31.534Z | * [new tag] v0.7.0 -> v0.7.0 |
721 | 2024-05-03T21:14:31.534Z | * [new tag] v0.8.0 -> v0.8.0 |
722 | 2024-05-03T21:14:31.534Z | * [new tag] v0.9.0 -> v0.9.0 |
723 | 2024-05-03T21:14:31.557Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
724 | 2024-05-03T21:14:31.997Z | From https://github.com/oxidecomputer/ispf |
725 | 2024-05-03T21:14:31.997Z | * [new branch] main -> origin/main |
726 | 2024-05-03T21:14:32.004Z | * [new ref] -> origin/HEAD |
727 | 2024-05-03T21:14:32.012Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
728 | 2024-05-03T21:14:36.682Z | From https://github.com/oxidecomputer/omicron |
729 | 2024-05-03T21:14:36.682Z | * [new branch] 267 -> origin/267 |
730 | 2024-05-03T21:14:37.121Z | * [new branch] 686-and-717-in-a-blender -> origin/686-and-717-in-a-blender |
731 | 2024-05-03T21:14:37.121Z | * [new branch] a4x2 -> origin/a4x2 |
732 | 2024-05-03T21:14:37.121Z | * [new branch] abandoned/disallow-full-scan -> origin/abandoned/disallow-full-scan |
733 | 2024-05-03T21:14:37.121Z | * [new branch] actions-on-push-only -> origin/actions-on-push-only |
734 | 2024-05-03T21:14:37.121Z | * [new branch] actually-provision-multiple-crdbs -> origin/actually-provision-multiple-crdbs |
735 | 2024-05-03T21:14:37.122Z | * [new branch] add-global-api -> origin/add-global-api |
736 | 2024-05-03T21:14:37.122Z | * [new branch] ajs/deployment-config-schema -> origin/ajs/deployment-config-schema |
737 | 2024-05-03T21:14:37.122Z | * [new branch] alan/a-gimlet-under-every-tree -> origin/alan/a-gimlet-under-every-tree |
738 | 2024-05-03T21:14:37.122Z | * [new branch] alan/merge-main-megarepo -> origin/alan/merge-main-megarepo |
739 | 2024-05-03T21:14:37.122Z | * [new branch] andy/chronylocal -> origin/andy/chronylocal |
740 | 2024-05-03T21:14:37.123Z | * [new branch] andy/project -> origin/andy/project |
741 | 2024-05-03T21:14:37.123Z | * [new branch] archived/actix-configurable -> origin/archived/actix-configurable |
742 | 2024-05-03T21:14:37.123Z | * [new branch] archived/backend-rewrite -> origin/archived/backend-rewrite |
743 | 2024-05-03T21:14:37.123Z | * [new branch] archived/disks -> origin/archived/disks |
744 | 2024-05-03T21:14:37.123Z | * [new branch] archived/dropshot-consumer-cleanup -> origin/archived/dropshot-consumer-cleanup |
745 | 2024-05-03T21:14:37.123Z | * [new branch] archived/extractors -> origin/archived/extractors |
746 | 2024-05-03T21:14:37.123Z | * [new branch] archived/handler-return-rewrite -> origin/archived/handler-return-rewrite |
747 | 2024-05-03T21:14:37.123Z | * [new branch] archived/http-rewrite -> origin/archived/http-rewrite |
748 | 2024-05-03T21:14:37.123Z | * [new branch] archived/http-submodule-rewrite -> origin/archived/http-submodule-rewrite |
749 | 2024-05-03T21:14:37.123Z | * [new branch] archived/httpapi-extract -> origin/archived/httpapi-extract |
750 | 2024-05-03T21:14:37.124Z | * [new branch] archived/httpapi-rename -> origin/archived/httpapi-rename |
751 | 2024-05-03T21:14:37.124Z | * [new branch] archived/instance-reboot -> origin/archived/instance-reboot |
752 | 2024-05-03T21:14:37.124Z | * [new branch] archived/instance-simulation -> origin/archived/instance-simulation |
753 | 2024-05-03T21:14:37.124Z | * [new branch] archived/instance-work -> origin/archived/instance-work |
754 | 2024-05-03T21:14:37.124Z | * [new branch] archived/logging -> origin/archived/logging |
755 | 2024-05-03T21:14:37.124Z | * [new branch] archived/logging-move -> origin/archived/logging-move |
756 | 2024-05-03T21:14:37.124Z | * [new branch] archived/model-rewrite -> origin/archived/model-rewrite |
757 | 2024-05-03T21:14:37.124Z | * [new branch] archived/openapi-exec-tests -> origin/archived/openapi-exec-tests |
758 | 2024-05-03T21:14:37.125Z | * [new branch] archived/router-rewrite -> origin/archived/router-rewrite |
759 | 2024-05-03T21:14:37.125Z | * [new branch] archived/rustfmt-test -> origin/archived/rustfmt-test |
760 | 2024-05-03T21:14:37.125Z | * [new branch] archived/rustfmt-without-wrap_comments -> origin/archived/rustfmt-without-wrap_comments |
761 | 2024-05-03T21:14:37.125Z | * [new branch] archived/server-controller-extraction -> origin/archived/server-controller-extraction |
762 | 2024-05-03T21:14:37.125Z | * [new branch] artemis/crucible-set-primarycache -> origin/artemis/crucible-set-primarycache |
763 | 2024-05-03T21:14:37.126Z | * [new branch] attach-by-name-or-id -> origin/attach-by-name-or-id |
764 | 2024-05-03T21:14:37.126Z | * [new branch] attempt-to-repro-bb8-oddities -> origin/attempt-to-repro-bb8-oddities |
765 | 2024-05-03T21:14:37.126Z | * [new branch] authz-role-test -> origin/authz-role-test |
766 | 2024-05-03T21:14:37.126Z | * [new branch] bg-task-testbed -> origin/bg-task-testbed |
767 | 2024-05-03T21:14:37.126Z | * [new branch] bigger-disks -> origin/bigger-disks |
768 | 2024-05-03T21:14:37.126Z | * [new branch] bootstore-2 -> origin/bootstore-2 |
769 | 2024-05-03T21:14:37.126Z | * [new branch] bootstore-early-networking -> origin/bootstore-early-networking |
770 | 2024-05-03T21:14:37.126Z | * [new branch] bootstore-integration -> origin/bootstore-integration |
771 | 2024-05-03T21:14:37.126Z | * [new branch] bootstrap-agent-cancel-safety -> origin/bootstrap-agent-cancel-safety |
772 | 2024-05-03T21:14:37.127Z | * [new branch] bump_dendrite -> origin/bump_dendrite |
773 | 2024-05-03T21:14:37.127Z | * [new branch] catch-eexist-dladm -> origin/catch-eexist-dladm |
774 | 2024-05-03T21:14:37.127Z | * [new branch] cfg-out-the-whole-shebang -> origin/cfg-out-the-whole-shebang |
775 | 2024-05-03T21:14:37.127Z | * [new branch] clickhouse-21.10.4.26 -> origin/clickhouse-21.10.4.26 |
776 | 2024-05-03T21:14:37.127Z | * [new branch] clippy -> origin/clippy |
777 | 2024-05-03T21:14:37.127Z | * [new branch] clippy-unused-async -> origin/clippy-unused-async |
778 | 2024-05-03T21:14:37.127Z | * [new branch] cockroach-v22.2 -> origin/cockroach-v22.2 |
779 | 2024-05-03T21:14:37.127Z | * [new branch] concurrent-disk-new -> origin/concurrent-disk-new |
780 | 2024-05-03T21:14:37.127Z | * [new branch] conform-m2 -> origin/conform-m2 |
781 | 2024-05-03T21:14:37.128Z | * [new branch] convert-new-lookup-rest -> origin/convert-new-lookup-rest |
782 | 2024-05-03T21:14:37.128Z | * [new branch] convert-virtual-provisioning -> origin/convert-virtual-provisioning |
783 | 2024-05-03T21:14:37.128Z | * [new branch] crucible-sled-agent -> origin/crucible-sled-agent |
784 | 2024-05-03T21:14:37.128Z | * [new branch] dap-loop-debugging -> origin/dap-loop-debugging |
785 | 2024-05-03T21:14:37.128Z | * [new branch] dap-loop-debugging-rebased -> origin/dap-loop-debugging-rebased |
786 | 2024-05-03T21:14:37.129Z | * [new branch] dap/blueprint-builder-cleanup -> origin/dap/blueprint-builder-cleanup |
787 | 2024-05-03T21:14:37.129Z | * [new branch] dap/ci-debug -> origin/dap/ci-debug |
788 | 2024-05-03T21:14:37.129Z | * [new branch] dap/cockroach-init -> origin/dap/cockroach-init |
789 | 2024-05-03T21:14:37.129Z | * [new branch] dap/dns-preview -> origin/dap/dns-preview |
790 | 2024-05-03T21:14:37.129Z | * [new branch] dap/dns-work -> origin/dap/dns-work |
791 | 2024-05-03T21:14:37.129Z | * [new branch] dap/dnsping -> origin/dap/dnsping |
792 | 2024-05-03T21:14:37.129Z | * [new branch] dap/nexus-inventory -> origin/dap/nexus-inventory |
793 | 2024-05-03T21:14:37.129Z | * [new branch] dap/schema-migration-better-demo1 -> origin/dap/schema-migration-better-demo1 |
794 | 2024-05-03T21:14:37.129Z | * [new branch] dap/schema-migration-better-demo2 -> origin/dap/schema-migration-better-demo2 |
795 | 2024-05-03T21:14:37.130Z | * [new branch] dap/schema-migration-better-merged -> origin/dap/schema-migration-better-merged |
796 | 2024-05-03T21:14:37.130Z | * [new branch] dap/silo-external-dns -> origin/dap/silo-external-dns |
797 | 2024-05-03T21:14:37.130Z | * [new branch] dap/tls-sni -> origin/dap/tls-sni |
798 | 2024-05-03T21:14:37.130Z | * [new branch] dap/update-control -> origin/dap/update-control |
799 | 2024-05-03T21:14:37.130Z | * [new branch] dap/update-unused-code -> origin/dap/update-unused-code |
800 | 2024-05-03T21:14:37.130Z | * [new branch] dbg-print-timeseries-key -> origin/dbg-print-timeseries-key |
801 | 2024-05-03T21:14:37.130Z | * [new branch] dead-roaches -> origin/dead-roaches |
802 | 2024-05-03T21:14:37.130Z | * [new branch] debug-disk-space -> origin/debug-disk-space |
803 | 2024-05-03T21:14:37.130Z | * [new branch] delete-specific-timeseries-during-upgrade -> origin/delete-specific-timeseries-during-upgrade |
804 | 2024-05-03T21:14:37.130Z | * [new branch] demo -> origin/demo |
805 | 2024-05-03T21:14:37.130Z | * [new branch] demo_m2 -> origin/demo_m2 |
806 | 2024-05-03T21:14:37.131Z | * [new branch] dendrite-integration -> origin/dendrite-integration |
807 | 2024-05-03T21:14:37.131Z | * [new branch] dependabot/cargo/dropshot-0018f66 -> origin/dependabot/cargo/dropshot-0018f66 |
808 | 2024-05-03T21:14:37.131Z | * [new branch] dependabot/test/no/push -> origin/dependabot/test/no/push |
809 | 2024-05-03T21:14:37.131Z | * [new branch] dns-dataset -> origin/dns-dataset |
810 | 2024-05-03T21:14:37.131Z | * [new branch] document-external-internal -> origin/document-external-internal |
811 | 2024-05-03T21:14:37.132Z | * [new branch] dropshot-local -> origin/dropshot-local |
812 | 2024-05-03T21:14:37.132Z | * [new branch] duplicate-role-assignment-500 -> origin/duplicate-role-assignment-500 |
813 | 2024-05-03T21:14:37.132Z | * [new branch] eliza/instance-updater -> origin/eliza/instance-updater |
814 | 2024-05-03T21:14:37.132Z | * [new branch] eliza/instance-watch-rpw -> origin/eliza/instance-watch-rpw |
815 | 2024-05-03T21:14:37.132Z | * [new branch] eliza/nixos-build -> origin/eliza/nixos-build |
816 | 2024-05-03T21:14:37.132Z | * [new branch] eliza/no-more-services -> origin/eliza/no-more-services |
817 | 2024-05-03T21:14:37.132Z | * [new branch] eliza/oximeter-static-str -> origin/eliza/oximeter-static-str |
818 | 2024-05-03T21:14:37.132Z | * [new branch] even-more-actions-runner-rimraf -> origin/even-more-actions-runner-rimraf |
819 | 2024-05-03T21:14:37.133Z | * [new branch] executor-fake -> origin/executor-fake |
820 | 2024-05-03T21:14:37.133Z | * [new branch] expunge-zones-with-expunged-disks -> origin/expunge-zones-with-expunged-disks |
821 | 2024-05-03T21:14:37.133Z | * [new branch] external-service-allowlists -> origin/external-service-allowlists |
822 | 2024-05-03T21:14:37.133Z | * [new branch] external_log -> origin/external_log |
823 | 2024-05-03T21:14:37.133Z | * [new branch] felixmcfelix/opte-underlay-lock -> origin/felixmcfelix/opte-underlay-lock |
824 | 2024-05-03T21:14:37.133Z | * [new branch] firewall-notify-sled -> origin/firewall-notify-sled |
825 | 2024-05-03T21:14:37.133Z | * [new branch] firewall-vpc -> origin/firewall-vpc |
826 | 2024-05-03T21:14:37.133Z | * [new branch] flaky-issue-templates -> origin/flaky-issue-templates |
827 | 2024-05-03T21:14:37.133Z | * [new branch] folgers -> origin/folgers |
828 | 2024-05-03T21:14:37.134Z | * [new branch] fromstr -> origin/fromstr |
829 | 2024-05-03T21:14:37.134Z | * [new branch] gateway -> origin/gateway |
830 | 2024-05-03T21:14:37.153Z | * [new branch] gateway_message_bump -> origin/gateway_message_bump |
831 | 2024-05-03T21:14:37.153Z | * [new branch] host-fake -> origin/host-fake |
832 | 2024-05-03T21:14:37.153Z | * [new branch] iliana/3430-hubris -> origin/iliana/3430-hubris |
833 | 2024-05-03T21:14:37.154Z | * [new branch] iliana/baleeted -> origin/iliana/baleeted |
834 | 2024-05-03T21:14:37.154Z | * [new branch] iliana/buildomat-sync -> origin/iliana/buildomat-sync |
835 | 2024-05-03T21:14:37.154Z | * [new branch] iliana/crdb-cluster-version -> origin/iliana/crdb-cluster-version |
836 | 2024-05-03T21:14:37.154Z | * [new branch] iliana/crdb-cluster-version-v2 -> origin/iliana/crdb-cluster-version-v2 |
837 | 2024-05-03T21:14:37.155Z | * [new branch] iliana/crdb-v22.2 -> origin/iliana/crdb-v22.2 |
838 | 2024-05-03T21:14:37.155Z | * [new branch] iliana/do-not-merge-libxmlsec-1.3 -> origin/iliana/do-not-merge-libxmlsec-1.3 |
839 | 2024-05-03T21:14:37.155Z | * [new branch] iliana/dont-merge -> origin/iliana/dont-merge |
840 | 2024-05-03T21:14:37.155Z | * [new branch] iliana/for-linux-weirdos -> origin/iliana/for-linux-weirdos |
841 | 2024-05-03T21:14:37.156Z | * [new branch] iliana/hack-do-not-merge -> origin/iliana/hack-do-not-merge |
842 | 2024-05-03T21:14:37.156Z | * [new branch] iliana/it-keeps-happening-2 -> origin/iliana/it-keeps-happening-2 |
843 | 2024-05-03T21:14:37.156Z | * [new branch] iliana/keysmash -> origin/iliana/keysmash |
844 | 2024-05-03T21:14:37.156Z | * [new branch] iliana/manifest-flatten -> origin/iliana/manifest-flatten |
845 | 2024-05-03T21:14:37.157Z | * [new branch] iliana/split-package -> origin/iliana/split-package |
846 | 2024-05-03T21:14:37.157Z | * [new branch] iliana/try -> origin/iliana/try |
847 | 2024-05-03T21:14:37.157Z | * [new branch] iliana/wtf -> origin/iliana/wtf |
848 | 2024-05-03T21:14:37.157Z | * [new branch] illumos-ci -> origin/illumos-ci |
849 | 2024-05-03T21:14:37.157Z | * [new branch] installinator-fail-if-flaky-disk -> origin/installinator-fail-if-flaky-disk |
850 | 2024-05-03T21:14:37.158Z | * [new branch] ipv6-testing -> origin/ipv6-testing |
851 | 2024-05-03T21:14:37.158Z | * [new branch] issue-213-static -> origin/issue-213-static |
852 | 2024-05-03T21:14:37.158Z | * [new branch] issue-3432 -> origin/issue-3432 |
853 | 2024-05-03T21:14:37.158Z | * [new branch] issue-5214-v2p-mapping-rpw -> origin/issue-5214-v2p-mapping-rpw |
854 | 2024-05-03T21:14:37.159Z | * [new branch] jclulow -> origin/jclulow |
855 | 2024-05-03T21:14:37.159Z | * [new branch] john/blueprint-store-sled-state -> origin/john/blueprint-store-sled-state |
856 | 2024-05-03T21:14:37.159Z | * [new branch] john/deny-interior-mutable-const -> origin/john/deny-interior-mutable-const |
857 | 2024-05-03T21:14:37.159Z | * [new branch] john/mark-sleds-decommissioned -> origin/john/mark-sleds-decommissioned |
858 | 2024-05-03T21:14:37.159Z | * [new branch] john/omdb-fudge-serial -> origin/john/omdb-fudge-serial |
859 | 2024-05-03T21:14:37.160Z | * [new branch] john/test-tuf-repo-trigger -> origin/john/test-tuf-repo-trigger |
860 | 2024-05-03T21:14:37.160Z | * [new branch] keeplogs -> origin/keeplogs |
861 | 2024-05-03T21:14:37.160Z | * [new branch] less-dns-panic -> origin/less-dns-panic |
862 | 2024-05-03T21:14:37.160Z | * [new branch] less-explosive-sled-agent -> origin/less-explosive-sled-agent |
863 | 2024-05-03T21:14:37.160Z | * [new branch] lookup-authorized -> origin/lookup-authorized |
864 | 2024-05-03T21:14:37.160Z | * [new branch] low-rent-trust-quorum -> origin/low-rent-trust-quorum |
865 | 2024-05-03T21:14:37.161Z | * [new branch] low-rent-trust-quorum-3 -> origin/low-rent-trust-quorum-3 |
866 | 2024-05-03T21:14:37.161Z | * [new branch] lrtq-fsms-experiment -> origin/lrtq-fsms-experiment |
867 | 2024-05-03T21:14:37.161Z | * [new branch] lrtq-fsms-model-changes -> origin/lrtq-fsms-model-changes |
868 | 2024-05-03T21:14:37.161Z | * [new branch] lrtq-fsms-multiple-tests -> origin/lrtq-fsms-multiple-tests |
869 | 2024-05-03T21:14:37.161Z | * [new branch] lrtq-networking -> origin/lrtq-networking |
870 | 2024-05-03T21:14:37.161Z | * [new branch] lrtq-networking-config -> origin/lrtq-networking-config |
871 | 2024-05-03T21:14:37.162Z | * [new branch] lrtq-networking2 -> origin/lrtq-networking2 |
872 | 2024-05-03T21:14:37.162Z | * [new branch] lrtq-persistence -> origin/lrtq-persistence |
873 | 2024-05-03T21:14:37.162Z | * [new branch] lrtq-protocol -> origin/lrtq-protocol |
874 | 2024-05-03T21:14:37.162Z | * [new branch] lrtq-protocol-separate-state-handlers -> origin/lrtq-protocol-separate-state-handlers |
875 | 2024-05-03T21:14:37.162Z | * [new branch] luqmana/nexus-opte -> origin/luqmana/nexus-opte |
876 | 2024-05-03T21:14:37.163Z | * [new branch] luqmana/non-gimlet-gimlet -> origin/luqmana/non-gimlet-gimlet |
877 | 2024-05-03T21:14:37.163Z | * [new branch] luqmana/scoped-ipv6-addr -> origin/luqmana/scoped-ipv6-addr |
878 | 2024-05-03T21:14:37.163Z | * [new branch] luqmana/uplink-vid -> origin/luqmana/uplink-vid |
879 | 2024-05-03T21:14:37.163Z | * [new branch] macos-test-concurrency -> origin/macos-test-concurrency |
880 | 2024-05-03T21:14:37.163Z | * [new branch] maghemite-integration -> origin/maghemite-integration |
881 | 2024-05-03T21:14:37.164Z | * [new branch] main -> origin/main |
882 | 2024-05-03T21:14:37.164Z | * [new branch] metrics-experiments -> origin/metrics-experiments |
883 | 2024-05-03T21:14:37.164Z | * [new branch] more-raw-cte-setup -> origin/more-raw-cte-setup |
884 | 2024-05-03T21:14:37.164Z | * [new branch] mupdate-demo -> origin/mupdate-demo |
885 | 2024-05-03T21:14:37.165Z | * [new branch] net-reorg -> origin/net-reorg |
886 | 2024-05-03T21:14:37.165Z | * [new branch] new-lookup-proc-macro -> origin/new-lookup-proc-macro |
887 | 2024-05-03T21:14:37.165Z | * [new branch] new-lookup-traits -> origin/new-lookup-traits |
888 | 2024-05-03T21:14:37.165Z | * [new branch] new-toolchain -> origin/new-toolchain |
889 | 2024-05-03T21:14:37.165Z | * [new branch] newfolgers -> origin/newfolgers |
890 | 2024-05-03T21:14:37.165Z | * [new branch] nexus-add-sled-part-2 -> origin/nexus-add-sled-part-2 |
891 | 2024-05-03T21:14:37.166Z | * [new branch] nexus-update-refresh -> origin/nexus-update-refresh |
892 | 2024-05-03T21:14:37.166Z | * [new branch] no-empty-filter-array -> origin/no-empty-filter-array |
893 | 2024-05-03T21:14:37.166Z | * [new branch] omdb-physical-disks -> origin/omdb-physical-disks |
894 | 2024-05-03T21:14:37.166Z | * [new branch] omdb-physical-disks-experimental-tables -> origin/omdb-physical-disks-experimental-tables |
895 | 2024-05-03T21:14:37.166Z | * [new branch] omdb-services -> origin/omdb-services |
896 | 2024-05-03T21:14:37.167Z | * [new branch] omicron_dev_ci -> origin/omicron_dev_ci |
897 | 2024-05-03T21:14:37.167Z | * [new branch] opte-and-plumb-network-interface -> origin/opte-and-plumb-network-interface |
898 | 2024-05-03T21:14:37.167Z | * [new branch] oxdb-dashboard -> origin/oxdb-dashboard |
899 | 2024-05-03T21:14:37.167Z | * [new branch] oximeter-schema-id -> origin/oximeter-schema-id |
900 | 2024-05-03T21:14:37.167Z | * [new branch] oxpop -> origin/oxpop |
901 | 2024-05-03T21:14:37.167Z | * [new branch] pkg-config-install-note -> origin/pkg-config-install-note |
902 | 2024-05-03T21:14:37.168Z | * [new branch] propagate-firewall-rules-to-sled -> origin/propagate-firewall-rules-to-sled |
903 | 2024-05-03T21:14:37.168Z | * [new branch] prove-le-bug -> origin/prove-le-bug |
904 | 2024-05-03T21:14:37.168Z | * [new branch] redirect-url-state -> origin/redirect-url-state |
905 | 2024-05-03T21:14:37.168Z | * [new branch] refactor-bootstrap-client-sprockets-proxy -> origin/refactor-bootstrap-client-sprockets-proxy |
906 | 2024-05-03T21:14:37.168Z | * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest |
907 | 2024-05-03T21:14:37.169Z | * [new branch] renovate/async-recursion-1.x -> origin/renovate/async-recursion-1.x |
908 | 2024-05-03T21:14:37.169Z | * [new branch] renovate/flate2-1.x -> origin/renovate/flate2-1.x |
909 | 2024-05-03T21:14:37.169Z | * [new branch] renovate/httptest-0.x -> origin/renovate/httptest-0.x |
910 | 2024-05-03T21:14:37.169Z | * [new branch] renovate/hyper-rustls-0.x -> origin/renovate/hyper-rustls-0.x |
911 | 2024-05-03T21:14:37.169Z | * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance |
912 | 2024-05-03T21:14:37.170Z | * [new branch] renovate/peg-0.x -> origin/renovate/peg-0.x |
913 | 2024-05-03T21:14:37.170Z | * [new branch] renovate/rcgen-0.x -> origin/renovate/rcgen-0.x |
914 | 2024-05-03T21:14:37.170Z | * [new branch] renovate/rustls-0.x -> origin/renovate/rustls-0.x |
915 | 2024-05-03T21:14:37.170Z | * [new branch] renovate/zip-1.x -> origin/renovate/zip-1.x |
916 | 2024-05-03T21:14:37.170Z | * [new branch] reservoir -> origin/reservoir |
917 | 2024-05-03T21:14:37.171Z | * [new branch] resilient-nexus -> origin/resilient-nexus |
918 | 2024-05-03T21:14:37.171Z | * [new branch] resource-identifier -> origin/resource-identifier |
919 | 2024-05-03T21:14:37.171Z | * [new branch] retry-txn -> origin/retry-txn |
920 | 2024-05-03T21:14:37.171Z | * [new branch] return-cert-pem -> origin/return-cert-pem |
921 | 2024-05-03T21:14:37.171Z | * [new branch] rev-opte -> origin/rev-opte |
922 | 2024-05-03T21:14:37.171Z | * [new branch] revert-936 -> origin/revert-936 |
923 | 2024-05-03T21:14:37.171Z | * [new branch] rfd-322-images -> origin/rfd-322-images |
924 | 2024-05-03T21:14:37.172Z | * [new branch] rpz-ext-ip-hack -> origin/rpz-ext-ip-hack |
925 | 2024-05-03T21:14:37.172Z | * [new branch] rpz-opte-sled-agent -> origin/rpz-opte-sled-agent |
926 | 2024-05-03T21:14:37.172Z | * [new branch] rpz-use-oxide-vpc -> origin/rpz-use-oxide-vpc |
927 | 2024-05-03T21:14:37.172Z | * [new branch] rss-testing -> origin/rss-testing |
928 | 2024-05-03T21:14:37.172Z | * [new branch] self-assembling-nexus -> origin/self-assembling-nexus |
929 | 2024-05-03T21:14:37.173Z | * [new branch] self-assembling-ntp -> origin/self-assembling-ntp |
930 | 2024-05-03T21:14:37.187Z | * [new branch] service-management-and-rss-handoff -> origin/service-management-and-rss-handoff |
931 | 2024-05-03T21:14:37.188Z | * [new branch] shatter-authn -> origin/shatter-authn |
932 | 2024-05-03T21:14:37.188Z | * [new branch] short-term-disk-workaround -> origin/short-term-disk-workaround |
933 | 2024-05-03T21:14:37.188Z | * [new branch] silo-create -> origin/silo-create |
934 | 2024-05-03T21:14:37.188Z | * [new branch] silo-groups-and-metrics -> origin/silo-groups-and-metrics |
935 | 2024-05-03T21:14:37.189Z | * [new branch] silo_groups_dap -> origin/silo_groups_dap |
936 | 2024-05-03T21:14:37.189Z | * [new branch] silo_groups_dap_queries -> origin/silo_groups_dap_queries |
937 | 2024-05-03T21:14:37.189Z | * [new branch] simple-cache -> origin/simple-cache |
938 | 2024-05-03T21:14:37.189Z | * [new branch] sled-agent-lifecycle -> origin/sled-agent-lifecycle |
939 | 2024-05-03T21:14:37.189Z | * [new branch] sled-agent-service-gen -> origin/sled-agent-service-gen |
940 | 2024-05-03T21:14:37.189Z | * [new branch] sled-agent/register-as-producer -> origin/sled-agent/register-as-producer |
941 | 2024-05-03T21:14:37.190Z | * [new branch] sled-hw-notification-simplification -> origin/sled-hw-notification-simplification |
942 | 2024-05-03T21:14:37.190Z | * [new branch] sled-hw-notification-simplification-2 -> origin/sled-hw-notification-simplification-2 |
943 | 2024-05-03T21:14:37.190Z | * [new branch] sled-location -> origin/sled-location |
944 | 2024-05-03T21:14:37.190Z | * [new branch] sp_v1.0.4 -> origin/sp_v1.0.4 |
945 | 2024-05-03T21:14:37.190Z | * [new branch] special-delivery -> origin/special-delivery |
946 | 2024-05-03T21:14:37.190Z | * [new branch] staging_and_prod_diff -> origin/staging_and_prod_diff |
947 | 2024-05-03T21:14:37.190Z | * [new branch] sunshowers/oxpop-wicket -> origin/sunshowers/oxpop-wicket |
948 | 2024-05-03T21:14:37.190Z | * [new branch] sunshowers/spr/installinator-artifactd-accept-messages-with-generic-type-for-metadata -> origin/sunshowers/spr/installinator-artifactd-accept-messages-with-generic-type-for-metadata |
949 | 2024-05-03T21:14:37.190Z | * [new branch] sunshowers/spr/installinator-wip-initial-stub-version -> origin/sunshowers/spr/installinator-wip-initial-stub-version |
950 | 2024-05-03T21:14:37.190Z | * [new branch] sunshowers/spr/installinatorupdate-engine-some-reporting-improvements -> origin/sunshowers/spr/installinatorupdate-engine-some-reporting-improvements |
951 | 2024-05-03T21:14:37.190Z | * [new branch] sunshowers/spr/main.internal-dns-move-zone-ids-to-typeduuid -> origin/sunshowers/spr/main.internal-dns-move-zone-ids-to-typeduuid |
952 | 2024-05-03T21:14:37.190Z | * [new branch] sunshowers/spr/main.omdb-improve-cli-ux -> origin/sunshowers/spr/main.omdb-improve-cli-ux |
953 | 2024-05-03T21:14:37.191Z | * [new branch] sunshowers/spr/main.omdb-show-sled-policy-and-state-allow-application-of-filter -> origin/sunshowers/spr/main.omdb-show-sled-policy-and-state-allow-application-of-filter |
954 | 2024-05-03T21:14:37.191Z | * [new branch] sunshowers/spr/main.reconfigurator-turn-expunged-sleds-into-expunged-zones -> origin/sunshowers/spr/main.reconfigurator-turn-expunged-sleds-into-expunged-zones |
955 | 2024-05-03T21:14:37.191Z | * [new branch] sunshowers/spr/main.rfc-nexus-types-more-validation-for-planninginput -> origin/sunshowers/spr/main.rfc-nexus-types-more-validation-for-planninginput |
956 | 2024-05-03T21:14:37.191Z | * [new branch] sunshowers/spr/main.update-engine-track-root-and-leaf-total_elapsed-in-terminal-info -> origin/sunshowers/spr/main.update-engine-track-root-and-leaf-total_elapsed-in-terminal-info |
957 | 2024-05-03T21:14:37.191Z | * [new branch] sunshowers/spr/main.wicket-add-scrolling-to-popups -> origin/sunshowers/spr/main.wicket-add-scrolling-to-popups |
958 | 2024-05-03T21:14:37.191Z | * [new branch] sunshowers/spr/main.wicket-oxpop-wicket-work -> origin/sunshowers/spr/main.wicket-oxpop-wicket-work |
959 | 2024-05-03T21:14:37.191Z | * [new branch] sunshowers/spr/main.wicket-wrap-all-popup-text-add-padding -> origin/sunshowers/spr/main.wicket-wrap-all-popup-text-add-padding |
960 | 2024-05-03T21:14:37.192Z | * [new branch] sunshowers/spr/main.wicketd-add-a-test-update-step-if-an-env-var-is-set -> origin/sunshowers/spr/main.wicketd-add-a-test-update-step-if-an-env-var-is-set |
961 | 2024-05-03T21:14:37.192Z | * [new branch] sunshowers/spr/meta-trust-dns-hickory-dns -> origin/sunshowers/spr/meta-trust-dns-hickory-dns |
962 | 2024-05-03T21:14:37.192Z | * [new branch] sunshowers/spr/omdb-improve-cli-ux -> origin/sunshowers/spr/omdb-improve-cli-ux |
963 | 2024-05-03T21:14:37.192Z | * [new branch] sunshowers/spr/password-login-drop-timeout-to-500ms -> origin/sunshowers/spr/password-login-drop-timeout-to-500ms |
964 | 2024-05-03T21:14:37.192Z | * [new branch] sunshowers/spr/rfc-nexus-types-more-validation-for-planninginput-1 -> origin/sunshowers/spr/rfc-nexus-types-more-validation-for-planninginput-1 |
965 | 2024-05-03T21:14:37.192Z | * [new branch] sunshowers/spr/sled-agent-add-a-sled_shutdown-api-on-the-bootstrap-interface -> origin/sunshowers/spr/sled-agent-add-a-sled_shutdown-api-on-the-bootstrap-interface |
966 | 2024-05-03T21:14:37.192Z | * [new branch] sunshowers/spr/test-do-not-merge-comment-out-vpc-instance-lookup -> origin/sunshowers/spr/test-do-not-merge-comment-out-vpc-instance-lookup |
967 | 2024-05-03T21:14:37.192Z | * [new branch] sunshowers/spr/wicket-oxpop-wicket-work -> origin/sunshowers/spr/wicket-oxpop-wicket-work |
968 | 2024-05-03T21:14:37.192Z | * [new branch] sunshowers/spr/wicket-transmit-errors-from-mgs-to-wicket-via-wicketd -> origin/sunshowers/spr/wicket-transmit-errors-from-mgs-to-wicket-via-wicketd |
969 | 2024-05-03T21:14:37.192Z | * [new branch] sunshowers/spr/wip-example-of-trait-based-dropshot-server -> origin/sunshowers/spr/wip-example-of-trait-based-dropshot-server |
970 | 2024-05-03T21:14:37.192Z | * [new branch] sunshowers/spr/wip-reconfigurator-start-removing-expunged-zones -> origin/sunshowers/spr/wip-reconfigurator-start-removing-expunged-zones |
971 | 2024-05-03T21:14:37.192Z | * [new branch] sunshowers/spr/wip-wicketd-structured-updates -> origin/sunshowers/spr/wip-wicketd-structured-updates |
972 | 2024-05-03T21:14:37.192Z | * [new branch] swap -> origin/swap |
973 | 2024-05-03T21:14:37.192Z | * [new branch] temp-console-inventory-integration -> origin/temp-console-inventory-integration |
974 | 2024-05-03T21:14:37.192Z | * [new branch] thing-flinger -> origin/thing-flinger |
975 | 2024-05-03T21:14:37.193Z | * [new branch] tqv1 -> origin/tqv1 |
976 | 2024-05-03T21:14:37.193Z | * [new branch] trigger -> origin/trigger |
977 | 2024-05-03T21:14:37.193Z | * [new branch] try-bench-gimlet -> origin/try-bench-gimlet |
978 | 2024-05-03T21:14:37.193Z | * [new branch] u2-encryption -> origin/u2-encryption |
979 | 2024-05-03T21:14:37.193Z | * [new branch] u2-encryption-2 -> origin/u2-encryption-2 |
980 | 2024-05-03T21:14:37.193Z | * [new branch] u2-encryption-3 -> origin/u2-encryption-3 |
981 | 2024-05-03T21:14:37.193Z | * [new branch] unify-hardware-ids -> origin/unify-hardware-ids |
982 | 2024-05-03T21:14:37.193Z | * [new branch] unify-ip-range -> origin/unify-ip-range |
983 | 2024-05-03T21:14:37.193Z | * [new branch] unify_services_datasets -> origin/unify_services_datasets |
984 | 2024-05-03T21:14:37.193Z | * [new branch] unused-deps -> origin/unused-deps |
985 | 2024-05-03T21:14:37.193Z | * [new branch] update-planning -> origin/update-planning |
986 | 2024-05-03T21:14:37.193Z | * [new branch] usdt-probe-xtask -> origin/usdt-probe-xtask |
987 | 2024-05-03T21:14:37.193Z | * [new branch] use-helios-netdev-publisher -> origin/use-helios-netdev-publisher |
988 | 2024-05-03T21:14:37.193Z | * [new branch] use-incremental-build -> origin/use-incremental-build |
989 | 2024-05-03T21:14:37.193Z | * [new branch] v1-cleanup -> origin/v1-cleanup |
990 | 2024-05-03T21:14:37.193Z | * [new branch] v1-hardware-apis -> origin/v1-hardware-apis |
991 | 2024-05-03T21:14:37.194Z | * [new branch] validate-ip-range-more-good -> origin/validate-ip-range-more-good |
992 | 2024-05-03T21:14:37.194Z | * [new branch] vectorize-datasets -> origin/vectorize-datasets |
993 | 2024-05-03T21:14:37.194Z | * [new branch] vmm-test-flex -> origin/vmm-test-flex |
994 | 2024-05-03T21:14:37.194Z | * [new branch] wicket -> origin/wicket |
995 | 2024-05-03T21:14:37.194Z | * [new branch] wicket-dbg -> origin/wicket-dbg |
996 | 2024-05-03T21:14:37.194Z | * [new branch] wicket-dbg2 -> origin/wicket-dbg2 |
997 | 2024-05-03T21:14:37.195Z | * [new branch] wicket-menu -> origin/wicket-menu |
998 | 2024-05-03T21:14:37.195Z | * [new branch] wicket-rack-update -> origin/wicket-rack-update |
999 | 2024-05-03T21:14:37.195Z | * [new branch] wicket-update-integration -> origin/wicket-update-integration |
1000 | 2024-05-03T21:14:37.195Z | * [new branch] wicket-update-integration-2 -> origin/wicket-update-integration-2 |
1001 | 2024-05-03T21:14:37.195Z | * [new branch] wicket-update-pane -> origin/wicket-update-pane |
1002 | 2024-05-03T21:14:37.195Z | * [new branch] wicket-update-status -> origin/wicket-update-status |
1003 | 2024-05-03T21:14:37.196Z | * [new branch] wicketd-get-compmonent-inventory -> origin/wicketd-get-compmonent-inventory |
1004 | 2024-05-03T21:14:37.196Z | * [new branch] wicketd-progenitor-derives -> origin/wicketd-progenitor-derives |
1005 | 2024-05-03T21:14:37.196Z | * [new branch] wicketd-update-deliver-trampoline -> origin/wicketd-update-deliver-trampoline |
1006 | 2024-05-03T21:14:37.196Z | * [new branch] wicketd-update-prototype -> origin/wicketd-update-prototype |
1007 | 2024-05-03T21:14:37.196Z | * [new branch] wip-add-pvt2-repo -> origin/wip-add-pvt2-repo |
1008 | 2024-05-03T21:14:37.196Z | * [new branch] xtask_ci_download -> origin/xtask_ci_download |
1009 | 2024-05-03T21:14:37.196Z | * [new branch] xtask_ci_download_replace -> origin/xtask_ci_download_replace |
1010 | 2024-05-03T21:14:37.197Z | * [new branch] zone-filesystems -> origin/zone-filesystems |
1011 | 2024-05-03T21:14:37.197Z | * [new ref] -> origin/HEAD |
1012 | 2024-05-03T21:14:37.197Z | * [new tag] dogfood -> dogfood |
1013 | 2024-05-03T21:14:37.197Z | * [new tag] v5 -> v5 |
1014 | 2024-05-03T21:14:37.197Z | * [new tag] v6 -> v6 |
1015 | 2024-05-03T21:14:37.197Z | * [new tag] v7 -> v7 |
1016 | 2024-05-03T21:14:37.198Z | Updating git repository `https://github.com/oxidecomputer/opte` |
1017 | 2024-05-03T21:14:38.080Z | From https://github.com/oxidecomputer/opte |
1018 | 2024-05-03T21:14:38.080Z | * [new branch] 481-strawman -> origin/481-strawman |
1019 | 2024-05-03T21:14:38.096Z | * [new branch] all-perf-in-flight -> origin/all-perf-in-flight |
1020 | 2024-05-03T21:14:38.096Z | * [new branch] cheaper-flowid -> origin/cheaper-flowid |
1021 | 2024-05-03T21:14:38.096Z | * [new branch] config-dhcp-dns -> origin/config-dhcp-dns |
1022 | 2024-05-03T21:14:38.097Z | * [new branch] custom-subnet-routing -> origin/custom-subnet-routing |
1023 | 2024-05-03T21:14:38.097Z | * [new branch] demo-stuffs -> origin/demo-stuffs |
1024 | 2024-05-03T21:14:38.097Z | * [new branch] dont-proc-in-lock -> origin/dont-proc-in-lock |
1025 | 2024-05-03T21:14:38.097Z | * [new branch] goodbye-all-of-classification -> origin/goodbye-all-of-classification |
1026 | 2024-05-03T21:14:38.097Z | * [new branch] handle-pkt-chains -> origin/handle-pkt-chains |
1027 | 2024-05-03T21:14:38.097Z | * [new branch] helios-2.0 -> origin/helios-2.0 |
1028 | 2024-05-03T21:14:38.098Z | * [new branch] ioctl-for-firewall-rules -> origin/ioctl-for-firewall-rules |
1029 | 2024-05-03T21:14:38.098Z | * [new branch] ipv6-home-and-two-tests-dev -> origin/ipv6-home-and-two-tests-dev |
1030 | 2024-05-03T21:14:38.098Z | * [new branch] kbench-zone-variant -> origin/kbench-zone-variant |
1031 | 2024-05-03T21:14:38.098Z | * [new branch] luqmana/ipv4-options -> origin/luqmana/ipv4-options |
1032 | 2024-05-03T21:14:38.098Z | * [new branch] luqmana/no-vnic -> origin/luqmana/no-vnic |
1033 | 2024-05-03T21:14:38.098Z | * [new branch] master -> origin/master |
1034 | 2024-05-03T21:14:38.099Z | * [new branch] noclass-best-flow -> origin/noclass-best-flow |
1035 | 2024-05-03T21:14:38.099Z | * [new branch] noclass-best-noflow -> origin/noclass-best-noflow |
1036 | 2024-05-03T21:14:38.099Z | * [new branch] opte-160-use-str-for-meta -> origin/opte-160-use-str-for-meta |
1037 | 2024-05-03T21:14:38.099Z | * [new branch] opte-161-api-vsn -> origin/opte-161-api-vsn |
1038 | 2024-05-03T21:14:38.099Z | * [new branch] opte-204-paused -> origin/opte-204-paused |
1039 | 2024-05-03T21:14:38.100Z | * [new branch] opte-214-rm-opte-drv -> origin/opte-214-rm-opte-drv |
1040 | 2024-05-03T21:14:38.100Z | * [new branch] opte-220 -> origin/opte-220 |
1041 | 2024-05-03T21:14:38.100Z | * [new branch] opte-225 -> origin/opte-225 |
1042 | 2024-05-03T21:14:38.100Z | * [new branch] opte-227 -> origin/opte-227 |
1043 | 2024-05-03T21:14:38.100Z | * [new branch] opte-231-snat-panic-payload-trans-2 -> origin/opte-231-snat-panic-payload-trans-2 |
1044 | 2024-05-03T21:14:38.100Z | * [new branch] opte-232 -> origin/opte-232 |
1045 | 2024-05-03T21:14:38.100Z | * [new branch] opte-241-unwrap-panic-and-kstats -> origin/opte-241-unwrap-panic-and-kstats |
1046 | 2024-05-03T21:14:38.101Z | * [new branch] opte-261-rip-cstr-core -> origin/opte-261-rip-cstr-core |
1047 | 2024-05-03T21:14:38.101Z | * [new branch] opte-281-vpc-firewall -> origin/opte-281-vpc-firewall |
1048 | 2024-05-03T21:14:38.101Z | * [new branch] opte-88-codegen-units -> origin/opte-88-codegen-units |
1049 | 2024-05-03T21:14:38.101Z | * [new branch] opte-88-linker-failures -> origin/opte-88-linker-failures |
1050 | 2024-05-03T21:14:38.102Z | * [new branch] opteadm-library -> origin/opteadm-library |
1051 | 2024-05-03T21:14:38.102Z | * [new branch] partial-workspace -> origin/partial-workspace |
1052 | 2024-05-03T21:14:38.102Z | * [new branch] remove-duplicate-adm -> origin/remove-duplicate-adm |
1053 | 2024-05-03T21:14:38.102Z | * [new branch] renovate/libc-0.x-lockfile -> origin/renovate/libc-0.x-lockfile |
1054 | 2024-05-03T21:14:38.102Z | * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance |
1055 | 2024-05-03T21:14:38.102Z | * [new branch] renovate/rust-1.x -> origin/renovate/rust-1.x |
1056 | 2024-05-03T21:14:38.102Z | * [new branch] renovate/serde-monorepo -> origin/renovate/serde-monorepo |
1057 | 2024-05-03T21:14:38.103Z | * [new branch] rm-fw-rule-error -> origin/rm-fw-rule-error |
1058 | 2024-05-03T21:14:38.103Z | * [new branch] route-cache -> origin/route-cache |
1059 | 2024-05-03T21:14:38.103Z | * [new branch] rpz-197-zero-pkt -> origin/rpz-197-zero-pkt |
1060 | 2024-05-03T21:14:38.103Z | * [new branch] rpz-207-rules-stats -> origin/rpz-207-rules-stats |
1061 | 2024-05-03T21:14:38.103Z | * [new branch] rpz-298-spoof-test -> origin/rpz-298-spoof-test |
1062 | 2024-05-03T21:14:38.104Z | * [new branch] rpz-301-layer-stats -> origin/rpz-301-layer-stats |
1063 | 2024-05-03T21:14:38.104Z | * [new branch] rpz-add-entry-refactor -> origin/rpz-add-entry-refactor |
1064 | 2024-05-03T21:14:38.104Z | * [new branch] rpz-ameta-own -> origin/rpz-ameta-own |
1065 | 2024-05-03T21:14:38.104Z | * [new branch] rpz-assert-drop -> origin/rpz-assert-drop |
1066 | 2024-05-03T21:14:38.104Z | * [new branch] rpz-csum-doc -> origin/rpz-csum-doc |
1067 | 2024-05-03T21:14:38.104Z | * [new branch] rpz-def-action -> origin/rpz-def-action |
1068 | 2024-05-03T21:14:38.104Z | * [new branch] rpz-doc-stuff -> origin/rpz-doc-stuff |
1069 | 2024-05-03T21:14:38.104Z | * [new branch] rpz-fix-docs -> origin/rpz-fix-docs |
1070 | 2024-05-03T21:14:38.104Z | * [new branch] rpz-gateway-layer -> origin/rpz-gateway-layer |
1071 | 2024-05-03T21:14:38.104Z | * [new branch] rpz-invalidation-broken-2 -> origin/rpz-invalidation-broken-2 |
1072 | 2024-05-03T21:14:38.104Z | * [new branch] rpz-ioctl-dangle -> origin/rpz-ioctl-dangle |
1073 | 2024-05-03T21:14:38.105Z | * [new branch] rpz-less-alloc -> origin/rpz-less-alloc |
1074 | 2024-05-03T21:14:38.105Z | * [new branch] rpz-more-layer-stats -> origin/rpz-more-layer-stats |
1075 | 2024-05-03T21:14:38.105Z | * [new branch] rpz-move-stuff-to-ddi -> origin/rpz-move-stuff-to-ddi |
1076 | 2024-05-03T21:14:38.105Z | * [new branch] rpz-opte-294 -> origin/rpz-opte-294 |
1077 | 2024-05-03T21:14:38.105Z | * [new branch] rpz-opteadm-tcp-flows -> origin/rpz-opteadm-tcp-flows |
1078 | 2024-05-03T21:14:38.105Z | * [new branch] rpz-packet-write-err -> origin/rpz-packet-write-err |
1079 | 2024-05-03T21:14:38.106Z | * [new branch] rpz-pkg-minor-vsn -> origin/rpz-pkg-minor-vsn |
1080 | 2024-05-03T21:14:38.106Z | * [new branch] rpz-predicate-module -> origin/rpz-predicate-module |
1081 | 2024-05-03T21:14:38.106Z | * [new branch] rpz-print-port-in-test -> origin/rpz-print-port-in-test |
1082 | 2024-05-03T21:14:38.106Z | * [new branch] rpz-rm-todo -> origin/rpz-rm-todo |
1083 | 2024-05-03T21:14:38.106Z | * [new branch] rpz-sanity-check -> origin/rpz-sanity-check |
1084 | 2024-05-03T21:14:38.106Z | * [new branch] rpz-simplify-test-state -> origin/rpz-simplify-test-state |
1085 | 2024-05-03T21:14:38.106Z | * [new branch] rpz-tcp-flows-hits -> origin/rpz-tcp-flows-hits |
1086 | 2024-05-03T21:14:38.106Z | * [new branch] rpz-tcp-inbound-test -> origin/rpz-tcp-inbound-test |
1087 | 2024-05-03T21:14:38.107Z | * [new branch] rpz-tcp-tests -> origin/rpz-tcp-tests |
1088 | 2024-05-03T21:14:38.107Z | * [new branch] rpz-test-common -> origin/rpz-test-common |
1089 | 2024-05-03T21:14:38.107Z | * [new branch] rpz-test-constants -> origin/rpz-test-constants |
1090 | 2024-05-03T21:14:38.107Z | * [new branch] rpz-uft-miss-stat -> origin/rpz-uft-miss-stat |
1091 | 2024-05-03T21:14:38.107Z | * [new branch] rpz-vpc-own-crate -> origin/rpz-vpc-own-crate |
1092 | 2024-05-03T21:14:38.107Z | * [new branch] spring-clean -> origin/spring-clean |
1093 | 2024-05-03T21:14:38.107Z | * [new branch] the-perf-cost-of-success -> origin/the-perf-cost-of-success |
1094 | 2024-05-03T21:14:38.107Z | * [new branch] underlay-lock -> origin/underlay-lock |
1095 | 2024-05-03T21:14:38.107Z | * [new branch] use-the-flow-luke-61 -> origin/use-the-flow-luke-61 |
1096 | 2024-05-03T21:14:38.108Z | * [new ref] -> origin/HEAD |
1097 | 2024-05-03T21:14:38.138Z | Updating git repository `https://github.com/illumos/smf-rs` |
1098 | 2024-05-03T21:14:38.542Z | From https://github.com/illumos/smf-rs |
1099 | 2024-05-03T21:14:38.542Z | * [new branch] main -> origin/main |
1100 | 2024-05-03T21:14:38.545Z | * [new ref] -> origin/HEAD |
1101 | 2024-05-03T21:14:38.554Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
1102 | 2024-05-03T21:14:39.771Z | From https://github.com/oxidecomputer/progenitor |
1103 | 2024-05-03T21:14:39.772Z | * [new branch] extension2 -> origin/extension2 |
1104 | 2024-05-03T21:14:39.786Z | * [new branch] json-body-stdin-alias -> origin/json-body-stdin-alias |
1105 | 2024-05-03T21:14:39.786Z | * [new branch] main -> origin/main |
1106 | 2024-05-03T21:14:39.786Z | * [new branch] nexus-update -> origin/nexus-update |
1107 | 2024-05-03T21:14:39.786Z | * [new branch] owned-response-stream -> origin/owned-response-stream |
1108 | 2024-05-03T21:14:39.786Z | * [new branch] print-example -> origin/print-example |
1109 | 2024-05-03T21:14:39.786Z | * [new branch] query-arg-collision -> origin/query-arg-collision |
1110 | 2024-05-03T21:14:39.787Z | * [new branch] request-map -> origin/request-map |
1111 | 2024-05-03T21:14:39.787Z | * [new branch] response-value-content-length -> origin/response-value-content-length |
1112 | 2024-05-03T21:14:39.787Z | * [new branch] security-schemes -> origin/security-schemes |
1113 | 2024-05-03T21:14:39.787Z | * [new branch] sketch-multiple-reponse-types -> origin/sketch-multiple-reponse-types |
1114 | 2024-05-03T21:14:39.788Z | * [new branch] test-ci -> origin/test-ci |
1115 | 2024-05-03T21:14:39.788Z | * [new branch] test-v0.7.0 -> origin/test-v0.7.0 |
1116 | 2024-05-03T21:14:39.788Z | * [new branch] untyped-responses -> origin/untyped-responses |
1117 | 2024-05-03T21:14:39.788Z | * [new branch] v41 -> origin/v41 |
1118 | 2024-05-03T21:14:39.788Z | * [new ref] -> origin/HEAD |
1119 | 2024-05-03T21:14:39.788Z | * [new tag] v0.1.1 -> v0.1.1 |
1120 | 2024-05-03T21:14:39.788Z | * [new tag] v0.2.0 -> v0.2.0 |
1121 | 2024-05-03T21:14:39.788Z | * [new tag] v0.3.0 -> v0.3.0 |
1122 | 2024-05-03T21:14:39.789Z | * [new tag] v0.4.0 -> v0.4.0 |
1123 | 2024-05-03T21:14:39.789Z | * [new tag] v0.4.1 -> v0.4.1 |
1124 | 2024-05-03T21:14:39.789Z | * [new tag] v0.5.0 -> v0.5.0 |
1125 | 2024-05-03T21:14:39.789Z | * [new tag] v0.6.0 -> v0.6.0 |
1126 | 2024-05-03T21:14:41.514Z | Updating git repository `https://github.com/oxidecomputer/zone` |
1127 | 2024-05-03T21:14:41.514Z | From https://github.com/oxidecomputer/zone |
1128 | 2024-05-03T21:14:41.514Z | * [new branch] main -> origin/main |
1129 | 2024-05-03T21:14:41.515Z | * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest |
1130 | 2024-05-03T21:14:41.515Z | * [new branch] renovate/syn-2.x -> origin/renovate/syn-2.x |
1131 | 2024-05-03T21:14:41.515Z | * [new branch] state-derive-eq-hash -> origin/state-derive-eq-hash |
1132 | 2024-05-03T21:14:41.515Z | * [new ref] -> origin/HEAD |
1133 | 2024-05-03T21:14:41.515Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
1134 | 2024-05-03T21:14:41.526Z | From https://github.com/oxidecomputer/propolis |
1135 | 2024-05-03T21:14:41.526Z | * [new branch] ata -> origin/ata |
1136 | 2024-05-03T21:14:41.526Z | * [new branch] gjcolombo/two-migration-statuses -> origin/gjcolombo/two-migration-statuses |
1137 | 2024-05-03T21:14:41.526Z | * [new branch] luqmana/libnet -> origin/luqmana/libnet |
1138 | 2024-05-03T21:14:41.526Z | * [new branch] master -> origin/master |
1139 | 2024-05-03T21:14:41.526Z | * [new branch] softnpu-table-counters -> origin/softnpu-table-counters |
1140 | 2024-05-03T21:14:41.527Z | * [new ref] -> origin/HEAD |
1141 | 2024-05-03T21:14:41.527Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
1142 | 2024-05-03T21:14:42.169Z | From https://github.com/oxidecomputer/dlpi-sys |
1143 | 2024-05-03T21:14:42.169Z | * [new branch] gh-pages -> origin/gh-pages |
1144 | 2024-05-03T21:14:42.173Z | * [new branch] main -> origin/main |
1145 | 2024-05-03T21:14:42.173Z | * [new ref] -> origin/HEAD |
1146 | 2024-05-03T21:14:42.180Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
1147 | 2024-05-03T21:14:42.653Z | From https://github.com/jmesmon/rust-libzfs |
1148 | 2024-05-03T21:14:42.653Z | * [new branch] dependabot/cargo/libc-0.2.140 -> origin/dependabot/cargo/libc-0.2.140 |
1149 | 2024-05-03T21:14:42.656Z | * [new branch] dependabot/cargo/os_pipe-1.1.3 -> origin/dependabot/cargo/os_pipe-1.1.3 |
1150 | 2024-05-03T21:14:42.656Z | * [new branch] dependabot/cargo/pkg-config-0.3.26 -> origin/dependabot/cargo/pkg-config-0.3.26 |
1151 | 2024-05-03T21:14:42.656Z | * [new branch] dependabot/cargo/rand-0.8.5 -> origin/dependabot/cargo/rand-0.8.5 |
1152 | 2024-05-03T21:14:42.656Z | * [new branch] dependabot/cargo/snafu-0.7.4 -> origin/dependabot/cargo/snafu-0.7.4 |
1153 | 2024-05-03T21:14:42.656Z | * [new branch] dependabot/cargo/tempfile-3.4.0 -> origin/dependabot/cargo/tempfile-3.4.0 |
1154 | 2024-05-03T21:14:42.656Z | * [new branch] dev -> origin/dev |
1155 | 2024-05-03T21:14:42.656Z | * [new branch] drr -> origin/drr |
1156 | 2024-05-03T21:14:42.656Z | * [new branch] f-types -> origin/f-types |
1157 | 2024-05-03T21:14:42.656Z | * [new branch] lookup-nvlist -> origin/lookup-nvlist |
1158 | 2024-05-03T21:14:42.656Z | * [new branch] master -> origin/master |
1159 | 2024-05-03T21:14:42.656Z | * [new branch] staging -> origin/staging |
1160 | 2024-05-03T21:14:42.656Z | * [new ref] -> origin/HEAD |
1161 | 2024-05-03T21:14:42.656Z | * [new tag] nvpair-0.5.0 -> nvpair-0.5.0 |
1162 | 2024-05-03T21:14:42.656Z | * [new tag] v0.4.0 -> v0.4.0 |
1163 | 2024-05-03T21:14:42.656Z | * [new tag] zfs-core-0.5.0 -> zfs-core-0.5.0 |
1164 | 2024-05-03T21:14:42.657Z | * [new tag] zfs-core-sys-0.5.0 -> zfs-core-sys-0.5.0 |
1165 | 2024-05-03T21:14:42.669Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
1166 | 2024-05-03T21:14:43.210Z | From https://github.com/oxidecomputer/rusty-doors |
1167 | 2024-05-03T21:14:43.210Z | * [new branch] gh-pages -> origin/gh-pages |
1168 | 2024-05-03T21:14:43.237Z | * [new branch] main -> origin/main |
1169 | 2024-05-03T21:14:43.237Z | * [new branch] no-bindgen -> origin/no-bindgen |
1170 | 2024-05-03T21:14:43.237Z | * [new ref] -> origin/HEAD |
1171 | 2024-05-03T21:14:43.334Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
1172 | 2024-05-03T21:14:44.141Z | From https://github.com/oxidecomputer/maghemite |
1173 | 2024-05-03T21:14:44.141Z | * [new branch] anycast -> origin/anycast |
1174 | 2024-05-03T21:14:44.145Z | * [new branch] ddm-track-session-duration -> origin/ddm-track-session-duration |
1175 | 2024-05-03T21:14:44.145Z | * [new branch] mac-build -> origin/mac-build |
1176 | 2024-05-03T21:14:44.145Z | * [new branch] main -> origin/main |
1177 | 2024-05-03T21:14:44.145Z | * [new branch] oxpop -> origin/oxpop |
1178 | 2024-05-03T21:14:44.145Z | * [new branch] renovate/anstyle-1.x -> origin/renovate/anstyle-1.x |
1179 | 2024-05-03T21:14:44.145Z | * [new branch] renovate/hostname-0.x -> origin/renovate/hostname-0.x |
1180 | 2024-05-03T21:14:44.145Z | * [new branch] renovate/http-1.x -> origin/renovate/http-1.x |
1181 | 2024-05-03T21:14:44.145Z | * [new branch] renovate/hyper-1.x -> origin/renovate/hyper-1.x |
1182 | 2024-05-03T21:14:44.145Z | * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance |
1183 | 2024-05-03T21:14:44.145Z | * [new branch] renovate/reqwest-0.x -> origin/renovate/reqwest-0.x |
1184 | 2024-05-03T21:14:44.145Z | * [new branch] renovate/rust-1.x -> origin/renovate/rust-1.x |
1185 | 2024-05-03T21:14:44.145Z | * [new branch] renovate/schemars-0.x-lockfile -> origin/renovate/schemars-0.x-lockfile |
1186 | 2024-05-03T21:14:44.145Z | * [new branch] renovate/serde-monorepo -> origin/renovate/serde-monorepo |
1187 | 2024-05-03T21:14:44.145Z | * [new branch] renovate/socket2-0.x-lockfile -> origin/renovate/socket2-0.x-lockfile |
1188 | 2024-05-03T21:14:44.145Z | * [new ref] -> origin/HEAD |
1189 | 2024-05-03T21:14:44.145Z | * [new tag] rift -> rift |
1190 | 2024-05-03T21:14:44.146Z | * [new tag] srp -> srp |
1191 | 2024-05-03T21:14:44.146Z | * [new tag] tie-spf -> tie-spf |
1192 | 2024-05-03T21:14:44.181Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
1193 | 2024-05-03T21:14:44.391Z | warning: redirecting to https://github.com/oxidecomputer/serde_human_bytes/ |
1194 | 2024-05-03T21:14:44.862Z | From http://github.com/oxidecomputer/serde_human_bytes |
1195 | 2024-05-03T21:14:44.862Z | * [new branch] gh-pages -> origin/gh-pages |
1196 | 2024-05-03T21:14:44.866Z | * [new branch] main -> origin/main |
1197 | 2024-05-03T21:14:44.867Z | * [new branch] renovate/configure -> origin/renovate/configure |
1198 | 2024-05-03T21:14:44.867Z | * [new ref] -> origin/HEAD |
1199 | 2024-05-03T21:14:44.887Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
1200 | 2024-05-03T21:14:45.341Z | From https://github.com/oxidecomputer/slog-error-chain |
1201 | 2024-05-03T21:14:45.342Z | * [new branch] main -> origin/main |
1202 | 2024-05-03T21:14:45.342Z | * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest |
1203 | 2024-05-03T21:14:45.342Z | * [new branch] renovate/erased-serde-0.x -> origin/renovate/erased-serde-0.x |
1204 | 2024-05-03T21:14:45.342Z | * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance |
1205 | 2024-05-03T21:14:45.342Z | * [new branch] renovate/proc-macro2-1.x-lockfile -> origin/renovate/proc-macro2-1.x-lockfile |
1206 | 2024-05-03T21:14:45.342Z | * [new branch] renovate/quote-1.x-lockfile -> origin/renovate/quote-1.x-lockfile |
1207 | 2024-05-03T21:14:45.343Z | * [new branch] renovate/syn-2.x-lockfile -> origin/renovate/syn-2.x-lockfile |
1208 | 2024-05-03T21:14:45.343Z | * [new ref] -> origin/HEAD |
1209 | 2024-05-03T21:14:45.343Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
1210 | 2024-05-03T21:14:45.719Z | From https://github.com/oxidecomputer/poptrie |
1211 | 2024-05-03T21:14:45.719Z | * [new branch] main -> origin/main |
1212 | 2024-05-03T21:14:45.723Z | * [new branch] multipath -> origin/multipath |
1213 | 2024-05-03T21:14:45.723Z | * [new ref] -> origin/HEAD |
1214 | 2024-05-03T21:14:45.741Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
1215 | 2024-05-03T21:14:46.146Z | From https://github.com/illumos/libscf-sys |
1216 | 2024-05-03T21:14:46.146Z | * [new branch] main -> origin/main |
1217 | 2024-05-03T21:14:46.146Z | * [new ref] -> origin/HEAD |
1218 | 2024-05-03T21:14:46.202Z | Updating git repository `https://github.com/oxidecomputer/typify` |
1219 | 2024-05-03T21:14:47.890Z | From https://github.com/oxidecomputer/typify |
1220 | 2024-05-03T21:14:47.890Z | * [new branch] ipv6 -> origin/ipv6 |
1221 | 2024-05-03T21:14:47.901Z | * [new branch] js-schema -> origin/js-schema |
1222 | 2024-05-03T21:14:47.901Z | * [new branch] main -> origin/main |
1223 | 2024-05-03T21:14:47.901Z | * [new branch] nested-newtype -> origin/nested-newtype |
1224 | 2024-05-03T21:14:47.901Z | * [new branch] sunshowers/spr/add-type-name-to-invalidschema-error -> origin/sunshowers/spr/add-type-name-to-invalidschema-error |
1225 | 2024-05-03T21:14:47.902Z | * [new branch] sunshowers/spr/add-type-name-to-invalidschema-error-1 -> origin/sunshowers/spr/add-type-name-to-invalidschema-error-1 |
1226 | 2024-05-03T21:14:47.902Z | * [new ref] -> origin/HEAD |
1227 | 2024-05-03T21:14:47.902Z | * [new tag] v0.0.10 -> v0.0.10 |
1228 | 2024-05-03T21:14:47.902Z | * [new tag] v0.0.11 -> v0.0.11 |
1229 | 2024-05-03T21:14:47.902Z | * [new tag] v0.0.12 -> v0.0.12 |
1230 | 2024-05-03T21:14:47.902Z | * [new tag] v0.0.13 -> v0.0.13 |
1231 | 2024-05-03T21:14:47.902Z | * [new tag] v0.0.14 -> v0.0.14 |
1232 | 2024-05-03T21:14:47.902Z | * [new tag] v0.0.15 -> v0.0.15 |
1233 | 2024-05-03T21:14:47.903Z | * [new tag] v0.0.16 -> v0.0.16 |
1234 | 2024-05-03T21:14:47.903Z | * [new tag] v0.0.4 -> v0.0.4 |
1235 | 2024-05-03T21:14:47.903Z | * [new tag] v0.0.5 -> v0.0.5 |
1236 | 2024-05-03T21:14:47.903Z | * [new tag] v0.0.6 -> v0.0.6 |
1237 | 2024-05-03T21:14:47.903Z | * [new tag] v0.0.7 -> v0.0.7 |
1238 | 2024-05-03T21:14:47.903Z | * [new tag] v0.0.8 -> v0.0.8 |
1239 | 2024-05-03T21:14:47.903Z | * [new tag] v0.0.9 -> v0.0.9 |
1240 | 2024-05-03T21:14:47.973Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
1241 | 2024-05-03T21:14:48.617Z | From https://github.com/oxidecomputer/management-gateway-service |
1242 | 2024-05-03T21:14:48.617Z | * [new branch] af-temp-hash -> origin/af-temp-hash |
1243 | 2024-05-03T21:14:48.620Z | * [new branch] buildomat -> origin/buildomat |
1244 | 2024-05-03T21:14:48.620Z | * [new branch] bump-smoltcp -> origin/bump-smoltcp |
1245 | 2024-05-03T21:14:48.620Z | * [new branch] cached-bootloader-update -> origin/cached-bootloader-update |
1246 | 2024-05-03T21:14:48.620Z | * [new branch] dependabot/cargo/zerocopy-0.7.32 -> origin/dependabot/cargo/zerocopy-0.7.32 |
1247 | 2024-05-03T21:14:48.620Z | * [new branch] image-board-check -> origin/image-board-check |
1248 | 2024-05-03T21:14:48.620Z | * [new branch] include-power-state-in-sp-state -> origin/include-power-state-in-sp-state |
1249 | 2024-05-03T21:14:48.620Z | * [new branch] lock_state -> origin/lock_state |
1250 | 2024-05-03T21:14:48.620Z | * [new branch] main -> origin/main |
1251 | 2024-05-03T21:14:48.620Z | * [new branch] more-expect-cleanup -> origin/more-expect-cleanup |
1252 | 2024-05-03T21:14:48.620Z | * [new branch] plumb-switch-default-image -> origin/plumb-switch-default-image |
1253 | 2024-05-03T21:14:48.620Z | * [new branch] read-rot-message -> origin/read-rot-message |
1254 | 2024-05-03T21:14:48.621Z | * [new branch] reexport-sp-component -> origin/reexport-sp-component |
1255 | 2024-05-03T21:14:48.621Z | * [new branch] remove-dumper-error -> origin/remove-dumper-error |
1256 | 2024-05-03T21:14:48.621Z | * [new branch] reset-component -> origin/reset-component |
1257 | 2024-05-03T21:14:48.621Z | * [new branch] revert-70-reset-component -> origin/revert-70-reset-component |
1258 | 2024-05-03T21:14:48.621Z | * [new branch] rhai -> origin/rhai |
1259 | 2024-05-03T21:14:48.621Z | * [new branch] rot-boot-info -> origin/rot-boot-info |
1260 | 2024-05-03T21:14:48.621Z | * [new branch] rot-update -> origin/rot-update |
1261 | 2024-05-03T21:14:48.621Z | * [new branch] rot-update-2 -> origin/rot-update-2 |
1262 | 2024-05-03T21:14:48.621Z | * [new branch] rot-update-on-rot-status -> origin/rot-update-on-rot-status |
1263 | 2024-05-03T21:14:48.621Z | * [new branch] scope-id-shenanigans -> origin/scope-id-shenanigans |
1264 | 2024-05-03T21:14:48.621Z | * [new branch] sprot-attest -> origin/sprot-attest |
1265 | 2024-05-03T21:14:48.621Z | * [new branch] sprot-desync-error -> origin/sprot-desync-error |
1266 | 2024-05-03T21:14:48.621Z | * [new branch] sprot-errors -> origin/sprot-errors |
1267 | 2024-05-03T21:14:48.621Z | * [new branch] stage0-update-component -> origin/stage0-update-component |
1268 | 2024-05-03T21:14:48.621Z | * [new branch] update-rot-state-msg -> origin/update-rot-state-msg |
1269 | 2024-05-03T21:14:48.621Z | * [new branch] update-stage0 -> origin/update-stage0 |
1270 | 2024-05-03T21:14:48.621Z | * [new ref] -> origin/HEAD |
1271 | 2024-05-03T21:14:48.913Z | Downloading crates ... |
1272 | 2024-05-03T21:14:49.055Z | Downloaded async-stream-impl v0.3.5 |
1273 | 2024-05-03T21:14:49.063Z | Downloaded argon2 v0.5.3 |
1274 | 2024-05-03T21:14:49.075Z | Downloaded atomic-waker v1.1.2 |
1275 | 2024-05-03T21:14:49.078Z | Downloaded allocator-api2 v0.2.18 |
1276 | 2024-05-03T21:14:49.079Z | Downloaded autocfg v1.2.0 |
1277 | 2024-05-03T21:14:49.079Z | Downloaded ciborium-io v0.2.2 |
1278 | 2024-05-03T21:14:49.082Z | Downloaded backoff v0.4.0 |
1279 | 2024-05-03T21:14:49.082Z | Downloaded async-trait v0.1.80 |
1280 | 2024-05-03T21:14:49.085Z | Downloaded waitgroup v0.1.2 |
1281 | 2024-05-03T21:14:49.088Z | Downloaded arc-swap v1.7.1 |
1282 | 2024-05-03T21:14:49.091Z | Downloaded ucd-trie v0.1.6 |
1283 | 2024-05-03T21:14:49.094Z | Downloaded defmt-parser v0.3.4 |
1284 | 2024-05-03T21:14:49.094Z | Downloaded bytecount v0.6.8 |
1285 | 2024-05-03T21:14:49.097Z | Downloaded async-stream v0.3.5 |
1286 | 2024-05-03T21:14:49.097Z | Downloaded byteorder v1.5.0 |
1287 | 2024-05-03T21:14:49.100Z | Downloaded arrayvec v0.7.4 |
1288 | 2024-05-03T21:14:49.100Z | Downloaded zone_cfg_derive v0.1.2 |
1289 | 2024-05-03T21:14:49.111Z | Downloaded unicode-segmentation v1.11.0 |
1290 | 2024-05-03T21:14:49.111Z | Downloaded omicron-workspace-hack v0.1.0 |
1291 | 2024-05-03T21:14:49.111Z | Downloaded anyhow v1.0.82 |
1292 | 2024-05-03T21:14:49.111Z | Downloaded parse-display-derive v0.9.0 |
1293 | 2024-05-03T21:14:49.111Z | Downloaded parking_lot_core v0.8.6 |
1294 | 2024-05-03T21:14:49.114Z | Downloaded dof v0.3.0 |
1295 | 2024-05-03T21:14:49.114Z | Downloaded data-encoding v2.6.0 |
1296 | 2024-05-03T21:14:49.115Z | Downloaded ciborium-ll v0.2.2 |
1297 | 2024-05-03T21:14:49.117Z | Downloaded tungstenite v0.21.0 |
1298 | 2024-05-03T21:14:49.120Z | Downloaded usdt-macro v0.5.0 |
1299 | 2024-05-03T21:14:49.120Z | Downloaded usdt-attr-macro v0.5.0 |
1300 | 2024-05-03T21:14:49.120Z | Downloaded tungstenite v0.20.1 |
1301 | 2024-05-03T21:14:49.124Z | Downloaded parse-display v0.9.0 |
1302 | 2024-05-03T21:14:49.126Z | Downloaded utf-8 v0.7.6 |
1303 | 2024-05-03T21:14:49.127Z | Downloaded foreign-types-macros v0.2.3 |
1304 | 2024-05-03T21:14:49.129Z | Downloaded parking_lot_core v0.9.10 |
1305 | 2024-05-03T21:14:49.130Z | Downloaded fxhash v0.2.1 |
1306 | 2024-05-03T21:14:49.130Z | Downloaded foreign-types-shared v0.3.1 |
1307 | 2024-05-03T21:14:49.133Z | Downloaded darling_macro v0.20.8 |
1308 | 2024-05-03T21:14:49.133Z | Downloaded crc8 v0.1.1 |
1309 | 2024-05-03T21:14:49.133Z | Downloaded crossbeam-epoch v0.9.18 |
1310 | 2024-05-03T21:14:49.136Z | Downloaded blake3 v1.5.1 |
1311 | 2024-05-03T21:14:49.142Z | Downloaded newline-converter v0.3.0 |
1312 | 2024-05-03T21:14:49.145Z | Downloaded match_cfg v0.1.0 |
1313 | 2024-05-03T21:14:49.145Z | Downloaded hubpack_derive v0.1.1 |
1314 | 2024-05-03T21:14:49.145Z | Downloaded blake2 v0.10.6 |
1315 | 2024-05-03T21:14:49.148Z | Downloaded crunchy v0.2.2 |
1316 | 2024-05-03T21:14:49.148Z | Downloaded const-random v0.1.18 |
1317 | 2024-05-03T21:14:49.156Z | Downloaded colored v2.1.0 |
1318 | 2024-05-03T21:14:49.156Z | Downloaded cstr-argument v0.1.2 |
1319 | 2024-05-03T21:14:49.160Z | Downloaded defmt v0.3.6 |
1320 | 2024-05-03T21:14:49.161Z | Downloaded num_threads v0.1.7 |
1321 | 2024-05-03T21:14:49.161Z | Downloaded dtrace-parser v0.2.0 |
1322 | 2024-05-03T21:14:49.161Z | Downloaded arrayref v0.3.7 |
1323 | 2024-05-03T21:14:49.161Z | Downloaded pretty-hex v0.2.1 |
1324 | 2024-05-03T21:14:49.161Z | Downloaded usdt-impl v0.5.0 |
1325 | 2024-05-03T21:14:49.164Z | Downloaded uuid v0.8.2 |
1326 | 2024-05-03T21:14:49.167Z | Downloaded instant v0.1.12 |
1327 | 2024-05-03T21:14:49.168Z | Downloaded untrusted v0.7.1 |
1328 | 2024-05-03T21:14:49.168Z | Downloaded bitflags v1.3.2 |
1329 | 2024-05-03T21:14:49.180Z | Downloaded pest_generator v2.7.10 |
1330 | 2024-05-03T21:14:49.180Z | Downloaded topological-sort v0.2.2 |
1331 | 2024-05-03T21:14:49.180Z | Downloaded time-core v0.1.2 |
1332 | 2024-05-03T21:14:49.180Z | Downloaded take_mut v0.2.2 |
1333 | 2024-05-03T21:14:49.181Z | Downloaded quick-error v1.2.3 |
1334 | 2024-05-03T21:14:49.181Z | Downloaded base64 v0.13.1 |
1335 | 2024-05-03T21:14:49.201Z | Downloaded tabwriter v1.4.0 |
1336 | 2024-05-03T21:14:49.201Z | Downloaded zone v0.1.8 |
1337 | 2024-05-03T21:14:49.201Z | Downloaded newtype_derive v0.1.6 |
1338 | 2024-05-03T21:14:49.201Z | Downloaded getopts v0.2.21 |
1339 | 2024-05-03T21:14:49.201Z | Downloaded dirs-sys-next v0.1.2 |
1340 | 2024-05-03T21:14:49.202Z | Downloaded usdt v0.5.0 |
1341 | 2024-05-03T21:14:49.202Z | Downloaded hex v0.4.3 |
1342 | 2024-05-03T21:14:49.202Z | Downloaded strum v0.26.2 |
1343 | 2024-05-03T21:14:49.202Z | Downloaded pretty-hex v0.4.1 |
1344 | 2024-05-03T21:14:49.202Z | Downloaded portpicker v0.1.1 |
1345 | 2024-05-03T21:14:49.202Z | Downloaded ipnetwork v0.20.0 |
1346 | 2024-05-03T21:14:49.203Z | Downloaded foreign-types v0.5.0 |
1347 | 2024-05-03T21:14:49.203Z | Downloaded num-integer v0.1.46 |
1348 | 2024-05-03T21:14:49.203Z | Downloaded managed v0.8.0 |
1349 | 2024-05-03T21:14:49.203Z | Downloaded proc-macro-crate v1.3.1 |
1350 | 2024-05-03T21:14:49.203Z | Downloaded omicron-zone-package v0.11.0 |
1351 | 2024-05-03T21:14:49.203Z | Downloaded num_enum_derive v0.7.2 |
1352 | 2024-05-03T21:14:49.211Z | Downloaded num v0.4.2 |
1353 | 2024-05-03T21:14:49.212Z | Downloaded yansi v0.5.1 |
1354 | 2024-05-03T21:14:49.212Z | Downloaded lru-cache v0.1.2 |
1355 | 2024-05-03T21:14:49.212Z | Downloaded rustversion v1.0.15 |
1356 | 2024-05-03T21:14:49.212Z | Downloaded num_enum_derive v0.5.11 |
1357 | 2024-05-03T21:14:49.212Z | Downloaded num_enum v0.5.11 |
1358 | 2024-05-03T21:14:49.212Z | Downloaded parking_lot v0.11.2 |
1359 | 2024-05-03T21:14:49.217Z | Downloaded num-derive v0.3.3 |
1360 | 2024-05-03T21:14:49.217Z | Downloaded hostname v0.4.0 |
1361 | 2024-05-03T21:14:49.217Z | Downloaded walkdir v2.5.0 |
1362 | 2024-05-03T21:14:49.217Z | Downloaded scroll_derive v0.12.0 |
1363 | 2024-05-03T21:14:49.218Z | Downloaded num-iter v0.1.44 |
1364 | 2024-05-03T21:14:49.223Z | Downloaded macaddr v1.0.1 |
1365 | 2024-05-03T21:14:49.223Z | Downloaded tabled_derive v0.7.0 |
1366 | 2024-05-03T21:14:49.223Z | Downloaded tiny-keccak v2.0.2 |
1367 | 2024-05-03T21:14:49.223Z | Downloaded multer v3.0.0 |
1368 | 2024-05-03T21:14:49.229Z | Downloaded ciborium v0.2.2 |
1369 | 2024-05-03T21:14:49.229Z | Downloaded slog-bunyan v2.5.0 |
1370 | 2024-05-03T21:14:49.229Z | Downloaded structmeta v0.3.0 |
1371 | 2024-05-03T21:14:49.229Z | Downloaded strsim v0.10.0 |
1372 | 2024-05-03T21:14:49.233Z | Downloaded same-file v1.0.6 |
1373 | 2024-05-03T21:14:49.234Z | Downloaded slog-async v2.8.0 |
1374 | 2024-05-03T21:14:49.234Z | Downloaded proc-macro-crate v3.1.0 |
1375 | 2024-05-03T21:14:49.234Z | Downloaded spin v0.5.2 |
1376 | 2024-05-03T21:14:49.238Z | Downloaded memmap2 v0.9.4 |
1377 | 2024-05-03T21:14:49.238Z | Downloaded num_enum v0.7.2 |
1378 | 2024-05-03T21:14:49.242Z | Downloaded thread-id v4.2.1 |
1379 | 2024-05-03T21:14:49.243Z | Downloaded smf v0.2.3 |
1380 | 2024-05-03T21:14:49.243Z | Downloaded slog-dtrace v0.3.0 |
1381 | 2024-05-03T21:14:49.247Z | Downloaded tokio-tungstenite v0.20.1 |
1382 | 2024-05-03T21:14:49.247Z | Downloaded tokio-rustls v0.25.0 |
1383 | 2024-05-03T21:14:49.247Z | Downloaded lock_api v0.4.12 |
1384 | 2024-05-03T21:14:49.253Z | Downloaded half v2.4.1 |
1385 | 2024-05-03T21:14:49.253Z | Downloaded slog-stdlog v4.1.1 |
1386 | 2024-05-03T21:14:49.253Z | Downloaded crossbeam-utils v0.8.19 |
1387 | 2024-05-03T21:14:49.257Z | Downloaded sha1 v0.10.6 |
1388 | 2024-05-03T21:14:49.257Z | Downloaded num-complex v0.4.5 |
1389 | 2024-05-03T21:14:49.257Z | Downloaded pest_derive v2.7.10 |
1390 | 2024-05-03T21:14:49.262Z | Downloaded stable_deref_trait v1.2.0 |
1391 | 2024-05-03T21:14:49.263Z | Downloaded slog-envlogger v2.2.0 |
1392 | 2024-05-03T21:14:49.263Z | Downloaded toml v0.7.8 |
1393 | 2024-05-03T21:14:49.267Z | Downloaded structmeta-derive v0.3.0 |
1394 | 2024-05-03T21:14:49.268Z | Downloaded serde_tokenstream v0.2.0 |
1395 | 2024-05-03T21:14:49.275Z | Downloaded slog-scope v4.4.0 |
1396 | 2024-05-03T21:14:49.275Z | Downloaded darling_core v0.20.8 |
1397 | 2024-05-03T21:14:49.275Z | Downloaded base64 v0.22.1 |
1398 | 2024-05-03T21:14:49.279Z | Downloaded thread_local v1.1.8 |
1399 | 2024-05-03T21:14:49.280Z | Downloaded schemars_derive v0.8.17 |
1400 | 2024-05-03T21:14:49.280Z | Downloaded rustc_version v0.1.7 |
1401 | 2024-05-03T21:14:49.280Z | Downloaded rustls-pki-types v1.5.0 |
1402 | 2024-05-03T21:14:49.284Z | Downloaded proc-macro-error v1.0.4 |
1403 | 2024-05-03T21:14:49.288Z | Downloaded smartstring v1.0.1 |
1404 | 2024-05-03T21:14:49.288Z | Downloaded rhai_codegen v2.1.0 |
1405 | 2024-05-03T21:14:49.293Z | Downloaded serde_with_macros v3.8.1 |
1406 | 2024-05-03T21:14:49.297Z | Downloaded serde_derive_internals v0.29.0 |
1407 | 2024-05-03T21:14:49.297Z | Downloaded pest_meta v2.7.10 |
1408 | 2024-05-03T21:14:49.301Z | Downloaded hashbrown v0.12.3 |
1409 | 2024-05-03T21:14:49.311Z | Downloaded tokio-tungstenite v0.21.0 |
1410 | 2024-05-03T21:14:49.311Z | Downloaded tracing-attributes v0.1.27 |
1411 | 2024-05-03T21:14:49.314Z | Downloaded toml_edit v0.21.1 |
1412 | 2024-05-03T21:14:49.325Z | Downloaded time-macros v0.2.18 |
1413 | 2024-05-03T21:14:49.329Z | Downloaded time v0.3.36 |
1414 | 2024-05-03T21:14:49.333Z | Downloaded goblin v0.8.2 |
1415 | 2024-05-03T21:14:49.339Z | Downloaded tabled v0.15.0 |
1416 | 2024-05-03T21:14:49.352Z | Downloaded trust-dns-proto v0.22.0 |
1417 | 2024-05-03T21:14:49.363Z | Downloaded socket2 v0.4.10 |
1418 | 2024-05-03T21:14:49.366Z | Downloaded slog v2.7.0 |
1419 | 2024-05-03T21:14:49.367Z | Downloaded rayon-core v1.12.1 |
1420 | 2024-05-03T21:14:49.370Z | Downloaded pretty_assertions v1.4.0 |
1421 | 2024-05-03T21:14:49.375Z | Downloaded serde_yaml v0.9.34+deprecated |
1422 | 2024-05-03T21:14:49.375Z | Downloaded schemars v0.8.17 |
1423 | 2024-05-03T21:14:49.384Z | Downloaded trust-dns-resolver v0.22.0 |
1424 | 2024-05-03T21:14:49.388Z | Downloaded steno v0.4.0 |
1425 | 2024-05-03T21:14:49.393Z | Downloaded postcard v1.0.8 |
1426 | 2024-05-03T21:14:49.396Z | Downloaded papergrid v0.11.0 |
1427 | 2024-05-03T21:14:49.400Z | Downloaded idna v0.2.3 |
1428 | 2024-05-03T21:14:49.404Z | Downloaded toml_edit v0.19.15 |
1429 | 2024-05-03T21:14:49.417Z | Downloaded serde_with v3.8.1 |
1430 | 2024-05-03T21:14:49.428Z | Downloaded pest v2.7.10 |
1431 | 2024-05-03T21:14:49.448Z | Downloaded slog-term v2.9.1 |
1432 | 2024-05-03T21:14:49.449Z | Downloaded similar v2.5.0 |
1433 | 2024-05-03T21:14:49.449Z | Downloaded ron v0.7.1 |
1434 | 2024-05-03T21:14:49.454Z | Downloaded libm v0.2.8 |
1435 | 2024-05-03T21:14:49.454Z | Downloaded itertools v0.10.5 |
1436 | 2024-05-03T21:14:49.454Z | Downloaded http v1.1.0 |
1437 | 2024-05-03T21:14:49.459Z | Downloaded serde_repr v0.1.19 |
1438 | 2024-05-03T21:14:49.459Z | Downloaded rustls-webpki v0.102.3 |
1439 | 2024-05-03T21:14:49.484Z | Downloaded rayon v1.10.0 |
1440 | 2024-05-03T21:14:49.488Z | Downloaded scroll v0.12.0 |
1441 | 2024-05-03T21:14:49.488Z | Downloaded expectorate v1.1.0 |
1442 | 2024-05-03T21:14:49.489Z | Downloaded rustls-pemfile v2.1.2 |
1443 | 2024-05-03T21:14:49.489Z | Downloaded password-hash v0.5.0 |
1444 | 2024-05-03T21:14:49.489Z | Downloaded plain v0.2.3 |
1445 | 2024-05-03T21:14:49.489Z | Downloaded heapless v0.8.0 |
1446 | 2024-05-03T21:14:49.493Z | Downloaded parking_lot v0.12.2 |
1447 | 2024-05-03T21:14:49.493Z | Downloaded zerocopy v0.6.6 |
1448 | 2024-05-03T21:14:49.497Z | Downloaded zerocopy-derive v0.7.32 |
1449 | 2024-05-03T21:14:49.501Z | Downloaded openapiv3 v2.0.0 |
1450 | 2024-05-03T21:14:49.510Z | Downloaded winnow v0.5.40 |
1451 | 2024-05-03T21:14:49.516Z | Downloaded syn v1.0.109 |
1452 | 2024-05-03T21:14:49.525Z | Downloaded indexmap v1.9.3 |
1453 | 2024-05-03T21:14:49.529Z | Downloaded diff v0.1.13 |
1454 | 2024-05-03T21:14:49.548Z | Downloaded crossbeam-channel v0.5.12 |
1455 | 2024-05-03T21:14:49.549Z | Downloaded smoltcp v0.11.0 |
1456 | 2024-05-03T21:14:49.549Z | Downloaded rhai v1.18.0 |
1457 | 2024-05-03T21:14:49.556Z | Downloaded rustls v0.22.4 |
1458 | 2024-05-03T21:14:49.567Z | Downloaded sled v0.34.7 |
1459 | 2024-05-03T21:14:49.577Z | Downloaded zerocopy-derive v0.6.6 |
1460 | 2024-05-03T21:14:49.585Z | Downloaded regress v0.9.1 |
1461 | 2024-05-03T21:14:49.596Z | Downloaded semver v0.1.20 |
1462 | 2024-05-03T21:14:49.607Z | Downloaded term v0.7.0 |
1463 | 2024-05-03T21:14:49.607Z | Downloaded strum_macros v0.25.3 |
1464 | 2024-05-03T21:14:49.608Z | Downloaded slog-json v2.6.1 |
1465 | 2024-05-03T21:14:49.608Z | Downloaded scopeguard v1.2.0 |
1466 | 2024-05-03T21:14:49.608Z | Downloaded thin-vec v0.2.13 |
1467 | 2024-05-03T21:14:49.608Z | Downloaded strum_macros v0.26.2 |
1468 | 2024-05-03T21:14:50.022Z | Downloaded num-rational v0.4.1 |
1469 | 2024-05-03T21:14:50.023Z | Downloaded powerfmt v0.2.0 |
1470 | 2024-05-03T21:14:50.023Z | Downloaded resolv-conf v0.7.0 |
1471 | 2024-05-03T21:14:50.023Z | Downloaded proc-macro-error-attr v1.0.4 |
1472 | 2024-05-03T21:14:50.023Z | Downloaded paste v1.0.14 |
1473 | 2024-05-03T21:14:50.024Z | Downloaded memmap v0.7.0 |
1474 | 2024-05-03T21:14:50.024Z | Downloaded linked-hash-map v0.5.6 |
1475 | 2024-05-03T21:14:50.024Z | Downloaded hubpack v0.1.2 |
1476 | 2024-05-03T21:14:50.024Z | Downloaded heck v0.4.1 |
1477 | 2024-05-03T21:14:50.024Z | Downloaded defmt-macros v0.3.7 |
1478 | 2024-05-03T21:14:50.024Z | Downloaded hostname v0.3.1 |
1479 | 2024-05-03T21:14:50.025Z | Downloaded heck v0.3.3 |
1480 | 2024-05-03T21:14:50.025Z | Downloaded cobs v0.2.3 |
1481 | 2024-05-03T21:14:50.025Z | Downloaded hash32 v0.3.1 |
1482 | 2024-05-03T21:14:50.025Z | Downloaded enum-as-inner v0.5.1 |
1483 | 2024-05-03T21:14:50.025Z | Downloaded embedded-io v0.4.0 |
1484 | 2024-05-03T21:14:50.026Z | Downloaded dyn-clone v1.0.17 |
1485 | 2024-05-03T21:14:50.026Z | Downloaded dirs-next v2.0.0 |
1486 | 2024-05-03T21:14:50.026Z | Downloaded deranged v0.3.11 |
1487 | 2024-05-03T21:14:50.026Z | Downloaded constant_time_eq v0.3.0 |
1488 | 2024-05-03T21:14:50.026Z | Downloaded num-conv v0.1.0 |
1489 | 2024-05-03T21:14:50.026Z | Downloaded matches v0.1.10 |
1490 | 2024-05-03T21:14:50.027Z | Downloaded ident_case v1.0.1 |
1491 | 2024-05-03T21:14:50.027Z | Downloaded darling v0.20.8 |
1492 | 2024-05-03T21:14:50.027Z | Downloaded crossbeam-deque v0.8.5 |
1493 | 2024-05-03T21:14:50.027Z | Downloaded const-random-macro v0.1.16 |
1494 | 2024-05-03T21:14:50.027Z | Downloaded unsafe-libyaml v0.2.11 |
1495 | 2024-05-03T21:14:50.027Z | Downloaded ring v0.16.20 |
1496 | 2024-05-03T21:14:50.618Z | Compiling proc-macro2 v1.0.81 |
1497 | 2024-05-03T21:14:50.618Z | Compiling unicode-ident v1.0.12 |
1498 | 2024-05-03T21:14:50.621Z | Compiling cfg-if v1.0.0 |
1499 | 2024-05-03T21:14:50.621Z | Compiling libc v0.2.154 |
1500 | 2024-05-03T21:14:50.621Z | Compiling version_check v0.9.4 |
1501 | 2024-05-03T21:14:50.621Z | Compiling autocfg v1.2.0 |
1502 | 2024-05-03T21:14:50.634Z | Compiling serde v1.0.200 |
1503 | 2024-05-03T21:14:50.637Z | Compiling once_cell v1.19.0 |
1504 | 2024-05-03T21:14:50.713Z | Compiling byteorder v1.5.0 |
1505 | 2024-05-03T21:14:50.811Z | Compiling itoa v1.0.11 |
1506 | 2024-05-03T21:14:51.002Z | Compiling memchr v2.7.2 |
1507 | 2024-05-03T21:14:51.041Z | Compiling allocator-api2 v0.2.18 |
1508 | 2024-05-03T21:14:51.161Z | Compiling ryu v1.0.17 |
1509 | 2024-05-03T21:14:51.168Z | Compiling serde_json v1.0.116 |
1510 | 2024-05-03T21:14:51.229Z | Compiling ahash v0.8.11 |
1511 | 2024-05-03T21:14:51.484Z | Compiling thiserror v1.0.59 |
1512 | 2024-05-03T21:14:51.539Z | Compiling equivalent v1.0.1 |
1513 | 2024-05-03T21:14:51.625Z | Compiling log v0.4.21 |
1514 | 2024-05-03T21:14:51.650Z | Compiling pin-project-lite v0.2.14 |
1515 | 2024-05-03T21:14:51.759Z | Compiling cc v1.0.96 |
1516 | 2024-05-03T21:14:51.778Z | Compiling lock_api v0.4.12 |
1517 | 2024-05-03T21:14:51.855Z | Compiling smallvec v1.13.2 |
1518 | 2024-05-03T21:14:52.003Z | Compiling quote v1.0.36 |
1519 | 2024-05-03T21:14:52.117Z | Compiling fnv v1.0.7 |
1520 | 2024-05-03T21:14:52.221Z | Compiling libm v0.2.8 |
1521 | 2024-05-03T21:14:52.239Z | Compiling scopeguard v1.2.0 |
1522 | 2024-05-03T21:14:52.253Z | Compiling num-traits v0.2.18 |
1523 | 2024-05-03T21:14:52.347Z | Compiling syn v2.0.60 |
1524 | 2024-05-03T21:14:52.633Z | Compiling getrandom v0.2.14 |
1525 | 2024-05-03T21:14:52.797Z | Compiling parking_lot_core v0.9.10 |
1526 | 2024-05-03T21:14:53.012Z | Compiling signal-hook-registry v1.4.2 |
1527 | 2024-05-03T21:14:53.074Z | Compiling socket2 v0.5.7 |
1528 | 2024-05-03T21:14:53.253Z | Compiling mio v0.8.11 |
1529 | 2024-05-03T21:14:53.963Z | Compiling parking_lot v0.12.2 |
1530 | 2024-05-03T21:14:53.989Z | Compiling num_cpus v1.16.0 |
1531 | 2024-05-03T21:14:54.091Z | Compiling futures-core v0.3.30 |
1532 | 2024-05-03T21:14:54.137Z | Compiling slab v0.4.9 |
1533 | 2024-05-03T21:14:54.194Z | Compiling dyn-clone v1.0.17 |
1534 | 2024-05-03T21:14:54.325Z | Compiling futures-sink v0.3.30 |
1535 | 2024-05-03T21:14:54.407Z | Compiling pin-utils v0.1.0 |
1536 | 2024-05-03T21:14:54.465Z | Compiling futures-channel v0.3.30 |
1537 | 2024-05-03T21:14:54.481Z | Compiling syn v1.0.109 |
1538 | 2024-05-03T21:14:54.557Z | Compiling ring v0.17.8 |
1539 | 2024-05-03T21:14:54.598Z | Compiling futures-task v0.3.30 |
1540 | 2024-05-03T21:14:54.911Z | Compiling futures-io v0.3.30 |
1541 | 2024-05-03T21:14:54.921Z | Compiling spin v0.9.8 |
1542 | 2024-05-03T21:14:54.939Z | Compiling tracing-core v0.1.32 |
1543 | 2024-05-03T21:14:55.039Z | Compiling iana-time-zone v0.1.60 |
1544 | 2024-05-03T21:14:55.149Z | Compiling untrusted v0.9.0 |
1545 | 2024-05-03T21:14:55.304Z | Compiling schemars v0.8.17 |
1546 | 2024-05-03T21:14:55.553Z | Compiling vcpkg v0.2.15 |
1547 | 2024-05-03T21:14:55.584Z | Compiling pkg-config v0.3.30 |
1548 | 2024-05-03T21:14:55.885Z | Compiling bitflags v2.5.0 |
1549 | 2024-05-03T21:14:56.298Z | Compiling heck v0.5.0 |
1550 | 2024-05-03T21:14:56.461Z | Compiling uuid v0.8.2 |
1551 | 2024-05-03T21:14:56.771Z | Compiling slog v2.7.0 |
1552 | 2024-05-03T21:14:56.858Z | Compiling httparse v1.8.0 |
1553 | 2024-05-03T21:14:57.020Z | Compiling tinyvec_macros v0.1.1 |
1554 | 2024-05-03T21:14:57.168Z | Compiling openssl-sys v0.9.102 |
1555 | 2024-05-03T21:14:57.280Z | Compiling tinyvec v1.6.0 |
1556 | 2024-05-03T21:14:57.303Z | Compiling uuid v1.8.0 |
1557 | 2024-05-03T21:14:57.472Z | Compiling ucd-trie v0.1.6 |
1558 | 2024-05-03T21:14:57.844Z | Compiling percent-encoding v2.3.1 |
1559 | 2024-05-03T21:14:58.192Z | Compiling chrono v0.4.38 |
1560 | 2024-05-03T21:14:58.203Z | Compiling unicode-width v0.1.12 |
1561 | 2024-05-03T21:14:58.298Z | Compiling form_urlencoded v1.2.1 |
1562 | 2024-05-03T21:14:58.605Z | Compiling unicode-normalization v0.1.23 |
1563 | 2024-05-03T21:14:59.053Z | Compiling aho-corasick v1.1.3 |
1564 | 2024-05-03T21:14:59.264Z | Compiling serde_derive_internals v0.29.0 |
1565 | 2024-05-03T21:14:59.675Z | Compiling typenum v1.17.0 |
1566 | 2024-05-03T21:15:00.158Z | Compiling regex-syntax v0.8.3 |
1567 | 2024-05-03T21:15:00.692Z | Compiling openssl v0.10.64 |
1568 | 2024-05-03T21:15:01.121Z | Compiling unicode-bidi v0.3.15 |
1569 | 2024-05-03T21:15:01.553Z | Compiling foreign-types-shared v0.1.1 |
1570 | 2024-05-03T21:15:01.645Z | Compiling try-lock v0.2.5 |
1571 | 2024-05-03T21:15:01.774Z | Compiling want v0.3.1 |
1572 | 2024-05-03T21:15:02.092Z | Compiling foreign-types v0.3.2 |
1573 | 2024-05-03T21:15:02.840Z | Compiling generic-array v0.14.7 |
1574 | 2024-05-03T21:15:02.860Z | Compiling native-tls v0.2.11 |
1575 | 2024-05-03T21:15:03.163Z | Compiling rustls v0.21.12 |
1576 | 2024-05-03T21:15:03.202Z | Compiling httpdate v1.0.3 |
1577 | 2024-05-03T21:15:03.470Z | Compiling regex-automata v0.4.6 |
1578 | 2024-05-03T21:15:03.693Z | Compiling tower-service v0.3.2 |
1579 | 2024-05-03T21:15:03.719Z | Compiling heck v0.4.1 |
1580 | 2024-05-03T21:15:04.096Z | Compiling idna v0.5.0 |
1581 | 2024-05-03T21:15:04.768Z | Compiling serde_derive v1.0.200 |
1582 | 2024-05-03T21:15:05.342Z | Compiling zerocopy-derive v0.7.32 |
1583 | 2024-05-03T21:15:07.540Z | Compiling thiserror-impl v1.0.59 |
1584 | 2024-05-03T21:15:07.580Z | Compiling tokio-macros v2.2.0 |
1585 | 2024-05-03T21:15:07.580Z | Compiling schemars_derive v0.8.17 |
1586 | 2024-05-03T21:15:07.580Z | Compiling zerocopy v0.7.32 |
1587 | 2024-05-03T21:15:07.580Z | Compiling futures-macro v0.3.30 |
1588 | 2024-05-03T21:15:07.600Z | Compiling tracing-attributes v0.1.27 |
1589 | 2024-05-03T21:15:08.707Z | Compiling pest v2.7.10 |
1590 | 2024-05-03T21:15:09.549Z | Compiling openssl-macros v0.1.1 |
1591 | 2024-05-03T21:15:09.574Z | Compiling futures-util v0.3.30 |
1592 | 2024-05-03T21:15:09.689Z | Compiling hashbrown v0.14.5 |
1593 | 2024-05-03T21:15:11.063Z | Compiling tracing v0.1.40 |
1594 | 2024-05-03T21:15:11.103Z | Compiling regress v0.9.1 |
1595 | 2024-05-03T21:15:11.508Z | Compiling pest_meta v2.7.10 |
1596 | 2024-05-03T21:15:11.700Z | Compiling regex v1.10.4 |
1597 | 2024-05-03T21:15:13.433Z | Compiling pest_generator v2.7.10 |
1598 | 2024-05-03T21:15:14.407Z | Compiling sct v0.7.1 |
1599 | 2024-05-03T21:15:14.751Z | Compiling rustls-webpki v0.101.7 |
1600 | 2024-05-03T21:15:15.217Z | Compiling rand_core v0.6.4 |
1601 | 2024-05-03T21:15:15.757Z | Compiling openssl-probe v0.1.5 |
1602 | 2024-05-03T21:15:15.876Z | Compiling subtle v2.5.0 |
1603 | 2024-05-03T21:15:16.106Z | Compiling pest_derive v2.7.10 |
1604 | 2024-05-03T21:15:16.920Z | Compiling url v2.5.0 |
1605 | 2024-05-03T21:15:17.002Z | Compiling encoding_rs v0.8.34 |
1606 | 2024-05-03T21:15:17.072Z | Compiling mime v0.3.17 |
1607 | 2024-05-03T21:15:17.681Z | Compiling ipnet v2.9.0 |
1608 | 2024-05-03T21:15:17.881Z | Compiling dtrace-parser v0.2.0 |
1609 | 2024-05-03T21:15:18.888Z | Compiling bytes v1.6.0 |
1610 | 2024-05-03T21:15:19.203Z | Compiling indexmap v2.2.6 |
1611 | 2024-05-03T21:15:20.315Z | Compiling tokio v1.37.0 |
1612 | 2024-05-03T21:15:20.518Z | Compiling serde_tokenstream v0.2.0 |
1613 | 2024-05-03T21:15:21.063Z | Compiling http v0.2.12 |
1614 | 2024-05-03T21:15:22.105Z | Compiling serde_urlencoded v0.7.1 |
1615 | 2024-05-03T21:15:22.196Z | Compiling scroll_derive v0.12.0 |
1616 | 2024-05-03T21:15:22.632Z | Compiling http-body v0.4.6 |
1617 | 2024-05-03T21:15:23.097Z | Compiling getopts v0.2.21 |
1618 | 2024-05-03T21:15:23.724Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#08a53a7e) |
1619 | 2024-05-03T21:15:23.757Z | Compiling usdt-impl v0.5.0 |
1620 | 2024-05-03T21:15:24.149Z | Compiling ppv-lite86 v0.2.17 |
1621 | 2024-05-03T21:15:24.252Z | Compiling rustversion v1.0.15 |
1622 | 2024-05-03T21:15:24.698Z | Compiling base64 v0.21.7 |
1623 | 2024-05-03T21:15:24.935Z | Compiling crossbeam-utils v0.8.19 |
1624 | 2024-05-03T21:15:25.142Z | Compiling omicron-workspace-hack v0.1.0 |
1625 | 2024-05-03T21:15:25.501Z | Compiling rustls-pemfile v1.0.4 |
1626 | 2024-05-03T21:15:25.525Z | Compiling rand_chacha v0.3.1 |
1627 | 2024-05-03T21:15:26.179Z | Compiling scroll v0.12.0 |
1628 | 2024-05-03T21:15:26.709Z | Compiling thread-id v4.2.1 |
1629 | 2024-05-03T21:15:26.778Z | Compiling openapiv3 v2.0.0 |
1630 | 2024-05-03T21:15:27.093Z | Compiling dof v0.3.0 |
1631 | 2024-05-03T21:15:27.335Z | Compiling crypto-common v0.1.6 |
1632 | 2024-05-03T21:15:27.466Z | Compiling block-buffer v0.10.4 |
1633 | 2024-05-03T21:15:27.652Z | Compiling time-core v0.1.2 |
1634 | 2024-05-03T21:15:27.810Z | Compiling num-conv v0.1.0 |
1635 | 2024-05-03T21:15:27.937Z | Compiling powerfmt v0.2.0 |
1636 | 2024-05-03T21:15:28.092Z | Compiling sync_wrapper v0.1.2 |
1637 | 2024-05-03T21:15:28.191Z | Compiling unsafe-libyaml v0.2.11 |
1638 | 2024-05-03T21:15:28.338Z | Compiling anyhow v1.0.82 |
1639 | 2024-05-03T21:15:28.634Z | Compiling tokio-util v0.7.10 |
1640 | 2024-05-03T21:15:28.869Z | Compiling tokio-rustls v0.24.1 |
1641 | 2024-05-03T21:15:29.270Z | Compiling tokio-native-tls v0.3.1 |
1642 | 2024-05-03T21:15:29.521Z | Compiling strsim v0.10.0 |
1643 | 2024-05-03T21:15:29.997Z | Compiling h2 v0.3.26 |
1644 | 2024-05-03T21:15:30.108Z | Compiling plain v0.2.3 |
1645 | 2024-05-03T21:15:30.116Z | Compiling ident_case v1.0.1 |
1646 | 2024-05-03T21:15:30.243Z | Compiling webpki-roots v0.25.4 |
1647 | 2024-05-03T21:15:30.276Z | Compiling darling_core v0.20.8 |
1648 | 2024-05-03T21:15:30.378Z | Compiling goblin v0.8.2 |
1649 | 2024-05-03T21:15:31.142Z | Compiling serde_yaml v0.9.34+deprecated |
1650 | 2024-05-03T21:15:31.603Z | Compiling deranged v0.3.11 |
1651 | 2024-05-03T21:15:33.575Z | Compiling time-macros v0.2.18 |
1652 | 2024-05-03T21:15:34.786Z | Compiling hyper v0.14.28 |
1653 | 2024-05-03T21:15:36.256Z | Compiling digest v0.10.7 |
1654 | 2024-05-03T21:15:36.682Z | Compiling rand v0.8.5 |
1655 | 2024-05-03T21:15:38.762Z | Compiling pretty-hex v0.4.1 |
1656 | 2024-05-03T21:15:38.956Z | Compiling num_threads v0.1.7 |
1657 | 2024-05-03T21:15:39.080Z | Compiling rustls-pki-types v1.5.0 |
1658 | 2024-05-03T21:15:39.404Z | Compiling match_cfg v0.1.0 |
1659 | 2024-05-03T21:15:39.488Z | Compiling lazy_static v1.4.0 |
1660 | 2024-05-03T21:15:39.525Z | Compiling hostname v0.3.1 |
1661 | 2024-05-03T21:15:39.604Z | Compiling time v0.3.36 |
1662 | 2024-05-03T21:15:39.779Z | Compiling hyper-tls v0.5.0 |
1663 | 2024-05-03T21:15:39.961Z | Compiling hyper-rustls v0.24.2 |
1664 | 2024-05-03T21:15:40.249Z | Compiling reqwest v0.11.27 |
1665 | 2024-05-03T21:15:40.308Z | Compiling darling_macro v0.20.8 |
1666 | 2024-05-03T21:15:42.211Z | Compiling async-trait v0.1.80 |
1667 | 2024-05-03T21:15:42.283Z | Compiling dirs-sys-next v0.1.2 |
1668 | 2024-05-03T21:15:42.404Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062) |
1669 | 2024-05-03T21:15:43.359Z | Compiling instant v0.1.12 |
1670 | 2024-05-03T21:15:43.371Z | Compiling rustls v0.22.4 |
1671 | 2024-05-03T21:15:43.371Z | Compiling cpufeatures v0.2.12 |
1672 | 2024-05-03T21:15:43.371Z | Compiling paste v1.0.14 |
1673 | 2024-05-03T21:15:43.472Z | Compiling dirs-next v2.0.0 |
1674 | 2024-05-03T21:15:43.647Z | Compiling darling v0.20.8 |
1675 | 2024-05-03T21:15:43.708Z | Compiling rustls-webpki v0.102.3 |
1676 | 2024-05-03T21:15:43.743Z | Compiling usdt-attr-macro v0.5.0 |
1677 | 2024-05-03T21:15:44.021Z | Compiling usdt-macro v0.5.0 |
1678 | 2024-05-03T21:15:44.640Z | Compiling serde_spanned v0.6.5 |
1679 | 2024-05-03T21:15:44.844Z | Compiling toml_datetime v0.6.5 |
1680 | 2024-05-03T21:15:45.340Z | Compiling futures-executor v0.3.30 |
1681 | 2024-05-03T21:15:45.371Z | Compiling structmeta-derive v0.3.0 |
1682 | 2024-05-03T21:15:45.431Z | Compiling memmap v0.7.0 |
1683 | 2024-05-03T21:15:45.634Z | Compiling multer v3.0.0 |
1684 | 2024-05-03T21:15:45.795Z | Compiling thread_local v1.1.8 |
1685 | 2024-05-03T21:15:45.940Z | Compiling winnow v0.6.7 |
1686 | 2024-05-03T21:15:45.972Z | Compiling zeroize v1.7.0 |
1687 | 2024-05-03T21:15:46.098Z | Compiling slog-async v2.8.0 |
1688 | 2024-05-03T21:15:46.263Z | Compiling base64 v0.22.1 |
1689 | 2024-05-03T21:15:46.391Z | Compiling winnow v0.5.40 |
1690 | 2024-05-03T21:15:46.959Z | Compiling camino v1.1.6 |
1691 | 2024-05-03T21:15:47.638Z | Compiling usdt v0.5.0 |
1692 | 2024-05-03T21:15:48.147Z | Compiling structmeta v0.3.0 |
1693 | 2024-05-03T21:15:48.195Z | Compiling futures v0.3.30 |
1694 | 2024-05-03T21:15:48.293Z | Compiling serde_with_macros v3.8.1 |
1695 | 2024-05-03T21:15:48.485Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#08a53a7e) |
1696 | 2024-05-03T21:15:49.616Z | Compiling toml_edit v0.22.12 |
1697 | 2024-05-03T21:15:49.655Z | Compiling term v0.7.0 |
1698 | 2024-05-03T21:15:49.980Z | Compiling slog-json v2.6.1 |
1699 | 2024-05-03T21:15:50.297Z | Compiling crossbeam-channel v0.5.12 |
1700 | 2024-05-03T21:15:50.348Z | Compiling http v1.1.0 |
1701 | 2024-05-03T21:15:51.218Z | Compiling async-stream-impl v0.3.5 |
1702 | 2024-05-03T21:15:51.531Z | Compiling is-terminal v0.4.12 |
1703 | 2024-05-03T21:15:51.647Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#33e158ba) |
1704 | 2024-05-03T21:15:51.667Z | Compiling take_mut v0.2.2 |
1705 | 2024-05-03T21:15:51.803Z | Compiling semver v1.0.22 |
1706 | 2024-05-03T21:15:51.999Z | Compiling atomic-waker v1.1.2 |
1707 | 2024-05-03T21:15:52.170Z | Compiling waitgroup v0.1.2 |
1708 | 2024-05-03T21:15:52.640Z | Compiling async-stream v0.3.5 |
1709 | 2024-05-03T21:15:52.976Z | Compiling toml v0.8.12 |
1710 | 2024-05-03T21:15:53.067Z | Compiling slog-term v2.9.1 |
1711 | 2024-05-03T21:15:53.593Z | Compiling tokio-rustls v0.25.0 |
1712 | 2024-05-03T21:15:53.810Z | Compiling serde_with v3.8.1 |
1713 | 2024-05-03T21:15:53.857Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#08a53a7e) |
1714 | 2024-05-03T21:15:53.972Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062) |
1715 | 2024-05-03T21:15:54.394Z | Compiling slog-bunyan v2.5.0 |
1716 | 2024-05-03T21:15:54.584Z | Compiling parse-display-derive v0.9.0 |
1717 | 2024-05-03T21:15:56.249Z | Compiling rustls-pemfile v2.1.2 |
1718 | 2024-05-03T21:15:56.712Z | Compiling sha1 v0.10.6 |
1719 | 2024-05-03T21:15:57.124Z | Compiling strum_macros v0.26.2 |
1720 | 2024-05-03T21:15:57.721Z | Compiling newtype-uuid v1.1.0 |
1721 | 2024-05-03T21:15:58.183Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#33e158ba) |
1722 | 2024-05-03T21:15:58.200Z | Compiling serde_path_to_error v0.1.16 |
1723 | 2024-05-03T21:15:58.836Z | Compiling hex v0.4.3 |
1724 | 2024-05-03T21:15:59.408Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1725 | 2024-05-03T21:15:59.462Z | Compiling hostname v0.4.0 |
1726 | 2024-05-03T21:15:59.541Z | Compiling proc-macro-error-attr v1.0.4 |
1727 | 2024-05-03T21:15:59.608Z | Compiling debug-ignore v1.0.5 |
1728 | 2024-05-03T21:15:59.709Z | Compiling semver v0.1.20 |
1729 | 2024-05-03T21:15:59.736Z | Compiling rustix v0.38.34 |
1730 | 2024-05-03T21:15:59.924Z | Compiling parse-display v0.9.0 |
1731 | 2024-05-03T21:16:00.273Z | Compiling rustc_version v0.1.7 |
1732 | 2024-05-03T21:16:00.312Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1733 | 2024-05-03T21:16:00.476Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1734 | 2024-05-03T21:16:00.508Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ee901b00) |
1735 | 2024-05-03T21:16:00.663Z | Compiling backoff v0.4.0 |
1736 | 2024-05-03T21:16:00.706Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ee901b00) |
1737 | 2024-05-03T21:16:00.788Z | Compiling ipnetwork v0.20.0 |
1738 | 2024-05-03T21:16:01.017Z | Compiling macaddr v1.0.1 |
1739 | 2024-05-03T21:16:01.428Z | Compiling errno v0.3.8 |
1740 | 2024-05-03T21:16:01.459Z | Compiling proc-macro-error v1.0.4 |
1741 | 2024-05-03T21:16:01.579Z | Compiling utf8parse v0.2.1 |
1742 | 2024-05-03T21:16:01.641Z | Compiling unicode-segmentation v1.11.0 |
1743 | 2024-05-03T21:16:01.726Z | Compiling anstyle-parse v0.2.4 |
1744 | 2024-05-03T21:16:01.946Z | Compiling strum v0.26.2 |
1745 | 2024-05-03T21:16:01.968Z | Compiling newtype_derive v0.1.6 |
1746 | 2024-05-03T21:16:02.046Z | Compiling console v0.15.8 |
1747 | 2024-05-03T21:16:02.267Z | Compiling newline-converter v0.3.0 |
1748 | 2024-05-03T21:16:02.415Z | Compiling hubpack_derive v0.1.1 |
1749 | 2024-05-03T21:16:02.492Z | Compiling zerocopy-derive v0.6.6 |
1750 | 2024-05-03T21:16:02.878Z | Compiling base64ct v1.6.0 |
1751 | 2024-05-03T21:16:03.424Z | Compiling anstyle v1.0.7 |
1752 | 2024-05-03T21:16:03.443Z | Compiling is_terminal_polyfill v1.70.0 |
1753 | 2024-05-03T21:16:03.513Z | Compiling anstyle-query v1.0.3 |
1754 | 2024-05-03T21:16:03.554Z | Compiling similar v2.5.0 |
1755 | 2024-05-03T21:16:03.636Z | Compiling colorchoice v1.0.1 |
1756 | 2024-05-03T21:16:03.784Z | Compiling anstream v0.6.14 |
1757 | 2024-05-03T21:16:03.836Z | Compiling hubpack v0.1.2 |
1758 | 2024-05-03T21:16:03.875Z | Compiling password-hash v0.5.0 |
1759 | 2024-05-03T21:16:04.381Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062) |
1760 | 2024-05-03T21:16:04.563Z | Compiling zerocopy v0.6.6 |
1761 | 2024-05-03T21:16:04.578Z | Compiling expectorate v1.1.0 |
1762 | 2024-05-03T21:16:04.658Z | Compiling terminal_size v0.3.0 |
1763 | 2024-05-03T21:16:04.774Z | Compiling toml_edit v0.19.15 |
1764 | 2024-05-03T21:16:04.859Z | Compiling strum_macros v0.25.3 |
1765 | 2024-05-03T21:16:04.923Z | Compiling blake2 v0.10.6 |
1766 | 2024-05-03T21:16:05.072Z | Compiling serde_repr v0.1.19 |
1767 | 2024-05-03T21:16:05.486Z | Compiling num-integer v0.1.46 |
1768 | 2024-05-03T21:16:06.141Z | Compiling num-rational v0.4.1 |
1769 | 2024-05-03T21:16:06.252Z | Compiling clap_lex v0.7.0 |
1770 | 2024-05-03T21:16:06.317Z | Compiling bitflags v1.3.2 |
1771 | 2024-05-03T21:16:06.361Z | Compiling matches v0.1.10 |
1772 | 2024-05-03T21:16:06.399Z | Compiling static_assertions v1.1.0 |
1773 | 2024-05-03T21:16:06.440Z | Compiling fixedbitset v0.4.2 |
1774 | 2024-05-03T21:16:06.479Z | Compiling strsim v0.11.1 |
1775 | 2024-05-03T21:16:06.496Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1776 | 2024-05-03T21:16:06.789Z | Compiling bytecount v0.6.8 |
1777 | 2024-05-03T21:16:06.883Z | Compiling clap_builder v4.5.2 |
1778 | 2024-05-03T21:16:06.891Z | Compiling petgraph v0.6.4 |
1779 | 2024-05-03T21:16:06.989Z | Compiling papergrid v0.11.0 |
1780 | 2024-05-03T21:16:07.566Z | Compiling proc-macro-crate v1.3.1 |
1781 | 2024-05-03T21:16:08.636Z | Compiling idna v0.2.3 |
1782 | 2024-05-03T21:16:08.905Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1783 | 2024-05-03T21:16:10.160Z | Compiling argon2 v0.5.3 |
1784 | 2024-05-03T21:16:10.508Z | Compiling tabled_derive v0.7.0 |
1785 | 2024-05-03T21:16:10.969Z | Compiling enum-as-inner v0.5.1 |
1786 | 2024-05-03T21:16:11.108Z | Compiling clap_derive v4.5.4 |
1787 | 2024-05-03T21:16:11.706Z | Compiling quick-error v1.2.3 |
1788 | 2024-05-03T21:16:11.853Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1789 | 2024-05-03T21:16:12.127Z | Compiling linked-hash-map v0.5.6 |
1790 | 2024-05-03T21:16:12.177Z | Compiling data-encoding v2.6.0 |
1791 | 2024-05-03T21:16:12.340Z | Compiling resolv-conf v0.7.0 |
1792 | 2024-05-03T21:16:12.472Z | Compiling lru-cache v0.1.2 |
1793 | 2024-05-03T21:16:12.639Z | Compiling num_enum_derive v0.5.11 |
1794 | 2024-05-03T21:16:12.920Z | Compiling tabled v0.15.0 |
1795 | 2024-05-03T21:16:13.266Z | Compiling trust-dns-proto v0.22.0 |
1796 | 2024-05-03T21:16:14.889Z | Compiling steno v0.4.0 |
1797 | 2024-05-03T21:16:15.019Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ee901b00) |
1798 | 2024-05-03T21:16:15.447Z | Compiling num-iter v0.1.44 |
1799 | 2024-05-03T21:16:15.628Z | Compiling foreign-types-macros v0.2.3 |
1800 | 2024-05-03T21:16:15.919Z | Compiling clap v4.5.4 |
1801 | 2024-05-03T21:16:16.018Z | Compiling num-complex v0.4.5 |
1802 | 2024-05-03T21:16:16.953Z | Compiling slog-dtrace v0.3.0 |
1803 | 2024-05-03T21:16:17.115Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1804 | 2024-05-03T21:16:17.181Z | Compiling foreign-types-shared v0.3.1 |
1805 | 2024-05-03T21:16:17.275Z | Compiling humantime v2.1.0 |
1806 | 2024-05-03T21:16:17.304Z | Compiling parking_lot_core v0.8.6 |
1807 | 2024-05-03T21:16:17.526Z | Compiling foreign-types v0.5.0 |
1808 | 2024-05-03T21:16:17.620Z | Compiling trust-dns-resolver v0.22.0 |
1809 | 2024-05-03T21:16:17.788Z | Compiling num v0.4.2 |
1810 | 2024-05-03T21:16:17.820Z | Compiling num_enum v0.5.11 |
1811 | 2024-05-03T21:16:18.037Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ee901b00) |
1812 | 2024-05-03T21:16:18.128Z | Compiling num-derive v0.3.3 |
1813 | 2024-05-03T21:16:18.545Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1814 | 2024-05-03T21:16:19.197Z | Compiling cstr-argument v0.1.2 |
1815 | 2024-05-03T21:16:19.436Z | Compiling libnet v0.1.0 (https://www.github.com/oxidecomputer/netadm-sys.git?branch=main#4ceaf96e) |
1816 | 2024-05-03T21:16:19.460Z | Compiling pretty-hex v0.2.1 |
1817 | 2024-05-03T21:16:19.618Z | Compiling crc32fast v1.4.0 |
1818 | 2024-05-03T21:16:19.786Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1819 | 2024-05-03T21:16:20.197Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1820 | 2024-05-03T21:16:20.402Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1821 | 2024-05-03T21:16:20.822Z | Compiling toml_edit v0.21.1 |
1822 | 2024-05-03T21:16:21.093Z | Compiling colored v2.1.0 |
1823 | 2024-05-03T21:16:21.256Z | Compiling socket2 v0.4.10 |
1824 | 2024-05-03T21:16:21.550Z | Compiling half v2.4.1 |
1825 | 2024-05-03T21:16:21.949Z | Compiling ciborium-io v0.2.2 |
1826 | 2024-05-03T21:16:22.058Z | Compiling ciborium-ll v0.2.2 |
1827 | 2024-05-03T21:16:22.177Z | Compiling parking_lot v0.11.2 |
1828 | 2024-05-03T21:16:22.209Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1829 | 2024-05-03T21:16:22.457Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062) |
1830 | 2024-05-03T21:16:22.642Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
1831 | 2024-05-03T21:16:22.776Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ee901b00) |
1832 | 2024-05-03T21:16:23.202Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ee901b00) |
1833 | 2024-05-03T21:16:23.246Z | Compiling proc-macro-crate v3.1.0 |
1834 | 2024-05-03T21:16:24.331Z | Compiling crossbeam-epoch v0.9.18 |
1835 | 2024-05-03T21:16:24.936Z | Compiling fxhash v0.2.1 |
1836 | 2024-05-03T21:16:25.093Z | Compiling either v1.11.0 |
1837 | 2024-05-03T21:16:25.115Z | Compiling sled v0.34.7 |
1838 | 2024-05-03T21:16:25.264Z | Compiling ciborium v0.2.2 |
1839 | 2024-05-03T21:16:25.457Z | Compiling itertools v0.12.1 |
1840 | 2024-05-03T21:16:25.503Z | Compiling diff v0.1.13 |
1841 | 2024-05-03T21:16:25.935Z | Compiling yansi v0.5.1 |
1842 | 2024-05-03T21:16:26.214Z | Compiling pretty_assertions v1.4.0 |
1843 | 2024-05-03T21:16:26.735Z | Compiling num_enum_derive v0.7.2 |
1844 | 2024-05-03T21:16:26.921Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ee901b00) |
1845 | 2024-05-03T21:16:28.918Z | Compiling num_enum v0.7.2 |
1846 | 2024-05-03T21:16:33.370Z | Compiling sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ee901b00) |
1847 | 2024-05-03T21:16:33.370Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ee901b00) |
1848 | 2024-05-03T21:16:33.374Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ee901b00) |
1849 | 2024-05-03T21:16:39.726Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ee901b00) |
1850 | 2024-05-03T21:16:52.115Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ee901b00) |
1851 | 2024-05-03T21:16:54.751Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ee901b00) |
1852 | 2024-05-03T21:16:55.868Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1853 | 2024-05-03T21:16:57.019Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1854 | 2024-05-03T21:16:58.766Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
1855 | 2024-05-03T21:17:17.284Z | Finished test [unoptimized + debuginfo] target(s) in 2m 27s |
1856 | 2024-05-03T21:17:17.363Z | Starting 2 tests across 1 binary (run ID: e325944a-50fe-4729-8fa7-b4a8bff8b6bf, nextest profile: default) |
1857 | 2024-05-03T21:17:17.369Z | START bfd test::test_new_daemon |
1858 | 2024-05-03T21:17:17.373Z | |
1859 | 2024-05-03T21:17:17.373Z | running 1 test |
1860 | 2024-05-03T21:17:17.444Z | {"msg":"send: sending on a closed channel","v":0,"name":"slog-rs","level":40test test::test_new_daemon ... ok |
1861 | 2024-05-03T21:17:17.444Z | |
1862 | 2024-05-03T21:17:17.444Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 0.07s |
1863 | 2024-05-03T21:17:17.444Z | |
1864 | 2024-05-03T21:17:17.452Z | PASS [ 0.085s] bfd test::test_new_daemon |
1865 | 2024-05-03T21:17:17.453Z | START bfd test::test_protocol_basics |
1866 | 2024-05-03T21:17:17.459Z | |
1867 | 2024-05-03T21:17:17.459Z | running 1 test |
1868 | 2024-05-03T21:17:17.531Z | {{""msg"msg"::""[Down][203.0.113.20] recv: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 2092342914, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }[Down][203.0.113.10] recv: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 879137688, 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-05-03T21:17:16.523260079Z","hostname":"w-01HX04M1QCT41AZCJYYG0KXY9W",","pidtime""::"2024-05-03T21:17:16.52325847Z","hostname":"w-01HX04M1QCT41AZCJYYG0KXY9W","pid"3284:3284} |
1869 | 2024-05-03T21:17:17.531Z | } |
1870 | 2024-05-03T21:17:17.531Z | {{"msg":""transition -> Init"msg":","v":transition -> Init0","name,""v"::"0slog-rs",",name"":"level":slog-rs"30,"level":30,"time,"":"time":"2024-05-03T21:17:16.523563477Z"2024-05-03T21:17:16.523562547Z",",hostname"":"hostname":"w-01HX04M1QCT41AZCJYYG0KXY9W","w-01HX04M1QCT41AZCJYYG0KXY9W"pid",:"3284pid":3284,"peer":,""peer":"203.0.113.10","203.0.113.20"state,"":"state"Down":}" |
1871 | 2024-05-03T21:17:17.531Z | Down"} |
1872 | 2024-05-03T21:17:18.528Z | {"msg":"[Init][203.0.113.20] recv: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 2092342914, your_discriminator: 879137688, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2024-05-03T21:17:17.520132934Z","hostname":"w-01HX04M1QCT41AZCJYYG0KXY9W","pid":3284} |
1873 | 2024-05-03T21:17:18.528Z | {"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2024-05-03T21:17:17.520190808Z","hostname":"w-01HX04M1QCT41AZCJYYG0KXY9W","pid":3284,"peer":"203.0.113.20","state":"Init"} |
1874 | 2024-05-03T21:17:18.531Z | {"msg":"[Init][203.0.113.10] recv: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 879137688, your_discriminator: 2092342914, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2024-05-03T21:17:17.523209423Z","hostname":"w-01HX04M1QCT41AZCJYYG0KXY9W","pid":3284} |
1875 | 2024-05-03T21:17:18.531Z | {"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2024-05-03T21:17:17.523253048Z","hostname":"w-01HX04M1QCT41AZCJYYG0KXY9W","pid":3284,"peer":"203.0.113.10","state":"Init"} |
1876 | 2024-05-03T21:17:23.529Z | {"msg":"[Up][203.0.113.20] recv: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 2092342914, your_discriminator: 879137688, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2024-05-03T21:17:22.520210475Z","hostname":"w-01HX04M1QCT41AZCJYYG0KXY9W","pid":3284} |
1877 | 2024-05-03T21:17:23.532Z | {"msg":"[Up][203.0.113.10] recv: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 879137688, your_discriminator: 2092342914, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2024-05-03T21:17:22.523282415Z","hostname":"w-01HX04M1QCT41AZCJYYG0KXY9W","pid":3284} |
1878 | 2024-05-03T21:17:27.534Z | {"msg":"dropping SM for 203.0.113.20","v":0,"name":"slog-rs","level":40{"msg":"dropping SM for 203.0.113.10",","time"v:"":02024-05-03T21:17:26.523138683Z","name":"slog-rs","level":,"40hostname":"w-01HX04M1QCT41AZCJYYG0KXY9W","pid":3284} |
1879 | 2024-05-03T21:17:27.534Z | ,"time":"2024-05-03T21:17:26.523172679Z","hostname":"w-01HX04M1QCT41AZCJYYG0KXY9W","pid":3284} |
1880 | 2024-05-03T21:17:27.538Z | test test::test_protocol_basics ... ok |
1881 | 2024-05-03T21:17:27.538Z | |
1882 | 2024-05-03T21:17:27.538Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 10.07s |
1883 | 2024-05-03T21:17:27.538Z | |
1884 | 2024-05-03T21:17:27.541Z | PASS [ 10.090s] bfd test::test_protocol_basics |
1885 | 2024-05-03T21:17:27.541Z | ------------ |
1886 | 2024-05-03T21:17:27.541Z | Summary [ 10.177s] 2 tests run: 2 passed, 0 skipped |
1887 | 2024-05-03T21:17:27.556Z | process exited: duration 338904 ms, exit code 0 |
|
1888 | 2024-05-03T21:17:27.562Z | found 0 output files |