mod_tile icon indicating copy to clipboard operation
mod_tile copied to clipboard

CI error with CentOS after switching to geopackage in example map

Open pantierra opened this issue 3 years ago • 4 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: https://github.com/openstreetmap/mod_tile/commit/7e81d950d14017055b203b1da40175dce2aa54ea

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!

pantierra avatar Jan 06 '22 21:01 pantierra

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.

pantierra avatar Jan 06 '22 21:01 pantierra

It seems that the tiles aren't reachable anymore.

Anything in the renderd/mod_tile logs?

pnorman avatar Jan 06 '22 22:01 pnorman

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

pantierra avatar Feb 07 '22 20:02 pantierra

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

hummeltech avatar May 22 '22 17:05 hummeltech

@xamanu I think this can be closed.

hummeltech avatar Mar 03 '23 17:03 hummeltech