Opened 8 weeks ago

Closed 6 weeks ago

#5696 closed defect (fixed)

Strange regression failure on woodie

Reported by: robe Owned by: strk
Priority: medium Milestone: PostGIS 3.5.0
Component: upgrade Version: master
Keywords: Cc:

Description

I was making changes to address standardizer_data_us extension, which note has nothing to do with postgis. Strangely woodie errors out and only with pg15 check. I'm wondering if this is some-sort of parallel build run issue.

The other runs even the upgrades were fine, it's just check-pg15 that failed

https://woodie.osgeo.org/repos/30/pipeline/1972/10

Upgrading core
Died at /woodpecker/src/git.osgeo.org/gitea/postgis/postgis/regress/run_test.pl line 481.
 failed (Error encountered loading /woodpecker/src/git.osgeo.org/gitea/postgis/postgis/build/pg15/regress/00-regress-install/share/contrib/postgis/postgis_upgrade.sql: /tmp/pgis_reg/regress_log.tmp)
-----------------------------------------------------------------------------
NOTICE:  schema "public" already exists, skipping
 _postgis_drop_function_by_identity 
------------------------------------
 
(1 row)

 _postgis_drop_function_by_identity 
------------------------------------
 
(1 row)

 _postgis_drop_function_by_identity 
------------------------------------
 
(1 row)

psql:/woodpecker/src/git.osgeo.org/gitea/postgis/postgis/build/pg15/regress/00-regress-install/share/contrib/postgis/postgis_upgrade.sql:210: NOTICE:  function st_aslatlontext(geometry) does not exist, skipping
 _postgis_drop_function_by_identity 
------------------------------------
 
(1 row)

 _postgis_drop_function_by_identity 
------------------------------------
 
(1 row)

 _postgis_drop_function_by_identity 
------------------------------------
 
(1 row)

 _postgis_drop_function_by_identity 
------------------------------------
 
(1 row)

 _postgis_drop_function_by_identity 
------------------------------------
 
(1 row)

 _postgis_drop_function_by_identity 
------------------------------------
 
(1 row)

psql:/woodpecker/src/git.osgeo.org/gitea/postgis/postgis/build/pg15/regress/00-regress-install/share/contrib/postgis/postgis_upgrade.sql:260: NOTICE:  function st_coverageinvalidlocations(geometry,pg_catalog.float8) does not exist, skipping
psql:/woodpecker/src/git.osgeo.org/gitea/postgis/postgis/build/pg15/regress/00-regress-install/share/contrib/postgis/postgis_upgrade.sql:305: ERROR:  could not access file "$libdir/postgis-3.5": No such file or directory
-----------------------------------------------------------------------------
make[1]: *** [/woodpecker/src/git.osgeo.org/gitea/postgis/postgis/regress/runtest.mk:24: check-regress] Error 3
make[1]: Leaving directory '/woodpecker/src/git.osgeo.org/gitea/postgis/postgis/build/pg15'
make: *** [/woodpecker/src/git.osgeo.org/gitea/postgis/postgis/regress/runtest.mk:50: check-locked-upgrade] Error 2

Change History (1)

comment:1 by robe, 6 weeks ago

Resolution: fixed
Status: newclosed

I think this might be fixed was a chaining issue of steps I think that maybe two steps were using the same runner and tripping on each other. I might still have an chain issue though, but will reopen if it happens again.

Note: See TracTickets for help on using tickets.