openstreetmap/mod_tile

CI error with CentOS after switching to geopackage in example map

Closed this issue · 5 comments

Somehow the CI started failing for CentOS after switching to the open geopackage format for the input of the example map with this commit: 7e81d95

I'm not running CentOS myself and would like to ask @hummeltech for some help to look into the logs to check what is the problem here. Many thanks!

The CI logs on the mentioned commit doesn't seem to be available anymore (but in the more recent commits they are basically the same). Anyway, all compilation went fine until the point of testing mod_tile:

Run while ! curl --fail http://localhost:8081/tiles/renderd-example/9/297/191.png &> /dev/null
103
+ curl --fail http://localhost:8081/tiles/renderd-example/9/297/191.png
104
+ sleep 5
+ curl --fail http://localhost:8081/tiles/renderd-example/9/297/191.png
106
+ sleep 5
...

It seems that the tiles aren't reachable anymore.

It seems that the tiles aren't reachable anymore.

Anything in the renderd/mod_tile logs?

Temporarily disabled CentOS builds in CI, until somebody with love for CentOS wants to debug it and send a fix.

Hey @xamanu, it looks like the original Shapefile=>GeoPackage conversion caused this failure, I reconverted it with ogr2ogr and that seems to have fixed it (it tested fine with many Linux distributions & FreeBSD 13.0.) You can take a look here: #281

@xamanu I think this can be closed.