Opened 13 months ago

Closed 13 months ago

Last modified 11 months ago

#5360 closed defect (fixed)

Cirrus CI failing on proj tests

Reported by: robe Owned by: robe
Priority: blocker Milestone: PostGIS 3.3.3
Component: QA/buildbots Version: 3.3.x
Keywords: Cc:

Description

Cirrhus is failing on proj tests on both master and 3.3 branch

  Postgis 3.3.3dev - (0) - 2023-03-22 00:38:04
  scripts 3.3.3dev 0
  GEOS: 3.11.1-CAPI-1.17.1
  PROJ: 9.2.0
  SFCGAL: 1.4.1

 ./regress/core/regress_proj_cache_overflow .. failed (diff expected obtained: /tmp/pgis_reg/test_60_diff)
 ./regress/core/regress_proj_4890 .. failed (diff expected obtained: /tmp/pgis_reg/test_61_diff)

Could be an issue with Proj 9.2.0. I don't think we have any other bots running 9.2.0

Change History (4)

comment:1 by robe, 13 months ago

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.

comment:2 by Regina Obe <lr@…>, 13 months ago

In 7560703/git:

Add projsync steps to fix cirrus proj failures.
References #5360 for 3.4.0

comment:3 by Regina Obe <lr@…>, 13 months ago

Resolution: fixed
Status: newclosed

In 887efa9/git:

Add projsync steps to fix cirrus proj failures.
Add verbose to make check so can see failures
Closes #5360 for 3.3.3

comment:4 by pramsey, 11 months ago

See also #5316

Note: See TracTickets for help on using tickets.