[postgis-tickets] [PostGIS] #5360: Cirrus CI failing on proj tests
PostGIS
trac at osgeo.org
Sun Mar 26 17:21:43 PDT 2023
#5360: Cirrus CI failing on proj tests
------------------------+---------------------------
Reporter: robe | Owner: robe
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 3.3.3
Component: buildbots | Version: 3.3.x
Resolution: | Keywords:
------------------------+---------------------------
Comment (by robe):
I added verbose to the calls. I think it's the same issue as we were
having with the GHI images, where adding projsync fixed.
{{{
regress/core/regress_proj_cache_overflow .. failed (diff expected
obtained: /tmp/pgis_reg/test_60_diff)
-----------------------------------------------------------------------------
--- ./regress/core/regress_proj_cache_overflow_expected 2023-03-26
23:07:14.520775000 +0000
+++ /tmp/pgis_reg/test_60_out 2023-03-26 23:12:05.016264000 +0000
@@ -1 +1 @@
-13|147
+ERROR: transform: File not found or invalid (1029)
-----------------------------------------------------------------------------
regress/core/regress_proj_4890 .. failed (diff expected obtained:
/tmp/pgis_reg/test_61_diff)
-----------------------------------------------------------------------------
--- ./regress/core/regress_proj_4890_expected 2023-03-26
23:07:14.520452000 +0000
+++ /tmp/pgis_reg/test_61_out 2023-03-26 23:12:05.127212000 +0000
@@ -1 +1 @@
-4890|POINT(-122.4859 49.4531)
+ERROR: transform: File not found or invalid (1029)
}}}
I'll try to put in a projsync call in there to see if it can be done.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5360#comment:1>
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