Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hakyll 4.16.1.0 test failure #7110

Closed
alexeyzab opened this issue Sep 9, 2023 · 1 comment
Closed

hakyll 4.16.1.0 test failure #7110

alexeyzab opened this issue Sep 9, 2023 · 1 comment

Comments

@alexeyzab
Copy link
Contributor

       Stack failed to execute the build plan.

       While executing the build plan, Stack encountered the error:

       Error: [S-1995]
       Test suite failure for package hakyll-4.16.1.0
           hakyll-tests:  exited with: ExitFailure 1
       Full log available at /var/stackage/work/unpack-dir/.stack-work/logs/hakyll-4.16.1.0-test.log

             Hakyll.Web.Pandoc.Biblio.Tests
               biblio01:              FAIL (0.05s)
                 Test output was different from 'tests/data/biblio/cites-meijer-pandoc3.golden'. It was:
                 <!doctype html>
                 <html lang="en">
                     <head>
                         <meta charset="utf-8">
                         <title>This page cites a paper.</title>
                     </head>
                     <body>
                         <h1>This page cites a paper.</h1>
                         <p>I would like to cite one of my favourite papers <span class="citation" data-cites="meijer1991functional">(Meijer, Fokkinga, and Paterson 1991)</span> here.</p>
                 <div id="refs" class="references csl-bib-body hanging-indent" data-entry-spacing="0" role="list">
                 <div id="ref-meijer1991functional" class="csl-entry" role="listitem">
                 Meijer, Erik, Maarten Fokkinga, and Ross Paterson. 1991. <span>“Functional Programming with Bananas, Lenses, Envelopes and Barbed Wire.”</span> In <em>Conference on Functional Programming Language
s and Computer Architecture</em>, 124–44. Springer.
                 </div>
                 </div>
                     </body>
                 </html>

                 Use -p '/biblio01/' to rerun this test only.
               biblio02:              FAIL (0.02s)
                 Test output was different from 'tests/data/biblio/cites-meijer-pandoc3.golden'. It was:
                 <!doctype html>
                 <html lang="en">
                     <head>
                         <meta charset="utf-8">
                         <title>This page cites a paper.</title>
                     </head>
                     <body>
                         <h1>This page cites a paper.</h1>
                         <p>I would like to cite one of my favourite papers <span class="citation" data-cites="meijer1991functional">(Meijer, Fokkinga, and Paterson 1991)</span> here.</p>
                 <div id="refs" class="references csl-bib-body hanging-indent" data-entry-spacing="0" role="list">
                 <div id="ref-meijer1991functional" class="csl-entry" role="listitem">
                 Meijer, Erik, Maarten Fokkinga, and Ross Paterson. 1991. <span>“Functional Programming with Bananas, Lenses, Envelopes and Barbed Wire.”</span> In <em>Conference on Functional Programming Language
s and Computer Architecture</em>, 124–44. Springer.
                 </div>
                 </div>
                     </body>
                 </html>

                 Use -p '/biblio02/' to rerun this test only.
               biblio03:              FAIL (0.09s)
                 Test output was different from 'tests/data/biblio/cites-multiple-pandoc3.golden'. It was:
                 <!doctype html>
                 <html lang="en">
                     <head>
                         <meta charset="utf-8">
                         <title>This page cites a paper and a book.</title>
                     </head>
                     <body>
                         <h1>This page cites a paper and a book.</h1>
                         <p>I would like to cite one of my favourite papers <span class="citation" data-cites="meijer1991functional">(Meijer, Fokkinga, and Paterson 1991)</span> here.</p>
                 <p>And also a book <span class="citation" data-cites="lipovaca2012">(Lipovača 2012)</span>.</p>
                 <div id="refs" class="references csl-bib-body hanging-indent" data-entry-spacing="0" role="list">
                 <div id="ref-lipovaca2012" class="csl-entry" role="listitem">
                 Lipovača, Miran. 2012. <em>Learn You a Haskell for Great Good! A Beginner’s Guide</em>. San Francisco, CA: No Starch Press.
                 </div>
                 <div id="ref-meijer1991functional" class="csl-entry" role="listitem">
                 Meijer, Erik, Maarten Fokkinga, and Ross Paterson. 1991. <span>“Functional Programming with Bananas, Lenses, Envelopes and Barbed Wire.”</span> In <em>Con<truncated>
                 Use --accept or increase --size-cutoff to see full output.
                 Use -p '/biblio03/' to rerun this test only.

Only posting the failed tests here. cc @jaspervdj

@Minoru
Copy link
Contributor

Minoru commented Sep 20, 2023

Fixed by 4.16.2.0 which I just released.

alaendle added a commit that referenced this issue Oct 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants