Created attachment 919999 [details] build.log There are 2 tests that fail: --- FAIL: TestPagesFromGoTmplAsciidocAndSimilar (0.24s) --- FAIL: TestBatch (0.02s) TestPagesFromGoTmplAsciidocAndSimilar was also failing in previous versions.
Created attachment 920000 [details] emerge --info
Missing asciidoctor dep: ``` === RUN TestPagesFromGoTmplAsciidocAndSimilar ERROR asciidoctor not found in $PATH: Please install. Leaving AsciiDoc content unrendered. integrationtest_builder.go:127: error: got non-nil error got: e"logged 1 error(s)" stack: /mnt/extratmp/portage/www-apps/hugo-0.144.2/work/hugo-0.144.2/hugolib/integrationtest_builder.go:461 s.Assert(err, qt.IsNil) /mnt/extratmp/portage/www-apps/hugo-0.144.2/work/hugo-0.144.2/hugolib/integrationtest_builder.go:127 return NewIntegrationTestBuilder(cfg).Build() /mnt/extratmp/portage/www-apps/hugo-0.144.2/work/hugo-0.144.2/hugolib/pagesfromdata/pagesfromgotmpl_integration_test.go:151 b := hugolib.Test(t, files) --- FAIL: TestPagesFromGoTmplAsciidocAndSimilar (0.24s) ```
Missing nodejs[npm] dep: ``` === RUN TestBatch integrationtest_builder.go:740: error: got non-nil error got: e`binary with name "npm" not found in PATH` stack: /mnt/extratmp/portage/www-apps/hugo-0.144.2/work/hugo-0.144.2/hugolib/integrationtest_builder.go:740 s.Assert(err, qt.IsNil) /usr/lib/go/src/sync/once.go:76 f() /usr/lib/go/src/sync/once.go:67 o.doSlow(f) /mnt/extratmp/portage/www-apps/hugo-0.144.2/work/hugo-0.144.2/hugolib/integrationtest_builder.go:619 s.builderInit.Do(func() { var afs afero.Fs if s.Cfg.NeedsOsFS { afs = afero.NewOsFs() } else { afs = afero.NewMemMapFs() } [...] ``` Perhaps better to skip those 2 tests.
The first one also fails with asciidoctor installed, the message is just informative For the second one I didn't try to install npm But I agree, both tests should be skipped.