whosonfirst / go-whosonfirst-dist

Go package for working with Who's On First distributions
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Unable to build metafiles for whosonfirst-data-admin-sx repo #11

Open stepps00 opened 5 years ago

stepps00 commented 5 years ago

Using the wof-dist-build tool, I'm able to build metafiles for admin repos except for the whosonfirst-data-admin-sx repository. Command I'm running:

./bin/wof-dist-build -timings -verbose -workdir ./tmp -build-meta whosonfirst-data-admin-sx

Output:

11:39:54.067356 [wof-dist-build] STATUS time to clone whosonfirst-data-admin-sx 2.973752836s

11:39:54.067613 [wof-dist-build] STATUS local_checkout is tmp/whosonfirst-data-admin-sx
11:39:54.214238 [wof-dist-build] STATUS commit hash is 0153421846fc113868709b826f3fdc64f176d608 (tmp/whosonfirst-data-admin-sx)
11:39:54.792149 [wof-dist-build] STATUS Built  without any reported errors
11:39:54.792164 [wof-dist-build] STATUS local sqlite is tmp/whosonfirst-data-admin-sx-latest.db
11:39:54.792203 [wof-dist-build] STATUS build metafile from sqlite (tmp/whosonfirst-data-admin-sx-latest.db)
2019/05/22 11:39:54 time to prepare tmp/whosonfirst-data-admin-sx-latest.db 2.744949ms
2019/05/22 11:39:54 time to prepare all 0 records 2.846409ms
11:39:54.978275 [wof-dist-build] STATUS time to build UNCOMPRESSED distributions for whosonfirst-data-admin-sx 3.884734651s
11:39:54.978301 [wof-dist-build] STATUS time to remove uncompressed files for whosonfirst-data-admin-sx 975ns
11:39:54.978311 [wof-dist-build] STATUS time to build COMPRESSED distributions for whosonfirst-data-admin-sx 3.884804334s
11:39:54.978317 [wof-dist-build] STATUS build for whosonfirst-data-admin-sx : <nil>
11:39:54.978356 [wof-dist-build] STATUS time to build distributions for 1 repos 3.884911316s
11:39:55.041205 [wof-dist-build] STATUS Wrote inventory tmp/whosonfirst-data-admin-sx-inventory.json

.db and inventory.json files write to disk, the contents of the inventory.json file being:

[]

Which is odd because there are no errors shown and the output states:

"11:39:54.792149 [wof-dist-build] STATUS Built without any reported errors".