[postgis-devel] Winnie is whining

Paragon Corporation lr at pcorp.us
Sat May 30 23:08:49 PDT 2015


It's been off and on since early May – unfortunately I didn't keep the logs for that far back, just know it was failing but not consistently and a lot probably have to do with me upgrading postgresql.  

 

I'm blaming dirty clean now :)

 

I put back the line I had removed and my cunit runs still worked on my dev so it seemed more like the act of changing the line rather than what I changed it to made the difference.

 

That would also explain why winnie's is intermittent – she uses the same workspace for 32-bit / 64-bit so if there is something wrong with our

 

Make clean

 

Make distclean   stuff, it would explain random issues on her.

 

I just flipped the 32-bit to run first on hers so the 32-bit is always a clean run (since the svn cleanup stuff would compensate for whatever flaws we have in cleaning for first run). And will monitor to see if that one is still flaky 

If It's not then I blame a dirty workspace and will investigate to make sure nothing wrong with my regress script and nothing wrong with our cleanup scripts.

 

 

Thanks,

Regina

 

 

 

From: postgis-devel-bounces at lists.osgeo.org [mailto:postgis-devel-bounces at lists.osgeo.org] On Behalf Of nicklas.aven
Sent: Sunday, May 31, 2015 1:15 AM
To: PostGIS Development Discussion; 'Brian M Hamlin'
Subject: Re: [postgis-devel] Winnie is whining

 

Regina

Have we seen this before my commit r13589?

 

/Nicklas

 

 

 

Sent from my Samsung device



-------- Original message --------
From: Paragon Corporation <lr at pcorp.us <mailto:lr at pcorp.us> > 
Date: 31/05/2015 06:42 (GMT+01:00) 
To: 'Brian M Hamlin' <maplabs at light42.com <mailto:maplabs at light42.com> >, 'PostGIS Development Discussion' <postgis-devel at lists.osgeo.org <mailto:postgis-devel at lists.osgeo.org> > 
Subject: Re: [postgis-devel] Winnie is whining 

Brian,

 

You seem to have a bunch of issues here not related

 

1)      Looks like you don't have Cunit installed so tests don't even try to run.

2)      Something wrong with your postgres setup.  So postgresql tests are failing – better check

/tmp/pgis_reg/regress_log

 

To see what is up there.

 

 

Anyway seems Winnie is still intermittently failing despite my commit that fixed my issue.  I just purged her local bin to rule out stale liblwgeom getting in the way and after that it passed, but running the whole thing again to see if it fails again.

 

Only difference between my setup and winnies aside from hers runs under Jenkins (and doing multiple sequential runs)  is I'm on windows 7 64-bit and she's windows 2012 64-bit. Can't see how those would make a difference and why it's just the 32-bit and intermittent.

 

The 32bit is at gcc 4.8.1 and the 64-bit is at gcc 4.8.3 so I suppose it could be a gcc difference.  I think I'll just purge the whole postgis folder to see if something sticking there.

 

 

Thanks,

Regina

 

 

From: Brian M Hamlin [mailto:maplabs at light42.com] 
Sent: Sunday, May 31, 2015 12:28 AM
To: PostGIS Development Discussion; Paragon Corporation
Subject: Re: [postgis-devel] Winnie is whining

 

this is a 32bit build just now .. 

 

   http://paste.debian.net/190006/



On Sat, 30 May 2015 23:18:27 -0400, Paragon Corporation <lr at pcorp.us <mailto:lr at pcorp.us> > wrote:

I was thinking it might be liblwgeom got stuck somewhere. I think that has
happened to me before and it causes random problems cause it installs itself
in usr/local/bin or some such annoying place and an old one gets used with
new code.
Seems isolated to the 32-bit version. I think 64-bit is fine.

Anyway I tried to replicate on my dev box running windows 7 64-bit (using
the same mingw64 32-bit gcc 4.8.1) and sadly it crashes on my desktop.
Though location is slightly different. I get this 

liblwgeom code interrupted
liblwgeom code interrupted
liblwgeom code interrupted
passed
Test: test_lwgeom_locate_along ...passed
Test: test_lw_dist2d_pt_arc ...passed
Test: test_lw_dist2d_seg_arc ...passed
Test: test_lw_dist2d_arc_arc ..passed
Test: test_lw_arc_length ...passed
Test: test_lw_dist2d_pt_ptarrayarc ...passed
Test: test_lw_dist2d_ptarray_ptarrayarc ...passed
Test: test_lwgeom_tcpa ..passed
Test: test_lwgeom_is_trajectory ...Geometry is not a LINESTRING
Line does not have M dimension
Measure of vertex 1 (1) not bigger than measure of vertex 0 (1)
Measure of vertex 1 (0) not bigger than measure of vertex 0 (1)
Measure of vertex 2 (2) not bigger than measure of vertex 1 (3)
passed
Suite: effectivearea
Test: do_test_lwgeom_effectivearea_lines ...passed
Test: do_test_lwgeom_effectivearea_polys ...passed
Suite: miscellaneous
Test: test_misc_force_2d ...Makefile:80: recipe for target `check' failed
make[2]: *** [check] Error 5
make[2]: Leaving directory `/projects/postgis/branches/2.2/liblwgeom/cunit'
Makefile:168: recipe for target `check' failed
make[1]: *** [check] Error 2
make[1]: Leaving directory `/projects/postgis/branches/2.2/liblwgeom'
GNUmakefile:14: recipe for target `check' failed




-----Original Message-----
From: postgis-devel-bounces at lists.osgeo.org <mailto:postgis-devel-bounces at lists.osgeo.org> 
[mailto:postgis-devel-bounces at lists.osgeo.org] On Behalf Of Nicklas Avén
Sent: Saturday, May 30, 2015 6:27 PM
To: PostGIS Development Discussion
Subject: [postgis-devel] Winnie is whining

Hallo

Regina, I see winnie is unhappy. But I cannot understand how my last commit
could cause that.

Test: test_lw_dist2d_seg_arc ...passed
Test: test_lw_dist2d_arc_arc ...passed
Test: test_lw_arc_length ...passed
Test: test_lw_dist2d_pt_ptarrayarc ...passed
Test: test_lw_dist2d_ptarray_ptarrayarc ...passed
Test: test_lwgeom_tcpa ..Makefile:80: recipe for target `check'
failed
make[2]: *** [check] Error 5
make[2]: Leaving directory
`/projects/postgis/branches/2.2/liblwgeom/cunit'
Makefile:168: recipe for target `check' failed
make[1]: *** [check] Error 2
make[1]: Leaving directory `/projects/postgis/branches/2.2/liblwgeom'
GNUmakefile:14: recipe for target `check' failed
make: *** [check] Error 1

Can it be something else causing it?


Thanks

Nicklas

_______________________________________________
postgis-devel mailing list
postgis-devel at lists.osgeo.org <mailto:postgis-devel at lists.osgeo.org> 
http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-devel


_______________________________________________
postgis-devel mailing list
postgis-devel at lists.osgeo.org <mailto:postgis-devel at lists.osgeo.org> 
http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-devel

 


--
Brian M Hamlin
OSGeo California Chapter
blog.light42.com

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-devel/attachments/20150531/80e54f6b/attachment.html>


More information about the postgis-devel mailing list