|
|
|
1 | 2024-05-03T02:43:38.764Z | job assigned to worker 01HWY5843C2BS6E7R20Q1SB36Q (queued for 2 m 10 s) |
|
2 | 2024-05-03T02:43:46.616Z | starting task 0: "setup" |
3 | 2024-05-03T02:43:46.696Z | ++ uname -s |
4 | 2024-05-03T02:43:46.699Z | + kern=SunOS |
5 | 2024-05-03T02:43:46.699Z | + case "$kern" in |
6 | 2024-05-03T02:43:46.699Z | + groupadd -g 12345 build |
7 | 2024-05-03T02:43:46.746Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-05-03T02:43:48.761Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-05-03T02:43:48.867Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-05-03T02:43:48.870Z | + home_fs=zfs |
11 | 2024-05-03T02:43:48.870Z | + [[ zfs == autofs ]] |
12 | 2024-05-03T02:43:48.870Z | + mkdir -p /home/build |
13 | 2024-05-03T02:43:48.877Z | + chown build:build /home/build /work |
14 | 2024-05-03T02:43:49.875Z | + chmod 0700 /home/build /work |
15 | 2024-05-03T02:43:49.878Z | process exited: duration 3260 ms, exit code 0 |
|
16 | 2024-05-03T02:43:49.884Z | starting task 1: "rust-toolchain" |
17 | 2024-05-03T02:43:49.891Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-05-03T02:43:49.894Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
19 | 2024-05-03T02:43:50.006Z | info: downloading installer |
20 | 2024-05-03T02:43:51.206Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-05-03T02:43:51.207Z | warning: /opt/ooce/bin |
22 | 2024-05-03T02:43:51.207Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-05-03T02:43:51.207Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-05-03T02:43:51.207Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-05-03T02:43:51.207Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-05-03T02:43:51.207Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-05-03T02:43:51.207Z | error: cannot install while Rust is installed |
28 | 2024-05-03T02:43:51.207Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-05-03T02:43:51.348Z | info: profile set to 'default' |
30 | 2024-05-03T02:43:51.348Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-05-03T02:43:51.353Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
32 | 2024-05-03T02:43:51.470Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
33 | 2024-05-03T02:43:51.470Z | info: downloading component 'cargo' |
34 | 2024-05-03T02:43:52.131Z | info: downloading component 'clippy' |
35 | 2024-05-03T02:43:52.359Z | info: downloading component 'rust-docs' |
36 | 2024-05-03T02:43:53.228Z | info: downloading component 'rust-std' |
37 | 2024-05-03T02:43:54.611Z | info: downloading component 'rustc' |
38 | 2024-05-03T02:43:58.143Z | info: downloading component 'rustfmt' |
39 | 2024-05-03T02:43:58.343Z | info: installing component 'cargo' |
40 | 2024-05-03T02:43:59.222Z | info: installing component 'clippy' |
41 | 2024-05-03T02:43:59.596Z | info: installing component 'rust-docs' |
42 | 2024-05-03T02:44:01.119Z | info: installing component 'rust-std' |
43 | 2024-05-03T02:44:02.908Z | info: installing component 'rustc' |
44 | 2024-05-03T02:44:07.585Z | info: installing component 'rustfmt' |
45 | 2024-05-03T02:44:07.942Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
46 | 2024-05-03T02:44:07.942Z | |
47 | 2024-05-03T02:44:08.211Z | stable-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
48 | 2024-05-03T02:44:08.211Z | |
49 | 2024-05-03T02:44:08.231Z | |
50 | 2024-05-03T02:44:08.231Z | Rust is installed now. Great! |
51 | 2024-05-03T02:44:08.231Z | |
52 | 2024-05-03T02:44:08.231Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-05-03T02:44:08.231Z | environment variable. This has not been done automatically. |
54 | 2024-05-03T02:44:08.232Z | |
55 | 2024-05-03T02:44:08.232Z | To configure your current shell, you need to source |
56 | 2024-05-03T02:44:08.232Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-05-03T02:44:08.232Z | |
58 | 2024-05-03T02:44:08.232Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-05-03T02:44:08.232Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-05-03T02:44:08.232Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-05-03T02:44:08.302Z | + rustc --version |
62 | 2024-05-03T02:44:08.367Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
63 | 2024-05-03T02:44:08.371Z | process exited: duration 18482 ms, exit code 0 |
|
64 | 2024-05-03T02:44:08.378Z | starting task 2: "authentication" |
65 | 2024-05-03T02:44:08.402Z | process exited: duration 23 ms, exit code 0 |
|
66 | 2024-05-03T02:44:08.423Z | starting task 3: "clone repository" |
67 | 2024-05-03T02:44:08.427Z | + mkdir -p /work/oxidecomputer/maghemite |
68 | 2024-05-03T02:44:08.427Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
69 | 2024-05-03T02:44:12.686Z | Cloning into '/work/oxidecomputer/maghemite'... |
70 | 2024-05-03T02:44:12.722Z | + cd /work/oxidecomputer/maghemite |
71 | 2024-05-03T02:44:12.722Z | + git fetch origin 31bff50a6ead485354ca15249924331ae7a8423d |
72 | 2024-05-03T02:44:12.722Z | From https://github.com/oxidecomputer/maghemite |
73 | 2024-05-03T02:44:12.722Z | * branch 31bff50a6ead485354ca15249924331ae7a8423d -> FETCH_HEAD |
74 | 2024-05-03T02:44:12.722Z | + [[ -n '' ]] |
75 | 2024-05-03T02:44:12.722Z | + git reset --hard 31bff50a6ead485354ca15249924331ae7a8423d |
76 | 2024-05-03T02:44:12.722Z | HEAD is now at 31bff50 workaround |
77 | 2024-05-03T02:44:12.722Z | process exited: duration 2053 ms, exit code 0 |
|
78 | 2024-05-03T02:44:12.750Z | starting task 4: "build" |
79 | 2024-05-03T02:44:12.765Z | + set -o errexit |
80 | 2024-05-03T02:44:12.765Z | + set -o pipefail |
81 | 2024-05-03T02:44:12.765Z | + cargo --version |
82 | 2024-05-03T02:44:12.765Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
83 | 2024-05-03T02:44:12.874Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
84 | 2024-05-03T02:44:12.874Z | info: downloading component 'cargo' |
85 | 2024-05-03T02:44:13.493Z | info: downloading component 'clippy' |
86 | 2024-05-03T02:44:13.700Z | info: downloading component 'rust-docs' |
87 | 2024-05-03T02:44:14.535Z | info: downloading component 'rust-std' |
88 | 2024-05-03T02:44:15.712Z | info: downloading component 'rustc' |
89 | 2024-05-03T02:44:18.930Z | info: downloading component 'rustfmt' |
90 | 2024-05-03T02:44:19.114Z | info: installing component 'cargo' |
91 | 2024-05-03T02:44:19.974Z | info: installing component 'clippy' |
92 | 2024-05-03T02:44:20.351Z | info: installing component 'rust-docs' |
93 | 2024-05-03T02:44:21.845Z | info: installing component 'rust-std' |
94 | 2024-05-03T02:44:23.558Z | info: installing component 'rustc' |
95 | 2024-05-03T02:44:27.987Z | info: installing component 'rustfmt' |
96 | 2024-05-03T02:44:28.475Z | cargo 1.77.2 (e52e36006 2024-03-26) |
97 | 2024-05-03T02:44:28.475Z | + rustc --version |
98 | 2024-05-03T02:44:28.475Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
99 | 2024-05-03T02:44:28.475Z | + cargo install cargo-nextest |
100 | 2024-05-03T02:44:28.549Z | Updating crates.io index |
101 | 2024-05-03T02:44:28.652Z | Downloading crates ... |
102 | 2024-05-03T02:44:28.735Z | Downloaded cargo-nextest v0.9.70 |
103 | 2024-05-03T02:44:28.772Z | Installing cargo-nextest v0.9.70 |
104 | 2024-05-03T02:44:28.836Z | Updating crates.io index |
105 | 2024-05-03T02:44:29.970Z | Downloading crates ... |
106 | 2024-05-03T02:44:30.083Z | Downloaded clap_lex v0.7.0 |
107 | 2024-05-03T02:44:30.086Z | Downloaded base64 v0.21.7 |
108 | 2024-05-03T02:44:30.091Z | Downloaded swrite v0.1.0 |
109 | 2024-05-03T02:44:30.094Z | Downloaded cfg-if v1.0.0 |
110 | 2024-05-03T02:44:30.094Z | Downloaded cargo-platform v0.1.8 |
111 | 2024-05-03T02:44:30.097Z | Downloaded anstream v0.6.14 |
112 | 2024-05-03T02:44:30.100Z | Downloaded tinyvec v1.6.0 |
113 | 2024-05-03T02:44:30.103Z | Downloaded tokio-native-tls v0.3.1 |
114 | 2024-05-03T02:44:30.106Z | Downloaded target-spec v3.1.0 |
115 | 2024-05-03T02:44:30.109Z | Downloaded supports-unicode v3.0.0 |
116 | 2024-05-03T02:44:30.109Z | Downloaded thiserror v1.0.59 |
117 | 2024-05-03T02:44:30.114Z | Downloaded toml_datetime v0.6.5 |
118 | 2024-05-03T02:44:30.117Z | Downloaded tempfile v3.10.1 |
119 | 2024-05-03T02:44:30.120Z | Downloaded cfg_aliases v0.1.1 |
120 | 2024-05-03T02:44:30.120Z | Downloaded ipnet v2.9.0 |
121 | 2024-05-03T02:44:30.123Z | Downloaded urlencoding v2.1.3 |
122 | 2024-05-03T02:44:30.130Z | Downloaded target-spec-miette v0.4.0 |
123 | 2024-05-03T02:44:30.130Z | Downloaded heck v0.5.0 |
124 | 2024-05-03T02:44:30.130Z | Downloaded futures-core v0.3.30 |
125 | 2024-05-03T02:44:30.140Z | Downloaded autocfg v1.2.0 |
126 | 2024-05-03T02:44:30.140Z | Downloaded tinyvec_macros v0.1.1 |
127 | 2024-05-03T02:44:30.140Z | Downloaded thiserror-impl v1.0.59 |
128 | 2024-05-03T02:44:30.141Z | Downloaded terminal_size v0.3.0 |
129 | 2024-05-03T02:44:30.155Z | Downloaded futures-macro v0.3.30 |
130 | 2024-05-03T02:44:30.155Z | Downloaded equivalent v1.0.1 |
131 | 2024-05-03T02:44:30.155Z | Downloaded sync_wrapper v0.1.2 |
132 | 2024-05-03T02:44:30.155Z | Downloaded syn v2.0.60 |
133 | 2024-05-03T02:44:30.162Z | Downloaded textwrap v0.16.1 |
134 | 2024-05-03T02:44:30.162Z | Downloaded guppy-workspace-hack v0.1.0 |
135 | 2024-05-03T02:44:30.163Z | Downloaded foreign-types v0.3.2 |
136 | 2024-05-03T02:44:30.163Z | Downloaded crypto-common v0.1.6 |
137 | 2024-05-03T02:44:30.163Z | Downloaded enable-ansi-support v0.2.1 |
138 | 2024-05-03T02:44:30.163Z | Downloaded http-body v0.4.6 |
139 | 2024-05-03T02:44:30.167Z | Downloaded filetime v0.2.23 |
140 | 2024-05-03T02:44:30.167Z | Downloaded camino-tempfile v1.1.1 |
141 | 2024-05-03T02:44:30.167Z | Downloaded tokio-macros v2.2.0 |
142 | 2024-05-03T02:44:30.175Z | Downloaded console v0.15.8 |
143 | 2024-05-03T02:44:30.175Z | Downloaded number_prefix v0.4.0 |
144 | 2024-05-03T02:44:30.178Z | Downloaded tower-service v0.3.2 |
145 | 2024-05-03T02:44:30.179Z | Downloaded cpufeatures v0.2.12 |
146 | 2024-05-03T02:44:30.179Z | Downloaded xxhash-rust v0.8.10 |
147 | 2024-05-03T02:44:30.179Z | Downloaded toml v0.8.12 |
148 | 2024-05-03T02:44:30.183Z | Downloaded nextest-metadata v0.10.0 |
149 | 2024-05-03T02:44:30.183Z | Downloaded toml_edit v0.22.12 |
150 | 2024-05-03T02:44:30.207Z | Downloaded openssl-probe v0.1.5 |
151 | 2024-05-03T02:44:30.210Z | Downloaded nested v0.1.1 |
152 | 2024-05-03T02:44:30.210Z | Downloaded native-tls v0.2.11 |
153 | 2024-05-03T02:44:30.213Z | Downloaded mukti-metadata v0.2.1 |
154 | 2024-05-03T02:44:30.213Z | Downloaded is_ci v1.2.0 |
155 | 2024-05-03T02:44:30.213Z | Downloaded is-terminal v0.4.12 |
156 | 2024-05-03T02:44:30.217Z | Downloaded want v0.3.1 |
157 | 2024-05-03T02:44:30.217Z | Downloaded utf8parse v0.2.1 |
158 | 2024-05-03T02:44:30.220Z | Downloaded openssl-macros v0.1.1 |
159 | 2024-05-03T02:44:30.220Z | Downloaded ahash v0.8.11 |
160 | 2024-05-03T02:44:30.220Z | Downloaded is_terminal_polyfill v1.70.0 |
161 | 2024-05-03T02:44:30.223Z | Downloaded vte_generate_state_changes v0.1.1 |
162 | 2024-05-03T02:44:30.223Z | Downloaded try-lock v0.2.5 |
163 | 2024-05-03T02:44:30.223Z | Downloaded home v0.5.9 |
164 | 2024-05-03T02:44:30.226Z | Downloaded block-buffer v0.10.4 |
165 | 2024-05-03T02:44:30.226Z | Downloaded pathdiff v0.2.1 |
166 | 2024-05-03T02:44:30.229Z | Downloaded humantime-serde v1.1.1 |
167 | 2024-05-03T02:44:30.229Z | Downloaded futures-task v0.3.30 |
168 | 2024-05-03T02:44:30.229Z | Downloaded env_logger v0.11.3 |
169 | 2024-05-03T02:44:30.232Z | Downloaded httpdate v1.0.3 |
170 | 2024-05-03T02:44:30.232Z | Downloaded futures-sink v0.3.30 |
171 | 2024-05-03T02:44:30.236Z | Downloaded newtype-uuid v1.1.0 |
172 | 2024-05-03T02:44:30.236Z | Downloaded zeroize v1.7.0 |
173 | 2024-05-03T02:44:30.236Z | Downloaded untrusted v0.9.0 |
174 | 2024-05-03T02:44:30.239Z | Downloaded futures v0.3.30 |
175 | 2024-05-03T02:44:30.243Z | Downloaded unicode-width v0.1.12 |
176 | 2024-05-03T02:44:30.247Z | Downloaded cargo_metadata v0.18.1 |
177 | 2024-05-03T02:44:30.250Z | Downloaded strip-ansi-escapes v0.2.0 |
178 | 2024-05-03T02:44:30.250Z | Downloaded futures-executor v0.3.30 |
179 | 2024-05-03T02:44:30.253Z | Downloaded once_cell v1.19.0 |
180 | 2024-05-03T02:44:30.259Z | Downloaded num_cpus v1.16.0 |
181 | 2024-05-03T02:44:30.259Z | Downloaded xattr v1.3.1 |
182 | 2024-05-03T02:44:30.259Z | Downloaded debug-ignore v1.0.5 |
183 | 2024-05-03T02:44:30.263Z | Downloaded base64ct v1.6.0 |
184 | 2024-05-03T02:44:30.263Z | Downloaded unicode-linebreak v0.1.5 |
185 | 2024-05-03T02:44:30.267Z | Downloaded fastrand v2.1.0 |
186 | 2024-05-03T02:44:30.267Z | Downloaded const-oid v0.9.6 |
187 | 2024-05-03T02:44:30.270Z | Downloaded bitflags v2.5.0 |
188 | 2024-05-03T02:44:30.276Z | Downloaded mime v0.3.17 |
189 | 2024-05-03T02:44:30.276Z | Downloaded miette-derive v7.2.0 |
190 | 2024-05-03T02:44:30.279Z | Downloaded lazy_static v1.4.0 |
191 | 2024-05-03T02:44:30.280Z | Downloaded zipsign-api v0.1.1 |
192 | 2024-05-03T02:44:30.280Z | Downloaded indenter v0.3.3 |
193 | 2024-05-03T02:44:30.280Z | Downloaded itoa v1.0.11 |
194 | 2024-05-03T02:44:30.283Z | Downloaded version_check v0.9.4 |
195 | 2024-05-03T02:44:30.283Z | Downloaded fnv v1.0.7 |
196 | 2024-05-03T02:44:30.283Z | Downloaded fixedbitset v0.4.2 |
197 | 2024-05-03T02:44:30.286Z | Downloaded ed25519 v2.2.3 |
198 | 2024-05-03T02:44:30.286Z | Downloaded display-error-chain v0.2.0 |
199 | 2024-05-03T02:44:30.311Z | Downloaded generic-array v0.14.7 |
200 | 2024-05-03T02:44:30.311Z | Downloaded pin-utils v0.1.0 |
201 | 2024-05-03T02:44:30.315Z | Downloaded pkg-config v0.3.30 |
202 | 2024-05-03T02:44:30.315Z | Downloaded digest v0.10.7 |
203 | 2024-05-03T02:44:30.315Z | Downloaded futures-io v0.3.30 |
204 | 2024-05-03T02:44:30.315Z | Downloaded future-queue v0.3.0 |
205 | 2024-05-03T02:44:30.315Z | Downloaded percent-encoding v2.3.1 |
206 | 2024-05-03T02:44:30.315Z | Downloaded zstd-safe v7.1.0 |
207 | 2024-05-03T02:44:30.315Z | Downloaded os_pipe v1.1.5 |
208 | 2024-05-03T02:44:30.315Z | Downloaded quick-junit v0.4.0 |
209 | 2024-05-03T02:44:30.315Z | Downloaded hyper-rustls v0.24.2 |
210 | 2024-05-03T02:44:30.315Z | Downloaded getrandom v0.2.14 |
211 | 2024-05-03T02:44:30.315Z | Downloaded tokio-rustls v0.24.1 |
212 | 2024-05-03T02:44:30.316Z | Downloaded eyre v0.6.12 |
213 | 2024-05-03T02:44:30.316Z | Downloaded crc32fast v1.4.0 |
214 | 2024-05-03T02:44:30.319Z | Downloaded rand_core v0.6.4 |
215 | 2024-05-03T02:44:30.319Z | Downloaded hyper-tls v0.5.0 |
216 | 2024-05-03T02:44:30.319Z | Downloaded humantime v2.1.0 |
217 | 2024-05-03T02:44:30.322Z | Downloaded clap_derive v4.5.4 |
218 | 2024-05-03T02:44:30.322Z | Downloaded camino v1.1.6 |
219 | 2024-05-03T02:44:30.325Z | Downloaded supports-hyperlinks v3.0.0 |
220 | 2024-05-03T02:44:30.325Z | Downloaded supports-color v3.0.0 |
221 | 2024-05-03T02:44:30.328Z | Downloaded static_assertions v1.1.0 |
222 | 2024-05-03T02:44:30.328Z | Downloaded signal-hook-registry v1.4.2 |
223 | 2024-05-03T02:44:30.333Z | Downloaded shell-words v1.1.0 |
224 | 2024-05-03T02:44:30.333Z | Downloaded addr2line v0.21.0 |
225 | 2024-05-03T02:44:30.336Z | Downloaded rustc_version v0.4.0 |
226 | 2024-05-03T02:44:30.336Z | Downloaded smol_str v0.2.1 |
227 | 2024-05-03T02:44:30.336Z | Downloaded self-replace v1.3.7 |
228 | 2024-05-03T02:44:30.339Z | Downloaded rustls-pemfile v1.0.4 |
229 | 2024-05-03T02:44:30.342Z | Downloaded serde_spanned v0.6.5 |
230 | 2024-05-03T02:44:30.342Z | Downloaded form_urlencoded v1.2.1 |
231 | 2024-05-03T02:44:30.342Z | Downloaded owo-colors v3.5.0 |
232 | 2024-05-03T02:44:30.345Z | Downloaded either v1.11.0 |
233 | 2024-05-03T02:44:30.348Z | Downloaded iana-time-zone v0.1.60 |
234 | 2024-05-03T02:44:30.348Z | Downloaded httparse v1.8.0 |
235 | 2024-05-03T02:44:30.351Z | Downloaded nextest-filtering v0.8.0 |
236 | 2024-05-03T02:44:30.354Z | Downloaded slab v0.4.9 |
237 | 2024-05-03T02:44:30.354Z | Downloaded signature v2.2.0 |
238 | 2024-05-03T02:44:30.360Z | Downloaded serde_ignored v0.1.10 |
239 | 2024-05-03T02:44:30.360Z | Downloaded supports-color v2.1.0 |
240 | 2024-05-03T02:44:30.367Z | Downloaded subtle v2.5.0 |
241 | 2024-05-03T02:44:30.367Z | Downloaded pin-project-lite v0.2.14 |
242 | 2024-05-03T02:44:30.367Z | Downloaded rand_chacha v0.3.1 |
243 | 2024-05-03T02:44:30.367Z | Downloaded zstd v0.13.1 |
244 | 2024-05-03T02:44:30.370Z | Downloaded miniz_oxide v0.7.2 |
245 | 2024-05-03T02:44:30.373Z | Downloaded unicode-ident v1.0.12 |
246 | 2024-05-03T02:44:30.376Z | Downloaded serde_path_to_error v0.1.16 |
247 | 2024-05-03T02:44:30.376Z | Downloaded strsim v0.11.1 |
248 | 2024-05-03T02:44:30.379Z | Downloaded spki v0.7.3 |
249 | 2024-05-03T02:44:30.379Z | Downloaded quote v1.0.36 |
250 | 2024-05-03T02:44:30.382Z | Downloaded sha2 v0.10.8 |
251 | 2024-05-03T02:44:30.386Z | Downloaded clap v4.5.4 |
252 | 2024-05-03T02:44:30.394Z | Downloaded rustc-demangle v0.1.23 |
253 | 2024-05-03T02:44:30.397Z | Downloaded semver v1.0.22 |
254 | 2024-05-03T02:44:30.400Z | Downloaded pin-project v1.1.5 |
255 | 2024-05-03T02:44:30.409Z | Downloaded smawk v0.3.2 |
256 | 2024-05-03T02:44:30.412Z | Downloaded unicode-bidi v0.3.15 |
257 | 2024-05-03T02:44:30.415Z | Downloaded socket2 v0.5.7 |
258 | 2024-05-03T02:44:30.418Z | Downloaded ryu v1.0.17 |
259 | 2024-05-03T02:44:30.421Z | Downloaded pin-project-internal v1.1.5 |
260 | 2024-05-03T02:44:30.421Z | Downloaded num-traits v0.2.18 |
261 | 2024-05-03T02:44:30.424Z | Downloaded log v0.4.21 |
262 | 2024-05-03T02:44:30.427Z | Downloaded tracing-core v0.1.32 |
263 | 2024-05-03T02:44:30.430Z | Downloaded serde_derive v1.0.200 |
264 | 2024-05-03T02:44:30.433Z | Downloaded spin v0.9.8 |
265 | 2024-05-03T02:44:30.436Z | Downloaded smallvec v1.13.2 |
266 | 2024-05-03T02:44:30.439Z | Downloaded self_update v0.39.0 |
267 | 2024-05-03T02:44:30.440Z | Downloaded tracing v0.1.40 |
268 | 2024-05-03T02:44:30.444Z | Downloaded config v0.14.0 |
269 | 2024-05-03T02:44:30.452Z | Downloaded cc v1.0.96 |
270 | 2024-05-03T02:44:30.458Z | Downloaded url v2.5.0 |
271 | 2024-05-03T02:44:30.461Z | Downloaded proc-macro2 v1.0.81 |
272 | 2024-05-03T02:44:30.464Z | Downloaded miette v7.2.0 |
273 | 2024-05-03T02:44:30.468Z | Downloaded memchr v2.7.2 |
274 | 2024-05-03T02:44:30.471Z | Downloaded vte v0.11.1 |
275 | 2024-05-03T02:44:30.474Z | Downloaded bytes v1.6.0 |
276 | 2024-05-03T02:44:30.478Z | Downloaded openssl-sys v0.9.102 |
277 | 2024-05-03T02:44:30.483Z | Downloaded minimal-lexical v0.2.1 |
278 | 2024-05-03T02:44:30.489Z | Downloaded serde v1.0.200 |
279 | 2024-05-03T02:44:30.492Z | Downloaded mio v0.8.11 |
280 | 2024-05-03T02:44:30.497Z | Downloaded ron v0.8.1 |
281 | 2024-05-03T02:44:30.503Z | Downloaded http v0.2.12 |
282 | 2024-05-03T02:44:30.507Z | Downloaded unicode-normalization v0.1.23 |
283 | 2024-05-03T02:44:30.511Z | Downloaded rand v0.8.5 |
284 | 2024-05-03T02:44:30.514Z | Downloaded nom v7.1.3 |
285 | 2024-05-03T02:44:30.520Z | Downloaded backtrace v0.3.71 |
286 | 2024-05-03T02:44:30.525Z | Downloaded indexmap v2.2.6 |
287 | 2024-05-03T02:44:30.530Z | Downloaded der v0.7.9 |
288 | 2024-05-03T02:44:30.537Z | Downloaded itertools v0.12.1 |
289 | 2024-05-03T02:44:30.542Z | Downloaded zerocopy v0.7.32 |
290 | 2024-05-03T02:44:30.562Z | Downloaded winnow v0.6.7 |
291 | 2024-05-03T02:44:30.577Z | Downloaded flate2 v1.0.30 |
292 | 2024-05-03T02:44:30.580Z | Downloaded indicatif v0.17.8 |
293 | 2024-05-03T02:44:30.581Z | Downloaded ed25519-dalek v2.1.1 |
294 | 2024-05-03T02:44:30.584Z | Downloaded petgraph v0.6.4 |
295 | 2024-05-03T02:44:30.595Z | Downloaded clap_builder v4.5.2 |
296 | 2024-05-03T02:44:30.602Z | Downloaded guppy v0.17.5 |
297 | 2024-05-03T02:44:30.608Z | Downloaded nextest-runner v0.55.0 |
298 | 2024-05-03T02:44:30.617Z | Downloaded hashbrown v0.14.5 |
299 | 2024-05-03T02:44:30.624Z | Downloaded openssl v0.10.64 |
300 | 2024-05-03T02:44:30.632Z | Downloaded aho-corasick v1.1.3 |
301 | 2024-05-03T02:44:30.638Z | Downloaded webpki-roots v0.25.4 |
302 | 2024-05-03T02:44:30.642Z | Downloaded portable-atomic v1.6.0 |
303 | 2024-05-03T02:44:30.650Z | Downloaded object v0.32.2 |
304 | 2024-05-03T02:44:30.659Z | Downloaded nix v0.28.0 |
305 | 2024-05-03T02:44:30.670Z | Downloaded h2 v0.3.26 |
306 | 2024-05-03T02:44:30.676Z | Downloaded quick-xml v0.31.0 |
307 | 2024-05-03T02:44:30.682Z | Downloaded regex-syntax v0.8.3 |
308 | 2024-05-03T02:44:30.690Z | Downloaded reqwest v0.11.27 |
309 | 2024-05-03T02:44:30.698Z | Downloaded serde_json v1.0.116 |
310 | 2024-05-03T02:44:30.707Z | Downloaded chrono v0.4.38 |
311 | 2024-05-03T02:44:30.713Z | Downloaded quick-xml v0.23.1 |
312 | 2024-05-03T02:44:30.720Z | Downloaded rustls-webpki v0.101.7 |
313 | 2024-05-03T02:44:30.735Z | Downloaded hyper v0.14.28 |
314 | 2024-05-03T02:44:30.742Z | Downloaded futures-util v0.3.30 |
315 | 2024-05-03T02:44:30.754Z | Downloaded regex v1.10.4 |
316 | 2024-05-03T02:44:30.768Z | Downloaded zstd-sys v2.0.10+zstd.1.5.6 |
317 | 2024-05-03T02:44:30.789Z | Downloaded rustls v0.21.12 |
318 | 2024-05-03T02:44:30.799Z | Downloaded libc v0.2.154 |
319 | 2024-05-03T02:44:30.827Z | Downloaded idna v0.5.0 |
320 | 2024-05-03T02:44:30.833Z | Downloaded tokio v1.37.0 |
321 | 2024-05-03T02:44:30.869Z | Downloaded rustix v0.38.34 |
322 | 2024-05-03T02:44:30.891Z | Downloaded recursion v0.5.2 |
323 | 2024-05-03T02:44:30.899Z | Downloaded bstr v1.9.1 |
324 | 2024-05-03T02:44:30.909Z | Downloaded gimli v0.28.1 |
325 | 2024-05-03T02:44:30.917Z | Downloaded curve25519-dalek v4.1.2 |
326 | 2024-05-03T02:44:30.926Z | Downloaded color-eyre v0.6.3 |
327 | 2024-05-03T02:44:30.933Z | Downloaded regex-automata v0.4.6 |
328 | 2024-05-03T02:44:31.355Z | Downloaded vcpkg v0.2.15 |
329 | 2024-05-03T02:44:31.361Z | Downloaded serde_urlencoded v0.7.1 |
330 | 2024-05-03T02:44:31.361Z | Downloaded ppv-lite86 v0.2.17 |
331 | 2024-05-03T02:44:31.361Z | Downloaded sct v0.7.1 |
332 | 2024-05-03T02:44:31.361Z | Downloaded platforms v3.4.0 |
333 | 2024-05-03T02:44:31.361Z | Downloaded shared_child v1.0.0 |
334 | 2024-05-03T02:44:31.361Z | Downloaded cfg-expr v0.15.8 |
335 | 2024-05-03T02:44:31.361Z | Downloaded typenum v1.17.0 |
336 | 2024-05-03T02:44:31.361Z | Downloaded uuid v1.8.0 |
337 | 2024-05-03T02:44:31.361Z | Downloaded owo-colors v4.0.0 |
338 | 2024-05-03T02:44:31.361Z | Downloaded pkcs8 v0.10.2 |
339 | 2024-05-03T02:44:31.361Z | Downloaded jobserver v0.1.31 |
340 | 2024-05-03T02:44:31.362Z | Downloaded tar v0.4.40 |
341 | 2024-05-03T02:44:31.362Z | Downloaded duct v0.13.7 |
342 | 2024-05-03T02:44:31.362Z | Downloaded globset v0.4.14 |
343 | 2024-05-03T02:44:31.362Z | Downloaded futures-channel v0.3.30 |
344 | 2024-05-03T02:44:31.362Z | Downloaded errno v0.3.8 |
345 | 2024-05-03T02:44:31.362Z | Downloaded dialoguer v0.11.0 |
346 | 2024-05-03T02:44:31.362Z | Downloaded env_filter v0.1.0 |
347 | 2024-05-03T02:44:31.362Z | Downloaded colorchoice v1.0.1 |
348 | 2024-05-03T02:44:31.362Z | Downloaded nextest-workspace-hack v0.1.0 |
349 | 2024-05-03T02:44:31.362Z | Downloaded backtrace-ext v0.2.1 |
350 | 2024-05-03T02:44:31.362Z | Downloaded async-scoped v0.9.0 |
351 | 2024-05-03T02:44:31.362Z | Downloaded anstyle-parse v0.2.4 |
352 | 2024-05-03T02:44:31.363Z | Downloaded adler v1.0.2 |
353 | 2024-05-03T02:44:31.363Z | Downloaded foreign-types-shared v0.1.1 |
354 | 2024-05-03T02:44:31.363Z | Downloaded tokio-util v0.7.10 |
355 | 2024-05-03T02:44:31.363Z | Downloaded atomicwrites v0.4.3 |
356 | 2024-05-03T02:44:31.363Z | Downloaded target-lexicon v0.12.14 |
357 | 2024-05-03T02:44:31.363Z | Downloaded anstyle-query v1.0.3 |
358 | 2024-05-03T02:44:31.363Z | Downloaded anstyle v1.0.7 |
359 | 2024-05-03T02:44:31.363Z | Downloaded curve25519-dalek-derive v0.1.1 |
360 | 2024-05-03T02:44:31.363Z | Downloaded encoding_rs v0.8.34 |
361 | 2024-05-03T02:44:31.363Z | Downloaded ring v0.17.8 |
362 | 2024-05-03T02:44:31.624Z | Compiling proc-macro2 v1.0.81 |
363 | 2024-05-03T02:44:31.629Z | Compiling unicode-ident v1.0.12 |
364 | 2024-05-03T02:44:31.629Z | Compiling libc v0.2.154 |
365 | 2024-05-03T02:44:31.629Z | Compiling cfg-if v1.0.0 |
366 | 2024-05-03T02:44:31.629Z | Compiling serde v1.0.200 |
367 | 2024-05-03T02:44:31.629Z | Compiling memchr v2.7.2 |
368 | 2024-05-03T02:44:31.630Z | Compiling once_cell v1.19.0 |
369 | 2024-05-03T02:44:31.759Z | Compiling autocfg v1.2.0 |
370 | 2024-05-03T02:44:31.802Z | Compiling itoa v1.0.11 |
371 | 2024-05-03T02:44:32.012Z | Compiling pin-project-lite v0.2.14 |
372 | 2024-05-03T02:44:32.106Z | Compiling rustix v0.38.34 |
373 | 2024-05-03T02:44:32.384Z | Compiling bitflags v2.5.0 |
374 | 2024-05-03T02:44:32.426Z | Compiling equivalent v1.0.1 |
375 | 2024-05-03T02:44:32.501Z | Compiling hashbrown v0.14.5 |
376 | 2024-05-03T02:44:32.813Z | Compiling slab v0.4.9 |
377 | 2024-05-03T02:44:33.595Z | Compiling futures-sink v0.3.30 |
378 | 2024-05-03T02:44:33.698Z | Compiling futures-core v0.3.30 |
379 | 2024-05-03T02:44:33.862Z | Compiling serde_json v1.0.116 |
380 | 2024-05-03T02:44:33.887Z | Compiling ryu v1.0.17 |
381 | 2024-05-03T02:44:33.899Z | Compiling bytes v1.6.0 |
382 | 2024-05-03T02:44:34.055Z | Compiling futures-channel v0.3.30 |
383 | 2024-05-03T02:44:34.219Z | Compiling thiserror v1.0.59 |
384 | 2024-05-03T02:44:34.233Z | Compiling futures-task v0.3.30 |
385 | 2024-05-03T02:44:34.919Z | Compiling pin-utils v0.1.0 |
386 | 2024-05-03T02:44:34.930Z | Compiling jobserver v0.1.31 |
387 | 2024-05-03T02:44:34.930Z | Compiling futures-io v0.3.30 |
388 | 2024-05-03T02:44:34.930Z | Compiling log v0.4.21 |
389 | 2024-05-03T02:44:34.930Z | Compiling adler v1.0.2 |
390 | 2024-05-03T02:44:34.931Z | Compiling quote v1.0.36 |
391 | 2024-05-03T02:44:34.931Z | Compiling cc v1.0.96 |
392 | 2024-05-03T02:44:35.765Z | Compiling camino v1.1.6 |
393 | 2024-05-03T02:44:35.765Z | Compiling miniz_oxide v0.7.2 |
394 | 2024-05-03T02:44:35.765Z | Compiling syn v2.0.60 |
395 | 2024-05-03T02:44:35.766Z | Compiling getrandom v0.2.14 |
396 | 2024-05-03T02:44:35.777Z | Compiling errno v0.3.8 |
397 | 2024-05-03T02:44:35.777Z | Compiling socket2 v0.5.7 |
398 | 2024-05-03T02:44:35.777Z | Compiling mio v0.8.11 |
399 | 2024-05-03T02:44:35.777Z | Compiling num_cpus v1.16.0 |
400 | 2024-05-03T02:44:35.777Z | Compiling signal-hook-registry v1.4.2 |
401 | 2024-05-03T02:44:35.898Z | Compiling spin v0.9.8 |
402 | 2024-05-03T02:44:36.075Z | Compiling target-lexicon v0.12.14 |
403 | 2024-05-03T02:44:37.001Z | Compiling unicode-width v0.1.12 |
404 | 2024-05-03T02:44:37.239Z | Compiling fnv v1.0.7 |
405 | 2024-05-03T02:44:37.367Z | Compiling untrusted v0.9.0 |
406 | 2024-05-03T02:44:37.401Z | Compiling tracing-core v0.1.32 |
407 | 2024-05-03T02:44:37.446Z | Compiling utf8parse v0.2.1 |
408 | 2024-05-03T02:44:37.552Z | Compiling gimli v0.28.1 |
409 | 2024-05-03T02:44:37.595Z | Compiling semver v1.0.22 |
410 | 2024-05-03T02:44:37.638Z | Compiling guppy-workspace-hack v0.1.0 |
411 | 2024-05-03T02:44:38.134Z | Compiling tracing v0.1.40 |
412 | 2024-05-03T02:44:38.153Z | Compiling ring v0.17.8 |
413 | 2024-05-03T02:44:38.494Z | Compiling backtrace v0.3.71 |
414 | 2024-05-03T02:44:38.862Z | Compiling http v0.2.12 |
415 | 2024-05-03T02:44:39.022Z | Compiling object v0.32.2 |
416 | 2024-05-03T02:44:39.241Z | Compiling target-spec v3.1.0 |
417 | 2024-05-03T02:44:39.733Z | Compiling rustc-demangle v0.1.23 |
418 | 2024-05-03T02:44:39.862Z | Compiling smallvec v1.13.2 |
419 | 2024-05-03T02:44:40.285Z | Compiling httparse v1.8.0 |
420 | 2024-05-03T02:44:40.302Z | Compiling pkg-config v0.3.30 |
421 | 2024-05-03T02:44:40.630Z | Compiling fastrand v2.1.0 |
422 | 2024-05-03T02:44:41.290Z | Compiling tinyvec_macros v0.1.1 |
423 | 2024-05-03T02:44:41.355Z | Compiling is_ci v1.2.0 |
424 | 2024-05-03T02:44:41.373Z | Compiling rustls v0.21.12 |
425 | 2024-05-03T02:44:41.653Z | Compiling zstd-sys v2.0.10+zstd.1.5.6 |
426 | 2024-05-03T02:44:41.653Z | Compiling tinyvec v1.6.0 |
427 | 2024-05-03T02:44:41.857Z | Compiling tempfile v3.10.1 |
428 | 2024-05-03T02:44:42.318Z | Compiling addr2line v0.21.0 |
429 | 2024-05-03T02:44:43.024Z | Compiling cfg-expr v0.15.8 |
430 | 2024-05-03T02:44:43.189Z | Compiling is-terminal v0.4.12 |
431 | 2024-05-03T02:44:43.297Z | Compiling aho-corasick v1.1.3 |
432 | 2024-05-03T02:44:43.593Z | Compiling try-lock v0.2.5 |
433 | 2024-05-03T02:44:43.743Z | Compiling version_check v0.9.4 |
434 | 2024-05-03T02:44:43.751Z | Compiling regex-syntax v0.8.3 |
435 | 2024-05-03T02:44:43.919Z | Compiling lazy_static v1.4.0 |
436 | 2024-05-03T02:44:44.027Z | Compiling percent-encoding v2.3.1 |
437 | 2024-05-03T02:44:44.313Z | Compiling serde_derive v1.0.200 |
438 | 2024-05-03T02:44:44.326Z | Compiling futures-macro v0.3.30 |
439 | 2024-05-03T02:44:44.467Z | Compiling tokio-macros v2.2.0 |
440 | 2024-05-03T02:44:44.956Z | Compiling thiserror-impl v1.0.59 |
441 | 2024-05-03T02:44:45.931Z | Compiling tokio v1.37.0 |
442 | 2024-05-03T02:44:46.219Z | Compiling futures-util v0.3.30 |
443 | 2024-05-03T02:44:47.687Z | Compiling regex-automata v0.4.6 |
444 | 2024-05-03T02:44:53.085Z | Compiling ahash v0.8.11 |
445 | 2024-05-03T02:44:53.447Z | Compiling form_urlencoded v1.2.1 |
446 | 2024-05-03T02:44:53.937Z | Compiling tokio-util v0.7.10 |
447 | 2024-05-03T02:44:56.180Z | Compiling want v0.3.1 |
448 | 2024-05-03T02:44:56.466Z | Compiling supports-color v2.1.0 |
449 | 2024-05-03T02:44:58.105Z | Compiling indexmap v2.2.6 |
450 | 2024-05-03T02:44:59.570Z | Compiling h2 v0.3.26 |
451 | 2024-05-03T02:44:59.990Z | Compiling unicode-normalization v0.1.23 |
452 | 2024-05-03T02:45:01.156Z | Compiling http-body v0.4.6 |
453 | 2024-05-03T02:45:01.659Z | Compiling num-traits v0.2.18 |
454 | 2024-05-03T02:45:01.984Z | Compiling smawk v0.3.2 |
455 | 2024-05-03T02:45:02.260Z | Compiling either v1.11.0 |
456 | 2024-05-03T02:45:02.667Z | Compiling httpdate v1.0.3 |
457 | 2024-05-03T02:45:03.447Z | Compiling rustls-webpki v0.101.7 |
458 | 2024-05-03T02:45:05.034Z | Compiling sct v0.7.1 |
459 | 2024-05-03T02:45:07.759Z | Compiling winnow v0.6.7 |
460 | 2024-05-03T02:45:08.522Z | Compiling crc32fast v1.4.0 |
461 | 2024-05-03T02:45:08.994Z | Compiling portable-atomic v1.6.0 |
462 | 2024-05-03T02:45:09.022Z | Compiling nextest-workspace-hack v0.1.0 |
463 | 2024-05-03T02:45:09.348Z | Compiling unicode-bidi v0.3.15 |
464 | 2024-05-03T02:45:09.906Z | Compiling tower-service v0.3.2 |
465 | 2024-05-03T02:45:10.040Z | Compiling unicode-linebreak v0.1.5 |
466 | 2024-05-03T02:45:10.544Z | Compiling textwrap v0.16.1 |
467 | 2024-05-03T02:45:12.052Z | Compiling idna v0.5.0 |
468 | 2024-05-03T02:45:12.513Z | Compiling hyper v0.14.28 |
469 | 2024-05-03T02:45:14.553Z | Compiling tokio-rustls v0.24.1 |
470 | 2024-05-03T02:45:15.129Z | Compiling pathdiff v0.2.1 |
471 | 2024-05-03T02:45:15.269Z | Compiling serde_spanned v0.6.5 |
472 | 2024-05-03T02:45:15.507Z | Compiling toml_datetime v0.6.5 |
473 | 2024-05-03T02:45:16.244Z | Compiling cargo-platform v0.1.8 |
474 | 2024-05-03T02:45:16.257Z | Compiling owo-colors v4.0.0 |
475 | 2024-05-03T02:45:16.257Z | Compiling backtrace-ext v0.2.1 |
476 | 2024-05-03T02:45:16.257Z | Compiling miette-derive v7.2.0 |
477 | 2024-05-03T02:45:16.709Z | Compiling console v0.15.8 |
478 | 2024-05-03T02:45:16.874Z | Compiling supports-color v3.0.0 |
479 | 2024-05-03T02:45:17.559Z | Compiling terminal_size v0.3.0 |
480 | 2024-05-03T02:45:17.770Z | Compiling vte_generate_state_changes v0.1.1 |
481 | 2024-05-03T02:45:18.461Z | Compiling fixedbitset v0.4.2 |
482 | 2024-05-03T02:45:18.822Z | Compiling zstd-safe v7.1.0 |
483 | 2024-05-03T02:45:19.107Z | Compiling cfg_aliases v0.1.1 |
484 | 2024-05-03T02:45:19.621Z | Compiling base64 v0.21.7 |
485 | 2024-05-03T02:45:19.634Z | Compiling supports-hyperlinks v3.0.0 |
486 | 2024-05-03T02:45:19.634Z | Compiling supports-unicode v3.0.0 |
487 | 2024-05-03T02:45:19.634Z | Compiling zerocopy v0.7.32 |
488 | 2024-05-03T02:45:19.635Z | Compiling miette v7.2.0 |
489 | 2024-05-03T02:45:20.048Z | Compiling rustls-pemfile v1.0.4 |
490 | 2024-05-03T02:45:20.363Z | Compiling nix v0.28.0 |
491 | 2024-05-03T02:45:20.656Z | Compiling petgraph v0.6.4 |
492 | 2024-05-03T02:45:20.916Z | Compiling vte v0.11.1 |
493 | 2024-05-03T02:45:21.135Z | Compiling hyper-rustls v0.24.2 |
494 | 2024-05-03T02:45:21.557Z | Compiling cargo_metadata v0.18.1 |
495 | 2024-05-03T02:45:23.959Z | Compiling toml_edit v0.22.12 |
496 | 2024-05-03T02:45:25.910Z | Compiling url v2.5.0 |
497 | 2024-05-03T02:45:27.096Z | Compiling itertools v0.12.1 |
498 | 2024-05-03T02:45:27.367Z | Compiling serde_urlencoded v0.7.1 |
499 | 2024-05-03T02:45:27.933Z | Compiling smol_str v0.2.1 |
500 | 2024-05-03T02:45:28.583Z | Compiling futures-executor v0.3.30 |
501 | 2024-05-03T02:45:29.916Z | Compiling regex v1.10.4 |
502 | 2024-05-03T02:45:30.402Z | Compiling pin-project-internal v1.1.5 |
503 | 2024-05-03T02:45:30.797Z | Compiling xattr v1.3.1 |
504 | 2024-05-03T02:45:31.100Z | Compiling anstyle-parse v0.2.4 |
505 | 2024-05-03T02:45:31.346Z | Compiling rand_core v0.6.4 |
506 | 2024-05-03T02:45:31.473Z | Compiling uuid v1.8.0 |
507 | 2024-05-03T02:45:31.829Z | Compiling filetime v0.2.23 |
508 | 2024-05-03T02:45:32.152Z | Compiling bstr v1.9.1 |
509 | 2024-05-03T02:45:32.605Z | Compiling encoding_rs v0.8.34 |
510 | 2024-05-03T02:45:33.286Z | Compiling self_update v0.39.0 |
511 | 2024-05-03T02:45:33.657Z | Compiling ipnet v2.9.0 |
512 | 2024-05-03T02:45:33.695Z | Compiling sync_wrapper v0.1.2 |
513 | 2024-05-03T02:45:33.698Z | Compiling anstyle-query v1.0.3 |
514 | 2024-05-03T02:45:33.826Z | Compiling mime v0.3.17 |
515 | 2024-05-03T02:45:33.848Z | Compiling minimal-lexical v0.2.1 |
516 | 2024-05-03T02:45:34.449Z | Compiling colorchoice v1.0.1 |
517 | 2024-05-03T02:45:34.550Z | Compiling is_terminal_polyfill v1.70.0 |
518 | 2024-05-03T02:45:34.603Z | Compiling number_prefix v0.4.0 |
519 | 2024-05-03T02:45:34.679Z | Compiling nested v0.1.1 |
520 | 2024-05-03T02:45:34.828Z | Compiling ppv-lite86 v0.2.17 |
521 | 2024-05-03T02:45:34.831Z | Compiling debug-ignore v1.0.5 |
522 | 2024-05-03T02:45:34.979Z | Compiling anstyle v1.0.7 |
523 | 2024-05-03T02:45:35.006Z | Compiling eyre v0.6.12 |
524 | 2024-05-03T02:45:35.517Z | Compiling webpki-roots v0.25.4 |
525 | 2024-05-03T02:45:35.531Z | Compiling iana-time-zone v0.1.60 |
526 | 2024-05-03T02:45:35.665Z | Compiling static_assertions v1.1.0 |
527 | 2024-05-03T02:45:35.676Z | Compiling chrono v0.4.38 |
528 | 2024-05-03T02:45:35.756Z | Compiling guppy v0.17.5 |
529 | 2024-05-03T02:45:36.185Z | Compiling reqwest v0.11.27 |
530 | 2024-05-03T02:45:36.304Z | Compiling rand_chacha v0.3.1 |
531 | 2024-05-03T02:45:36.753Z | Compiling anstream v0.6.14 |
532 | 2024-05-03T02:45:37.668Z | Compiling indicatif v0.17.8 |
533 | 2024-05-03T02:45:42.077Z | Compiling nom v7.1.3 |
534 | 2024-05-03T02:45:42.446Z | Compiling pin-project v1.1.5 |
535 | 2024-05-03T02:45:42.566Z | Compiling globset v0.4.14 |
536 | 2024-05-03T02:45:44.319Z | Compiling tar v0.4.40 |
537 | 2024-05-03T02:45:44.609Z | Compiling newtype-uuid v1.1.0 |
538 | 2024-05-03T02:45:44.894Z | Compiling futures v0.3.30 |
539 | 2024-05-03T02:45:45.004Z | Compiling nextest-metadata v0.10.0 |
540 | 2024-05-03T02:45:45.154Z | Compiling toml v0.8.12 |
541 | 2024-05-03T02:45:49.965Z | Compiling flate2 v1.0.30 |
542 | 2024-05-03T02:45:51.269Z | Compiling strip-ansi-escapes v0.2.0 |
543 | 2024-05-03T02:45:52.117Z | Compiling self-replace v1.3.7 |
544 | 2024-05-03T02:45:52.647Z | Compiling quick-xml v0.31.0 |
545 | 2024-05-03T02:45:53.096Z | Compiling quick-xml v0.23.1 |
546 | 2024-05-03T02:45:53.145Z | Compiling humantime v2.1.0 |
547 | 2024-05-03T02:45:53.468Z | Compiling nextest-runner v0.55.0 |
548 | 2024-05-03T02:45:53.951Z | Compiling heck v0.5.0 |
549 | 2024-05-03T02:45:53.964Z | Compiling clap_lex v0.7.0 |
550 | 2024-05-03T02:45:54.348Z | Compiling shell-words v1.1.0 |
551 | 2024-05-03T02:45:54.686Z | Compiling urlencoding v2.1.3 |
552 | 2024-05-03T02:45:54.756Z | Compiling indenter v0.3.3 |
553 | 2024-05-03T02:45:54.897Z | Compiling recursion v0.5.2 |
554 | 2024-05-03T02:45:55.089Z | Compiling strsim v0.11.1 |
555 | 2024-05-03T02:45:55.134Z | Compiling nextest-filtering v0.8.0 |
556 | 2024-05-03T02:45:55.545Z | Compiling clap_builder v4.5.2 |
557 | 2024-05-03T02:45:58.115Z | Compiling clap_derive v4.5.4 |
558 | 2024-05-03T02:45:58.479Z | Compiling quick-junit v0.4.0 |
559 | 2024-05-03T02:46:00.871Z | Compiling humantime-serde v1.1.1 |
560 | 2024-05-03T02:46:02.781Z | Compiling config v0.14.0 |
561 | 2024-05-03T02:46:03.245Z | Compiling zstd v0.13.1 |
562 | 2024-05-03T02:46:03.408Z | Compiling async-scoped v0.9.0 |
563 | 2024-05-03T02:46:03.697Z | Compiling rand v0.8.5 |
564 | 2024-05-03T02:46:04.066Z | Compiling target-spec-miette v0.4.0 |
565 | 2024-05-03T02:46:04.807Z | Compiling mukti-metadata v0.2.1 |
566 | 2024-05-03T02:46:05.588Z | Compiling camino-tempfile v1.1.1 |
567 | 2024-05-03T02:46:05.591Z | Compiling serde_ignored v0.1.10 |
568 | 2024-05-03T02:46:05.924Z | Compiling serde_path_to_error v0.1.16 |
569 | 2024-05-03T02:46:06.032Z | Compiling future-queue v0.3.0 |
570 | 2024-05-03T02:46:06.443Z | Compiling atomicwrites v0.4.3 |
571 | 2024-05-03T02:46:06.472Z | Compiling os_pipe v1.1.5 |
572 | 2024-05-03T02:46:06.723Z | Compiling shared_child v1.0.0 |
573 | 2024-05-03T02:46:06.833Z | Compiling env_filter v0.1.0 |
574 | 2024-05-03T02:46:06.982Z | Compiling home v0.5.9 |
575 | 2024-05-03T02:46:07.284Z | Compiling xxhash-rust v0.8.10 |
576 | 2024-05-03T02:46:07.402Z | Compiling zeroize v1.7.0 |
577 | 2024-05-03T02:46:07.559Z | Compiling display-error-chain v0.2.0 |
578 | 2024-05-03T02:46:07.733Z | Compiling owo-colors v3.5.0 |
579 | 2024-05-03T02:46:08.097Z | Compiling dialoguer v0.11.0 |
580 | 2024-05-03T02:46:09.604Z | Compiling env_logger v0.11.3 |
581 | 2024-05-03T02:46:10.495Z | Compiling color-eyre v0.6.3 |
582 | 2024-05-03T02:46:11.209Z | Compiling duct v0.13.7 |
583 | 2024-05-03T02:46:12.231Z | Compiling clap v4.5.4 |
584 | 2024-05-03T02:46:12.339Z | Compiling enable-ansi-support v0.2.1 |
585 | 2024-05-03T02:46:12.451Z | Compiling swrite v0.1.0 |
586 | 2024-05-03T02:46:14.803Z | Compiling cargo-nextest v0.9.70 |
587 | 2024-05-03T02:46:48.928Z | Finished release [optimized] target(s) in 2m 20s |
588 | 2024-05-03T02:46:49.093Z | Installing /home/build/.cargo/bin/cargo-nextest |
589 | 2024-05-03T02:46:49.096Z | Installed package `cargo-nextest v0.9.70` (executable `cargo-nextest`) |
590 | 2024-05-03T02:46:49.177Z | + banner bfd |
591 | 2024-05-03T02:46:49.181Z | |
592 | 2024-05-03T02:46:49.181Z | ##### ###### ##### |
593 | 2024-05-03T02:46:49.181Z | # # # # # |
594 | 2024-05-03T02:46:49.181Z | ##### ##### # # |
595 | 2024-05-03T02:46:49.181Z | # # # # # |
596 | 2024-05-03T02:46:49.181Z | # # # # # |
597 | 2024-05-03T02:46:49.181Z | ##### # ##### |
598 | 2024-05-03T02:46:49.181Z | |
599 | 2024-05-03T02:46:49.184Z | + cargo nextest run -p bfd --nocapture |
600 | 2024-05-03T02:46:49.341Z | Updating crates.io index |
601 | 2024-05-03T02:46:49.344Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
602 | 2024-05-03T02:46:50.255Z | From https://github.com/oxidecomputer/falcon |
603 | 2024-05-03T02:46:50.255Z | * [new branch] main -> origin/main |
604 | 2024-05-03T02:46:50.259Z | * [new ref] -> origin/HEAD |
605 | 2024-05-03T02:46:50.579Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
606 | 2024-05-03T02:46:51.613Z | From https://github.com/oxidecomputer/dendrite |
607 | 2024-05-03T02:46:51.613Z | * [new branch] add-link-id-to-link-create -> origin/add-link-id-to-link-create |
608 | 2024-05-03T02:46:51.616Z | * [new branch] bugfix-omicron-4589 -> origin/bugfix-omicron-4589 |
609 | 2024-05-03T02:46:51.616Z | * [new branch] clippy_and_fmt_updates -> origin/clippy_and_fmt_updates |
610 | 2024-05-03T02:46:51.616Z | * [new branch] compliance -> origin/compliance |
611 | 2024-05-03T02:46:51.616Z | * [new branch] dependabot/cargo/h2-0.3.26 -> origin/dependabot/cargo/h2-0.3.26 |
612 | 2024-05-03T02:46:51.616Z | * [new branch] dependabot/cargo/rustls-0.21.12 -> origin/dependabot/cargo/rustls-0.21.12 |
613 | 2024-05-03T02:46:51.617Z | * [new branch] dpd-softnpu-smf -> origin/dpd-softnpu-smf |
614 | 2024-05-03T02:46:51.617Z | * [new branch] helios2 -> origin/helios2 |
615 | 2024-05-03T02:46:51.617Z | * [new branch] mac-build -> origin/mac-build |
616 | 2024-05-03T02:46:51.617Z | * [new branch] main -> origin/main |
617 | 2024-05-03T02:46:51.617Z | * [new branch] map-all-the-things -> origin/map-all-the-things |
618 | 2024-05-03T02:46:51.617Z | * [new branch] nat_rpw -> origin/nat_rpw |
619 | 2024-05-03T02:46:51.617Z | * [new branch] nexthop-counters -> origin/nexthop-counters |
620 | 2024-05-03T02:46:51.617Z | * [new branch] port-id -> origin/port-id |
621 | 2024-05-03T02:46:51.617Z | * [new branch] reflection-tests -> origin/reflection-tests |
622 | 2024-05-03T02:46:51.617Z | * [new branch] remove-routes-from-port-settings -> origin/remove-routes-from-port-settings |
623 | 2024-05-03T02:46:51.617Z | * [new branch] renovate/anyhow-1.x-lockfile -> origin/renovate/anyhow-1.x-lockfile |
624 | 2024-05-03T02:46:51.617Z | * [new branch] renovate/async-trait-0.x -> origin/renovate/async-trait-0.x |
625 | 2024-05-03T02:46:51.617Z | * [new branch] renovate/cc-1.x-lockfile -> origin/renovate/cc-1.x-lockfile |
626 | 2024-05-03T02:46:51.617Z | * [new branch] renovate/colored-2.x-lockfile -> origin/renovate/colored-2.x-lockfile |
627 | 2024-05-03T02:46:51.617Z | * [new branch] renovate/http-1.x -> origin/renovate/http-1.x |
628 | 2024-05-03T02:46:51.617Z | * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance |
629 | 2024-05-03T02:46:51.617Z | * [new branch] renovate/reqwest-0.x -> origin/renovate/reqwest-0.x |
630 | 2024-05-03T02:46:51.617Z | * [new branch] renovate/socket2-0.x-lockfile -> origin/renovate/socket2-0.x-lockfile |
631 | 2024-05-03T02:46:51.617Z | * [new branch] renovate/syn-2.x -> origin/renovate/syn-2.x |
632 | 2024-05-03T02:46:51.617Z | * [new branch] renovate/tabwriter-1.x-lockfile -> origin/renovate/tabwriter-1.x-lockfile |
633 | 2024-05-03T02:46:51.617Z | * [new branch] rust-toolchain -> origin/rust-toolchain |
634 | 2024-05-03T02:46:51.617Z | * [new branch] softnpu-tfportd-support -> origin/softnpu-tfportd-support |
635 | 2024-05-03T02:46:51.621Z | * [new branch] split-sff-access-too -> origin/split-sff-access-too |
636 | 2024-05-03T02:46:51.621Z | * [new branch] update-oximeter -> origin/update-oximeter |
637 | 2024-05-03T02:46:51.621Z | * [new branch] updates -> origin/updates |
638 | 2024-05-03T02:46:51.621Z | * [new ref] -> origin/HEAD |
639 | 2024-05-03T02:46:51.661Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
640 | 2024-05-03T02:46:52.454Z | From https://github.com/oxidecomputer/dropshot |
641 | 2024-05-03T02:46:52.455Z | * [new branch] archive/pr-14-before-force-push -> origin/archive/pr-14-before-force-push |
642 | 2024-05-03T02:46:52.458Z | * [new branch] async -> origin/async |
643 | 2024-05-03T02:46:52.458Z | * [new branch] build-o-mat -> origin/build-o-mat |
644 | 2024-05-03T02:46:52.458Z | * [new branch] camel -> origin/camel |
645 | 2024-05-03T02:46:52.459Z | * [new branch] carets -> origin/carets |
646 | 2024-05-03T02:46:52.459Z | * [new branch] changes -> origin/changes |
647 | 2024-05-03T02:46:52.459Z | * [new branch] ci-version -> origin/ci-version |
648 | 2024-05-03T02:46:52.459Z | * [new branch] cleanup-tweak -> origin/cleanup-tweak |
649 | 2024-05-03T02:46:52.459Z | * [new branch] clippy -> origin/clippy |
650 | 2024-05-03T02:46:52.459Z | * [new branch] clippy-enforcement -> origin/clippy-enforcement |
651 | 2024-05-03T02:46:52.459Z | * [new branch] clone -> origin/clone |
652 | 2024-05-03T02:46:52.459Z | * [new branch] dependabot/cargo/http-1.0.0 -> origin/dependabot/cargo/http-1.0.0 |
653 | 2024-05-03T02:46:52.459Z | * [new branch] dependabot/cargo/hyper-1.3.1 -> origin/dependabot/cargo/hyper-1.3.1 |
654 | 2024-05-03T02:46:52.459Z | * [new branch] dependabot/cargo/hyper-rustls-0.26.0 -> origin/dependabot/cargo/hyper-rustls-0.26.0 |
655 | 2024-05-03T02:46:52.459Z | * [new branch] dependabot/cargo/hyper-staticfile-0.10.0 -> origin/dependabot/cargo/hyper-staticfile-0.10.0 |
656 | 2024-05-03T02:46:52.459Z | * [new branch] doc -> origin/doc |
657 | 2024-05-03T02:46:52.459Z | * [new branch] err -> origin/err |
658 | 2024-05-03T02:46:52.459Z | * [new branch] example-resumable-download -> origin/example-resumable-download |
659 | 2024-05-03T02:46:52.459Z | * [new branch] expectorate -> origin/expectorate |
660 | 2024-05-03T02:46:52.459Z | * [new branch] extracted -> origin/extracted |
661 | 2024-05-03T02:46:52.459Z | * [new branch] fix_tests -> origin/fix_tests |
662 | 2024-05-03T02:46:52.459Z | * [new branch] fmt2 -> origin/fmt2 |
663 | 2024-05-03T02:46:52.459Z | * [new branch] infinite_type_resolve -> origin/infinite_type_resolve |
664 | 2024-05-03T02:46:52.459Z | * [new branch] kulakowski/tls -> origin/kulakowski/tls |
665 | 2024-05-03T02:46:52.459Z | * [new branch] main -> origin/main |
666 | 2024-05-03T02:46:52.459Z | * [new branch] maintainer-docs -> origin/maintainer-docs |
667 | 2024-05-03T02:46:52.460Z | * [new branch] merge-server-config -> origin/merge-server-config |
668 | 2024-05-03T02:46:52.460Z | * [new branch] multi-api -> origin/multi-api |
669 | 2024-05-03T02:46:52.460Z | * [new branch] multiverse -> origin/multiverse |
670 | 2024-05-03T02:46:52.460Z | * [new branch] openapi -> origin/openapi |
671 | 2024-05-03T02:46:52.460Z | * [new branch] openapi2 -> origin/openapi2 |
672 | 2024-05-03T02:46:52.460Z | * [new branch] port-fix-better -> origin/port-fix-better |
673 | 2024-05-03T02:46:52.460Z | * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest |
674 | 2024-05-03T02:46:52.460Z | * [new branch] renovate/rust-1.x -> origin/renovate/rust-1.x |
675 | 2024-05-03T02:46:52.460Z | * [new branch] rmp-page-token -> origin/rmp-page-token |
676 | 2024-05-03T02:46:52.460Z | * [new branch] rustfmt-m1 -> origin/rustfmt-m1 |
677 | 2024-05-03T02:46:52.473Z | * [new branch] rustfmt-test-stable-only -> origin/rustfmt-test-stable-only |
678 | 2024-05-03T02:46:52.473Z | * [new branch] rustfmt-test-unstable-options -> origin/rustfmt-test-unstable-options |
679 | 2024-05-03T02:46:52.473Z | * [new branch] server-log -> origin/server-log |
680 | 2024-05-03T02:46:52.473Z | * [new branch] simple-headers -> origin/simple-headers |
681 | 2024-05-03T02:46:52.473Z | * [new branch] sunshowers/spr/add-a-new-chunkedbody-extractor -> origin/sunshowers/spr/add-a-new-chunkedbody-extractor |
682 | 2024-05-03T02:46:52.473Z | * [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 |
683 | 2024-05-03T02:46:52.473Z | * [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 |
684 | 2024-05-03T02:46:52.473Z | * [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 |
685 | 2024-05-03T02:46:52.474Z | * [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 |
686 | 2024-05-03T02:46:52.474Z | * [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 |
687 | 2024-05-03T02:46:52.474Z | * [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 |
688 | 2024-05-03T02:46:52.474Z | * [new branch] sunshowers/spr/wip-prototype-for-trait-based-dropshot-servers -> origin/sunshowers/spr/wip-prototype-for-trait-based-dropshot-servers |
689 | 2024-05-03T02:46:52.474Z | * [new branch] test-skip-deserialize -> origin/test-skip-deserialize |
690 | 2024-05-03T02:46:52.474Z | * [new branch] update-usdt-dep -> origin/update-usdt-dep |
691 | 2024-05-03T02:46:52.474Z | * [new branch] urlencoded_typedbody -> origin/urlencoded_typedbody |
692 | 2024-05-03T02:46:52.474Z | * [new branch] websockets -> origin/websockets |
693 | 2024-05-03T02:46:52.474Z | * [new branch] x-forwarded-for -> origin/x-forwarded-for |
694 | 2024-05-03T02:46:52.475Z | * [new branch] x-forwarded-for-OLD -> origin/x-forwarded-for-OLD |
695 | 2024-05-03T02:46:52.475Z | * [new ref] -> origin/HEAD |
696 | 2024-05-03T02:46:52.475Z | * [new tag] v0.10.0 -> v0.10.0 |
697 | 2024-05-03T02:46:52.475Z | * [new tag] v0.3.0 -> v0.3.0 |
698 | 2024-05-03T02:46:52.475Z | * [new tag] v0.4.0 -> v0.4.0 |
699 | 2024-05-03T02:46:52.475Z | * [new tag] v0.5.0 -> v0.5.0 |
700 | 2024-05-03T02:46:52.475Z | * [new tag] v0.5.1 -> v0.5.1 |
701 | 2024-05-03T02:46:52.475Z | * [new tag] v0.6.0 -> v0.6.0 |
702 | 2024-05-03T02:46:52.476Z | * [new tag] v0.7.0 -> v0.7.0 |
703 | 2024-05-03T02:46:52.476Z | * [new tag] v0.8.0 -> v0.8.0 |
704 | 2024-05-03T02:46:52.476Z | * [new tag] v0.9.0 -> v0.9.0 |
705 | 2024-05-03T02:46:52.983Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
706 | 2024-05-03T02:46:53.015Z | From https://github.com/oxidecomputer/ispf |
707 | 2024-05-03T02:46:53.015Z | * [new branch] main -> origin/main |
708 | 2024-05-03T02:46:53.015Z | * [new ref] -> origin/HEAD |
709 | 2024-05-03T02:46:53.015Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
710 | 2024-05-03T02:46:53.595Z | From https://github.com/oxidecomputer/netadm-sys |
711 | 2024-05-03T02:46:53.595Z | * [new branch] compile-macos -> origin/compile-macos |
712 | 2024-05-03T02:46:53.601Z | * [new branch] dependabot/cargo/rustix-0.37.25 -> origin/dependabot/cargo/rustix-0.37.25 |
713 | 2024-05-03T02:46:53.601Z | * [new branch] gh-pages -> origin/gh-pages |
714 | 2024-05-03T02:46:53.601Z | * [new branch] main -> origin/main |
715 | 2024-05-03T02:46:53.601Z | * [new branch] route-get-timeout -> origin/route-get-timeout |
716 | 2024-05-03T02:46:53.601Z | * [new branch] siocgnds -> origin/siocgnds |
717 | 2024-05-03T02:46:53.601Z | * [new ref] -> origin/HEAD |
718 | 2024-05-03T02:46:53.604Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
719 | 2024-05-03T02:46:58.217Z | From https://github.com/oxidecomputer/omicron |
720 | 2024-05-03T02:46:58.217Z | * [new branch] 267 -> origin/267 |
721 | 2024-05-03T02:46:58.225Z | * [new branch] 686-and-717-in-a-blender -> origin/686-and-717-in-a-blender |
722 | 2024-05-03T02:46:58.225Z | * [new branch] a4x2 -> origin/a4x2 |
723 | 2024-05-03T02:46:58.225Z | * [new branch] abandoned/disallow-full-scan -> origin/abandoned/disallow-full-scan |
724 | 2024-05-03T02:46:58.225Z | * [new branch] actions-on-push-only -> origin/actions-on-push-only |
725 | 2024-05-03T02:46:58.225Z | * [new branch] actually-provision-multiple-crdbs -> origin/actually-provision-multiple-crdbs |
726 | 2024-05-03T02:46:58.225Z | * [new branch] add-global-api -> origin/add-global-api |
727 | 2024-05-03T02:46:58.225Z | * [new branch] ajs/deployment-config-schema -> origin/ajs/deployment-config-schema |
728 | 2024-05-03T02:46:58.225Z | * [new branch] alan/a-gimlet-under-every-tree -> origin/alan/a-gimlet-under-every-tree |
729 | 2024-05-03T02:46:58.225Z | * [new branch] alan/merge-main-megarepo -> origin/alan/merge-main-megarepo |
730 | 2024-05-03T02:46:58.225Z | * [new branch] andy/chronylocal -> origin/andy/chronylocal |
731 | 2024-05-03T02:46:58.225Z | * [new branch] andy/project -> origin/andy/project |
732 | 2024-05-03T02:46:58.225Z | * [new branch] archived/actix-configurable -> origin/archived/actix-configurable |
733 | 2024-05-03T02:46:58.225Z | * [new branch] archived/backend-rewrite -> origin/archived/backend-rewrite |
734 | 2024-05-03T02:46:58.225Z | * [new branch] archived/disks -> origin/archived/disks |
735 | 2024-05-03T02:46:58.225Z | * [new branch] archived/dropshot-consumer-cleanup -> origin/archived/dropshot-consumer-cleanup |
736 | 2024-05-03T02:46:58.225Z | * [new branch] archived/extractors -> origin/archived/extractors |
737 | 2024-05-03T02:46:58.226Z | * [new branch] archived/handler-return-rewrite -> origin/archived/handler-return-rewrite |
738 | 2024-05-03T02:46:58.226Z | * [new branch] archived/http-rewrite -> origin/archived/http-rewrite |
739 | 2024-05-03T02:46:58.226Z | * [new branch] archived/http-submodule-rewrite -> origin/archived/http-submodule-rewrite |
740 | 2024-05-03T02:46:58.226Z | * [new branch] archived/httpapi-extract -> origin/archived/httpapi-extract |
741 | 2024-05-03T02:46:58.226Z | * [new branch] archived/httpapi-rename -> origin/archived/httpapi-rename |
742 | 2024-05-03T02:46:58.226Z | * [new branch] archived/instance-reboot -> origin/archived/instance-reboot |
743 | 2024-05-03T02:46:58.226Z | * [new branch] archived/instance-simulation -> origin/archived/instance-simulation |
744 | 2024-05-03T02:46:58.226Z | * [new branch] archived/instance-work -> origin/archived/instance-work |
745 | 2024-05-03T02:46:58.226Z | * [new branch] archived/logging -> origin/archived/logging |
746 | 2024-05-03T02:46:58.226Z | * [new branch] archived/logging-move -> origin/archived/logging-move |
747 | 2024-05-03T02:46:58.226Z | * [new branch] archived/model-rewrite -> origin/archived/model-rewrite |
748 | 2024-05-03T02:46:58.226Z | * [new branch] archived/openapi-exec-tests -> origin/archived/openapi-exec-tests |
749 | 2024-05-03T02:46:58.226Z | * [new branch] archived/router-rewrite -> origin/archived/router-rewrite |
750 | 2024-05-03T02:46:58.232Z | * [new branch] archived/rustfmt-test -> origin/archived/rustfmt-test |
751 | 2024-05-03T02:46:58.232Z | * [new branch] archived/rustfmt-without-wrap_comments -> origin/archived/rustfmt-without-wrap_comments |
752 | 2024-05-03T02:46:58.232Z | * [new branch] archived/server-controller-extraction -> origin/archived/server-controller-extraction |
753 | 2024-05-03T02:46:58.232Z | * [new branch] artemis/crucible-set-primarycache -> origin/artemis/crucible-set-primarycache |
754 | 2024-05-03T02:46:58.232Z | * [new branch] attach-by-name-or-id -> origin/attach-by-name-or-id |
755 | 2024-05-03T02:46:58.232Z | * [new branch] attempt-to-repro-bb8-oddities -> origin/attempt-to-repro-bb8-oddities |
756 | 2024-05-03T02:46:58.232Z | * [new branch] authz-role-test -> origin/authz-role-test |
757 | 2024-05-03T02:46:58.232Z | * [new branch] bg-task-testbed -> origin/bg-task-testbed |
758 | 2024-05-03T02:46:58.233Z | * [new branch] bigger-disks -> origin/bigger-disks |
759 | 2024-05-03T02:46:58.233Z | * [new branch] bootstore-2 -> origin/bootstore-2 |
760 | 2024-05-03T02:46:58.233Z | * [new branch] bootstore-early-networking -> origin/bootstore-early-networking |
761 | 2024-05-03T02:46:58.233Z | * [new branch] bootstore-integration -> origin/bootstore-integration |
762 | 2024-05-03T02:46:58.233Z | * [new branch] bootstrap-agent-cancel-safety -> origin/bootstrap-agent-cancel-safety |
763 | 2024-05-03T02:46:58.233Z | * [new branch] bump_dendrite -> origin/bump_dendrite |
764 | 2024-05-03T02:46:58.233Z | * [new branch] catch-eexist-dladm -> origin/catch-eexist-dladm |
765 | 2024-05-03T02:46:58.233Z | * [new branch] cfg-out-the-whole-shebang -> origin/cfg-out-the-whole-shebang |
766 | 2024-05-03T02:46:58.233Z | * [new branch] clickhouse-21.10.4.26 -> origin/clickhouse-21.10.4.26 |
767 | 2024-05-03T02:46:58.233Z | * [new branch] clippy -> origin/clippy |
768 | 2024-05-03T02:46:58.233Z | * [new branch] clippy-unused-async -> origin/clippy-unused-async |
769 | 2024-05-03T02:46:58.233Z | * [new branch] cockroach-v22.2 -> origin/cockroach-v22.2 |
770 | 2024-05-03T02:46:58.233Z | * [new branch] concurrent-disk-new -> origin/concurrent-disk-new |
771 | 2024-05-03T02:46:58.233Z | * [new branch] conform-m2 -> origin/conform-m2 |
772 | 2024-05-03T02:46:58.233Z | * [new branch] convert-new-lookup-rest -> origin/convert-new-lookup-rest |
773 | 2024-05-03T02:46:58.233Z | * [new branch] convert-virtual-provisioning -> origin/convert-virtual-provisioning |
774 | 2024-05-03T02:46:58.233Z | * [new branch] crucible-sled-agent -> origin/crucible-sled-agent |
775 | 2024-05-03T02:46:58.233Z | * [new branch] dap-loop-debugging -> origin/dap-loop-debugging |
776 | 2024-05-03T02:46:58.233Z | * [new branch] dap-loop-debugging-rebased -> origin/dap-loop-debugging-rebased |
777 | 2024-05-03T02:46:58.233Z | * [new branch] dap/blueprint-builder-cleanup -> origin/dap/blueprint-builder-cleanup |
778 | 2024-05-03T02:46:58.233Z | * [new branch] dap/ci-debug -> origin/dap/ci-debug |
779 | 2024-05-03T02:46:58.233Z | * [new branch] dap/cockroach-init -> origin/dap/cockroach-init |
780 | 2024-05-03T02:46:58.233Z | * [new branch] dap/dns-preview -> origin/dap/dns-preview |
781 | 2024-05-03T02:46:58.234Z | * [new branch] dap/dns-work -> origin/dap/dns-work |
782 | 2024-05-03T02:46:58.234Z | * [new branch] dap/dnsping -> origin/dap/dnsping |
783 | 2024-05-03T02:46:58.234Z | * [new branch] dap/nexus-inventory -> origin/dap/nexus-inventory |
784 | 2024-05-03T02:46:58.234Z | * [new branch] dap/schema-migration-better-demo1 -> origin/dap/schema-migration-better-demo1 |
785 | 2024-05-03T02:46:58.234Z | * [new branch] dap/schema-migration-better-demo2 -> origin/dap/schema-migration-better-demo2 |
786 | 2024-05-03T02:46:58.234Z | * [new branch] dap/schema-migration-better-merged -> origin/dap/schema-migration-better-merged |
787 | 2024-05-03T02:46:58.234Z | * [new branch] dap/silo-external-dns -> origin/dap/silo-external-dns |
788 | 2024-05-03T02:46:58.234Z | * [new branch] dap/tls-sni -> origin/dap/tls-sni |
789 | 2024-05-03T02:46:58.234Z | * [new branch] dap/update-control -> origin/dap/update-control |
790 | 2024-05-03T02:46:58.234Z | * [new branch] dap/update-unused-code -> origin/dap/update-unused-code |
791 | 2024-05-03T02:46:58.234Z | * [new branch] dbg-print-timeseries-key -> origin/dbg-print-timeseries-key |
792 | 2024-05-03T02:46:58.234Z | * [new branch] dead-roaches -> origin/dead-roaches |
793 | 2024-05-03T02:46:58.234Z | * [new branch] debug-disk-space -> origin/debug-disk-space |
794 | 2024-05-03T02:46:58.234Z | * [new branch] delete-specific-timeseries-during-upgrade -> origin/delete-specific-timeseries-during-upgrade |
795 | 2024-05-03T02:46:58.234Z | * [new branch] demo -> origin/demo |
796 | 2024-05-03T02:46:58.234Z | * [new branch] demo_m2 -> origin/demo_m2 |
797 | 2024-05-03T02:46:58.234Z | * [new branch] dendrite-integration -> origin/dendrite-integration |
798 | 2024-05-03T02:46:58.234Z | * [new branch] dependabot/cargo/dropshot-0018f66 -> origin/dependabot/cargo/dropshot-0018f66 |
799 | 2024-05-03T02:46:58.234Z | * [new branch] dependabot/test/no/push -> origin/dependabot/test/no/push |
800 | 2024-05-03T02:46:58.234Z | * [new branch] dns-dataset -> origin/dns-dataset |
801 | 2024-05-03T02:46:58.235Z | * [new branch] document-external-internal -> origin/document-external-internal |
802 | 2024-05-03T02:46:58.235Z | * [new branch] dropshot-local -> origin/dropshot-local |
803 | 2024-05-03T02:46:58.235Z | * [new branch] duplicate-role-assignment-500 -> origin/duplicate-role-assignment-500 |
804 | 2024-05-03T02:46:58.235Z | * [new branch] eliza/instance-updater -> origin/eliza/instance-updater |
805 | 2024-05-03T02:46:58.235Z | * [new branch] eliza/instance-watch-rpw -> origin/eliza/instance-watch-rpw |
806 | 2024-05-03T02:46:58.235Z | * [new branch] eliza/nixos-build -> origin/eliza/nixos-build |
807 | 2024-05-03T02:46:58.235Z | * [new branch] eliza/no-more-services -> origin/eliza/no-more-services |
808 | 2024-05-03T02:46:58.235Z | * [new branch] eliza/oximeter-static-str -> origin/eliza/oximeter-static-str |
809 | 2024-05-03T02:46:58.235Z | * [new branch] even-more-actions-runner-rimraf -> origin/even-more-actions-runner-rimraf |
810 | 2024-05-03T02:46:58.235Z | * [new branch] executor-fake -> origin/executor-fake |
811 | 2024-05-03T02:46:58.235Z | * [new branch] expunge-zones-with-expunged-disks -> origin/expunge-zones-with-expunged-disks |
812 | 2024-05-03T02:46:58.235Z | * [new branch] external-service-allowlists -> origin/external-service-allowlists |
813 | 2024-05-03T02:46:58.235Z | * [new branch] external_log -> origin/external_log |
814 | 2024-05-03T02:46:58.235Z | * [new branch] felixmcfelix/opte-underlay-lock -> origin/felixmcfelix/opte-underlay-lock |
815 | 2024-05-03T02:46:58.235Z | * [new branch] firewall-notify-sled -> origin/firewall-notify-sled |
816 | 2024-05-03T02:46:58.235Z | * [new branch] firewall-vpc -> origin/firewall-vpc |
817 | 2024-05-03T02:46:58.235Z | * [new branch] flaky-issue-templates -> origin/flaky-issue-templates |
818 | 2024-05-03T02:46:58.235Z | * [new branch] folgers -> origin/folgers |
819 | 2024-05-03T02:46:58.235Z | * [new branch] fromstr -> origin/fromstr |
820 | 2024-05-03T02:46:58.235Z | * [new branch] gateway -> origin/gateway |
821 | 2024-05-03T02:46:58.235Z | * [new branch] gateway_message_bump -> origin/gateway_message_bump |
822 | 2024-05-03T02:46:58.235Z | * [new branch] host-fake -> origin/host-fake |
823 | 2024-05-03T02:46:58.236Z | * [new branch] iliana/3430-hubris -> origin/iliana/3430-hubris |
824 | 2024-05-03T02:46:58.236Z | * [new branch] iliana/baleeted -> origin/iliana/baleeted |
825 | 2024-05-03T02:46:58.236Z | * [new branch] iliana/buildomat-sync -> origin/iliana/buildomat-sync |
826 | 2024-05-03T02:46:58.241Z | * [new branch] iliana/crdb-cluster-version -> origin/iliana/crdb-cluster-version |
827 | 2024-05-03T02:46:58.242Z | * [new branch] iliana/crdb-cluster-version-v2 -> origin/iliana/crdb-cluster-version-v2 |
828 | 2024-05-03T02:46:58.242Z | * [new branch] iliana/crdb-v22.2 -> origin/iliana/crdb-v22.2 |
829 | 2024-05-03T02:46:58.242Z | * [new branch] iliana/do-not-merge-libxmlsec-1.3 -> origin/iliana/do-not-merge-libxmlsec-1.3 |
830 | 2024-05-03T02:46:58.242Z | * [new branch] iliana/dont-merge -> origin/iliana/dont-merge |
831 | 2024-05-03T02:46:58.242Z | * [new branch] iliana/for-linux-weirdos -> origin/iliana/for-linux-weirdos |
832 | 2024-05-03T02:46:58.242Z | * [new branch] iliana/hack-do-not-merge -> origin/iliana/hack-do-not-merge |
833 | 2024-05-03T02:46:58.242Z | * [new branch] iliana/it-keeps-happening-2 -> origin/iliana/it-keeps-happening-2 |
834 | 2024-05-03T02:46:58.242Z | * [new branch] iliana/keysmash -> origin/iliana/keysmash |
835 | 2024-05-03T02:46:58.242Z | * [new branch] iliana/manifest-flatten -> origin/iliana/manifest-flatten |
836 | 2024-05-03T02:46:58.242Z | * [new branch] iliana/split-package -> origin/iliana/split-package |
837 | 2024-05-03T02:46:58.242Z | * [new branch] iliana/try -> origin/iliana/try |
838 | 2024-05-03T02:46:58.242Z | * [new branch] iliana/wtf -> origin/iliana/wtf |
839 | 2024-05-03T02:46:58.242Z | * [new branch] illumos-ci -> origin/illumos-ci |
840 | 2024-05-03T02:46:58.242Z | * [new branch] installinator-fail-if-flaky-disk -> origin/installinator-fail-if-flaky-disk |
841 | 2024-05-03T02:46:58.243Z | * [new branch] ipv6-testing -> origin/ipv6-testing |
842 | 2024-05-03T02:46:58.243Z | * [new branch] issue-213-static -> origin/issue-213-static |
843 | 2024-05-03T02:46:58.243Z | * [new branch] issue-3432 -> origin/issue-3432 |
844 | 2024-05-03T02:46:58.243Z | * [new branch] issue-5214-v2p-mapping-rpw -> origin/issue-5214-v2p-mapping-rpw |
845 | 2024-05-03T02:46:58.243Z | * [new branch] jclulow -> origin/jclulow |
846 | 2024-05-03T02:46:58.243Z | * [new branch] john/blueprint-store-sled-state -> origin/john/blueprint-store-sled-state |
847 | 2024-05-03T02:46:58.243Z | * [new branch] john/deny-interior-mutable-const -> origin/john/deny-interior-mutable-const |
848 | 2024-05-03T02:46:58.243Z | * [new branch] john/omdb-fudge-serial -> origin/john/omdb-fudge-serial |
849 | 2024-05-03T02:46:58.243Z | * [new branch] john/test-tuf-repo-trigger -> origin/john/test-tuf-repo-trigger |
850 | 2024-05-03T02:46:58.243Z | * [new branch] keeplogs -> origin/keeplogs |
851 | 2024-05-03T02:46:58.243Z | * [new branch] less-dns-panic -> origin/less-dns-panic |
852 | 2024-05-03T02:46:58.244Z | * [new branch] less-explosive-sled-agent -> origin/less-explosive-sled-agent |
853 | 2024-05-03T02:46:58.244Z | * [new branch] lookup-authorized -> origin/lookup-authorized |
854 | 2024-05-03T02:46:58.244Z | * [new branch] low-rent-trust-quorum -> origin/low-rent-trust-quorum |
855 | 2024-05-03T02:46:58.244Z | * [new branch] low-rent-trust-quorum-3 -> origin/low-rent-trust-quorum-3 |
856 | 2024-05-03T02:46:58.244Z | * [new branch] lrtq-fsms-experiment -> origin/lrtq-fsms-experiment |
857 | 2024-05-03T02:46:58.245Z | * [new branch] lrtq-fsms-model-changes -> origin/lrtq-fsms-model-changes |
858 | 2024-05-03T02:46:58.245Z | * [new branch] lrtq-fsms-multiple-tests -> origin/lrtq-fsms-multiple-tests |
859 | 2024-05-03T02:46:58.245Z | * [new branch] lrtq-networking -> origin/lrtq-networking |
860 | 2024-05-03T02:46:58.245Z | * [new branch] lrtq-networking-config -> origin/lrtq-networking-config |
861 | 2024-05-03T02:46:58.245Z | * [new branch] lrtq-networking2 -> origin/lrtq-networking2 |
862 | 2024-05-03T02:46:58.245Z | * [new branch] lrtq-persistence -> origin/lrtq-persistence |
863 | 2024-05-03T02:46:58.245Z | * [new branch] lrtq-protocol -> origin/lrtq-protocol |
864 | 2024-05-03T02:46:58.245Z | * [new branch] lrtq-protocol-separate-state-handlers -> origin/lrtq-protocol-separate-state-handlers |
865 | 2024-05-03T02:46:58.245Z | * [new branch] luqmana/nexus-opte -> origin/luqmana/nexus-opte |
866 | 2024-05-03T02:46:58.245Z | * [new branch] luqmana/non-gimlet-gimlet -> origin/luqmana/non-gimlet-gimlet |
867 | 2024-05-03T02:46:58.246Z | * [new branch] luqmana/scoped-ipv6-addr -> origin/luqmana/scoped-ipv6-addr |
868 | 2024-05-03T02:46:58.246Z | * [new branch] luqmana/uplink-vid -> origin/luqmana/uplink-vid |
869 | 2024-05-03T02:46:58.246Z | * [new branch] macos-test-concurrency -> origin/macos-test-concurrency |
870 | 2024-05-03T02:46:58.246Z | * [new branch] maghemite-integration -> origin/maghemite-integration |
871 | 2024-05-03T02:46:58.246Z | * [new branch] main -> origin/main |
872 | 2024-05-03T02:46:58.246Z | * [new branch] metrics-experiments -> origin/metrics-experiments |
873 | 2024-05-03T02:46:58.246Z | * [new branch] more-raw-cte-setup -> origin/more-raw-cte-setup |
874 | 2024-05-03T02:46:58.246Z | * [new branch] mupdate-demo -> origin/mupdate-demo |
875 | 2024-05-03T02:46:58.246Z | * [new branch] net-reorg -> origin/net-reorg |
876 | 2024-05-03T02:46:58.246Z | * [new branch] new-lookup-proc-macro -> origin/new-lookup-proc-macro |
877 | 2024-05-03T02:46:58.247Z | * [new branch] new-lookup-traits -> origin/new-lookup-traits |
878 | 2024-05-03T02:46:58.247Z | * [new branch] new-toolchain -> origin/new-toolchain |
879 | 2024-05-03T02:46:58.247Z | * [new branch] newfolgers -> origin/newfolgers |
880 | 2024-05-03T02:46:58.247Z | * [new branch] nexus-add-sled-part-2 -> origin/nexus-add-sled-part-2 |
881 | 2024-05-03T02:46:58.247Z | * [new branch] nexus-update-refresh -> origin/nexus-update-refresh |
882 | 2024-05-03T02:46:58.247Z | * [new branch] no-empty-filter-array -> origin/no-empty-filter-array |
883 | 2024-05-03T02:46:58.247Z | * [new branch] omdb-physical-disks -> origin/omdb-physical-disks |
884 | 2024-05-03T02:46:58.248Z | * [new branch] omdb-physical-disks-experimental-tables -> origin/omdb-physical-disks-experimental-tables |
885 | 2024-05-03T02:46:58.248Z | * [new branch] omdb-services -> origin/omdb-services |
886 | 2024-05-03T02:46:58.248Z | * [new branch] omicron_dev_ci -> origin/omicron_dev_ci |
887 | 2024-05-03T02:46:58.248Z | * [new branch] opte-and-plumb-network-interface -> origin/opte-and-plumb-network-interface |
888 | 2024-05-03T02:46:58.248Z | * [new branch] oxdb-dashboard -> origin/oxdb-dashboard |
889 | 2024-05-03T02:46:58.248Z | * [new branch] oximeter-schema-id -> origin/oximeter-schema-id |
890 | 2024-05-03T02:46:58.248Z | * [new branch] oxpop -> origin/oxpop |
891 | 2024-05-03T02:46:58.249Z | * [new branch] pkg-config-install-note -> origin/pkg-config-install-note |
892 | 2024-05-03T02:46:58.249Z | * [new branch] propagate-firewall-rules-to-sled -> origin/propagate-firewall-rules-to-sled |
893 | 2024-05-03T02:46:58.249Z | * [new branch] prove-le-bug -> origin/prove-le-bug |
894 | 2024-05-03T02:46:58.249Z | * [new branch] redirect-url-state -> origin/redirect-url-state |
895 | 2024-05-03T02:46:58.249Z | * [new branch] refactor-bootstrap-client-sprockets-proxy -> origin/refactor-bootstrap-client-sprockets-proxy |
896 | 2024-05-03T02:46:58.249Z | * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest |
897 | 2024-05-03T02:46:58.249Z | * [new branch] renovate/async-recursion-1.x -> origin/renovate/async-recursion-1.x |
898 | 2024-05-03T02:46:58.250Z | * [new branch] renovate/flate2-1.x -> origin/renovate/flate2-1.x |
899 | 2024-05-03T02:46:58.250Z | * [new branch] renovate/httptest-0.x -> origin/renovate/httptest-0.x |
900 | 2024-05-03T02:46:58.250Z | * [new branch] renovate/hyper-rustls-0.x -> origin/renovate/hyper-rustls-0.x |
901 | 2024-05-03T02:46:58.250Z | * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance |
902 | 2024-05-03T02:46:58.250Z | * [new branch] renovate/peg-0.x -> origin/renovate/peg-0.x |
903 | 2024-05-03T02:46:58.250Z | * [new branch] renovate/rcgen-0.x -> origin/renovate/rcgen-0.x |
904 | 2024-05-03T02:46:58.250Z | * [new branch] renovate/rustls-0.x -> origin/renovate/rustls-0.x |
905 | 2024-05-03T02:46:58.251Z | * [new branch] renovate/zip-1.x -> origin/renovate/zip-1.x |
906 | 2024-05-03T02:46:58.251Z | * [new branch] reservoir -> origin/reservoir |
907 | 2024-05-03T02:46:58.251Z | * [new branch] resilient-nexus -> origin/resilient-nexus |
908 | 2024-05-03T02:46:58.251Z | * [new branch] resource-identifier -> origin/resource-identifier |
909 | 2024-05-03T02:46:58.251Z | * [new branch] retry-txn -> origin/retry-txn |
910 | 2024-05-03T02:46:58.251Z | * [new branch] return-cert-pem -> origin/return-cert-pem |
911 | 2024-05-03T02:46:58.251Z | * [new branch] rev-opte -> origin/rev-opte |
912 | 2024-05-03T02:46:58.262Z | * [new branch] revert-936 -> origin/revert-936 |
913 | 2024-05-03T02:46:58.262Z | * [new branch] rfd-322-images -> origin/rfd-322-images |
914 | 2024-05-03T02:46:58.262Z | * [new branch] rpz-ext-ip-hack -> origin/rpz-ext-ip-hack |
915 | 2024-05-03T02:46:58.262Z | * [new branch] rpz-opte-sled-agent -> origin/rpz-opte-sled-agent |
916 | 2024-05-03T02:46:58.263Z | * [new branch] rpz-use-oxide-vpc -> origin/rpz-use-oxide-vpc |
917 | 2024-05-03T02:46:58.263Z | * [new branch] rss-testing -> origin/rss-testing |
918 | 2024-05-03T02:46:58.263Z | * [new branch] self-assembling-nexus -> origin/self-assembling-nexus |
919 | 2024-05-03T02:46:58.263Z | * [new branch] self-assembling-ntp -> origin/self-assembling-ntp |
920 | 2024-05-03T02:46:58.263Z | * [new branch] service-management-and-rss-handoff -> origin/service-management-and-rss-handoff |
921 | 2024-05-03T02:46:58.263Z | * [new branch] shatter-authn -> origin/shatter-authn |
922 | 2024-05-03T02:46:58.263Z | * [new branch] short-term-disk-workaround -> origin/short-term-disk-workaround |
923 | 2024-05-03T02:46:58.263Z | * [new branch] silo-create -> origin/silo-create |
924 | 2024-05-03T02:46:58.263Z | * [new branch] silo-groups-and-metrics -> origin/silo-groups-and-metrics |
925 | 2024-05-03T02:46:58.263Z | * [new branch] silo_groups_dap -> origin/silo_groups_dap |
926 | 2024-05-03T02:46:58.263Z | * [new branch] silo_groups_dap_queries -> origin/silo_groups_dap_queries |
927 | 2024-05-03T02:46:58.263Z | * [new branch] simple-cache -> origin/simple-cache |
928 | 2024-05-03T02:46:58.263Z | * [new branch] sled-agent-lifecycle -> origin/sled-agent-lifecycle |
929 | 2024-05-03T02:46:58.264Z | * [new branch] sled-agent-service-gen -> origin/sled-agent-service-gen |
930 | 2024-05-03T02:46:58.264Z | * [new branch] sled-agent/register-as-producer -> origin/sled-agent/register-as-producer |
931 | 2024-05-03T02:46:58.264Z | * [new branch] sled-hw-notification-simplification -> origin/sled-hw-notification-simplification |
932 | 2024-05-03T02:46:58.264Z | * [new branch] sled-hw-notification-simplification-2 -> origin/sled-hw-notification-simplification-2 |
933 | 2024-05-03T02:46:58.264Z | * [new branch] sled-location -> origin/sled-location |
934 | 2024-05-03T02:46:58.264Z | * [new branch] snat-ip-respects-pool -> origin/snat-ip-respects-pool |
935 | 2024-05-03T02:46:58.264Z | * [new branch] sp_v1.0.4 -> origin/sp_v1.0.4 |
936 | 2024-05-03T02:46:58.264Z | * [new branch] special-delivery -> origin/special-delivery |
937 | 2024-05-03T02:46:58.264Z | * [new branch] staging_and_prod_diff -> origin/staging_and_prod_diff |
938 | 2024-05-03T02:46:58.264Z | * [new branch] sunshowers/oxpop-wicket -> origin/sunshowers/oxpop-wicket |
939 | 2024-05-03T02:46:58.264Z | * [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 |
940 | 2024-05-03T02:46:58.264Z | * [new branch] sunshowers/spr/installinator-wip-initial-stub-version -> origin/sunshowers/spr/installinator-wip-initial-stub-version |
941 | 2024-05-03T02:46:58.264Z | * [new branch] sunshowers/spr/installinatorupdate-engine-some-reporting-improvements -> origin/sunshowers/spr/installinatorupdate-engine-some-reporting-improvements |
942 | 2024-05-03T02:46:58.264Z | * [new branch] sunshowers/spr/main.internal-dns-move-zone-ids-to-typeduuid -> origin/sunshowers/spr/main.internal-dns-move-zone-ids-to-typeduuid |
943 | 2024-05-03T02:46:58.265Z | * [new branch] sunshowers/spr/main.omdb-improve-cli-ux -> origin/sunshowers/spr/main.omdb-improve-cli-ux |
944 | 2024-05-03T02:46:58.265Z | * [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 |
945 | 2024-05-03T02:46:58.265Z | * [new branch] sunshowers/spr/main.reconfigurator-turn-expunged-sleds-into-expunged-zones -> origin/sunshowers/spr/main.reconfigurator-turn-expunged-sleds-into-expunged-zones |
946 | 2024-05-03T02:46:58.265Z | * [new branch] sunshowers/spr/main.rfc-nexus-types-more-validation-for-planninginput -> origin/sunshowers/spr/main.rfc-nexus-types-more-validation-for-planninginput |
947 | 2024-05-03T02:46:58.265Z | * [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 |
948 | 2024-05-03T02:46:58.265Z | * [new branch] sunshowers/spr/main.wicket-add-scrolling-to-popups -> origin/sunshowers/spr/main.wicket-add-scrolling-to-popups |
949 | 2024-05-03T02:46:58.265Z | * [new branch] sunshowers/spr/main.wicket-oxpop-wicket-work -> origin/sunshowers/spr/main.wicket-oxpop-wicket-work |
950 | 2024-05-03T02:46:58.265Z | * [new branch] sunshowers/spr/main.wicket-wrap-all-popup-text-add-padding -> origin/sunshowers/spr/main.wicket-wrap-all-popup-text-add-padding |
951 | 2024-05-03T02:46:58.265Z | * [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 |
952 | 2024-05-03T02:46:58.265Z | * [new branch] sunshowers/spr/meta-trust-dns-hickory-dns -> origin/sunshowers/spr/meta-trust-dns-hickory-dns |
953 | 2024-05-03T02:46:58.265Z | * [new branch] sunshowers/spr/omdb-improve-cli-ux -> origin/sunshowers/spr/omdb-improve-cli-ux |
954 | 2024-05-03T02:46:58.265Z | * [new branch] sunshowers/spr/password-login-drop-timeout-to-500ms -> origin/sunshowers/spr/password-login-drop-timeout-to-500ms |
955 | 2024-05-03T02:46:58.266Z | * [new branch] sunshowers/spr/rfc-nexus-types-more-validation-for-planninginput-1 -> origin/sunshowers/spr/rfc-nexus-types-more-validation-for-planninginput-1 |
956 | 2024-05-03T02:46:58.266Z | * [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 |
957 | 2024-05-03T02:46:58.266Z | * [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 |
958 | 2024-05-03T02:46:58.266Z | * [new branch] sunshowers/spr/wicket-oxpop-wicket-work -> origin/sunshowers/spr/wicket-oxpop-wicket-work |
959 | 2024-05-03T02:46:58.266Z | * [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 |
960 | 2024-05-03T02:46:58.266Z | * [new branch] sunshowers/spr/wip-example-of-trait-based-dropshot-server -> origin/sunshowers/spr/wip-example-of-trait-based-dropshot-server |
961 | 2024-05-03T02:46:58.266Z | * [new branch] sunshowers/spr/wip-reconfigurator-start-removing-expunged-zones -> origin/sunshowers/spr/wip-reconfigurator-start-removing-expunged-zones |
962 | 2024-05-03T02:46:58.266Z | * [new branch] sunshowers/spr/wip-wicketd-structured-updates -> origin/sunshowers/spr/wip-wicketd-structured-updates |
963 | 2024-05-03T02:46:58.266Z | * [new branch] swap -> origin/swap |
964 | 2024-05-03T02:46:58.266Z | * [new branch] temp-console-inventory-integration -> origin/temp-console-inventory-integration |
965 | 2024-05-03T02:46:58.266Z | * [new branch] thing-flinger -> origin/thing-flinger |
966 | 2024-05-03T02:46:58.266Z | * [new branch] tqv1 -> origin/tqv1 |
967 | 2024-05-03T02:46:58.266Z | * [new branch] trigger -> origin/trigger |
968 | 2024-05-03T02:46:58.266Z | * [new branch] try-bench-gimlet -> origin/try-bench-gimlet |
969 | 2024-05-03T02:46:58.267Z | * [new branch] u2-encryption -> origin/u2-encryption |
970 | 2024-05-03T02:46:58.267Z | * [new branch] u2-encryption-2 -> origin/u2-encryption-2 |
971 | 2024-05-03T02:46:58.267Z | * [new branch] u2-encryption-3 -> origin/u2-encryption-3 |
972 | 2024-05-03T02:46:58.267Z | * [new branch] unify-hardware-ids -> origin/unify-hardware-ids |
973 | 2024-05-03T02:46:58.267Z | * [new branch] unify-ip-range -> origin/unify-ip-range |
974 | 2024-05-03T02:46:58.267Z | * [new branch] unify_services_datasets -> origin/unify_services_datasets |
975 | 2024-05-03T02:46:58.267Z | * [new branch] unused-deps -> origin/unused-deps |
976 | 2024-05-03T02:46:58.267Z | * [new branch] update-planning -> origin/update-planning |
977 | 2024-05-03T02:46:58.267Z | * [new branch] usdt-probe-xtask -> origin/usdt-probe-xtask |
978 | 2024-05-03T02:46:58.267Z | * [new branch] use-helios-netdev-publisher -> origin/use-helios-netdev-publisher |
979 | 2024-05-03T02:46:58.267Z | * [new branch] use-incremental-build -> origin/use-incremental-build |
980 | 2024-05-03T02:46:58.267Z | * [new branch] v1-cleanup -> origin/v1-cleanup |
981 | 2024-05-03T02:46:58.267Z | * [new branch] v1-hardware-apis -> origin/v1-hardware-apis |
982 | 2024-05-03T02:46:58.267Z | * [new branch] validate-ip-range-more-good -> origin/validate-ip-range-more-good |
983 | 2024-05-03T02:46:58.268Z | * [new branch] vectorize-datasets -> origin/vectorize-datasets |
984 | 2024-05-03T02:46:58.268Z | * [new branch] vmm-test-flex -> origin/vmm-test-flex |
985 | 2024-05-03T02:46:58.268Z | * [new branch] wicket -> origin/wicket |
986 | 2024-05-03T02:46:58.268Z | * [new branch] wicket-dbg -> origin/wicket-dbg |
987 | 2024-05-03T02:46:58.268Z | * [new branch] wicket-dbg2 -> origin/wicket-dbg2 |
988 | 2024-05-03T02:46:58.268Z | * [new branch] wicket-menu -> origin/wicket-menu |
989 | 2024-05-03T02:46:58.268Z | * [new branch] wicket-rack-update -> origin/wicket-rack-update |
990 | 2024-05-03T02:46:58.268Z | * [new branch] wicket-update-integration -> origin/wicket-update-integration |
991 | 2024-05-03T02:46:58.268Z | * [new branch] wicket-update-integration-2 -> origin/wicket-update-integration-2 |
992 | 2024-05-03T02:46:58.268Z | * [new branch] wicket-update-pane -> origin/wicket-update-pane |
993 | 2024-05-03T02:46:58.268Z | * [new branch] wicket-update-status -> origin/wicket-update-status |
994 | 2024-05-03T02:46:58.268Z | * [new branch] wicketd-get-compmonent-inventory -> origin/wicketd-get-compmonent-inventory |
995 | 2024-05-03T02:46:58.268Z | * [new branch] wicketd-progenitor-derives -> origin/wicketd-progenitor-derives |
996 | 2024-05-03T02:46:58.268Z | * [new branch] wicketd-update-deliver-trampoline -> origin/wicketd-update-deliver-trampoline |
997 | 2024-05-03T02:46:58.269Z | * [new branch] wicketd-update-prototype -> origin/wicketd-update-prototype |
998 | 2024-05-03T02:46:58.269Z | * [new branch] wip-add-pvt2-repo -> origin/wip-add-pvt2-repo |
999 | 2024-05-03T02:46:58.269Z | * [new branch] xtask_ci_download -> origin/xtask_ci_download |
1000 | 2024-05-03T02:46:58.269Z | * [new branch] xtask_ci_download_replace -> origin/xtask_ci_download_replace |
1001 | 2024-05-03T02:46:58.269Z | * [new branch] zone-filesystems -> origin/zone-filesystems |
1002 | 2024-05-03T02:46:58.269Z | * [new ref] -> origin/HEAD |
1003 | 2024-05-03T02:46:58.269Z | * [new tag] dogfood -> dogfood |
1004 | 2024-05-03T02:46:58.269Z | * [new tag] v5 -> v5 |
1005 | 2024-05-03T02:46:58.269Z | * [new tag] v6 -> v6 |
1006 | 2024-05-03T02:46:58.269Z | * [new tag] v7 -> v7 |
1007 | 2024-05-03T02:46:58.532Z | Updating git repository `https://github.com/oxidecomputer/opte` |
1008 | 2024-05-03T02:46:59.573Z | From https://github.com/oxidecomputer/opte |
1009 | 2024-05-03T02:46:59.573Z | * [new branch] 481-strawman -> origin/481-strawman |
1010 | 2024-05-03T02:46:59.578Z | * [new branch] all-perf-in-flight -> origin/all-perf-in-flight |
1011 | 2024-05-03T02:46:59.578Z | * [new branch] cheaper-flowid -> origin/cheaper-flowid |
1012 | 2024-05-03T02:46:59.578Z | * [new branch] config-dhcp-dns -> origin/config-dhcp-dns |
1013 | 2024-05-03T02:46:59.579Z | * [new branch] custom-subnet-routing -> origin/custom-subnet-routing |
1014 | 2024-05-03T02:46:59.579Z | * [new branch] demo-stuffs -> origin/demo-stuffs |
1015 | 2024-05-03T02:46:59.579Z | * [new branch] dont-proc-in-lock -> origin/dont-proc-in-lock |
1016 | 2024-05-03T02:46:59.579Z | * [new branch] goodbye-all-of-classification -> origin/goodbye-all-of-classification |
1017 | 2024-05-03T02:46:59.579Z | * [new branch] handle-pkt-chains -> origin/handle-pkt-chains |
1018 | 2024-05-03T02:46:59.579Z | * [new branch] helios-2.0 -> origin/helios-2.0 |
1019 | 2024-05-03T02:46:59.579Z | * [new branch] ioctl-for-firewall-rules -> origin/ioctl-for-firewall-rules |
1020 | 2024-05-03T02:46:59.579Z | * [new branch] ipv6-home-and-two-tests-dev -> origin/ipv6-home-and-two-tests-dev |
1021 | 2024-05-03T02:46:59.579Z | * [new branch] kbench-zone-variant -> origin/kbench-zone-variant |
1022 | 2024-05-03T02:46:59.579Z | * [new branch] luqmana/ipv4-options -> origin/luqmana/ipv4-options |
1023 | 2024-05-03T02:46:59.579Z | * [new branch] luqmana/no-vnic -> origin/luqmana/no-vnic |
1024 | 2024-05-03T02:46:59.579Z | * [new branch] master -> origin/master |
1025 | 2024-05-03T02:46:59.579Z | * [new branch] noclass-best-flow -> origin/noclass-best-flow |
1026 | 2024-05-03T02:46:59.579Z | * [new branch] noclass-best-noflow -> origin/noclass-best-noflow |
1027 | 2024-05-03T02:46:59.579Z | * [new branch] opte-160-use-str-for-meta -> origin/opte-160-use-str-for-meta |
1028 | 2024-05-03T02:46:59.579Z | * [new branch] opte-161-api-vsn -> origin/opte-161-api-vsn |
1029 | 2024-05-03T02:46:59.579Z | * [new branch] opte-204-paused -> origin/opte-204-paused |
1030 | 2024-05-03T02:46:59.579Z | * [new branch] opte-214-rm-opte-drv -> origin/opte-214-rm-opte-drv |
1031 | 2024-05-03T02:46:59.579Z | * [new branch] opte-220 -> origin/opte-220 |
1032 | 2024-05-03T02:46:59.579Z | * [new branch] opte-225 -> origin/opte-225 |
1033 | 2024-05-03T02:46:59.579Z | * [new branch] opte-227 -> origin/opte-227 |
1034 | 2024-05-03T02:46:59.579Z | * [new branch] opte-231-snat-panic-payload-trans-2 -> origin/opte-231-snat-panic-payload-trans-2 |
1035 | 2024-05-03T02:46:59.580Z | * [new branch] opte-232 -> origin/opte-232 |
1036 | 2024-05-03T02:46:59.580Z | * [new branch] opte-241-unwrap-panic-and-kstats -> origin/opte-241-unwrap-panic-and-kstats |
1037 | 2024-05-03T02:46:59.580Z | * [new branch] opte-261-rip-cstr-core -> origin/opte-261-rip-cstr-core |
1038 | 2024-05-03T02:46:59.580Z | * [new branch] opte-281-vpc-firewall -> origin/opte-281-vpc-firewall |
1039 | 2024-05-03T02:46:59.580Z | * [new branch] opte-88-codegen-units -> origin/opte-88-codegen-units |
1040 | 2024-05-03T02:46:59.580Z | * [new branch] opte-88-linker-failures -> origin/opte-88-linker-failures |
1041 | 2024-05-03T02:46:59.580Z | * [new branch] opteadm-library -> origin/opteadm-library |
1042 | 2024-05-03T02:46:59.580Z | * [new branch] partial-workspace -> origin/partial-workspace |
1043 | 2024-05-03T02:46:59.580Z | * [new branch] remove-duplicate-adm -> origin/remove-duplicate-adm |
1044 | 2024-05-03T02:46:59.580Z | * [new branch] renovate/libc-0.x-lockfile -> origin/renovate/libc-0.x-lockfile |
1045 | 2024-05-03T02:46:59.580Z | * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance |
1046 | 2024-05-03T02:46:59.580Z | * [new branch] renovate/rust-1.x -> origin/renovate/rust-1.x |
1047 | 2024-05-03T02:46:59.580Z | * [new branch] renovate/serde-monorepo -> origin/renovate/serde-monorepo |
1048 | 2024-05-03T02:46:59.580Z | * [new branch] rm-fw-rule-error -> origin/rm-fw-rule-error |
1049 | 2024-05-03T02:46:59.580Z | * [new branch] route-cache -> origin/route-cache |
1050 | 2024-05-03T02:46:59.580Z | * [new branch] rpz-197-zero-pkt -> origin/rpz-197-zero-pkt |
1051 | 2024-05-03T02:46:59.580Z | * [new branch] rpz-207-rules-stats -> origin/rpz-207-rules-stats |
1052 | 2024-05-03T02:46:59.580Z | * [new branch] rpz-298-spoof-test -> origin/rpz-298-spoof-test |
1053 | 2024-05-03T02:46:59.580Z | * [new branch] rpz-301-layer-stats -> origin/rpz-301-layer-stats |
1054 | 2024-05-03T02:46:59.580Z | * [new branch] rpz-add-entry-refactor -> origin/rpz-add-entry-refactor |
1055 | 2024-05-03T02:46:59.580Z | * [new branch] rpz-ameta-own -> origin/rpz-ameta-own |
1056 | 2024-05-03T02:46:59.580Z | * [new branch] rpz-assert-drop -> origin/rpz-assert-drop |
1057 | 2024-05-03T02:46:59.580Z | * [new branch] rpz-csum-doc -> origin/rpz-csum-doc |
1058 | 2024-05-03T02:46:59.580Z | * [new branch] rpz-def-action -> origin/rpz-def-action |
1059 | 2024-05-03T02:46:59.581Z | * [new branch] rpz-doc-stuff -> origin/rpz-doc-stuff |
1060 | 2024-05-03T02:46:59.581Z | * [new branch] rpz-fix-docs -> origin/rpz-fix-docs |
1061 | 2024-05-03T02:46:59.581Z | * [new branch] rpz-gateway-layer -> origin/rpz-gateway-layer |
1062 | 2024-05-03T02:46:59.581Z | * [new branch] rpz-invalidation-broken-2 -> origin/rpz-invalidation-broken-2 |
1063 | 2024-05-03T02:46:59.581Z | * [new branch] rpz-ioctl-dangle -> origin/rpz-ioctl-dangle |
1064 | 2024-05-03T02:46:59.581Z | * [new branch] rpz-less-alloc -> origin/rpz-less-alloc |
1065 | 2024-05-03T02:46:59.581Z | * [new branch] rpz-more-layer-stats -> origin/rpz-more-layer-stats |
1066 | 2024-05-03T02:46:59.581Z | * [new branch] rpz-move-stuff-to-ddi -> origin/rpz-move-stuff-to-ddi |
1067 | 2024-05-03T02:46:59.581Z | * [new branch] rpz-opte-294 -> origin/rpz-opte-294 |
1068 | 2024-05-03T02:46:59.581Z | * [new branch] rpz-opteadm-tcp-flows -> origin/rpz-opteadm-tcp-flows |
1069 | 2024-05-03T02:46:59.581Z | * [new branch] rpz-packet-write-err -> origin/rpz-packet-write-err |
1070 | 2024-05-03T02:46:59.581Z | * [new branch] rpz-pkg-minor-vsn -> origin/rpz-pkg-minor-vsn |
1071 | 2024-05-03T02:46:59.581Z | * [new branch] rpz-predicate-module -> origin/rpz-predicate-module |
1072 | 2024-05-03T02:46:59.581Z | * [new branch] rpz-print-port-in-test -> origin/rpz-print-port-in-test |
1073 | 2024-05-03T02:46:59.581Z | * [new branch] rpz-rm-todo -> origin/rpz-rm-todo |
1074 | 2024-05-03T02:46:59.581Z | * [new branch] rpz-sanity-check -> origin/rpz-sanity-check |
1075 | 2024-05-03T02:46:59.581Z | * [new branch] rpz-simplify-test-state -> origin/rpz-simplify-test-state |
1076 | 2024-05-03T02:46:59.581Z | * [new branch] rpz-tcp-flows-hits -> origin/rpz-tcp-flows-hits |
1077 | 2024-05-03T02:46:59.581Z | * [new branch] rpz-tcp-inbound-test -> origin/rpz-tcp-inbound-test |
1078 | 2024-05-03T02:46:59.581Z | * [new branch] rpz-tcp-tests -> origin/rpz-tcp-tests |
1079 | 2024-05-03T02:46:59.581Z | * [new branch] rpz-test-common -> origin/rpz-test-common |
1080 | 2024-05-03T02:46:59.581Z | * [new branch] rpz-test-constants -> origin/rpz-test-constants |
1081 | 2024-05-03T02:46:59.581Z | * [new branch] rpz-uft-miss-stat -> origin/rpz-uft-miss-stat |
1082 | 2024-05-03T02:46:59.582Z | * [new branch] rpz-vpc-own-crate -> origin/rpz-vpc-own-crate |
1083 | 2024-05-03T02:46:59.582Z | * [new branch] spring-clean -> origin/spring-clean |
1084 | 2024-05-03T02:46:59.582Z | * [new branch] the-perf-cost-of-success -> origin/the-perf-cost-of-success |
1085 | 2024-05-03T02:46:59.582Z | * [new branch] underlay-lock -> origin/underlay-lock |
1086 | 2024-05-03T02:46:59.582Z | * [new branch] use-the-flow-luke-61 -> origin/use-the-flow-luke-61 |
1087 | 2024-05-03T02:46:59.582Z | * [new ref] -> origin/HEAD |
1088 | 2024-05-03T02:46:59.624Z | Updating git repository `https://github.com/illumos/smf-rs` |
1089 | 2024-05-03T02:47:00.049Z | From https://github.com/illumos/smf-rs |
1090 | 2024-05-03T02:47:00.049Z | * [new branch] main -> origin/main |
1091 | 2024-05-03T02:47:00.052Z | * [new ref] -> origin/HEAD |
1092 | 2024-05-03T02:47:00.074Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
1093 | 2024-05-03T02:47:01.378Z | From https://github.com/oxidecomputer/progenitor |
1094 | 2024-05-03T02:47:01.378Z | * [new branch] extension2 -> origin/extension2 |
1095 | 2024-05-03T02:47:01.382Z | * [new branch] json-body-stdin-alias -> origin/json-body-stdin-alias |
1096 | 2024-05-03T02:47:01.382Z | * [new branch] main -> origin/main |
1097 | 2024-05-03T02:47:01.383Z | * [new branch] nexus-update -> origin/nexus-update |
1098 | 2024-05-03T02:47:01.383Z | * [new branch] owned-response-stream -> origin/owned-response-stream |
1099 | 2024-05-03T02:47:01.383Z | * [new branch] print-example -> origin/print-example |
1100 | 2024-05-03T02:47:01.383Z | * [new branch] query-arg-collision -> origin/query-arg-collision |
1101 | 2024-05-03T02:47:01.383Z | * [new branch] request-map -> origin/request-map |
1102 | 2024-05-03T02:47:01.383Z | * [new branch] response-value-content-length -> origin/response-value-content-length |
1103 | 2024-05-03T02:47:01.383Z | * [new branch] security-schemes -> origin/security-schemes |
1104 | 2024-05-03T02:47:01.383Z | * [new branch] sketch-multiple-reponse-types -> origin/sketch-multiple-reponse-types |
1105 | 2024-05-03T02:47:01.383Z | * [new branch] test-ci -> origin/test-ci |
1106 | 2024-05-03T02:47:01.383Z | * [new branch] test-v0.7.0 -> origin/test-v0.7.0 |
1107 | 2024-05-03T02:47:01.383Z | * [new branch] untyped-responses -> origin/untyped-responses |
1108 | 2024-05-03T02:47:01.383Z | * [new branch] v41 -> origin/v41 |
1109 | 2024-05-03T02:47:01.383Z | * [new ref] -> origin/HEAD |
1110 | 2024-05-03T02:47:01.383Z | * [new tag] v0.1.1 -> v0.1.1 |
1111 | 2024-05-03T02:47:01.383Z | * [new tag] v0.2.0 -> v0.2.0 |
1112 | 2024-05-03T02:47:01.383Z | * [new tag] v0.3.0 -> v0.3.0 |
1113 | 2024-05-03T02:47:01.383Z | * [new tag] v0.4.0 -> v0.4.0 |
1114 | 2024-05-03T02:47:01.383Z | * [new tag] v0.4.1 -> v0.4.1 |
1115 | 2024-05-03T02:47:01.383Z | * [new tag] v0.5.0 -> v0.5.0 |
1116 | 2024-05-03T02:47:01.383Z | * [new tag] v0.6.0 -> v0.6.0 |
1117 | 2024-05-03T02:47:01.588Z | Updating git repository `https://github.com/oxidecomputer/zone` |
1118 | 2024-05-03T02:47:02.021Z | From https://github.com/oxidecomputer/zone |
1119 | 2024-05-03T02:47:02.021Z | * [new branch] main -> origin/main |
1120 | 2024-05-03T02:47:02.025Z | * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest |
1121 | 2024-05-03T02:47:02.025Z | * [new branch] renovate/syn-2.x -> origin/renovate/syn-2.x |
1122 | 2024-05-03T02:47:02.025Z | * [new branch] state-derive-eq-hash -> origin/state-derive-eq-hash |
1123 | 2024-05-03T02:47:02.026Z | * [new ref] -> origin/HEAD |
1124 | 2024-05-03T02:47:02.060Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
1125 | 2024-05-03T02:47:03.060Z | From https://github.com/oxidecomputer/propolis |
1126 | 2024-05-03T02:47:03.060Z | * [new branch] ata -> origin/ata |
1127 | 2024-05-03T02:47:03.070Z | * [new branch] gjcolombo/two-migration-statuses -> origin/gjcolombo/two-migration-statuses |
1128 | 2024-05-03T02:47:03.071Z | * [new branch] luqmana/libnet -> origin/luqmana/libnet |
1129 | 2024-05-03T02:47:03.071Z | * [new branch] master -> origin/master |
1130 | 2024-05-03T02:47:03.071Z | * [new branch] softnpu-table-counters -> origin/softnpu-table-counters |
1131 | 2024-05-03T02:47:03.071Z | * [new ref] -> origin/HEAD |
1132 | 2024-05-03T02:47:03.145Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
1133 | 2024-05-03T02:47:03.654Z | From https://github.com/oxidecomputer/dlpi-sys |
1134 | 2024-05-03T02:47:03.654Z | * [new branch] gh-pages -> origin/gh-pages |
1135 | 2024-05-03T02:47:03.657Z | * [new branch] main -> origin/main |
1136 | 2024-05-03T02:47:03.657Z | * [new ref] -> origin/HEAD |
1137 | 2024-05-03T02:47:03.664Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
1138 | 2024-05-03T02:47:04.091Z | From https://github.com/jmesmon/rust-libzfs |
1139 | 2024-05-03T02:47:04.091Z | * [new branch] dependabot/cargo/libc-0.2.140 -> origin/dependabot/cargo/libc-0.2.140 |
1140 | 2024-05-03T02:47:04.095Z | * [new branch] dependabot/cargo/os_pipe-1.1.3 -> origin/dependabot/cargo/os_pipe-1.1.3 |
1141 | 2024-05-03T02:47:04.095Z | * [new branch] dependabot/cargo/pkg-config-0.3.26 -> origin/dependabot/cargo/pkg-config-0.3.26 |
1142 | 2024-05-03T02:47:04.095Z | * [new branch] dependabot/cargo/rand-0.8.5 -> origin/dependabot/cargo/rand-0.8.5 |
1143 | 2024-05-03T02:47:04.095Z | * [new branch] dependabot/cargo/snafu-0.7.4 -> origin/dependabot/cargo/snafu-0.7.4 |
1144 | 2024-05-03T02:47:04.096Z | * [new branch] dependabot/cargo/tempfile-3.4.0 -> origin/dependabot/cargo/tempfile-3.4.0 |
1145 | 2024-05-03T02:47:04.096Z | * [new branch] dev -> origin/dev |
1146 | 2024-05-03T02:47:04.096Z | * [new branch] drr -> origin/drr |
1147 | 2024-05-03T02:47:04.096Z | * [new branch] f-types -> origin/f-types |
1148 | 2024-05-03T02:47:04.096Z | * [new branch] lookup-nvlist -> origin/lookup-nvlist |
1149 | 2024-05-03T02:47:04.096Z | * [new branch] master -> origin/master |
1150 | 2024-05-03T02:47:04.096Z | * [new branch] staging -> origin/staging |
1151 | 2024-05-03T02:47:04.096Z | * [new ref] -> origin/HEAD |
1152 | 2024-05-03T02:47:04.096Z | * [new tag] nvpair-0.5.0 -> nvpair-0.5.0 |
1153 | 2024-05-03T02:47:04.096Z | * [new tag] v0.4.0 -> v0.4.0 |
1154 | 2024-05-03T02:47:04.096Z | * [new tag] zfs-core-0.5.0 -> zfs-core-0.5.0 |
1155 | 2024-05-03T02:47:04.096Z | * [new tag] zfs-core-sys-0.5.0 -> zfs-core-sys-0.5.0 |
1156 | 2024-05-03T02:47:04.108Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
1157 | 2024-05-03T02:47:04.637Z | From https://github.com/oxidecomputer/rusty-doors |
1158 | 2024-05-03T02:47:04.637Z | * [new branch] gh-pages -> origin/gh-pages |
1159 | 2024-05-03T02:47:04.641Z | * [new branch] main -> origin/main |
1160 | 2024-05-03T02:47:04.641Z | * [new branch] no-bindgen -> origin/no-bindgen |
1161 | 2024-05-03T02:47:04.641Z | * [new ref] -> origin/HEAD |
1162 | 2024-05-03T02:47:04.649Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
1163 | 2024-05-03T02:47:05.417Z | From https://github.com/oxidecomputer/maghemite |
1164 | 2024-05-03T02:47:05.417Z | * [new branch] anycast -> origin/anycast |
1165 | 2024-05-03T02:47:05.421Z | * [new branch] ddm-track-session-duration -> origin/ddm-track-session-duration |
1166 | 2024-05-03T02:47:05.421Z | * [new branch] mac-build -> origin/mac-build |
1167 | 2024-05-03T02:47:05.421Z | * [new branch] main -> origin/main |
1168 | 2024-05-03T02:47:05.421Z | * [new branch] oxpop -> origin/oxpop |
1169 | 2024-05-03T02:47:05.421Z | * [new branch] renovate/hostname-0.x -> origin/renovate/hostname-0.x |
1170 | 2024-05-03T02:47:05.421Z | * [new branch] renovate/http-1.x -> origin/renovate/http-1.x |
1171 | 2024-05-03T02:47:05.421Z | * [new branch] renovate/hyper-1.x -> origin/renovate/hyper-1.x |
1172 | 2024-05-03T02:47:05.421Z | * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance |
1173 | 2024-05-03T02:47:05.421Z | * [new branch] renovate/reqwest-0.x -> origin/renovate/reqwest-0.x |
1174 | 2024-05-03T02:47:05.421Z | * [new branch] renovate/rust-1.x -> origin/renovate/rust-1.x |
1175 | 2024-05-03T02:47:05.421Z | * [new branch] renovate/schemars-0.x-lockfile -> origin/renovate/schemars-0.x-lockfile |
1176 | 2024-05-03T02:47:05.421Z | * [new branch] renovate/serde-monorepo -> origin/renovate/serde-monorepo |
1177 | 2024-05-03T02:47:05.421Z | * [new branch] renovate/socket2-0.x-lockfile -> origin/renovate/socket2-0.x-lockfile |
1178 | 2024-05-03T02:47:05.421Z | * [new ref] -> origin/HEAD |
1179 | 2024-05-03T02:47:05.421Z | * [new tag] rift -> rift |
1180 | 2024-05-03T02:47:05.421Z | * [new tag] srp -> srp |
1181 | 2024-05-03T02:47:05.421Z | * [new tag] tie-spf -> tie-spf |
1182 | 2024-05-03T02:47:05.464Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
1183 | 2024-05-03T02:47:05.650Z | warning: redirecting to https://github.com/oxidecomputer/serde_human_bytes/ |
1184 | 2024-05-03T02:47:06.066Z | From http://github.com/oxidecomputer/serde_human_bytes |
1185 | 2024-05-03T02:47:06.066Z | * [new branch] gh-pages -> origin/gh-pages |
1186 | 2024-05-03T02:47:06.070Z | * [new branch] main -> origin/main |
1187 | 2024-05-03T02:47:06.070Z | * [new branch] renovate/configure -> origin/renovate/configure |
1188 | 2024-05-03T02:47:06.071Z | * [new ref] -> origin/HEAD |
1189 | 2024-05-03T02:47:06.087Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
1190 | 2024-05-03T02:47:06.536Z | From https://github.com/oxidecomputer/slog-error-chain |
1191 | 2024-05-03T02:47:06.536Z | * [new branch] main -> origin/main |
1192 | 2024-05-03T02:47:06.541Z | * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest |
1193 | 2024-05-03T02:47:06.541Z | * [new branch] renovate/erased-serde-0.x -> origin/renovate/erased-serde-0.x |
1194 | 2024-05-03T02:47:06.541Z | * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance |
1195 | 2024-05-03T02:47:06.541Z | * [new branch] renovate/proc-macro2-1.x-lockfile -> origin/renovate/proc-macro2-1.x-lockfile |
1196 | 2024-05-03T02:47:06.541Z | * [new branch] renovate/quote-1.x-lockfile -> origin/renovate/quote-1.x-lockfile |
1197 | 2024-05-03T02:47:06.541Z | * [new branch] renovate/syn-2.x-lockfile -> origin/renovate/syn-2.x-lockfile |
1198 | 2024-05-03T02:47:06.541Z | * [new ref] -> origin/HEAD |
1199 | 2024-05-03T02:47:06.582Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
1200 | 2024-05-03T02:47:07.011Z | From https://github.com/oxidecomputer/poptrie |
1201 | 2024-05-03T02:47:07.011Z | * [new branch] main -> origin/main |
1202 | 2024-05-03T02:47:07.015Z | * [new branch] multipath -> origin/multipath |
1203 | 2024-05-03T02:47:07.015Z | * [new ref] -> origin/HEAD |
1204 | 2024-05-03T02:47:07.026Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
1205 | 2024-05-03T02:47:07.420Z | From https://github.com/illumos/libscf-sys |
1206 | 2024-05-03T02:47:07.420Z | * [new branch] main -> origin/main |
1207 | 2024-05-03T02:47:07.420Z | * [new ref] -> origin/HEAD |
1208 | 2024-05-03T02:47:07.466Z | Updating git repository `https://github.com/oxidecomputer/typify` |
1209 | 2024-05-03T02:47:09.345Z | From https://github.com/oxidecomputer/typify |
1210 | 2024-05-03T02:47:09.345Z | * [new branch] ipv6 -> origin/ipv6 |
1211 | 2024-05-03T02:47:09.348Z | * [new branch] js-schema -> origin/js-schema |
1212 | 2024-05-03T02:47:09.348Z | * [new branch] main -> origin/main |
1213 | 2024-05-03T02:47:09.348Z | * [new branch] nested-newtype -> origin/nested-newtype |
1214 | 2024-05-03T02:47:09.348Z | * [new branch] sunshowers/spr/add-type-name-to-invalidschema-error -> origin/sunshowers/spr/add-type-name-to-invalidschema-error |
1215 | 2024-05-03T02:47:09.348Z | * [new branch] sunshowers/spr/add-type-name-to-invalidschema-error-1 -> origin/sunshowers/spr/add-type-name-to-invalidschema-error-1 |
1216 | 2024-05-03T02:47:09.349Z | * [new ref] -> origin/HEAD |
1217 | 2024-05-03T02:47:09.349Z | * [new tag] v0.0.10 -> v0.0.10 |
1218 | 2024-05-03T02:47:09.349Z | * [new tag] v0.0.11 -> v0.0.11 |
1219 | 2024-05-03T02:47:09.349Z | * [new tag] v0.0.12 -> v0.0.12 |
1220 | 2024-05-03T02:47:09.349Z | * [new tag] v0.0.13 -> v0.0.13 |
1221 | 2024-05-03T02:47:09.349Z | * [new tag] v0.0.14 -> v0.0.14 |
1222 | 2024-05-03T02:47:09.349Z | * [new tag] v0.0.15 -> v0.0.15 |
1223 | 2024-05-03T02:47:09.349Z | * [new tag] v0.0.16 -> v0.0.16 |
1224 | 2024-05-03T02:47:09.349Z | * [new tag] v0.0.4 -> v0.0.4 |
1225 | 2024-05-03T02:47:09.349Z | * [new tag] v0.0.5 -> v0.0.5 |
1226 | 2024-05-03T02:47:09.349Z | * [new tag] v0.0.6 -> v0.0.6 |
1227 | 2024-05-03T02:47:09.349Z | * [new tag] v0.0.7 -> v0.0.7 |
1228 | 2024-05-03T02:47:09.349Z | * [new tag] v0.0.8 -> v0.0.8 |
1229 | 2024-05-03T02:47:09.349Z | * [new tag] v0.0.9 -> v0.0.9 |
1230 | 2024-05-03T02:47:09.464Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
1231 | 2024-05-03T02:47:09.963Z | From https://github.com/oxidecomputer/rfb |
1232 | 2024-05-03T02:47:09.963Z | * [new branch] jhendricks/ps2mouse -> origin/jhendricks/ps2mouse |
1233 | 2024-05-03T02:47:09.967Z | * [new branch] luqmana/stop-for-real -> origin/luqmana/stop-for-real |
1234 | 2024-05-03T02:47:09.967Z | * [new branch] main -> origin/main |
1235 | 2024-05-03T02:47:09.967Z | * [new branch] pixfmts -> origin/pixfmts |
1236 | 2024-05-03T02:47:09.967Z | * [new ref] -> origin/HEAD |
1237 | 2024-05-03T02:47:09.990Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
1238 | 2024-05-03T02:47:10.650Z | From https://github.com/oxidecomputer/management-gateway-service |
1239 | 2024-05-03T02:47:10.650Z | * [new branch] af-temp-hash -> origin/af-temp-hash |
1240 | 2024-05-03T02:47:10.656Z | * [new branch] buildomat -> origin/buildomat |
1241 | 2024-05-03T02:47:10.656Z | * [new branch] bump-smoltcp -> origin/bump-smoltcp |
1242 | 2024-05-03T02:47:10.656Z | * [new branch] cached-bootloader-update -> origin/cached-bootloader-update |
1243 | 2024-05-03T02:47:10.656Z | * [new branch] dependabot/cargo/zerocopy-0.7.32 -> origin/dependabot/cargo/zerocopy-0.7.32 |
1244 | 2024-05-03T02:47:10.656Z | * [new branch] image-board-check -> origin/image-board-check |
1245 | 2024-05-03T02:47:10.656Z | * [new branch] include-power-state-in-sp-state -> origin/include-power-state-in-sp-state |
1246 | 2024-05-03T02:47:10.656Z | * [new branch] lock_state -> origin/lock_state |
1247 | 2024-05-03T02:47:10.656Z | * [new branch] main -> origin/main |
1248 | 2024-05-03T02:47:10.656Z | * [new branch] more-expect-cleanup -> origin/more-expect-cleanup |
1249 | 2024-05-03T02:47:10.656Z | * [new branch] plumb-switch-default-image -> origin/plumb-switch-default-image |
1250 | 2024-05-03T02:47:10.656Z | * [new branch] read-rot-message -> origin/read-rot-message |
1251 | 2024-05-03T02:47:10.656Z | * [new branch] reexport-sp-component -> origin/reexport-sp-component |
1252 | 2024-05-03T02:47:10.656Z | * [new branch] remove-dumper-error -> origin/remove-dumper-error |
1253 | 2024-05-03T02:47:10.656Z | * [new branch] reset-component -> origin/reset-component |
1254 | 2024-05-03T02:47:10.656Z | * [new branch] revert-70-reset-component -> origin/revert-70-reset-component |
1255 | 2024-05-03T02:47:10.656Z | * [new branch] rhai -> origin/rhai |
1256 | 2024-05-03T02:47:10.656Z | * [new branch] rot-boot-info -> origin/rot-boot-info |
1257 | 2024-05-03T02:47:10.656Z | * [new branch] rot-update -> origin/rot-update |
1258 | 2024-05-03T02:47:10.656Z | * [new branch] rot-update-2 -> origin/rot-update-2 |
1259 | 2024-05-03T02:47:10.656Z | * [new branch] rot-update-on-rot-status -> origin/rot-update-on-rot-status |
1260 | 2024-05-03T02:47:10.656Z | * [new branch] scope-id-shenanigans -> origin/scope-id-shenanigans |
1261 | 2024-05-03T02:47:10.656Z | * [new branch] sprot-attest -> origin/sprot-attest |
1262 | 2024-05-03T02:47:10.657Z | * [new branch] sprot-desync-error -> origin/sprot-desync-error |
1263 | 2024-05-03T02:47:10.657Z | * [new branch] sprot-errors -> origin/sprot-errors |
1264 | 2024-05-03T02:47:10.657Z | * [new branch] stage0-update-component -> origin/stage0-update-component |
1265 | 2024-05-03T02:47:10.657Z | * [new branch] update-rot-state-msg -> origin/update-rot-state-msg |
1266 | 2024-05-03T02:47:10.671Z | * [new branch] update-stage0 -> origin/update-stage0 |
1267 | 2024-05-03T02:47:10.671Z | * [new ref] -> origin/HEAD |
1268 | 2024-05-03T02:47:11.034Z | Downloading crates ... |
1269 | 2024-05-03T02:47:11.181Z | Downloaded anstyle-query v1.0.2 |
1270 | 2024-05-03T02:47:11.183Z | Downloaded ciborium-ll v0.2.2 |
1271 | 2024-05-03T02:47:11.193Z | Downloaded anstream v0.6.13 |
1272 | 2024-05-03T02:47:11.197Z | Downloaded allocator-api2 v0.2.16 |
1273 | 2024-05-03T02:47:11.200Z | Downloaded arrayvec v0.7.4 |
1274 | 2024-05-03T02:47:11.200Z | Downloaded cobs v0.2.3 |
1275 | 2024-05-03T02:47:11.203Z | Downloaded anyhow v1.0.82 |
1276 | 2024-05-03T02:47:11.206Z | Downloaded async-stream-impl v0.3.5 |
1277 | 2024-05-03T02:47:11.210Z | Downloaded ciborium v0.2.2 |
1278 | 2024-05-03T02:47:11.210Z | Downloaded colorchoice v1.0.0 |
1279 | 2024-05-03T02:47:11.213Z | Downloaded anstyle-parse v0.2.3 |
1280 | 2024-05-03T02:47:11.213Z | Downloaded take_mut v0.2.2 |
1281 | 2024-05-03T02:47:11.213Z | Downloaded atomic-waker v1.1.2 |
1282 | 2024-05-03T02:47:11.217Z | Downloaded async-stream v0.3.5 |
1283 | 2024-05-03T02:47:11.217Z | Downloaded argon2 v0.5.3 |
1284 | 2024-05-03T02:47:11.220Z | Downloaded ciborium-io v0.2.2 |
1285 | 2024-05-03T02:47:11.220Z | Downloaded memmap v0.7.0 |
1286 | 2024-05-03T02:47:11.223Z | Downloaded anstyle v1.0.6 |
1287 | 2024-05-03T02:47:11.223Z | Downloaded autocfg v1.1.0 |
1288 | 2024-05-03T02:47:11.226Z | Downloaded bitstruct v0.1.1 |
1289 | 2024-05-03T02:47:11.229Z | Downloaded bitstruct_derive v0.1.0 |
1290 | 2024-05-03T02:47:11.229Z | Downloaded atty v0.2.14 |
1291 | 2024-05-03T02:47:11.229Z | Downloaded syn v1.0.109 |
1292 | 2024-05-03T02:47:11.241Z | Downloaded termcolor v1.4.1 |
1293 | 2024-05-03T02:47:11.243Z | Downloaded tokio-tungstenite v0.20.1 |
1294 | 2024-05-03T02:47:11.247Z | Downloaded fxhash v0.2.1 |
1295 | 2024-05-03T02:47:11.247Z | Downloaded dtrace-parser v0.2.0 |
1296 | 2024-05-03T02:47:11.247Z | Downloaded strum_macros v0.26.2 |
1297 | 2024-05-03T02:47:11.250Z | Downloaded cstr-argument v0.1.2 |
1298 | 2024-05-03T02:47:11.253Z | Downloaded async-trait v0.1.79 |
1299 | 2024-05-03T02:47:11.258Z | Downloaded topological-sort v0.2.2 |
1300 | 2024-05-03T02:47:11.258Z | Downloaded tungstenite v0.20.1 |
1301 | 2024-05-03T02:47:11.265Z | Downloaded base64 v0.22.0 |
1302 | 2024-05-03T02:47:11.268Z | Downloaded toml_edit v0.19.15 |
1303 | 2024-05-03T02:47:11.282Z | Downloaded toml_edit v0.22.9 |
1304 | 2024-05-03T02:47:11.305Z | Downloaded usdt-macro v0.5.0 |
1305 | 2024-05-03T02:47:11.308Z | Downloaded usdt-attr-macro v0.5.0 |
1306 | 2024-05-03T02:47:11.308Z | Downloaded toml v0.7.8 |
1307 | 2024-05-03T02:47:11.311Z | Downloaded thread-id v4.2.1 |
1308 | 2024-05-03T02:47:11.311Z | Downloaded instant v0.1.12 |
1309 | 2024-05-03T02:47:11.319Z | Downloaded either v1.10.0 |
1310 | 2024-05-03T02:47:11.319Z | Downloaded usdt-impl v0.5.0 |
1311 | 2024-05-03T02:47:11.328Z | Downloaded unicode-width v0.1.11 |
1312 | 2024-05-03T02:47:11.328Z | Downloaded ident_case v1.0.1 |
1313 | 2024-05-03T02:47:11.328Z | Downloaded hubpack_derive v0.1.1 |
1314 | 2024-05-03T02:47:11.328Z | Downloaded dyn-clone v1.0.17 |
1315 | 2024-05-03T02:47:11.328Z | Downloaded scopeguard v1.2.0 |
1316 | 2024-05-03T02:47:11.328Z | Downloaded untrusted v0.7.1 |
1317 | 2024-05-03T02:47:11.328Z | Downloaded waitgroup v0.1.2 |
1318 | 2024-05-03T02:47:11.328Z | Downloaded tokio-tungstenite v0.21.0 |
1319 | 2024-05-03T02:47:11.328Z | Downloaded macaddr v1.0.1 |
1320 | 2024-05-03T02:47:11.332Z | Downloaded lru-cache v0.1.2 |
1321 | 2024-05-03T02:47:11.332Z | Downloaded itoa v1.0.10 |
1322 | 2024-05-03T02:47:11.332Z | Downloaded hex v0.4.3 |
1323 | 2024-05-03T02:47:11.335Z | Downloaded pretty-hex v0.4.1 |
1324 | 2024-05-03T02:47:11.335Z | Downloaded pretty-hex v0.2.1 |
1325 | 2024-05-03T02:47:11.338Z | Downloaded enum-as-inner v0.5.1 |
1326 | 2024-05-03T02:47:11.338Z | Downloaded stable_deref_trait v1.2.0 |
1327 | 2024-05-03T02:47:11.341Z | Downloaded portpicker v0.1.1 |
1328 | 2024-05-03T02:47:11.341Z | Downloaded omicron-workspace-hack v0.1.0 |
1329 | 2024-05-03T02:47:11.341Z | Downloaded num_threads v0.1.7 |
1330 | 2024-05-03T02:47:11.341Z | Downloaded num-conv v0.1.0 |
1331 | 2024-05-03T02:47:11.345Z | Downloaded zone_cfg_derive v0.1.2 |
1332 | 2024-05-03T02:47:11.345Z | Downloaded hash32 v0.3.1 |
1333 | 2024-05-03T02:47:11.345Z | Downloaded ipnetwork v0.20.0 |
1334 | 2024-05-03T02:47:11.348Z | Downloaded deranged v0.3.11 |
1335 | 2024-05-03T02:47:11.348Z | Downloaded hostname v0.3.1 |
1336 | 2024-05-03T02:47:11.348Z | Downloaded heck v0.3.3 |
1337 | 2024-05-03T02:47:11.351Z | Downloaded darling v0.20.8 |
1338 | 2024-05-03T02:47:11.354Z | Downloaded scroll_derive v0.12.0 |
1339 | 2024-05-03T02:47:11.357Z | Downloaded sha1 v0.10.6 |
1340 | 2024-05-03T02:47:11.357Z | Downloaded newtype_derive v0.1.6 |
1341 | 2024-05-03T02:47:11.357Z | Downloaded yansi v0.5.1 |
1342 | 2024-05-03T02:47:11.362Z | Downloaded usdt v0.5.0 |
1343 | 2024-05-03T02:47:11.362Z | Downloaded serde_repr v0.1.19 |
1344 | 2024-05-03T02:47:11.365Z | Downloaded num v0.4.1 |
1345 | 2024-05-03T02:47:11.365Z | Downloaded strum v0.26.2 |
1346 | 2024-05-03T02:47:11.365Z | Downloaded strsim v0.10.0 |
1347 | 2024-05-03T02:47:11.365Z | Downloaded schemars_derive v0.8.16 |
1348 | 2024-05-03T02:47:11.368Z | Downloaded hubpack v0.1.2 |
1349 | 2024-05-03T02:47:11.368Z | Downloaded getrandom v0.2.12 |
1350 | 2024-05-03T02:47:11.371Z | Downloaded scroll v0.12.0 |
1351 | 2024-05-03T02:47:11.375Z | Downloaded plain v0.2.3 |
1352 | 2024-05-03T02:47:11.375Z | Downloaded tracing-attributes v0.1.27 |
1353 | 2024-05-03T02:47:11.378Z | Downloaded serde_tokenstream v0.2.0 |
1354 | 2024-05-03T02:47:11.381Z | Downloaded num_enum_derive v0.7.2 |
1355 | 2024-05-03T02:47:11.381Z | Downloaded num-integer v0.1.46 |
1356 | 2024-05-03T02:47:11.384Z | Downloaded newtype-uuid v1.0.1 |
1357 | 2024-05-03T02:47:11.384Z | Downloaded rustc_version v0.1.7 |
1358 | 2024-05-03T02:47:11.391Z | Downloaded structmeta-derive v0.3.0 |
1359 | 2024-05-03T02:47:11.391Z | Downloaded structmeta v0.3.0 |
1360 | 2024-05-03T02:47:11.391Z | Downloaded strsim v0.11.0 |
1361 | 2024-05-03T02:47:11.394Z | Downloaded powerfmt v0.2.0 |
1362 | 2024-05-03T02:47:11.394Z | Downloaded semver v0.1.20 |
1363 | 2024-05-03T02:47:11.394Z | Downloaded proc-macro-crate v1.3.1 |
1364 | 2024-05-03T02:47:11.394Z | Downloaded slog-dtrace v0.3.0 |
1365 | 2024-05-03T02:47:11.394Z | Downloaded slog-stdlog v4.1.1 |
1366 | 2024-05-03T02:47:11.398Z | Downloaded half v2.4.0 |
1367 | 2024-05-03T02:47:11.398Z | Downloaded erased-serde v0.3.31 |
1368 | 2024-05-03T02:47:11.404Z | Downloaded slog-scope v4.4.0 |
1369 | 2024-05-03T02:47:11.407Z | Downloaded resolv-conf v0.7.0 |
1370 | 2024-05-03T02:47:11.410Z | Downloaded slog-bunyan v2.5.0 |
1371 | 2024-05-03T02:47:11.410Z | Downloaded slog-async v2.8.0 |
1372 | 2024-05-03T02:47:11.413Z | Downloaded rustls-pemfile v2.1.1 |
1373 | 2024-05-03T02:47:11.413Z | Downloaded spin v0.5.2 |
1374 | 2024-05-03T02:47:11.416Z | Downloaded slog-envlogger v2.2.0 |
1375 | 2024-05-03T02:47:11.416Z | Downloaded parking_lot v0.11.2 |
1376 | 2024-05-03T02:47:11.419Z | Downloaded num-rational v0.4.1 |
1377 | 2024-05-03T02:47:11.419Z | Downloaded quick-error v1.2.3 |
1378 | 2024-05-03T02:47:11.422Z | Downloaded proc-macro-error-attr v1.0.4 |
1379 | 2024-05-03T02:47:11.422Z | Downloaded num-derive v0.3.3 |
1380 | 2024-05-03T02:47:11.425Z | Downloaded serde_with_macros v3.7.0 |
1381 | 2024-05-03T02:47:11.425Z | Downloaded parking_lot_core v0.8.6 |
1382 | 2024-05-03T02:47:11.428Z | Downloaded walkdir v2.5.0 |
1383 | 2024-05-03T02:47:11.431Z | Downloaded unsafe-libyaml v0.2.11 |
1384 | 2024-05-03T02:47:11.434Z | Downloaded flate2 v1.0.28 |
1385 | 2024-05-03T02:47:11.438Z | Downloaded slog-json v2.6.1 |
1386 | 2024-05-03T02:47:11.441Z | Downloaded smf v0.2.3 |
1387 | 2024-05-03T02:47:11.441Z | Downloaded uuid v0.8.2 |
1388 | 2024-05-03T02:47:11.444Z | Downloaded pin-project-lite v0.2.13 |
1389 | 2024-05-03T02:47:11.458Z | Downloaded ron v0.7.1 |
1390 | 2024-05-03T02:47:11.461Z | Downloaded serde_yaml v0.9.34+deprecated |
1391 | 2024-05-03T02:47:11.468Z | Downloaded slog v2.7.0 |
1392 | 2024-05-03T02:47:11.471Z | Downloaded parking_lot v0.12.1 |
1393 | 2024-05-03T02:47:11.471Z | Downloaded zerocopy-derive v0.7.32 |
1394 | 2024-05-03T02:47:11.474Z | Downloaded signal-hook-registry v1.4.1 |
1395 | 2024-05-03T02:47:11.477Z | Downloaded pest_derive v2.7.8 |
1396 | 2024-05-03T02:47:11.481Z | Downloaded omicron-zone-package v0.11.0 |
1397 | 2024-05-03T02:47:11.484Z | Downloaded proc-macro2 v1.0.79 |
1398 | 2024-05-03T02:47:11.487Z | Downloaded postcard v1.0.8 |
1399 | 2024-05-03T02:47:11.490Z | Downloaded openssl-sys v0.9.101 |
1400 | 2024-05-03T02:47:11.493Z | Downloaded socket2 v0.5.6 |
1401 | 2024-05-03T02:47:11.496Z | Downloaded zerocopy v0.6.6 |
1402 | 2024-05-03T02:47:11.499Z | Downloaded serde_derive v1.0.199 |
1403 | 2024-05-03T02:47:11.502Z | Downloaded rayon-core v1.12.1 |
1404 | 2024-05-03T02:47:11.512Z | Downloaded steno v0.4.0 |
1405 | 2024-05-03T02:47:11.515Z | Downloaded ucd-trie v0.1.6 |
1406 | 2024-05-03T02:47:11.515Z | Downloaded hashbrown v0.13.2 |
1407 | 2024-05-03T02:47:11.518Z | Downloaded tungstenite v0.21.0 |
1408 | 2024-05-03T02:47:11.521Z | Downloaded http v1.1.0 |
1409 | 2024-05-03T02:47:11.524Z | Downloaded libm v0.2.8 |
1410 | 2024-05-03T02:47:11.534Z | Downloaded h2 v0.3.25 |
1411 | 2024-05-03T02:47:11.539Z | Downloaded serde_with v3.7.0 |
1412 | 2024-05-03T02:47:11.547Z | Downloaded unicode-segmentation v1.11.0 |
1413 | 2024-05-03T02:47:11.550Z | Downloaded hashbrown v0.14.3 |
1414 | 2024-05-03T02:47:11.556Z | Downloaded pest v2.7.8 |
1415 | 2024-05-03T02:47:11.562Z | Downloaded goblin v0.8.0 |
1416 | 2024-05-03T02:47:11.568Z | Downloaded pretty_assertions v1.4.0 |
1417 | 2024-05-03T02:47:11.571Z | Downloaded winnow v0.5.40 |
1418 | 2024-05-03T02:47:11.580Z | Downloaded winnow v0.6.5 |
1419 | 2024-05-03T02:47:11.589Z | Downloaded trust-dns-resolver v0.22.0 |
1420 | 2024-05-03T02:47:11.594Z | Downloaded itertools v0.10.5 |
1421 | 2024-05-03T02:47:11.601Z | Downloaded serde v1.0.199 |
1422 | 2024-05-03T02:47:11.604Z | Downloaded memchr v2.7.1 |
1423 | 2024-05-03T02:47:11.610Z | Downloaded rayon v1.10.0 |
1424 | 2024-05-03T02:47:11.619Z | Downloaded rustls-webpki v0.102.2 |
1425 | 2024-05-03T02:47:11.639Z | Downloaded smoltcp v0.11.0 |
1426 | 2024-05-03T02:47:11.654Z | Downloaded rustix v0.38.32 |
1427 | 2024-05-03T02:47:11.678Z | Downloaded trust-dns-proto v0.22.0 |
1428 | 2024-05-03T02:47:11.691Z | Downloaded sled v0.34.7 |
1429 | 2024-05-03T02:47:11.703Z | Downloaded regex-syntax v0.8.2 |
1430 | 2024-05-03T02:47:11.710Z | Downloaded regress v0.9.0 |
1431 | 2024-05-03T02:47:11.719Z | Downloaded zerocopy-derive v0.6.6 |
1432 | 2024-05-03T02:47:11.740Z | Downloaded libc v0.2.153 |
1433 | 2024-05-03T02:47:12.161Z | Downloaded openapiv3 v2.0.0 |
1434 | 2024-05-03T02:47:12.165Z | Downloaded regress v0.6.0 |
1435 | 2024-05-03T02:47:12.165Z | Downloaded rustls v0.22.2 |
1436 | 2024-05-03T02:47:12.165Z | Downloaded encoding_rs v0.8.33 |
1437 | 2024-05-03T02:47:12.165Z | Downloaded rustls v0.21.10 |
1438 | 2024-05-03T02:47:12.165Z | Downloaded idna v0.2.3 |
1439 | 2024-05-03T02:47:12.165Z | Downloaded time v0.3.34 |
1440 | 2024-05-03T02:47:12.165Z | Downloaded hashbrown v0.12.3 |
1441 | 2024-05-03T02:47:12.165Z | Downloaded heapless v0.8.0 |
1442 | 2024-05-03T02:47:12.165Z | Downloaded darling_core v0.20.8 |
1443 | 2024-05-03T02:47:12.165Z | Downloaded crossbeam-channel v0.5.12 |
1444 | 2024-05-03T02:47:12.165Z | Downloaded rustls-pki-types v1.4.0 |
1445 | 2024-05-03T02:47:12.165Z | Downloaded slog-term v2.9.1 |
1446 | 2024-05-03T02:47:12.166Z | Downloaded pest_meta v2.7.8 |
1447 | 2024-05-03T02:47:12.166Z | Downloaded schemars v0.8.16 |
1448 | 2024-05-03T02:47:12.166Z | Downloaded quote v1.0.35 |
1449 | 2024-05-03T02:47:12.166Z | Downloaded proc-macro-error v1.0.4 |
1450 | 2024-05-03T02:47:12.166Z | Downloaded password-hash v0.5.0 |
1451 | 2024-05-03T02:47:12.166Z | Downloaded indexmap v1.9.3 |
1452 | 2024-05-03T02:47:12.166Z | Downloaded parse-display v0.9.0 |
1453 | 2024-05-03T02:47:12.166Z | Downloaded parking_lot_core v0.9.9 |
1454 | 2024-05-03T02:47:12.166Z | Downloaded num-complex v0.4.5 |
1455 | 2024-05-03T02:47:12.166Z | Downloaded multer v3.0.0 |
1456 | 2024-05-03T02:47:12.166Z | Downloaded memmap2 v0.9.4 |
1457 | 2024-05-03T02:47:12.166Z | Downloaded socket2 v0.4.10 |
1458 | 2024-05-03T02:47:12.166Z | Downloaded serde_arrays v0.1.0 |
1459 | 2024-05-03T02:47:12.166Z | Downloaded same-file v1.0.6 |
1460 | 2024-05-03T02:47:12.166Z | Downloaded rustversion v1.0.14 |
1461 | 2024-05-03T02:47:12.166Z | Downloaded paste v1.0.14 |
1462 | 2024-05-03T02:47:12.166Z | Downloaded blake3 v1.5.1 |
1463 | 2024-05-03T02:47:12.166Z | Downloaded serde_derive_internals v0.26.0 |
1464 | 2024-05-03T02:47:12.166Z | Downloaded pest_generator v2.7.8 |
1465 | 2024-05-03T02:47:12.166Z | Downloaded env_logger v0.9.3 |
1466 | 2024-05-03T02:47:12.166Z | Downloaded num_enum_derive v0.5.11 |
1467 | 2024-05-03T02:47:12.166Z | Downloaded num_enum v0.7.2 |
1468 | 2024-05-03T02:47:12.166Z | Downloaded num-iter v0.1.44 |
1469 | 2024-05-03T02:47:12.166Z | Downloaded parse-display-derive v0.9.0 |
1470 | 2024-05-03T02:47:12.167Z | Downloaded num_enum v0.5.11 |
1471 | 2024-05-03T02:47:12.167Z | Downloaded zone v0.1.8 |
1472 | 2024-05-03T02:47:12.167Z | Downloaded base64 v0.13.1 |
1473 | 2024-05-03T02:47:12.167Z | Downloaded utf-8 v0.7.6 |
1474 | 2024-05-03T02:47:12.167Z | Downloaded lock_api v0.4.11 |
1475 | 2024-05-03T02:47:12.167Z | Downloaded tokio-rustls v0.25.0 |
1476 | 2024-05-03T02:47:12.167Z | Downloaded time-macros v0.2.17 |
1477 | 2024-05-03T02:47:12.167Z | Downloaded term v0.7.0 |
1478 | 2024-05-03T02:47:12.167Z | Downloaded match_cfg v0.1.0 |
1479 | 2024-05-03T02:47:12.167Z | Downloaded defmt v0.3.6 |
1480 | 2024-05-03T02:47:12.167Z | Downloaded crossbeam-utils v0.8.19 |
1481 | 2024-05-03T02:47:12.167Z | Downloaded crossbeam-epoch v0.9.18 |
1482 | 2024-05-03T02:47:12.167Z | Downloaded heck v0.4.1 |
1483 | 2024-05-03T02:47:12.167Z | Downloaded fastrand v2.0.2 |
1484 | 2024-05-03T02:47:12.167Z | Downloaded embedded-io v0.4.0 |
1485 | 2024-05-03T02:47:12.167Z | Downloaded dirs-sys-next v0.1.2 |
1486 | 2024-05-03T02:47:12.167Z | Downloaded linked-hash-map v0.5.6 |
1487 | 2024-05-03T02:47:12.167Z | Downloaded defmt-parser v0.3.4 |
1488 | 2024-05-03T02:47:12.167Z | Downloaded crossbeam-deque v0.8.5 |
1489 | 2024-05-03T02:47:12.167Z | Downloaded diff v0.1.13 |
1490 | 2024-05-03T02:47:12.167Z | Downloaded blake2 v0.10.6 |
1491 | 2024-05-03T02:47:12.167Z | Downloaded constant_time_eq v0.3.0 |
1492 | 2024-05-03T02:47:12.168Z | Downloaded time-core v0.1.2 |
1493 | 2024-05-03T02:47:12.168Z | Downloaded tabwriter v1.4.0 |
1494 | 2024-05-03T02:47:12.168Z | Downloaded matches v0.1.10 |
1495 | 2024-05-03T02:47:12.168Z | Downloaded managed v0.8.0 |
1496 | 2024-05-03T02:47:12.168Z | Downloaded getopts v0.2.21 |
1497 | 2024-05-03T02:47:12.168Z | Downloaded foreign-types-macros v0.2.3 |
1498 | 2024-05-03T02:47:12.168Z | Downloaded dof v0.3.0 |
1499 | 2024-05-03T02:47:12.168Z | Downloaded dirs-next v2.0.0 |
1500 | 2024-05-03T02:47:12.168Z | Downloaded foreign-types v0.5.0 |
1501 | 2024-05-03T02:47:12.168Z | Downloaded colored v2.1.0 |
1502 | 2024-05-03T02:47:12.168Z | Downloaded bitflags v1.3.2 |
1503 | 2024-05-03T02:47:12.168Z | Downloaded foreign-types-shared v0.3.1 |
1504 | 2024-05-03T02:47:12.168Z | Downloaded darling_macro v0.20.8 |
1505 | 2024-05-03T02:47:12.168Z | Downloaded crc8 v0.1.1 |
1506 | 2024-05-03T02:47:12.168Z | Downloaded thread_local v1.1.8 |
1507 | 2024-05-03T02:47:12.168Z | Downloaded syn v2.0.55 |
1508 | 2024-05-03T02:47:12.168Z | Downloaded arrayref v0.3.7 |
1509 | 2024-05-03T02:47:12.168Z | Downloaded backoff v0.4.0 |
1510 | 2024-05-03T02:47:12.168Z | Downloaded strum_macros v0.25.3 |
1511 | 2024-05-03T02:47:12.168Z | Downloaded defmt-macros v0.3.7 |
1512 | 2024-05-03T02:47:12.168Z | Downloaded data-encoding v2.5.0 |
1513 | 2024-05-03T02:47:12.168Z | Downloaded cc v1.0.90 |
1514 | 2024-05-03T02:47:12.168Z | Downloaded byteorder v1.5.0 |
1515 | 2024-05-03T02:47:12.169Z | Downloaded ascii v1.1.0 |
1516 | 2024-05-03T02:47:12.169Z | Downloaded arc-swap v1.7.1 |
1517 | 2024-05-03T02:47:12.169Z | Downloaded ring v0.16.20 |
1518 | 2024-05-03T02:47:12.780Z | Compiling proc-macro2 v1.0.79 |
1519 | 2024-05-03T02:47:12.780Z | Compiling unicode-ident v1.0.12 |
1520 | 2024-05-03T02:47:12.788Z | Compiling cfg-if v1.0.0 |
1521 | 2024-05-03T02:47:12.788Z | Compiling libc v0.2.153 |
1522 | 2024-05-03T02:47:12.788Z | Compiling version_check v0.9.4 |
1523 | 2024-05-03T02:47:12.788Z | Compiling autocfg v1.1.0 |
1524 | 2024-05-03T02:47:12.805Z | Compiling serde v1.0.199 |
1525 | 2024-05-03T02:47:12.808Z | Compiling once_cell v1.19.0 |
1526 | 2024-05-03T02:47:12.855Z | Compiling byteorder v1.5.0 |
1527 | 2024-05-03T02:47:12.960Z | Compiling itoa v1.0.10 |
1528 | 2024-05-03T02:47:13.146Z | Compiling memchr v2.7.1 |
1529 | 2024-05-03T02:47:13.177Z | Compiling syn v1.0.109 |
1530 | 2024-05-03T02:47:13.273Z | Compiling allocator-api2 v0.2.16 |
1531 | 2024-05-03T02:47:13.344Z | Compiling ryu v1.0.17 |
1532 | 2024-05-03T02:47:13.402Z | Compiling ahash v0.8.11 |
1533 | 2024-05-03T02:47:13.444Z | Compiling serde_json v1.0.116 |
1534 | 2024-05-03T02:47:13.763Z | Compiling thiserror v1.0.59 |
1535 | 2024-05-03T02:47:13.799Z | Compiling equivalent v1.0.1 |
1536 | 2024-05-03T02:47:13.819Z | Compiling log v0.4.21 |
1537 | 2024-05-03T02:47:13.892Z | Compiling cc v1.0.90 |
1538 | 2024-05-03T02:47:14.028Z | Compiling pin-project-lite v0.2.13 |
1539 | 2024-05-03T02:47:14.133Z | Compiling quote v1.0.35 |
1540 | 2024-05-03T02:47:14.143Z | Compiling getrandom v0.2.12 |
1541 | 2024-05-03T02:47:14.192Z | Compiling lock_api v0.4.11 |
1542 | 2024-05-03T02:47:14.237Z | Compiling smallvec v1.13.2 |
1543 | 2024-05-03T02:47:14.377Z | Compiling libm v0.2.8 |
1544 | 2024-05-03T02:47:14.497Z | Compiling syn v2.0.55 |
1545 | 2024-05-03T02:47:14.741Z | Compiling scopeguard v1.2.0 |
1546 | 2024-05-03T02:47:14.761Z | Compiling num-traits v0.2.18 |
1547 | 2024-05-03T02:47:14.855Z | Compiling parking_lot_core v0.9.9 |
1548 | 2024-05-03T02:47:14.981Z | Compiling fnv v1.0.7 |
1549 | 2024-05-03T02:47:15.246Z | Compiling signal-hook-registry v1.4.1 |
1550 | 2024-05-03T02:47:15.259Z | Compiling socket2 v0.5.6 |
1551 | 2024-05-03T02:47:16.015Z | Compiling parking_lot v0.12.1 |
1552 | 2024-05-03T02:47:16.217Z | Compiling mio v0.8.11 |
1553 | 2024-05-03T02:47:16.287Z | Compiling num_cpus v1.16.0 |
1554 | 2024-05-03T02:47:16.393Z | Compiling futures-core v0.3.30 |
1555 | 2024-05-03T02:47:16.410Z | Compiling slab v0.4.9 |
1556 | 2024-05-03T02:47:16.589Z | Compiling dyn-clone v1.0.17 |
1557 | 2024-05-03T02:47:16.719Z | Compiling futures-sink v0.3.30 |
1558 | 2024-05-03T02:47:16.806Z | Compiling ring v0.17.8 |
1559 | 2024-05-03T02:47:16.857Z | Compiling heck v0.4.1 |
1560 | 2024-05-03T02:47:17.117Z | Compiling futures-channel v0.3.30 |
1561 | 2024-05-03T02:47:17.178Z | Compiling futures-task v0.3.30 |
1562 | 2024-05-03T02:47:17.379Z | Compiling futures-io v0.3.30 |
1563 | 2024-05-03T02:47:17.479Z | Compiling pin-utils v0.1.0 |
1564 | 2024-05-03T02:47:17.532Z | Compiling spin v0.9.8 |
1565 | 2024-05-03T02:47:17.555Z | Compiling tracing-core v0.1.32 |
1566 | 2024-05-03T02:47:17.694Z | Compiling iana-time-zone v0.1.60 |
1567 | 2024-05-03T02:47:17.708Z | Compiling untrusted v0.9.0 |
1568 | 2024-05-03T02:47:17.864Z | Compiling schemars v0.8.16 |
1569 | 2024-05-03T02:47:18.103Z | Compiling vcpkg v0.2.15 |
1570 | 2024-05-03T02:47:18.155Z | Compiling pkg-config v0.3.30 |
1571 | 2024-05-03T02:47:18.245Z | Compiling uuid v0.8.2 |
1572 | 2024-05-03T02:47:18.809Z | Compiling httparse v1.8.0 |
1573 | 2024-05-03T02:47:19.092Z | Compiling tinyvec_macros v0.1.1 |
1574 | 2024-05-03T02:47:19.219Z | Compiling slog v2.7.0 |
1575 | 2024-05-03T02:47:19.299Z | Compiling tinyvec v1.6.0 |
1576 | 2024-05-03T02:47:19.529Z | Compiling ucd-trie v0.1.6 |
1577 | 2024-05-03T02:47:19.685Z | Compiling openssl-sys v0.9.101 |
1578 | 2024-05-03T02:47:19.738Z | Compiling percent-encoding v2.3.1 |
1579 | 2024-05-03T02:47:20.098Z | Compiling uuid v1.8.0 |
1580 | 2024-05-03T02:47:20.224Z | Compiling serde_derive_internals v0.26.0 |
1581 | 2024-05-03T02:47:20.610Z | Compiling chrono v0.4.38 |
1582 | 2024-05-03T02:47:20.665Z | Compiling unicode-normalization v0.1.23 |
1583 | 2024-05-03T02:47:20.668Z | Compiling form_urlencoded v1.2.1 |
1584 | 2024-05-03T02:47:21.737Z | Compiling aho-corasick v1.1.3 |
1585 | 2024-05-03T02:47:21.786Z | Compiling try-lock v0.2.5 |
1586 | 2024-05-03T02:47:21.912Z | Compiling unicode-bidi v0.3.15 |
1587 | 2024-05-03T02:47:22.417Z | Compiling typenum v1.17.0 |
1588 | 2024-05-03T02:47:22.593Z | Compiling foreign-types-shared v0.1.1 |
1589 | 2024-05-03T02:47:22.683Z | Compiling openssl v0.10.64 |
1590 | 2024-05-03T02:47:23.648Z | Compiling regex-syntax v0.8.2 |
1591 | 2024-05-03T02:47:23.659Z | Compiling foreign-types v0.3.2 |
1592 | 2024-05-03T02:47:23.659Z | Compiling want v0.3.1 |
1593 | 2024-05-03T02:47:23.914Z | Compiling generic-array v0.14.7 |
1594 | 2024-05-03T02:47:24.227Z | Compiling bitflags v2.5.0 |
1595 | 2024-05-03T02:47:24.523Z | Compiling httpdate v1.0.3 |
1596 | 2024-05-03T02:47:24.899Z | Compiling rustls v0.21.10 |
1597 | 2024-05-03T02:47:24.985Z | Compiling tower-service v0.3.2 |
1598 | 2024-05-03T02:47:25.089Z | Compiling native-tls v0.2.11 |
1599 | 2024-05-03T02:47:25.251Z | Compiling rustls-webpki v0.101.7 |
1600 | 2024-05-03T02:47:25.465Z | Compiling sct v0.7.1 |
1601 | 2024-05-03T02:47:25.787Z | Compiling idna v0.5.0 |
1602 | 2024-05-03T02:47:25.884Z | Compiling schemars_derive v0.8.16 |
1603 | 2024-05-03T02:47:26.604Z | Compiling regex-automata v0.4.6 |
1604 | 2024-05-03T02:47:26.720Z | Compiling serde_derive v1.0.199 |
1605 | 2024-05-03T02:47:27.424Z | Compiling zerocopy-derive v0.7.32 |
1606 | 2024-05-03T02:47:27.515Z | Compiling thiserror-impl v1.0.59 |
1607 | 2024-05-03T02:47:28.480Z | Compiling tokio-macros v2.2.0 |
1608 | 2024-05-03T02:47:29.043Z | Compiling futures-macro v0.3.30 |
1609 | 2024-05-03T02:47:29.577Z | Compiling zerocopy v0.7.32 |
1610 | 2024-05-03T02:47:30.075Z | Compiling tracing-attributes v0.1.27 |
1611 | 2024-05-03T02:47:30.439Z | Compiling pest v2.7.8 |
1612 | 2024-05-03T02:47:30.523Z | Compiling openssl-macros v0.1.1 |
1613 | 2024-05-03T02:47:31.052Z | Compiling futures-util v0.3.30 |
1614 | 2024-05-03T02:47:31.749Z | Compiling hashbrown v0.14.3 |
1615 | 2024-05-03T02:47:33.121Z | Compiling regress v0.9.0 |
1616 | 2024-05-03T02:47:33.254Z | Compiling pest_meta v2.7.8 |
1617 | 2024-05-03T02:47:33.464Z | Compiling tracing v0.1.40 |
1618 | 2024-05-03T02:47:33.913Z | Compiling regex v1.10.4 |
1619 | 2024-05-03T02:47:36.254Z | Compiling pest_generator v2.7.8 |
1620 | 2024-05-03T02:47:37.222Z | Compiling rand_core v0.6.4 |
1621 | 2024-05-03T02:47:37.409Z | Compiling base64 v0.21.7 |
1622 | 2024-05-03T02:47:37.443Z | Compiling openssl-probe v0.1.5 |
1623 | 2024-05-03T02:47:37.673Z | Compiling subtle v2.5.0 |
1624 | 2024-05-03T02:47:37.910Z | Compiling url v2.5.0 |
1625 | 2024-05-03T02:47:37.992Z | Compiling pest_derive v2.7.8 |
1626 | 2024-05-03T02:47:38.634Z | Compiling encoding_rs v0.8.33 |
1627 | 2024-05-03T02:47:38.931Z | Compiling unicode-width v0.1.11 |
1628 | 2024-05-03T02:47:39.072Z | Compiling ipnet v2.9.0 |
1629 | 2024-05-03T02:47:39.427Z | Compiling mime v0.3.17 |
1630 | 2024-05-03T02:47:39.981Z | Compiling getopts v0.2.21 |
1631 | 2024-05-03T02:47:40.076Z | Compiling dtrace-parser v0.2.0 |
1632 | 2024-05-03T02:47:40.440Z | Compiling bytes v1.6.0 |
1633 | 2024-05-03T02:47:40.740Z | Compiling indexmap v2.2.6 |
1634 | 2024-05-03T02:47:41.852Z | Compiling tokio v1.37.0 |
1635 | 2024-05-03T02:47:42.133Z | Compiling serde_tokenstream v0.2.0 |
1636 | 2024-05-03T02:47:42.631Z | Compiling http v0.2.12 |
1637 | 2024-05-03T02:47:43.689Z | Compiling serde_urlencoded v0.7.1 |
1638 | 2024-05-03T02:47:43.692Z | Compiling scroll_derive v0.12.0 |
1639 | 2024-05-03T02:47:44.202Z | Compiling http-body v0.4.6 |
1640 | 2024-05-03T02:47:44.217Z | Compiling thread-id v4.2.1 |
1641 | 2024-05-03T02:47:44.306Z | Compiling usdt-impl v0.5.0 |
1642 | 2024-05-03T02:47:44.677Z | Compiling rustversion v1.0.14 |
1643 | 2024-05-03T02:47:45.184Z | Compiling ppv-lite86 v0.2.17 |
1644 | 2024-05-03T02:47:45.295Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#0d30d24c) |
1645 | 2024-05-03T02:47:45.916Z | Compiling omicron-workspace-hack v0.1.0 |
1646 | 2024-05-03T02:47:46.232Z | Compiling crossbeam-utils v0.8.19 |
1647 | 2024-05-03T02:47:46.469Z | Compiling rand_chacha v0.3.1 |
1648 | 2024-05-03T02:47:46.898Z | Compiling scroll v0.12.0 |
1649 | 2024-05-03T02:47:47.546Z | Compiling openapiv3 v2.0.0 |
1650 | 2024-05-03T02:47:47.728Z | Compiling dof v0.3.0 |
1651 | 2024-05-03T02:47:49.108Z | Compiling crypto-common v0.1.6 |
1652 | 2024-05-03T02:47:49.209Z | Compiling block-buffer v0.10.4 |
1653 | 2024-05-03T02:47:49.270Z | Compiling rustls-pemfile v1.0.4 |
1654 | 2024-05-03T02:47:49.346Z | Compiling strsim v0.10.0 |
1655 | 2024-05-03T02:47:49.408Z | Compiling anyhow v1.0.82 |
1656 | 2024-05-03T02:47:49.718Z | Compiling plain v0.2.3 |
1657 | 2024-05-03T02:47:49.853Z | Compiling time-core v0.1.2 |
1658 | 2024-05-03T02:47:49.925Z | Compiling tokio-util v0.7.10 |
1659 | 2024-05-03T02:47:49.949Z | Compiling tokio-native-tls v0.3.1 |
1660 | 2024-05-03T02:47:50.421Z | Compiling tokio-rustls v0.24.1 |
1661 | 2024-05-03T02:47:50.426Z | Compiling num-conv v0.1.0 |
1662 | 2024-05-03T02:47:50.426Z | Compiling webpki-roots v0.25.4 |
1663 | 2024-05-03T02:47:50.467Z | Compiling powerfmt v0.2.0 |
1664 | 2024-05-03T02:47:50.521Z | Compiling sync_wrapper v0.1.2 |
1665 | 2024-05-03T02:47:50.631Z | Compiling unsafe-libyaml v0.2.11 |
1666 | 2024-05-03T02:47:50.878Z | Compiling h2 v0.3.25 |
1667 | 2024-05-03T02:47:51.386Z | Compiling ident_case v1.0.1 |
1668 | 2024-05-03T02:47:51.565Z | Compiling async-trait v0.1.79 |
1669 | 2024-05-03T02:47:51.901Z | Compiling darling_core v0.20.8 |
1670 | 2024-05-03T02:47:52.102Z | Compiling serde_yaml v0.9.34+deprecated |
1671 | 2024-05-03T02:47:52.415Z | Compiling deranged v0.3.11 |
1672 | 2024-05-03T02:47:53.220Z | Compiling time-macros v0.2.17 |
1673 | 2024-05-03T02:47:54.415Z | Compiling goblin v0.8.0 |
1674 | 2024-05-03T02:47:55.763Z | Compiling hyper v0.14.28 |
1675 | 2024-05-03T02:47:56.296Z | Compiling digest v0.10.7 |
1676 | 2024-05-03T02:47:58.985Z | Compiling rand v0.8.5 |
1677 | 2024-05-03T02:47:59.462Z | Compiling pretty-hex v0.4.1 |
1678 | 2024-05-03T02:47:59.646Z | Compiling match_cfg v0.1.0 |
1679 | 2024-05-03T02:47:59.660Z | Compiling rustls-pki-types v1.4.0 |
1680 | 2024-05-03T02:47:59.723Z | Compiling num_threads v0.1.7 |
1681 | 2024-05-03T02:47:59.838Z | Compiling time v0.3.34 |
1682 | 2024-05-03T02:48:00.564Z | Compiling hostname v0.3.1 |
1683 | 2024-05-03T02:48:00.751Z | Compiling hyper-tls v0.5.0 |
1684 | 2024-05-03T02:48:00.819Z | Compiling hyper-rustls v0.24.2 |
1685 | 2024-05-03T02:48:01.087Z | Compiling reqwest v0.11.27 |
1686 | 2024-05-03T02:48:01.285Z | Compiling darling_macro v0.20.8 |
1687 | 2024-05-03T02:48:03.456Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361) |
1688 | 2024-05-03T02:48:03.933Z | Compiling dirs-sys-next v0.1.2 |
1689 | 2024-05-03T02:48:04.125Z | Compiling instant v0.1.12 |
1690 | 2024-05-03T02:48:04.260Z | Compiling rustls v0.22.2 |
1691 | 2024-05-03T02:48:04.386Z | Compiling cpufeatures v0.2.12 |
1692 | 2024-05-03T02:48:04.469Z | Compiling dirs-next v2.0.0 |
1693 | 2024-05-03T02:48:04.584Z | Compiling darling v0.20.8 |
1694 | 2024-05-03T02:48:04.655Z | Compiling rustls-webpki v0.102.2 |
1695 | 2024-05-03T02:48:04.688Z | Compiling usdt-attr-macro v0.5.0 |
1696 | 2024-05-03T02:48:05.660Z | Compiling usdt-macro v0.5.0 |
1697 | 2024-05-03T02:48:06.200Z | Compiling toml_datetime v0.6.5 |
1698 | 2024-05-03T02:48:06.324Z | Compiling serde_spanned v0.6.5 |
1699 | 2024-05-03T02:48:06.589Z | Compiling futures-executor v0.3.30 |
1700 | 2024-05-03T02:48:06.609Z | Compiling structmeta-derive v0.3.0 |
1701 | 2024-05-03T02:48:06.759Z | Compiling memmap v0.7.0 |
1702 | 2024-05-03T02:48:07.000Z | Compiling multer v3.0.0 |
1703 | 2024-05-03T02:48:07.133Z | Compiling thread_local v1.1.8 |
1704 | 2024-05-03T02:48:07.176Z | Compiling camino v1.1.6 |
1705 | 2024-05-03T02:48:07.244Z | Compiling winnow v0.6.5 |
1706 | 2024-05-03T02:48:07.338Z | Compiling slog-async v2.8.0 |
1707 | 2024-05-03T02:48:07.728Z | Compiling paste v1.0.14 |
1708 | 2024-05-03T02:48:07.728Z | Compiling zeroize v1.7.0 |
1709 | 2024-05-03T02:48:08.015Z | Compiling usdt v0.5.0 |
1710 | 2024-05-03T02:48:08.251Z | Compiling futures v0.3.30 |
1711 | 2024-05-03T02:48:08.350Z | Compiling serde_with_macros v3.7.0 |
1712 | 2024-05-03T02:48:08.567Z | Compiling term v0.7.0 |
1713 | 2024-05-03T02:48:09.285Z | Compiling structmeta v0.3.0 |
1714 | 2024-05-03T02:48:09.669Z | Compiling slog-json v2.6.1 |
1715 | 2024-05-03T02:48:09.767Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#0d30d24c) |
1716 | 2024-05-03T02:48:10.041Z | Compiling crossbeam-channel v0.5.12 |
1717 | 2024-05-03T02:48:10.414Z | Compiling http v1.1.0 |
1718 | 2024-05-03T02:48:10.966Z | Compiling toml_edit v0.22.9 |
1719 | 2024-05-03T02:48:11.161Z | Compiling async-stream-impl v0.3.5 |
1720 | 2024-05-03T02:48:11.193Z | Compiling is-terminal v0.4.12 |
1721 | 2024-05-03T02:48:11.218Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#e6691c18) |
1722 | 2024-05-03T02:48:11.286Z | Compiling base64 v0.22.0 |
1723 | 2024-05-03T02:48:11.608Z | Compiling semver v1.0.22 |
1724 | 2024-05-03T02:48:12.111Z | Compiling lazy_static v1.4.0 |
1725 | 2024-05-03T02:48:12.162Z | Compiling atomic-waker v1.1.2 |
1726 | 2024-05-03T02:48:12.227Z | Compiling take_mut v0.2.2 |
1727 | 2024-05-03T02:48:12.333Z | Compiling waitgroup v0.1.2 |
1728 | 2024-05-03T02:48:12.602Z | Compiling tokio-rustls v0.25.0 |
1729 | 2024-05-03T02:48:12.615Z | Compiling async-stream v0.3.5 |
1730 | 2024-05-03T02:48:13.040Z | Compiling slog-term v2.9.1 |
1731 | 2024-05-03T02:48:13.070Z | Compiling serde_with v3.7.0 |
1732 | 2024-05-03T02:48:13.782Z | Compiling slog-bunyan v2.5.0 |
1733 | 2024-05-03T02:48:13.949Z | Compiling toml v0.8.12 |
1734 | 2024-05-03T02:48:14.135Z | Compiling parse-display-derive v0.9.0 |
1735 | 2024-05-03T02:48:14.991Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#0d30d24c) |
1736 | 2024-05-03T02:48:15.108Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361) |
1737 | 2024-05-03T02:48:17.116Z | Compiling sha1 v0.10.6 |
1738 | 2024-05-03T02:48:17.149Z | Compiling rustls-pemfile v2.1.1 |
1739 | 2024-05-03T02:48:17.517Z | Compiling strum_macros v0.26.2 |
1740 | 2024-05-03T02:48:17.600Z | Compiling newtype-uuid v1.0.1 |
1741 | 2024-05-03T02:48:17.872Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#e6691c18) |
1742 | 2024-05-03T02:48:18.215Z | Compiling hex v0.4.3 |
1743 | 2024-05-03T02:48:18.688Z | Compiling serde_path_to_error v0.1.16 |
1744 | 2024-05-03T02:48:18.815Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1745 | 2024-05-03T02:48:19.517Z | Compiling semver v0.1.20 |
1746 | 2024-05-03T02:48:19.912Z | Compiling debug-ignore v1.0.5 |
1747 | 2024-05-03T02:48:20.032Z | Compiling winnow v0.5.40 |
1748 | 2024-05-03T02:48:20.049Z | Compiling rustc_version v0.1.7 |
1749 | 2024-05-03T02:48:20.098Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1750 | 2024-05-03T02:48:20.259Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1751 | 2024-05-03T02:48:20.400Z | Compiling parse-display v0.9.0 |
1752 | 2024-05-03T02:48:20.428Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1753 | 2024-05-03T02:48:20.752Z | Compiling backoff v0.4.0 |
1754 | 2024-05-03T02:48:21.114Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1755 | 2024-05-03T02:48:21.160Z | Compiling ipnetwork v0.20.0 |
1756 | 2024-05-03T02:48:21.456Z | Compiling macaddr v1.0.1 |
1757 | 2024-05-03T02:48:21.926Z | Compiling newtype_derive v0.1.6 |
1758 | 2024-05-03T02:48:22.019Z | Compiling zerocopy-derive v0.6.6 |
1759 | 2024-05-03T02:48:22.118Z | Compiling strum v0.26.2 |
1760 | 2024-05-03T02:48:22.170Z | Compiling hubpack_derive v0.1.1 |
1761 | 2024-05-03T02:48:22.271Z | Compiling base64ct v1.6.0 |
1762 | 2024-05-03T02:48:22.323Z | Compiling strum_macros v0.25.3 |
1763 | 2024-05-03T02:48:22.834Z | Compiling password-hash v0.5.0 |
1764 | 2024-05-03T02:48:23.146Z | Compiling hubpack v0.1.2 |
1765 | 2024-05-03T02:48:23.611Z | Compiling toml_edit v0.19.15 |
1766 | 2024-05-03T02:48:23.736Z | Compiling blake2 v0.10.6 |
1767 | 2024-05-03T02:48:23.980Z | Compiling serde_repr v0.1.19 |
1768 | 2024-05-03T02:48:24.029Z | Compiling zerocopy v0.6.6 |
1769 | 2024-05-03T02:48:28.090Z | Compiling num-integer v0.1.46 |
1770 | 2024-05-03T02:48:28.130Z | Compiling num-rational v0.4.1 |
1771 | 2024-05-03T02:48:28.130Z | Compiling bitflags v1.3.2 |
1772 | 2024-05-03T02:48:28.130Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1773 | 2024-05-03T02:48:28.130Z | Compiling fixedbitset v0.4.2 |
1774 | 2024-05-03T02:48:28.130Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361) |
1775 | 2024-05-03T02:48:28.130Z | Compiling static_assertions v1.1.0 |
1776 | 2024-05-03T02:48:28.130Z | Compiling petgraph v0.6.4 |
1777 | 2024-05-03T02:48:28.130Z | Compiling argon2 v0.5.3 |
1778 | 2024-05-03T02:48:28.130Z | Compiling proc-macro-crate v1.3.1 |
1779 | 2024-05-03T02:48:28.130Z | Compiling utf8parse v0.2.1 |
1780 | 2024-05-03T02:48:28.130Z | Compiling matches v0.1.10 |
1781 | 2024-05-03T02:48:28.131Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1782 | 2024-05-03T02:48:28.131Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1783 | 2024-05-03T02:48:28.131Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1784 | 2024-05-03T02:48:28.131Z | Compiling idna v0.2.3 |
1785 | 2024-05-03T02:48:28.131Z | Compiling anstyle-parse v0.2.3 |
1786 | 2024-05-03T02:48:28.131Z | Compiling num-iter v0.1.44 |
1787 | 2024-05-03T02:48:28.131Z | Compiling foreign-types-macros v0.2.3 |
1788 | 2024-05-03T02:48:28.518Z | Compiling enum-as-inner v0.5.1 |
1789 | 2024-05-03T02:48:28.784Z | Compiling num-complex v0.4.5 |
1790 | 2024-05-03T02:48:29.096Z | Compiling slog-dtrace v0.3.0 |
1791 | 2024-05-03T02:48:29.434Z | Compiling steno v0.4.0 |
1792 | 2024-05-03T02:48:29.580Z | Compiling data-encoding v2.5.0 |
1793 | 2024-05-03T02:48:29.610Z | Compiling anstyle v1.0.6 |
1794 | 2024-05-03T02:48:29.625Z | Compiling foreign-types-shared v0.3.1 |
1795 | 2024-05-03T02:48:29.728Z | Compiling colorchoice v1.0.0 |
1796 | 2024-05-03T02:48:29.781Z | Compiling num_enum_derive v0.5.11 |
1797 | 2024-05-03T02:48:29.813Z | Compiling parking_lot_core v0.8.6 |
1798 | 2024-05-03T02:48:29.861Z | Compiling linked-hash-map v0.5.6 |
1799 | 2024-05-03T02:48:30.043Z | Compiling quick-error v1.2.3 |
1800 | 2024-05-03T02:48:30.160Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1801 | 2024-05-03T02:48:30.199Z | Compiling anstyle-query v1.0.2 |
1802 | 2024-05-03T02:48:30.239Z | Compiling humantime v2.1.0 |
1803 | 2024-05-03T02:48:30.320Z | Compiling anstream v0.6.13 |
1804 | 2024-05-03T02:48:30.507Z | Compiling lru-cache v0.1.2 |
1805 | 2024-05-03T02:48:30.687Z | Compiling resolv-conf v0.7.0 |
1806 | 2024-05-03T02:48:30.760Z | Compiling trust-dns-proto v0.22.0 |
1807 | 2024-05-03T02:48:31.099Z | Compiling foreign-types v0.5.0 |
1808 | 2024-05-03T02:48:31.186Z | Compiling num v0.4.1 |
1809 | 2024-05-03T02:48:31.596Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1810 | 2024-05-03T02:48:31.624Z | Compiling num-derive v0.3.3 |
1811 | 2024-05-03T02:48:32.033Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1812 | 2024-05-03T02:48:32.201Z | Compiling cstr-argument v0.1.2 |
1813 | 2024-05-03T02:48:32.276Z | Compiling num_enum v0.5.11 |
1814 | 2024-05-03T02:48:32.411Z | Compiling pretty-hex v0.2.1 |
1815 | 2024-05-03T02:48:32.418Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1d75565d) |
1816 | 2024-05-03T02:48:32.585Z | Compiling clap_lex v0.7.0 |
1817 | 2024-05-03T02:48:32.746Z | Compiling crc32fast v1.4.0 |
1818 | 2024-05-03T02:48:32.788Z | Compiling strsim v0.11.0 |
1819 | 2024-05-03T02:48:32.937Z | Compiling heck v0.5.0 |
1820 | 2024-05-03T02:48:33.106Z | Compiling clap_builder v4.5.2 |
1821 | 2024-05-03T02:48:33.340Z | Compiling clap_derive v4.5.4 |
1822 | 2024-05-03T02:48:33.422Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1823 | 2024-05-03T02:48:33.779Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1824 | 2024-05-03T02:48:33.859Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1825 | 2024-05-03T02:48:34.354Z | Compiling colored v2.1.0 |
1826 | 2024-05-03T02:48:34.381Z | Compiling socket2 v0.4.10 |
1827 | 2024-05-03T02:48:34.806Z | Compiling trust-dns-resolver v0.22.0 |
1828 | 2024-05-03T02:48:35.158Z | Compiling half v2.4.0 |
1829 | 2024-05-03T02:48:35.328Z | Compiling ciborium-io v0.2.2 |
1830 | 2024-05-03T02:48:35.699Z | Compiling ciborium-ll v0.2.2 |
1831 | 2024-05-03T02:48:36.103Z | Compiling parking_lot v0.11.2 |
1832 | 2024-05-03T02:48:37.185Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1833 | 2024-05-03T02:48:37.976Z | Compiling clap v4.5.4 |
1834 | 2024-05-03T02:48:38.164Z | Compiling crossbeam-epoch v0.9.18 |
1835 | 2024-05-03T02:48:38.407Z | Compiling fxhash v0.2.1 |
1836 | 2024-05-03T02:48:38.579Z | Compiling ciborium v0.2.2 |
1837 | 2024-05-03T02:48:39.041Z | Compiling sled v0.34.7 |
1838 | 2024-05-03T02:48:39.079Z | Compiling num_enum_derive v0.7.2 |
1839 | 2024-05-03T02:48:39.409Z | Compiling yansi v0.5.1 |
1840 | 2024-05-03T02:48:39.421Z | Compiling diff v0.1.13 |
1841 | 2024-05-03T02:48:39.740Z | Compiling pretty_assertions v1.4.0 |
1842 | 2024-05-03T02:48:41.336Z | Compiling num_enum v0.7.2 |
1843 | 2024-05-03T02:48:42.617Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361) |
1844 | 2024-05-03T02:48:42.722Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84) |
1845 | 2024-05-03T02:48:42.722Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1846 | 2024-05-03T02:48:42.728Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1847 | 2024-05-03T02:48:46.062Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1848 | 2024-05-03T02:48:51.713Z | Compiling sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1849 | 2024-05-03T02:48:51.713Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1850 | 2024-05-03T02:48:51.717Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1851 | 2024-05-03T02:49:00.484Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1852 | 2024-05-03T02:49:08.887Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1853 | 2024-05-03T02:49:17.334Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1854 | 2024-05-03T02:49:18.208Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1855 | 2024-05-03T02:49:19.746Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1856 | 2024-05-03T02:49:21.287Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
1857 | 2024-05-03T02:49:38.122Z | Finished test [unoptimized + debuginfo] target(s) in 2m 25s |
1858 | 2024-05-03T02:49:38.190Z | Starting 2 tests across 1 binary (run ID: 7da52737-b44c-4a12-9e12-6e1cdba0b246, nextest profile: default) |
1859 | 2024-05-03T02:49:38.193Z | START bfd test::test_new_daemon |
1860 | 2024-05-03T02:49:38.200Z | |
1861 | 2024-05-03T02:49:38.200Z | running 1 test |
1862 | 2024-05-03T02:49:38.270Z | {"msg":"[Down][203.0.113.10] recv: channel is empty and sending half is closed, exiting recieve loop","v":0,"name":"slog-rs","level":50test test::test_new_daemon ... ok |
1863 | 2024-05-03T02:49:38.270Z | |
1864 | 2024-05-03T02:49:38.270Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 0.07s |
1865 | 2024-05-03T02:49:38.270Z | |
1866 | 2024-05-03T02:49:38.279Z | PASS [ 0.086s] bfd test::test_new_daemon |
1867 | 2024-05-03T02:49:38.279Z | START bfd test::test_protocol_basics |
1868 | 2024-05-03T02:49:38.287Z | |
1869 | 2024-05-03T02:49:38.287Z | running 1 test |
1870 | 2024-05-03T02:49:38.367Z | {{""msg"msg":":"[Down][203.0.113.20] recv: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 1743494119, 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: 277495817, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }",,""vv""::00,"name":"slog-rs",","level"name"::"slog-rs","level":1010,,""timetime"":":"2024-05-03T02:49:37.527103058Z"2024-05-03T02:49:37.527093409Z","hostname",:""hostnamew-01HWY5843C2BS6E7R20Q1SB36Q"":"w-01HWY5843C2BS6E7R20Q1SB36Q","pid":3230,"}pid" |
1871 | 2024-05-03T02:49:38.367Z | :3230} |
1872 | 2024-05-03T02:49:38.367Z | {"msg":"transition -> Init","v":0,"{name":"slog-rs","level":"30msg":"transition -> Init","v":0,"name":"slog-rs","level":30,"time":"2024-05-03T02:49:37.527418132Z","hostname":"w-01HWY5843C2BS6E7R20Q1SB36Q","pid":3230,"peer":"203.0.113.20","state":"Down"} |
1873 | 2024-05-03T02:49:38.367Z | ,"time":"2024-05-03T02:49:37.527422301Z","hostname":"w-01HWY5843C2BS6E7R20Q1SB36Q","pid":3230,"peer":"203.0.113.10","state":"Down"} |
1874 | 2024-05-03T02:49:39.358Z | {"msg":"[Init][203.0.113.20] recv: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 1743494119, your_discriminator: 277495817, 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-03T02:49:38.523946997Z","hostname":"w-01HWY5843C2BS6E7R20Q1SB36Q","pid":3230} |
1875 | 2024-05-03T02:49:39.358Z | {"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2024-05-03T02:49:38.524056072Z","hostname":"w-01HWY5843C2BS6E7R20Q1SB36Q","pid":3230,"peer":"203.0.113.20","state":"Init"} |
1876 | 2024-05-03T02:49:39.362Z | {"msg":"[Init][203.0.113.10] recv: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 277495817, your_discriminator: 1743494119, 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-03T02:49:38.527036596Z","hostname":"w-01HWY5843C2BS6E7R20Q1SB36Q","pid":3230} |
1877 | 2024-05-03T02:49:39.362Z | {"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2024-05-03T02:49:38.527119053Z","hostname":"w-01HWY5843C2BS6E7R20Q1SB36Q","pid":3230,"peer":"203.0.113.10","state":"Init"} |
1878 | 2024-05-03T02:49:44.359Z | {"msg":"[Up][203.0.113.20] recv: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 1743494119, your_discriminator: 277495817, 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-03T02:49:43.524077361Z","hostname":"w-01HWY5843C2BS6E7R20Q1SB36Q","pid":3230} |
1879 | 2024-05-03T02:49:44.362Z | {"msg":"[Up][203.0.113.10] recv: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 277495817, your_discriminator: 1743494119, 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-03T02:49:43.527121876Z","hostname":"w-01HWY5843C2BS6E7R20Q1SB36Q","pid":3230} |
1880 | 2024-05-03T02:49:48.362Z | {"msg":"dropping SM for 203.0.113.20","v":0,"name":"slog-rs","level":40{"msg":"dropping SM for 203.0.113.10","v":0,"name":"slog-rs","level":40,"time":"2024-05-03T02:49:47.526928878Z","hostname":"w-01HWY5843C2BS6E7R20Q1SB36Q","pid":3230} |
1881 | 2024-05-03T02:49:48.362Z | ,"time":"2024-05-03T02:49:47.52691454Z","hostname":"w-01HWY5843C2BS6E7R20Q1SB36Q","pid":3230} |
1882 | 2024-05-03T02:49:48.366Z | test test::test_protocol_basics ... ok |
1883 | 2024-05-03T02:49:48.366Z | |
1884 | 2024-05-03T02:49:48.366Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 10.07s |
1885 | 2024-05-03T02:49:48.366Z | |
1886 | 2024-05-03T02:49:48.370Z | PASS [ 10.093s] bfd test::test_protocol_basics |
1887 | 2024-05-03T02:49:48.373Z | ------------ |
1888 | 2024-05-03T02:49:48.373Z | Summary [ 10.180s] 2 tests run: 2 passed, 0 skipped |
1889 | 2024-05-03T02:49:48.386Z | process exited: duration 335588 ms, exit code 0 |
|
1890 | 2024-05-03T02:49:48.393Z | found 0 output files |