|
|
|
1 | 2024-05-03T02:43:39.771Z | job assigned to worker 01HWY5811092KG3XEDPTQA46CS (queued for 2 m 11 s) |
|
2 | 2024-05-03T02:43:47.577Z | starting task 0: "setup" |
3 | 2024-05-03T02:43:47.629Z | ++ uname -s |
4 | 2024-05-03T02:43:47.635Z | + kern=SunOS |
5 | 2024-05-03T02:43:47.635Z | + case "$kern" in |
6 | 2024-05-03T02:43:47.635Z | + groupadd -g 12345 build |
7 | 2024-05-03T02:43:47.668Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-05-03T02:43:49.691Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-05-03T02:43:49.792Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-05-03T02:43:49.795Z | + home_fs=zfs |
11 | 2024-05-03T02:43:49.795Z | + [[ zfs == autofs ]] |
12 | 2024-05-03T02:43:49.795Z | + mkdir -p /home/build |
13 | 2024-05-03T02:43:49.801Z | + chown build:build /home/build /work |
14 | 2024-05-03T02:43:51.799Z | + chmod 0700 /home/build /work |
15 | 2024-05-03T02:43:51.802Z | process exited: duration 4222 ms, exit code 0 |
|
16 | 2024-05-03T02:43:51.809Z | starting task 1: "rust-toolchain" |
17 | 2024-05-03T02:43:51.816Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-05-03T02:43:51.820Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
19 | 2024-05-03T02:43:51.936Z | info: downloading installer |
20 | 2024-05-03T02:43:53.101Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-05-03T02:43:53.101Z | warning: /opt/ooce/bin |
22 | 2024-05-03T02:43:53.101Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-05-03T02:43:53.101Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-05-03T02:43:53.101Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-05-03T02:43:53.101Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-05-03T02:43:53.101Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-05-03T02:43:53.101Z | error: cannot install while Rust is installed |
28 | 2024-05-03T02:43:53.101Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-05-03T02:43:53.369Z | info: profile set to 'default' |
30 | 2024-05-03T02:43:53.369Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-05-03T02:43:53.372Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
32 | 2024-05-03T02:43:53.516Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
33 | 2024-05-03T02:43:53.516Z | info: downloading component 'cargo' |
34 | 2024-05-03T02:43:54.390Z | info: downloading component 'clippy' |
35 | 2024-05-03T02:43:54.724Z | info: downloading component 'rust-docs' |
36 | 2024-05-03T02:43:55.910Z | info: downloading component 'rust-std' |
37 | 2024-05-03T02:43:58.233Z | info: downloading component 'rustc' |
38 | 2024-05-03T02:44:03.674Z | info: downloading component 'rustfmt' |
39 | 2024-05-03T02:44:04.062Z | info: installing component 'cargo' |
40 | 2024-05-03T02:44:04.994Z | info: installing component 'clippy' |
41 | 2024-05-03T02:44:05.450Z | info: installing component 'rust-docs' |
42 | 2024-05-03T02:44:06.950Z | info: installing component 'rust-std' |
43 | 2024-05-03T02:44:12.658Z | info: installing component 'rustc' |
44 | 2024-05-03T02:44:12.912Z | info: installing component 'rustfmt' |
45 | 2024-05-03T02:44:13.255Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
46 | 2024-05-03T02:44:13.255Z | |
47 | 2024-05-03T02:44:13.520Z | stable-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
48 | 2024-05-03T02:44:13.520Z | |
49 | 2024-05-03T02:44:13.528Z | |
50 | 2024-05-03T02:44:13.528Z | Rust is installed now. Great! |
51 | 2024-05-03T02:44:13.528Z | |
52 | 2024-05-03T02:44:13.528Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-05-03T02:44:13.528Z | environment variable. This has not been done automatically. |
54 | 2024-05-03T02:44:13.529Z | |
55 | 2024-05-03T02:44:13.529Z | To configure your current shell, you need to source |
56 | 2024-05-03T02:44:13.529Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-05-03T02:44:13.529Z | |
58 | 2024-05-03T02:44:13.529Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-05-03T02:44:13.529Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-05-03T02:44:13.529Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-05-03T02:44:13.631Z | + rustc --version |
62 | 2024-05-03T02:44:13.725Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
63 | 2024-05-03T02:44:13.730Z | process exited: duration 21914 ms, exit code 0 |
|
64 | 2024-05-03T02:44:13.745Z | starting task 2: "authentication" |
65 | 2024-05-03T02:44:13.774Z | process exited: duration 28 ms, exit code 0 |
|
66 | 2024-05-03T02:44:13.785Z | starting task 3: "clone repository" |
67 | 2024-05-03T02:44:13.791Z | + mkdir -p /work/oxidecomputer/maghemite |
68 | 2024-05-03T02:44:13.795Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
69 | 2024-05-03T02:44:14.111Z | Cloning into '/work/oxidecomputer/maghemite'... |
70 | 2024-05-03T02:44:15.106Z | + cd /work/oxidecomputer/maghemite |
71 | 2024-05-03T02:44:15.128Z | + git fetch origin 31bff50a6ead485354ca15249924331ae7a8423d |
72 | 2024-05-03T02:44:15.535Z | From https://github.com/oxidecomputer/maghemite |
73 | 2024-05-03T02:44:15.535Z | * branch 31bff50a6ead485354ca15249924331ae7a8423d -> FETCH_HEAD |
74 | 2024-05-03T02:44:15.543Z | + [[ -n '' ]] |
75 | 2024-05-03T02:44:15.543Z | + git reset --hard 31bff50a6ead485354ca15249924331ae7a8423d |
76 | 2024-05-03T02:44:15.550Z | HEAD is now at 31bff50 workaround |
77 | 2024-05-03T02:44:15.553Z | process exited: duration 1766 ms, exit code 0 |
|
78 | 2024-05-03T02:44:15.563Z | starting task 4: "build" |
79 | 2024-05-03T02:44:15.571Z | + set -e |
80 | 2024-05-03T02:44:15.571Z | + cargo --version |
81 | 2024-05-03T02:44:15.581Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
82 | 2024-05-03T02:44:15.694Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
83 | 2024-05-03T02:44:15.694Z | info: downloading component 'cargo' |
84 | 2024-05-03T02:44:16.320Z | info: downloading component 'clippy' |
85 | 2024-05-03T02:44:16.520Z | info: downloading component 'rust-docs' |
86 | 2024-05-03T02:44:17.357Z | info: downloading component 'rust-std' |
87 | 2024-05-03T02:44:18.590Z | info: downloading component 'rustc' |
88 | 2024-05-03T02:44:21.828Z | info: downloading component 'rustfmt' |
89 | 2024-05-03T02:44:22.012Z | info: installing component 'cargo' |
90 | 2024-05-03T02:44:22.829Z | info: installing component 'clippy' |
91 | 2024-05-03T02:44:23.162Z | info: installing component 'rust-docs' |
92 | 2024-05-03T02:44:24.628Z | info: installing component 'rust-std' |
93 | 2024-05-03T02:44:26.296Z | info: installing component 'rustc' |
94 | 2024-05-03T02:44:30.181Z | info: installing component 'rustfmt' |
95 | 2024-05-03T02:44:30.574Z | cargo 1.77.2 (e52e36006 2024-03-26) |
96 | 2024-05-03T02:44:30.579Z | + rustc --version |
97 | 2024-05-03T02:44:30.636Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
98 | 2024-05-03T02:44:30.640Z | + cargo install cargo-nextest |
99 | 2024-05-03T02:44:30.721Z | Updating crates.io index |
100 | 2024-05-03T02:44:30.797Z | Downloading crates ... |
101 | 2024-05-03T02:44:30.849Z | Downloaded cargo-nextest v0.9.70 |
102 | 2024-05-03T02:44:30.884Z | Installing cargo-nextest v0.9.70 |
103 | 2024-05-03T02:44:30.935Z | Updating crates.io index |
104 | 2024-05-03T02:44:31.848Z | Downloading crates ... |
105 | 2024-05-03T02:44:31.929Z | Downloaded anstream v0.6.14 |
106 | 2024-05-03T02:44:31.935Z | Downloaded adler v1.0.2 |
107 | 2024-05-03T02:44:31.938Z | Downloaded anstyle v1.0.7 |
108 | 2024-05-03T02:44:31.943Z | Downloaded addr2line v0.21.0 |
109 | 2024-05-03T02:44:31.947Z | Downloaded ahash v0.8.11 |
110 | 2024-05-03T02:44:31.954Z | Downloaded debug-ignore v1.0.5 |
111 | 2024-05-03T02:44:31.957Z | Downloaded crypto-common v0.1.6 |
112 | 2024-05-03T02:44:31.960Z | Downloaded aho-corasick v1.1.3 |
113 | 2024-05-03T02:44:31.968Z | Downloaded ipnet v2.9.0 |
114 | 2024-05-03T02:44:31.971Z | Downloaded display-error-chain v0.2.0 |
115 | 2024-05-03T02:44:31.971Z | Downloaded cargo_metadata v0.18.1 |
116 | 2024-05-03T02:44:31.971Z | Downloaded swrite v0.1.0 |
117 | 2024-05-03T02:44:31.975Z | Downloaded target-spec v3.1.0 |
118 | 2024-05-03T02:44:31.978Z | Downloaded target-spec-miette v0.4.0 |
119 | 2024-05-03T02:44:31.981Z | Downloaded base64 v0.21.7 |
120 | 2024-05-03T02:44:31.985Z | Downloaded supports-unicode v3.0.0 |
121 | 2024-05-03T02:44:31.988Z | Downloaded der v0.7.9 |
122 | 2024-05-03T02:44:31.994Z | Downloaded config v0.14.0 |
123 | 2024-05-03T02:44:32.000Z | Downloaded target-lexicon v0.12.14 |
124 | 2024-05-03T02:44:32.004Z | Downloaded syn v2.0.60 |
125 | 2024-05-03T02:44:32.014Z | Downloaded textwrap v0.16.1 |
126 | 2024-05-03T02:44:32.017Z | Downloaded unicode-ident v1.0.12 |
127 | 2024-05-03T02:44:32.021Z | Downloaded try-lock v0.2.5 |
128 | 2024-05-03T02:44:32.024Z | Downloaded toml v0.8.12 |
129 | 2024-05-03T02:44:32.027Z | Downloaded unicode-bidi v0.3.15 |
130 | 2024-05-03T02:44:32.030Z | Downloaded tower-service v0.3.2 |
131 | 2024-05-03T02:44:32.030Z | Downloaded tracing-core v0.1.32 |
132 | 2024-05-03T02:44:32.033Z | Downloaded is-terminal v0.4.12 |
133 | 2024-05-03T02:44:32.036Z | Downloaded openssl-macros v0.1.1 |
134 | 2024-05-03T02:44:32.036Z | Downloaded nested v0.1.1 |
135 | 2024-05-03T02:44:32.036Z | Downloaded cfg-if v1.0.0 |
136 | 2024-05-03T02:44:32.039Z | Downloaded backtrace v0.3.71 |
137 | 2024-05-03T02:44:32.042Z | Downloaded miette-derive v7.2.0 |
138 | 2024-05-03T02:44:32.045Z | Downloaded itoa v1.0.11 |
139 | 2024-05-03T02:44:32.045Z | Downloaded enable-ansi-support v0.2.1 |
140 | 2024-05-03T02:44:32.048Z | Downloaded crc32fast v1.4.0 |
141 | 2024-05-03T02:44:32.049Z | Downloaded const-oid v0.9.6 |
142 | 2024-05-03T02:44:32.052Z | Downloaded number_prefix v0.4.0 |
143 | 2024-05-03T02:44:32.055Z | Downloaded native-tls v0.2.11 |
144 | 2024-05-03T02:44:32.055Z | Downloaded zstd v0.13.1 |
145 | 2024-05-03T02:44:32.058Z | Downloaded zstd-safe v7.1.0 |
146 | 2024-05-03T02:44:32.061Z | Downloaded guppy-workspace-hack v0.1.0 |
147 | 2024-05-03T02:44:32.061Z | Downloaded equivalent v1.0.1 |
148 | 2024-05-03T02:44:32.064Z | Downloaded camino-tempfile v1.1.1 |
149 | 2024-05-03T02:44:32.064Z | Downloaded console v0.15.8 |
150 | 2024-05-03T02:44:32.067Z | Downloaded nextest-workspace-hack v0.1.0 |
151 | 2024-05-03T02:44:32.070Z | Downloaded futures-sink v0.3.30 |
152 | 2024-05-03T02:44:32.070Z | Downloaded clap_derive v4.5.4 |
153 | 2024-05-03T02:44:32.076Z | Downloaded is_terminal_polyfill v1.70.0 |
154 | 2024-05-03T02:44:32.076Z | Downloaded is_ci v1.2.0 |
155 | 2024-05-03T02:44:32.076Z | Downloaded openssl-probe v0.1.5 |
156 | 2024-05-03T02:44:32.079Z | Downloaded vte_generate_state_changes v0.1.1 |
157 | 2024-05-03T02:44:32.079Z | Downloaded miniz_oxide v0.7.2 |
158 | 2024-05-03T02:44:32.079Z | Downloaded foreign-types-shared v0.1.1 |
159 | 2024-05-03T02:44:32.079Z | Downloaded foreign-types v0.3.2 |
160 | 2024-05-03T02:44:32.082Z | Downloaded zeroize v1.7.0 |
161 | 2024-05-03T02:44:32.082Z | Downloaded futures-channel v0.3.30 |
162 | 2024-05-03T02:44:32.085Z | Downloaded mime v0.3.17 |
163 | 2024-05-03T02:44:32.085Z | Downloaded log v0.4.21 |
164 | 2024-05-03T02:44:32.088Z | Downloaded futures-executor v0.3.30 |
165 | 2024-05-03T02:44:32.089Z | Downloaded futures-core v0.3.30 |
166 | 2024-05-03T02:44:32.092Z | Downloaded fixedbitset v0.4.2 |
167 | 2024-05-03T02:44:32.092Z | Downloaded mukti-metadata v0.2.1 |
168 | 2024-05-03T02:44:32.092Z | Downloaded pathdiff v0.2.1 |
169 | 2024-05-03T02:44:32.095Z | Downloaded indenter v0.3.3 |
170 | 2024-05-03T02:44:32.095Z | Downloaded tinyvec_macros v0.1.1 |
171 | 2024-05-03T02:44:32.098Z | Downloaded want v0.3.1 |
172 | 2024-05-03T02:44:32.098Z | Downloaded urlencoding v2.1.3 |
173 | 2024-05-03T02:44:32.098Z | Downloaded ed25519 v2.2.3 |
174 | 2024-05-03T02:44:32.101Z | Downloaded version_check v0.9.4 |
175 | 2024-05-03T02:44:32.101Z | Downloaded newtype-uuid v1.1.0 |
176 | 2024-05-03T02:44:32.104Z | Downloaded eyre v0.6.12 |
177 | 2024-05-03T02:44:32.108Z | Downloaded futures-task v0.3.30 |
178 | 2024-05-03T02:44:32.108Z | Downloaded futures-io v0.3.30 |
179 | 2024-05-03T02:44:32.112Z | Downloaded nextest-metadata v0.10.0 |
180 | 2024-05-03T02:44:32.112Z | Downloaded curve25519-dalek-derive v0.1.1 |
181 | 2024-05-03T02:44:32.112Z | Downloaded cfg-expr v0.15.8 |
182 | 2024-05-03T02:44:32.115Z | Downloaded zipsign-api v0.1.1 |
183 | 2024-05-03T02:44:32.115Z | Downloaded tokio-native-tls v0.3.1 |
184 | 2024-05-03T02:44:32.118Z | Downloaded xxhash-rust v0.8.10 |
185 | 2024-05-03T02:44:32.118Z | Downloaded heck v0.5.0 |
186 | 2024-05-03T02:44:32.121Z | Downloaded supports-hyperlinks v3.0.0 |
187 | 2024-05-03T02:44:32.121Z | Downloaded generic-array v0.14.7 |
188 | 2024-05-03T02:44:32.125Z | Downloaded fnv v1.0.7 |
189 | 2024-05-03T02:44:32.125Z | Downloaded env_filter v0.1.0 |
190 | 2024-05-03T02:44:32.125Z | Downloaded block-buffer v0.10.4 |
191 | 2024-05-03T02:44:32.128Z | Downloaded typenum v1.17.0 |
192 | 2024-05-03T02:44:32.131Z | Downloaded either v1.11.0 |
193 | 2024-05-03T02:44:32.131Z | Downloaded duct v0.13.7 |
194 | 2024-05-03T02:44:32.131Z | Downloaded xattr v1.3.1 |
195 | 2024-05-03T02:44:32.134Z | Downloaded os_pipe v1.1.5 |
196 | 2024-05-03T02:44:32.134Z | Downloaded thiserror v1.0.59 |
197 | 2024-05-03T02:44:32.139Z | Downloaded humantime v2.1.0 |
198 | 2024-05-03T02:44:32.145Z | Downloaded num_cpus v1.16.0 |
199 | 2024-05-03T02:44:32.148Z | Downloaded strip-ansi-escapes v0.2.0 |
200 | 2024-05-03T02:44:32.148Z | Downloaded rustc_version v0.4.0 |
201 | 2024-05-03T02:44:32.148Z | Downloaded rand_chacha v0.3.1 |
202 | 2024-05-03T02:44:32.148Z | Downloaded pkg-config v0.3.30 |
203 | 2024-05-03T02:44:32.152Z | Downloaded hyper-tls v0.5.0 |
204 | 2024-05-03T02:44:32.152Z | Downloaded quick-junit v0.4.0 |
205 | 2024-05-03T02:44:32.155Z | Downloaded serde_spanned v0.6.5 |
206 | 2024-05-03T02:44:32.155Z | Downloaded signal-hook-registry v1.4.2 |
207 | 2024-05-03T02:44:32.155Z | Downloaded shell-words v1.1.0 |
208 | 2024-05-03T02:44:32.158Z | Downloaded pin-project-internal v1.1.5 |
209 | 2024-05-03T02:44:32.158Z | Downloaded pin-utils v0.1.0 |
210 | 2024-05-03T02:44:32.161Z | Downloaded nextest-filtering v0.8.0 |
211 | 2024-05-03T02:44:32.161Z | Downloaded smol_str v0.2.1 |
212 | 2024-05-03T02:44:32.164Z | Downloaded ppv-lite86 v0.2.17 |
213 | 2024-05-03T02:44:32.164Z | Downloaded getrandom v0.2.14 |
214 | 2024-05-03T02:44:32.167Z | Downloaded supports-color v3.0.0 |
215 | 2024-05-03T02:44:32.172Z | Downloaded signature v2.2.0 |
216 | 2024-05-03T02:44:32.172Z | Downloaded self-replace v1.3.7 |
217 | 2024-05-03T02:44:32.175Z | Downloaded fastrand v2.1.0 |
218 | 2024-05-03T02:44:32.175Z | Downloaded tokio-rustls v0.24.1 |
219 | 2024-05-03T02:44:32.178Z | Downloaded shared_child v1.0.0 |
220 | 2024-05-03T02:44:32.178Z | Downloaded serde_urlencoded v0.7.1 |
221 | 2024-05-03T02:44:32.181Z | Downloaded serde_path_to_error v0.1.16 |
222 | 2024-05-03T02:44:32.181Z | Downloaded serde_ignored v0.1.10 |
223 | 2024-05-03T02:44:32.181Z | Downloaded slab v0.4.9 |
224 | 2024-05-03T02:44:32.184Z | Downloaded subtle v2.5.0 |
225 | 2024-05-03T02:44:32.184Z | Downloaded supports-color v2.1.0 |
226 | 2024-05-03T02:44:32.187Z | Downloaded owo-colors v4.0.0 |
227 | 2024-05-03T02:44:32.187Z | Downloaded hyper-rustls v0.24.2 |
228 | 2024-05-03T02:44:32.190Z | Downloaded httparse v1.8.0 |
229 | 2024-05-03T02:44:32.193Z | Downloaded env_logger v0.11.3 |
230 | 2024-05-03T02:44:32.196Z | Downloaded static_assertions v1.1.0 |
231 | 2024-05-03T02:44:32.196Z | Downloaded sct v0.7.1 |
232 | 2024-05-03T02:44:32.199Z | Downloaded smallvec v1.13.2 |
233 | 2024-05-03T02:44:32.202Z | Downloaded rustls-pemfile v1.0.4 |
234 | 2024-05-03T02:44:32.209Z | Downloaded thiserror-impl v1.0.59 |
235 | 2024-05-03T02:44:32.209Z | Downloaded spin v0.9.8 |
236 | 2024-05-03T02:44:32.213Z | Downloaded pkcs8 v0.10.2 |
237 | 2024-05-03T02:44:32.213Z | Downloaded pin-project-lite v0.2.14 |
238 | 2024-05-03T02:44:32.216Z | Downloaded semver v1.0.22 |
239 | 2024-05-03T02:44:32.219Z | Downloaded rustc-demangle v0.1.23 |
240 | 2024-05-03T02:44:32.220Z | Downloaded sha2 v0.10.8 |
241 | 2024-05-03T02:44:32.223Z | Downloaded ryu v1.0.17 |
242 | 2024-05-03T02:44:32.226Z | Downloaded minimal-lexical v0.2.1 |
243 | 2024-05-03T02:44:32.229Z | Downloaded platforms v3.4.0 |
244 | 2024-05-03T02:44:32.232Z | Downloaded quote v1.0.36 |
245 | 2024-05-03T02:44:32.235Z | Downloaded pin-project v1.1.5 |
246 | 2024-05-03T02:44:32.245Z | Downloaded socket2 v0.5.7 |
247 | 2024-05-03T02:44:32.248Z | Downloaded vte v0.11.1 |
248 | 2024-05-03T02:44:32.251Z | Downloaded uuid v1.8.0 |
249 | 2024-05-03T02:44:32.254Z | Downloaded self_update v0.39.0 |
250 | 2024-05-03T02:44:32.254Z | Downloaded proc-macro2 v1.0.81 |
251 | 2024-05-03T02:44:32.257Z | Downloaded iana-time-zone v0.1.60 |
252 | 2024-05-03T02:44:32.260Z | Downloaded futures v0.3.30 |
253 | 2024-05-03T02:44:32.264Z | Downloaded ed25519-dalek v2.1.1 |
254 | 2024-05-03T02:44:32.268Z | Downloaded indexmap v2.2.6 |
255 | 2024-05-03T02:44:32.272Z | Downloaded indicatif v0.17.8 |
256 | 2024-05-03T02:44:32.276Z | Downloaded tinyvec v1.6.0 |
257 | 2024-05-03T02:44:32.279Z | Downloaded once_cell v1.19.0 |
258 | 2024-05-03T02:44:32.282Z | Downloaded owo-colors v3.5.0 |
259 | 2024-05-03T02:44:32.293Z | Downloaded serde_derive v1.0.200 |
260 | 2024-05-03T02:44:32.305Z | Downloaded num-traits v0.2.18 |
261 | 2024-05-03T02:44:32.305Z | Downloaded http v0.2.12 |
262 | 2024-05-03T02:44:32.305Z | Downloaded flate2 v1.0.30 |
263 | 2024-05-03T02:44:32.305Z | Downloaded tracing v0.1.40 |
264 | 2024-05-03T02:44:32.316Z | Downloaded tokio-util v0.7.10 |
265 | 2024-05-03T02:44:32.320Z | Downloaded ron v0.8.1 |
266 | 2024-05-03T02:44:32.320Z | Downloaded url v2.5.0 |
267 | 2024-05-03T02:44:32.321Z | Downloaded memchr v2.7.2 |
268 | 2024-05-03T02:44:32.335Z | Downloaded mio v0.8.11 |
269 | 2024-05-03T02:44:32.335Z | Downloaded nom v7.1.3 |
270 | 2024-05-03T02:44:32.343Z | Downloaded rand v0.8.5 |
271 | 2024-05-03T02:44:32.344Z | Downloaded openssl-sys v0.9.102 |
272 | 2024-05-03T02:44:32.349Z | Downloaded serde v1.0.200 |
273 | 2024-05-03T02:44:32.349Z | Downloaded guppy v0.17.5 |
274 | 2024-05-03T02:44:32.355Z | Downloaded futures-util v0.3.30 |
275 | 2024-05-03T02:44:32.367Z | Downloaded portable-atomic v1.6.0 |
276 | 2024-05-03T02:44:32.373Z | Downloaded quick-xml v0.31.0 |
277 | 2024-05-03T02:44:32.382Z | Downloaded serde_json v1.0.116 |
278 | 2024-05-03T02:44:32.390Z | Downloaded hyper v0.14.28 |
279 | 2024-05-03T02:44:32.397Z | Downloaded winnow v0.6.7 |
280 | 2024-05-03T02:44:32.410Z | Downloaded zerocopy v0.7.32 |
281 | 2024-05-03T02:44:32.416Z | Downloaded curve25519-dalek v4.1.2 |
282 | 2024-05-03T02:44:32.424Z | Downloaded h2 v0.3.26 |
283 | 2024-05-03T02:44:32.430Z | Downloaded itertools v0.12.1 |
284 | 2024-05-03T02:44:32.438Z | Downloaded idna v0.5.0 |
285 | 2024-05-03T02:44:32.444Z | Downloaded quick-xml v0.23.1 |
286 | 2024-05-03T02:44:32.451Z | Downloaded petgraph v0.6.4 |
287 | 2024-05-03T02:44:32.465Z | Downloaded rustix v0.38.34 |
288 | 2024-05-03T02:44:32.487Z | Downloaded reqwest v0.11.27 |
289 | 2024-05-03T02:44:32.493Z | Downloaded regex-syntax v0.8.3 |
290 | 2024-05-03T02:44:32.502Z | Downloaded bstr v1.9.1 |
291 | 2024-05-03T02:44:32.511Z | Downloaded nextest-runner v0.55.0 |
292 | 2024-05-03T02:44:32.520Z | Downloaded vcpkg v0.2.15 |
293 | 2024-05-03T02:44:32.557Z | Downloaded webpki-roots v0.25.4 |
294 | 2024-05-03T02:44:32.560Z | Downloaded color-eyre v0.6.3 |
295 | 2024-05-03T02:44:32.568Z | Downloaded openssl v0.10.64 |
296 | 2024-05-03T02:44:32.577Z | Downloaded regex v1.10.4 |
297 | 2024-05-03T02:44:32.592Z | Downloaded rustls v0.21.12 |
298 | 2024-05-03T02:44:32.601Z | Downloaded encoding_rs v0.8.34 |
299 | 2024-05-03T02:44:32.619Z | Downloaded object v0.32.2 |
300 | 2024-05-03T02:44:32.639Z | Downloaded nix v0.28.0 |
301 | 2024-05-03T02:44:32.644Z | Downloaded gimli v0.28.1 |
302 | 2024-05-03T02:44:32.647Z | Downloaded rustls-webpki v0.101.7 |
303 | 2024-05-03T02:44:32.660Z | Downloaded unicode-normalization v0.1.23 |
304 | 2024-05-03T02:44:32.672Z | Downloaded chrono v0.4.38 |
305 | 2024-05-03T02:44:32.675Z | Downloaded miette v7.2.0 |
306 | 2024-05-03T02:44:32.676Z | Downloaded toml_edit v0.22.12 |
307 | 2024-05-03T02:44:32.694Z | Downloaded hashbrown v0.14.5 |
308 | 2024-05-03T02:44:32.698Z | Downloaded strsim v0.11.1 |
309 | 2024-05-03T02:44:32.701Z | Downloaded spki v0.7.3 |
310 | 2024-05-03T02:44:32.701Z | Downloaded unicode-width v0.1.12 |
311 | 2024-05-03T02:44:32.705Z | Downloaded smawk v0.3.2 |
312 | 2024-05-03T02:44:32.705Z | Downloaded rand_core v0.6.4 |
313 | 2024-05-03T02:44:32.705Z | Downloaded untrusted v0.9.0 |
314 | 2024-05-03T02:44:32.709Z | Downloaded percent-encoding v2.3.1 |
315 | 2024-05-03T02:44:32.709Z | Downloaded lazy_static v1.4.0 |
316 | 2024-05-03T02:44:32.709Z | Downloaded humantime-serde v1.1.1 |
317 | 2024-05-03T02:44:32.709Z | Downloaded futures-macro v0.3.30 |
318 | 2024-05-03T02:44:32.712Z | Downloaded bytes v1.6.0 |
319 | 2024-05-03T02:44:32.718Z | Downloaded utf8parse v0.2.1 |
320 | 2024-05-03T02:44:32.718Z | Downloaded filetime v0.2.23 |
321 | 2024-05-03T02:44:32.718Z | Downloaded httpdate v1.0.3 |
322 | 2024-05-03T02:44:32.718Z | Downloaded http-body v0.4.6 |
323 | 2024-05-03T02:44:32.718Z | Downloaded home v0.5.9 |
324 | 2024-05-03T02:44:32.718Z | Downloaded globset v0.4.14 |
325 | 2024-05-03T02:44:32.722Z | Downloaded form_urlencoded v1.2.1 |
326 | 2024-05-03T02:44:32.722Z | Downloaded anstyle-parse v0.2.4 |
327 | 2024-05-03T02:44:32.722Z | Downloaded future-queue v0.3.0 |
328 | 2024-05-03T02:44:32.726Z | Downloaded errno v0.3.8 |
329 | 2024-05-03T02:44:32.726Z | Downloaded tokio-macros v2.2.0 |
330 | 2024-05-03T02:44:32.727Z | Downloaded jobserver v0.1.31 |
331 | 2024-05-03T02:44:32.730Z | Downloaded unicode-linebreak v0.1.5 |
332 | 2024-05-03T02:44:32.730Z | Downloaded dialoguer v0.11.0 |
333 | 2024-05-03T02:44:32.736Z | Downloaded regex-automata v0.4.6 |
334 | 2024-05-03T02:44:32.755Z | Downloaded zstd-sys v2.0.10+zstd.1.5.6 |
335 | 2024-05-03T02:44:32.767Z | Downloaded clap v4.5.4 |
336 | 2024-05-03T02:44:32.772Z | Downloaded cfg_aliases v0.1.1 |
337 | 2024-05-03T02:44:32.775Z | Downloaded cargo-platform v0.1.8 |
338 | 2024-05-03T02:44:32.775Z | Downloaded base64ct v1.6.0 |
339 | 2024-05-03T02:44:32.778Z | Downloaded toml_datetime v0.6.5 |
340 | 2024-05-03T02:44:32.778Z | Downloaded digest v0.10.7 |
341 | 2024-05-03T02:44:32.778Z | Downloaded libc v0.2.154 |
342 | 2024-05-03T02:44:32.805Z | Downloaded tokio v1.37.0 |
343 | 2024-05-03T02:44:32.842Z | Downloaded clap_lex v0.7.0 |
344 | 2024-05-03T02:44:32.852Z | Downloaded backtrace-ext v0.2.1 |
345 | 2024-05-03T02:44:32.852Z | Downloaded async-scoped v0.9.0 |
346 | 2024-05-03T02:44:32.852Z | Downloaded terminal_size v0.3.0 |
347 | 2024-05-03T02:44:32.852Z | Downloaded tempfile v3.10.1 |
348 | 2024-05-03T02:44:32.852Z | Downloaded tar v0.4.40 |
349 | 2024-05-03T02:44:32.852Z | Downloaded sync_wrapper v0.1.2 |
350 | 2024-05-03T02:44:32.852Z | Downloaded cc v1.0.96 |
351 | 2024-05-03T02:44:32.856Z | Downloaded camino v1.1.6 |
352 | 2024-05-03T02:44:32.856Z | Downloaded cpufeatures v0.2.12 |
353 | 2024-05-03T02:44:32.856Z | Downloaded bitflags v2.5.0 |
354 | 2024-05-03T02:44:32.856Z | Downloaded autocfg v1.2.0 |
355 | 2024-05-03T02:44:32.859Z | Downloaded atomicwrites v0.4.3 |
356 | 2024-05-03T02:44:32.859Z | Downloaded colorchoice v1.0.1 |
357 | 2024-05-03T02:44:32.859Z | Downloaded anstyle-query v1.0.3 |
358 | 2024-05-03T02:44:32.859Z | Downloaded clap_builder v4.5.2 |
359 | 2024-05-03T02:44:32.880Z | Downloaded recursion v0.5.2 |
360 | 2024-05-03T02:44:33.091Z | Downloaded ring v0.17.8 |
361 | 2024-05-03T02:44:33.367Z | Compiling proc-macro2 v1.0.81 |
362 | 2024-05-03T02:44:33.381Z | Compiling unicode-ident v1.0.12 |
363 | 2024-05-03T02:44:33.381Z | Compiling libc v0.2.154 |
364 | 2024-05-03T02:44:33.381Z | Compiling cfg-if v1.0.0 |
365 | 2024-05-03T02:44:33.382Z | Compiling serde v1.0.200 |
366 | 2024-05-03T02:44:33.385Z | Compiling memchr v2.7.2 |
367 | 2024-05-03T02:44:33.385Z | Compiling once_cell v1.19.0 |
368 | 2024-05-03T02:44:33.530Z | Compiling autocfg v1.2.0 |
369 | 2024-05-03T02:44:33.568Z | Compiling itoa v1.0.11 |
370 | 2024-05-03T02:44:33.822Z | Compiling pin-project-lite v0.2.14 |
371 | 2024-05-03T02:44:33.890Z | Compiling rustix v0.38.34 |
372 | 2024-05-03T02:44:34.153Z | Compiling bitflags v2.5.0 |
373 | 2024-05-03T02:44:34.180Z | Compiling equivalent v1.0.1 |
374 | 2024-05-03T02:44:34.251Z | Compiling hashbrown v0.14.5 |
375 | 2024-05-03T02:44:34.609Z | Compiling slab v0.4.9 |
376 | 2024-05-03T02:44:34.632Z | Compiling futures-core v0.3.30 |
377 | 2024-05-03T02:44:34.679Z | Compiling futures-sink v0.3.30 |
378 | 2024-05-03T02:44:34.824Z | Compiling bytes v1.6.0 |
379 | 2024-05-03T02:44:34.900Z | Compiling serde_json v1.0.116 |
380 | 2024-05-03T02:44:35.078Z | Compiling ryu v1.0.17 |
381 | 2024-05-03T02:44:35.276Z | Compiling jobserver v0.1.31 |
382 | 2024-05-03T02:44:35.642Z | Compiling quote v1.0.36 |
383 | 2024-05-03T02:44:35.665Z | Compiling cc v1.0.96 |
384 | 2024-05-03T02:44:35.700Z | Compiling futures-channel v0.3.30 |
385 | 2024-05-03T02:44:36.005Z | Compiling syn v2.0.60 |
386 | 2024-05-03T02:44:36.151Z | Compiling getrandom v0.2.14 |
387 | 2024-05-03T02:44:36.164Z | Compiling errno v0.3.8 |
388 | 2024-05-03T02:44:36.252Z | Compiling futures-io v0.3.30 |
389 | 2024-05-03T02:44:36.406Z | Compiling futures-task v0.3.30 |
390 | 2024-05-03T02:44:36.456Z | Compiling thiserror v1.0.59 |
391 | 2024-05-03T02:44:36.555Z | Compiling pin-utils v0.1.0 |
392 | 2024-05-03T02:44:36.559Z | Compiling num_cpus v1.16.0 |
393 | 2024-05-03T02:44:36.559Z | Compiling socket2 v0.5.7 |
394 | 2024-05-03T02:44:36.635Z | Compiling mio v0.8.11 |
395 | 2024-05-03T02:44:37.077Z | Compiling signal-hook-registry v1.4.2 |
396 | 2024-05-03T02:44:37.099Z | Compiling camino v1.1.6 |
397 | 2024-05-03T02:44:37.103Z | Compiling log v0.4.21 |
398 | 2024-05-03T02:44:37.257Z | Compiling adler v1.0.2 |
399 | 2024-05-03T02:44:37.540Z | Compiling miniz_oxide v0.7.2 |
400 | 2024-05-03T02:44:37.690Z | Compiling unicode-width v0.1.12 |
401 | 2024-05-03T02:44:37.934Z | Compiling untrusted v0.9.0 |
402 | 2024-05-03T02:44:38.124Z | Compiling spin v0.9.8 |
403 | 2024-05-03T02:44:38.315Z | Compiling target-lexicon v0.12.14 |
404 | 2024-05-03T02:44:38.331Z | Compiling fnv v1.0.7 |
405 | 2024-05-03T02:44:38.396Z | Compiling tracing-core v0.1.32 |
406 | 2024-05-03T02:44:38.453Z | Compiling gimli v0.28.1 |
407 | 2024-05-03T02:44:38.658Z | Compiling utf8parse v0.2.1 |
408 | 2024-05-03T02:44:38.808Z | Compiling guppy-workspace-hack v0.1.0 |
409 | 2024-05-03T02:44:38.971Z | Compiling ring v0.17.8 |
410 | 2024-05-03T02:44:39.129Z | Compiling backtrace v0.3.71 |
411 | 2024-05-03T02:44:39.267Z | Compiling semver v1.0.22 |
412 | 2024-05-03T02:44:39.824Z | Compiling tracing v0.1.40 |
413 | 2024-05-03T02:44:40.537Z | Compiling http v0.2.12 |
414 | 2024-05-03T02:44:40.827Z | Compiling object v0.32.2 |
415 | 2024-05-03T02:44:40.877Z | Compiling target-spec v3.1.0 |
416 | 2024-05-03T02:44:40.922Z | Compiling tinyvec_macros v0.1.1 |
417 | 2024-05-03T02:44:40.939Z | Compiling rustls v0.21.12 |
418 | 2024-05-03T02:44:40.993Z | Compiling pkg-config v0.3.30 |
419 | 2024-05-03T02:44:41.254Z | Compiling httparse v1.8.0 |
420 | 2024-05-03T02:44:41.340Z | Compiling fastrand v2.1.0 |
421 | 2024-05-03T02:44:41.672Z | Compiling smallvec v1.13.2 |
422 | 2024-05-03T02:44:41.936Z | Compiling rustc-demangle v0.1.23 |
423 | 2024-05-03T02:44:42.083Z | Compiling is_ci v1.2.0 |
424 | 2024-05-03T02:44:42.128Z | Compiling zstd-sys v2.0.10+zstd.1.5.6 |
425 | 2024-05-03T02:44:42.324Z | Compiling cfg-expr v0.15.8 |
426 | 2024-05-03T02:44:42.818Z | Compiling addr2line v0.21.0 |
427 | 2024-05-03T02:44:43.596Z | Compiling tempfile v3.10.1 |
428 | 2024-05-03T02:44:44.236Z | Compiling tinyvec v1.6.0 |
429 | 2024-05-03T02:44:44.431Z | Compiling is-terminal v0.4.12 |
430 | 2024-05-03T02:44:44.517Z | Compiling aho-corasick v1.1.3 |
431 | 2024-05-03T02:44:44.538Z | Compiling lazy_static v1.4.0 |
432 | 2024-05-03T02:44:44.662Z | Compiling percent-encoding v2.3.1 |
433 | 2024-05-03T02:44:44.812Z | Compiling serde_derive v1.0.200 |
434 | 2024-05-03T02:44:44.878Z | Compiling futures-macro v0.3.30 |
435 | 2024-05-03T02:44:45.051Z | Compiling thiserror-impl v1.0.59 |
436 | 2024-05-03T02:44:45.420Z | Compiling tokio-macros v2.2.0 |
437 | 2024-05-03T02:44:45.868Z | Compiling try-lock v0.2.5 |
438 | 2024-05-03T02:44:46.009Z | Compiling version_check v0.9.4 |
439 | 2024-05-03T02:44:46.575Z | Compiling regex-syntax v0.8.3 |
440 | 2024-05-03T02:44:46.985Z | Compiling futures-util v0.3.30 |
441 | 2024-05-03T02:44:46.986Z | Compiling tokio v1.37.0 |
442 | 2024-05-03T02:44:48.701Z | Compiling ahash v0.8.11 |
443 | 2024-05-03T02:44:49.110Z | Compiling want v0.3.1 |
444 | 2024-05-03T02:44:49.425Z | Compiling unicode-normalization v0.1.23 |
445 | 2024-05-03T02:44:50.651Z | Compiling regex-automata v0.4.6 |
446 | 2024-05-03T02:44:53.559Z | Compiling form_urlencoded v1.2.1 |
447 | 2024-05-03T02:44:54.020Z | Compiling supports-color v2.1.0 |
448 | 2024-05-03T02:44:54.716Z | Compiling tokio-util v0.7.10 |
449 | 2024-05-03T02:44:58.053Z | Compiling indexmap v2.2.6 |
450 | 2024-05-03T02:44:59.726Z | Compiling h2 v0.3.26 |
451 | 2024-05-03T02:45:04.246Z | Compiling rustls-webpki v0.101.7 |
452 | 2024-05-03T02:45:04.783Z | Compiling sct v0.7.1 |
453 | 2024-05-03T02:45:08.614Z | Compiling http-body v0.4.6 |
454 | 2024-05-03T02:45:08.733Z | Compiling num-traits v0.2.18 |
455 | 2024-05-03T02:45:08.862Z | Compiling unicode-bidi v0.3.15 |
456 | 2024-05-03T02:45:09.079Z | Compiling tower-service v0.3.2 |
457 | 2024-05-03T02:45:09.112Z | Compiling either v1.11.0 |
458 | 2024-05-03T02:45:09.202Z | Compiling portable-atomic v1.6.0 |
459 | 2024-05-03T02:45:09.500Z | Compiling winnow v0.6.7 |
460 | 2024-05-03T02:45:10.090Z | Compiling httpdate v1.0.3 |
461 | 2024-05-03T02:45:10.851Z | Compiling smawk v0.3.2 |
462 | 2024-05-03T02:45:11.062Z | Compiling crc32fast v1.4.0 |
463 | 2024-05-03T02:45:11.594Z | Compiling nextest-workspace-hack v0.1.0 |
464 | 2024-05-03T02:45:11.916Z | Compiling unicode-linebreak v0.1.5 |
465 | 2024-05-03T02:45:12.011Z | Compiling hyper v0.14.28 |
466 | 2024-05-03T02:45:12.436Z | Compiling textwrap v0.16.1 |
467 | 2024-05-03T02:45:13.599Z | Compiling idna v0.5.0 |
468 | 2024-05-03T02:45:15.566Z | Compiling tokio-rustls v0.24.1 |
469 | 2024-05-03T02:45:16.340Z | Compiling pathdiff v0.2.1 |
470 | 2024-05-03T02:45:16.416Z | Compiling serde_spanned v0.6.5 |
471 | 2024-05-03T02:45:16.822Z | Compiling toml_datetime v0.6.5 |
472 | 2024-05-03T02:45:16.822Z | Compiling cargo-platform v0.1.8 |
473 | 2024-05-03T02:45:16.823Z | Compiling owo-colors v4.0.0 |
474 | 2024-05-03T02:45:17.252Z | Compiling backtrace-ext v0.2.1 |
475 | 2024-05-03T02:45:17.320Z | Compiling miette-derive v7.2.0 |
476 | 2024-05-03T02:45:17.773Z | Compiling console v0.15.8 |
477 | 2024-05-03T02:45:17.777Z | Compiling supports-color v3.0.0 |
478 | 2024-05-03T02:45:18.454Z | Compiling terminal_size v0.3.0 |
479 | 2024-05-03T02:45:18.746Z | Compiling vte_generate_state_changes v0.1.1 |
480 | 2024-05-03T02:45:19.390Z | Compiling base64 v0.21.7 |
481 | 2024-05-03T02:45:19.609Z | Compiling zstd-safe v7.1.0 |
482 | 2024-05-03T02:45:19.974Z | Compiling fixedbitset v0.4.2 |
483 | 2024-05-03T02:45:20.142Z | Compiling cfg_aliases v0.1.1 |
484 | 2024-05-03T02:45:20.219Z | Compiling supports-hyperlinks v3.0.0 |
485 | 2024-05-03T02:45:20.522Z | Compiling supports-unicode v3.0.0 |
486 | 2024-05-03T02:45:20.569Z | Compiling zerocopy v0.7.32 |
487 | 2024-05-03T02:45:20.983Z | Compiling miette v7.2.0 |
488 | 2024-05-03T02:45:20.983Z | Compiling petgraph v0.6.4 |
489 | 2024-05-03T02:45:20.983Z | Compiling nix v0.28.0 |
490 | 2024-05-03T02:45:21.650Z | Compiling rustls-pemfile v1.0.4 |
491 | 2024-05-03T02:45:22.059Z | Compiling vte v0.11.1 |
492 | 2024-05-03T02:45:22.483Z | Compiling cargo_metadata v0.18.1 |
493 | 2024-05-03T02:45:23.862Z | Compiling toml_edit v0.22.12 |
494 | 2024-05-03T02:45:25.766Z | Compiling hyper-rustls v0.24.2 |
495 | 2024-05-03T02:45:26.181Z | Compiling url v2.5.0 |
496 | 2024-05-03T02:45:28.300Z | Compiling itertools v0.12.1 |
497 | 2024-05-03T02:45:28.678Z | Compiling smol_str v0.2.1 |
498 | 2024-05-03T02:45:29.347Z | Compiling serde_urlencoded v0.7.1 |
499 | 2024-05-03T02:45:29.906Z | Compiling regex v1.10.4 |
500 | 2024-05-03T02:45:31.622Z | Compiling futures-executor v0.3.30 |
501 | 2024-05-03T02:45:31.836Z | Compiling pin-project-internal v1.1.5 |
502 | 2024-05-03T02:45:31.968Z | Compiling anstyle-parse v0.2.4 |
503 | 2024-05-03T02:45:32.356Z | Compiling xattr v1.3.1 |
504 | 2024-05-03T02:45:32.653Z | Compiling uuid v1.8.0 |
505 | 2024-05-03T02:45:32.889Z | Compiling rand_core v0.6.4 |
506 | 2024-05-03T02:45:33.367Z | Compiling filetime v0.2.23 |
507 | 2024-05-03T02:45:33.874Z | Compiling bstr v1.9.1 |
508 | 2024-05-03T02:45:33.874Z | Compiling encoding_rs v0.8.34 |
509 | 2024-05-03T02:45:33.874Z | Compiling iana-time-zone v0.1.60 |
510 | 2024-05-03T02:45:34.484Z | Compiling minimal-lexical v0.2.1 |
511 | 2024-05-03T02:45:34.660Z | Compiling ppv-lite86 v0.2.17 |
512 | 2024-05-03T02:45:35.129Z | Compiling anstyle-query v1.0.3 |
513 | 2024-05-03T02:45:35.147Z | Compiling mime v0.3.17 |
514 | 2024-05-03T02:45:35.268Z | Compiling self_update v0.39.0 |
515 | 2024-05-03T02:45:35.480Z | Compiling colorchoice v1.0.1 |
516 | 2024-05-03T02:45:35.634Z | Compiling webpki-roots v0.25.4 |
517 | 2024-05-03T02:45:35.637Z | Compiling static_assertions v1.1.0 |
518 | 2024-05-03T02:45:35.666Z | Compiling is_terminal_polyfill v1.70.0 |
519 | 2024-05-03T02:45:35.686Z | Compiling eyre v0.6.12 |
520 | 2024-05-03T02:45:35.739Z | Compiling ipnet v2.9.0 |
521 | 2024-05-03T02:45:35.778Z | Compiling anstyle v1.0.7 |
522 | 2024-05-03T02:45:35.795Z | Compiling number_prefix v0.4.0 |
523 | 2024-05-03T02:45:36.017Z | Compiling debug-ignore v1.0.5 |
524 | 2024-05-03T02:45:36.130Z | Compiling nested v0.1.1 |
525 | 2024-05-03T02:45:36.153Z | Compiling sync_wrapper v0.1.2 |
526 | 2024-05-03T02:45:36.274Z | Compiling reqwest v0.11.27 |
527 | 2024-05-03T02:45:36.299Z | Compiling anstream v0.6.14 |
528 | 2024-05-03T02:45:36.442Z | Compiling guppy v0.17.5 |
529 | 2024-05-03T02:45:36.609Z | Compiling indicatif v0.17.8 |
530 | 2024-05-03T02:45:37.381Z | Compiling rand_chacha v0.3.1 |
531 | 2024-05-03T02:45:42.115Z | Compiling nom v7.1.3 |
532 | 2024-05-03T02:45:42.197Z | Compiling pin-project v1.1.5 |
533 | 2024-05-03T02:45:42.197Z | Compiling globset v0.4.14 |
534 | 2024-05-03T02:45:42.646Z | Compiling chrono v0.4.38 |
535 | 2024-05-03T02:45:44.012Z | Compiling tar v0.4.40 |
536 | 2024-05-03T02:45:45.440Z | Compiling newtype-uuid v1.1.0 |
537 | 2024-05-03T02:45:45.728Z | Compiling futures v0.3.30 |
538 | 2024-05-03T02:45:45.837Z | Compiling nextest-metadata v0.10.0 |
539 | 2024-05-03T02:45:49.727Z | Compiling flate2 v1.0.30 |
540 | 2024-05-03T02:45:49.739Z | Compiling toml v0.8.12 |
541 | 2024-05-03T02:45:51.061Z | Compiling strip-ansi-escapes v0.2.0 |
542 | 2024-05-03T02:45:51.406Z | Compiling self-replace v1.3.7 |
543 | 2024-05-03T02:45:51.833Z | Compiling quick-xml v0.31.0 |
544 | 2024-05-03T02:45:51.929Z | Compiling quick-xml v0.23.1 |
545 | 2024-05-03T02:45:53.787Z | Compiling recursion v0.5.2 |
546 | 2024-05-03T02:45:54.397Z | Compiling heck v0.5.0 |
547 | 2024-05-03T02:45:54.400Z | Compiling humantime v2.1.0 |
548 | 2024-05-03T02:45:54.423Z | Compiling strsim v0.11.1 |
549 | 2024-05-03T02:45:55.191Z | Compiling urlencoding v2.1.3 |
550 | 2024-05-03T02:45:55.476Z | Compiling indenter v0.3.3 |
551 | 2024-05-03T02:45:55.623Z | Compiling clap_lex v0.7.0 |
552 | 2024-05-03T02:45:55.642Z | Compiling shell-words v1.1.0 |
553 | 2024-05-03T02:45:56.103Z | Compiling nextest-runner v0.55.0 |
554 | 2024-05-03T02:45:56.363Z | Compiling clap_builder v4.5.2 |
555 | 2024-05-03T02:45:57.738Z | Compiling humantime-serde v1.1.1 |
556 | 2024-05-03T02:45:57.943Z | Compiling clap_derive v4.5.4 |
557 | 2024-05-03T02:45:58.098Z | Compiling nextest-filtering v0.8.0 |
558 | 2024-05-03T02:45:59.004Z | Compiling quick-junit v0.4.0 |
559 | 2024-05-03T02:46:02.709Z | Compiling config v0.14.0 |
560 | 2024-05-03T02:46:03.830Z | Compiling async-scoped v0.9.0 |
561 | 2024-05-03T02:46:04.122Z | Compiling zstd v0.13.1 |
562 | 2024-05-03T02:46:04.136Z | Compiling rand v0.8.5 |
563 | 2024-05-03T02:46:04.950Z | Compiling target-spec-miette v0.4.0 |
564 | 2024-05-03T02:46:05.686Z | Compiling mukti-metadata v0.2.1 |
565 | 2024-05-03T02:46:06.092Z | Compiling camino-tempfile v1.1.1 |
566 | 2024-05-03T02:46:06.693Z | Compiling serde_ignored v0.1.10 |
567 | 2024-05-03T02:46:07.376Z | Compiling serde_path_to_error v0.1.16 |
568 | 2024-05-03T02:46:07.379Z | Compiling future-queue v0.3.0 |
569 | 2024-05-03T02:46:07.595Z | Compiling atomicwrites v0.4.3 |
570 | 2024-05-03T02:46:07.957Z | Compiling env_filter v0.1.0 |
571 | 2024-05-03T02:46:08.139Z | Compiling os_pipe v1.1.5 |
572 | 2024-05-03T02:46:08.393Z | Compiling shared_child v1.0.0 |
573 | 2024-05-03T02:46:08.606Z | Compiling home v0.5.9 |
574 | 2024-05-03T02:46:08.892Z | Compiling xxhash-rust v0.8.10 |
575 | 2024-05-03T02:46:09.052Z | Compiling display-error-chain v0.2.0 |
576 | 2024-05-03T02:46:09.194Z | Compiling owo-colors v3.5.0 |
577 | 2024-05-03T02:46:09.226Z | Compiling zeroize v1.7.0 |
578 | 2024-05-03T02:46:09.567Z | Compiling dialoguer v0.11.0 |
579 | 2024-05-03T02:46:10.277Z | Compiling duct v0.13.7 |
580 | 2024-05-03T02:46:11.923Z | Compiling color-eyre v0.6.3 |
581 | 2024-05-03T02:46:12.824Z | Compiling env_logger v0.11.3 |
582 | 2024-05-03T02:46:14.397Z | Compiling clap v4.5.4 |
583 | 2024-05-03T02:46:14.505Z | Compiling enable-ansi-support v0.2.1 |
584 | 2024-05-03T02:46:14.618Z | Compiling swrite v0.1.0 |
585 | 2024-05-03T02:46:17.526Z | Compiling cargo-nextest v0.9.70 |
586 | 2024-05-03T02:46:50.123Z | Finished release [optimized] target(s) in 2m 19s |
587 | 2024-05-03T02:46:50.287Z | Installing /home/build/.cargo/bin/cargo-nextest |
588 | 2024-05-03T02:46:50.290Z | Installed package `cargo-nextest v0.9.70` (executable `cargo-nextest`) |
589 | 2024-05-03T02:46:50.369Z | + pushd bgp |
590 | 2024-05-03T02:46:50.372Z | /work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite |
591 | 2024-05-03T02:46:50.372Z | + cargo nextest run |
592 | 2024-05-03T02:46:50.524Z | Updating crates.io index |
593 | 2024-05-03T02:46:50.530Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
594 | 2024-05-03T02:46:51.676Z | From https://github.com/oxidecomputer/falcon |
595 | 2024-05-03T02:46:51.676Z | * [new branch] main -> origin/main |
596 | 2024-05-03T02:46:51.689Z | * [new ref] -> origin/HEAD |
597 | 2024-05-03T02:46:51.880Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
598 | 2024-05-03T02:46:52.842Z | From https://github.com/oxidecomputer/dendrite |
599 | 2024-05-03T02:46:52.842Z | * [new branch] add-link-id-to-link-create -> origin/add-link-id-to-link-create |
600 | 2024-05-03T02:46:52.846Z | * [new branch] bugfix-omicron-4589 -> origin/bugfix-omicron-4589 |
601 | 2024-05-03T02:46:52.846Z | * [new branch] clippy_and_fmt_updates -> origin/clippy_and_fmt_updates |
602 | 2024-05-03T02:46:52.846Z | * [new branch] compliance -> origin/compliance |
603 | 2024-05-03T02:46:52.846Z | * [new branch] dependabot/cargo/h2-0.3.26 -> origin/dependabot/cargo/h2-0.3.26 |
604 | 2024-05-03T02:46:52.846Z | * [new branch] dependabot/cargo/rustls-0.21.12 -> origin/dependabot/cargo/rustls-0.21.12 |
605 | 2024-05-03T02:46:52.846Z | * [new branch] dpd-softnpu-smf -> origin/dpd-softnpu-smf |
606 | 2024-05-03T02:46:52.846Z | * [new branch] helios2 -> origin/helios2 |
607 | 2024-05-03T02:46:52.846Z | * [new branch] mac-build -> origin/mac-build |
608 | 2024-05-03T02:46:52.846Z | * [new branch] main -> origin/main |
609 | 2024-05-03T02:46:52.846Z | * [new branch] map-all-the-things -> origin/map-all-the-things |
610 | 2024-05-03T02:46:52.846Z | * [new branch] nat_rpw -> origin/nat_rpw |
611 | 2024-05-03T02:46:52.846Z | * [new branch] nexthop-counters -> origin/nexthop-counters |
612 | 2024-05-03T02:46:52.846Z | * [new branch] port-id -> origin/port-id |
613 | 2024-05-03T02:46:52.846Z | * [new branch] reflection-tests -> origin/reflection-tests |
614 | 2024-05-03T02:46:52.846Z | * [new branch] remove-routes-from-port-settings -> origin/remove-routes-from-port-settings |
615 | 2024-05-03T02:46:52.846Z | * [new branch] renovate/anyhow-1.x-lockfile -> origin/renovate/anyhow-1.x-lockfile |
616 | 2024-05-03T02:46:52.846Z | * [new branch] renovate/async-trait-0.x -> origin/renovate/async-trait-0.x |
617 | 2024-05-03T02:46:52.846Z | * [new branch] renovate/cc-1.x-lockfile -> origin/renovate/cc-1.x-lockfile |
618 | 2024-05-03T02:46:52.846Z | * [new branch] renovate/colored-2.x-lockfile -> origin/renovate/colored-2.x-lockfile |
619 | 2024-05-03T02:46:52.846Z | * [new branch] renovate/http-1.x -> origin/renovate/http-1.x |
620 | 2024-05-03T02:46:52.847Z | * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance |
621 | 2024-05-03T02:46:52.847Z | * [new branch] renovate/reqwest-0.x -> origin/renovate/reqwest-0.x |
622 | 2024-05-03T02:46:52.847Z | * [new branch] renovate/socket2-0.x-lockfile -> origin/renovate/socket2-0.x-lockfile |
623 | 2024-05-03T02:46:52.847Z | * [new branch] renovate/syn-2.x -> origin/renovate/syn-2.x |
624 | 2024-05-03T02:46:52.847Z | * [new branch] renovate/tabwriter-1.x-lockfile -> origin/renovate/tabwriter-1.x-lockfile |
625 | 2024-05-03T02:46:52.847Z | * [new branch] rust-toolchain -> origin/rust-toolchain |
626 | 2024-05-03T02:46:52.847Z | * [new branch] softnpu-tfportd-support -> origin/softnpu-tfportd-support |
627 | 2024-05-03T02:46:52.847Z | * [new branch] split-sff-access-too -> origin/split-sff-access-too |
628 | 2024-05-03T02:46:52.847Z | * [new branch] update-oximeter -> origin/update-oximeter |
629 | 2024-05-03T02:46:52.847Z | * [new branch] updates -> origin/updates |
630 | 2024-05-03T02:46:52.847Z | * [new ref] -> origin/HEAD |
631 | 2024-05-03T02:46:52.887Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
632 | 2024-05-03T02:46:53.651Z | From https://github.com/oxidecomputer/dropshot |
633 | 2024-05-03T02:46:53.651Z | * [new branch] archive/pr-14-before-force-push -> origin/archive/pr-14-before-force-push |
634 | 2024-05-03T02:46:53.655Z | * [new branch] async -> origin/async |
635 | 2024-05-03T02:46:53.655Z | * [new branch] build-o-mat -> origin/build-o-mat |
636 | 2024-05-03T02:46:53.655Z | * [new branch] camel -> origin/camel |
637 | 2024-05-03T02:46:53.655Z | * [new branch] carets -> origin/carets |
638 | 2024-05-03T02:46:53.655Z | * [new branch] changes -> origin/changes |
639 | 2024-05-03T02:46:53.655Z | * [new branch] ci-version -> origin/ci-version |
640 | 2024-05-03T02:46:53.655Z | * [new branch] cleanup-tweak -> origin/cleanup-tweak |
641 | 2024-05-03T02:46:53.655Z | * [new branch] clippy -> origin/clippy |
642 | 2024-05-03T02:46:53.655Z | * [new branch] clippy-enforcement -> origin/clippy-enforcement |
643 | 2024-05-03T02:46:53.655Z | * [new branch] clone -> origin/clone |
644 | 2024-05-03T02:46:53.655Z | * [new branch] dependabot/cargo/http-1.0.0 -> origin/dependabot/cargo/http-1.0.0 |
645 | 2024-05-03T02:46:53.655Z | * [new branch] dependabot/cargo/hyper-1.3.1 -> origin/dependabot/cargo/hyper-1.3.1 |
646 | 2024-05-03T02:46:53.655Z | * [new branch] dependabot/cargo/hyper-rustls-0.26.0 -> origin/dependabot/cargo/hyper-rustls-0.26.0 |
647 | 2024-05-03T02:46:53.655Z | * [new branch] dependabot/cargo/hyper-staticfile-0.10.0 -> origin/dependabot/cargo/hyper-staticfile-0.10.0 |
648 | 2024-05-03T02:46:53.655Z | * [new branch] doc -> origin/doc |
649 | 2024-05-03T02:46:53.655Z | * [new branch] err -> origin/err |
650 | 2024-05-03T02:46:53.655Z | * [new branch] example-resumable-download -> origin/example-resumable-download |
651 | 2024-05-03T02:46:53.655Z | * [new branch] expectorate -> origin/expectorate |
652 | 2024-05-03T02:46:53.655Z | * [new branch] extracted -> origin/extracted |
653 | 2024-05-03T02:46:53.655Z | * [new branch] fix_tests -> origin/fix_tests |
654 | 2024-05-03T02:46:53.655Z | * [new branch] fmt2 -> origin/fmt2 |
655 | 2024-05-03T02:46:53.656Z | * [new branch] infinite_type_resolve -> origin/infinite_type_resolve |
656 | 2024-05-03T02:46:53.656Z | * [new branch] kulakowski/tls -> origin/kulakowski/tls |
657 | 2024-05-03T02:46:53.656Z | * [new branch] main -> origin/main |
658 | 2024-05-03T02:46:53.656Z | * [new branch] maintainer-docs -> origin/maintainer-docs |
659 | 2024-05-03T02:46:53.656Z | * [new branch] merge-server-config -> origin/merge-server-config |
660 | 2024-05-03T02:46:53.656Z | * [new branch] multi-api -> origin/multi-api |
661 | 2024-05-03T02:46:53.656Z | * [new branch] multiverse -> origin/multiverse |
662 | 2024-05-03T02:46:53.656Z | * [new branch] openapi -> origin/openapi |
663 | 2024-05-03T02:46:53.663Z | * [new branch] openapi2 -> origin/openapi2 |
664 | 2024-05-03T02:46:53.663Z | * [new branch] port-fix-better -> origin/port-fix-better |
665 | 2024-05-03T02:46:53.663Z | * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest |
666 | 2024-05-03T02:46:53.663Z | * [new branch] renovate/rust-1.x -> origin/renovate/rust-1.x |
667 | 2024-05-03T02:46:53.663Z | * [new branch] rmp-page-token -> origin/rmp-page-token |
668 | 2024-05-03T02:46:53.663Z | * [new branch] rustfmt-m1 -> origin/rustfmt-m1 |
669 | 2024-05-03T02:46:53.663Z | * [new branch] rustfmt-test-stable-only -> origin/rustfmt-test-stable-only |
670 | 2024-05-03T02:46:53.663Z | * [new branch] rustfmt-test-unstable-options -> origin/rustfmt-test-unstable-options |
671 | 2024-05-03T02:46:53.663Z | * [new branch] server-log -> origin/server-log |
672 | 2024-05-03T02:46:53.663Z | * [new branch] simple-headers -> origin/simple-headers |
673 | 2024-05-03T02:46:53.663Z | * [new branch] sunshowers/spr/add-a-new-chunkedbody-extractor -> origin/sunshowers/spr/add-a-new-chunkedbody-extractor |
674 | 2024-05-03T02:46:53.664Z | * [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 |
675 | 2024-05-03T02:46:53.664Z | * [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 |
676 | 2024-05-03T02:46:53.664Z | * [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 |
677 | 2024-05-03T02:46:53.664Z | * [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 |
678 | 2024-05-03T02:46:53.664Z | * [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 |
679 | 2024-05-03T02:46:53.664Z | * [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 |
680 | 2024-05-03T02:46:53.664Z | * [new branch] sunshowers/spr/wip-prototype-for-trait-based-dropshot-servers -> origin/sunshowers/spr/wip-prototype-for-trait-based-dropshot-servers |
681 | 2024-05-03T02:46:53.664Z | * [new branch] test-skip-deserialize -> origin/test-skip-deserialize |
682 | 2024-05-03T02:46:53.664Z | * [new branch] update-usdt-dep -> origin/update-usdt-dep |
683 | 2024-05-03T02:46:53.664Z | * [new branch] urlencoded_typedbody -> origin/urlencoded_typedbody |
684 | 2024-05-03T02:46:53.664Z | * [new branch] websockets -> origin/websockets |
685 | 2024-05-03T02:46:53.664Z | * [new branch] x-forwarded-for -> origin/x-forwarded-for |
686 | 2024-05-03T02:46:53.664Z | * [new branch] x-forwarded-for-OLD -> origin/x-forwarded-for-OLD |
687 | 2024-05-03T02:46:53.664Z | * [new ref] -> origin/HEAD |
688 | 2024-05-03T02:46:53.664Z | * [new tag] v0.10.0 -> v0.10.0 |
689 | 2024-05-03T02:46:53.664Z | * [new tag] v0.3.0 -> v0.3.0 |
690 | 2024-05-03T02:46:53.664Z | * [new tag] v0.4.0 -> v0.4.0 |
691 | 2024-05-03T02:46:53.664Z | * [new tag] v0.5.0 -> v0.5.0 |
692 | 2024-05-03T02:46:53.664Z | * [new tag] v0.5.1 -> v0.5.1 |
693 | 2024-05-03T02:46:53.664Z | * [new tag] v0.6.0 -> v0.6.0 |
694 | 2024-05-03T02:46:53.664Z | * [new tag] v0.7.0 -> v0.7.0 |
695 | 2024-05-03T02:46:53.664Z | * [new tag] v0.8.0 -> v0.8.0 |
696 | 2024-05-03T02:46:53.664Z | * [new tag] v0.9.0 -> v0.9.0 |
697 | 2024-05-03T02:46:53.688Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
698 | 2024-05-03T02:46:54.118Z | From https://github.com/oxidecomputer/ispf |
699 | 2024-05-03T02:46:54.119Z | * [new branch] main -> origin/main |
700 | 2024-05-03T02:46:54.123Z | * [new ref] -> origin/HEAD |
701 | 2024-05-03T02:46:54.139Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
702 | 2024-05-03T02:46:54.714Z | From https://github.com/oxidecomputer/netadm-sys |
703 | 2024-05-03T02:46:54.714Z | * [new branch] compile-macos -> origin/compile-macos |
704 | 2024-05-03T02:46:54.717Z | * [new branch] dependabot/cargo/rustix-0.37.25 -> origin/dependabot/cargo/rustix-0.37.25 |
705 | 2024-05-03T02:46:54.717Z | * [new branch] gh-pages -> origin/gh-pages |
706 | 2024-05-03T02:46:54.717Z | * [new branch] main -> origin/main |
707 | 2024-05-03T02:46:54.717Z | * [new branch] route-get-timeout -> origin/route-get-timeout |
708 | 2024-05-03T02:46:54.717Z | * [new branch] siocgnds -> origin/siocgnds |
709 | 2024-05-03T02:46:54.717Z | * [new ref] -> origin/HEAD |
710 | 2024-05-03T02:46:54.731Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
711 | 2024-05-03T02:46:59.702Z | From https://github.com/oxidecomputer/omicron |
712 | 2024-05-03T02:46:59.703Z | * [new branch] 267 -> origin/267 |
713 | 2024-05-03T02:46:59.707Z | * [new branch] 686-and-717-in-a-blender -> origin/686-and-717-in-a-blender |
714 | 2024-05-03T02:46:59.707Z | * [new branch] a4x2 -> origin/a4x2 |
715 | 2024-05-03T02:46:59.707Z | * [new branch] abandoned/disallow-full-scan -> origin/abandoned/disallow-full-scan |
716 | 2024-05-03T02:46:59.707Z | * [new branch] actions-on-push-only -> origin/actions-on-push-only |
717 | 2024-05-03T02:46:59.707Z | * [new branch] actually-provision-multiple-crdbs -> origin/actually-provision-multiple-crdbs |
718 | 2024-05-03T02:46:59.707Z | * [new branch] add-global-api -> origin/add-global-api |
719 | 2024-05-03T02:46:59.707Z | * [new branch] ajs/deployment-config-schema -> origin/ajs/deployment-config-schema |
720 | 2024-05-03T02:46:59.707Z | * [new branch] alan/a-gimlet-under-every-tree -> origin/alan/a-gimlet-under-every-tree |
721 | 2024-05-03T02:46:59.707Z | * [new branch] alan/merge-main-megarepo -> origin/alan/merge-main-megarepo |
722 | 2024-05-03T02:46:59.707Z | * [new branch] andy/chronylocal -> origin/andy/chronylocal |
723 | 2024-05-03T02:46:59.707Z | * [new branch] andy/project -> origin/andy/project |
724 | 2024-05-03T02:46:59.707Z | * [new branch] archived/actix-configurable -> origin/archived/actix-configurable |
725 | 2024-05-03T02:46:59.707Z | * [new branch] archived/backend-rewrite -> origin/archived/backend-rewrite |
726 | 2024-05-03T02:46:59.707Z | * [new branch] archived/disks -> origin/archived/disks |
727 | 2024-05-03T02:46:59.707Z | * [new branch] archived/dropshot-consumer-cleanup -> origin/archived/dropshot-consumer-cleanup |
728 | 2024-05-03T02:46:59.707Z | * [new branch] archived/extractors -> origin/archived/extractors |
729 | 2024-05-03T02:46:59.707Z | * [new branch] archived/handler-return-rewrite -> origin/archived/handler-return-rewrite |
730 | 2024-05-03T02:46:59.708Z | * [new branch] archived/http-rewrite -> origin/archived/http-rewrite |
731 | 2024-05-03T02:46:59.708Z | * [new branch] archived/http-submodule-rewrite -> origin/archived/http-submodule-rewrite |
732 | 2024-05-03T02:46:59.708Z | * [new branch] archived/httpapi-extract -> origin/archived/httpapi-extract |
733 | 2024-05-03T02:46:59.708Z | * [new branch] archived/httpapi-rename -> origin/archived/httpapi-rename |
734 | 2024-05-03T02:46:59.708Z | * [new branch] archived/instance-reboot -> origin/archived/instance-reboot |
735 | 2024-05-03T02:46:59.708Z | * [new branch] archived/instance-simulation -> origin/archived/instance-simulation |
736 | 2024-05-03T02:46:59.708Z | * [new branch] archived/instance-work -> origin/archived/instance-work |
737 | 2024-05-03T02:46:59.708Z | * [new branch] archived/logging -> origin/archived/logging |
738 | 2024-05-03T02:46:59.708Z | * [new branch] archived/logging-move -> origin/archived/logging-move |
739 | 2024-05-03T02:46:59.708Z | * [new branch] archived/model-rewrite -> origin/archived/model-rewrite |
740 | 2024-05-03T02:46:59.708Z | * [new branch] archived/openapi-exec-tests -> origin/archived/openapi-exec-tests |
741 | 2024-05-03T02:46:59.708Z | * [new branch] archived/router-rewrite -> origin/archived/router-rewrite |
742 | 2024-05-03T02:46:59.708Z | * [new branch] archived/rustfmt-test -> origin/archived/rustfmt-test |
743 | 2024-05-03T02:46:59.708Z | * [new branch] archived/rustfmt-without-wrap_comments -> origin/archived/rustfmt-without-wrap_comments |
744 | 2024-05-03T02:46:59.708Z | * [new branch] archived/server-controller-extraction -> origin/archived/server-controller-extraction |
745 | 2024-05-03T02:46:59.708Z | * [new branch] artemis/crucible-set-primarycache -> origin/artemis/crucible-set-primarycache |
746 | 2024-05-03T02:46:59.708Z | * [new branch] attach-by-name-or-id -> origin/attach-by-name-or-id |
747 | 2024-05-03T02:46:59.708Z | * [new branch] attempt-to-repro-bb8-oddities -> origin/attempt-to-repro-bb8-oddities |
748 | 2024-05-03T02:46:59.708Z | * [new branch] authz-role-test -> origin/authz-role-test |
749 | 2024-05-03T02:46:59.708Z | * [new branch] bg-task-testbed -> origin/bg-task-testbed |
750 | 2024-05-03T02:46:59.708Z | * [new branch] bigger-disks -> origin/bigger-disks |
751 | 2024-05-03T02:46:59.708Z | * [new branch] bootstore-2 -> origin/bootstore-2 |
752 | 2024-05-03T02:46:59.708Z | * [new branch] bootstore-early-networking -> origin/bootstore-early-networking |
753 | 2024-05-03T02:46:59.709Z | * [new branch] bootstore-integration -> origin/bootstore-integration |
754 | 2024-05-03T02:46:59.709Z | * [new branch] bootstrap-agent-cancel-safety -> origin/bootstrap-agent-cancel-safety |
755 | 2024-05-03T02:46:59.709Z | * [new branch] bump_dendrite -> origin/bump_dendrite |
756 | 2024-05-03T02:46:59.709Z | * [new branch] catch-eexist-dladm -> origin/catch-eexist-dladm |
757 | 2024-05-03T02:46:59.709Z | * [new branch] cfg-out-the-whole-shebang -> origin/cfg-out-the-whole-shebang |
758 | 2024-05-03T02:46:59.709Z | * [new branch] clickhouse-21.10.4.26 -> origin/clickhouse-21.10.4.26 |
759 | 2024-05-03T02:46:59.709Z | * [new branch] clippy -> origin/clippy |
760 | 2024-05-03T02:46:59.709Z | * [new branch] clippy-unused-async -> origin/clippy-unused-async |
761 | 2024-05-03T02:46:59.709Z | * [new branch] cockroach-v22.2 -> origin/cockroach-v22.2 |
762 | 2024-05-03T02:46:59.713Z | * [new branch] concurrent-disk-new -> origin/concurrent-disk-new |
763 | 2024-05-03T02:46:59.713Z | * [new branch] conform-m2 -> origin/conform-m2 |
764 | 2024-05-03T02:46:59.713Z | * [new branch] convert-new-lookup-rest -> origin/convert-new-lookup-rest |
765 | 2024-05-03T02:46:59.713Z | * [new branch] convert-virtual-provisioning -> origin/convert-virtual-provisioning |
766 | 2024-05-03T02:46:59.714Z | * [new branch] crucible-sled-agent -> origin/crucible-sled-agent |
767 | 2024-05-03T02:46:59.714Z | * [new branch] dap-loop-debugging -> origin/dap-loop-debugging |
768 | 2024-05-03T02:46:59.714Z | * [new branch] dap-loop-debugging-rebased -> origin/dap-loop-debugging-rebased |
769 | 2024-05-03T02:46:59.714Z | * [new branch] dap/blueprint-builder-cleanup -> origin/dap/blueprint-builder-cleanup |
770 | 2024-05-03T02:46:59.714Z | * [new branch] dap/ci-debug -> origin/dap/ci-debug |
771 | 2024-05-03T02:46:59.714Z | * [new branch] dap/cockroach-init -> origin/dap/cockroach-init |
772 | 2024-05-03T02:46:59.714Z | * [new branch] dap/dns-preview -> origin/dap/dns-preview |
773 | 2024-05-03T02:46:59.714Z | * [new branch] dap/dns-work -> origin/dap/dns-work |
774 | 2024-05-03T02:46:59.714Z | * [new branch] dap/dnsping -> origin/dap/dnsping |
775 | 2024-05-03T02:46:59.714Z | * [new branch] dap/nexus-inventory -> origin/dap/nexus-inventory |
776 | 2024-05-03T02:46:59.714Z | * [new branch] dap/schema-migration-better-demo1 -> origin/dap/schema-migration-better-demo1 |
777 | 2024-05-03T02:46:59.714Z | * [new branch] dap/schema-migration-better-demo2 -> origin/dap/schema-migration-better-demo2 |
778 | 2024-05-03T02:46:59.714Z | * [new branch] dap/schema-migration-better-merged -> origin/dap/schema-migration-better-merged |
779 | 2024-05-03T02:46:59.714Z | * [new branch] dap/silo-external-dns -> origin/dap/silo-external-dns |
780 | 2024-05-03T02:46:59.714Z | * [new branch] dap/tls-sni -> origin/dap/tls-sni |
781 | 2024-05-03T02:46:59.714Z | * [new branch] dap/update-control -> origin/dap/update-control |
782 | 2024-05-03T02:46:59.714Z | * [new branch] dap/update-unused-code -> origin/dap/update-unused-code |
783 | 2024-05-03T02:46:59.714Z | * [new branch] dbg-print-timeseries-key -> origin/dbg-print-timeseries-key |
784 | 2024-05-03T02:46:59.714Z | * [new branch] dead-roaches -> origin/dead-roaches |
785 | 2024-05-03T02:46:59.714Z | * [new branch] debug-disk-space -> origin/debug-disk-space |
786 | 2024-05-03T02:46:59.714Z | * [new branch] delete-specific-timeseries-during-upgrade -> origin/delete-specific-timeseries-during-upgrade |
787 | 2024-05-03T02:46:59.714Z | * [new branch] demo -> origin/demo |
788 | 2024-05-03T02:46:59.714Z | * [new branch] demo_m2 -> origin/demo_m2 |
789 | 2024-05-03T02:46:59.715Z | * [new branch] dendrite-integration -> origin/dendrite-integration |
790 | 2024-05-03T02:46:59.715Z | * [new branch] dependabot/cargo/dropshot-0018f66 -> origin/dependabot/cargo/dropshot-0018f66 |
791 | 2024-05-03T02:46:59.715Z | * [new branch] dependabot/test/no/push -> origin/dependabot/test/no/push |
792 | 2024-05-03T02:46:59.715Z | * [new branch] dns-dataset -> origin/dns-dataset |
793 | 2024-05-03T02:46:59.715Z | * [new branch] document-external-internal -> origin/document-external-internal |
794 | 2024-05-03T02:46:59.715Z | * [new branch] dropshot-local -> origin/dropshot-local |
795 | 2024-05-03T02:46:59.715Z | * [new branch] duplicate-role-assignment-500 -> origin/duplicate-role-assignment-500 |
796 | 2024-05-03T02:46:59.715Z | * [new branch] eliza/instance-updater -> origin/eliza/instance-updater |
797 | 2024-05-03T02:46:59.715Z | * [new branch] eliza/instance-watch-rpw -> origin/eliza/instance-watch-rpw |
798 | 2024-05-03T02:46:59.715Z | * [new branch] eliza/nixos-build -> origin/eliza/nixos-build |
799 | 2024-05-03T02:46:59.715Z | * [new branch] eliza/no-more-services -> origin/eliza/no-more-services |
800 | 2024-05-03T02:46:59.715Z | * [new branch] eliza/oximeter-static-str -> origin/eliza/oximeter-static-str |
801 | 2024-05-03T02:46:59.715Z | * [new branch] even-more-actions-runner-rimraf -> origin/even-more-actions-runner-rimraf |
802 | 2024-05-03T02:46:59.715Z | * [new branch] executor-fake -> origin/executor-fake |
803 | 2024-05-03T02:46:59.715Z | * [new branch] expunge-zones-with-expunged-disks -> origin/expunge-zones-with-expunged-disks |
804 | 2024-05-03T02:46:59.715Z | * [new branch] external-service-allowlists -> origin/external-service-allowlists |
805 | 2024-05-03T02:46:59.715Z | * [new branch] external_log -> origin/external_log |
806 | 2024-05-03T02:46:59.715Z | * [new branch] felixmcfelix/opte-underlay-lock -> origin/felixmcfelix/opte-underlay-lock |
807 | 2024-05-03T02:46:59.715Z | * [new branch] firewall-notify-sled -> origin/firewall-notify-sled |
808 | 2024-05-03T02:46:59.715Z | * [new branch] firewall-vpc -> origin/firewall-vpc |
809 | 2024-05-03T02:46:59.715Z | * [new branch] flaky-issue-templates -> origin/flaky-issue-templates |
810 | 2024-05-03T02:46:59.715Z | * [new branch] folgers -> origin/folgers |
811 | 2024-05-03T02:46:59.715Z | * [new branch] fromstr -> origin/fromstr |
812 | 2024-05-03T02:46:59.716Z | * [new branch] gateway -> origin/gateway |
813 | 2024-05-03T02:46:59.716Z | * [new branch] gateway_message_bump -> origin/gateway_message_bump |
814 | 2024-05-03T02:46:59.716Z | * [new branch] host-fake -> origin/host-fake |
815 | 2024-05-03T02:46:59.716Z | * [new branch] iliana/3430-hubris -> origin/iliana/3430-hubris |
816 | 2024-05-03T02:46:59.716Z | * [new branch] iliana/baleeted -> origin/iliana/baleeted |
817 | 2024-05-03T02:46:59.720Z | * [new branch] iliana/buildomat-sync -> origin/iliana/buildomat-sync |
818 | 2024-05-03T02:46:59.721Z | * [new branch] iliana/crdb-cluster-version -> origin/iliana/crdb-cluster-version |
819 | 2024-05-03T02:46:59.721Z | * [new branch] iliana/crdb-cluster-version-v2 -> origin/iliana/crdb-cluster-version-v2 |
820 | 2024-05-03T02:46:59.721Z | * [new branch] iliana/crdb-v22.2 -> origin/iliana/crdb-v22.2 |
821 | 2024-05-03T02:46:59.721Z | * [new branch] iliana/do-not-merge-libxmlsec-1.3 -> origin/iliana/do-not-merge-libxmlsec-1.3 |
822 | 2024-05-03T02:46:59.721Z | * [new branch] iliana/dont-merge -> origin/iliana/dont-merge |
823 | 2024-05-03T02:46:59.721Z | * [new branch] iliana/for-linux-weirdos -> origin/iliana/for-linux-weirdos |
824 | 2024-05-03T02:46:59.721Z | * [new branch] iliana/hack-do-not-merge -> origin/iliana/hack-do-not-merge |
825 | 2024-05-03T02:46:59.721Z | * [new branch] iliana/it-keeps-happening-2 -> origin/iliana/it-keeps-happening-2 |
826 | 2024-05-03T02:46:59.721Z | * [new branch] iliana/keysmash -> origin/iliana/keysmash |
827 | 2024-05-03T02:46:59.721Z | * [new branch] iliana/manifest-flatten -> origin/iliana/manifest-flatten |
828 | 2024-05-03T02:46:59.721Z | * [new branch] iliana/split-package -> origin/iliana/split-package |
829 | 2024-05-03T02:46:59.721Z | * [new branch] iliana/try -> origin/iliana/try |
830 | 2024-05-03T02:46:59.721Z | * [new branch] iliana/wtf -> origin/iliana/wtf |
831 | 2024-05-03T02:46:59.721Z | * [new branch] illumos-ci -> origin/illumos-ci |
832 | 2024-05-03T02:46:59.721Z | * [new branch] installinator-fail-if-flaky-disk -> origin/installinator-fail-if-flaky-disk |
833 | 2024-05-03T02:46:59.721Z | * [new branch] ipv6-testing -> origin/ipv6-testing |
834 | 2024-05-03T02:46:59.721Z | * [new branch] issue-213-static -> origin/issue-213-static |
835 | 2024-05-03T02:46:59.721Z | * [new branch] issue-3432 -> origin/issue-3432 |
836 | 2024-05-03T02:46:59.721Z | * [new branch] issue-5214-v2p-mapping-rpw -> origin/issue-5214-v2p-mapping-rpw |
837 | 2024-05-03T02:46:59.721Z | * [new branch] jclulow -> origin/jclulow |
838 | 2024-05-03T02:46:59.721Z | * [new branch] john/blueprint-store-sled-state -> origin/john/blueprint-store-sled-state |
839 | 2024-05-03T02:46:59.721Z | * [new branch] john/deny-interior-mutable-const -> origin/john/deny-interior-mutable-const |
840 | 2024-05-03T02:46:59.722Z | * [new branch] john/omdb-fudge-serial -> origin/john/omdb-fudge-serial |
841 | 2024-05-03T02:46:59.722Z | * [new branch] john/test-tuf-repo-trigger -> origin/john/test-tuf-repo-trigger |
842 | 2024-05-03T02:46:59.722Z | * [new branch] keeplogs -> origin/keeplogs |
843 | 2024-05-03T02:46:59.722Z | * [new branch] less-dns-panic -> origin/less-dns-panic |
844 | 2024-05-03T02:46:59.722Z | * [new branch] less-explosive-sled-agent -> origin/less-explosive-sled-agent |
845 | 2024-05-03T02:46:59.722Z | * [new branch] lookup-authorized -> origin/lookup-authorized |
846 | 2024-05-03T02:46:59.722Z | * [new branch] low-rent-trust-quorum -> origin/low-rent-trust-quorum |
847 | 2024-05-03T02:46:59.722Z | * [new branch] low-rent-trust-quorum-3 -> origin/low-rent-trust-quorum-3 |
848 | 2024-05-03T02:46:59.722Z | * [new branch] lrtq-fsms-experiment -> origin/lrtq-fsms-experiment |
849 | 2024-05-03T02:46:59.722Z | * [new branch] lrtq-fsms-model-changes -> origin/lrtq-fsms-model-changes |
850 | 2024-05-03T02:46:59.722Z | * [new branch] lrtq-fsms-multiple-tests -> origin/lrtq-fsms-multiple-tests |
851 | 2024-05-03T02:46:59.722Z | * [new branch] lrtq-networking -> origin/lrtq-networking |
852 | 2024-05-03T02:46:59.722Z | * [new branch] lrtq-networking-config -> origin/lrtq-networking-config |
853 | 2024-05-03T02:46:59.722Z | * [new branch] lrtq-networking2 -> origin/lrtq-networking2 |
854 | 2024-05-03T02:46:59.722Z | * [new branch] lrtq-persistence -> origin/lrtq-persistence |
855 | 2024-05-03T02:46:59.722Z | * [new branch] lrtq-protocol -> origin/lrtq-protocol |
856 | 2024-05-03T02:46:59.722Z | * [new branch] lrtq-protocol-separate-state-handlers -> origin/lrtq-protocol-separate-state-handlers |
857 | 2024-05-03T02:46:59.722Z | * [new branch] luqmana/nexus-opte -> origin/luqmana/nexus-opte |
858 | 2024-05-03T02:46:59.722Z | * [new branch] luqmana/non-gimlet-gimlet -> origin/luqmana/non-gimlet-gimlet |
859 | 2024-05-03T02:46:59.722Z | * [new branch] luqmana/scoped-ipv6-addr -> origin/luqmana/scoped-ipv6-addr |
860 | 2024-05-03T02:46:59.722Z | * [new branch] luqmana/uplink-vid -> origin/luqmana/uplink-vid |
861 | 2024-05-03T02:46:59.722Z | * [new branch] macos-test-concurrency -> origin/macos-test-concurrency |
862 | 2024-05-03T02:46:59.722Z | * [new branch] maghemite-integration -> origin/maghemite-integration |
863 | 2024-05-03T02:46:59.723Z | * [new branch] main -> origin/main |
864 | 2024-05-03T02:46:59.723Z | * [new branch] metrics-experiments -> origin/metrics-experiments |
865 | 2024-05-03T02:46:59.723Z | * [new branch] more-raw-cte-setup -> origin/more-raw-cte-setup |
866 | 2024-05-03T02:46:59.723Z | * [new branch] mupdate-demo -> origin/mupdate-demo |
867 | 2024-05-03T02:46:59.723Z | * [new branch] net-reorg -> origin/net-reorg |
868 | 2024-05-03T02:46:59.723Z | * [new branch] new-lookup-proc-macro -> origin/new-lookup-proc-macro |
869 | 2024-05-03T02:46:59.723Z | * [new branch] new-lookup-traits -> origin/new-lookup-traits |
870 | 2024-05-03T02:46:59.723Z | * [new branch] new-toolchain -> origin/new-toolchain |
871 | 2024-05-03T02:46:59.723Z | * [new branch] newfolgers -> origin/newfolgers |
872 | 2024-05-03T02:46:59.723Z | * [new branch] nexus-add-sled-part-2 -> origin/nexus-add-sled-part-2 |
873 | 2024-05-03T02:46:59.723Z | * [new branch] nexus-update-refresh -> origin/nexus-update-refresh |
874 | 2024-05-03T02:46:59.723Z | * [new branch] no-empty-filter-array -> origin/no-empty-filter-array |
875 | 2024-05-03T02:46:59.723Z | * [new branch] omdb-physical-disks -> origin/omdb-physical-disks |
876 | 2024-05-03T02:46:59.723Z | * [new branch] omdb-physical-disks-experimental-tables -> origin/omdb-physical-disks-experimental-tables |
877 | 2024-05-03T02:46:59.723Z | * [new branch] omdb-services -> origin/omdb-services |
878 | 2024-05-03T02:46:59.729Z | * [new branch] omicron_dev_ci -> origin/omicron_dev_ci |
879 | 2024-05-03T02:46:59.729Z | * [new branch] opte-and-plumb-network-interface -> origin/opte-and-plumb-network-interface |
880 | 2024-05-03T02:46:59.729Z | * [new branch] oxdb-dashboard -> origin/oxdb-dashboard |
881 | 2024-05-03T02:46:59.729Z | * [new branch] oximeter-schema-id -> origin/oximeter-schema-id |
882 | 2024-05-03T02:46:59.729Z | * [new branch] oxpop -> origin/oxpop |
883 | 2024-05-03T02:46:59.729Z | * [new branch] pkg-config-install-note -> origin/pkg-config-install-note |
884 | 2024-05-03T02:46:59.729Z | * [new branch] propagate-firewall-rules-to-sled -> origin/propagate-firewall-rules-to-sled |
885 | 2024-05-03T02:46:59.729Z | * [new branch] prove-le-bug -> origin/prove-le-bug |
886 | 2024-05-03T02:46:59.729Z | * [new branch] redirect-url-state -> origin/redirect-url-state |
887 | 2024-05-03T02:46:59.729Z | * [new branch] refactor-bootstrap-client-sprockets-proxy -> origin/refactor-bootstrap-client-sprockets-proxy |
888 | 2024-05-03T02:46:59.729Z | * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest |
889 | 2024-05-03T02:46:59.729Z | * [new branch] renovate/async-recursion-1.x -> origin/renovate/async-recursion-1.x |
890 | 2024-05-03T02:46:59.729Z | * [new branch] renovate/flate2-1.x -> origin/renovate/flate2-1.x |
891 | 2024-05-03T02:46:59.729Z | * [new branch] renovate/httptest-0.x -> origin/renovate/httptest-0.x |
892 | 2024-05-03T02:46:59.729Z | * [new branch] renovate/hyper-rustls-0.x -> origin/renovate/hyper-rustls-0.x |
893 | 2024-05-03T02:46:59.729Z | * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance |
894 | 2024-05-03T02:46:59.729Z | * [new branch] renovate/peg-0.x -> origin/renovate/peg-0.x |
895 | 2024-05-03T02:46:59.729Z | * [new branch] renovate/rcgen-0.x -> origin/renovate/rcgen-0.x |
896 | 2024-05-03T02:46:59.729Z | * [new branch] renovate/rustls-0.x -> origin/renovate/rustls-0.x |
897 | 2024-05-03T02:46:59.729Z | * [new branch] renovate/zip-1.x -> origin/renovate/zip-1.x |
898 | 2024-05-03T02:46:59.730Z | * [new branch] reservoir -> origin/reservoir |
899 | 2024-05-03T02:46:59.730Z | * [new branch] resilient-nexus -> origin/resilient-nexus |
900 | 2024-05-03T02:46:59.730Z | * [new branch] resource-identifier -> origin/resource-identifier |
901 | 2024-05-03T02:46:59.730Z | * [new branch] retry-txn -> origin/retry-txn |
902 | 2024-05-03T02:46:59.730Z | * [new branch] return-cert-pem -> origin/return-cert-pem |
903 | 2024-05-03T02:46:59.730Z | * [new branch] rev-opte -> origin/rev-opte |
904 | 2024-05-03T02:46:59.730Z | * [new branch] revert-936 -> origin/revert-936 |
905 | 2024-05-03T02:46:59.730Z | * [new branch] rfd-322-images -> origin/rfd-322-images |
906 | 2024-05-03T02:46:59.730Z | * [new branch] rpz-ext-ip-hack -> origin/rpz-ext-ip-hack |
907 | 2024-05-03T02:46:59.730Z | * [new branch] rpz-opte-sled-agent -> origin/rpz-opte-sled-agent |
908 | 2024-05-03T02:46:59.730Z | * [new branch] rpz-use-oxide-vpc -> origin/rpz-use-oxide-vpc |
909 | 2024-05-03T02:46:59.730Z | * [new branch] rss-testing -> origin/rss-testing |
910 | 2024-05-03T02:46:59.730Z | * [new branch] self-assembling-nexus -> origin/self-assembling-nexus |
911 | 2024-05-03T02:46:59.730Z | * [new branch] self-assembling-ntp -> origin/self-assembling-ntp |
912 | 2024-05-03T02:46:59.730Z | * [new branch] service-management-and-rss-handoff -> origin/service-management-and-rss-handoff |
913 | 2024-05-03T02:46:59.730Z | * [new branch] shatter-authn -> origin/shatter-authn |
914 | 2024-05-03T02:46:59.730Z | * [new branch] short-term-disk-workaround -> origin/short-term-disk-workaround |
915 | 2024-05-03T02:46:59.730Z | * [new branch] silo-create -> origin/silo-create |
916 | 2024-05-03T02:46:59.730Z | * [new branch] silo-groups-and-metrics -> origin/silo-groups-and-metrics |
917 | 2024-05-03T02:46:59.730Z | * [new branch] silo_groups_dap -> origin/silo_groups_dap |
918 | 2024-05-03T02:46:59.730Z | * [new branch] silo_groups_dap_queries -> origin/silo_groups_dap_queries |
919 | 2024-05-03T02:46:59.730Z | * [new branch] simple-cache -> origin/simple-cache |
920 | 2024-05-03T02:46:59.730Z | * [new branch] sled-agent-lifecycle -> origin/sled-agent-lifecycle |
921 | 2024-05-03T02:46:59.731Z | * [new branch] sled-agent-service-gen -> origin/sled-agent-service-gen |
922 | 2024-05-03T02:46:59.731Z | * [new branch] sled-agent/register-as-producer -> origin/sled-agent/register-as-producer |
923 | 2024-05-03T02:46:59.731Z | * [new branch] sled-hw-notification-simplification -> origin/sled-hw-notification-simplification |
924 | 2024-05-03T02:46:59.731Z | * [new branch] sled-hw-notification-simplification-2 -> origin/sled-hw-notification-simplification-2 |
925 | 2024-05-03T02:46:59.731Z | * [new branch] sled-location -> origin/sled-location |
926 | 2024-05-03T02:46:59.731Z | * [new branch] snat-ip-respects-pool -> origin/snat-ip-respects-pool |
927 | 2024-05-03T02:46:59.731Z | * [new branch] sp_v1.0.4 -> origin/sp_v1.0.4 |
928 | 2024-05-03T02:46:59.731Z | * [new branch] special-delivery -> origin/special-delivery |
929 | 2024-05-03T02:46:59.731Z | * [new branch] staging_and_prod_diff -> origin/staging_and_prod_diff |
930 | 2024-05-03T02:46:59.731Z | * [new branch] sunshowers/oxpop-wicket -> origin/sunshowers/oxpop-wicket |
931 | 2024-05-03T02:46:59.731Z | * [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 |
932 | 2024-05-03T02:46:59.731Z | * [new branch] sunshowers/spr/installinator-wip-initial-stub-version -> origin/sunshowers/spr/installinator-wip-initial-stub-version |
933 | 2024-05-03T02:46:59.731Z | * [new branch] sunshowers/spr/installinatorupdate-engine-some-reporting-improvements -> origin/sunshowers/spr/installinatorupdate-engine-some-reporting-improvements |
934 | 2024-05-03T02:46:59.731Z | * [new branch] sunshowers/spr/main.internal-dns-move-zone-ids-to-typeduuid -> origin/sunshowers/spr/main.internal-dns-move-zone-ids-to-typeduuid |
935 | 2024-05-03T02:46:59.731Z | * [new branch] sunshowers/spr/main.omdb-improve-cli-ux -> origin/sunshowers/spr/main.omdb-improve-cli-ux |
936 | 2024-05-03T02:46:59.731Z | * [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 |
937 | 2024-05-03T02:46:59.731Z | * [new branch] sunshowers/spr/main.reconfigurator-turn-expunged-sleds-into-expunged-zones -> origin/sunshowers/spr/main.reconfigurator-turn-expunged-sleds-into-expunged-zones |
938 | 2024-05-03T02:46:59.731Z | * [new branch] sunshowers/spr/main.rfc-nexus-types-more-validation-for-planninginput -> origin/sunshowers/spr/main.rfc-nexus-types-more-validation-for-planninginput |
939 | 2024-05-03T02:46:59.731Z | * [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 |
940 | 2024-05-03T02:46:59.731Z | * [new branch] sunshowers/spr/main.wicket-add-scrolling-to-popups -> origin/sunshowers/spr/main.wicket-add-scrolling-to-popups |
941 | 2024-05-03T02:46:59.731Z | * [new branch] sunshowers/spr/main.wicket-oxpop-wicket-work -> origin/sunshowers/spr/main.wicket-oxpop-wicket-work |
942 | 2024-05-03T02:46:59.736Z | * [new branch] sunshowers/spr/main.wicket-wrap-all-popup-text-add-padding -> origin/sunshowers/spr/main.wicket-wrap-all-popup-text-add-padding |
943 | 2024-05-03T02:46:59.736Z | * [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 |
944 | 2024-05-03T02:46:59.736Z | * [new branch] sunshowers/spr/meta-trust-dns-hickory-dns -> origin/sunshowers/spr/meta-trust-dns-hickory-dns |
945 | 2024-05-03T02:46:59.736Z | * [new branch] sunshowers/spr/omdb-improve-cli-ux -> origin/sunshowers/spr/omdb-improve-cli-ux |
946 | 2024-05-03T02:46:59.737Z | * [new branch] sunshowers/spr/password-login-drop-timeout-to-500ms -> origin/sunshowers/spr/password-login-drop-timeout-to-500ms |
947 | 2024-05-03T02:46:59.737Z | * [new branch] sunshowers/spr/rfc-nexus-types-more-validation-for-planninginput-1 -> origin/sunshowers/spr/rfc-nexus-types-more-validation-for-planninginput-1 |
948 | 2024-05-03T02:46:59.737Z | * [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 |
949 | 2024-05-03T02:46:59.737Z | * [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 |
950 | 2024-05-03T02:46:59.737Z | * [new branch] sunshowers/spr/wicket-oxpop-wicket-work -> origin/sunshowers/spr/wicket-oxpop-wicket-work |
951 | 2024-05-03T02:46:59.737Z | * [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 |
952 | 2024-05-03T02:46:59.737Z | * [new branch] sunshowers/spr/wip-example-of-trait-based-dropshot-server -> origin/sunshowers/spr/wip-example-of-trait-based-dropshot-server |
953 | 2024-05-03T02:46:59.737Z | * [new branch] sunshowers/spr/wip-reconfigurator-start-removing-expunged-zones -> origin/sunshowers/spr/wip-reconfigurator-start-removing-expunged-zones |
954 | 2024-05-03T02:46:59.737Z | * [new branch] sunshowers/spr/wip-wicketd-structured-updates -> origin/sunshowers/spr/wip-wicketd-structured-updates |
955 | 2024-05-03T02:46:59.737Z | * [new branch] swap -> origin/swap |
956 | 2024-05-03T02:46:59.737Z | * [new branch] temp-console-inventory-integration -> origin/temp-console-inventory-integration |
957 | 2024-05-03T02:46:59.737Z | * [new branch] thing-flinger -> origin/thing-flinger |
958 | 2024-05-03T02:46:59.737Z | * [new branch] tqv1 -> origin/tqv1 |
959 | 2024-05-03T02:46:59.737Z | * [new branch] trigger -> origin/trigger |
960 | 2024-05-03T02:46:59.737Z | * [new branch] try-bench-gimlet -> origin/try-bench-gimlet |
961 | 2024-05-03T02:46:59.737Z | * [new branch] u2-encryption -> origin/u2-encryption |
962 | 2024-05-03T02:46:59.737Z | * [new branch] u2-encryption-2 -> origin/u2-encryption-2 |
963 | 2024-05-03T02:46:59.737Z | * [new branch] u2-encryption-3 -> origin/u2-encryption-3 |
964 | 2024-05-03T02:46:59.737Z | * [new branch] unify-hardware-ids -> origin/unify-hardware-ids |
965 | 2024-05-03T02:46:59.737Z | * [new branch] unify-ip-range -> origin/unify-ip-range |
966 | 2024-05-03T02:46:59.737Z | * [new branch] unify_services_datasets -> origin/unify_services_datasets |
967 | 2024-05-03T02:46:59.737Z | * [new branch] unused-deps -> origin/unused-deps |
968 | 2024-05-03T02:46:59.737Z | * [new branch] update-planning -> origin/update-planning |
969 | 2024-05-03T02:46:59.738Z | * [new branch] usdt-probe-xtask -> origin/usdt-probe-xtask |
970 | 2024-05-03T02:46:59.738Z | * [new branch] use-helios-netdev-publisher -> origin/use-helios-netdev-publisher |
971 | 2024-05-03T02:46:59.738Z | * [new branch] use-incremental-build -> origin/use-incremental-build |
972 | 2024-05-03T02:46:59.738Z | * [new branch] v1-cleanup -> origin/v1-cleanup |
973 | 2024-05-03T02:46:59.738Z | * [new branch] v1-hardware-apis -> origin/v1-hardware-apis |
974 | 2024-05-03T02:46:59.738Z | * [new branch] validate-ip-range-more-good -> origin/validate-ip-range-more-good |
975 | 2024-05-03T02:46:59.738Z | * [new branch] vectorize-datasets -> origin/vectorize-datasets |
976 | 2024-05-03T02:46:59.738Z | * [new branch] vmm-test-flex -> origin/vmm-test-flex |
977 | 2024-05-03T02:46:59.738Z | * [new branch] wicket -> origin/wicket |
978 | 2024-05-03T02:46:59.738Z | * [new branch] wicket-dbg -> origin/wicket-dbg |
979 | 2024-05-03T02:46:59.738Z | * [new branch] wicket-dbg2 -> origin/wicket-dbg2 |
980 | 2024-05-03T02:46:59.738Z | * [new branch] wicket-menu -> origin/wicket-menu |
981 | 2024-05-03T02:46:59.738Z | * [new branch] wicket-rack-update -> origin/wicket-rack-update |
982 | 2024-05-03T02:46:59.738Z | * [new branch] wicket-update-integration -> origin/wicket-update-integration |
983 | 2024-05-03T02:46:59.738Z | * [new branch] wicket-update-integration-2 -> origin/wicket-update-integration-2 |
984 | 2024-05-03T02:46:59.738Z | * [new branch] wicket-update-pane -> origin/wicket-update-pane |
985 | 2024-05-03T02:46:59.738Z | * [new branch] wicket-update-status -> origin/wicket-update-status |
986 | 2024-05-03T02:46:59.738Z | * [new branch] wicketd-get-compmonent-inventory -> origin/wicketd-get-compmonent-inventory |
987 | 2024-05-03T02:46:59.738Z | * [new branch] wicketd-progenitor-derives -> origin/wicketd-progenitor-derives |
988 | 2024-05-03T02:46:59.738Z | * [new branch] wicketd-update-deliver-trampoline -> origin/wicketd-update-deliver-trampoline |
989 | 2024-05-03T02:46:59.738Z | * [new branch] wicketd-update-prototype -> origin/wicketd-update-prototype |
990 | 2024-05-03T02:46:59.738Z | * [new branch] wip-add-pvt2-repo -> origin/wip-add-pvt2-repo |
991 | 2024-05-03T02:46:59.739Z | * [new branch] xtask_ci_download -> origin/xtask_ci_download |
992 | 2024-05-03T02:46:59.739Z | * [new branch] xtask_ci_download_replace -> origin/xtask_ci_download_replace |
993 | 2024-05-03T02:46:59.739Z | * [new branch] zone-filesystems -> origin/zone-filesystems |
994 | 2024-05-03T02:46:59.739Z | * [new ref] -> origin/HEAD |
995 | 2024-05-03T02:46:59.739Z | * [new tag] dogfood -> dogfood |
996 | 2024-05-03T02:46:59.739Z | * [new tag] v5 -> v5 |
997 | 2024-05-03T02:46:59.739Z | * [new tag] v6 -> v6 |
998 | 2024-05-03T02:46:59.739Z | * [new tag] v7 -> v7 |
999 | 2024-05-03T02:47:00.009Z | Updating git repository `https://github.com/oxidecomputer/opte` |
1000 | 2024-05-03T02:47:01.053Z | From https://github.com/oxidecomputer/opte |
1001 | 2024-05-03T02:47:01.053Z | * [new branch] 481-strawman -> origin/481-strawman |
1002 | 2024-05-03T02:47:01.057Z | * [new branch] all-perf-in-flight -> origin/all-perf-in-flight |
1003 | 2024-05-03T02:47:01.057Z | * [new branch] cheaper-flowid -> origin/cheaper-flowid |
1004 | 2024-05-03T02:47:01.057Z | * [new branch] config-dhcp-dns -> origin/config-dhcp-dns |
1005 | 2024-05-03T02:47:01.057Z | * [new branch] custom-subnet-routing -> origin/custom-subnet-routing |
1006 | 2024-05-03T02:47:01.057Z | * [new branch] demo-stuffs -> origin/demo-stuffs |
1007 | 2024-05-03T02:47:01.057Z | * [new branch] dont-proc-in-lock -> origin/dont-proc-in-lock |
1008 | 2024-05-03T02:47:01.057Z | * [new branch] goodbye-all-of-classification -> origin/goodbye-all-of-classification |
1009 | 2024-05-03T02:47:01.057Z | * [new branch] handle-pkt-chains -> origin/handle-pkt-chains |
1010 | 2024-05-03T02:47:01.057Z | * [new branch] helios-2.0 -> origin/helios-2.0 |
1011 | 2024-05-03T02:47:01.057Z | * [new branch] ioctl-for-firewall-rules -> origin/ioctl-for-firewall-rules |
1012 | 2024-05-03T02:47:01.057Z | * [new branch] ipv6-home-and-two-tests-dev -> origin/ipv6-home-and-two-tests-dev |
1013 | 2024-05-03T02:47:01.057Z | * [new branch] kbench-zone-variant -> origin/kbench-zone-variant |
1014 | 2024-05-03T02:47:01.057Z | * [new branch] luqmana/ipv4-options -> origin/luqmana/ipv4-options |
1015 | 2024-05-03T02:47:01.058Z | * [new branch] luqmana/no-vnic -> origin/luqmana/no-vnic |
1016 | 2024-05-03T02:47:01.058Z | * [new branch] master -> origin/master |
1017 | 2024-05-03T02:47:01.058Z | * [new branch] noclass-best-flow -> origin/noclass-best-flow |
1018 | 2024-05-03T02:47:01.058Z | * [new branch] noclass-best-noflow -> origin/noclass-best-noflow |
1019 | 2024-05-03T02:47:01.058Z | * [new branch] opte-160-use-str-for-meta -> origin/opte-160-use-str-for-meta |
1020 | 2024-05-03T02:47:01.058Z | * [new branch] opte-161-api-vsn -> origin/opte-161-api-vsn |
1021 | 2024-05-03T02:47:01.058Z | * [new branch] opte-204-paused -> origin/opte-204-paused |
1022 | 2024-05-03T02:47:01.058Z | * [new branch] opte-214-rm-opte-drv -> origin/opte-214-rm-opte-drv |
1023 | 2024-05-03T02:47:01.058Z | * [new branch] opte-220 -> origin/opte-220 |
1024 | 2024-05-03T02:47:01.058Z | * [new branch] opte-225 -> origin/opte-225 |
1025 | 2024-05-03T02:47:01.058Z | * [new branch] opte-227 -> origin/opte-227 |
1026 | 2024-05-03T02:47:01.058Z | * [new branch] opte-231-snat-panic-payload-trans-2 -> origin/opte-231-snat-panic-payload-trans-2 |
1027 | 2024-05-03T02:47:01.058Z | * [new branch] opte-232 -> origin/opte-232 |
1028 | 2024-05-03T02:47:01.058Z | * [new branch] opte-241-unwrap-panic-and-kstats -> origin/opte-241-unwrap-panic-and-kstats |
1029 | 2024-05-03T02:47:01.058Z | * [new branch] opte-261-rip-cstr-core -> origin/opte-261-rip-cstr-core |
1030 | 2024-05-03T02:47:01.058Z | * [new branch] opte-281-vpc-firewall -> origin/opte-281-vpc-firewall |
1031 | 2024-05-03T02:47:01.058Z | * [new branch] opte-88-codegen-units -> origin/opte-88-codegen-units |
1032 | 2024-05-03T02:47:01.063Z | * [new branch] opte-88-linker-failures -> origin/opte-88-linker-failures |
1033 | 2024-05-03T02:47:01.063Z | * [new branch] opteadm-library -> origin/opteadm-library |
1034 | 2024-05-03T02:47:01.063Z | * [new branch] partial-workspace -> origin/partial-workspace |
1035 | 2024-05-03T02:47:01.063Z | * [new branch] remove-duplicate-adm -> origin/remove-duplicate-adm |
1036 | 2024-05-03T02:47:01.063Z | * [new branch] renovate/libc-0.x-lockfile -> origin/renovate/libc-0.x-lockfile |
1037 | 2024-05-03T02:47:01.063Z | * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance |
1038 | 2024-05-03T02:47:01.063Z | * [new branch] renovate/rust-1.x -> origin/renovate/rust-1.x |
1039 | 2024-05-03T02:47:01.063Z | * [new branch] renovate/serde-monorepo -> origin/renovate/serde-monorepo |
1040 | 2024-05-03T02:47:01.063Z | * [new branch] rm-fw-rule-error -> origin/rm-fw-rule-error |
1041 | 2024-05-03T02:47:01.063Z | * [new branch] route-cache -> origin/route-cache |
1042 | 2024-05-03T02:47:01.063Z | * [new branch] rpz-197-zero-pkt -> origin/rpz-197-zero-pkt |
1043 | 2024-05-03T02:47:01.063Z | * [new branch] rpz-207-rules-stats -> origin/rpz-207-rules-stats |
1044 | 2024-05-03T02:47:01.063Z | * [new branch] rpz-298-spoof-test -> origin/rpz-298-spoof-test |
1045 | 2024-05-03T02:47:01.064Z | * [new branch] rpz-301-layer-stats -> origin/rpz-301-layer-stats |
1046 | 2024-05-03T02:47:01.064Z | * [new branch] rpz-add-entry-refactor -> origin/rpz-add-entry-refactor |
1047 | 2024-05-03T02:47:01.064Z | * [new branch] rpz-ameta-own -> origin/rpz-ameta-own |
1048 | 2024-05-03T02:47:01.064Z | * [new branch] rpz-assert-drop -> origin/rpz-assert-drop |
1049 | 2024-05-03T02:47:01.064Z | * [new branch] rpz-csum-doc -> origin/rpz-csum-doc |
1050 | 2024-05-03T02:47:01.064Z | * [new branch] rpz-def-action -> origin/rpz-def-action |
1051 | 2024-05-03T02:47:01.064Z | * [new branch] rpz-doc-stuff -> origin/rpz-doc-stuff |
1052 | 2024-05-03T02:47:01.064Z | * [new branch] rpz-fix-docs -> origin/rpz-fix-docs |
1053 | 2024-05-03T02:47:01.064Z | * [new branch] rpz-gateway-layer -> origin/rpz-gateway-layer |
1054 | 2024-05-03T02:47:01.064Z | * [new branch] rpz-invalidation-broken-2 -> origin/rpz-invalidation-broken-2 |
1055 | 2024-05-03T02:47:01.064Z | * [new branch] rpz-ioctl-dangle -> origin/rpz-ioctl-dangle |
1056 | 2024-05-03T02:47:01.064Z | * [new branch] rpz-less-alloc -> origin/rpz-less-alloc |
1057 | 2024-05-03T02:47:01.064Z | * [new branch] rpz-more-layer-stats -> origin/rpz-more-layer-stats |
1058 | 2024-05-03T02:47:01.064Z | * [new branch] rpz-move-stuff-to-ddi -> origin/rpz-move-stuff-to-ddi |
1059 | 2024-05-03T02:47:01.064Z | * [new branch] rpz-opte-294 -> origin/rpz-opte-294 |
1060 | 2024-05-03T02:47:01.064Z | * [new branch] rpz-opteadm-tcp-flows -> origin/rpz-opteadm-tcp-flows |
1061 | 2024-05-03T02:47:01.064Z | * [new branch] rpz-packet-write-err -> origin/rpz-packet-write-err |
1062 | 2024-05-03T02:47:01.064Z | * [new branch] rpz-pkg-minor-vsn -> origin/rpz-pkg-minor-vsn |
1063 | 2024-05-03T02:47:01.064Z | * [new branch] rpz-predicate-module -> origin/rpz-predicate-module |
1064 | 2024-05-03T02:47:01.064Z | * [new branch] rpz-print-port-in-test -> origin/rpz-print-port-in-test |
1065 | 2024-05-03T02:47:01.064Z | * [new branch] rpz-rm-todo -> origin/rpz-rm-todo |
1066 | 2024-05-03T02:47:01.064Z | * [new branch] rpz-sanity-check -> origin/rpz-sanity-check |
1067 | 2024-05-03T02:47:01.064Z | * [new branch] rpz-simplify-test-state -> origin/rpz-simplify-test-state |
1068 | 2024-05-03T02:47:01.065Z | * [new branch] rpz-tcp-flows-hits -> origin/rpz-tcp-flows-hits |
1069 | 2024-05-03T02:47:01.065Z | * [new branch] rpz-tcp-inbound-test -> origin/rpz-tcp-inbound-test |
1070 | 2024-05-03T02:47:01.065Z | * [new branch] rpz-tcp-tests -> origin/rpz-tcp-tests |
1071 | 2024-05-03T02:47:01.065Z | * [new branch] rpz-test-common -> origin/rpz-test-common |
1072 | 2024-05-03T02:47:01.065Z | * [new branch] rpz-test-constants -> origin/rpz-test-constants |
1073 | 2024-05-03T02:47:01.065Z | * [new branch] rpz-uft-miss-stat -> origin/rpz-uft-miss-stat |
1074 | 2024-05-03T02:47:01.065Z | * [new branch] rpz-vpc-own-crate -> origin/rpz-vpc-own-crate |
1075 | 2024-05-03T02:47:01.065Z | * [new branch] spring-clean -> origin/spring-clean |
1076 | 2024-05-03T02:47:01.065Z | * [new branch] the-perf-cost-of-success -> origin/the-perf-cost-of-success |
1077 | 2024-05-03T02:47:01.065Z | * [new branch] underlay-lock -> origin/underlay-lock |
1078 | 2024-05-03T02:47:01.065Z | * [new branch] use-the-flow-luke-61 -> origin/use-the-flow-luke-61 |
1079 | 2024-05-03T02:47:01.065Z | * [new ref] -> origin/HEAD |
1080 | 2024-05-03T02:47:01.125Z | Updating git repository `https://github.com/illumos/smf-rs` |
1081 | 2024-05-03T02:47:01.543Z | From https://github.com/illumos/smf-rs |
1082 | 2024-05-03T02:47:01.543Z | * [new branch] main -> origin/main |
1083 | 2024-05-03T02:47:01.547Z | * [new ref] -> origin/HEAD |
1084 | 2024-05-03T02:47:01.585Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
1085 | 2024-05-03T02:47:02.909Z | From https://github.com/oxidecomputer/progenitor |
1086 | 2024-05-03T02:47:02.909Z | * [new branch] extension2 -> origin/extension2 |
1087 | 2024-05-03T02:47:02.918Z | * [new branch] json-body-stdin-alias -> origin/json-body-stdin-alias |
1088 | 2024-05-03T02:47:02.918Z | * [new branch] main -> origin/main |
1089 | 2024-05-03T02:47:02.919Z | * [new branch] nexus-update -> origin/nexus-update |
1090 | 2024-05-03T02:47:02.919Z | * [new branch] owned-response-stream -> origin/owned-response-stream |
1091 | 2024-05-03T02:47:02.919Z | * [new branch] print-example -> origin/print-example |
1092 | 2024-05-03T02:47:02.919Z | * [new branch] query-arg-collision -> origin/query-arg-collision |
1093 | 2024-05-03T02:47:02.919Z | * [new branch] request-map -> origin/request-map |
1094 | 2024-05-03T02:47:02.919Z | * [new branch] response-value-content-length -> origin/response-value-content-length |
1095 | 2024-05-03T02:47:02.919Z | * [new branch] security-schemes -> origin/security-schemes |
1096 | 2024-05-03T02:47:02.919Z | * [new branch] sketch-multiple-reponse-types -> origin/sketch-multiple-reponse-types |
1097 | 2024-05-03T02:47:02.919Z | * [new branch] test-ci -> origin/test-ci |
1098 | 2024-05-03T02:47:02.919Z | * [new branch] test-v0.7.0 -> origin/test-v0.7.0 |
1099 | 2024-05-03T02:47:02.919Z | * [new branch] untyped-responses -> origin/untyped-responses |
1100 | 2024-05-03T02:47:02.919Z | * [new branch] v41 -> origin/v41 |
1101 | 2024-05-03T02:47:02.919Z | * [new ref] -> origin/HEAD |
1102 | 2024-05-03T02:47:02.920Z | * [new tag] v0.1.1 -> v0.1.1 |
1103 | 2024-05-03T02:47:02.920Z | * [new tag] v0.2.0 -> v0.2.0 |
1104 | 2024-05-03T02:47:02.920Z | * [new tag] v0.3.0 -> v0.3.0 |
1105 | 2024-05-03T02:47:02.920Z | * [new tag] v0.4.0 -> v0.4.0 |
1106 | 2024-05-03T02:47:02.920Z | * [new tag] v0.4.1 -> v0.4.1 |
1107 | 2024-05-03T02:47:02.920Z | * [new tag] v0.5.0 -> v0.5.0 |
1108 | 2024-05-03T02:47:02.920Z | * [new tag] v0.6.0 -> v0.6.0 |
1109 | 2024-05-03T02:47:03.004Z | Updating git repository `https://github.com/oxidecomputer/zone` |
1110 | 2024-05-03T02:47:03.439Z | From https://github.com/oxidecomputer/zone |
1111 | 2024-05-03T02:47:03.439Z | * [new branch] main -> origin/main |
1112 | 2024-05-03T02:47:03.442Z | * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest |
1113 | 2024-05-03T02:47:03.442Z | * [new branch] renovate/syn-2.x -> origin/renovate/syn-2.x |
1114 | 2024-05-03T02:47:03.442Z | * [new branch] state-derive-eq-hash -> origin/state-derive-eq-hash |
1115 | 2024-05-03T02:47:03.442Z | * [new ref] -> origin/HEAD |
1116 | 2024-05-03T02:47:03.461Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
1117 | 2024-05-03T02:47:04.453Z | From https://github.com/oxidecomputer/propolis |
1118 | 2024-05-03T02:47:04.453Z | * [new branch] ata -> origin/ata |
1119 | 2024-05-03T02:47:04.458Z | * [new branch] gjcolombo/two-migration-statuses -> origin/gjcolombo/two-migration-statuses |
1120 | 2024-05-03T02:47:04.458Z | * [new branch] luqmana/libnet -> origin/luqmana/libnet |
1121 | 2024-05-03T02:47:04.458Z | * [new branch] master -> origin/master |
1122 | 2024-05-03T02:47:04.458Z | * [new branch] softnpu-table-counters -> origin/softnpu-table-counters |
1123 | 2024-05-03T02:47:04.458Z | * [new ref] -> origin/HEAD |
1124 | 2024-05-03T02:47:04.515Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
1125 | 2024-05-03T02:47:05.036Z | From https://github.com/oxidecomputer/dlpi-sys |
1126 | 2024-05-03T02:47:05.036Z | * [new branch] gh-pages -> origin/gh-pages |
1127 | 2024-05-03T02:47:05.039Z | * [new branch] main -> origin/main |
1128 | 2024-05-03T02:47:05.039Z | * [new ref] -> origin/HEAD |
1129 | 2024-05-03T02:47:05.076Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
1130 | 2024-05-03T02:47:05.540Z | From https://github.com/jmesmon/rust-libzfs |
1131 | 2024-05-03T02:47:05.540Z | * [new branch] dependabot/cargo/libc-0.2.140 -> origin/dependabot/cargo/libc-0.2.140 |
1132 | 2024-05-03T02:47:05.544Z | * [new branch] dependabot/cargo/os_pipe-1.1.3 -> origin/dependabot/cargo/os_pipe-1.1.3 |
1133 | 2024-05-03T02:47:05.545Z | * [new branch] dependabot/cargo/pkg-config-0.3.26 -> origin/dependabot/cargo/pkg-config-0.3.26 |
1134 | 2024-05-03T02:47:05.545Z | * [new branch] dependabot/cargo/rand-0.8.5 -> origin/dependabot/cargo/rand-0.8.5 |
1135 | 2024-05-03T02:47:05.545Z | * [new branch] dependabot/cargo/snafu-0.7.4 -> origin/dependabot/cargo/snafu-0.7.4 |
1136 | 2024-05-03T02:47:05.545Z | * [new branch] dependabot/cargo/tempfile-3.4.0 -> origin/dependabot/cargo/tempfile-3.4.0 |
1137 | 2024-05-03T02:47:05.545Z | * [new branch] dev -> origin/dev |
1138 | 2024-05-03T02:47:05.545Z | * [new branch] drr -> origin/drr |
1139 | 2024-05-03T02:47:05.545Z | * [new branch] f-types -> origin/f-types |
1140 | 2024-05-03T02:47:05.545Z | * [new branch] lookup-nvlist -> origin/lookup-nvlist |
1141 | 2024-05-03T02:47:05.545Z | * [new branch] master -> origin/master |
1142 | 2024-05-03T02:47:05.545Z | * [new branch] staging -> origin/staging |
1143 | 2024-05-03T02:47:05.545Z | * [new ref] -> origin/HEAD |
1144 | 2024-05-03T02:47:05.545Z | * [new tag] nvpair-0.5.0 -> nvpair-0.5.0 |
1145 | 2024-05-03T02:47:05.545Z | * [new tag] v0.4.0 -> v0.4.0 |
1146 | 2024-05-03T02:47:05.545Z | * [new tag] zfs-core-0.5.0 -> zfs-core-0.5.0 |
1147 | 2024-05-03T02:47:05.545Z | * [new tag] zfs-core-sys-0.5.0 -> zfs-core-sys-0.5.0 |
1148 | 2024-05-03T02:47:05.557Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
1149 | 2024-05-03T02:47:06.068Z | From https://github.com/oxidecomputer/rusty-doors |
1150 | 2024-05-03T02:47:06.068Z | * [new branch] gh-pages -> origin/gh-pages |
1151 | 2024-05-03T02:47:06.072Z | * [new branch] main -> origin/main |
1152 | 2024-05-03T02:47:06.072Z | * [new branch] no-bindgen -> origin/no-bindgen |
1153 | 2024-05-03T02:47:06.072Z | * [new ref] -> origin/HEAD |
1154 | 2024-05-03T02:47:06.091Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
1155 | 2024-05-03T02:47:06.897Z | From https://github.com/oxidecomputer/maghemite |
1156 | 2024-05-03T02:47:06.897Z | * [new branch] anycast -> origin/anycast |
1157 | 2024-05-03T02:47:06.902Z | * [new branch] ddm-track-session-duration -> origin/ddm-track-session-duration |
1158 | 2024-05-03T02:47:06.903Z | * [new branch] mac-build -> origin/mac-build |
1159 | 2024-05-03T02:47:06.903Z | * [new branch] main -> origin/main |
1160 | 2024-05-03T02:47:06.903Z | * [new branch] oxpop -> origin/oxpop |
1161 | 2024-05-03T02:47:06.903Z | * [new branch] renovate/hostname-0.x -> origin/renovate/hostname-0.x |
1162 | 2024-05-03T02:47:06.903Z | * [new branch] renovate/http-1.x -> origin/renovate/http-1.x |
1163 | 2024-05-03T02:47:06.903Z | * [new branch] renovate/hyper-1.x -> origin/renovate/hyper-1.x |
1164 | 2024-05-03T02:47:06.903Z | * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance |
1165 | 2024-05-03T02:47:06.903Z | * [new branch] renovate/reqwest-0.x -> origin/renovate/reqwest-0.x |
1166 | 2024-05-03T02:47:06.903Z | * [new branch] renovate/rust-1.x -> origin/renovate/rust-1.x |
1167 | 2024-05-03T02:47:06.903Z | * [new branch] renovate/schemars-0.x-lockfile -> origin/renovate/schemars-0.x-lockfile |
1168 | 2024-05-03T02:47:06.903Z | * [new branch] renovate/serde-monorepo -> origin/renovate/serde-monorepo |
1169 | 2024-05-03T02:47:06.903Z | * [new branch] renovate/socket2-0.x-lockfile -> origin/renovate/socket2-0.x-lockfile |
1170 | 2024-05-03T02:47:06.903Z | * [new ref] -> origin/HEAD |
1171 | 2024-05-03T02:47:06.903Z | * [new tag] rift -> rift |
1172 | 2024-05-03T02:47:06.903Z | * [new tag] srp -> srp |
1173 | 2024-05-03T02:47:06.903Z | * [new tag] tie-spf -> tie-spf |
1174 | 2024-05-03T02:47:06.940Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
1175 | 2024-05-03T02:47:07.169Z | warning: redirecting to https://github.com/oxidecomputer/serde_human_bytes/ |
1176 | 2024-05-03T02:47:07.732Z | From http://github.com/oxidecomputer/serde_human_bytes |
1177 | 2024-05-03T02:47:07.732Z | * [new branch] gh-pages -> origin/gh-pages |
1178 | 2024-05-03T02:47:07.735Z | * [new branch] main -> origin/main |
1179 | 2024-05-03T02:47:07.735Z | * [new branch] renovate/configure -> origin/renovate/configure |
1180 | 2024-05-03T02:47:07.735Z | * [new ref] -> origin/HEAD |
1181 | 2024-05-03T02:47:07.743Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
1182 | 2024-05-03T02:47:08.150Z | From https://github.com/oxidecomputer/slog-error-chain |
1183 | 2024-05-03T02:47:08.150Z | * [new branch] main -> origin/main |
1184 | 2024-05-03T02:47:08.153Z | * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest |
1185 | 2024-05-03T02:47:08.153Z | * [new branch] renovate/erased-serde-0.x -> origin/renovate/erased-serde-0.x |
1186 | 2024-05-03T02:47:08.153Z | * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance |
1187 | 2024-05-03T02:47:08.153Z | * [new branch] renovate/proc-macro2-1.x-lockfile -> origin/renovate/proc-macro2-1.x-lockfile |
1188 | 2024-05-03T02:47:08.153Z | * [new branch] renovate/quote-1.x-lockfile -> origin/renovate/quote-1.x-lockfile |
1189 | 2024-05-03T02:47:08.154Z | * [new branch] renovate/syn-2.x-lockfile -> origin/renovate/syn-2.x-lockfile |
1190 | 2024-05-03T02:47:08.154Z | * [new ref] -> origin/HEAD |
1191 | 2024-05-03T02:47:08.181Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
1192 | 2024-05-03T02:47:08.568Z | From https://github.com/oxidecomputer/poptrie |
1193 | 2024-05-03T02:47:08.568Z | * [new branch] main -> origin/main |
1194 | 2024-05-03T02:47:08.571Z | * [new branch] multipath -> origin/multipath |
1195 | 2024-05-03T02:47:08.571Z | * [new ref] -> origin/HEAD |
1196 | 2024-05-03T02:47:08.582Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
1197 | 2024-05-03T02:47:08.991Z | From https://github.com/illumos/libscf-sys |
1198 | 2024-05-03T02:47:08.991Z | * [new branch] main -> origin/main |
1199 | 2024-05-03T02:47:08.994Z | * [new ref] -> origin/HEAD |
1200 | 2024-05-03T02:47:09.173Z | Updating git repository `https://github.com/oxidecomputer/typify` |
1201 | 2024-05-03T02:47:10.899Z | From https://github.com/oxidecomputer/typify |
1202 | 2024-05-03T02:47:10.899Z | * [new branch] ipv6 -> origin/ipv6 |
1203 | 2024-05-03T02:47:10.908Z | * [new branch] js-schema -> origin/js-schema |
1204 | 2024-05-03T02:47:10.908Z | * [new branch] main -> origin/main |
1205 | 2024-05-03T02:47:10.909Z | * [new branch] nested-newtype -> origin/nested-newtype |
1206 | 2024-05-03T02:47:10.909Z | * [new branch] sunshowers/spr/add-type-name-to-invalidschema-error -> origin/sunshowers/spr/add-type-name-to-invalidschema-error |
1207 | 2024-05-03T02:47:10.909Z | * [new branch] sunshowers/spr/add-type-name-to-invalidschema-error-1 -> origin/sunshowers/spr/add-type-name-to-invalidschema-error-1 |
1208 | 2024-05-03T02:47:10.909Z | * [new ref] -> origin/HEAD |
1209 | 2024-05-03T02:47:10.909Z | * [new tag] v0.0.10 -> v0.0.10 |
1210 | 2024-05-03T02:47:10.909Z | * [new tag] v0.0.11 -> v0.0.11 |
1211 | 2024-05-03T02:47:10.909Z | * [new tag] v0.0.12 -> v0.0.12 |
1212 | 2024-05-03T02:47:10.910Z | * [new tag] v0.0.13 -> v0.0.13 |
1213 | 2024-05-03T02:47:10.910Z | * [new tag] v0.0.14 -> v0.0.14 |
1214 | 2024-05-03T02:47:10.910Z | * [new tag] v0.0.15 -> v0.0.15 |
1215 | 2024-05-03T02:47:10.910Z | * [new tag] v0.0.16 -> v0.0.16 |
1216 | 2024-05-03T02:47:10.910Z | * [new tag] v0.0.4 -> v0.0.4 |
1217 | 2024-05-03T02:47:10.910Z | * [new tag] v0.0.5 -> v0.0.5 |
1218 | 2024-05-03T02:47:10.911Z | * [new tag] v0.0.6 -> v0.0.6 |
1219 | 2024-05-03T02:47:10.911Z | * [new tag] v0.0.7 -> v0.0.7 |
1220 | 2024-05-03T02:47:10.911Z | * [new tag] v0.0.8 -> v0.0.8 |
1221 | 2024-05-03T02:47:10.911Z | * [new tag] v0.0.9 -> v0.0.9 |
1222 | 2024-05-03T02:47:10.969Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
1223 | 2024-05-03T02:47:11.452Z | From https://github.com/oxidecomputer/rfb |
1224 | 2024-05-03T02:47:11.453Z | * [new branch] jhendricks/ps2mouse -> origin/jhendricks/ps2mouse |
1225 | 2024-05-03T02:47:11.456Z | * [new branch] luqmana/stop-for-real -> origin/luqmana/stop-for-real |
1226 | 2024-05-03T02:47:11.457Z | * [new branch] main -> origin/main |
1227 | 2024-05-03T02:47:11.457Z | * [new branch] pixfmts -> origin/pixfmts |
1228 | 2024-05-03T02:47:11.457Z | * [new ref] -> origin/HEAD |
1229 | 2024-05-03T02:47:11.504Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
1230 | 2024-05-03T02:47:12.135Z | From https://github.com/oxidecomputer/management-gateway-service |
1231 | 2024-05-03T02:47:12.135Z | * [new branch] af-temp-hash -> origin/af-temp-hash |
1232 | 2024-05-03T02:47:12.139Z | * [new branch] buildomat -> origin/buildomat |
1233 | 2024-05-03T02:47:12.139Z | * [new branch] bump-smoltcp -> origin/bump-smoltcp |
1234 | 2024-05-03T02:47:12.139Z | * [new branch] cached-bootloader-update -> origin/cached-bootloader-update |
1235 | 2024-05-03T02:47:12.139Z | * [new branch] dependabot/cargo/zerocopy-0.7.32 -> origin/dependabot/cargo/zerocopy-0.7.32 |
1236 | 2024-05-03T02:47:12.139Z | * [new branch] image-board-check -> origin/image-board-check |
1237 | 2024-05-03T02:47:12.139Z | * [new branch] include-power-state-in-sp-state -> origin/include-power-state-in-sp-state |
1238 | 2024-05-03T02:47:12.139Z | * [new branch] lock_state -> origin/lock_state |
1239 | 2024-05-03T02:47:12.139Z | * [new branch] main -> origin/main |
1240 | 2024-05-03T02:47:12.139Z | * [new branch] more-expect-cleanup -> origin/more-expect-cleanup |
1241 | 2024-05-03T02:47:12.139Z | * [new branch] plumb-switch-default-image -> origin/plumb-switch-default-image |
1242 | 2024-05-03T02:47:12.139Z | * [new branch] read-rot-message -> origin/read-rot-message |
1243 | 2024-05-03T02:47:12.139Z | * [new branch] reexport-sp-component -> origin/reexport-sp-component |
1244 | 2024-05-03T02:47:12.139Z | * [new branch] remove-dumper-error -> origin/remove-dumper-error |
1245 | 2024-05-03T02:47:12.140Z | * [new branch] reset-component -> origin/reset-component |
1246 | 2024-05-03T02:47:12.140Z | * [new branch] revert-70-reset-component -> origin/revert-70-reset-component |
1247 | 2024-05-03T02:47:12.140Z | * [new branch] rhai -> origin/rhai |
1248 | 2024-05-03T02:47:12.140Z | * [new branch] rot-boot-info -> origin/rot-boot-info |
1249 | 2024-05-03T02:47:12.140Z | * [new branch] rot-update -> origin/rot-update |
1250 | 2024-05-03T02:47:12.140Z | * [new branch] rot-update-2 -> origin/rot-update-2 |
1251 | 2024-05-03T02:47:12.140Z | * [new branch] rot-update-on-rot-status -> origin/rot-update-on-rot-status |
1252 | 2024-05-03T02:47:12.140Z | * [new branch] scope-id-shenanigans -> origin/scope-id-shenanigans |
1253 | 2024-05-03T02:47:12.140Z | * [new branch] sprot-attest -> origin/sprot-attest |
1254 | 2024-05-03T02:47:12.140Z | * [new branch] sprot-desync-error -> origin/sprot-desync-error |
1255 | 2024-05-03T02:47:12.140Z | * [new branch] sprot-errors -> origin/sprot-errors |
1256 | 2024-05-03T02:47:12.140Z | * [new branch] stage0-update-component -> origin/stage0-update-component |
1257 | 2024-05-03T02:47:12.140Z | * [new branch] update-rot-state-msg -> origin/update-rot-state-msg |
1258 | 2024-05-03T02:47:12.140Z | * [new branch] update-stage0 -> origin/update-stage0 |
1259 | 2024-05-03T02:47:12.140Z | * [new ref] -> origin/HEAD |
1260 | 2024-05-03T02:47:12.450Z | Downloading crates ... |
1261 | 2024-05-03T02:47:12.562Z | Downloaded allocator-api2 v0.2.16 |
1262 | 2024-05-03T02:47:12.571Z | Downloaded anstyle v1.0.6 |
1263 | 2024-05-03T02:47:12.577Z | Downloaded autocfg v1.1.0 |
1264 | 2024-05-03T02:47:12.577Z | Downloaded anstyle-query v1.0.2 |
1265 | 2024-05-03T02:47:12.599Z | Downloaded anstyle-parse v0.2.3 |
1266 | 2024-05-03T02:47:12.599Z | Downloaded anyhow v1.0.82 |
1267 | 2024-05-03T02:47:12.605Z | Downloaded bitstruct_derive v0.1.0 |
1268 | 2024-05-03T02:47:12.605Z | Downloaded arrayvec v0.7.4 |
1269 | 2024-05-03T02:47:12.605Z | Downloaded base64 v0.22.0 |
1270 | 2024-05-03T02:47:12.605Z | Downloaded tabwriter v1.4.0 |
1271 | 2024-05-03T02:47:12.605Z | Downloaded ciborium-ll v0.2.2 |
1272 | 2024-05-03T02:47:12.605Z | Downloaded blake2 v0.10.6 |
1273 | 2024-05-03T02:47:12.605Z | Downloaded backoff v0.4.0 |
1274 | 2024-05-03T02:47:12.605Z | Downloaded ciborium v0.2.2 |
1275 | 2024-05-03T02:47:12.605Z | Downloaded anstream v0.6.13 |
1276 | 2024-05-03T02:47:12.605Z | Downloaded async-trait v0.1.79 |
1277 | 2024-05-03T02:47:12.610Z | Downloaded memmap v0.7.0 |
1278 | 2024-05-03T02:47:12.610Z | Downloaded colorchoice v1.0.0 |
1279 | 2024-05-03T02:47:12.618Z | Downloaded cc v1.0.90 |
1280 | 2024-05-03T02:47:12.618Z | Downloaded data-encoding v2.5.0 |
1281 | 2024-05-03T02:47:12.618Z | Downloaded async-stream v0.3.5 |
1282 | 2024-05-03T02:47:12.630Z | Downloaded ascii v1.1.0 |
1283 | 2024-05-03T02:47:12.630Z | Downloaded cobs v0.2.3 |
1284 | 2024-05-03T02:47:12.630Z | Downloaded take_mut v0.2.2 |
1285 | 2024-05-03T02:47:12.631Z | Downloaded atty v0.2.14 |
1286 | 2024-05-03T02:47:12.631Z | Downloaded argon2 v0.5.3 |
1287 | 2024-05-03T02:47:12.631Z | Downloaded blake3 v1.5.1 |
1288 | 2024-05-03T02:47:12.658Z | Downloaded time-core v0.1.2 |
1289 | 2024-05-03T02:47:12.663Z | Downloaded syn v1.0.109 |
1290 | 2024-05-03T02:47:12.663Z | Downloaded time v0.3.34 |
1291 | 2024-05-03T02:47:12.663Z | Downloaded unicode-width v0.1.11 |
1292 | 2024-05-03T02:47:12.663Z | Downloaded term v0.7.0 |
1293 | 2024-05-03T02:47:12.663Z | Downloaded getopts v0.2.21 |
1294 | 2024-05-03T02:47:12.663Z | Downloaded usdt-attr-macro v0.5.0 |
1295 | 2024-05-03T02:47:12.664Z | Downloaded termcolor v1.4.1 |
1296 | 2024-05-03T02:47:12.667Z | Downloaded dtrace-parser v0.2.0 |
1297 | 2024-05-03T02:47:12.667Z | Downloaded constant_time_eq v0.3.0 |
1298 | 2024-05-03T02:47:12.667Z | Downloaded managed v0.8.0 |
1299 | 2024-05-03T02:47:12.667Z | Downloaded waitgroup v0.1.2 |
1300 | 2024-05-03T02:47:12.670Z | Downloaded hubpack_derive v0.1.1 |
1301 | 2024-05-03T02:47:12.670Z | Downloaded defmt-parser v0.3.4 |
1302 | 2024-05-03T02:47:12.670Z | Downloaded dyn-clone v1.0.17 |
1303 | 2024-05-03T02:47:12.673Z | Downloaded matches v0.1.10 |
1304 | 2024-05-03T02:47:12.673Z | Downloaded linked-hash-map v0.5.6 |
1305 | 2024-05-03T02:47:12.676Z | Downloaded heck v0.4.1 |
1306 | 2024-05-03T02:47:12.676Z | Downloaded hostname v0.3.1 |
1307 | 2024-05-03T02:47:12.679Z | Downloaded hex v0.4.3 |
1308 | 2024-05-03T02:47:12.682Z | Downloaded yansi v0.5.1 |
1309 | 2024-05-03T02:47:12.683Z | Downloaded syn v2.0.55 |
1310 | 2024-05-03T02:47:12.692Z | Downloaded num-conv v0.1.0 |
1311 | 2024-05-03T02:47:12.695Z | Downloaded pretty-hex v0.4.1 |
1312 | 2024-05-03T02:47:12.695Z | Downloaded omicron-workspace-hack v0.1.0 |
1313 | 2024-05-03T02:47:12.696Z | Downloaded dirs-next v2.0.0 |
1314 | 2024-05-03T02:47:12.699Z | Downloaded newtype_derive v0.1.6 |
1315 | 2024-05-03T02:47:12.699Z | Downloaded heck v0.3.3 |
1316 | 2024-05-03T02:47:12.702Z | Downloaded getrandom v0.2.12 |
1317 | 2024-05-03T02:47:12.705Z | Downloaded pretty-hex v0.2.1 |
1318 | 2024-05-03T02:47:12.705Z | Downloaded num_threads v0.1.7 |
1319 | 2024-05-03T02:47:12.705Z | Downloaded zone_cfg_derive v0.1.2 |
1320 | 2024-05-03T02:47:12.709Z | Downloaded utf-8 v0.7.6 |
1321 | 2024-05-03T02:47:12.709Z | Downloaded macaddr v1.0.1 |
1322 | 2024-05-03T02:47:12.715Z | Downloaded num v0.4.1 |
1323 | 2024-05-03T02:47:12.715Z | Downloaded usdt v0.5.0 |
1324 | 2024-05-03T02:47:12.715Z | Downloaded untrusted v0.7.1 |
1325 | 2024-05-03T02:47:12.715Z | Downloaded ipnetwork v0.20.0 |
1326 | 2024-05-03T02:47:12.718Z | Downloaded parse-display v0.9.0 |
1327 | 2024-05-03T02:47:12.718Z | Downloaded strum v0.26.2 |
1328 | 2024-05-03T02:47:12.718Z | Downloaded portpicker v0.1.1 |
1329 | 2024-05-03T02:47:12.718Z | Downloaded newtype-uuid v1.0.1 |
1330 | 2024-05-03T02:47:12.718Z | Downloaded lru-cache v0.1.2 |
1331 | 2024-05-03T02:47:12.722Z | Downloaded itoa v1.0.10 |
1332 | 2024-05-03T02:47:12.722Z | Downloaded sha1 v0.10.6 |
1333 | 2024-05-03T02:47:12.725Z | Downloaded uuid v0.8.2 |
1334 | 2024-05-03T02:47:12.728Z | Downloaded topological-sort v0.2.2 |
1335 | 2024-05-03T02:47:12.728Z | Downloaded semver v0.1.20 |
1336 | 2024-05-03T02:47:12.728Z | Downloaded structmeta-derive v0.3.0 |
1337 | 2024-05-03T02:47:12.731Z | Downloaded multer v3.0.0 |
1338 | 2024-05-03T02:47:12.731Z | Downloaded tokio-tungstenite v0.20.1 |
1339 | 2024-05-03T02:47:12.734Z | Downloaded lock_api v0.4.11 |
1340 | 2024-05-03T02:47:12.737Z | Downloaded slog-stdlog v4.1.1 |
1341 | 2024-05-03T02:47:12.737Z | Downloaded slog-json v2.6.1 |
1342 | 2024-05-03T02:47:12.740Z | Downloaded slog-envlogger v2.2.0 |
1343 | 2024-05-03T02:47:12.740Z | Downloaded slog-dtrace v0.3.0 |
1344 | 2024-05-03T02:47:12.744Z | Downloaded signal-hook-registry v1.4.1 |
1345 | 2024-05-03T02:47:12.744Z | Downloaded proc-macro-crate v1.3.1 |
1346 | 2024-05-03T02:47:12.744Z | Downloaded powerfmt v0.2.0 |
1347 | 2024-05-03T02:47:12.747Z | Downloaded pest_generator v2.7.8 |
1348 | 2024-05-03T02:47:12.747Z | Downloaded num-iter v0.1.44 |
1349 | 2024-05-03T02:47:12.747Z | Downloaded erased-serde v0.3.31 |
1350 | 2024-05-03T02:47:12.750Z | Downloaded quick-error v1.2.3 |
1351 | 2024-05-03T02:47:12.753Z | Downloaded tracing-attributes v0.1.27 |
1352 | 2024-05-03T02:47:12.754Z | Downloaded rustls-pemfile v2.1.1 |
1353 | 2024-05-03T02:47:12.757Z | Downloaded scroll v0.12.0 |
1354 | 2024-05-03T02:47:12.760Z | Downloaded num_enum_derive v0.7.2 |
1355 | 2024-05-03T02:47:12.760Z | Downloaded num_enum v0.5.11 |
1356 | 2024-05-03T02:47:12.763Z | Downloaded serde_tokenstream v0.2.0 |
1357 | 2024-05-03T02:47:12.766Z | Downloaded resolv-conf v0.7.0 |
1358 | 2024-05-03T02:47:12.770Z | Downloaded num_enum v0.7.2 |
1359 | 2024-05-03T02:47:12.775Z | Downloaded rustversion v1.0.14 |
1360 | 2024-05-03T02:47:12.778Z | Downloaded stable_deref_trait v1.2.0 |
1361 | 2024-05-03T02:47:12.778Z | Downloaded time-macros v0.2.17 |
1362 | 2024-05-03T02:47:12.784Z | Downloaded spin v0.5.2 |
1363 | 2024-05-03T02:47:12.784Z | Downloaded serde_arrays v0.1.0 |
1364 | 2024-05-03T02:47:12.789Z | Downloaded serde_repr v0.1.19 |
1365 | 2024-05-03T02:47:12.790Z | Downloaded scopeguard v1.2.0 |
1366 | 2024-05-03T02:47:12.790Z | Downloaded password-hash v0.5.0 |
1367 | 2024-05-03T02:47:12.790Z | Downloaded parking_lot_core v0.8.6 |
1368 | 2024-05-03T02:47:12.800Z | Downloaded serde_with_macros v3.7.0 |
1369 | 2024-05-03T02:47:12.800Z | Downloaded pest_derive v2.7.8 |
1370 | 2024-05-03T02:47:12.806Z | Downloaded quote v1.0.35 |
1371 | 2024-05-03T02:47:12.806Z | Downloaded proc-macro-error v1.0.4 |
1372 | 2024-05-03T02:47:12.807Z | Downloaded ron v0.7.1 |
1373 | 2024-05-03T02:47:12.810Z | Downloaded socket2 v0.4.10 |
1374 | 2024-05-03T02:47:12.810Z | Downloaded slog v2.7.0 |
1375 | 2024-05-03T02:47:12.810Z | Downloaded schemars v0.8.16 |
1376 | 2024-05-03T02:47:12.821Z | Downloaded serde_derive_internals v0.26.0 |
1377 | 2024-05-03T02:47:12.824Z | Downloaded serde_yaml v0.9.34+deprecated |
1378 | 2024-05-03T02:47:12.827Z | Downloaded proc-macro2 v1.0.79 |
1379 | 2024-05-03T02:47:12.830Z | Downloaded http v1.1.0 |
1380 | 2024-05-03T02:47:12.833Z | Downloaded rustls-pki-types v1.4.0 |
1381 | 2024-05-03T02:47:12.836Z | Downloaded socket2 v0.5.6 |
1382 | 2024-05-03T02:47:12.839Z | Downloaded serde_derive v1.0.199 |
1383 | 2024-05-03T02:47:12.839Z | Downloaded rayon-core v1.12.1 |
1384 | 2024-05-03T02:47:12.843Z | Downloaded libm v0.2.8 |
1385 | 2024-05-03T02:47:12.851Z | Downloaded pretty_assertions v1.4.0 |
1386 | 2024-05-03T02:47:12.854Z | Downloaded toml_edit v0.22.9 |
1387 | 2024-05-03T02:47:12.875Z | Downloaded serde v1.0.199 |
1388 | 2024-05-03T02:47:12.878Z | Downloaded hashbrown v0.14.3 |
1389 | 2024-05-03T02:47:12.883Z | Downloaded serde_with v3.7.0 |
1390 | 2024-05-03T02:47:12.891Z | Downloaded goblin v0.8.0 |
1391 | 2024-05-03T02:47:12.897Z | Downloaded winnow v0.5.40 |
1392 | 2024-05-03T02:47:12.906Z | Downloaded pest v2.7.8 |
1393 | 2024-05-03T02:47:12.911Z | Downloaded toml_edit v0.19.15 |
1394 | 2024-05-03T02:47:12.932Z | Downloaded winnow v0.6.5 |
1395 | 2024-05-03T02:47:12.941Z | Downloaded rustls v0.21.10 |
1396 | 2024-05-03T02:47:12.952Z | Downloaded smoltcp v0.11.0 |
1397 | 2024-05-03T02:47:12.964Z | Downloaded rustls-webpki v0.102.2 |
1398 | 2024-05-03T02:47:12.983Z | Downloaded regress v0.6.0 |
1399 | 2024-05-03T02:47:12.990Z | Downloaded sled v0.34.7 |
1400 | 2024-05-03T02:47:13.000Z | Downloaded rustix v0.38.32 |
1401 | 2024-05-03T02:47:13.022Z | Downloaded rustls v0.22.2 |
1402 | 2024-05-03T02:47:13.038Z | Downloaded regex-syntax v0.8.2 |
1403 | 2024-05-03T02:47:13.042Z | Downloaded openapiv3 v2.0.0 |
1404 | 2024-05-03T02:47:13.054Z | Downloaded zerocopy-derive v0.6.6 |
1405 | 2024-05-03T02:47:13.471Z | Downloaded encoding_rs v0.8.33 |
1406 | 2024-05-03T02:47:13.475Z | Downloaded regress v0.9.0 |
1407 | 2024-05-03T02:47:13.475Z | Downloaded trust-dns-proto v0.22.0 |
1408 | 2024-05-03T02:47:13.475Z | Downloaded libc v0.2.153 |
1409 | 2024-05-03T02:47:13.475Z | Downloaded rayon v1.10.0 |
1410 | 2024-05-03T02:47:13.475Z | Downloaded idna v0.2.3 |
1411 | 2024-05-03T02:47:13.475Z | Downloaded itertools v0.10.5 |
1412 | 2024-05-03T02:47:13.475Z | Downloaded h2 v0.3.25 |
1413 | 2024-05-03T02:47:13.475Z | Downloaded postcard v1.0.8 |
1414 | 2024-05-03T02:47:13.476Z | Downloaded hashbrown v0.12.3 |
1415 | 2024-05-03T02:47:13.476Z | Downloaded steno v0.4.0 |
1416 | 2024-05-03T02:47:13.476Z | Downloaded hashbrown v0.13.2 |
1417 | 2024-05-03T02:47:13.476Z | Downloaded unicode-segmentation v1.11.0 |
1418 | 2024-05-03T02:47:13.476Z | Downloaded trust-dns-resolver v0.22.0 |
1419 | 2024-05-03T02:47:13.476Z | Downloaded pest_meta v2.7.8 |
1420 | 2024-05-03T02:47:13.476Z | Downloaded parking_lot v0.12.1 |
1421 | 2024-05-03T02:47:13.476Z | Downloaded openssl-sys v0.9.101 |
1422 | 2024-05-03T02:47:13.476Z | Downloaded omicron-zone-package v0.11.0 |
1423 | 2024-05-03T02:47:13.476Z | Downloaded ucd-trie v0.1.6 |
1424 | 2024-05-03T02:47:13.476Z | Downloaded tungstenite v0.21.0 |
1425 | 2024-05-03T02:47:13.476Z | Downloaded tokio-rustls v0.25.0 |
1426 | 2024-05-03T02:47:13.476Z | Downloaded flate2 v1.0.28 |
1427 | 2024-05-03T02:47:13.476Z | Downloaded unsafe-libyaml v0.2.11 |
1428 | 2024-05-03T02:47:13.476Z | Downloaded tungstenite v0.20.1 |
1429 | 2024-05-03T02:47:13.476Z | Downloaded memchr v2.7.1 |
1430 | 2024-05-03T02:47:13.476Z | Downloaded heapless v0.8.0 |
1431 | 2024-05-03T02:47:13.476Z | Downloaded pin-project-lite v0.2.13 |
1432 | 2024-05-03T02:47:13.476Z | Downloaded parking_lot_core v0.9.9 |
1433 | 2024-05-03T02:47:13.476Z | Downloaded parking_lot v0.11.2 |
1434 | 2024-05-03T02:47:13.476Z | Downloaded num-rational v0.4.1 |
1435 | 2024-05-03T02:47:13.476Z | Downloaded num-integer v0.1.46 |
1436 | 2024-05-03T02:47:13.476Z | Downloaded num-derive v0.3.3 |
1437 | 2024-05-03T02:47:13.477Z | Downloaded zone v0.1.8 |
1438 | 2024-05-03T02:47:13.477Z | Downloaded smf v0.2.3 |
1439 | 2024-05-03T02:47:13.477Z | Downloaded slog-term v2.9.1 |
1440 | 2024-05-03T02:47:13.477Z | Downloaded toml v0.7.8 |
1441 | 2024-05-03T02:47:13.477Z | Downloaded indexmap v1.9.3 |
1442 | 2024-05-03T02:47:13.477Z | Downloaded parse-display-derive v0.9.0 |
1443 | 2024-05-03T02:47:13.477Z | Downloaded zerocopy v0.6.6 |
1444 | 2024-05-03T02:47:13.477Z | Downloaded walkdir v2.5.0 |
1445 | 2024-05-03T02:47:13.477Z | Downloaded half v2.4.0 |
1446 | 2024-05-03T02:47:13.477Z | Downloaded diff v0.1.13 |
1447 | 2024-05-03T02:47:13.477Z | Downloaded memmap2 v0.9.4 |
1448 | 2024-05-03T02:47:13.477Z | Downloaded usdt-impl v0.5.0 |
1449 | 2024-05-03T02:47:13.477Z | Downloaded schemars_derive v0.8.16 |
1450 | 2024-05-03T02:47:13.477Z | Downloaded same-file v1.0.6 |
1451 | 2024-05-03T02:47:13.477Z | Downloaded num-complex v0.4.5 |
1452 | 2024-05-03T02:47:13.477Z | Downloaded zerocopy-derive v0.7.32 |
1453 | 2024-05-03T02:47:13.477Z | Downloaded tokio-tungstenite v0.21.0 |
1454 | 2024-05-03T02:47:13.477Z | Downloaded darling_core v0.20.8 |
1455 | 2024-05-03T02:47:13.477Z | Downloaded env_logger v0.9.3 |
1456 | 2024-05-03T02:47:13.477Z | Downloaded slog-scope v4.4.0 |
1457 | 2024-05-03T02:47:13.477Z | Downloaded rustc_version v0.1.7 |
1458 | 2024-05-03T02:47:13.477Z | Downloaded proc-macro-error-attr v1.0.4 |
1459 | 2024-05-03T02:47:13.477Z | Downloaded plain v0.2.3 |
1460 | 2024-05-03T02:47:13.478Z | Downloaded paste v1.0.14 |
1461 | 2024-05-03T02:47:13.478Z | Downloaded num_enum_derive v0.5.11 |
1462 | 2024-05-03T02:47:13.478Z | Downloaded structmeta v0.3.0 |
1463 | 2024-05-03T02:47:13.478Z | Downloaded strsim v0.11.0 |
1464 | 2024-05-03T02:47:13.478Z | Downloaded strsim v0.10.0 |
1465 | 2024-05-03T02:47:13.478Z | Downloaded slog-bunyan v2.5.0 |
1466 | 2024-05-03T02:47:13.478Z | Downloaded slog-async v2.8.0 |
1467 | 2024-05-03T02:47:13.478Z | Downloaded scroll_derive v0.12.0 |
1468 | 2024-05-03T02:47:13.478Z | Downloaded hubpack v0.1.2 |
1469 | 2024-05-03T02:47:13.478Z | Downloaded embedded-io v0.4.0 |
1470 | 2024-05-03T02:47:13.478Z | Downloaded crossbeam-utils v0.8.19 |
1471 | 2024-05-03T02:47:13.478Z | Downloaded enum-as-inner v0.5.1 |
1472 | 2024-05-03T02:47:13.478Z | Downloaded either v1.10.0 |
1473 | 2024-05-03T02:47:13.478Z | Downloaded defmt-macros v0.3.7 |
1474 | 2024-05-03T02:47:13.478Z | Downloaded usdt-macro v0.5.0 |
1475 | 2024-05-03T02:47:13.478Z | Downloaded foreign-types-macros v0.2.3 |
1476 | 2024-05-03T02:47:13.478Z | Downloaded fastrand v2.0.2 |
1477 | 2024-05-03T02:47:13.478Z | Downloaded darling v0.20.8 |
1478 | 2024-05-03T02:47:13.478Z | Downloaded deranged v0.3.11 |
1479 | 2024-05-03T02:47:13.478Z | Downloaded defmt v0.3.6 |
1480 | 2024-05-03T02:47:13.478Z | Downloaded instant v0.1.12 |
1481 | 2024-05-03T02:47:13.478Z | Downloaded hash32 v0.3.1 |
1482 | 2024-05-03T02:47:13.478Z | Downloaded foreign-types v0.5.0 |
1483 | 2024-05-03T02:47:13.478Z | Downloaded crossbeam-deque v0.8.5 |
1484 | 2024-05-03T02:47:13.479Z | Downloaded dof v0.3.0 |
1485 | 2024-05-03T02:47:13.479Z | Downloaded dirs-sys-next v0.1.2 |
1486 | 2024-05-03T02:47:13.479Z | Downloaded arrayref v0.3.7 |
1487 | 2024-05-03T02:47:13.479Z | Downloaded match_cfg v0.1.0 |
1488 | 2024-05-03T02:47:13.479Z | Downloaded ident_case v1.0.1 |
1489 | 2024-05-03T02:47:13.479Z | Downloaded foreign-types-shared v0.3.1 |
1490 | 2024-05-03T02:47:13.479Z | Downloaded crossbeam-epoch v0.9.18 |
1491 | 2024-05-03T02:47:13.479Z | Downloaded crc8 v0.1.1 |
1492 | 2024-05-03T02:47:13.479Z | Downloaded bitstruct v0.1.1 |
1493 | 2024-05-03T02:47:13.479Z | Downloaded thread_local v1.1.8 |
1494 | 2024-05-03T02:47:13.479Z | Downloaded thread-id v4.2.1 |
1495 | 2024-05-03T02:47:13.479Z | Downloaded darling_macro v0.20.8 |
1496 | 2024-05-03T02:47:13.479Z | Downloaded crossbeam-channel v0.5.12 |
1497 | 2024-05-03T02:47:13.479Z | Downloaded ring v0.16.20 |
1498 | 2024-05-03T02:47:13.479Z | Downloaded ciborium-io v0.2.2 |
1499 | 2024-05-03T02:47:13.479Z | Downloaded base64 v0.13.1 |
1500 | 2024-05-03T02:47:13.479Z | Downloaded strum_macros v0.26.2 |
1501 | 2024-05-03T02:47:13.479Z | Downloaded strum_macros v0.25.3 |
1502 | 2024-05-03T02:47:13.479Z | Downloaded fxhash v0.2.1 |
1503 | 2024-05-03T02:47:13.479Z | Downloaded cstr-argument v0.1.2 |
1504 | 2024-05-03T02:47:13.479Z | Downloaded colored v2.1.0 |
1505 | 2024-05-03T02:47:13.479Z | Downloaded bitflags v1.3.2 |
1506 | 2024-05-03T02:47:13.485Z | Downloaded arc-swap v1.7.1 |
1507 | 2024-05-03T02:47:13.485Z | Downloaded byteorder v1.5.0 |
1508 | 2024-05-03T02:47:13.485Z | Downloaded atomic-waker v1.1.2 |
1509 | 2024-05-03T02:47:13.485Z | Downloaded async-stream-impl v0.3.5 |
1510 | 2024-05-03T02:47:14.084Z | Compiling proc-macro2 v1.0.79 |
1511 | 2024-05-03T02:47:14.084Z | Compiling unicode-ident v1.0.12 |
1512 | 2024-05-03T02:47:14.089Z | Compiling cfg-if v1.0.0 |
1513 | 2024-05-03T02:47:14.089Z | Compiling libc v0.2.153 |
1514 | 2024-05-03T02:47:14.089Z | Compiling version_check v0.9.4 |
1515 | 2024-05-03T02:47:14.100Z | Compiling autocfg v1.1.0 |
1516 | 2024-05-03T02:47:14.104Z | Compiling serde v1.0.199 |
1517 | 2024-05-03T02:47:14.104Z | Compiling once_cell v1.19.0 |
1518 | 2024-05-03T02:47:14.168Z | Compiling byteorder v1.5.0 |
1519 | 2024-05-03T02:47:14.246Z | Compiling itoa v1.0.10 |
1520 | 2024-05-03T02:47:14.441Z | Compiling memchr v2.7.1 |
1521 | 2024-05-03T02:47:14.490Z | Compiling syn v1.0.109 |
1522 | 2024-05-03T02:47:14.560Z | Compiling ryu v1.0.17 |
1523 | 2024-05-03T02:47:14.631Z | Compiling allocator-api2 v0.2.16 |
1524 | 2024-05-03T02:47:14.642Z | Compiling ahash v0.8.11 |
1525 | 2024-05-03T02:47:14.743Z | Compiling serde_json v1.0.116 |
1526 | 2024-05-03T02:47:14.877Z | Compiling thiserror v1.0.59 |
1527 | 2024-05-03T02:47:15.041Z | Compiling equivalent v1.0.1 |
1528 | 2024-05-03T02:47:15.105Z | Compiling log v0.4.21 |
1529 | 2024-05-03T02:47:15.121Z | Compiling cc v1.0.90 |
1530 | 2024-05-03T02:47:15.369Z | Compiling quote v1.0.35 |
1531 | 2024-05-03T02:47:15.381Z | Compiling getrandom v0.2.12 |
1532 | 2024-05-03T02:47:15.530Z | Compiling pin-project-lite v0.2.13 |
1533 | 2024-05-03T02:47:15.617Z | Compiling lock_api v0.4.11 |
1534 | 2024-05-03T02:47:15.626Z | Compiling smallvec v1.13.2 |
1535 | 2024-05-03T02:47:15.634Z | Compiling scopeguard v1.2.0 |
1536 | 2024-05-03T02:47:15.739Z | Compiling syn v2.0.55 |
1537 | 2024-05-03T02:47:16.030Z | Compiling libm v0.2.8 |
1538 | 2024-05-03T02:47:16.107Z | Compiling num-traits v0.2.18 |
1539 | 2024-05-03T02:47:16.291Z | Compiling parking_lot_core v0.9.9 |
1540 | 2024-05-03T02:47:16.412Z | Compiling fnv v1.0.7 |
1541 | 2024-05-03T02:47:16.494Z | Compiling num_cpus v1.16.0 |
1542 | 2024-05-03T02:47:16.547Z | Compiling signal-hook-registry v1.4.1 |
1543 | 2024-05-03T02:47:16.593Z | Compiling mio v0.8.11 |
1544 | 2024-05-03T02:47:17.277Z | Compiling parking_lot v0.12.1 |
1545 | 2024-05-03T02:47:17.515Z | Compiling socket2 v0.5.6 |
1546 | 2024-05-03T02:47:17.751Z | Compiling futures-core v0.3.30 |
1547 | 2024-05-03T02:47:17.856Z | Compiling slab v0.4.9 |
1548 | 2024-05-03T02:47:17.934Z | Compiling futures-sink v0.3.30 |
1549 | 2024-05-03T02:47:17.981Z | Compiling dyn-clone v1.0.17 |
1550 | 2024-05-03T02:47:18.062Z | Compiling ring v0.17.8 |
1551 | 2024-05-03T02:47:18.190Z | Compiling heck v0.4.1 |
1552 | 2024-05-03T02:47:18.351Z | Compiling futures-channel v0.3.30 |
1553 | 2024-05-03T02:47:18.598Z | Compiling pin-utils v0.1.0 |
1554 | 2024-05-03T02:47:18.641Z | Compiling futures-io v0.3.30 |
1555 | 2024-05-03T02:47:18.678Z | Compiling futures-task v0.3.30 |
1556 | 2024-05-03T02:47:18.686Z | Compiling spin v0.9.8 |
1557 | 2024-05-03T02:47:18.763Z | Compiling tracing-core v0.1.32 |
1558 | 2024-05-03T02:47:18.909Z | Compiling untrusted v0.9.0 |
1559 | 2024-05-03T02:47:19.371Z | Compiling iana-time-zone v0.1.60 |
1560 | 2024-05-03T02:47:19.374Z | Compiling schemars v0.8.16 |
1561 | 2024-05-03T02:47:19.375Z | Compiling vcpkg v0.2.15 |
1562 | 2024-05-03T02:47:19.422Z | Compiling pkg-config v0.3.30 |
1563 | 2024-05-03T02:47:19.533Z | Compiling uuid v0.8.2 |
1564 | 2024-05-03T02:47:20.073Z | Compiling httparse v1.8.0 |
1565 | 2024-05-03T02:47:20.478Z | Compiling tinyvec_macros v0.1.1 |
1566 | 2024-05-03T02:47:20.550Z | Compiling slog v2.7.0 |
1567 | 2024-05-03T02:47:20.563Z | Compiling tinyvec v1.6.0 |
1568 | 2024-05-03T02:47:20.690Z | Compiling percent-encoding v2.3.1 |
1569 | 2024-05-03T02:47:20.822Z | Compiling openssl-sys v0.9.101 |
1570 | 2024-05-03T02:47:21.050Z | Compiling ucd-trie v0.1.6 |
1571 | 2024-05-03T02:47:21.059Z | Compiling uuid v1.8.0 |
1572 | 2024-05-03T02:47:21.550Z | Compiling serde_derive_internals v0.26.0 |
1573 | 2024-05-03T02:47:21.930Z | Compiling chrono v0.4.38 |
1574 | 2024-05-03T02:47:21.950Z | Compiling unicode-normalization v0.1.23 |
1575 | 2024-05-03T02:47:21.962Z | Compiling form_urlencoded v1.2.1 |
1576 | 2024-05-03T02:47:22.979Z | Compiling aho-corasick v1.1.3 |
1577 | 2024-05-03T02:47:22.988Z | Compiling regex-syntax v0.8.2 |
1578 | 2024-05-03T02:47:23.764Z | Compiling openssl v0.10.64 |
1579 | 2024-05-03T02:47:23.927Z | Compiling foreign-types-shared v0.1.1 |
1580 | 2024-05-03T02:47:24.013Z | Compiling try-lock v0.2.5 |
1581 | 2024-05-03T02:47:24.140Z | Compiling typenum v1.17.0 |
1582 | 2024-05-03T02:47:24.186Z | Compiling unicode-bidi v0.3.15 |
1583 | 2024-05-03T02:47:25.295Z | Compiling want v0.3.1 |
1584 | 2024-05-03T02:47:25.570Z | Compiling foreign-types v0.3.2 |
1585 | 2024-05-03T02:47:25.820Z | Compiling generic-array v0.14.7 |
1586 | 2024-05-03T02:47:25.971Z | Compiling tower-service v0.3.2 |
1587 | 2024-05-03T02:47:26.072Z | Compiling native-tls v0.2.11 |
1588 | 2024-05-03T02:47:26.152Z | Compiling bitflags v2.5.0 |
1589 | 2024-05-03T02:47:26.410Z | Compiling regex-automata v0.4.6 |
1590 | 2024-05-03T02:47:26.438Z | Compiling rustls v0.21.10 |
1591 | 2024-05-03T02:47:26.745Z | Compiling httpdate v1.0.3 |
1592 | 2024-05-03T02:47:26.754Z | Compiling schemars_derive v0.8.16 |
1593 | 2024-05-03T02:47:27.232Z | Compiling idna v0.5.0 |
1594 | 2024-05-03T02:47:27.555Z | Compiling serde_derive v1.0.199 |
1595 | 2024-05-03T02:47:28.506Z | Compiling zerocopy-derive v0.7.32 |
1596 | 2024-05-03T02:47:28.970Z | Compiling thiserror-impl v1.0.59 |
1597 | 2024-05-03T02:47:29.594Z | Compiling tokio-macros v2.2.0 |
1598 | 2024-05-03T02:47:29.905Z | Compiling futures-macro v0.3.30 |
1599 | 2024-05-03T02:47:31.412Z | Compiling tracing-attributes v0.1.27 |
1600 | 2024-05-03T02:47:31.412Z | Compiling zerocopy v0.7.32 |
1601 | 2024-05-03T02:47:31.412Z | Compiling openssl-macros v0.1.1 |
1602 | 2024-05-03T02:47:31.901Z | Compiling pest v2.7.8 |
1603 | 2024-05-03T02:47:31.925Z | Compiling futures-util v0.3.30 |
1604 | 2024-05-03T02:47:32.481Z | Compiling hashbrown v0.14.3 |
1605 | 2024-05-03T02:47:33.760Z | Compiling tracing v0.1.40 |
1606 | 2024-05-03T02:47:33.880Z | Compiling regress v0.9.0 |
1607 | 2024-05-03T02:47:34.148Z | Compiling pest_meta v2.7.8 |
1608 | 2024-05-03T02:47:34.643Z | Compiling regex v1.10.4 |
1609 | 2024-05-03T02:47:36.723Z | Compiling pest_generator v2.7.8 |
1610 | 2024-05-03T02:47:37.011Z | Compiling sct v0.7.1 |
1611 | 2024-05-03T02:47:37.318Z | Compiling rustls-webpki v0.101.7 |
1612 | 2024-05-03T02:47:38.108Z | Compiling rand_core v0.6.4 |
1613 | 2024-05-03T02:47:38.116Z | Compiling subtle v2.5.0 |
1614 | 2024-05-03T02:47:38.378Z | Compiling base64 v0.21.7 |
1615 | 2024-05-03T02:47:38.514Z | Compiling openssl-probe v0.1.5 |
1616 | 2024-05-03T02:47:38.569Z | Compiling pest_derive v2.7.8 |
1617 | 2024-05-03T02:47:39.498Z | Compiling url v2.5.0 |
1618 | 2024-05-03T02:47:39.521Z | Compiling encoding_rs v0.8.33 |
1619 | 2024-05-03T02:47:39.547Z | Compiling mime v0.3.17 |
1620 | 2024-05-03T02:47:40.226Z | Compiling ipnet v2.9.0 |
1621 | 2024-05-03T02:47:40.403Z | Compiling unicode-width v0.1.11 |
1622 | 2024-05-03T02:47:40.553Z | Compiling getopts v0.2.21 |
1623 | 2024-05-03T02:47:41.003Z | Compiling bytes v1.6.0 |
1624 | 2024-05-03T02:47:41.560Z | Compiling indexmap v2.2.6 |
1625 | 2024-05-03T02:47:41.696Z | Compiling serde_tokenstream v0.2.0 |
1626 | 2024-05-03T02:47:42.177Z | Compiling tokio v1.37.0 |
1627 | 2024-05-03T02:47:43.044Z | Compiling http v0.2.12 |
1628 | 2024-05-03T02:47:44.266Z | Compiling serde_urlencoded v0.7.1 |
1629 | 2024-05-03T02:47:44.572Z | Compiling http-body v0.4.6 |
1630 | 2024-05-03T02:47:44.758Z | Compiling dtrace-parser v0.2.0 |
1631 | 2024-05-03T02:47:44.997Z | Compiling scroll_derive v0.12.0 |
1632 | 2024-05-03T02:47:45.803Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#0d30d24c) |
1633 | 2024-05-03T02:47:46.236Z | Compiling thread-id v4.2.1 |
1634 | 2024-05-03T02:47:46.340Z | Compiling usdt-impl v0.5.0 |
1635 | 2024-05-03T02:47:46.727Z | Compiling crossbeam-utils v0.8.19 |
1636 | 2024-05-03T02:47:46.914Z | Compiling rustversion v1.0.14 |
1637 | 2024-05-03T02:47:46.953Z | Compiling omicron-workspace-hack v0.1.0 |
1638 | 2024-05-03T02:47:47.282Z | Compiling ppv-lite86 v0.2.17 |
1639 | 2024-05-03T02:47:47.824Z | Compiling scroll v0.12.0 |
1640 | 2024-05-03T02:47:47.985Z | Compiling rand_chacha v0.3.1 |
1641 | 2024-05-03T02:47:48.148Z | Compiling dof v0.3.0 |
1642 | 2024-05-03T02:47:48.899Z | Compiling openapiv3 v2.0.0 |
1643 | 2024-05-03T02:47:49.250Z | Compiling block-buffer v0.10.4 |
1644 | 2024-05-03T02:47:49.436Z | Compiling crypto-common v0.1.6 |
1645 | 2024-05-03T02:47:49.603Z | Compiling rustls-pemfile v1.0.4 |
1646 | 2024-05-03T02:47:49.621Z | Compiling ident_case v1.0.1 |
1647 | 2024-05-03T02:47:49.771Z | Compiling webpki-roots v0.25.4 |
1648 | 2024-05-03T02:47:50.309Z | Compiling anyhow v1.0.82 |
1649 | 2024-05-03T02:47:50.321Z | Compiling sync_wrapper v0.1.2 |
1650 | 2024-05-03T02:47:50.321Z | Compiling powerfmt v0.2.0 |
1651 | 2024-05-03T02:47:50.321Z | Compiling time-core v0.1.2 |
1652 | 2024-05-03T02:47:50.321Z | Compiling num-conv v0.1.0 |
1653 | 2024-05-03T02:47:50.423Z | Compiling tokio-util v0.7.10 |
1654 | 2024-05-03T02:47:50.435Z | Compiling tokio-rustls v0.24.1 |
1655 | 2024-05-03T02:47:50.495Z | Compiling tokio-native-tls v0.3.1 |
1656 | 2024-05-03T02:47:50.747Z | Compiling plain v0.2.3 |
1657 | 2024-05-03T02:47:51.248Z | Compiling unsafe-libyaml v0.2.11 |
1658 | 2024-05-03T02:47:51.265Z | Compiling strsim v0.10.0 |
1659 | 2024-05-03T02:47:51.489Z | Compiling h2 v0.3.25 |
1660 | 2024-05-03T02:47:51.898Z | Compiling async-trait v0.1.79 |
1661 | 2024-05-03T02:47:52.406Z | Compiling serde_yaml v0.9.34+deprecated |
1662 | 2024-05-03T02:47:52.592Z | Compiling darling_core v0.20.8 |
1663 | 2024-05-03T02:47:53.095Z | Compiling goblin v0.8.0 |
1664 | 2024-05-03T02:47:53.521Z | Compiling time-macros v0.2.17 |
1665 | 2024-05-03T02:47:56.000Z | Compiling hyper v0.14.28 |
1666 | 2024-05-03T02:47:56.698Z | Compiling deranged v0.3.11 |
1667 | 2024-05-03T02:47:58.549Z | Compiling digest v0.10.7 |
1668 | 2024-05-03T02:47:58.935Z | Compiling rand v0.8.5 |
1669 | 2024-05-03T02:48:00.921Z | Compiling hyper-rustls v0.24.2 |
1670 | 2024-05-03T02:48:00.986Z | Compiling hyper-tls v0.5.0 |
1671 | 2024-05-03T02:48:00.993Z | Compiling num_threads v0.1.7 |
1672 | 2024-05-03T02:48:01.103Z | Compiling rustls-pki-types v1.4.0 |
1673 | 2024-05-03T02:48:01.257Z | Compiling reqwest v0.11.27 |
1674 | 2024-05-03T02:48:01.330Z | Compiling match_cfg v0.1.0 |
1675 | 2024-05-03T02:48:01.407Z | Compiling pretty-hex v0.4.1 |
1676 | 2024-05-03T02:48:01.426Z | Compiling hostname v0.3.1 |
1677 | 2024-05-03T02:48:01.683Z | Compiling time v0.3.34 |
1678 | 2024-05-03T02:48:02.051Z | Compiling darling_macro v0.20.8 |
1679 | 2024-05-03T02:48:04.137Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361) |
1680 | 2024-05-03T02:48:04.588Z | Compiling dirs-sys-next v0.1.2 |
1681 | 2024-05-03T02:48:04.634Z | Compiling instant v0.1.12 |
1682 | 2024-05-03T02:48:04.766Z | Compiling rustls v0.22.2 |
1683 | 2024-05-03T02:48:04.803Z | Compiling cpufeatures v0.2.12 |
1684 | 2024-05-03T02:48:04.885Z | Compiling dirs-next v2.0.0 |
1685 | 2024-05-03T02:48:05.054Z | Compiling darling v0.20.8 |
1686 | 2024-05-03T02:48:05.148Z | Compiling rustls-webpki v0.102.2 |
1687 | 2024-05-03T02:48:05.290Z | Compiling usdt-attr-macro v0.5.0 |
1688 | 2024-05-03T02:48:06.031Z | Compiling usdt-macro v0.5.0 |
1689 | 2024-05-03T02:48:06.657Z | Compiling serde_spanned v0.6.5 |
1690 | 2024-05-03T02:48:06.850Z | Compiling toml_datetime v0.6.5 |
1691 | 2024-05-03T02:48:06.924Z | Compiling futures-executor v0.3.30 |
1692 | 2024-05-03T02:48:07.101Z | Compiling structmeta-derive v0.3.0 |
1693 | 2024-05-03T02:48:07.321Z | Compiling memmap v0.7.0 |
1694 | 2024-05-03T02:48:07.461Z | Compiling multer v3.0.0 |
1695 | 2024-05-03T02:48:07.517Z | Compiling thread_local v1.1.8 |
1696 | 2024-05-03T02:48:08.018Z | Compiling slog-async v2.8.0 |
1697 | 2024-05-03T02:48:08.018Z | Compiling winnow v0.6.5 |
1698 | 2024-05-03T02:48:08.018Z | Compiling camino v1.1.6 |
1699 | 2024-05-03T02:48:08.050Z | Compiling zeroize v1.7.0 |
1700 | 2024-05-03T02:48:08.102Z | Compiling paste v1.0.14 |
1701 | 2024-05-03T02:48:08.572Z | Compiling usdt v0.5.0 |
1702 | 2024-05-03T02:48:08.710Z | Compiling futures v0.3.30 |
1703 | 2024-05-03T02:48:08.815Z | Compiling serde_with_macros v3.7.0 |
1704 | 2024-05-03T02:48:09.116Z | Compiling term v0.7.0 |
1705 | 2024-05-03T02:48:09.868Z | Compiling structmeta v0.3.0 |
1706 | 2024-05-03T02:48:10.157Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#0d30d24c) |
1707 | 2024-05-03T02:48:10.236Z | Compiling slog-json v2.6.1 |
1708 | 2024-05-03T02:48:10.626Z | Compiling crossbeam-channel v0.5.12 |
1709 | 2024-05-03T02:48:10.864Z | Compiling toml_edit v0.22.9 |
1710 | 2024-05-03T02:48:11.259Z | Compiling http v1.1.0 |
1711 | 2024-05-03T02:48:11.684Z | Compiling async-stream-impl v0.3.5 |
1712 | 2024-05-03T02:48:11.785Z | Compiling is-terminal v0.4.12 |
1713 | 2024-05-03T02:48:11.892Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#e6691c18) |
1714 | 2024-05-03T02:48:12.066Z | Compiling lazy_static v1.4.0 |
1715 | 2024-05-03T02:48:12.184Z | Compiling atomic-waker v1.1.2 |
1716 | 2024-05-03T02:48:12.223Z | Compiling take_mut v0.2.2 |
1717 | 2024-05-03T02:48:12.358Z | Compiling base64 v0.22.0 |
1718 | 2024-05-03T02:48:12.362Z | Compiling semver v1.0.22 |
1719 | 2024-05-03T02:48:13.042Z | Compiling async-stream v0.3.5 |
1720 | 2024-05-03T02:48:13.056Z | Compiling tokio-rustls v0.25.0 |
1721 | 2024-05-03T02:48:13.480Z | Compiling waitgroup v0.1.2 |
1722 | 2024-05-03T02:48:13.769Z | Compiling toml v0.8.12 |
1723 | 2024-05-03T02:48:14.259Z | Compiling slog-term v2.9.1 |
1724 | 2024-05-03T02:48:14.259Z | Compiling serde_with v3.7.0 |
1725 | 2024-05-03T02:48:14.783Z | Compiling slog-bunyan v2.5.0 |
1726 | 2024-05-03T02:48:14.971Z | Compiling parse-display-derive v0.9.0 |
1727 | 2024-05-03T02:48:15.339Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#0d30d24c) |
1728 | 2024-05-03T02:48:15.452Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361) |
1729 | 2024-05-03T02:48:17.503Z | Compiling sha1 v0.10.6 |
1730 | 2024-05-03T02:48:17.913Z | Compiling rustls-pemfile v2.1.1 |
1731 | 2024-05-03T02:48:18.000Z | Compiling strum_macros v0.26.2 |
1732 | 2024-05-03T02:48:18.428Z | Compiling newtype-uuid v1.0.1 |
1733 | 2024-05-03T02:48:18.514Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#e6691c18) |
1734 | 2024-05-03T02:48:18.704Z | Compiling hex v0.4.3 |
1735 | 2024-05-03T02:48:19.234Z | Compiling serde_path_to_error v0.1.16 |
1736 | 2024-05-03T02:48:19.550Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1737 | 2024-05-03T02:48:20.077Z | Compiling semver v0.1.20 |
1738 | 2024-05-03T02:48:20.322Z | Compiling winnow v0.5.40 |
1739 | 2024-05-03T02:48:20.566Z | Compiling debug-ignore v1.0.5 |
1740 | 2024-05-03T02:48:20.574Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1741 | 2024-05-03T02:48:20.614Z | Compiling rustc_version v0.1.7 |
1742 | 2024-05-03T02:48:20.729Z | Compiling parse-display v0.9.0 |
1743 | 2024-05-03T02:48:20.743Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1744 | 2024-05-03T02:48:20.870Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1745 | 2024-05-03T02:48:21.086Z | Compiling backoff v0.4.0 |
1746 | 2024-05-03T02:48:21.438Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1747 | 2024-05-03T02:48:21.450Z | Compiling ipnetwork v0.20.0 |
1748 | 2024-05-03T02:48:21.767Z | Compiling macaddr v1.0.1 |
1749 | 2024-05-03T02:48:22.203Z | Compiling newtype_derive v0.1.6 |
1750 | 2024-05-03T02:48:22.295Z | Compiling zerocopy-derive v0.6.6 |
1751 | 2024-05-03T02:48:22.446Z | Compiling hubpack_derive v0.1.1 |
1752 | 2024-05-03T02:48:22.535Z | Compiling base64ct v1.6.0 |
1753 | 2024-05-03T02:48:22.623Z | Compiling strum v0.26.2 |
1754 | 2024-05-03T02:48:22.831Z | Compiling strum_macros v0.25.3 |
1755 | 2024-05-03T02:48:23.127Z | Compiling password-hash v0.5.0 |
1756 | 2024-05-03T02:48:23.479Z | Compiling hubpack v0.1.2 |
1757 | 2024-05-03T02:48:23.963Z | Compiling toml_edit v0.19.15 |
1758 | 2024-05-03T02:48:23.973Z | Compiling blake2 v0.10.6 |
1759 | 2024-05-03T02:48:28.008Z | Compiling serde_repr v0.1.19 |
1760 | 2024-05-03T02:48:28.118Z | Compiling zerocopy v0.6.6 |
1761 | 2024-05-03T02:48:28.118Z | Compiling num-integer v0.1.46 |
1762 | 2024-05-03T02:48:28.118Z | Compiling num-rational v0.4.1 |
1763 | 2024-05-03T02:48:28.118Z | Compiling bitflags v1.3.2 |
1764 | 2024-05-03T02:48:28.118Z | Compiling fixedbitset v0.4.2 |
1765 | 2024-05-03T02:48:28.118Z | Compiling static_assertions v1.1.0 |
1766 | 2024-05-03T02:48:28.119Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1767 | 2024-05-03T02:48:28.119Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361) |
1768 | 2024-05-03T02:48:28.119Z | Compiling petgraph v0.6.4 |
1769 | 2024-05-03T02:48:28.119Z | Compiling argon2 v0.5.3 |
1770 | 2024-05-03T02:48:28.119Z | Compiling proc-macro-crate v1.3.1 |
1771 | 2024-05-03T02:48:28.119Z | Compiling utf8parse v0.2.1 |
1772 | 2024-05-03T02:48:28.119Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1773 | 2024-05-03T02:48:28.119Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1774 | 2024-05-03T02:48:28.119Z | Compiling matches v0.1.10 |
1775 | 2024-05-03T02:48:28.119Z | Compiling idna v0.2.3 |
1776 | 2024-05-03T02:48:28.119Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1777 | 2024-05-03T02:48:28.119Z | Compiling anstyle-parse v0.2.3 |
1778 | 2024-05-03T02:48:28.174Z | Compiling num-iter v0.1.44 |
1779 | 2024-05-03T02:48:28.175Z | Compiling foreign-types-macros v0.2.3 |
1780 | 2024-05-03T02:48:28.534Z | Compiling enum-as-inner v0.5.1 |
1781 | 2024-05-03T02:48:29.284Z | Compiling num-complex v0.4.5 |
1782 | 2024-05-03T02:48:29.329Z | Compiling slog-dtrace v0.3.0 |
1783 | 2024-05-03T02:48:29.664Z | Compiling steno v0.4.0 |
1784 | 2024-05-03T02:48:29.672Z | Compiling parking_lot_core v0.8.6 |
1785 | 2024-05-03T02:48:29.741Z | Compiling linked-hash-map v0.5.6 |
1786 | 2024-05-03T02:48:30.067Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1787 | 2024-05-03T02:48:30.089Z | Compiling num_enum_derive v0.5.11 |
1788 | 2024-05-03T02:48:30.116Z | Compiling colorchoice v1.0.0 |
1789 | 2024-05-03T02:48:30.252Z | Compiling data-encoding v2.5.0 |
1790 | 2024-05-03T02:48:30.292Z | Compiling humantime v2.1.0 |
1791 | 2024-05-03T02:48:30.302Z | Compiling foreign-types-shared v0.3.1 |
1792 | 2024-05-03T02:48:30.374Z | Compiling anstyle v1.0.6 |
1793 | 2024-05-03T02:48:30.404Z | Compiling anstyle-query v1.0.2 |
1794 | 2024-05-03T02:48:30.520Z | Compiling quick-error v1.2.3 |
1795 | 2024-05-03T02:48:30.643Z | Compiling resolv-conf v0.7.0 |
1796 | 2024-05-03T02:48:30.781Z | Compiling anstream v0.6.13 |
1797 | 2024-05-03T02:48:30.817Z | Compiling trust-dns-proto v0.22.0 |
1798 | 2024-05-03T02:48:31.498Z | Compiling foreign-types v0.5.0 |
1799 | 2024-05-03T02:48:31.548Z | Compiling num v0.4.1 |
1800 | 2024-05-03T02:48:31.595Z | Compiling lru-cache v0.1.2 |
1801 | 2024-05-03T02:48:31.822Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1802 | 2024-05-03T02:48:31.904Z | Compiling num-derive v0.3.3 |
1803 | 2024-05-03T02:48:32.465Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1804 | 2024-05-03T02:48:32.532Z | Compiling num_enum v0.5.11 |
1805 | 2024-05-03T02:48:32.673Z | Compiling cstr-argument v0.1.2 |
1806 | 2024-05-03T02:48:32.902Z | Compiling clap_lex v0.7.0 |
1807 | 2024-05-03T02:48:32.911Z | Compiling crc32fast v1.4.0 |
1808 | 2024-05-03T02:48:33.014Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1d75565d) |
1809 | 2024-05-03T02:48:33.375Z | Compiling heck v0.5.0 |
1810 | 2024-05-03T02:48:33.383Z | Compiling pretty-hex v0.2.1 |
1811 | 2024-05-03T02:48:33.818Z | Compiling strsim v0.11.0 |
1812 | 2024-05-03T02:48:33.822Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1813 | 2024-05-03T02:48:33.822Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1814 | 2024-05-03T02:48:33.822Z | Compiling clap_derive v4.5.4 |
1815 | 2024-05-03T02:48:33.913Z | Compiling clap_builder v4.5.2 |
1816 | 2024-05-03T02:48:34.198Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1817 | 2024-05-03T02:48:34.451Z | Compiling colored v2.1.0 |
1818 | 2024-05-03T02:48:34.839Z | Compiling trust-dns-resolver v0.22.0 |
1819 | 2024-05-03T02:48:35.142Z | Compiling socket2 v0.4.10 |
1820 | 2024-05-03T02:48:35.256Z | Compiling half v2.4.0 |
1821 | 2024-05-03T02:48:35.796Z | Compiling ciborium-io v0.2.2 |
1822 | 2024-05-03T02:48:35.903Z | Compiling ciborium-ll v0.2.2 |
1823 | 2024-05-03T02:48:36.285Z | Compiling parking_lot v0.11.2 |
1824 | 2024-05-03T02:48:37.326Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1825 | 2024-05-03T02:48:38.341Z | Compiling clap v4.5.4 |
1826 | 2024-05-03T02:48:38.441Z | Compiling crossbeam-epoch v0.9.18 |
1827 | 2024-05-03T02:48:38.592Z | Compiling fxhash v0.2.1 |
1828 | 2024-05-03T02:48:38.764Z | Compiling ciborium v0.2.2 |
1829 | 2024-05-03T02:48:39.274Z | Compiling sled v0.34.7 |
1830 | 2024-05-03T02:48:39.525Z | Compiling num_enum_derive v0.7.2 |
1831 | 2024-05-03T02:48:39.580Z | Compiling minimal-lexical v0.2.1 |
1832 | 2024-05-03T02:48:39.729Z | Compiling diff v0.1.13 |
1833 | 2024-05-03T02:48:40.092Z | Compiling nom v7.1.3 |
1834 | 2024-05-03T02:48:40.263Z | Compiling yansi v0.5.1 |
1835 | 2024-05-03T02:48:40.501Z | Compiling pretty_assertions v1.4.0 |
1836 | 2024-05-03T02:48:42.075Z | Compiling num_enum v0.7.2 |
1837 | 2024-05-03T02:48:42.976Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361) |
1838 | 2024-05-03T02:48:43.069Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84) |
1839 | 2024-05-03T02:48:43.069Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1840 | 2024-05-03T02:48:43.072Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1841 | 2024-05-03T02:48:46.338Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1842 | 2024-05-03T02:48:51.774Z | Compiling sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1843 | 2024-05-03T02:48:51.775Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1844 | 2024-05-03T02:48:51.775Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1845 | 2024-05-03T02:49:00.408Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1846 | 2024-05-03T02:49:08.653Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1847 | 2024-05-03T02:49:16.806Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1848 | 2024-05-03T02:49:17.699Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1849 | 2024-05-03T02:49:19.017Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1850 | 2024-05-03T02:49:20.668Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
1851 | 2024-05-03T02:49:40.830Z | Finished test [unoptimized + debuginfo] target(s) in 2m 27s |
1852 | 2024-05-03T02:49:40.903Z | Starting 5 tests across 1 binary (run ID: a9a1d7f1-a60b-47bd-b8aa-5a2c85d8cb3a, nextest profile: default) |
1853 | 2024-05-03T02:49:40.919Z | PASS [ 0.014s] bgp messages::tests::header_round_trip |
1854 | 2024-05-03T02:49:40.922Z | PASS [ 0.013s] bgp messages::tests::open_round_trip |
1855 | 2024-05-03T02:49:40.928Z | PASS [ 0.013s] bgp messages::tests::update_round_trip |
1856 | 2024-05-03T02:49:48.020Z | PASS [ 7.105s] bgp test::test_basic_peering |
1857 | 2024-05-03T02:49:59.203Z | PASS [ 13.106s] bgp test::test_basic_update |
1858 | 2024-05-03T02:49:59.203Z | ------------ |
1859 | 2024-05-03T02:49:59.219Z | Summary [ 13.118s] 5 tests run: 5 passed, 0 skipped |
1860 | 2024-05-03T02:49:59.382Z | + cp r1.basic_peering.log r1.basic_update.log r2.basic_peering.log r2.basic_update.log /work/ |
1861 | 2024-05-03T02:49:59.383Z | process exited: duration 338390 ms, exit code 0 |
|
1862 | 2024-05-03T02:49:59.589Z | found 4 output files |
1863 | 2024-05-03T02:49:59.599Z | uploading: /work/r1.basic_peering.log (7797 bytes) |
1864 | 2024-05-03T02:50:00.854Z | uploaded: /work/r1.basic_peering.log |
1865 | 2024-05-03T02:50:00.857Z | uploading: /work/r1.basic_update.log (4922 bytes) |
1866 | 2024-05-03T02:50:01.865Z | uploaded: /work/r1.basic_update.log |
1867 | 2024-05-03T02:50:01.865Z | uploading: /work/r2.basic_peering.log (8629 bytes) |
1868 | 2024-05-03T02:50:02.883Z | uploaded: /work/r2.basic_peering.log |
1869 | 2024-05-03T02:50:02.883Z | uploading: /work/r2.basic_update.log (16014 bytes) |
1870 | 2024-05-03T02:50:03.898Z | uploaded: /work/r2.basic_update.log |