Advertisement
goatbar

gdal test failure - gdal_api_proxy

Dec 9th, 2015
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. https://travis-ci.org/OSGeo/gdal/builds/95887668
  2.  
  3. Running tests from gcore/gdal_api_proxy.py
  4. TEST: gdal_api_proxy_1 ... ERROR 6: tmp/byte.tif: Dataset does not support the AddBand() method.
  5. TEST: gdal_api_proxy_sub ... success
  6.  
  7. Test Script: gdal_api_proxy
  8. Succeeded: 1
  9. Failed: 0 (0 blew exceptions)
  10. Skipped: 0
  11. Expected fail:0
  12. Duration: 0.07s
  13.  
  14. Found libgdal we are running against : /usr/lib/libgdal.so.2.1.0
  15. success
  16. TEST: gdal_api_proxy_2 ... port = 8080
  17. Could not bind()
  18. ERROR 1: Could not connect
  19. ERROR 1: Could not connect
  20. Traceback (most recent call last):
  21. File "../pymod/gdaltest_python2.py", line 42, in run_func
  22. result = func()
  23. File "./gdal_api_proxy.py", line 122, in gdal_api_proxy_sub
  24. src_cs = src_ds.GetRasterBand(1).Checksum()
  25. AttributeError: 'NoneType' object has no attribute 'GetRasterBand'
  26. TEST: gdal_api_proxy_sub ... fail (blowup)
  27. TEST: gdal_api_proxy_sub_clean ... success
  28.  
  29. Test Script: gdal_api_proxy
  30. Succeeded: 1
  31. Failed: 1 (1 blew exceptions)
  32. Skipped: 0
  33. Expected fail:0
  34. Duration: 0.88s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement