Re: Docs Build in CI failing with "failed to load external entity" - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Docs Build in CI failing with "failed to load external entity"
Date
Msg-id 2634430.1729820671@sss.pgh.pa.us
Whole thread Raw
In response to Docs Build in CI failing with "failed to load external entity"  (Melanie Plageman <melanieplageman@gmail.com>)
Responses Re: Docs Build in CI failing with "failed to load external entity"
List pgsql-hackers
Melanie Plageman <melanieplageman@gmail.com> writes:
> I know in the past docs builds failing with "failed to load external
> entity" have happened on macos. But, recently I've noticed this
> failure for docs build on CI (not on macos) -- docs build is one of
> the jobs run under the "Compiler Warnings" task.

It looks to me like a broken docbook installation on (one of?)
the CI machines.  Note that the *first* complaint is

[19:23:20.590] file:///etc/xml/catalog:1: parser error : Document is empty

I suspect that the subsequent "failed to load external entity"
complaints happen because the XML processor doesn't find any DTD
objects in the local catalog, so it tries to go out to the net for
them, and is foiled by the --no-net switch we use.

            regards, tom lane



pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: Changing the default random_page_cost value
Next
From: Andrei Lepikhov
Date:
Subject: Re: cache lookup failed when \d t concurrent with DML change column data type