<html aria-label="message body"><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">That would be due to <a href="https://github.com/Gnucash/gnucash/commit/60bc4ccab01e4101eb9389aca8f57d85e696c96d">https://github.com/Gnucash/gnucash/commit/60bc4ccab01e4101eb9389aca8f57d85e696c96d</a> which added an explicit test to ensure that int64_t isn’t stored as an int32_t., see <a href="https://bugs.gnucash.org/show_bug.cgi?id=799623#c6">https://bugs.gnucash.org/show_bug.cgi?id=799623#c6</a> for the details of what’s happening and what I did to fix it. That fix seems not to have worked on your i686 build.<div><br></div><div>Are you able to take that info and debug into it to find where is the bad conversion?</div><div><br></div><div>Regards,</div><div>John Ralls<br id="lineBreakAtBeginningOfMessage"><div><br><blockquote type="cite"><div>On Jul 14, 2025, at 15:12, Manfred Usselmann <manfred@usselmann.ch> wrote:</div><br class="Apple-interchange-newline"><div><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><div style="font-size: 10pt; font-family: Verdana,Geneva,sans-serif"><p>Hi,</p><p>I tried to update the gnucash package in void linux from 5.9 to 5.12. No further changes to the package configuration.</p><p>My local build worked fine, but I was surprised to get a build failure for the i686 environment with the PR. This must have worked before.</p><p>The failure is in test 17 <span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"><span>sqlite3/safe_save</span></span> for 64-bit int:</p><p>int64-val/2148634028 (64-bit int) <br>int64-val/-2146333268 (64-bit int)</p>
<div data-index="1508">
<div class="js-check-step-line CheckStep-line d-flex log-line-plain" style="padding-left: 40px;"><span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"><span> 17/129 Test #17: test-backend-dbi ......................SIGTRAP***Exception: 0.30 sec </span></span></div>
</div>
<div style="padding-left: 40px;" data-index="1509">
<div class="js-check-step-line CheckStep-line d-flex log-line-plain" style="padding-left: 40px;"><span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"><span>TAP version 14 </span></span></div>
</div>
<div style="padding-left: 40px;" data-index="1510">
<div class="js-check-step-line CheckStep-line d-flex log-line-plain" style="padding-left: 40px;"><span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"><span># random seed: R02Sc20a444ad455635e4926f0e4daa2e09f </span></span></div>
</div>
<div style="padding-left: 40px;" data-index="1511">
<div class="js-check-step-line CheckStep-line d-flex log-line-plain" style="padding-left: 40px;"><span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"><span>1..5 </span></span></div>
</div>
<div style="padding-left: 40px;" data-index="1512">
<div class="js-check-step-line CheckStep-line d-flex log-line-plain" style="padding-left: 40px;"><span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"><span># Start of backend tests </span></span></div>
</div>
<div style="padding-left: 40px;" data-index="1513">
<div class="js-check-step-line CheckStep-line d-flex log-line-plain" style="padding-left: 40px;"><span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"><span># Start of dbi tests </span></span></div>
</div>
<div style="padding-left: 40px;" data-index="1514">
<div class="js-check-step-line CheckStep-line d-flex log-line-plain" style="padding-left: 40px;"><span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"><span>ok 1 /backend/dbi/adjust sql options string localtime </span></span></div>
</div>
<div style="padding-left: 40px;" data-index="1515">
<div class="js-check-step-line CheckStep-line d-flex log-line-plain" style="padding-left: 40px;"><span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"><span># Start of sqlite3 tests </span></span></div>
</div>
<div style="padding-left: 40px;" data-index="1516">
<div class="js-check-step-line CheckStep-line d-flex log-line-plain" style="padding-left: 40px;"><span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"><span>ok 2 /backend/dbi/sqlite3/store_and_reload </span></span></div>
</div>
<div style="padding-left: 40px;" data-index="1517">
<div class="js-check-step-line CheckStep-line d-flex log-line-plain" style="padding-left: 40px;"><span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"><span>not ok /backend/dbi/sqlite3/safe_save - gnc.account-FATAL-WARNING: [xaccAccountEqual()] kvp frames differ: double-val/3.14159 (double) guid-val/1b2b793623d0414faada3489c6335f84 (guid) int64-val/2148634028 (64-bit int) numeric-val/0/1 (gnc_numeric) string-val/abcdefghijklmnop (char *) time-val/2025-07-13 20:52:56 (time64) vs double-val/3.14159 (double) guid-val/1b2b793623d0414faada3489c6335f84 (guid) int64-val/-2146333268 (64-bit int) numeric-val/0/1 (gnc_numeric) string-val/abcdefghijklmnop (char *) time-val/2025-07-13 20:52:56 (time64) </span></span></div>
</div><p style="padding-left: 40px;"><span class="CheckStep-line-content d-inline-block flex-auto ml-3 js-check-line-content"><span>Bail out!</span></span></p><p>See <a href="https://github.com/void-linux/void-packages/actions/runs/16253249006/job/45885835834">https://github.com/void-linux/void-packages/actions/runs/16253249006/job/45885835834</a>.</p><p>Any suggestion how to continue? </p><p>Thank you!</p><p>Kind regards,<br>Manfred</p><p><br></p><p>-------- Originalnachricht --------</p>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<th align="right" valign="baseline" nowrap="nowrap">Betreff:</th>
<td>[void-linux/void-packages] PR run failed: Check build - gnucash: update to 5.12. (4f35e2d)</td>
</tr>
<tr>
<th align="right" valign="baseline" nowrap="nowrap">Datum:</th>
<td>2025-07-13 22:57</td>
</tr>
<tr>
<th align="right" valign="baseline" nowrap="nowrap">Von:</th>
<td>"Manfred Usselmann" <notifications@github.com></td>
</tr>
<tr>
<th align="right" valign="baseline" nowrap="nowrap">An:</th>
<td>"void-linux/void-packages" <void-packages@noreply.github.com></td>
</tr>
<tr>
<th align="right" valign="baseline" nowrap="nowrap">Kopie:</th>
<td>"Ci activity" <ci_activity@noreply.github.com></td>
</tr>
<tr>
<th align="right" valign="baseline" nowrap="nowrap">Antwort an:</th>
<td>void-linux/void-packages <void-packages@noreply.github.com></td>
</tr>
</tbody>
</table><p><br></p>
<div id="forwardbody1" style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji'; font-size: 14px; line-height: 1.5; color: #24292e; background-color: #fff; margin: 0;">
<table class="v1container-sm v1width-full" style="box-sizing: border-box; border-spacing: 0; border-collapse: collapse; max-width: 544px; margin-right: auto; margin-left: auto; width: 100% !important; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;" width="100%" align="center">
<tbody>
<tr style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<td class="v1center v1p-3" style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 16px;" align="center" valign="top"><center style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<table class="v1width-full v1container-md" style="box-sizing: border-box; border-spacing: 0; border-collapse: collapse; max-width: 768px; margin-right: auto; margin-left: auto; width: 100% !important; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;" border="0" width="100%" cellspacing="0" cellpadding="0" align="center">
<tbody>
<tr style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<td style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 0;" align="center">
<table style="box-sizing: border-box; border-spacing: 0; border-collapse: collapse; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<tbody style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<tr style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<td style="font-size: 16px; line-height: 16px; box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 0;" height="16"> </td>
</tr>
</tbody>
</table>
<table style="box-sizing: border-box; border-spacing: 0; border-collapse: collapse; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;" border="0" width="100%" cellspacing="0" cellpadding="0" align="left">
<tbody>
<tr style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<td class="v1text-left" style="box-sizing: border-box; text-align: left !important; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 0;" align="left"><img style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; border-style: none;" src="https://github.githubassets.com/assets/octocat-logo-805b5c3e249f.png" alt="GitHub" width="32">
<h2 class="v1lh-condensed v1mt-2 v1text-normal" style="box-sizing: border-box; margin-top: 8px !important; margin-bottom: 0; font-size: 24px; font-weight: 400 !important; line-height: 1.25 !important; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">[void-linux/void-packages] Check build workflow run</h2>
</td>
</tr>
</tbody>
</table>
<table style="box-sizing: border-box; border-spacing: 0; border-collapse: collapse; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<tbody style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<tr style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<td style="font-size: 16px; line-height: 16px; box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 0;" height="16"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table class="v1width-full" style="box-sizing: border-box; border-spacing: 0; border-collapse: collapse; width: 100% !important; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;" width="100%">
<tbody>
<tr style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<td class="v1border v1rounded-2 v1d-block" style="box-sizing: border-box; border-radius: 6px !important; display: block !important; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 0; border: 1px solid #e1e4e8;">
<table class="v1width-full v1text-center" style="box-sizing: border-box; border-spacing: 0; border-collapse: collapse; width: 100% !important; text-align: center !important; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;" align="center">
<tbody>
<tr style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<td style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 0;">
<table class="v1width-full" style="box-sizing: border-box; border-spacing: 0; border-collapse: collapse; width: 100% !important; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;" border="0" width="100%" cellspacing="0" cellpadding="0" align="center">
<tbody>
<tr style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<td style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 0;" align="center">
<table class="v1border-bottom v1width-full v1text-center" style="box-sizing: border-box; border-spacing: 0; border-collapse: collapse; border-bottom-width: 1px !important; border-bottom-color: #e1e4e8 !important; border-bottom-style: solid !important; width: 100% !important; text-align: center !important; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;" align="center">
<tbody>
<tr style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<td class="v1d-block v1px-3 v1pt-3 v1p-sm-4" style="box-sizing: border-box; display: block !important; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 16px 16px 0;">
<table class="v1width-full" style="box-sizing: border-box; border-spacing: 0; border-collapse: collapse; width: 100% !important; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;" border="0" width="100%" cellspacing="0" cellpadding="0" align="center">
<tbody>
<tr style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<td style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 0;" align="center"><img style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; border-style: none;" src="https://github.githubassets.com/assets/actions-1cc0c3ccfe18.png" width="56" height="56">
<table style="box-sizing: border-box; border-spacing: 0; border-collapse: collapse; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<tbody style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<tr style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<td style="font-size: 12px; line-height: 12px; box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 0;" height="12"> </td>
</tr>
</tbody>
</table>
<h3 class="v1lh-condensed" style="box-sizing: border-box; margin-top: 0; margin-bottom: 0; font-size: 20px; font-weight: 600; line-height: 1.25 !important; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">Check build: Some jobs were not successful</h3>
<table style="box-sizing: border-box; border-spacing: 0; border-collapse: collapse; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<tbody style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<tr style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<td style="font-size: 16px; line-height: 16px; box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 0;" height="16"> </td>
</tr>
</tbody>
</table>
<table class="v1width-full" style="box-sizing: border-box; border-spacing: 0; border-collapse: collapse; width: 100% !important; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;" border="0" width="100%" cellspacing="0" cellpadding="0" align="center">
<tbody>
<tr style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<td style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 0;" align="center">
<table style="box-sizing: border-box; border-spacing: 0; border-collapse: collapse; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;" border="0" width="100%" cellspacing="0" cellpadding="0">
<tbody>
<tr style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<td style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 0;">
<table style="box-sizing: border-box; border-spacing: 0; border-collapse: collapse; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;" border="0" width="100%" cellspacing="0" cellpadding="0">
<tbody>
<tr style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<td style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 0;" align="center"><a class="v1btn v1btn-large v1btn-primary" style="background-color: #1f883d !important; box-sizing: border-box; color: #fff; text-decoration: none; position: relative; display: inline-block; font-size: inherit; font-weight: 500; line-height: 1.5; white-space: nowrap; vertical-align: middle; cursor: pointer; -webkit-user-select: none; user-select: none; border-radius: .5em; appearance: none; box-shadow: 0 1px 0 rgba(27,31,35,.1),inset 0 1px 0 hsla(0,0%,100%,.03); transition: background-color .2s cubic-bezier(0.3, 0, 0.5, 1); font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: .75em 1.5em; border: 1px solid #1f883d;" href="https://github.com/void-linux/void-packages/actions/runs/16253249006" target="_blank" rel="noopener noreferrer">View workflow run</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table style="box-sizing: border-box; border-spacing: 0; border-collapse: collapse; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<tbody style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<tr style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<td style="font-size: 32px; line-height: 32px; box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 0;" height="32"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table class="v1border-bottom v1width-full v1text-center" style="box-sizing: border-box; border-spacing: 0; border-collapse: collapse; border-bottom-width: 1px !important; border-bottom-color: #e1e4e8 !important; border-bottom-style: solid !important; width: 100% !important; text-align: center !important; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;" align="center">
<tbody>
<tr style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<td class="v1d-block v1text-left" style="box-sizing: border-box; text-align: left !important; display: block !important; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 0;" align="left">
<table class="v1width-full" style="box-sizing: border-box; border-spacing: 0; border-collapse: collapse; width: 100% !important; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;" border="0" width="100%" cellspacing="0" cellpadding="0" align="center">
<tbody>
<tr style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<td style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 0;" align="center"> </td>
<td class="v1pl-3 v1py-3 v1p-sm-4" style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 16px 0 16px 16px;"><img style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; border-style: none;" src="https://github.githubassets.com/assets/check-circle-fill-green-beec9eb7b823.png" alt="Lint templates" width="24" height="24"></td>
<td class="v1p-3" style="width: 100%; box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 16px;"><div style="box-sizing: border-box; margin-top: 0px; margin-bottom: 0px !important; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji" !important;"><strong style="font-weight: 600; box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">Check build</strong> / Lint templates <br style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">Succeeded in 49 seconds</div>
</td>
<td class="v1pr-3 v1py-3" style="white-space: nowrap; box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 16px 16px 16px 0;"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table class="v1border-bottom v1width-full v1text-center" style="box-sizing: border-box; border-spacing: 0; border-collapse: collapse; border-bottom-width: 1px !important; border-bottom-color: #e1e4e8 !important; border-bottom-style: solid !important; width: 100% !important; text-align: center !important; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;" align="center">
<tbody>
<tr style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<td class="v1d-block v1text-left" style="box-sizing: border-box; text-align: left !important; display: block !important; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 0;" align="left">
<table class="v1width-full" style="box-sizing: border-box; border-spacing: 0; border-collapse: collapse; width: 100% !important; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;" border="0" width="100%" cellspacing="0" cellpadding="0" align="center">
<tbody>
<tr style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<td style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 0;" align="center"> </td>
<td class="v1pl-3 v1py-3 v1p-sm-4" style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 16px 0 16px 16px;"><img style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; border-style: none;" src="https://github.githubassets.com/assets/x-circle-fill-red-153d16960fc8.png" alt="Build packages (i686, i686, glibc, linux/386, 1)" width="24" height="24"></td>
<td class="v1p-3" style="width: 100%; box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 16px;"><div style="box-sizing: border-box; margin-top: 0px; margin-bottom: 0px !important; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji" !important;"><strong style="font-weight: 600; box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">Check build</strong> / Build packages (i686, i686, glibc, linux/386, 1) <br style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">Failed in 11 minutes and 20 seconds</div>
</td>
<td class="v1pr-3 v1py-3" style="white-space: nowrap; box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 16px 16px 16px 0;"><a style="background-color: rgba(0,0,0,0); box-sizing: border-box; color: #0366d6; text-decoration: none; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;" href="https://github.com/void-linux/void-packages/actions/runs/16253249006" target="_blank" rel="noopener noreferrer"> <img style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; border-style: none;" src="https://github.githubassets.com/assets/report-gray-d5f2721544ee.png" alt="annotations for Check build / Build packages (i686, i686, glibc, linux/386, 1)" width="16" height="16"> <span class="v1d-table-cell v1v-align-middle v1text-gray-light" style="box-sizing: border-box; color: #6a737d !important; vertical-align: middle !important; display: table-cell !important; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;"> 1 </span> </a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table class="v1border-bottom v1width-full v1text-center" style="box-sizing: border-box; border-spacing: 0; border-collapse: collapse; border-bottom-width: 1px !important; border-bottom-color: #e1e4e8 !important; border-bottom-style: solid !important; width: 100% !important; text-align: center !important; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;" align="center">
<tbody>
<tr style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<td class="v1d-block v1text-left" style="box-sizing: border-box; text-align: left !important; display: block !important; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 0;" align="left">
<table class="v1width-full" style="box-sizing: border-box; border-spacing: 0; border-collapse: collapse; width: 100% !important; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;" border="0" width="100%" cellspacing="0" cellpadding="0" align="center">
<tbody>
<tr style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<td style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 0;" align="center"> </td>
<td class="v1pl-3 v1py-3 v1p-sm-4" style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 16px 0 16px 16px;"><img style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; border-style: none;" src="https://github.githubassets.com/assets/check-circle-fill-green-beec9eb7b823.png" alt="Build packages (x86_64, x86_64, glibc, linux/amd64, 1)" width="24" height="24"></td>
<td class="v1p-3" style="width: 100%; box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 16px;"><div style="box-sizing: border-box; margin-top: 0px; margin-bottom: 0px !important; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji" !important;"><strong style="font-weight: 600; box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">Check build</strong> / Build packages (x86_64, x86_64, glibc, linux/amd64, 1) <br style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">Succeeded in 13 minutes and 4 seconds</div>
</td>
<td class="v1pr-3 v1py-3" style="white-space: nowrap; box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 16px 16px 16px 0;"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table class="v1border-bottom v1width-full v1text-center" style="box-sizing: border-box; border-spacing: 0; border-collapse: collapse; border-bottom-width: 1px !important; border-bottom-color: #e1e4e8 !important; border-bottom-style: solid !important; width: 100% !important; text-align: center !important; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;" align="center">
<tbody>
<tr style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<td class="v1d-block v1text-left" style="box-sizing: border-box; text-align: left !important; display: block !important; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 0;" align="left">
<table class="v1width-full" style="box-sizing: border-box; border-spacing: 0; border-collapse: collapse; width: 100% !important; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;" border="0" width="100%" cellspacing="0" cellpadding="0" align="center">
<tbody>
<tr style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<td style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 0;" align="center"> </td>
<td class="v1pl-3 v1py-3 v1p-sm-4" style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 16px 0 16px 16px;"><img style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; border-style: none;" src="https://github.githubassets.com/assets/check-circle-fill-green-beec9eb7b823.png" alt="Build packages (x86_64-musl, x86_64-musl, musl, linux/amd64, 1)" width="24" height="24"></td>
<td class="v1p-3" style="width: 100%; box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 16px;"><div style="box-sizing: border-box; margin-top: 0px; margin-bottom: 0px !important; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji" !important;"><strong style="font-weight: 600; box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">Check build</strong> / Build packages (x86_64-musl, x86_64-musl, musl, linux/amd64, 1) <br style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">Succeeded in 14 minutes and 48 seconds</div>
</td>
<td class="v1pr-3 v1py-3" style="white-space: nowrap; box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 16px 16px 16px 0;"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table class="v1border-bottom v1width-full v1text-center" style="box-sizing: border-box; border-spacing: 0; border-collapse: collapse; border-bottom-width: 1px !important; border-bottom-color: #e1e4e8 !important; border-bottom-style: solid !important; width: 100% !important; text-align: center !important; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;" align="center">
<tbody>
<tr style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<td class="v1d-block v1text-left" style="box-sizing: border-box; text-align: left !important; display: block !important; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 0;" align="left">
<table class="v1width-full" style="box-sizing: border-box; border-spacing: 0; border-collapse: collapse; width: 100% !important; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;" border="0" width="100%" cellspacing="0" cellpadding="0" align="center">
<tbody>
<tr style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<td style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 0;" align="center"> </td>
<td class="v1pl-3 v1py-3 v1p-sm-4" style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 16px 0 16px 16px;"><img style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; border-style: none;" src="https://github.githubassets.com/assets/check-circle-fill-green-beec9eb7b823.png" alt="Build packages (aarch64, x86_64, glibc, linux/amd64, 0)" width="24" height="24"></td>
<td class="v1p-3" style="width: 100%; box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 16px;"><div style="box-sizing: border-box; margin-top: 0px; margin-bottom: 0px !important; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji" !important;"><strong style="font-weight: 600; box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">Check build</strong> / Build packages (aarch64, x86_64, glibc, linux/amd64, 0) <br style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">Succeeded in 1 minute and 38 seconds</div>
</td>
<td class="v1pr-3 v1py-3" style="white-space: nowrap; box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 16px 16px 16px 0;"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table class="v1border-bottom v1width-full v1text-center" style="box-sizing: border-box; border-spacing: 0; border-collapse: collapse; border-bottom-width: 1px !important; border-bottom-color: #e1e4e8 !important; border-bottom-style: solid !important; width: 100% !important; text-align: center !important; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;" align="center">
<tbody>
<tr style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<td class="v1d-block v1text-left" style="box-sizing: border-box; text-align: left !important; display: block !important; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 0;" align="left">
<table class="v1width-full" style="box-sizing: border-box; border-spacing: 0; border-collapse: collapse; width: 100% !important; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;" border="0" width="100%" cellspacing="0" cellpadding="0" align="center">
<tbody>
<tr style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<td style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 0;" align="center"> </td>
<td class="v1pl-3 v1py-3 v1p-sm-4" style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 16px 0 16px 16px;"><img style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; border-style: none;" src="https://github.githubassets.com/assets/check-circle-fill-green-beec9eb7b823.png" alt="Build packages (armv6l-musl, x86_64-musl, musl, linux/amd64, 0)" width="24" height="24"></td>
<td class="v1p-3" style="width: 100%; box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 16px;"><div style="box-sizing: border-box; margin-top: 0px; margin-bottom: 0px !important; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji" !important;"><strong style="font-weight: 600; box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">Check build</strong> / Build packages (armv6l-musl, x86_64-musl, musl, linux/amd64, 0) <br style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">Succeeded in 1 minute and 36 seconds</div>
</td>
<td class="v1pr-3 v1py-3" style="white-space: nowrap; box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 16px 16px 16px 0;"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table class="v1border-bottom v1width-full v1text-center" style="box-sizing: border-box; border-spacing: 0; border-collapse: collapse; border-bottom-width: 1px !important; border-bottom-color: #e1e4e8 !important; border-bottom-style: solid !important; width: 100% !important; text-align: center !important; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;" align="center">
<tbody>
<tr style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<td class="v1d-block v1text-left" style="box-sizing: border-box; text-align: left !important; display: block !important; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 0;" align="left">
<table class="v1width-full" style="box-sizing: border-box; border-spacing: 0; border-collapse: collapse; width: 100% !important; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;" border="0" width="100%" cellspacing="0" cellpadding="0" align="center">
<tbody>
<tr style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<td style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 0;" align="center"> </td>
<td class="v1pl-3 v1py-3 v1p-sm-4" style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 16px 0 16px 16px;"><img style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; border-style: none;" src="https://github.githubassets.com/assets/check-circle-fill-green-beec9eb7b823.png" alt="Build packages (aarch64-musl, x86_64-musl, musl, linux/amd64, 0)" width="24" height="24"></td>
<td class="v1p-3" style="width: 100%; box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 16px;"><div style="box-sizing: border-box; margin-top: 0px; margin-bottom: 0px !important; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji" !important;"><strong style="font-weight: 600; box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">Check build</strong> / Build packages (aarch64-musl, x86_64-musl, musl, linux/amd64, 0) <br style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">Succeeded in 1 minute and 11 seconds</div>
</td>
<td class="v1pr-3 v1py-3" style="white-space: nowrap; box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 16px 16px 16px 0;"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table class="v1width-full v1text-center" style="box-sizing: border-box; border-spacing: 0; border-collapse: collapse; width: 100% !important; text-align: center !important; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;" align="center">
<tbody>
<tr style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<td class="v1d-block v1text-left" style="box-sizing: border-box; text-align: left !important; display: block !important; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 0;" align="left">
<table class="v1width-full" style="box-sizing: border-box; border-spacing: 0; border-collapse: collapse; width: 100% !important; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;" border="0" width="100%" cellspacing="0" cellpadding="0" align="center">
<tbody>
<tr style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<td style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 0;" align="center"> </td>
<td class="v1pl-3 v1py-3 v1p-sm-4" style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 16px 0 16px 16px;"><img style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; border-style: none;" src="https://github.githubassets.com/assets/check-circle-fill-green-beec9eb7b823.png" alt="Build packages (armv7l, x86_64, glibc, linux/amd64, 0)" width="24" height="24"></td>
<td class="v1p-3" style="width: 100%; box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 16px;"><div style="box-sizing: border-box; margin-top: 0px; margin-bottom: 0px !important; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji" !important;"><strong style="font-weight: 600; box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">Check build</strong> / Build packages (armv7l, x86_64, glibc, linux/amd64, 0) <br style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">Succeeded in 1 minute and 23 seconds</div>
</td>
<td class="v1pr-3 v1py-3" style="white-space: nowrap; box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 16px 16px 16px 0;"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table class="v1width-full v1text-center" style="box-sizing: border-box; border-spacing: 0; border-collapse: collapse; width: 100% !important; text-align: center !important; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;" border="0" width="100%" cellspacing="0" cellpadding="0" align="center">
<tbody>
<tr style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<td style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 0;" align="center">
<table style="box-sizing: border-box; border-spacing: 0; border-collapse: collapse; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<tbody style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<tr style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<td style="font-size: 16px; line-height: 16px; box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 0;" height="16"> </td>
</tr>
</tbody>
</table>
<table style="box-sizing: border-box; border-spacing: 0; border-collapse: collapse; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<tbody style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<tr style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<td style="font-size: 16px; line-height: 16px; box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 0;" height="16"> </td>
</tr>
</tbody>
</table><div style="box-sizing: border-box; margin-top: 0px; margin-bottom: 10px; color: rgb(106, 115, 125) !important; font-size: 14px !important; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji" !important;"> <br class="webkit-block-placeholder"></div><p style="font-size: small; -webkit-text-size-adjust: none; color: #666; box-sizing: border-box; margin-top: 0; margin-bottom: 10px; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">—<br style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">You are receiving this because you are subscribed to this thread.<br style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;"><a style="background-color: rgba(0,0,0,0); box-sizing: border-box; color: #0366d6; text-decoration: none; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;" href="https://github.com/settings/notifications" target="_blank" rel="noopener noreferrer">Manage your GitHub Actions notifications</a></p>
</td>
</tr>
</tbody>
</table>
<table class="v1width-full v1text-center" style="box-sizing: border-box; border-spacing: 0; border-collapse: collapse; width: 100% !important; text-align: center !important; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;" border="0" width="100%" cellspacing="0" cellpadding="0" align="center">
<tbody>
<tr style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<td style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 0;" align="center">
<table style="box-sizing: border-box; border-spacing: 0; border-collapse: collapse; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<tbody style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<tr style="box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">
<td style="font-size: 16px; line-height: 16px; box-sizing: border-box; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important; padding: 0;" height="16"> </td>
</tr>
</tbody>
</table><p class="v1f6 v1text-gray-light" style="box-sizing: border-box; margin-top: 0; margin-bottom: 10px; color: #6a737d !important; font-size: 12px !important; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;">GitHub, Inc. ・88 Colin P Kelly Jr Street ・San Francisco, CA 94107</p>
</td>
</tr>
</tbody>
</table>
</center></td>
</tr>
</tbody>
</table>
<div style="display: none; white-space: nowrap; box-sizing: border-box; font: 15px/0 apple-system, BlinkMacSystemFont, 'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji';"> </div>
</div>
</div>
_______________________________________________<br>gnucash-devel mailing list<br>gnucash-devel@gnucash.org<br>https://lists.gnucash.org/mailman/listinfo/gnucash-devel<br></div></blockquote></div><br></div></body></html>