Opened 4 years ago

Closed 4 years ago

#4778 closed defect (fixed)

regression failure on SFCGAL

Reported by: robe Owned by: strk
Priority: blocker Milestone: PostGIS 3.1.0
Component: build Version: 2.5.x -- EOL
Keywords: Cc:

Description

I just started getting this error and I see it on winnie too https://winnie.postgis.net:444/job/PostGIS_EDB_Regress_winnie/11260/consoleFull

 ./core/regress .. failed (diff expected obtained: /projects/postgis/tmp/3.1.0dev_pg11_geos3.9_gdal3.2.0w64/test_38_diff)
-----------------------------------------------------------------------------
--- ./core/regress_expected	2020-10-29 00:20:36.459427500 -0400
+++ /projects/postgis/tmp/3.1.0dev_pg11_geos3.9_gdal3.2.0w64/test_38_out	2020-10-29 00:37:46.409980300 -0400
@@ -231,3 +231,21 @@
 314|676
 315|0
 316|t|LINESTRING(40 8.660254037844387,35 8.660254037844387)
+unexpected probin|postgis_sfcgal_noop:E:/jenkins/postgis/branches/3.1/regress/00-regress-install/lib/postgis_sfcgal-3.1
+unexpected probin|postgis_sfcgal_version:E:/jenkins/postgis/branches/3.1/regress/00-regress-install/lib/postgis_sfcgal-3.1
+unexpected probin|st_3darea:E:/jenkins/postgis/branches/3.1/regress/00-regress-install/lib/postgis_sfcgal-3.1
+unexpected probin|st_3ddifference:E:/jenkins/postgis/branches/3.1/regress/00-regress-install/lib/postgis_sfcgal-3.1
+unexpected probin|st_3dintersection:E:/jenkins/postgis/branches/3.1/regress/00-regress-install/lib/postgis_sfcgal-3.1
+unexpected probin|st_3dunion:E:/jenkins/postgis/branches/3.1/regress/00-regress-install/lib/postgis_sfcgal-3.1
+unexpected probin|st_approximatemedialaxis:E:/jenkins/postgis/branches/3.1/regress/00-regress-install/lib/postgis_sfcgal-3.1
+unexpected probin|st_constraineddelaunaytriangles:E:/jenkins/postgis/branches/3.1/regress/00-regress-install/lib/postgis_sfcgal-3.1
+unexpected probin|st_extrude:E:/jenkins/postgis/branches/3.1/regress/00-regress-install/lib/postgis_sfcgal-3.1
+unexpected probin|st_forcelhr:E:/jenkins/postgis/branches/3.1/regress/00-regress-install/lib/postgis_sfcgal-3.1
+unexpected probin|st_isplanar:E:/jenkins/postgis/branches/3.1/regress/00-regress-install/lib/postgis_sfcgal-3.1
+unexpected probin|st_issolid:E:/jenkins/postgis/branches/3.1/regress/00-regress-install/lib/postgis_sfcgal-3.1
+unexpected probin|st_makesolid:E:/jenkins/postgis/branches/3.1/regress/00-regress-install/lib/postgis_sfcgal-3.1
+unexpected probin|st_minkowskisum:E:/jenkins/postgis/branches/3.1/regress/00-regress-install/lib/postgis_sfcgal-3.1
+unexpected probin|st_orientation:E:/jenkins/postgis/branches/3.1/regress/00-regress-install/lib/postgis_sfcgal-3.1
+unexpected probin|st_straightskeleton:E:/jenkins/postgis/branches/3.1/regress/00-regress-install/lib/postgis_sfcgal-3.1
+unexpected probin|st_tesselate:E:/jenkins/postgis/branches/3.1/regress/00-regress-install/lib/postgis_sfcgal-3.1
+unexpected probin|st_volume:E:/jenkins/postgis/branches/3.1/regress/00-regress-install/lib/postgis_sfcgal-3.1
-----------------------------------------------------------------------------

Not sure why it is not happening on other bots so might be mingw specific. I assume it's one of strk's SFCGAL script changes yesterday at fault.

Change History (2)

comment:1 by robe, 4 years ago

I should add aside from windows, what winnie and I have in common that I don't think the other bots do (even the sfcgal testing ones) is that we test with the

--with-library-minor-version

configure switch. I don't think the other bots test that switch

comment:2 by Sandro Santilli <strk@…>, 4 years ago

Resolution: fixed
Status: newclosed

In d781ecf2/git:

Have probin test support more than a single letter versioning

Fixes #4778

Note: See TracTickets for help on using tickets.