[postgis-tickets] [PostGIS] #5172: GHA ci main/main is failing
PostGIS
trac at osgeo.org
Sat Jun 25 22:32:29 PDT 2022
#5172: GHA ci main/main is failing
----------------------+---------------------------
Reporter: robe | Owner: robe
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 3.3.0
Component: raster | Version: master
Resolution: | Keywords:
----------------------+---------------------------
Comment (by robe):
I think the culprit is PROJ 9.1.
I swapped out the latest (which had GDAL 3.6, PROJ 9.1, PostgreSQL 15,
GEOS 3.11) and replaced with GDAL 3.6, PROJ 9.0, PostgreSQL 15, GEOS
3.11, and there is no error.
https://github.com/postgis/postgis/runs/7058314172?check_suite_focus=true
{{{
PostgreSQL 15beta1 on x86_64-pc-linux-gnu, compiled by gcc (Debian
10.2.1-6) 10.2.1 20210110, 64-bit
Postgis 3.3.0dev - (0bc5aa5) - 2022-06-26 04:15:30
scripts 3.3.0dev 0bc5aa5
raster scripts 3.3.0dev 0bc5aa5
GEOS: 3.11.0beta3-CAPI-1.16.0
PROJ: 9.0.1
SFCGAL: 1.4.1
GDAL: GDAL 3.6.0dev-125fafc, released 2022/06/25
}}}
as opposed to the latest, which crashes on the gdal driver test
{{{
PostgreSQL 15beta1 on x86_64-pc-linux-gnu, compiled by gcc (Debian
10.2.1-6) 10.2.1 20210110, 64-bit
Postgis 3.3.0dev - (76a92a5) - 2022-06-24 19:04:03
scripts 3.3.0dev 76a92a5
raster scripts 3.3.0dev 76a92a5
GEOS: 3.11.0beta2-CAPI-1.16.0
PROJ: 9.1.0
SFCGAL: 1.4.1
GDAL: GDAL 3.6.0dev-c5ffcd7, released 2022/06/19
}}}
Although I suppose it still could be GDAL since it looks like perhaps GHA
has the docker latest cached, since last run is till not the latest build
of GDAL
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5172#comment:5>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list