[gdal-dev] test failures on pkgsrc build of 3.3.2rc3

Even Rouault even.rouault at spatialys.com
Fri Sep 3 08:07:43 PDT 2021


Greg,
> FAILED ogr/ogr_gmt.py::test_ogr_gmt_2 - AssertionError: assert 1 == 0
Hopefully https://github.com/OSGeo/gdal/pull/4424 might help
> FAILED gcore/cog.py::test_cog_small_world_to_web_mercator - assert [26228, 22...
Was fixed in master 3.4.0 dev per 
https://github.com/OSGeo/gdal/commit/7816b68130cc7a79e5477a47dc6eb0227f2ae47d
> FAILED gdrivers/aigrid.py::test_aigrid_broken - FileExistsError: [Errno 17] F...
Probably result of a previous failure in that test. Hopefully 
https://github.com/OSGeo/gdal/pull/4424 might help
> FAILED gdrivers/eedai.py::test_eedai_GOOGLE_APPLICATION_CREDENTIALS - assert ...
Not sure what happens here. Probably some harden configuration of 
openssl that rejects the private key ? Apparently it fails on Mac too 
from 
https://github.com/OSGeo/gdal/commit/7816b68130cc7a79e5477a47dc6eb0227f2ae47d 

> FAILED alg/warp.py::test_warp_53[cubic-generalCase-Byte] - assert 3965 in [39...
> FAILED alg/warp.py::test_warp_53[cubic-generalCase-UInt16] - assert 3965 in [...
> FAILED alg/warp.py::test_warp_53[cubic-generalCase-Int16] - assert 3965 in [3...
> FAILED alg/warp.py::test_warp_53[cubic-default-Byte] - assert 3965 in [3942, ...
> FAILED alg/warp.py::test_warp_53[cubic-default-UInt16] - assert 3965 in [3942...
> FAILED alg/warp.py::test_warp_53[cubic-default-Int16] - assert 3965 in [3942,...
There's NAD27 to WGS 84 involved. Actually I see I get your results when 
the HPGN grids are installed (compared to having only 
proj-datumgrid-1.8). I've rewritten the tests to be PROJ independent in 
https://github.com/OSGeo/gdal/pull/4424
> FAILED utilities/test_gdalwarp.py::test_gdalwarp_15 - AssertionError: Bad che...
> = 12 failed, 7249 passed, 1479 skipped, 2 xfailed, 2 warnings in 713.86s (0:11:53) =

Same issue with HPGN grids. PR 4424 updated to remove that test as 
redundant with another one


> FAILED osr/osr_metacrs.py::TestMetaCRS::test_metacrs[WGS84 Geogrpahic 2D to CSPC Z3 USFT NAD83]
Also I can see this is still related to the HPGN grids. I've completely 
removed that test in the PR as it tests more PROJ behaviour than GDAL one

-- 
http://www.spatialys.com
My software is free, but my time generally not.



More information about the gdal-dev mailing list