<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>

<style data-premailer="ignore" type="text/css">
a { color: #1068bf; }
</style>

<style>img {
max-width: 100%; height: auto;
}
body {
font-size: 0.875rem;
}
body {
-webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-size: inherit;
}
</style>
</head>
<body style='font-size: inherit; -webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";'>
<div class="content">

<p style="color: #777777;">
<a href="https://gitlab.com/dueno" style="color: #1068bf;">Daiki Ueno</a>
commented on a
<a href="https://gitlab.com/gnutls/gnutls/-/issues/1388#note_1047162214" style="color: #1068bf;">discussion</a>:
</p>
<div class="md" style="color: #303030; word-wrap: break-word;">
<blockquote dir="auto" style="font-size: inherit; color: #525252; padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1.5rem; box-shadow: inset 4px 0 0 0 #dbdbdb; border-top-width: 0; border-bottom-width: 0; border-right-width: 0; margin: 0 0 0.5rem;" align="initial">
<p style="color: inherit; line-height: 1.5; margin: 0;">Is it reproducible (I can’t reproduce it here on Guix)?</p>
</blockquote>
<p dir="auto" style="color: #303030; margin: 0 0 16px;" align="initial">I can reliably reproduce it on Fedora.  Assuming podman installed, maybe you could try:</p>
<div class="gl-relative markdown-code-block js-markdown-code">
<pre class="code highlight js-syntax-highlight language-console" lang="console" v-pre="true" style='display: block; font-size: 13px; color: #303030; line-height: 1.6em; overflow-x: auto; border-radius: 2px; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; margin: 0 0 16px; padding: 12px; border: 1px solid #dbdbdb;'><code style='font-size: inherit; color: inherit; word-wrap: normal; word-break: keep-all; background-color: inherit; border-radius: 4px; white-space: pre; margin-top: 0; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; overflow-wrap: normal; padding: unset;'><span id="LC1" class="line" lang="console" style="margin-top: 0;"><span class="gp" style="margin-top: 0;">$</span><span class="w"> </span>podman run <span class="nt">-ti</span> <span class="nt">--pull</span><span class="o">=</span>always registry.gitlab.com/gnutls/build-images:buildenv-fedora35</span>
<span id="LC2" class="line" lang="console"><span class="gp" style="margin-top: 0;">#</span><span class="w"> </span>git clone https://gitlab.com/gnutls/gnutls.git</span>
<span id="LC3" class="line" lang="console"><span class="gp" style="margin-top: 0;">#</span><span class="w"> </span><span class="nb">cd </span>gnutls</span>
<span id="LC4" class="line" lang="console"><span class="gp" style="margin-top: 0;">#</span><span class="w"> </span>git revert 0ee85e0a8e4b1fad3960efe00bd733d02076e4ea</span>
<span id="LC5" class="line" lang="console"><span class="gp" style="margin-top: 0;">#</span><span class="w"> </span>./bootstrap</span>
<span id="LC6" class="line" lang="console"><span class="gp" style="margin-top: 0;">#</span><span class="w"> </span><span class="nv">GUILE</span><span class="o">=</span>/usr/bin/guile2.2</span>
<span id="LC7" class="line" lang="console"><span class="gp" style="margin-top: 0;">#</span><span class="w"> </span><span class="nv">GUILD</span><span class="o">=</span>/usr/bin/guild2.2</span>
<span id="LC8" class="line" lang="console"><span class="gp" style="margin-top: 0;">#</span><span class="w"> </span><span class="nv">guile_snarf</span><span class="o">=</span>/usr/bin/guile-snarf2.2</span>
<span id="LC9" class="line" lang="console"><span class="gp" style="margin-top: 0;">#</span><span class="w"> </span><span class="nb">export </span>GUILE GUILD guile_snarf</span>
<span id="LC10" class="line" lang="console"><span class="gp" style="margin-top: 0;">#</span><span class="w"> </span><span class="nb">mkdir </span>build</span>
<span id="LC11" class="line" lang="console"><span class="gp" style="margin-top: 0;">#</span><span class="w"> </span><span class="nb">cd </span>build</span>
<span id="LC12" class="line" lang="console"><span class="gp" style="margin-top: 0;">#</span><span class="w"> </span>../configure <span class="nt">--disable-doc</span></span>
<span id="LC13" class="line" lang="console"><span class="gp" style="margin-top: 0;">#</span><span class="w"> </span>make <span class="nt">-j</span><span class="si">$(</span><span class="nb">nproc</span><span class="si">)</span></span>
<span id="LC14" class="line" lang="console"><span class="gp" style="margin-top: 0;">#</span><span class="w"> </span><span class="nb">cd </span>guile</span>
<span id="LC15" class="line" lang="console"><span class="gp" style="margin-top: 0;">#</span><span class="w"> </span>make check</span></code></pre>
<copy-code></copy-code>
</div>
<blockquote dir="auto" style="font-size: inherit; color: #525252; padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1.5rem; box-shadow: inset 4px 0 0 0 #dbdbdb; border-top-width: 0; border-bottom-width: 0; border-right-width: 0; margin: 0.5rem 0;" align="initial">
<p style="color: inherit; line-height: 1.5; margin: 0;">Could you share the full guile/test-suite.log file?</p>
</blockquote>
<p dir="auto" style="color: #303030; margin: 0;" align="initial">Full log is available at:
<a href="https://gitlab.com/gnutls/gnutls/-/jobs/2771635108/artifacts/file/gnutls-3.7.6/_build/sub/guile/test-suite.log" style="color: #1068bf; margin-top: 0;">https://gitlab.com/gnutls/gnutls/-/jobs/2771635108/artifacts/file/gnutls-3.7.6/_build/sub/guile/test-suite.log</a></p>
</div>


</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #666;">

<br>
Reply to this email directly or <a href="https://gitlab.com/gnutls/gnutls/-/issues/1388#note_1047162214" style="color: #1068bf;">view it on GitLab</a>.
<br>
You're receiving this email because of your account on <a target="_blank" rel="noopener noreferrer" href="https://gitlab.com" style="color: #1068bf;">gitlab.com</a>. <a href="https://gitlab.com/-/sent_notifications/ff2060fbec0986722c5c7f54222db345/unsubscribe" target="_blank" rel="noopener noreferrer" style="color: #1068bf;">Unsubscribe</a> from this thread · <a href="https://gitlab.com/-/profile/notifications" target="_blank" rel="noopener noreferrer" class="mng-notif-link" style="color: #1068bf;">Manage all notifications</a> · <a href="https://gitlab.com/help" target="_blank" rel="noopener noreferrer" class="help-link" style="color: #1068bf;">Help</a>
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Issue","url":"https://gitlab.com/gnutls/gnutls/-/issues/1388#note_1047162214"}}</script>


</p>
</div>
</body>
</html>