|
|
|
1 | 2024-01-02T21:30:14.388Z | job assigned to worker 01HK619CJZFGCCYA1ECTAKY5J1 (queued for 1 m 1 s) |
|
2 | 2024-01-02T21:30:14.706Z | starting task 0: "setup" |
3 | 2024-01-02T21:30:14.758Z | ++ uname -s |
4 | 2024-01-02T21:30:14.761Z | + kern=SunOS |
5 | 2024-01-02T21:30:14.761Z | + case "$kern" in |
6 | 2024-01-02T21:30:14.761Z | + groupadd -g 12345 build |
7 | 2024-01-02T21:30:14.764Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-01-02T21:30:16.775Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-01-02T21:30:16.868Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-01-02T21:30:16.871Z | + home_fs=zfs |
11 | 2024-01-02T21:30:16.872Z | + [[ zfs == autofs ]] |
12 | 2024-01-02T21:30:16.872Z | + mkdir -p /home/build |
13 | 2024-01-02T21:30:16.879Z | + chown build:build /home/build /work |
14 | 2024-01-02T21:30:18.876Z | + chmod 0700 /home/build /work |
15 | 2024-01-02T21:30:18.879Z | process exited: duration 4173 ms, exit code 0 |
|
16 | 2024-01-02T21:30:18.886Z | starting task 1: "rust-toolchain" |
17 | 2024-01-02T21:30:18.894Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-01-02T21:30:18.898Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
19 | 2024-01-02T21:30:19.076Z | info: downloading installer |
20 | 2024-01-02T21:30:21.090Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-01-02T21:30:21.090Z | warning: /opt/ooce/bin |
22 | 2024-01-02T21:30:21.090Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-01-02T21:30:21.090Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-01-02T21:30:21.090Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-01-02T21:30:21.090Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-01-02T21:30:21.090Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-01-02T21:30:21.090Z | error: cannot install while Rust is installed |
28 | 2024-01-02T21:30:21.090Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-01-02T21:30:21.163Z | info: profile set to 'default' |
30 | 2024-01-02T21:30:21.163Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-01-02T21:30:21.173Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
32 | 2024-01-02T21:30:21.334Z | info: latest update on 2023-12-28, rust version 1.75.0 (82e1608df 2023-12-21) |
33 | 2024-01-02T21:30:21.334Z | info: downloading component 'cargo' |
34 | 2024-01-02T21:30:22.182Z | info: downloading component 'clippy' |
35 | 2024-01-02T21:30:22.512Z | info: downloading component 'rust-docs' |
36 | 2024-01-02T21:30:23.393Z | info: downloading component 'rust-std' |
37 | 2024-01-02T21:30:24.934Z | info: downloading component 'rustc' |
38 | 2024-01-02T21:30:29.162Z | info: downloading component 'rustfmt' |
39 | 2024-01-02T21:30:29.486Z | info: installing component 'cargo' |
40 | 2024-01-02T21:30:30.821Z | info: installing component 'clippy' |
41 | 2024-01-02T21:30:31.347Z | info: installing component 'rust-docs' |
42 | 2024-01-02T21:30:34.129Z | info: installing component 'rust-std' |
43 | 2024-01-02T21:30:36.906Z | info: installing component 'rustc' |
44 | 2024-01-02T21:30:43.836Z | info: installing component 'rustfmt' |
45 | 2024-01-02T21:30:44.337Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
46 | 2024-01-02T21:30:44.337Z | |
47 | 2024-01-02T21:30:44.473Z | stable-x86_64-unknown-illumos installed - rustc 1.75.0 (82e1608df 2023-12-21) |
48 | 2024-01-02T21:30:44.473Z | |
49 | 2024-01-02T21:30:44.473Z | |
50 | 2024-01-02T21:30:44.473Z | Rust is installed now. Great! |
51 | 2024-01-02T21:30:44.473Z | |
52 | 2024-01-02T21:30:44.473Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-01-02T21:30:44.473Z | environment variable. This has not been done automatically. |
54 | 2024-01-02T21:30:44.473Z | |
55 | 2024-01-02T21:30:44.476Z | To configure your current shell, run: |
56 | 2024-01-02T21:30:44.476Z | source "$HOME/.cargo/env" |
57 | 2024-01-02T21:30:44.569Z | + rustc --version |
58 | 2024-01-02T21:30:44.679Z | rustc 1.75.0 (82e1608df 2023-12-21) |
59 | 2024-01-02T21:30:44.684Z | process exited: duration 25800 ms, exit code 0 |
|
60 | 2024-01-02T21:30:44.690Z | starting task 2: "authentication" |
61 | 2024-01-02T21:30:44.723Z | process exited: duration 32 ms, exit code 0 |
|
62 | 2024-01-02T21:30:44.731Z | starting task 3: "clone repository" |
63 | 2024-01-02T21:30:44.736Z | + mkdir -p /work/oxidecomputer/maghemite |
64 | 2024-01-02T21:30:44.738Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
65 | 2024-01-02T21:30:44.771Z | Cloning into '/work/oxidecomputer/maghemite'... |
66 | 2024-01-02T21:30:45.677Z | + cd /work/oxidecomputer/maghemite |
67 | 2024-01-02T21:30:45.680Z | + [[ -n mgd-macos ]] |
68 | 2024-01-02T21:30:45.680Z | + git fetch origin mgd-macos |
69 | 2024-01-02T21:30:46.021Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-01-02T21:30:46.021Z | * branch mgd-macos -> FETCH_HEAD |
71 | 2024-01-02T21:30:46.031Z | + git checkout -B mgd-macos remotes/origin/mgd-macos |
72 | 2024-01-02T21:30:46.042Z | Switched to a new branch 'mgd-macos' |
73 | 2024-01-02T21:30:46.045Z | branch 'mgd-macos' set up to track 'origin/mgd-macos'. |
74 | 2024-01-02T21:30:46.045Z | + git reset --hard a5e90f339a9829896ab38cc265a4117f10282a35 |
75 | 2024-01-02T21:30:46.056Z | HEAD is now at a5e90f3 try building mgd on macOS in a github action |
76 | 2024-01-02T21:30:46.059Z | process exited: duration 1328 ms, exit code 0 |
|
77 | 2024-01-02T21:30:46.065Z | starting task 4: "build" |
78 | 2024-01-02T21:30:46.098Z | + cargo --version |
79 | 2024-01-02T21:30:46.101Z | info: syncing channel updates for '1.75.0-x86_64-unknown-illumos' |
80 | 2024-01-02T21:30:46.299Z | info: latest update on 2023-12-28, rust version 1.75.0 (82e1608df 2023-12-21) |
81 | 2024-01-02T21:30:46.311Z | info: downloading component 'cargo' |
82 | 2024-01-02T21:30:47.210Z | info: downloading component 'clippy' |
83 | 2024-01-02T21:30:47.504Z | info: downloading component 'rust-docs' |
84 | 2024-01-02T21:30:48.708Z | info: downloading component 'rust-std' |
85 | 2024-01-02T21:30:50.513Z | info: downloading component 'rustc' |
86 | 2024-01-02T21:30:55.474Z | info: downloading component 'rustfmt' |
87 | 2024-01-02T21:30:55.756Z | info: installing component 'cargo' |
88 | 2024-01-02T21:30:58.043Z | info: installing component 'clippy' |
89 | 2024-01-02T21:30:58.564Z | info: installing component 'rust-docs' |
90 | 2024-01-02T21:31:01.274Z | info: installing component 'rust-std' |
91 | 2024-01-02T21:31:03.700Z | info: installing component 'rustc' |
92 | 2024-01-02T21:31:09.724Z | info: installing component 'rustfmt' |
93 | 2024-01-02T21:31:10.260Z | cargo 1.75.0 (1d8b05cdd 2023-11-20) |
94 | 2024-01-02T21:31:10.263Z | + rustc --version |
95 | 2024-01-02T21:31:10.383Z | rustc 1.75.0 (82e1608df 2023-12-21) |
96 | 2024-01-02T21:31:10.391Z | + banner check |
97 | 2024-01-02T21:31:10.453Z | |
98 | 2024-01-02T21:31:10.453Z | #### # # ###### #### # # |
99 | 2024-01-02T21:31:10.453Z | # # # # # # # # # |
100 | 2024-01-02T21:31:10.453Z | # ###### ##### # #### |
101 | 2024-01-02T21:31:10.453Z | # # # # # # # |
102 | 2024-01-02T21:31:10.453Z | # # # # # # # # # |
103 | 2024-01-02T21:31:10.453Z | #### # # ###### #### # # |
104 | 2024-01-02T21:31:10.453Z | |
105 | 2024-01-02T21:31:10.456Z | + cargo fmt -- --check |
106 | 2024-01-02T21:31:11.069Z | + cargo clippy --all-targets -- --deny warnings |
107 | 2024-01-02T21:31:11.459Z | Updating crates.io index |
108 | 2024-01-02T21:31:11.537Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
109 | 2024-01-02T21:31:12.510Z | From https://github.com/oxidecomputer/falcon |
110 | 2024-01-02T21:31:12.513Z | * [new branch] main -> origin/main |
111 | 2024-01-02T21:31:12.514Z | * [new ref] -> origin/HEAD |
112 | 2024-01-02T21:31:12.680Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
113 | 2024-01-02T21:31:14.185Z | From https://github.com/oxidecomputer/dendrite |
114 | 2024-01-02T21:31:14.185Z | * [new branch] bugfix-omicron-4589 -> origin/bugfix-omicron-4589 |
115 | 2024-01-02T21:31:14.188Z | * [new branch] clippy_and_fmt_updates -> origin/clippy_and_fmt_updates |
116 | 2024-01-02T21:31:14.189Z | * [new branch] compliance -> origin/compliance |
117 | 2024-01-02T21:31:14.189Z | * [new branch] dpd-softnpu-smf -> origin/dpd-softnpu-smf |
118 | 2024-01-02T21:31:14.189Z | * [new branch] drop_counters -> origin/drop_counters |
119 | 2024-01-02T21:31:14.189Z | * [new branch] helios2 -> origin/helios2 |
120 | 2024-01-02T21:31:14.189Z | * [new branch] history -> origin/history |
121 | 2024-01-02T21:31:14.189Z | * [new branch] main -> origin/main |
122 | 2024-01-02T21:31:14.189Z | * [new branch] map-all-the-things -> origin/map-all-the-things |
123 | 2024-01-02T21:31:14.189Z | * [new branch] nat_rpw -> origin/nat_rpw |
124 | 2024-01-02T21:31:14.189Z | * [new branch] port-id -> origin/port-id |
125 | 2024-01-02T21:31:14.189Z | * [new branch] reflection-tests -> origin/reflection-tests |
126 | 2024-01-02T21:31:14.189Z | * [new branch] rust-toolchain -> origin/rust-toolchain |
127 | 2024-01-02T21:31:14.189Z | * [new branch] small_pages -> origin/small_pages |
128 | 2024-01-02T21:31:14.189Z | * [new branch] softnpu-tfportd-support -> origin/softnpu-tfportd-support |
129 | 2024-01-02T21:31:14.189Z | * [new branch] split-sff-access-too -> origin/split-sff-access-too |
130 | 2024-01-02T21:31:14.189Z | * [new branch] updates -> origin/updates |
131 | 2024-01-02T21:31:14.189Z | * [new ref] -> origin/HEAD |
132 | 2024-01-02T21:31:14.258Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
133 | 2024-01-02T21:31:15.168Z | From https://github.com/oxidecomputer/dropshot |
134 | 2024-01-02T21:31:15.168Z | * [new branch] archive/pr-14-before-force-push -> origin/archive/pr-14-before-force-push |
135 | 2024-01-02T21:31:15.173Z | * [new branch] async -> origin/async |
136 | 2024-01-02T21:31:15.174Z | * [new branch] build-o-mat -> origin/build-o-mat |
137 | 2024-01-02T21:31:15.174Z | * [new branch] camel -> origin/camel |
138 | 2024-01-02T21:31:15.174Z | * [new branch] carets -> origin/carets |
139 | 2024-01-02T21:31:15.174Z | * [new branch] ci-version -> origin/ci-version |
140 | 2024-01-02T21:31:15.174Z | * [new branch] cleanup-tweak -> origin/cleanup-tweak |
141 | 2024-01-02T21:31:15.175Z | * [new branch] clippy -> origin/clippy |
142 | 2024-01-02T21:31:15.175Z | * [new branch] clippy-enforcement -> origin/clippy-enforcement |
143 | 2024-01-02T21:31:15.175Z | * [new branch] clone -> origin/clone |
144 | 2024-01-02T21:31:15.175Z | * [new branch] dependabot/cargo/async-trait-0.1.76 -> origin/dependabot/cargo/async-trait-0.1.76 |
145 | 2024-01-02T21:31:15.175Z | * [new branch] dependabot/cargo/http-1.0.0 -> origin/dependabot/cargo/http-1.0.0 |
146 | 2024-01-02T21:31:15.175Z | * [new branch] dependabot/cargo/hyper-1.1.0 -> origin/dependabot/cargo/hyper-1.1.0 |
147 | 2024-01-02T21:31:15.175Z | * [new branch] dependabot/cargo/hyper-staticfile-0.10.0 -> origin/dependabot/cargo/hyper-staticfile-0.10.0 |
148 | 2024-01-02T21:31:15.175Z | * [new branch] dependabot/cargo/proc-macro2-1.0.73 -> origin/dependabot/cargo/proc-macro2-1.0.73 |
149 | 2024-01-02T21:31:15.175Z | * [new branch] dependabot/cargo/quote-1.0.34 -> origin/dependabot/cargo/quote-1.0.34 |
150 | 2024-01-02T21:31:15.176Z | * [new branch] dependabot/cargo/serde_json-1.0.109 -> origin/dependabot/cargo/serde_json-1.0.109 |
151 | 2024-01-02T21:31:15.176Z | * [new branch] dependabot/cargo/syn-2.0.44 -> origin/dependabot/cargo/syn-2.0.44 |
152 | 2024-01-02T21:31:15.176Z | * [new branch] dependabot/cargo/tempfile-3.9.0 -> origin/dependabot/cargo/tempfile-3.9.0 |
153 | 2024-01-02T21:31:15.176Z | * [new branch] dependabot/cargo/usdt-0.4.1 -> origin/dependabot/cargo/usdt-0.4.1 |
154 | 2024-01-02T21:31:15.176Z | * [new branch] doc -> origin/doc |
155 | 2024-01-02T21:31:15.176Z | * [new branch] err -> origin/err |
156 | 2024-01-02T21:31:15.177Z | * [new branch] example-resumable-download -> origin/example-resumable-download |
157 | 2024-01-02T21:31:15.177Z | * [new branch] expectorate -> origin/expectorate |
158 | 2024-01-02T21:31:15.177Z | * [new branch] extracted -> origin/extracted |
159 | 2024-01-02T21:31:15.177Z | * [new branch] fix_tests -> origin/fix_tests |
160 | 2024-01-02T21:31:15.177Z | * [new branch] fmt2 -> origin/fmt2 |
161 | 2024-01-02T21:31:15.184Z | * [new branch] infinite_type_resolve -> origin/infinite_type_resolve |
162 | 2024-01-02T21:31:15.184Z | * [new branch] kulakowski/tls -> origin/kulakowski/tls |
163 | 2024-01-02T21:31:15.184Z | * [new branch] main -> origin/main |
164 | 2024-01-02T21:31:15.184Z | * [new branch] maintainer-docs -> origin/maintainer-docs |
165 | 2024-01-02T21:31:15.185Z | * [new branch] multiverse -> origin/multiverse |
166 | 2024-01-02T21:31:15.185Z | * [new branch] openapi -> origin/openapi |
167 | 2024-01-02T21:31:15.185Z | * [new branch] openapi2 -> origin/openapi2 |
168 | 2024-01-02T21:31:15.185Z | * [new branch] port-fix-better -> origin/port-fix-better |
169 | 2024-01-02T21:31:15.185Z | * [new branch] rustfmt-m1 -> origin/rustfmt-m1 |
170 | 2024-01-02T21:31:15.185Z | * [new branch] rustfmt-test-stable-only -> origin/rustfmt-test-stable-only |
171 | 2024-01-02T21:31:15.185Z | * [new branch] rustfmt-test-unstable-options -> origin/rustfmt-test-unstable-options |
172 | 2024-01-02T21:31:15.186Z | * [new branch] rustls-0.22 -> origin/rustls-0.22 |
173 | 2024-01-02T21:31:15.186Z | * [new branch] server-log -> origin/server-log |
174 | 2024-01-02T21:31:15.186Z | * [new branch] simple-headers -> origin/simple-headers |
175 | 2024-01-02T21:31:15.186Z | * [new branch] sunshowers/spr/add-a-new-chunkedbody-extractor -> origin/sunshowers/spr/add-a-new-chunkedbody-extractor |
176 | 2024-01-02T21:31:15.186Z | * [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 |
177 | 2024-01-02T21:31:15.187Z | * [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 |
178 | 2024-01-02T21:31:15.187Z | * [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 |
179 | 2024-01-02T21:31:15.187Z | * [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 |
180 | 2024-01-02T21:31:15.187Z | * [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 |
181 | 2024-01-02T21:31:15.187Z | * [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 |
182 | 2024-01-02T21:31:15.187Z | * [new branch] test-skip-deserialize -> origin/test-skip-deserialize |
183 | 2024-01-02T21:31:15.187Z | * [new branch] update-usdt-dep -> origin/update-usdt-dep |
184 | 2024-01-02T21:31:15.188Z | * [new branch] urlencoded_typedbody -> origin/urlencoded_typedbody |
185 | 2024-01-02T21:31:15.188Z | * [new branch] websockets -> origin/websockets |
186 | 2024-01-02T21:31:15.188Z | * [new branch] x-forwarded-for -> origin/x-forwarded-for |
187 | 2024-01-02T21:31:15.188Z | * [new branch] x-forwarded-for-OLD -> origin/x-forwarded-for-OLD |
188 | 2024-01-02T21:31:15.188Z | * [new ref] -> origin/HEAD |
189 | 2024-01-02T21:31:15.188Z | * [new tag] v0.3.0 -> v0.3.0 |
190 | 2024-01-02T21:31:15.188Z | * [new tag] v0.4.0 -> v0.4.0 |
191 | 2024-01-02T21:31:15.188Z | * [new tag] v0.5.0 -> v0.5.0 |
192 | 2024-01-02T21:31:15.188Z | * [new tag] v0.5.1 -> v0.5.1 |
193 | 2024-01-02T21:31:15.189Z | * [new tag] v0.6.0 -> v0.6.0 |
194 | 2024-01-02T21:31:15.189Z | * [new tag] v0.7.0 -> v0.7.0 |
195 | 2024-01-02T21:31:15.189Z | * [new tag] v0.8.0 -> v0.8.0 |
196 | 2024-01-02T21:31:15.189Z | * [new tag] v0.9.0 -> v0.9.0 |
197 | 2024-01-02T21:31:15.234Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
198 | 2024-01-02T21:31:15.769Z | From https://github.com/oxidecomputer/ispf |
199 | 2024-01-02T21:31:15.769Z | * [new branch] main -> origin/main |
200 | 2024-01-02T21:31:15.772Z | * [new ref] -> origin/HEAD |
201 | 2024-01-02T21:31:15.782Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
202 | 2024-01-02T21:31:16.497Z | From https://github.com/oxidecomputer/netadm-sys |
203 | 2024-01-02T21:31:16.497Z | * [new branch] dependabot/cargo/rustix-0.37.25 -> origin/dependabot/cargo/rustix-0.37.25 |
204 | 2024-01-02T21:31:16.500Z | * [new branch] gh-pages -> origin/gh-pages |
205 | 2024-01-02T21:31:16.500Z | * [new branch] main -> origin/main |
206 | 2024-01-02T21:31:16.500Z | * [new branch] siocgnds -> origin/siocgnds |
207 | 2024-01-02T21:31:16.500Z | * [new ref] -> origin/HEAD |
208 | 2024-01-02T21:31:16.643Z | Updating git repository `https://github.com/oxidecomputer/zone` |
209 | 2024-01-02T21:31:17.192Z | From https://github.com/oxidecomputer/zone |
210 | 2024-01-02T21:31:17.192Z | * [new branch] main -> origin/main |
211 | 2024-01-02T21:31:17.197Z | * [new branch] renovate/syn-2.x -> origin/renovate/syn-2.x |
212 | 2024-01-02T21:31:17.197Z | * [new branch] state-derive-eq-hash -> origin/state-derive-eq-hash |
213 | 2024-01-02T21:31:17.197Z | * [new ref] -> origin/HEAD |
214 | 2024-01-02T21:31:17.248Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
215 | 2024-01-02T21:31:18.191Z | From https://github.com/oxidecomputer/propolis |
216 | 2024-01-02T21:31:18.191Z | * [new branch] ata -> origin/ata |
217 | 2024-01-02T21:31:18.194Z | * [new branch] luqmana/libnet -> origin/luqmana/libnet |
218 | 2024-01-02T21:31:18.194Z | * [new branch] master -> origin/master |
219 | 2024-01-02T21:31:18.194Z | * [new ref] -> origin/HEAD |
220 | 2024-01-02T21:31:18.306Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
221 | 2024-01-02T21:31:25.251Z | From https://github.com/oxidecomputer/omicron |
222 | 2024-01-02T21:31:25.251Z | * [new branch] 267 -> origin/267 |
223 | 2024-01-02T21:31:25.257Z | * [new branch] 686-and-717-in-a-blender -> origin/686-and-717-in-a-blender |
224 | 2024-01-02T21:31:25.257Z | * [new branch] abandoned/disallow-full-scan -> origin/abandoned/disallow-full-scan |
225 | 2024-01-02T21:31:25.257Z | * [new branch] actions-on-push-only -> origin/actions-on-push-only |
226 | 2024-01-02T21:31:25.257Z | * [new branch] actually-provision-multiple-crdbs -> origin/actually-provision-multiple-crdbs |
227 | 2024-01-02T21:31:25.257Z | * [new branch] add-global-api -> origin/add-global-api |
228 | 2024-01-02T21:31:25.258Z | * [new branch] add-resource-limits_deploy-test-update -> origin/add-resource-limits_deploy-test-update |
229 | 2024-01-02T21:31:25.258Z | * [new branch] ajs/deployment-config-schema -> origin/ajs/deployment-config-schema |
230 | 2024-01-02T21:31:25.258Z | * [new branch] alan/a-gimlet-under-every-tree -> origin/alan/a-gimlet-under-every-tree |
231 | 2024-01-02T21:31:25.258Z | * [new branch] alan/merge-main-megarepo -> origin/alan/merge-main-megarepo |
232 | 2024-01-02T21:31:25.258Z | * [new branch] andy/clickhousev23.8 -> origin/andy/clickhousev23.8 |
233 | 2024-01-02T21:31:25.258Z | * [new branch] archived/actix-configurable -> origin/archived/actix-configurable |
234 | 2024-01-02T21:31:25.258Z | * [new branch] archived/backend-rewrite -> origin/archived/backend-rewrite |
235 | 2024-01-02T21:31:25.258Z | * [new branch] archived/disks -> origin/archived/disks |
236 | 2024-01-02T21:31:25.258Z | * [new branch] archived/dropshot-consumer-cleanup -> origin/archived/dropshot-consumer-cleanup |
237 | 2024-01-02T21:31:25.262Z | * [new branch] archived/extractors -> origin/archived/extractors |
238 | 2024-01-02T21:31:25.262Z | * [new branch] archived/handler-return-rewrite -> origin/archived/handler-return-rewrite |
239 | 2024-01-02T21:31:25.262Z | * [new branch] archived/http-rewrite -> origin/archived/http-rewrite |
240 | 2024-01-02T21:31:25.262Z | * [new branch] archived/http-submodule-rewrite -> origin/archived/http-submodule-rewrite |
241 | 2024-01-02T21:31:25.262Z | * [new branch] archived/httpapi-extract -> origin/archived/httpapi-extract |
242 | 2024-01-02T21:31:25.262Z | * [new branch] archived/httpapi-rename -> origin/archived/httpapi-rename |
243 | 2024-01-02T21:31:25.262Z | * [new branch] archived/instance-reboot -> origin/archived/instance-reboot |
244 | 2024-01-02T21:31:25.262Z | * [new branch] archived/instance-simulation -> origin/archived/instance-simulation |
245 | 2024-01-02T21:31:25.262Z | * [new branch] archived/instance-work -> origin/archived/instance-work |
246 | 2024-01-02T21:31:25.262Z | * [new branch] archived/logging -> origin/archived/logging |
247 | 2024-01-02T21:31:25.262Z | * [new branch] archived/logging-move -> origin/archived/logging-move |
248 | 2024-01-02T21:31:25.263Z | * [new branch] archived/model-rewrite -> origin/archived/model-rewrite |
249 | 2024-01-02T21:31:25.263Z | * [new branch] archived/openapi-exec-tests -> origin/archived/openapi-exec-tests |
250 | 2024-01-02T21:31:25.263Z | * [new branch] archived/router-rewrite -> origin/archived/router-rewrite |
251 | 2024-01-02T21:31:25.263Z | * [new branch] archived/rustfmt-test -> origin/archived/rustfmt-test |
252 | 2024-01-02T21:31:25.263Z | * [new branch] archived/rustfmt-without-wrap_comments -> origin/archived/rustfmt-without-wrap_comments |
253 | 2024-01-02T21:31:25.263Z | * [new branch] archived/server-controller-extraction -> origin/archived/server-controller-extraction |
254 | 2024-01-02T21:31:25.263Z | * [new branch] artemis/crucible-set-primarycache -> origin/artemis/crucible-set-primarycache |
255 | 2024-01-02T21:31:25.263Z | * [new branch] attach-by-name-or-id -> origin/attach-by-name-or-id |
256 | 2024-01-02T21:31:25.263Z | * [new branch] authz-role-test -> origin/authz-role-test |
257 | 2024-01-02T21:31:25.263Z | * [new branch] bigger-disks -> origin/bigger-disks |
258 | 2024-01-02T21:31:25.263Z | * [new branch] bootstore-2 -> origin/bootstore-2 |
259 | 2024-01-02T21:31:25.263Z | * [new branch] bootstore-early-networking -> origin/bootstore-early-networking |
260 | 2024-01-02T21:31:25.263Z | * [new branch] bootstore-integration -> origin/bootstore-integration |
261 | 2024-01-02T21:31:25.263Z | * [new branch] bootstrap-agent-cancel-safety -> origin/bootstrap-agent-cancel-safety |
262 | 2024-01-02T21:31:25.263Z | * [new branch] boundary-tunnel-routing -> origin/boundary-tunnel-routing |
263 | 2024-01-02T21:31:25.263Z | * [new branch] catch-eexist-dladm -> origin/catch-eexist-dladm |
264 | 2024-01-02T21:31:25.263Z | * [new branch] cfg-out-the-whole-shebang -> origin/cfg-out-the-whole-shebang |
265 | 2024-01-02T21:31:25.263Z | * [new branch] clickhouse-21.10.4.26 -> origin/clickhouse-21.10.4.26 |
266 | 2024-01-02T21:31:25.263Z | * [new branch] clippy -> origin/clippy |
267 | 2024-01-02T21:31:25.263Z | * [new branch] clippy-unused-async -> origin/clippy-unused-async |
268 | 2024-01-02T21:31:25.263Z | * [new branch] cockroach-v22.2 -> origin/cockroach-v22.2 |
269 | 2024-01-02T21:31:25.263Z | * [new branch] commprobe -> origin/commprobe |
270 | 2024-01-02T21:31:25.263Z | * [new branch] conform-m2 -> origin/conform-m2 |
271 | 2024-01-02T21:31:25.267Z | * [new branch] convert-new-lookup-rest -> origin/convert-new-lookup-rest |
272 | 2024-01-02T21:31:25.267Z | * [new branch] crucible-sled-agent -> origin/crucible-sled-agent |
273 | 2024-01-02T21:31:25.267Z | * [new branch] dap-loop-debugging -> origin/dap-loop-debugging |
274 | 2024-01-02T21:31:25.267Z | * [new branch] dap-loop-debugging-rebased -> origin/dap-loop-debugging-rebased |
275 | 2024-01-02T21:31:25.267Z | * [new branch] dap/ci-debug -> origin/dap/ci-debug |
276 | 2024-01-02T21:31:25.267Z | * [new branch] dap/cockroach-init -> origin/dap/cockroach-init |
277 | 2024-01-02T21:31:25.267Z | * [new branch] dap/dns-work -> origin/dap/dns-work |
278 | 2024-01-02T21:31:25.267Z | * [new branch] dap/dnsping -> origin/dap/dnsping |
279 | 2024-01-02T21:31:25.267Z | * [new branch] dap/inventory-zones -> origin/dap/inventory-zones |
280 | 2024-01-02T21:31:25.267Z | * [new branch] dap/nexus-inventory -> origin/dap/nexus-inventory |
281 | 2024-01-02T21:31:25.267Z | * [new branch] dap/silo-external-dns -> origin/dap/silo-external-dns |
282 | 2024-01-02T21:31:25.267Z | * [new branch] dap/tls-sni -> origin/dap/tls-sni |
283 | 2024-01-02T21:31:25.268Z | * [new branch] dap/update-control -> origin/dap/update-control |
284 | 2024-01-02T21:31:25.268Z | * [new branch] dap/update-unused-code -> origin/dap/update-unused-code |
285 | 2024-01-02T21:31:25.268Z | * [new branch] dbg-print-timeseries-key -> origin/dbg-print-timeseries-key |
286 | 2024-01-02T21:31:25.268Z | * [new branch] debug-disk-space -> origin/debug-disk-space |
287 | 2024-01-02T21:31:25.268Z | * [new branch] demo -> origin/demo |
288 | 2024-01-02T21:31:25.268Z | * [new branch] demo_m2 -> origin/demo_m2 |
289 | 2024-01-02T21:31:25.268Z | * [new branch] dendrite-integration -> origin/dendrite-integration |
290 | 2024-01-02T21:31:25.268Z | * [new branch] dependabot/cargo/dropshot-0018f66 -> origin/dependabot/cargo/dropshot-0018f66 |
291 | 2024-01-02T21:31:25.268Z | * [new branch] dependabot/cargo/unsafe-libyaml-0.2.10 -> origin/dependabot/cargo/unsafe-libyaml-0.2.10 |
292 | 2024-01-02T21:31:25.268Z | * [new branch] dependabot/test/no/push -> origin/dependabot/test/no/push |
293 | 2024-01-02T21:31:25.268Z | * [new branch] disk-disable -> origin/disk-disable |
294 | 2024-01-02T21:31:25.268Z | * [new branch] dns-dataset -> origin/dns-dataset |
295 | 2024-01-02T21:31:25.268Z | * [new branch] document-external-internal -> origin/document-external-internal |
296 | 2024-01-02T21:31:25.268Z | * [new branch] dropshot-local -> origin/dropshot-local |
297 | 2024-01-02T21:31:25.268Z | * [new branch] duplicate-role-assignment-500 -> origin/duplicate-role-assignment-500 |
298 | 2024-01-02T21:31:25.268Z | * [new branch] even-more-actions-runner-rimraf -> origin/even-more-actions-runner-rimraf |
299 | 2024-01-02T21:31:25.274Z | * [new branch] executor-fake -> origin/executor-fake |
300 | 2024-01-02T21:31:25.274Z | * [new branch] felixmcfelix/floating-ip-live -> origin/felixmcfelix/floating-ip-live |
301 | 2024-01-02T21:31:25.274Z | * [new branch] firewall-notify-sled -> origin/firewall-notify-sled |
302 | 2024-01-02T21:31:25.274Z | * [new branch] firewall-vpc -> origin/firewall-vpc |
303 | 2024-01-02T21:31:25.274Z | * [new branch] folgers -> origin/folgers |
304 | 2024-01-02T21:31:25.274Z | * [new branch] fromstr -> origin/fromstr |
305 | 2024-01-02T21:31:25.274Z | * [new branch] gateway -> origin/gateway |
306 | 2024-01-02T21:31:25.274Z | * [new branch] gjcolombo/omdb-ignore-deleted -> origin/gjcolombo/omdb-ignore-deleted |
307 | 2024-01-02T21:31:25.274Z | * [new branch] host-fake -> origin/host-fake |
308 | 2024-01-02T21:31:25.274Z | * [new branch] iliana/3430-hubris -> origin/iliana/3430-hubris |
309 | 2024-01-02T21:31:25.274Z | * [new branch] iliana/baleeted -> origin/iliana/baleeted |
310 | 2024-01-02T21:31:25.274Z | * [new branch] iliana/buildomat-sync -> origin/iliana/buildomat-sync |
311 | 2024-01-02T21:31:25.274Z | * [new branch] iliana/do-not-merge-libxmlsec-1.3 -> origin/iliana/do-not-merge-libxmlsec-1.3 |
312 | 2024-01-02T21:31:25.274Z | * [new branch] iliana/for-linux-weirdos -> origin/iliana/for-linux-weirdos |
313 | 2024-01-02T21:31:25.274Z | * [new branch] iliana/hack-do-not-merge -> origin/iliana/hack-do-not-merge |
314 | 2024-01-02T21:31:25.274Z | * [new branch] iliana/keysmash -> origin/iliana/keysmash |
315 | 2024-01-02T21:31:25.275Z | * [new branch] iliana/manifest-flatten -> origin/iliana/manifest-flatten |
316 | 2024-01-02T21:31:25.275Z | * [new branch] iliana/split-package -> origin/iliana/split-package |
317 | 2024-01-02T21:31:25.275Z | * [new branch] iliana/try -> origin/iliana/try |
318 | 2024-01-02T21:31:25.275Z | * [new branch] iliana/wtf -> origin/iliana/wtf |
319 | 2024-01-02T21:31:25.275Z | * [new branch] illumos-ci -> origin/illumos-ci |
320 | 2024-01-02T21:31:25.275Z | * [new branch] installinator-fail-if-flaky-disk -> origin/installinator-fail-if-flaky-disk |
321 | 2024-01-02T21:31:25.275Z | * [new branch] ip-pools-rework -> origin/ip-pools-rework |
322 | 2024-01-02T21:31:25.275Z | * [new branch] ipv6-testing -> origin/ipv6-testing |
323 | 2024-01-02T21:31:25.275Z | * [new branch] issue-213-static -> origin/issue-213-static |
324 | 2024-01-02T21:31:25.278Z | * [new branch] issue-3432 -> origin/issue-3432 |
325 | 2024-01-02T21:31:25.278Z | * [new branch] jclulow -> origin/jclulow |
326 | 2024-01-02T21:31:25.278Z | * [new branch] john/deployment-config-schema -> origin/john/deployment-config-schema |
327 | 2024-01-02T21:31:25.278Z | * [new branch] keeplogs -> origin/keeplogs |
328 | 2024-01-02T21:31:25.279Z | * [new branch] less-dns-panic -> origin/less-dns-panic |
329 | 2024-01-02T21:31:25.279Z | * [new branch] less-explosive-sled-agent -> origin/less-explosive-sled-agent |
330 | 2024-01-02T21:31:25.279Z | * [new branch] limits-in-schema -> origin/limits-in-schema |
331 | 2024-01-02T21:31:25.279Z | * [new branch] lookup-authorized -> origin/lookup-authorized |
332 | 2024-01-02T21:31:25.279Z | * [new branch] low-rent-trust-quorum -> origin/low-rent-trust-quorum |
333 | 2024-01-02T21:31:25.279Z | * [new branch] low-rent-trust-quorum-3 -> origin/low-rent-trust-quorum-3 |
334 | 2024-01-02T21:31:25.279Z | * [new branch] lrtq-fsms-experiment -> origin/lrtq-fsms-experiment |
335 | 2024-01-02T21:31:25.279Z | * [new branch] lrtq-fsms-model-changes -> origin/lrtq-fsms-model-changes |
336 | 2024-01-02T21:31:25.279Z | * [new branch] lrtq-fsms-multiple-tests -> origin/lrtq-fsms-multiple-tests |
337 | 2024-01-02T21:31:25.279Z | * [new branch] lrtq-networking -> origin/lrtq-networking |
338 | 2024-01-02T21:31:25.279Z | * [new branch] lrtq-networking-config -> origin/lrtq-networking-config |
339 | 2024-01-02T21:31:25.279Z | * [new branch] lrtq-networking2 -> origin/lrtq-networking2 |
340 | 2024-01-02T21:31:25.279Z | * [new branch] lrtq-persistence -> origin/lrtq-persistence |
341 | 2024-01-02T21:31:25.279Z | * [new branch] lrtq-protocol -> origin/lrtq-protocol |
342 | 2024-01-02T21:31:25.279Z | * [new branch] lrtq-protocol-separate-state-handlers -> origin/lrtq-protocol-separate-state-handlers |
343 | 2024-01-02T21:31:25.279Z | * [new branch] luqmana/nexus-opte -> origin/luqmana/nexus-opte |
344 | 2024-01-02T21:31:25.279Z | * [new branch] luqmana/non-gimlet-gimlet -> origin/luqmana/non-gimlet-gimlet |
345 | 2024-01-02T21:31:25.279Z | * [new branch] luqmana/scoped-ipv6-addr -> origin/luqmana/scoped-ipv6-addr |
346 | 2024-01-02T21:31:25.279Z | * [new branch] macos-test-concurrency -> origin/macos-test-concurrency |
347 | 2024-01-02T21:31:25.279Z | * [new branch] maghemite-integration -> origin/maghemite-integration |
348 | 2024-01-02T21:31:25.279Z | * [new branch] main -> origin/main |
349 | 2024-01-02T21:31:25.279Z | * [new branch] metrics-experiments -> origin/metrics-experiments |
350 | 2024-01-02T21:31:25.279Z | * [new branch] mike/ipcc -> origin/mike/ipcc |
351 | 2024-01-02T21:31:25.280Z | * [new branch] mupdate-demo -> origin/mupdate-demo |
352 | 2024-01-02T21:31:25.280Z | * [new branch] net-reorg -> origin/net-reorg |
353 | 2024-01-02T21:31:25.280Z | * [new branch] new-lookup-proc-macro -> origin/new-lookup-proc-macro |
354 | 2024-01-02T21:31:25.280Z | * [new branch] new-lookup-traits -> origin/new-lookup-traits |
355 | 2024-01-02T21:31:25.283Z | * [new branch] new-toolchain -> origin/new-toolchain |
356 | 2024-01-02T21:31:25.283Z | * [new branch] newfolgers -> origin/newfolgers |
357 | 2024-01-02T21:31:25.283Z | * [new branch] nexus-add-sled-part-2 -> origin/nexus-add-sled-part-2 |
358 | 2024-01-02T21:31:25.283Z | * [new branch] nexus-service-provisioning -> origin/nexus-service-provisioning |
359 | 2024-01-02T21:31:25.283Z | * [new branch] nexus-update-refresh -> origin/nexus-update-refresh |
360 | 2024-01-02T21:31:25.283Z | * [new branch] no-empty-filter-array -> origin/no-empty-filter-array |
361 | 2024-01-02T21:31:25.283Z | * [new branch] omdb-sensors -> origin/omdb-sensors |
362 | 2024-01-02T21:31:25.283Z | * [new branch] omicron_dev_ci -> origin/omicron_dev_ci |
363 | 2024-01-02T21:31:25.283Z | * [new branch] opte-and-plumb-network-interface -> origin/opte-and-plumb-network-interface |
364 | 2024-01-02T21:31:25.283Z | * [new branch] optimize-oids -> origin/optimize-oids |
365 | 2024-01-02T21:31:25.283Z | * [new branch] oxdb-dashboard -> origin/oxdb-dashboard |
366 | 2024-01-02T21:31:25.284Z | * [new branch] oximeter-schema-id -> origin/oximeter-schema-id |
367 | 2024-01-02T21:31:25.284Z | * [new branch] pkg-config-install-note -> origin/pkg-config-install-note |
368 | 2024-01-02T21:31:25.284Z | * [new branch] propagate-firewall-rules-to-sled -> origin/propagate-firewall-rules-to-sled |
369 | 2024-01-02T21:31:25.284Z | * [new branch] prove-le-bug -> origin/prove-le-bug |
370 | 2024-01-02T21:31:25.284Z | * [new branch] pumpkin -> origin/pumpkin |
371 | 2024-01-02T21:31:25.284Z | * [new branch] redirect-url-state -> origin/redirect-url-state |
372 | 2024-01-02T21:31:25.284Z | * [new branch] refactor-bootstrap-client-sprockets-proxy -> origin/refactor-bootstrap-client-sprockets-proxy |
373 | 2024-01-02T21:31:25.284Z | * [new branch] renovate/argon2alt-2.x -> origin/renovate/argon2alt-2.x |
374 | 2024-01-02T21:31:25.285Z | * [new branch] renovate/async-trait-0.x -> origin/renovate/async-trait-0.x |
375 | 2024-01-02T21:31:25.285Z | * [new branch] renovate/hkdf-0.x -> origin/renovate/hkdf-0.x |
376 | 2024-01-02T21:31:25.285Z | * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance |
377 | 2024-01-02T21:31:25.285Z | * [new branch] renovate/ratatui-0.x -> origin/renovate/ratatui-0.x |
378 | 2024-01-02T21:31:25.285Z | * [new branch] renovate/rustls-0.x -> origin/renovate/rustls-0.x |
379 | 2024-01-02T21:31:25.285Z | * [new branch] renovate/sqlformat-0.x -> origin/renovate/sqlformat-0.x |
380 | 2024-01-02T21:31:25.289Z | * [new branch] renovate/tokio-tungstenite-0.x -> origin/renovate/tokio-tungstenite-0.x |
381 | 2024-01-02T21:31:25.289Z | * [new branch] renovate/trust-dns-monorepo -> origin/renovate/trust-dns-monorepo |
382 | 2024-01-02T21:31:25.289Z | * [new branch] renovate/tui-tree-widget-0.x -> origin/renovate/tui-tree-widget-0.x |
383 | 2024-01-02T21:31:25.289Z | * [new branch] reservoir -> origin/reservoir |
384 | 2024-01-02T21:31:25.289Z | * [new branch] resilient-nexus -> origin/resilient-nexus |
385 | 2024-01-02T21:31:25.291Z | * [new branch] resource-identifier -> origin/resource-identifier |
386 | 2024-01-02T21:31:25.291Z | * [new branch] retry-txn -> origin/retry-txn |
387 | 2024-01-02T21:31:25.291Z | * [new branch] rev-opte -> origin/rev-opte |
388 | 2024-01-02T21:31:25.291Z | * [new branch] revert-936 -> origin/revert-936 |
389 | 2024-01-02T21:31:25.291Z | * [new branch] rfd-322-images -> origin/rfd-322-images |
390 | 2024-01-02T21:31:25.291Z | * [new branch] rpz-ext-ip-hack -> origin/rpz-ext-ip-hack |
391 | 2024-01-02T21:31:25.291Z | * [new branch] rpz-opte-sled-agent -> origin/rpz-opte-sled-agent |
392 | 2024-01-02T21:31:25.291Z | * [new branch] rpz-use-oxide-vpc -> origin/rpz-use-oxide-vpc |
393 | 2024-01-02T21:31:25.291Z | * [new branch] rss-testing -> origin/rss-testing |
394 | 2024-01-02T21:31:25.291Z | * [new branch] self-assembling-nexus -> origin/self-assembling-nexus |
395 | 2024-01-02T21:31:25.291Z | * [new branch] self-assembling-ntp -> origin/self-assembling-ntp |
396 | 2024-01-02T21:31:25.291Z | * [new branch] service-management-and-rss-handoff -> origin/service-management-and-rss-handoff |
397 | 2024-01-02T21:31:25.291Z | * [new branch] session-token-type -> origin/session-token-type |
398 | 2024-01-02T21:31:25.291Z | * [new branch] shatter-authn -> origin/shatter-authn |
399 | 2024-01-02T21:31:25.291Z | * [new branch] silo-create -> origin/silo-create |
400 | 2024-01-02T21:31:25.291Z | * [new branch] silo-groups-and-metrics -> origin/silo-groups-and-metrics |
401 | 2024-01-02T21:31:25.291Z | * [new branch] silo_groups_dap -> origin/silo_groups_dap |
402 | 2024-01-02T21:31:25.291Z | * [new branch] silo_groups_dap_queries -> origin/silo_groups_dap_queries |
403 | 2024-01-02T21:31:25.291Z | * [new branch] simple-cache -> origin/simple-cache |
404 | 2024-01-02T21:31:25.291Z | * [new branch] sled-agent-lifecycle -> origin/sled-agent-lifecycle |
405 | 2024-01-02T21:31:25.291Z | * [new branch] sled-agent-service-gen -> origin/sled-agent-service-gen |
406 | 2024-01-02T21:31:25.292Z | * [new branch] sled-agent/register-as-producer -> origin/sled-agent/register-as-producer |
407 | 2024-01-02T21:31:25.292Z | * [new branch] sled-hw-notification-simplification -> origin/sled-hw-notification-simplification |
408 | 2024-01-02T21:31:25.292Z | * [new branch] sled-hw-notification-simplification-2 -> origin/sled-hw-notification-simplification-2 |
409 | 2024-01-02T21:31:25.292Z | * [new branch] sled-location -> origin/sled-location |
410 | 2024-01-02T21:31:25.295Z | * [new branch] sp_v1.0.4 -> origin/sp_v1.0.4 |
411 | 2024-01-02T21:31:25.295Z | * [new branch] special-delivery -> origin/special-delivery |
412 | 2024-01-02T21:31:25.295Z | * [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 |
413 | 2024-01-02T21:31:25.295Z | * [new branch] sunshowers/spr/installinator-wip-initial-stub-version -> origin/sunshowers/spr/installinator-wip-initial-stub-version |
414 | 2024-01-02T21:31:25.295Z | * [new branch] sunshowers/spr/installinatorupdate-engine-some-reporting-improvements -> origin/sunshowers/spr/installinatorupdate-engine-some-reporting-improvements |
415 | 2024-01-02T21:31:25.296Z | * [new branch] sunshowers/spr/main.authz-macros-accept-an-optional-input_key-argument -> origin/sunshowers/spr/main.authz-macros-accept-an-optional-input_key-argument |
416 | 2024-01-02T21:31:25.296Z | * [new branch] sunshowers/spr/main.tufaceous-make-fake-manifests-sp-and-rot-manifests-the-same-as-sp-sim -> origin/sunshowers/spr/main.tufaceous-make-fake-manifests-sp-and-rot-manifests-the-same-as-sp-sim |
417 | 2024-01-02T21:31:25.296Z | * [new branch] sunshowers/spr/main.update-engine-move-terminal-executionstatus-into-its-own-type -> origin/sunshowers/spr/main.update-engine-move-terminal-executionstatus-into-its-own-type |
418 | 2024-01-02T21:31:25.296Z | * [new branch] sunshowers/spr/main.update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state -> origin/sunshowers/spr/main.update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state |
419 | 2024-01-02T21:31:25.296Z | * [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 |
420 | 2024-01-02T21:31:25.296Z | * [new branch] sunshowers/spr/main.wicket-add-rack-update-clear -> origin/sunshowers/spr/main.wicket-add-rack-update-clear |
421 | 2024-01-02T21:31:25.296Z | * [new branch] sunshowers/spr/main.wicket-add-scrolling-to-popups -> origin/sunshowers/spr/main.wicket-add-scrolling-to-popups |
422 | 2024-01-02T21:31:25.296Z | * [new branch] sunshowers/spr/main.wicket-command-line-interface-to-mupdate -> origin/sunshowers/spr/main.wicket-command-line-interface-to-mupdate |
423 | 2024-01-02T21:31:25.296Z | * [new branch] sunshowers/spr/main.wicket-make-cli-more-usable-in-wicketd-integration-tests -> origin/sunshowers/spr/main.wicket-make-cli-more-usable-in-wicketd-integration-tests |
424 | 2024-01-02T21:31:25.296Z | * [new branch] sunshowers/spr/main.wicket-require-that-update-state-be-cleared -> origin/sunshowers/spr/main.wicket-require-that-update-state-be-cleared |
425 | 2024-01-02T21:31:25.296Z | * [new branch] sunshowers/spr/main.wicket-wrap-all-popup-text-add-padding -> origin/sunshowers/spr/main.wicket-wrap-all-popup-text-add-padding |
426 | 2024-01-02T21:31:25.296Z | * [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 |
427 | 2024-01-02T21:31:25.296Z | * [new branch] sunshowers/spr/main.wip-nexus-add-support-for-ingesting-tuf-repos -> origin/sunshowers/spr/main.wip-nexus-add-support-for-ingesting-tuf-repos |
428 | 2024-01-02T21:31:25.296Z | * [new branch] sunshowers/spr/meta-trust-dns-hickory-dns -> origin/sunshowers/spr/meta-trust-dns-hickory-dns |
429 | 2024-01-02T21:31:25.296Z | * [new branch] sunshowers/spr/password-login-drop-timeout-to-500ms -> origin/sunshowers/spr/password-login-drop-timeout-to-500ms |
430 | 2024-01-02T21:31:25.296Z | * [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 |
431 | 2024-01-02T21:31:25.296Z | * [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 |
432 | 2024-01-02T21:31:25.296Z | * [new branch] sunshowers/spr/wicketd-move-shared-update-related-code-into-a-new-crate -> origin/sunshowers/spr/wicketd-move-shared-update-related-code-into-a-new-crate |
433 | 2024-01-02T21:31:25.296Z | * [new branch] sunshowers/spr/wip-nexus-add-support-for-ingesting-tuf-repos -> origin/sunshowers/spr/wip-nexus-add-support-for-ingesting-tuf-repos |
434 | 2024-01-02T21:31:25.296Z | * [new branch] sunshowers/spr/wip-wicketd-structured-updates -> origin/sunshowers/spr/wip-wicketd-structured-updates |
435 | 2024-01-02T21:31:25.296Z | * [new branch] swap -> origin/swap |
436 | 2024-01-02T21:31:25.296Z | * [new branch] switch-port-unification -> origin/switch-port-unification |
437 | 2024-01-02T21:31:25.297Z | * [new branch] temp-console-inventory-integration -> origin/temp-console-inventory-integration |
438 | 2024-01-02T21:31:25.297Z | * [new branch] thing-flinger -> origin/thing-flinger |
439 | 2024-01-02T21:31:25.300Z | * [new branch] try-bench-gimlet -> origin/try-bench-gimlet |
440 | 2024-01-02T21:31:25.300Z | * [new branch] u2-encryption -> origin/u2-encryption |
441 | 2024-01-02T21:31:25.300Z | * [new branch] u2-encryption-2 -> origin/u2-encryption-2 |
442 | 2024-01-02T21:31:25.300Z | * [new branch] u2-encryption-3 -> origin/u2-encryption-3 |
443 | 2024-01-02T21:31:25.300Z | * [new branch] unify-hardware-ids -> origin/unify-hardware-ids |
444 | 2024-01-02T21:31:25.300Z | * [new branch] unify-ip-range -> origin/unify-ip-range |
445 | 2024-01-02T21:31:25.300Z | * [new branch] unify_services_datasets -> origin/unify_services_datasets |
446 | 2024-01-02T21:31:25.300Z | * [new branch] unused-deps -> origin/unused-deps |
447 | 2024-01-02T21:31:25.300Z | * [new branch] update-planning -> origin/update-planning |
448 | 2024-01-02T21:31:25.300Z | * [new branch] usdt-probe-xtask -> origin/usdt-probe-xtask |
449 | 2024-01-02T21:31:25.300Z | * [new branch] use-helios-netdev-publisher -> origin/use-helios-netdev-publisher |
450 | 2024-01-02T21:31:25.300Z | * [new branch] use-incremental-build -> origin/use-incremental-build |
451 | 2024-01-02T21:31:25.300Z | * [new branch] v1-cleanup -> origin/v1-cleanup |
452 | 2024-01-02T21:31:25.300Z | * [new branch] v1-hardware-apis -> origin/v1-hardware-apis |
453 | 2024-01-02T21:31:25.300Z | * [new branch] vectorize-datasets -> origin/vectorize-datasets |
454 | 2024-01-02T21:31:25.300Z | * [new branch] wicket -> origin/wicket |
455 | 2024-01-02T21:31:25.300Z | * [new branch] wicket-dbg -> origin/wicket-dbg |
456 | 2024-01-02T21:31:25.300Z | * [new branch] wicket-dbg2 -> origin/wicket-dbg2 |
457 | 2024-01-02T21:31:25.301Z | * [new branch] wicket-menu -> origin/wicket-menu |
458 | 2024-01-02T21:31:25.301Z | * [new branch] wicket-rack-update -> origin/wicket-rack-update |
459 | 2024-01-02T21:31:25.301Z | * [new branch] wicket-update-integration -> origin/wicket-update-integration |
460 | 2024-01-02T21:31:25.301Z | * [new branch] wicket-update-integration-2 -> origin/wicket-update-integration-2 |
461 | 2024-01-02T21:31:25.301Z | * [new branch] wicket-update-pane -> origin/wicket-update-pane |
462 | 2024-01-02T21:31:25.301Z | * [new branch] wicket-update-status -> origin/wicket-update-status |
463 | 2024-01-02T21:31:25.301Z | * [new branch] wicketd-get-compmonent-inventory -> origin/wicketd-get-compmonent-inventory |
464 | 2024-01-02T21:31:25.304Z | * [new branch] wicketd-progenitor-derives -> origin/wicketd-progenitor-derives |
465 | 2024-01-02T21:31:25.304Z | * [new branch] wicketd-update-deliver-trampoline -> origin/wicketd-update-deliver-trampoline |
466 | 2024-01-02T21:31:25.304Z | * [new branch] wicketd-update-prototype -> origin/wicketd-update-prototype |
467 | 2024-01-02T21:31:25.304Z | * [new branch] wip-add-pvt2-repo -> origin/wip-add-pvt2-repo |
468 | 2024-01-02T21:31:25.304Z | * [new ref] -> origin/HEAD |
469 | 2024-01-02T21:31:25.757Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
470 | 2024-01-02T21:31:26.387Z | From https://github.com/oxidecomputer/dlpi-sys |
471 | 2024-01-02T21:31:26.387Z | * [new branch] gh-pages -> origin/gh-pages |
472 | 2024-01-02T21:31:26.390Z | * [new branch] main -> origin/main |
473 | 2024-01-02T21:31:26.390Z | * [new ref] -> origin/HEAD |
474 | 2024-01-02T21:31:26.529Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
475 | 2024-01-02T21:31:27.031Z | From https://github.com/jmesmon/rust-libzfs |
476 | 2024-01-02T21:31:27.031Z | * [new branch] dependabot/cargo/libc-0.2.140 -> origin/dependabot/cargo/libc-0.2.140 |
477 | 2024-01-02T21:31:27.035Z | * [new branch] dependabot/cargo/os_pipe-1.1.3 -> origin/dependabot/cargo/os_pipe-1.1.3 |
478 | 2024-01-02T21:31:27.036Z | * [new branch] dependabot/cargo/pkg-config-0.3.26 -> origin/dependabot/cargo/pkg-config-0.3.26 |
479 | 2024-01-02T21:31:27.036Z | * [new branch] dependabot/cargo/rand-0.8.5 -> origin/dependabot/cargo/rand-0.8.5 |
480 | 2024-01-02T21:31:27.036Z | * [new branch] dependabot/cargo/snafu-0.7.4 -> origin/dependabot/cargo/snafu-0.7.4 |
481 | 2024-01-02T21:31:27.036Z | * [new branch] dependabot/cargo/tempfile-3.4.0 -> origin/dependabot/cargo/tempfile-3.4.0 |
482 | 2024-01-02T21:31:27.036Z | * [new branch] dev -> origin/dev |
483 | 2024-01-02T21:31:27.036Z | * [new branch] drr -> origin/drr |
484 | 2024-01-02T21:31:27.036Z | * [new branch] f-types -> origin/f-types |
485 | 2024-01-02T21:31:27.036Z | * [new branch] lookup-nvlist -> origin/lookup-nvlist |
486 | 2024-01-02T21:31:27.036Z | * [new branch] master -> origin/master |
487 | 2024-01-02T21:31:27.036Z | * [new branch] staging -> origin/staging |
488 | 2024-01-02T21:31:27.036Z | * [new ref] -> origin/HEAD |
489 | 2024-01-02T21:31:27.036Z | * [new tag] nvpair-0.5.0 -> nvpair-0.5.0 |
490 | 2024-01-02T21:31:27.036Z | * [new tag] v0.4.0 -> v0.4.0 |
491 | 2024-01-02T21:31:27.036Z | * [new tag] zfs-core-0.5.0 -> zfs-core-0.5.0 |
492 | 2024-01-02T21:31:27.036Z | * [new tag] zfs-core-sys-0.5.0 -> zfs-core-sys-0.5.0 |
493 | 2024-01-02T21:31:27.051Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
494 | 2024-01-02T21:31:27.651Z | From https://github.com/oxidecomputer/rusty-doors |
495 | 2024-01-02T21:31:27.651Z | * [new branch] gh-pages -> origin/gh-pages |
496 | 2024-01-02T21:31:27.654Z | * [new branch] main -> origin/main |
497 | 2024-01-02T21:31:27.654Z | * [new branch] no-bindgen -> origin/no-bindgen |
498 | 2024-01-02T21:31:27.654Z | * [new ref] -> origin/HEAD |
499 | 2024-01-02T21:31:27.730Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
500 | 2024-01-02T21:31:27.974Z | warning: redirecting to https://github.com/oxidecomputer/serde_human_bytes/ |
501 | 2024-01-02T21:31:28.478Z | From http://github.com/oxidecomputer/serde_human_bytes |
502 | 2024-01-02T21:31:28.479Z | * [new branch] gh-pages -> origin/gh-pages |
503 | 2024-01-02T21:31:28.482Z | * [new branch] main -> origin/main |
504 | 2024-01-02T21:31:28.482Z | * [new branch] renovate/configure -> origin/renovate/configure |
505 | 2024-01-02T21:31:28.482Z | * [new ref] -> origin/HEAD |
506 | 2024-01-02T21:31:28.684Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
507 | 2024-01-02T21:31:29.261Z | From https://github.com/oxidecomputer/rfb |
508 | 2024-01-02T21:31:29.262Z | * [new branch] jhendricks/ps2mouse -> origin/jhendricks/ps2mouse |
509 | 2024-01-02T21:31:29.274Z | * [new branch] luqmana/stop-for-real -> origin/luqmana/stop-for-real |
510 | 2024-01-02T21:31:29.274Z | * [new branch] main -> origin/main |
511 | 2024-01-02T21:31:29.274Z | * [new ref] -> origin/HEAD |
512 | 2024-01-02T21:31:30.320Z | Downloading crates ... |
513 | 2024-01-02T21:31:30.514Z | Downloaded slog-stdlog v4.1.1 |
514 | 2024-01-02T21:31:30.520Z | Downloaded async-stream-impl v0.3.5 |
515 | 2024-01-02T21:31:30.527Z | Downloaded strum v0.25.0 |
516 | 2024-01-02T21:31:30.527Z | Downloaded clap_lex v0.6.0 |
517 | 2024-01-02T21:31:30.527Z | Downloaded block-buffer v0.10.4 |
518 | 2024-01-02T21:31:30.543Z | Downloaded byteorder v1.5.0 |
519 | 2024-01-02T21:31:30.558Z | Downloaded bitflags v2.4.1 |
520 | 2024-01-02T21:31:30.569Z | Downloaded cpufeatures v0.2.11 |
521 | 2024-01-02T21:31:30.569Z | Downloaded serde_urlencoded v0.7.1 |
522 | 2024-01-02T21:31:30.569Z | Downloaded camino v1.1.6 |
523 | 2024-01-02T21:31:30.569Z | Downloaded debug-ignore v1.0.5 |
524 | 2024-01-02T21:31:31.020Z | Downloaded darling_macro v0.20.3 |
525 | 2024-01-02T21:31:31.020Z | Downloaded foreign-types-shared v0.1.1 |
526 | 2024-01-02T21:31:31.021Z | Downloaded form_urlencoded v1.2.1 |
527 | 2024-01-02T21:31:31.021Z | Downloaded clap_derive v4.4.7 |
528 | 2024-01-02T21:31:31.021Z | Downloaded dtrace-parser v0.1.14 |
529 | 2024-01-02T21:31:31.021Z | Downloaded parking_lot_core v0.9.9 |
530 | 2024-01-02T21:31:31.021Z | Downloaded mio v0.8.10 |
531 | 2024-01-02T21:31:31.022Z | Downloaded foreign-types v0.3.2 |
532 | 2024-01-02T21:31:31.022Z | Downloaded foreign-types-macros v0.2.3 |
533 | 2024-01-02T21:31:31.022Z | Downloaded serde_spanned v0.6.5 |
534 | 2024-01-02T21:31:31.022Z | Downloaded futures-sink v0.3.30 |
535 | 2024-01-02T21:31:31.022Z | Downloaded chrono v0.4.31 |
536 | 2024-01-02T21:31:31.022Z | Downloaded yansi v0.5.1 |
537 | 2024-01-02T21:31:31.022Z | Downloaded httparse v1.8.0 |
538 | 2024-01-02T21:31:31.022Z | Downloaded time-core v0.1.2 |
539 | 2024-01-02T21:31:31.022Z | Downloaded sha1 v0.10.6 |
540 | 2024-01-02T21:31:31.022Z | Downloaded tinyvec v1.6.0 |
541 | 2024-01-02T21:31:31.023Z | Downloaded usdt-attr-macro v0.3.5 |
542 | 2024-01-02T21:31:31.023Z | Downloaded unicode-width v0.1.11 |
543 | 2024-01-02T21:31:31.023Z | Downloaded thread_local v1.1.7 |
544 | 2024-01-02T21:31:31.023Z | Downloaded openssl-probe v0.1.5 |
545 | 2024-01-02T21:31:31.023Z | Downloaded crc8 v0.1.1 |
546 | 2024-01-02T21:31:31.023Z | Downloaded tinyvec_macros v0.1.1 |
547 | 2024-01-02T21:31:31.023Z | Downloaded anstream v0.6.5 |
548 | 2024-01-02T21:31:31.023Z | Downloaded scopeguard v1.2.0 |
549 | 2024-01-02T21:31:31.023Z | Downloaded instant v0.1.12 |
550 | 2024-01-02T21:31:31.023Z | Downloaded untrusted v0.9.0 |
551 | 2024-01-02T21:31:31.023Z | Downloaded subtle v2.5.0 |
552 | 2024-01-02T21:31:31.023Z | Downloaded rustls-pemfile v2.0.0 |
553 | 2024-01-02T21:31:31.024Z | Downloaded match_cfg v0.1.0 |
554 | 2024-01-02T21:31:31.024Z | Downloaded tower-service v0.3.2 |
555 | 2024-01-02T21:31:31.024Z | Downloaded rand_core v0.6.4 |
556 | 2024-01-02T21:31:31.024Z | Downloaded waitgroup v0.1.2 |
557 | 2024-01-02T21:31:31.024Z | Downloaded typify-macro v0.0.14 |
558 | 2024-01-02T21:31:31.025Z | Downloaded paste v1.0.14 |
559 | 2024-01-02T21:31:31.025Z | Downloaded version_check v0.9.4 |
560 | 2024-01-02T21:31:31.025Z | Downloaded lazy_static v1.4.0 |
561 | 2024-01-02T21:31:31.025Z | Downloaded serde_repr v0.1.17 |
562 | 2024-01-02T21:31:31.025Z | Downloaded pretty-hex v0.4.1 |
563 | 2024-01-02T21:31:31.025Z | Downloaded zerocopy v0.3.2 |
564 | 2024-01-02T21:31:31.025Z | Downloaded pretty-hex v0.2.1 |
565 | 2024-01-02T21:31:31.026Z | Downloaded proc-macro-error-attr v1.0.4 |
566 | 2024-01-02T21:31:31.026Z | Downloaded openssl-macros v0.1.1 |
567 | 2024-01-02T21:31:31.026Z | Downloaded omicron-workspace-hack v0.1.0 |
568 | 2024-01-02T21:31:31.026Z | Downloaded usdt-impl v0.3.5 |
569 | 2024-01-02T21:31:31.026Z | Downloaded sct v0.7.1 |
570 | 2024-01-02T21:31:31.026Z | Downloaded strum_macros v0.25.3 |
571 | 2024-01-02T21:31:31.026Z | Downloaded hostname v0.3.1 |
572 | 2024-01-02T21:31:31.026Z | Downloaded toml v0.8.8 |
573 | 2024-01-02T21:31:31.026Z | Downloaded pkg-config v0.3.28 |
574 | 2024-01-02T21:31:31.026Z | Downloaded cc v1.0.83 |
575 | 2024-01-02T21:31:31.026Z | Downloaded num_enum v0.5.11 |
576 | 2024-01-02T21:31:31.027Z | Downloaded pin-utils v0.1.0 |
577 | 2024-01-02T21:31:31.027Z | Downloaded num-rational v0.4.1 |
578 | 2024-01-02T21:31:31.027Z | Downloaded pest_generator v2.7.5 |
579 | 2024-01-02T21:31:31.027Z | Downloaded rustls-pki-types v1.1.0 |
580 | 2024-01-02T21:31:31.027Z | Downloaded num_enum_derive v0.7.1 |
581 | 2024-01-02T21:31:31.027Z | Downloaded num_enum v0.7.1 |
582 | 2024-01-02T21:31:31.027Z | Downloaded schemars_derive v0.8.16 |
583 | 2024-01-02T21:31:31.027Z | Downloaded lock_api v0.4.11 |
584 | 2024-01-02T21:31:31.028Z | Downloaded ipnet v2.9.0 |
585 | 2024-01-02T21:31:31.028Z | Downloaded rustversion v1.0.14 |
586 | 2024-01-02T21:31:31.028Z | Downloaded pest_derive v2.7.5 |
587 | 2024-01-02T21:31:31.028Z | Downloaded unicode-bidi v0.3.14 |
588 | 2024-01-02T21:31:31.028Z | Downloaded parking_lot_core v0.8.6 |
589 | 2024-01-02T21:31:31.028Z | Downloaded postgres-protocol v0.6.6 |
590 | 2024-01-02T21:31:31.028Z | Downloaded semver v1.0.20 |
591 | 2024-01-02T21:31:31.029Z | Downloaded socket2 v0.4.10 |
592 | 2024-01-02T21:31:31.029Z | Downloaded num-traits v0.2.17 |
593 | 2024-01-02T21:31:31.029Z | Downloaded md-5 v0.10.6 |
594 | 2024-01-02T21:31:31.029Z | Downloaded parking_lot v0.11.2 |
595 | 2024-01-02T21:31:31.029Z | Downloaded pin-project-lite v0.2.13 |
596 | 2024-01-02T21:31:31.029Z | Downloaded pest_meta v2.7.5 |
597 | 2024-01-02T21:31:31.029Z | Downloaded ryu v1.0.16 |
598 | 2024-01-02T21:31:31.029Z | Downloaded serde_derive v1.0.193 |
599 | 2024-01-02T21:31:31.029Z | Downloaded parking_lot v0.12.1 |
600 | 2024-01-02T21:31:31.030Z | Downloaded openssl-sys v0.9.98 |
601 | 2024-01-02T21:31:31.030Z | Downloaded schemars v0.8.16 |
602 | 2024-01-02T21:31:31.030Z | Downloaded pretty_assertions v1.4.0 |
603 | 2024-01-02T21:31:31.030Z | Downloaded serde v1.0.193 |
604 | 2024-01-02T21:31:31.030Z | Downloaded nom v7.1.3 |
605 | 2024-01-02T21:31:31.030Z | Downloaded memchr v2.7.1 |
606 | 2024-01-02T21:31:31.030Z | Downloaded hashbrown v0.14.3 |
607 | 2024-01-02T21:31:31.030Z | Downloaded itertools v0.12.0 |
608 | 2024-01-02T21:31:31.031Z | Downloaded pest v2.7.5 |
609 | 2024-01-02T21:31:31.031Z | Downloaded serde_json v1.0.109 |
610 | 2024-01-02T21:31:31.031Z | Downloaded libm v0.2.8 |
611 | 2024-01-02T21:31:31.031Z | Downloaded rustls-webpki v0.101.7 |
612 | 2024-01-02T21:31:31.031Z | Downloaded webpki-roots v0.25.3 |
613 | 2024-01-02T21:31:31.031Z | Downloaded syn v1.0.109 |
614 | 2024-01-02T21:31:31.036Z | Downloaded syn v2.0.44 |
615 | 2024-01-02T21:31:31.036Z | Downloaded regress v0.6.0 |
616 | 2024-01-02T21:31:31.048Z | Downloaded regress v0.7.1 |
617 | 2024-01-02T21:31:31.061Z | Downloaded typify-impl v0.0.14 |
618 | 2024-01-02T21:31:31.079Z | Downloaded regex-syntax v0.7.5 |
619 | 2024-01-02T21:31:31.094Z | Downloaded openapiv3 v2.0.0 |
620 | 2024-01-02T21:31:31.117Z | Downloaded sled v0.34.7 |
621 | 2024-01-02T21:31:31.138Z | Downloaded zerocopy-derive v0.2.0 |
622 | 2024-01-02T21:31:31.156Z | Downloaded finl_unicode v1.2.0 |
623 | 2024-01-02T21:31:31.175Z | Downloaded libc v0.2.151 |
624 | 2024-01-02T21:31:31.223Z | Downloaded tokio v1.35.1 |
625 | 2024-01-02T21:31:31.284Z | Downloaded regex-automata v0.4.3 |
626 | 2024-01-02T21:31:31.315Z | Downloaded openapiv3 v1.0.4 |
627 | 2024-01-02T21:31:31.329Z | Downloaded regex-syntax v0.8.2 |
628 | 2024-01-02T21:31:31.343Z | Downloaded encoding_rs v0.8.33 |
629 | 2024-01-02T21:31:31.382Z | Downloaded progenitor-impl v0.4.1 |
630 | 2024-01-02T21:31:31.404Z | Downloaded rustls v0.21.10 |
631 | 2024-01-02T21:31:31.429Z | Downloaded regex v1.10.2 |
632 | 2024-01-02T21:31:31.444Z | Downloaded vcpkg v0.2.15 |
633 | 2024-01-02T21:31:31.510Z | Downloaded idna v0.5.0 |
634 | 2024-01-02T21:31:31.522Z | Downloaded openssl v0.10.62 |
635 | 2024-01-02T21:31:31.942Z | Downloaded reqwest v0.11.23 |
636 | 2024-01-02T21:31:31.960Z | Downloaded aho-corasick v1.1.2 |
637 | 2024-01-02T21:31:31.960Z | Downloaded winnow v0.5.31 |
638 | 2024-01-02T21:31:31.960Z | Downloaded zerocopy v0.7.32 |
639 | 2024-01-02T21:31:31.960Z | Downloaded clap_builder v4.4.12 |
640 | 2024-01-02T21:31:31.960Z | Downloaded h2 v0.3.22 |
641 | 2024-01-02T21:31:31.960Z | Downloaded ring v0.17.7 |
642 | 2024-01-02T21:31:31.960Z | Downloaded time v0.3.31 |
643 | 2024-01-02T21:31:31.961Z | Downloaded serde_with v3.4.0 |
644 | 2024-01-02T21:31:31.961Z | Downloaded http v0.2.11 |
645 | 2024-01-02T21:31:31.961Z | Downloaded rand v0.8.5 |
646 | 2024-01-02T21:31:31.961Z | Downloaded minimal-lexical v0.2.1 |
647 | 2024-01-02T21:31:31.961Z | Downloaded toml_edit v0.21.0 |
648 | 2024-01-02T21:31:31.961Z | Downloaded toml_edit v0.19.15 |
649 | 2024-01-02T21:31:31.961Z | Downloaded tokio-util v0.7.10 |
650 | 2024-01-02T21:31:31.961Z | Downloaded toml_edit v0.20.7 |
651 | 2024-01-02T21:31:31.962Z | Downloaded base64 v0.21.5 |
652 | 2024-01-02T21:31:31.962Z | Downloaded futures-util v0.3.30 |
653 | 2024-01-02T21:31:31.962Z | Downloaded hyper v0.14.28 |
654 | 2024-01-02T21:31:31.962Z | Downloaded unicode-normalization v0.1.22 |
655 | 2024-01-02T21:31:31.962Z | Downloaded tracing v0.1.40 |
656 | 2024-01-02T21:31:31.962Z | Downloaded proc-macro2 v1.0.73 |
657 | 2024-01-02T21:31:31.962Z | Downloaded url v2.5.0 |
658 | 2024-01-02T21:31:31.962Z | Downloaded unsafe-libyaml v0.2.10 |
659 | 2024-01-02T21:31:32.397Z | Downloaded tokio-postgres v0.7.10 |
660 | 2024-01-02T21:31:32.397Z | Downloaded http v1.0.0 |
661 | 2024-01-02T21:31:32.397Z | Downloaded hashbrown v0.12.3 |
662 | 2024-01-02T21:31:32.430Z | Downloaded tracing-core v0.1.32 |
663 | 2024-01-02T21:31:32.430Z | Downloaded darling_core v0.20.3 |
664 | 2024-01-02T21:31:32.430Z | Downloaded uuid v0.8.2 |
665 | 2024-01-02T21:31:32.430Z | Downloaded serde_yaml v0.9.29 |
666 | 2024-01-02T21:31:32.430Z | Downloaded once_cell v1.19.0 |
667 | 2024-01-02T21:31:32.430Z | Downloaded ucd-trie v0.1.6 |
668 | 2024-01-02T21:31:32.430Z | Downloaded uuid v1.6.1 |
669 | 2024-01-02T21:31:32.431Z | Downloaded multer v3.0.0 |
670 | 2024-01-02T21:31:32.431Z | Downloaded mime v0.3.17 |
671 | 2024-01-02T21:31:32.431Z | Downloaded crypto-common v0.1.6 |
672 | 2024-01-02T21:31:32.431Z | Downloaded tokio-rustls v0.24.1 |
673 | 2024-01-02T21:31:32.431Z | Downloaded num_enum_derive v0.5.11 |
674 | 2024-01-02T21:31:32.431Z | Downloaded postgres-types v0.2.6 |
675 | 2024-01-02T21:31:32.431Z | Downloaded num-complex v0.4.4 |
676 | 2024-01-02T21:31:32.431Z | Downloaded smallvec v1.11.2 |
677 | 2024-01-02T21:31:32.431Z | Downloaded indexmap v1.9.3 |
678 | 2024-01-02T21:31:32.431Z | Downloaded crossbeam-channel v0.5.10 |
679 | 2024-01-02T21:31:32.431Z | Downloaded quote v1.0.34 |
680 | 2024-01-02T21:31:32.431Z | Downloaded half v1.8.2 |
681 | 2024-01-02T21:31:32.431Z | Downloaded tracing-attributes v0.1.27 |
682 | 2024-01-02T21:31:32.431Z | Downloaded term v0.7.0 |
683 | 2024-01-02T21:31:32.432Z | Downloaded spin v0.9.8 |
684 | 2024-01-02T21:31:32.432Z | Downloaded proc-macro-error v1.0.4 |
685 | 2024-01-02T21:31:32.432Z | Downloaded log v0.4.20 |
686 | 2024-01-02T21:31:32.432Z | Downloaded serde_derive_internals v0.26.0 |
687 | 2024-01-02T21:31:32.432Z | Downloaded percent-encoding v2.3.1 |
688 | 2024-01-02T21:31:32.432Z | Downloaded serde_path_to_error v0.1.14 |
689 | 2024-01-02T21:31:32.432Z | Downloaded native-tls v0.2.11 |
690 | 2024-01-02T21:31:32.432Z | Downloaded hex v0.4.3 |
691 | 2024-01-02T21:31:32.432Z | Downloaded typenum v1.17.0 |
692 | 2024-01-02T21:31:32.432Z | Downloaded rand_chacha v0.3.1 |
693 | 2024-01-02T21:31:32.432Z | Downloaded num_cpus v1.16.0 |
694 | 2024-01-02T21:31:32.432Z | Downloaded whoami v1.4.1 |
695 | 2024-01-02T21:31:32.432Z | Downloaded httpdate v1.0.3 |
696 | 2024-01-02T21:31:32.432Z | Downloaded usdt-macro v0.3.5 |
697 | 2024-01-02T21:31:32.432Z | Downloaded synstructure v0.12.6 |
698 | 2024-01-02T21:31:32.433Z | Downloaded usdt v0.3.5 |
699 | 2024-01-02T21:31:32.433Z | Downloaded progenitor v0.4.1 |
700 | 2024-01-02T21:31:32.433Z | Downloaded proc-macro-crate v1.3.1 |
701 | 2024-01-02T21:31:32.433Z | Downloaded parse-display-derive v0.8.2 |
702 | 2024-01-02T21:31:32.433Z | Downloaded humantime v2.1.0 |
703 | 2024-01-02T21:31:32.433Z | Downloaded unicode-xid v0.2.4 |
704 | 2024-01-02T21:31:32.433Z | Downloaded tokio-macros v2.2.0 |
705 | 2024-01-02T21:31:32.433Z | Downloaded thiserror-impl v1.0.53 |
706 | 2024-01-02T21:31:32.433Z | Downloaded sha2 v0.10.8 |
707 | 2024-01-02T21:31:32.433Z | Downloaded num-iter v0.1.43 |
708 | 2024-01-02T21:31:32.433Z | Downloaded num-integer v0.1.45 |
709 | 2024-01-02T21:31:32.433Z | Downloaded hmac v0.12.1 |
710 | 2024-01-02T21:31:32.433Z | Downloaded thiserror v1.0.53 |
711 | 2024-01-02T21:31:32.433Z | Downloaded socket2 v0.5.5 |
712 | 2024-01-02T21:31:32.433Z | Downloaded utf8parse v0.2.1 |
713 | 2024-01-02T21:31:32.433Z | Downloaded futures-io v0.3.30 |
714 | 2024-01-02T21:31:32.434Z | Downloaded num v0.4.1 |
715 | 2024-01-02T21:31:32.434Z | Downloaded ciborium v0.2.1 |
716 | 2024-01-02T21:31:32.434Z | Downloaded ppv-lite86 v0.2.17 |
717 | 2024-01-02T21:31:32.434Z | Downloaded phf_shared v0.11.2 |
718 | 2024-01-02T21:31:32.434Z | Downloaded ipnetwork v0.20.0 |
719 | 2024-01-02T21:31:32.434Z | Downloaded try-lock v0.2.5 |
720 | 2024-01-02T21:31:32.434Z | Downloaded thread-id v4.2.1 |
721 | 2024-01-02T21:31:32.434Z | Downloaded iana-time-zone v0.1.59 |
722 | 2024-01-02T21:31:32.434Z | Downloaded hyper-rustls v0.24.2 |
723 | 2024-01-02T21:31:32.435Z | Downloaded indexmap v2.1.0 |
724 | 2024-01-02T21:31:32.435Z | Downloaded typify v0.0.14 |
725 | 2024-01-02T21:31:32.435Z | Downloaded crossbeam-utils v0.8.18 |
726 | 2024-01-02T21:31:32.435Z | Downloaded futures-channel v0.3.30 |
727 | 2024-01-02T21:31:32.435Z | Downloaded crossbeam-epoch v0.9.17 |
728 | 2024-01-02T21:31:32.436Z | Downloaded futures v0.3.30 |
729 | 2024-01-02T21:31:32.436Z | Downloaded darling v0.20.3 |
730 | 2024-01-02T21:31:32.436Z | Downloaded proc-macro-crate v2.0.0 |
731 | 2024-01-02T21:31:32.436Z | Downloaded progenitor-macro v0.4.1 |
732 | 2024-01-02T21:31:32.436Z | Downloaded progenitor-client v0.4.1 |
733 | 2024-01-02T21:31:32.436Z | Downloaded num_threads v0.1.6 |
734 | 2024-01-02T21:31:32.436Z | Downloaded powerfmt v0.2.0 |
735 | 2024-01-02T21:31:32.436Z | Downloaded phf v0.11.2 |
736 | 2024-01-02T21:31:32.436Z | Downloaded toml_datetime v0.6.5 |
737 | 2024-01-02T21:31:32.436Z | Downloaded macaddr v1.0.1 |
738 | 2024-01-02T21:31:32.436Z | Downloaded tabwriter v1.4.0 |
739 | 2024-01-02T21:31:32.437Z | Downloaded getrandom v0.2.11 |
740 | 2024-01-02T21:31:32.437Z | Downloaded generic-array v0.14.7 |
741 | 2024-01-02T21:31:32.437Z | Downloaded itoa v1.0.10 |
742 | 2024-01-02T21:31:32.437Z | Downloaded time-macros v0.2.16 |
743 | 2024-01-02T21:31:32.437Z | Downloaded http-body v0.4.6 |
744 | 2024-01-02T21:31:32.437Z | Downloaded dirs-next v2.0.0 |
745 | 2024-01-02T21:31:32.437Z | Downloaded hyper-tls v0.5.0 |
746 | 2024-01-02T21:31:32.438Z | Downloaded parse-display v0.8.2 |
747 | 2024-01-02T21:31:32.438Z | Downloaded tokio-native-tls v0.3.1 |
748 | 2024-01-02T21:31:32.438Z | Downloaded bytes v1.5.0 |
749 | 2024-01-02T21:31:32.439Z | Downloaded heck v0.4.1 |
750 | 2024-01-02T21:31:32.439Z | Downloaded deranged v0.3.11 |
751 | 2024-01-02T21:31:32.439Z | Downloaded slog-term v2.9.0 |
752 | 2024-01-02T21:31:32.439Z | Downloaded crc32fast v1.3.2 |
753 | 2024-01-02T21:31:32.439Z | Downloaded slog v2.7.0 |
754 | 2024-01-02T21:31:32.439Z | Downloaded serde_with_macros v3.4.0 |
755 | 2024-01-02T21:31:32.439Z | Downloaded stringprep v0.1.4 |
756 | 2024-01-02T21:31:32.439Z | Downloaded fallible-iterator v0.2.0 |
757 | 2024-01-02T21:31:32.439Z | Downloaded siphasher v0.3.11 |
758 | 2024-01-02T21:31:32.440Z | Downloaded dof v0.1.5 |
759 | 2024-01-02T21:31:32.440Z | Downloaded structmeta-derive v0.2.0 |
760 | 2024-01-02T21:31:32.440Z | Downloaded structmeta v0.2.0 |
761 | 2024-01-02T21:31:32.440Z | Downloaded slog-bunyan v2.4.0 |
762 | 2024-01-02T21:31:32.475Z | Downloaded slog-async v2.8.0 |
763 | 2024-01-02T21:31:32.475Z | Downloaded futures-core v0.3.30 |
764 | 2024-01-02T21:31:32.475Z | Downloaded futures-task v0.3.30 |
765 | 2024-01-02T21:31:32.475Z | Downloaded unicode-ident v1.0.12 |
766 | 2024-01-02T21:31:32.475Z | Downloaded ident_case v1.0.1 |
767 | 2024-01-02T21:31:32.475Z | Downloaded serde_tokenstream v0.2.0 |
768 | 2024-01-02T21:31:32.475Z | Downloaded slog-envlogger v2.2.0 |
769 | 2024-01-02T21:31:32.475Z | Downloaded slab v0.4.9 |
770 | 2024-01-02T21:31:32.476Z | Downloaded dyn-clone v1.0.16 |
771 | 2024-01-02T21:31:32.476Z | Downloaded dirs-sys-next v0.1.2 |
772 | 2024-01-02T21:31:32.476Z | Downloaded want v0.3.1 |
773 | 2024-01-02T21:31:32.476Z | Downloaded take_mut v0.2.2 |
774 | 2024-01-02T21:31:32.476Z | Downloaded arc-swap v1.6.0 |
775 | 2024-01-02T21:31:32.476Z | Downloaded diff v0.1.13 |
776 | 2024-01-02T21:31:32.476Z | Downloaded rustls-pemfile v1.0.4 |
777 | 2024-01-02T21:31:32.476Z | Downloaded futures-macro v0.3.30 |
778 | 2024-01-02T21:31:32.476Z | Downloaded foreign-types v0.5.0 |
779 | 2024-01-02T21:31:32.476Z | Downloaded digest v0.10.7 |
780 | 2024-01-02T21:31:32.476Z | Downloaded slog-scope v4.4.0 |
781 | 2024-01-02T21:31:32.476Z | Downloaded fxhash v0.2.1 |
782 | 2024-01-02T21:31:32.476Z | Downloaded atty v0.2.14 |
783 | 2024-01-02T21:31:32.476Z | Downloaded cstr-argument v0.1.2 |
784 | 2024-01-02T21:31:32.477Z | Downloaded fnv v1.0.7 |
785 | 2024-01-02T21:31:32.477Z | Downloaded strsim v0.10.0 |
786 | 2024-01-02T21:31:32.477Z | Downloaded anyhow v1.0.78 |
787 | 2024-01-02T21:31:32.477Z | Downloaded colorchoice v1.0.0 |
788 | 2024-01-02T21:31:32.477Z | Downloaded foreign-types-shared v0.3.1 |
789 | 2024-01-02T21:31:32.477Z | Downloaded equivalent v1.0.1 |
790 | 2024-01-02T21:31:32.477Z | Downloaded ciborium-io v0.2.1 |
791 | 2024-01-02T21:31:32.477Z | Downloaded clap v4.4.12 |
792 | 2024-01-02T21:31:32.477Z | Downloaded getopts v0.2.21 |
793 | 2024-01-02T21:31:32.477Z | Downloaded either v1.9.0 |
794 | 2024-01-02T21:31:32.477Z | Downloaded atomic-waker v1.1.2 |
795 | 2024-01-02T21:31:32.477Z | Downloaded ciborium-ll v0.2.1 |
796 | 2024-01-02T21:31:32.477Z | Downloaded colored v2.1.0 |
797 | 2024-01-02T21:31:32.477Z | Downloaded async-trait v0.1.76 |
798 | 2024-01-02T21:31:32.477Z | Downloaded serde_tokenstream v0.1.7 |
799 | 2024-01-02T21:31:32.477Z | Downloaded futures-executor v0.3.30 |
800 | 2024-01-02T21:31:32.477Z | Downloaded cfg-if v1.0.0 |
801 | 2024-01-02T21:31:32.478Z | Downloaded backoff v0.4.0 |
802 | 2024-01-02T21:31:32.478Z | Downloaded ahash v0.8.7 |
803 | 2024-01-02T21:31:32.478Z | Downloaded autocfg v1.1.0 |
804 | 2024-01-02T21:31:32.478Z | Downloaded async-stream v0.3.5 |
805 | 2024-01-02T21:31:32.478Z | Downloaded anstyle-query v1.0.2 |
806 | 2024-01-02T21:31:32.478Z | Downloaded slog-json v2.6.1 |
807 | 2024-01-02T21:31:32.478Z | Downloaded anstyle v1.0.4 |
808 | 2024-01-02T21:31:32.478Z | Downloaded signal-hook-registry v1.4.1 |
809 | 2024-01-02T21:31:32.478Z | Downloaded hashbrown v0.13.2 |
810 | 2024-01-02T21:31:32.478Z | Downloaded anstyle-parse v0.2.3 |
811 | 2024-01-02T21:31:32.621Z | Compiling proc-macro2 v1.0.73 |
812 | 2024-01-02T21:31:32.621Z | Compiling unicode-ident v1.0.12 |
813 | 2024-01-02T21:31:32.630Z | Compiling libc v0.2.151 |
814 | 2024-01-02T21:31:32.630Z | Compiling serde v1.0.193 |
815 | 2024-01-02T21:31:32.637Z | Compiling autocfg v1.1.0 |
816 | 2024-01-02T21:31:32.648Z | Compiling version_check v0.9.4 |
817 | 2024-01-02T21:31:32.667Z | Compiling syn v1.0.109 |
818 | 2024-01-02T21:31:32.667Z | Checking cfg-if v1.0.0 |
819 | 2024-01-02T21:31:32.803Z | Compiling thiserror v1.0.53 |
820 | 2024-01-02T21:31:32.911Z | Compiling serde_json v1.0.109 |
821 | 2024-01-02T21:31:34.754Z | Compiling once_cell v1.19.0 |
822 | 2024-01-02T21:31:34.758Z | Compiling lock_api v0.4.11 |
823 | 2024-01-02T21:31:34.758Z | Compiling parking_lot_core v0.9.9 |
824 | 2024-01-02T21:31:35.050Z | Compiling libm v0.2.8 |
825 | 2024-01-02T21:31:35.057Z | Compiling num-traits v0.2.17 |
826 | 2024-01-02T21:31:35.086Z | Compiling memchr v2.7.1 |
827 | 2024-01-02T21:31:35.090Z | Compiling slab v0.4.9 |
828 | 2024-01-02T21:31:35.106Z | Compiling heck v0.4.1 |
829 | 2024-01-02T21:31:35.883Z | Compiling slog v2.7.0 |
830 | 2024-01-02T21:31:36.348Z | Compiling hashbrown v0.14.3 |
831 | 2024-01-02T21:31:36.519Z | Compiling quote v1.0.34 |
832 | 2024-01-02T21:31:36.635Z | Compiling cc v1.0.83 |
833 | 2024-01-02T21:31:36.696Z | Compiling equivalent v1.0.1 |
834 | 2024-01-02T21:31:36.723Z | Compiling ahash v0.8.7 |
835 | 2024-01-02T21:31:36.824Z | Compiling itoa v1.0.10 |
836 | 2024-01-02T21:31:37.142Z | Compiling syn v2.0.44 |
837 | 2024-01-02T21:31:37.541Z | Compiling pkg-config v0.3.28 |
838 | 2024-01-02T21:31:37.687Z | Compiling vcpkg v0.2.15 |
839 | 2024-01-02T21:31:37.764Z | Compiling ryu v1.0.16 |
840 | 2024-01-02T21:31:38.156Z | Compiling schemars v0.8.16 |
841 | 2024-01-02T21:31:38.226Z | Compiling httparse v1.8.0 |
842 | 2024-01-02T21:31:38.403Z | Compiling indexmap v2.1.0 |
843 | 2024-01-02T21:31:38.852Z | Compiling crossbeam-utils v0.8.18 |
844 | 2024-01-02T21:31:39.634Z | Compiling typenum v1.17.0 |
845 | 2024-01-02T21:31:39.831Z | Compiling rustls v0.21.10 |
846 | 2024-01-02T21:31:40.220Z | Compiling openssl v0.10.62 |
847 | 2024-01-02T21:31:40.269Z | Compiling generic-array v0.14.7 |
848 | 2024-01-02T21:31:40.309Z | Compiling native-tls v0.2.11 |
849 | 2024-01-02T21:31:40.455Z | Compiling ring v0.17.7 |
850 | 2024-01-02T21:31:41.143Z | Compiling openssl-sys v0.9.98 |
851 | 2024-01-02T21:31:41.146Z | Checking getrandom v0.2.11 |
852 | 2024-01-02T21:31:41.252Z | Checking smallvec v1.11.2 |
853 | 2024-01-02T21:31:41.424Z | Compiling anyhow v1.0.78 |
854 | 2024-01-02T21:31:41.475Z | Compiling zerocopy v0.7.32 |
855 | 2024-01-02T21:31:41.844Z | Compiling indexmap v1.9.3 |
856 | 2024-01-02T21:31:42.308Z | Checking scopeguard v1.2.0 |
857 | 2024-01-02T21:31:43.045Z | Compiling hashbrown v0.13.2 |
858 | 2024-01-02T21:31:43.057Z | Checking pin-project-lite v0.2.13 |
859 | 2024-01-02T21:31:43.075Z | Compiling dyn-clone v1.0.16 |
860 | 2024-01-02T21:31:43.268Z | Compiling uuid v1.6.1 |
861 | 2024-01-02T21:31:43.283Z | Compiling time-core v0.1.2 |
862 | 2024-01-02T21:31:43.458Z | Compiling time-macros v0.2.16 |
863 | 2024-01-02T21:31:43.744Z | Compiling log v0.4.20 |
864 | 2024-01-02T21:31:44.218Z | Compiling chrono v0.4.31 |
865 | 2024-01-02T21:31:44.239Z | Compiling fnv v1.0.7 |
866 | 2024-01-02T21:31:44.404Z | Compiling regress v0.7.1 |
867 | 2024-01-02T21:31:44.697Z | Compiling aho-corasick v1.1.2 |
868 | 2024-01-02T21:31:46.216Z | Compiling regex-syntax v0.8.2 |
869 | 2024-01-02T21:31:47.335Z | Compiling serde_derive_internals v0.26.0 |
870 | 2024-01-02T21:31:49.341Z | Compiling unicode-xid v0.2.4 |
871 | 2024-01-02T21:31:49.596Z | Compiling synstructure v0.12.6 |
872 | 2024-01-02T21:31:51.666Z | Compiling regex-automata v0.4.3 |
873 | 2024-01-02T21:31:51.845Z | Compiling slog-async v2.8.0 |
874 | 2024-01-02T21:31:52.077Z | Compiling ucd-trie v0.1.6 |
875 | 2024-01-02T21:31:52.398Z | Compiling hashbrown v0.12.3 |
876 | 2024-01-02T21:31:52.611Z | Checking parking_lot v0.12.1 |
877 | 2024-01-02T21:31:52.884Z | Checking signal-hook-registry v1.4.1 |
878 | 2024-01-02T21:31:53.115Z | Checking socket2 v0.5.5 |
879 | 2024-01-02T21:31:53.223Z | Checking mio v0.8.10 |
880 | 2024-01-02T21:31:53.810Z | Checking num_cpus v1.16.0 |
881 | 2024-01-02T21:31:53.944Z | Compiling toml_datetime v0.6.5 |
882 | 2024-01-02T21:31:54.075Z | Compiling bytes v1.5.0 |
883 | 2024-01-02T21:31:54.165Z | Compiling unicode-width v0.1.11 |
884 | 2024-01-02T21:31:54.378Z | Compiling winnow v0.5.31 |
885 | 2024-01-02T21:31:54.470Z | Compiling getopts v0.2.21 |
886 | 2024-01-02T21:31:55.593Z | Compiling http v0.2.11 |
887 | 2024-01-02T21:31:55.789Z | Checking futures-core v0.3.30 |
888 | 2024-01-02T21:31:55.848Z | Compiling serde_derive v1.0.193 |
889 | 2024-01-02T21:31:55.890Z | Compiling thiserror-impl v1.0.53 |
890 | 2024-01-02T21:31:56.025Z | Compiling tokio-macros v2.2.0 |
891 | 2024-01-02T21:31:56.075Z | Compiling tracing-attributes v0.1.27 |
892 | 2024-01-02T21:31:56.328Z | Compiling futures-macro v0.3.30 |
893 | 2024-01-02T21:31:58.530Z | Compiling schemars_derive v0.8.16 |
894 | 2024-01-02T21:31:59.102Z | Compiling openssl-macros v0.1.1 |
895 | 2024-01-02T21:31:59.485Z | Compiling regex v1.10.2 |
896 | 2024-01-02T21:32:00.275Z | Compiling zerocopy-derive v0.2.0 |
897 | 2024-01-02T21:32:00.340Z | Compiling unsafe-libyaml v0.2.10 |
898 | 2024-01-02T21:32:00.550Z | Compiling pest v2.7.5 |
899 | 2024-01-02T21:32:01.647Z | Checking futures-sink v0.3.30 |
900 | 2024-01-02T21:32:01.842Z | Checking tracing-core v0.1.32 |
901 | 2024-01-02T21:32:03.199Z | Checking tracing v0.1.40 |
902 | 2024-01-02T21:32:03.224Z | Checking futures-channel v0.3.30 |
903 | 2024-01-02T21:32:03.634Z | Compiling usdt-impl v0.3.5 |
904 | 2024-01-02T21:32:03.637Z | Checking futures-task v0.3.30 |
905 | 2024-01-02T21:32:03.722Z | Checking futures-io v0.3.30 |
906 | 2024-01-02T21:32:03.949Z | Checking pin-utils v0.1.0 |
907 | 2024-01-02T21:32:04.056Z | Checking iana-time-zone v0.1.59 |
908 | 2024-01-02T21:32:04.113Z | Checking futures-util v0.3.30 |
909 | 2024-01-02T21:32:04.316Z | Compiling byteorder v1.5.0 |
910 | 2024-01-02T21:32:04.471Z | Compiling pest_meta v2.7.5 |
911 | 2024-01-02T21:32:05.006Z | Compiling zerocopy v0.3.2 |
912 | 2024-01-02T21:32:05.291Z | Checking spin v0.9.8 |
913 | 2024-01-02T21:32:05.600Z | Checking tinyvec_macros v0.1.1 |
914 | 2024-01-02T21:32:05.711Z | Checking tinyvec v1.6.0 |
915 | 2024-01-02T21:32:05.965Z | Compiling dof v0.1.5 |
916 | 2024-01-02T21:32:06.041Z | Compiling thread-id v4.2.1 |
917 | 2024-01-02T21:32:06.173Z | Compiling num-integer v0.1.45 |
918 | 2024-01-02T21:32:06.643Z | Compiling pest_generator v2.7.5 |
919 | 2024-01-02T21:32:07.136Z | Checking uuid v0.8.2 |
920 | 2024-01-02T21:32:07.643Z | Checking untrusted v0.9.0 |
921 | 2024-01-02T21:32:07.770Z | Checking unicode-normalization v0.1.22 |
922 | 2024-01-02T21:32:09.485Z | Compiling toml_edit v0.19.15 |
923 | 2024-01-02T21:32:10.105Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
924 | 2024-01-02T21:32:10.728Z | Checking unicode-bidi v0.3.14 |
925 | 2024-01-02T21:32:10.889Z | Compiling strsim v0.10.0 |
926 | 2024-01-02T21:32:11.260Z | Compiling pest_derive v2.7.5 |
927 | 2024-01-02T21:32:11.870Z | Checking base64 v0.21.5 |
928 | 2024-01-02T21:32:11.904Z | Compiling async-trait v0.1.76 |
929 | 2024-01-02T21:32:12.545Z | Compiling ident_case v1.0.1 |
930 | 2024-01-02T21:32:12.562Z | Compiling dtrace-parser v0.1.14 |
931 | 2024-01-02T21:32:12.565Z | Compiling omicron-workspace-hack v0.1.0 |
932 | 2024-01-02T21:32:12.766Z | Compiling darling_core v0.20.3 |
933 | 2024-01-02T21:32:13.098Z | Compiling proc-macro-crate v1.3.1 |
934 | 2024-01-02T21:32:15.821Z | Compiling multer v3.0.0 |
935 | 2024-01-02T21:32:16.020Z | Checking foreign-types-shared v0.1.1 |
936 | 2024-01-02T21:32:16.139Z | Compiling camino v1.1.6 |
937 | 2024-01-02T21:32:17.456Z | Checking tokio v1.35.1 |
938 | 2024-01-02T21:32:18.569Z | Compiling serde_tokenstream v0.2.0 |
939 | 2024-01-02T21:32:19.348Z | Compiling serde_yaml v0.9.29 |
940 | 2024-01-02T21:32:21.420Z | Compiling openapiv3 v1.0.4 |
941 | 2024-01-02T21:32:24.553Z | Compiling typify-impl v0.0.14 |
942 | 2024-01-02T21:32:24.983Z | Compiling serde_tokenstream v0.1.7 |
943 | 2024-01-02T21:32:25.275Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
944 | 2024-01-02T21:32:25.413Z | Compiling rustversion v1.0.14 |
945 | 2024-01-02T21:32:25.728Z | Checking percent-encoding v2.3.1 |
946 | 2024-01-02T21:32:26.001Z | Checking try-lock v0.2.5 |
947 | 2024-01-02T21:32:26.162Z | Checking want v0.3.1 |
948 | 2024-01-02T21:32:26.387Z | Compiling usdt-macro v0.3.5 |
949 | 2024-01-02T21:32:26.390Z | Compiling usdt-attr-macro v0.3.5 |
950 | 2024-01-02T21:32:26.523Z | Checking http-body v0.4.6 |
951 | 2024-01-02T21:32:27.086Z | Compiling darling_macro v0.20.3 |
952 | 2024-01-02T21:32:27.908Z | Compiling num_enum_derive v0.5.11 |
953 | 2024-01-02T21:32:28.549Z | Checking foreign-types v0.3.2 |
954 | 2024-01-02T21:32:28.629Z | Checking rustls-webpki v0.101.7 |
955 | 2024-01-02T21:32:28.648Z | Checking tokio-util v0.7.10 |
956 | 2024-01-02T21:32:28.652Z | Checking sct v0.7.1 |
957 | 2024-01-02T21:32:28.697Z | Compiling foreign-types-macros v0.2.3 |
958 | 2024-01-02T21:32:28.912Z | Compiling async-stream-impl v0.3.5 |
959 | 2024-01-02T21:32:29.041Z | Compiling structmeta-derive v0.2.0 |
960 | 2024-01-02T21:32:30.063Z | Checking h2 v0.3.22 |
961 | 2024-01-02T21:32:30.769Z | Checking tower-service v0.3.2 |
962 | 2024-01-02T21:32:30.919Z | Checking bitflags v2.4.1 |
963 | 2024-01-02T21:32:31.302Z | Compiling paste v1.0.14 |
964 | 2024-01-02T21:32:31.766Z | Checking httpdate v1.0.3 |
965 | 2024-01-02T21:32:33.117Z | Compiling darling v0.20.3 |
966 | 2024-01-02T21:32:33.394Z | Compiling structmeta v0.2.0 |
967 | 2024-01-02T21:32:33.960Z | Checking form_urlencoded v1.2.1 |
968 | 2024-01-02T21:32:34.984Z | Compiling clap_derive v4.4.7 |
969 | 2024-01-02T21:32:36.231Z | Compiling num-iter v0.1.43 |
970 | 2024-01-02T21:32:36.270Z | Compiling num-rational v0.4.1 |
971 | 2024-01-02T21:32:36.692Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#d8b5a647) |
972 | 2024-01-02T21:32:36.733Z | Checking hyper v0.14.28 |
973 | 2024-01-02T21:32:37.154Z | Compiling regex-syntax v0.7.5 |
974 | 2024-01-02T21:32:37.460Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
975 | 2024-01-02T21:32:37.754Z | Compiling semver v1.0.20 |
976 | 2024-01-02T21:32:38.108Z | Checking openssl-probe v0.1.5 |
977 | 2024-01-02T21:32:39.502Z | Checking tokio-rustls v0.24.1 |
978 | 2024-01-02T21:32:40.612Z | Compiling strum_macros v0.25.3 |
979 | 2024-01-02T21:32:41.279Z | Compiling serde_with_macros v3.4.0 |
980 | 2024-01-02T21:32:43.878Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#d8b5a647) |
981 | 2024-01-02T21:32:44.347Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
982 | 2024-01-02T21:32:45.673Z | Checking encoding_rs v0.8.33 |
983 | 2024-01-02T21:32:46.524Z | Compiling parse-display-derive v0.8.2 |
984 | 2024-01-02T21:32:46.614Z | Checking mime v0.3.17 |
985 | 2024-01-02T21:32:46.997Z | Compiling typify-macro v0.0.14 |
986 | 2024-01-02T21:32:47.039Z | Checking powerfmt v0.2.0 |
987 | 2024-01-02T21:32:47.408Z | Checking deranged v0.3.11 |
988 | 2024-01-02T21:32:47.446Z | Checking tokio-native-tls v0.3.1 |
989 | 2024-01-02T21:32:47.788Z | Checking serde_urlencoded v0.7.1 |
990 | 2024-01-02T21:32:48.128Z | Checking idna v0.5.0 |
991 | 2024-01-02T21:32:48.441Z | Checking instant v0.1.12 |
992 | 2024-01-02T21:32:48.557Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
993 | 2024-01-02T21:32:48.987Z | Compiling parking_lot_core v0.8.6 |
994 | 2024-01-02T21:32:49.092Z | Checking num_threads v0.1.6 |
995 | 2024-01-02T21:32:49.518Z | Checking url v2.5.0 |
996 | 2024-01-02T21:32:49.632Z | Checking hyper-tls v0.5.0 |
997 | 2024-01-02T21:32:49.663Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9274beb0) |
998 | 2024-01-02T21:32:50.267Z | Checking time v0.3.31 |
999 | 2024-01-02T21:32:50.802Z | Checking hyper-rustls v0.24.2 |
1000 | 2024-01-02T21:32:52.212Z | Checking rustls-pemfile v1.0.4 |
1001 | 2024-01-02T21:32:53.282Z | Checking webpki-roots v0.25.3 |
1002 | 2024-01-02T21:32:54.161Z | Compiling typify v0.0.14 |
1003 | 2024-01-02T21:32:54.317Z | Compiling progenitor-impl v0.4.1 |
1004 | 2024-01-02T21:32:54.629Z | Checking ipnet v2.9.0 |
1005 | 2024-01-02T21:32:55.290Z | Checking reqwest v0.11.23 |
1006 | 2024-01-02T21:32:56.591Z | Checking block-buffer v0.10.4 |
1007 | 2024-01-02T21:32:56.806Z | Checking crypto-common v0.1.6 |
1008 | 2024-01-02T21:32:57.019Z | Checking thread_local v1.1.7 |
1009 | 2024-01-02T21:32:57.310Z | Compiling crc32fast v1.3.2 |
1010 | 2024-01-02T21:32:57.937Z | Checking subtle v2.5.0 |
1011 | 2024-01-02T21:32:58.249Z | Checking digest v0.10.7 |
1012 | 2024-01-02T21:33:01.679Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9274beb0) |
1013 | 2024-01-02T21:33:02.041Z | Checking crossbeam-channel v0.5.10 |
1014 | 2024-01-02T21:33:02.429Z | Checking dirs-sys-next v0.1.2 |
1015 | 2024-01-02T21:33:03.304Z | Checking take_mut v0.2.2 |
1016 | 2024-01-02T21:33:03.783Z | Checking dirs-next v2.0.0 |
1017 | 2024-01-02T21:33:03.868Z | Checking progenitor-client v0.4.1 |
1018 | 2024-01-02T21:33:04.475Z | Compiling progenitor-macro v0.4.1 |
1019 | 2024-01-02T21:33:05.400Z | Checking term v0.7.0 |
1020 | 2024-01-02T21:33:06.584Z | Checking rand_core v0.6.4 |
1021 | 2024-01-02T21:33:06.771Z | Checking atty v0.2.14 |
1022 | 2024-01-02T21:33:07.025Z | Checking ppv-lite86 v0.2.17 |
1023 | 2024-01-02T21:33:07.179Z | Checking lazy_static v1.4.0 |
1024 | 2024-01-02T21:33:07.336Z | Checking cpufeatures v0.2.11 |
1025 | 2024-01-02T21:33:07.710Z | Checking utf8parse v0.2.1 |
1026 | 2024-01-02T21:33:08.057Z | Checking rand_chacha v0.3.1 |
1027 | 2024-01-02T21:33:08.098Z | Checking anstyle-parse v0.2.3 |
1028 | 2024-01-02T21:33:08.573Z | Checking slog-term v2.9.0 |
1029 | 2024-01-02T21:33:09.278Z | Checking colorchoice v1.0.0 |
1030 | 2024-01-02T21:33:09.342Z | Checking match_cfg v0.1.0 |
1031 | 2024-01-02T21:33:09.433Z | Checking anstyle-query v1.0.2 |
1032 | 2024-01-02T21:33:09.587Z | Checking anstyle v1.0.4 |
1033 | 2024-01-02T21:33:09.956Z | Checking hostname v0.3.1 |
1034 | 2024-01-02T21:33:10.057Z | Checking anstream v0.6.5 |
1035 | 2024-01-02T21:33:10.145Z | Checking rand v0.8.5 |
1036 | 2024-01-02T21:33:10.598Z | Checking slog-json v2.6.1 |
1037 | 2024-01-02T21:33:11.320Z | Checking finl_unicode v1.2.0 |
1038 | 2024-01-02T21:33:11.508Z | Checking clap_lex v0.6.0 |
1039 | 2024-01-02T21:33:12.277Z | Checking clap_builder v4.4.12 |
1040 | 2024-01-02T21:33:12.292Z | Checking stringprep v0.1.4 |
1041 | 2024-01-02T21:33:12.691Z | Checking slog-bunyan v2.4.0 |
1042 | 2024-01-02T21:33:12.888Z | Checking sha2 v0.10.8 |
1043 | 2024-01-02T21:33:13.155Z | Checking md-5 v0.10.6 |
1044 | 2024-01-02T21:33:13.369Z | Checking hmac v0.12.1 |
1045 | 2024-01-02T21:33:13.447Z | Checking serde_spanned v0.6.5 |
1046 | 2024-01-02T21:33:13.812Z | Checking siphasher v0.3.11 |
1047 | 2024-01-02T21:33:14.265Z | Checking fallible-iterator v0.2.0 |
1048 | 2024-01-02T21:33:14.902Z | Checking phf_shared v0.11.2 |
1049 | 2024-01-02T21:33:15.147Z | Checking postgres-protocol v0.6.6 |
1050 | 2024-01-02T21:33:16.906Z | Checking clap v4.4.12 |
1051 | 2024-01-02T21:33:16.921Z | Checking http v1.0.0 |
1052 | 2024-01-02T21:33:17.036Z | Checking futures-executor v0.3.30 |
1053 | 2024-01-02T21:33:17.446Z | Checking rustls-pki-types v1.1.0 |
1054 | 2024-01-02T21:33:17.785Z | Checking atomic-waker v1.1.2 |
1055 | 2024-01-02T21:33:17.913Z | Checking foreign-types-shared v0.3.1 |
1056 | 2024-01-02T21:33:17.947Z | Checking rustls-pemfile v2.0.0 |
1057 | 2024-01-02T21:33:18.045Z | Checking foreign-types v0.5.0 |
1058 | 2024-01-02T21:33:18.171Z | Checking waitgroup v0.1.2 |
1059 | 2024-01-02T21:33:18.329Z | Checking futures v0.3.30 |
1060 | 2024-01-02T21:33:18.466Z | Checking postgres-types v0.2.6 |
1061 | 2024-01-02T21:33:18.665Z | Checking toml_edit v0.21.0 |
1062 | 2024-01-02T21:33:19.032Z | Checking phf v0.11.2 |
1063 | 2024-01-02T21:33:19.260Z | Checking sha1 v0.10.6 |
1064 | 2024-01-02T21:33:19.419Z | Checking colored v2.1.0 |
1065 | 2024-01-02T21:33:19.820Z | Checking num_enum v0.5.11 |
1066 | 2024-01-02T21:33:19.837Z | Checking async-stream v0.3.5 |
1067 | 2024-01-02T21:33:19.995Z | Checking openapiv3 v2.0.0 |
1068 | 2024-01-02T21:33:20.074Z | Checking hex v0.4.3 |
1069 | 2024-01-02T21:33:20.090Z | Checking serde_path_to_error v0.1.14 |
1070 | 2024-01-02T21:33:21.069Z | Checking cstr-argument v0.1.2 |
1071 | 2024-01-02T21:33:21.217Z | Checking debug-ignore v1.0.5 |
1072 | 2024-01-02T21:33:21.386Z | Checking pretty-hex v0.2.1 |
1073 | 2024-01-02T21:33:21.646Z | Checking whoami v1.4.1 |
1074 | 2024-01-02T21:33:22.116Z | Checking usdt v0.3.5 |
1075 | 2024-01-02T21:33:22.350Z | Checking toml v0.8.8 |
1076 | 2024-01-02T21:33:22.377Z | Checking tokio-postgres v0.7.10 |
1077 | 2024-01-02T21:33:22.970Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1078 | 2024-01-02T21:33:23.187Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1079 | 2024-01-02T21:33:23.315Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1080 | 2024-01-02T21:33:23.631Z | Checking backoff v0.4.0 |
1081 | 2024-01-02T21:33:23.710Z | Checking parse-display v0.8.2 |
1082 | 2024-01-02T21:33:24.005Z | Checking strum v0.25.0 |
1083 | 2024-01-02T21:33:24.384Z | Checking serde_with v3.4.0 |
1084 | 2024-01-02T21:33:24.580Z | Checking ipnetwork v0.20.0 |
1085 | 2024-01-02T21:33:25.280Z | Checking macaddr v1.0.1 |
1086 | 2024-01-02T21:33:26.542Z | Checking num-complex v0.4.4 |
1087 | 2024-01-02T21:33:26.640Z | Checking socket2 v0.4.10 |
1088 | 2024-01-02T21:33:27.263Z | Checking half v1.8.2 |
1089 | 2024-01-02T21:33:28.016Z | Checking ciborium-io v0.2.1 |
1090 | 2024-01-02T21:33:28.154Z | Checking ciborium-ll v0.2.1 |
1091 | 2024-01-02T21:33:28.435Z | Checking num v0.4.1 |
1092 | 2024-01-02T21:33:28.833Z | Checking parking_lot v0.11.2 |
1093 | 2024-01-02T21:33:29.314Z | Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1094 | 2024-01-02T21:33:30.811Z | Checking crossbeam-epoch v0.9.17 |
1095 | 2024-01-02T21:33:31.079Z | Checking fxhash v0.2.1 |
1096 | 2024-01-02T21:33:31.421Z | Checking sled v0.34.7 |
1097 | 2024-01-02T21:33:31.696Z | Checking ciborium v0.2.1 |
1098 | 2024-01-02T21:33:32.311Z | Checking progenitor v0.4.1 |
1099 | 2024-01-02T21:33:32.555Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9274beb0) |
1100 | 2024-01-02T21:33:34.476Z | Compiling proc-macro-error-attr v1.0.4 |
1101 | 2024-01-02T21:33:35.344Z | Checking regress v0.6.0 |
1102 | 2024-01-02T21:33:35.607Z | Compiling toml_edit v0.20.7 |
1103 | 2024-01-02T21:33:35.728Z | Compiling serde_repr v0.1.17 |
1104 | 2024-01-02T21:33:36.306Z | Compiling proc-macro-error v1.0.4 |
1105 | 2024-01-02T21:33:36.771Z | Checking crc8 v0.1.1 |
1106 | 2024-01-02T21:33:37.124Z | Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1107 | 2024-01-02T21:33:39.357Z | Compiling proc-macro-crate v2.0.0 |
1108 | 2024-01-02T21:33:39.764Z | Checking arc-swap v1.6.0 |
1109 | 2024-01-02T21:33:40.409Z | Checking slog-scope v4.4.0 |
1110 | 2024-01-02T21:33:40.721Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#65647e67) |
1111 | 2024-01-02T21:33:41.165Z | Checking slog-stdlog v4.1.1 |
1112 | 2024-01-02T21:33:41.583Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1113 | 2024-01-02T21:33:42.154Z | Checking slog-envlogger v2.2.0 |
1114 | 2024-01-02T21:33:42.723Z | Checking minimal-lexical v0.2.1 |
1115 | 2024-01-02T21:33:42.928Z | Checking either v1.9.0 |
1116 | 2024-01-02T21:33:43.297Z | Checking nom v7.1.3 |
1117 | 2024-01-02T21:33:43.353Z | Checking itertools v0.12.0 |
1118 | 2024-01-02T21:33:45.644Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9274beb0) |
1119 | 2024-01-02T21:33:45.661Z | Compiling num_enum_derive v0.7.1 |
1120 | 2024-01-02T21:33:46.870Z | Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1121 | 2024-01-02T21:33:47.414Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone#65647e67) |
1122 | 2024-01-02T21:33:48.429Z | Checking tabwriter v1.4.0 |
1123 | 2024-01-02T21:33:48.699Z | Checking diff v0.1.13 |
1124 | 2024-01-02T21:33:48.746Z | Checking yansi v0.5.1 |
1125 | 2024-01-02T21:33:48.750Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#a223368c) |
1126 | 2024-01-02T21:33:49.040Z | Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
1127 | 2024-01-02T21:33:49.121Z | Checking pretty_assertions v1.4.0 |
1128 | 2024-01-02T21:33:49.391Z | Checking humantime v2.1.0 |
1129 | 2024-01-02T21:33:49.395Z | Checking pretty-hex v0.4.1 |
1130 | 2024-01-02T21:33:49.604Z | Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1131 | 2024-01-02T21:33:49.735Z | Checking num_enum v0.7.1 |
1132 | 2024-01-02T21:33:49.928Z | Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
1133 | 2024-01-02T21:33:50.171Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#eaec4213) |
1134 | 2024-01-02T21:33:52.190Z | Checking util v0.1.0 (/work/oxidecomputer/maghemite/util) |
1135 | 2024-01-02T21:33:52.696Z | Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
1136 | 2024-01-02T21:33:53.240Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#eaec4213) |
1137 | 2024-01-02T21:33:55.296Z | Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
1138 | 2024-01-02T21:34:03.184Z | Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1139 | 2024-01-02T21:34:03.187Z | Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
1140 | 2024-01-02T21:34:03.901Z | Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
1141 | 2024-01-02T21:34:06.121Z | Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1142 | 2024-01-02T21:34:06.139Z | Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1143 | 2024-01-02T21:34:12.356Z | Finished dev [unoptimized + debuginfo] target(s) in 3m 01s |
1144 | 2024-01-02T21:34:12.579Z | + banner build |
1145 | 2024-01-02T21:34:12.605Z | |
1146 | 2024-01-02T21:34:12.605Z | ##### # # # # ##### |
1147 | 2024-01-02T21:34:12.605Z | # # # # # # # # |
1148 | 2024-01-02T21:34:12.605Z | ##### # # # # # # |
1149 | 2024-01-02T21:34:12.606Z | # # # # # # # # |
1150 | 2024-01-02T21:34:12.606Z | # # # # # # # # |
1151 | 2024-01-02T21:34:12.606Z | ##### #### # ###### ##### |
1152 | 2024-01-02T21:34:12.606Z | |
1153 | 2024-01-02T21:34:12.606Z | + ptime -m cargo build |
1154 | 2024-01-02T21:34:13.269Z | Compiling cfg-if v1.0.0 |
1155 | 2024-01-02T21:34:13.277Z | Compiling memchr v2.7.1 |
1156 | 2024-01-02T21:34:13.277Z | Compiling itoa v1.0.10 |
1157 | 2024-01-02T21:34:13.285Z | Compiling libc v0.2.151 |
1158 | 2024-01-02T21:34:13.292Z | Compiling once_cell v1.19.0 |
1159 | 2024-01-02T21:34:13.297Z | Compiling serde v1.0.193 |
1160 | 2024-01-02T21:34:13.303Z | Compiling smallvec v1.11.2 |
1161 | 2024-01-02T21:34:13.311Z | Compiling pin-project-lite v0.2.13 |
1162 | 2024-01-02T21:34:13.363Z | Compiling scopeguard v1.2.0 |
1163 | 2024-01-02T21:34:13.446Z | Compiling log v0.4.20 |
1164 | 2024-01-02T21:34:13.519Z | Compiling lock_api v0.4.11 |
1165 | 2024-01-02T21:34:13.557Z | Compiling ryu v1.0.16 |
1166 | 2024-01-02T21:34:13.888Z | Compiling libm v0.2.8 |
1167 | 2024-01-02T21:34:14.295Z | Compiling futures-core v0.3.30 |
1168 | 2024-01-02T21:34:14.295Z | Compiling thiserror v1.0.53 |
1169 | 2024-01-02T21:34:14.295Z | Compiling futures-sink v0.3.30 |
1170 | 2024-01-02T21:34:14.295Z | Compiling tracing-core v0.1.32 |
1171 | 2024-01-02T21:34:14.296Z | Compiling getrandom v0.2.11 |
1172 | 2024-01-02T21:34:14.296Z | Compiling parking_lot_core v0.9.9 |
1173 | 2024-01-02T21:34:14.337Z | Compiling num_cpus v1.16.0 |
1174 | 2024-01-02T21:34:14.395Z | Compiling mio v0.8.10 |
1175 | 2024-01-02T21:34:14.477Z | Compiling signal-hook-registry v1.4.1 |
1176 | 2024-01-02T21:34:14.811Z | Compiling parking_lot v0.12.1 |
1177 | 2024-01-02T21:34:15.351Z | Compiling socket2 v0.5.5 |
1178 | 2024-01-02T21:34:15.963Z | Compiling num-traits v0.2.17 |
1179 | 2024-01-02T21:34:16.197Z | Compiling tracing v0.1.40 |
1180 | 2024-01-02T21:34:16.215Z | Compiling futures-channel v0.3.30 |
1181 | 2024-01-02T21:34:16.321Z | Compiling slab v0.4.9 |
1182 | 2024-01-02T21:34:16.545Z | Compiling fnv v1.0.7 |
1183 | 2024-01-02T21:34:16.611Z | Compiling futures-io v0.3.30 |
1184 | 2024-01-02T21:34:16.687Z | Compiling pin-utils v0.1.0 |
1185 | 2024-01-02T21:34:16.697Z | Compiling futures-task v0.3.30 |
1186 | 2024-01-02T21:34:16.799Z | Compiling equivalent v1.0.1 |
1187 | 2024-01-02T21:34:16.811Z | Compiling hashbrown v0.14.3 |
1188 | 2024-01-02T21:34:16.843Z | Compiling tinyvec_macros v0.1.1 |
1189 | 2024-01-02T21:34:16.928Z | Compiling iana-time-zone v0.1.59 |
1190 | 2024-01-02T21:34:17.359Z | Compiling spin v0.9.8 |
1191 | 2024-01-02T21:34:17.774Z | Compiling futures-util v0.3.30 |
1192 | 2024-01-02T21:34:17.774Z | Compiling tinyvec v1.6.0 |
1193 | 2024-01-02T21:34:17.774Z | Compiling slog v2.7.0 |
1194 | 2024-01-02T21:34:17.774Z | Compiling unicode-ident v1.0.12 |
1195 | 2024-01-02T21:34:17.778Z | Compiling untrusted v0.9.0 |
1196 | 2024-01-02T21:34:17.778Z | Compiling proc-macro2 v1.0.73 |
1197 | 2024-01-02T21:34:17.778Z | Compiling ring v0.17.7 |
1198 | 2024-01-02T21:34:18.464Z | Compiling base64 v0.21.5 |
1199 | 2024-01-02T21:34:18.858Z | Compiling unicode-bidi v0.3.14 |
1200 | 2024-01-02T21:34:19.100Z | Compiling byteorder v1.5.0 |
1201 | 2024-01-02T21:34:19.454Z | Compiling unicode-normalization v0.1.22 |
1202 | 2024-01-02T21:34:19.673Z | Compiling quote v1.0.34 |
1203 | 2024-01-02T21:34:19.771Z | Compiling httparse v1.8.0 |
1204 | 2024-01-02T21:34:20.553Z | Compiling percent-encoding v2.3.1 |
1205 | 2024-01-02T21:34:20.874Z | Compiling uuid v0.8.2 |
1206 | 2024-01-02T21:34:20.931Z | Compiling foreign-types-shared v0.1.1 |
1207 | 2024-01-02T21:34:21.053Z | Compiling try-lock v0.2.5 |
1208 | 2024-01-02T21:34:21.107Z | Compiling dyn-clone v1.0.16 |
1209 | 2024-01-02T21:34:21.225Z | Compiling want v0.3.1 |
1210 | 2024-01-02T21:34:21.266Z | Compiling foreign-types v0.3.2 |
1211 | 2024-01-02T21:34:21.363Z | Compiling sct v0.7.1 |
1212 | 2024-01-02T21:34:21.372Z | Compiling rustls-webpki v0.101.7 |
1213 | 2024-01-02T21:34:21.405Z | Compiling typenum v1.17.0 |
1214 | 2024-01-02T21:34:21.627Z | Compiling crossbeam-utils v0.8.18 |
1215 | 2024-01-02T21:34:21.772Z | Compiling openssl-sys v0.9.98 |
1216 | 2024-01-02T21:34:21.817Z | Compiling bitflags v2.4.1 |
1217 | 2024-01-02T21:34:22.259Z | Compiling httpdate v1.0.3 |
1218 | 2024-01-02T21:34:23.020Z | Compiling bytes v1.5.0 |
1219 | 2024-01-02T21:34:23.122Z | Compiling serde_json v1.0.109 |
1220 | 2024-01-02T21:34:23.671Z | Compiling indexmap v2.1.0 |
1221 | 2024-01-02T21:34:23.817Z | Compiling uuid v1.6.1 |
1222 | 2024-01-02T21:34:23.995Z | Compiling chrono v0.4.31 |
1223 | 2024-01-02T21:34:24.195Z | Compiling zerocopy v0.7.32 |
1224 | 2024-01-02T21:34:24.624Z | Compiling tokio v1.35.1 |
1225 | 2024-01-02T21:34:25.039Z | Compiling http v0.2.11 |
1226 | 2024-01-02T21:34:25.102Z | Compiling tower-service v0.3.2 |
1227 | 2024-01-02T21:34:25.244Z | Compiling ahash v0.8.7 |
1228 | 2024-01-02T21:34:25.329Z | Compiling openssl v0.10.62 |
1229 | 2024-01-02T21:34:25.625Z | Compiling generic-array v0.14.7 |
1230 | 2024-01-02T21:34:26.060Z | Compiling rustls v0.21.10 |
1231 | 2024-01-02T21:34:26.843Z | Compiling form_urlencoded v1.2.1 |
1232 | 2024-01-02T21:34:27.298Z | Compiling aho-corasick v1.1.2 |
1233 | 2024-01-02T21:34:27.611Z | Compiling http-body v0.4.6 |
1234 | 2024-01-02T21:34:27.889Z | Compiling schemars v0.8.16 |
1235 | 2024-01-02T21:34:28.273Z | Compiling openssl-probe v0.1.5 |
1236 | 2024-01-02T21:34:28.809Z | Compiling powerfmt v0.2.0 |
1237 | 2024-01-02T21:34:29.270Z | Compiling regex-syntax v0.8.2 |
1238 | 2024-01-02T21:34:29.417Z | Compiling deranged v0.3.11 |
1239 | 2024-01-02T21:34:30.765Z | Compiling hashbrown v0.13.2 |
1240 | 2024-01-02T21:34:32.448Z | Compiling encoding_rs v0.8.33 |
1241 | 2024-01-02T21:34:32.543Z | Compiling time-core v0.1.2 |
1242 | 2024-01-02T21:34:32.766Z | Compiling num_threads v0.1.6 |
1243 | 2024-01-02T21:34:32.919Z | Compiling mime v0.3.17 |
1244 | 2024-01-02T21:34:33.880Z | Compiling time v0.3.31 |
1245 | 2024-01-02T21:34:34.047Z | Compiling anyhow v1.0.78 |
1246 | 2024-01-02T21:34:35.615Z | Compiling regex-automata v0.4.3 |
1247 | 2024-01-02T21:34:37.012Z | Compiling native-tls v0.2.11 |
1248 | 2024-01-02T21:34:37.970Z | Compiling tokio-util v0.7.10 |
1249 | 2024-01-02T21:34:39.388Z | Compiling tokio-rustls v0.24.1 |
1250 | 2024-01-02T21:34:39.984Z | Compiling h2 v0.3.22 |
1251 | 2024-01-02T21:34:40.166Z | Compiling tokio-native-tls v0.3.1 |
1252 | 2024-01-02T21:34:40.518Z | Compiling block-buffer v0.10.4 |
1253 | 2024-01-02T21:34:40.623Z | Compiling crypto-common v0.1.6 |
1254 | 2024-01-02T21:34:40.849Z | Compiling serde_urlencoded v0.7.1 |
1255 | 2024-01-02T21:34:40.868Z | Compiling idna v0.5.0 |
1256 | 2024-01-02T21:34:40.917Z | Compiling subtle v2.5.0 |
1257 | 2024-01-02T21:34:41.229Z | Compiling digest v0.10.7 |
1258 | 2024-01-02T21:34:41.269Z | Compiling regress v0.7.1 |
1259 | 2024-01-02T21:34:41.459Z | Compiling syn v2.0.44 |
1260 | 2024-01-02T21:34:41.637Z | Compiling rustls-pemfile v1.0.4 |
1261 | 2024-01-02T21:34:41.805Z | Compiling dirs-sys-next v0.1.2 |
1262 | 2024-01-02T21:34:42.272Z | Compiling regex v1.10.2 |
1263 | 2024-01-02T21:34:42.894Z | Compiling url v2.5.0 |
1264 | 2024-01-02T21:34:43.614Z | Compiling thread_local v1.1.7 |
1265 | 2024-01-02T21:34:44.040Z | Compiling instant v0.1.12 |
1266 | 2024-01-02T21:34:44.217Z | Compiling webpki-roots v0.25.3 |
1267 | 2024-01-02T21:34:44.432Z | Compiling ipnet v2.9.0 |
1268 | 2024-01-02T21:34:44.547Z | Compiling heck v0.4.1 |
1269 | 2024-01-02T21:34:45.270Z | Compiling unicode-width v0.1.11 |
1270 | 2024-01-02T21:34:45.491Z | Compiling hashbrown v0.12.3 |
1271 | 2024-01-02T21:34:45.981Z | Compiling dirs-next v2.0.0 |
1272 | 2024-01-02T21:34:46.225Z | Compiling crossbeam-channel v0.5.10 |
1273 | 2024-01-02T21:34:46.632Z | Compiling take_mut v0.2.2 |
1274 | 2024-01-02T21:34:46.831Z | Compiling term v0.7.0 |
1275 | 2024-01-02T21:34:47.247Z | Compiling hyper v0.14.28 |
1276 | 2024-01-02T21:34:48.027Z | Compiling typify-impl v0.0.14 |
1277 | 2024-01-02T21:34:49.495Z | Compiling indexmap v1.9.3 |
1278 | 2024-01-02T21:34:50.502Z | Compiling slog-async v2.8.0 |
1279 | 2024-01-02T21:34:50.979Z | Compiling openapiv3 v1.0.4 |
1280 | 2024-01-02T21:34:51.512Z | Compiling getopts v0.2.21 |
1281 | 2024-01-02T21:34:51.605Z | Compiling rand_core v0.6.4 |
1282 | 2024-01-02T21:34:52.048Z | Compiling atty v0.2.14 |
1283 | 2024-01-02T21:34:52.213Z | Compiling ppv-lite86 v0.2.17 |
1284 | 2024-01-02T21:34:52.253Z | Compiling cpufeatures v0.2.11 |
1285 | 2024-01-02T21:34:52.367Z | Compiling slog-term v2.9.0 |
1286 | 2024-01-02T21:34:52.607Z | Compiling typify v0.0.14 |
1287 | 2024-01-02T21:34:52.797Z | Compiling ucd-trie v0.1.6 |
1288 | 2024-01-02T21:34:53.192Z | Compiling lazy_static v1.4.0 |
1289 | 2024-01-02T21:34:53.355Z | Compiling rand_chacha v0.3.1 |
1290 | 2024-01-02T21:34:53.382Z | Compiling pest v2.7.5 |
1291 | 2024-01-02T21:34:53.866Z | Compiling zerocopy v0.3.2 |
1292 | 2024-01-02T21:34:54.281Z | Compiling rand v0.8.5 |
1293 | 2024-01-02T21:34:54.723Z | Compiling match_cfg v0.1.0 |
1294 | 2024-01-02T21:34:54.857Z | Compiling finl_unicode v1.2.0 |
1295 | 2024-01-02T21:34:55.099Z | Compiling hyper-tls v0.5.0 |
1296 | 2024-01-02T21:34:55.550Z | Compiling hyper-rustls v0.24.2 |
1297 | 2024-01-02T21:34:55.888Z | Compiling stringprep v0.1.4 |
1298 | 2024-01-02T21:34:56.037Z | Compiling reqwest v0.11.23 |
1299 | 2024-01-02T21:34:56.872Z | Compiling hostname v0.3.1 |
1300 | 2024-01-02T21:34:57.241Z | Compiling progenitor-impl v0.4.1 |
1301 | 2024-01-02T21:34:57.768Z | Compiling dtrace-parser v0.1.14 |
1302 | 2024-01-02T21:34:57.809Z | Compiling dof v0.1.5 |
1303 | 2024-01-02T21:34:57.874Z | Compiling syn v1.0.109 |
1304 | 2024-01-02T21:34:58.070Z | Compiling sha2 v0.10.8 |
1305 | 2024-01-02T21:34:59.287Z | Compiling progenitor-client v0.4.1 |
1306 | 2024-01-02T21:34:59.488Z | Compiling hmac v0.12.1 |
1307 | 2024-01-02T21:34:59.757Z | Compiling md-5 v0.10.6 |
1308 | 2024-01-02T21:34:59.906Z | Compiling slog-json v2.6.1 |
1309 | 2024-01-02T21:35:00.065Z | Compiling toml_datetime v0.6.5 |
1310 | 2024-01-02T21:35:00.227Z | Compiling serde_spanned v0.6.5 |
1311 | 2024-01-02T21:35:00.476Z | Compiling thread-id v4.2.1 |
1312 | 2024-01-02T21:35:00.622Z | Compiling siphasher v0.3.11 |
1313 | 2024-01-02T21:35:00.630Z | Compiling utf8parse v0.2.1 |
1314 | 2024-01-02T21:35:00.829Z | Compiling progenitor v0.4.1 |
1315 | 2024-01-02T21:35:00.837Z | Compiling fallible-iterator v0.2.0 |
1316 | 2024-01-02T21:35:00.847Z | Compiling winnow v0.5.31 |
1317 | 2024-01-02T21:35:01.091Z | Compiling phf_shared v0.11.2 |
1318 | 2024-01-02T21:35:01.179Z | Compiling anstyle-parse v0.2.3 |
1319 | 2024-01-02T21:35:01.655Z | Compiling slog-bunyan v2.4.0 |
1320 | 2024-01-02T21:35:01.664Z | Compiling num-integer v0.1.45 |
1321 | 2024-01-02T21:35:01.880Z | Compiling postgres-protocol v0.6.6 |
1322 | 2024-01-02T21:35:01.927Z | Compiling futures-executor v0.3.30 |
1323 | 2024-01-02T21:35:02.840Z | Compiling http v1.0.0 |
|
1324 | 2024-01-02T21:35:02.929Z | job cancelled |
|
1325 | 2024-01-02T21:35:02.942Z | Compiling colorchoice v1.0.0 |