Skip to content

Instantly share code, notes, and snippets.

@sporkman
Created February 24, 2018 08:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sporkman/969be026d7048eda54d1060312f8fedb to your computer and use it in GitHub Desktop.
Save sporkman/969be026d7048eda54d1060312f8fedb to your computer and use it in GitHub Desktop.
[nominatim@nominatim ~]$ more cmake.log
-- The C compiler identification is Clang 4.0.0
-- The CXX compiler identification is Clang 4.0.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Building osm2pgsql 0.93.0-dev
-- Looking for include file termios.h
-- Looking for include file termios.h - found
-- Looking for include file libgen.h
-- Looking for include file libgen.h - found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Found ZLIB: /usr/lib/libz.so (found version "1.2.11")
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Found EXPAT: /usr/local/lib/libexpat.so (found version "2.2.5")
-- Found BZip2: /usr/lib/libbz2.so (found version "1.0.6")
-- Looking for BZ2_bzCompressInit
-- Looking for BZ2_bzCompressInit - found
-- Found Osmium: /home/nominatim/Nominatim-3.1.0/osm2pgsql/contrib/libosmium
-- Boost version: 1.65.1
-- Found the following Boost libraries:
-- system
-- filesystem
-- Found PostgreSQL: /usr/local/lib/libpq.so (found version "9.5.10")
Libraries used to build: /usr/local/lib/libboost_system.so/usr/local/lib/libboost_filesystem.so/usr/local/lib/libpq.so/usr/lib/libz.so-lpthread/usr/local/lib/libexpat.so/usr/lib/libbz2.so/usr/local/lib/libproj.so
Active compiler flags:
-- Added test: test-expire-tiles...
-- Added test: test-hstore-match-only...
-- Added test: test-middle-flat...
-- Added test: test-middle-pgsql...
-- Added test: test-middle-ram...
-- Added test: test-options-database...
-- Added test: test-options-parse...
-- Added test: test-options-projection...
-- Added test: test-output-multi-line-storage...
-- Added test: test-output-multi-line...
-- Added test: test-output-multi-point-multi-table...
-- Added test: test-output-multi-point...
-- Added test: test-output-multi-poly-trivial...
-- Added test: test-output-multi-polygon...
-- Added test: test-output-multi-tags...
-- Added test: test-output-pgsql-area...
-- Added test: test-output-pgsql-schema...
-- Added test: test-output-pgsql-tablespace...
-- Added test: test-output-pgsql-validgeom...
-- Added test: test-output-pgsql-z_order...
-- Added test: test-output-pgsql...
-- Added test: test-parse-diff...
-- Added test: test-parse-xml2...
-- Added test: test-persistent-node-cache...
-- Added test: test-pgsql-escape...
-- Added test: test-wildcard-match...
-- Found PythonInterp: /usr/local/bin/python (found version "2.7.14")
-- Added test: regression-test-pbf (needs Python with psycopg2 module)
-- Found PostgreSQL: /usr/local/lib/libpq.so (found version "9.5.10")
CMake Warning at CMakeLists.txt:57 (message):
pyosmium-get-changes not found (required for updates)
-- Found LibXml2: /usr/local/lib/libxml2.so (found version "2.9.7")
-- Looking for byteswap.h
-- Looking for byteswap.h - not found
-- Looking for sys/endian.h
-- Looking for sys/endian.h - found
-- Configuring done
-- Generating done
-- Build files have been written to: /home/nominatim/Nominatim-3.1.0/build
Scanning dependencies of target osm2pgsql_lib
[ 2%] Building CXX object osm2pgsql/CMakeFiles/osm2pgsql_lib.dir/expire-tiles.cpp.o
[ 4%] Building CXX object osm2pgsql/CMakeFiles/osm2pgsql_lib.dir/geometry-processor.cpp.o
[ 7%] Building CXX object osm2pgsql/CMakeFiles/osm2pgsql_lib.dir/id-tracker.cpp.o
[ 9%] Building CXX object osm2pgsql/CMakeFiles/osm2pgsql_lib.dir/middle-pgsql.cpp.o
[ 11%] Building CXX object osm2pgsql/CMakeFiles/osm2pgsql_lib.dir/middle-ram.cpp.o
[ 14%] Building CXX object osm2pgsql/CMakeFiles/osm2pgsql_lib.dir/middle.cpp.o
[ 16%] Building CXX object osm2pgsql/CMakeFiles/osm2pgsql_lib.dir/node-persistent-cache.cpp.o
[ 19%] Building CXX object osm2pgsql/CMakeFiles/osm2pgsql_lib.dir/node-ram-cache.cpp.o
[ 21%] Building CXX object osm2pgsql/CMakeFiles/osm2pgsql_lib.dir/options.cpp.o
[ 23%] Building CXX object osm2pgsql/CMakeFiles/osm2pgsql_lib.dir/osmdata.cpp.o
[ 26%] Building CXX object osm2pgsql/CMakeFiles/osm2pgsql_lib.dir/osmium-builder.cpp.o
[ 28%] Building CXX object osm2pgsql/CMakeFiles/osm2pgsql_lib.dir/output-gazetteer.cpp.o
[ 30%] Building CXX object osm2pgsql/CMakeFiles/osm2pgsql_lib.dir/output-multi.cpp.o
[ 33%] Building CXX object osm2pgsql/CMakeFiles/osm2pgsql_lib.dir/output-null.cpp.o
[ 35%] Building CXX object osm2pgsql/CMakeFiles/osm2pgsql_lib.dir/output-pgsql.cpp.o
[ 38%] Building CXX object osm2pgsql/CMakeFiles/osm2pgsql_lib.dir/output.cpp.o
[ 40%] Building CXX object osm2pgsql/CMakeFiles/osm2pgsql_lib.dir/parse-osmium.cpp.o
[ 42%] Building CXX object osm2pgsql/CMakeFiles/osm2pgsql_lib.dir/pgsql.cpp.o
[ 45%] Building CXX object osm2pgsql/CMakeFiles/osm2pgsql_lib.dir/processor-line.cpp.o
[ 47%] Building CXX object osm2pgsql/CMakeFiles/osm2pgsql_lib.dir/processor-point.cpp.o
[ 50%] Building CXX object osm2pgsql/CMakeFiles/osm2pgsql_lib.dir/processor-polygon.cpp.o
[ 52%] Building CXX object osm2pgsql/CMakeFiles/osm2pgsql_lib.dir/reprojection.cpp.o
[ 54%] Building CXX object osm2pgsql/CMakeFiles/osm2pgsql_lib.dir/sprompt.cpp.o
[ 57%] Building CXX object osm2pgsql/CMakeFiles/osm2pgsql_lib.dir/table.cpp.o
[ 59%] Building CXX object osm2pgsql/CMakeFiles/osm2pgsql_lib.dir/taginfo.cpp.o
[ 61%] Building CXX object osm2pgsql/CMakeFiles/osm2pgsql_lib.dir/tagtransform.cpp.o
[ 64%] Building CXX object osm2pgsql/CMakeFiles/osm2pgsql_lib.dir/tagtransform-c.cpp.o
[ 66%] Building CXX object osm2pgsql/CMakeFiles/osm2pgsql_lib.dir/util.cpp.o
[ 69%] Building CXX object osm2pgsql/CMakeFiles/osm2pgsql_lib.dir/wildcmp.cpp.o
[ 71%] Linking CXX static library libosm2pgsql.a
[ 71%] Built target osm2pgsql_lib
Scanning dependencies of target osm2pgsql
[ 73%] Building CXX object osm2pgsql/CMakeFiles/osm2pgsql.dir/osm2pgsql.cpp.o
[ 76%] Linking CXX executable osm2pgsql
[ 76%] Built target osm2pgsql
Scanning dependencies of target nominatim_lib
[ 78%] Running external makefile /usr/local/lib/postgresql/pgxs/src/makefiles/pgxs.mk
/home/nominatim/Nominatim-3.1.0/module/Makefile:11: warning: overriding recipe for target 'install'
/usr/local/lib/postgresql/pgxs/src/makefiles/pgxs.mk:123: warning: ignoring old recipe for target 'install'
[ 78%] Built target nominatim_lib
Scanning dependencies of target nominatim
[ 80%] Building C object nominatim/CMakeFiles/nominatim.dir/export.c.o
[ 83%] Building CXX object nominatim/CMakeFiles/nominatim.dir/geometry.cpp.o
[ 85%] Building C object nominatim/CMakeFiles/nominatim.dir/import.c.o
[ 88%] Building C object nominatim/CMakeFiles/nominatim.dir/index.c.o
[ 90%] Building C object nominatim/CMakeFiles/nominatim.dir/input.c.o
[ 92%] Building C object nominatim/CMakeFiles/nominatim.dir/nominatim.c.o
[ 95%] Building C object nominatim/CMakeFiles/nominatim.dir/postgresql.c.o
[ 97%] Building C object nominatim/CMakeFiles/nominatim.dir/sprompt.c.o
[100%] Linking CXX executable nominatim
[100%] Built target nominatim
Feb 24 08:11:11 nominatim postgres[3829]: [2-1] LOG: database system was shut down at 2018-02-24 07:54:02 UTC
Feb 24 08:11:11 nominatim postgres[3829]: [3-1] LOG: MultiXact member wraparound protections are now enabled
Feb 24 08:11:11 nominatim postgres[3828]: [2-1] LOG: database system is ready to accept connections
Feb 24 08:11:11 nominatim postgres[3833]: [2-1] LOG: autovacuum launcher started
Feb 24 08:12:07 nominatim postgres[3846]: [3-1] FATAL: database "nominatim" does not exist
Feb 24 08:14:59 nominatim postgres[3860]: [3-1] FATAL: database "nominatim" does not exist
Feb 24 08:15:24 nominatim postgres[3830]: [2-1] LOG: checkpoints are occurring too frequently (25 seconds apart)
Feb 24 08:15:24 nominatim postgres[3830]: [2-2] HINT: Consider increasing the configuration parameter "max_wal_size".
Feb 24 08:18:13 nominatim postgres[3910]: [3-1] ERROR: canceling autovacuum task
Feb 24 08:18:13 nominatim postgres[3910]: [3-2] CONTEXT: automatic analyze of table "nominatim.public.planet_osm_nodes"
Feb 24 08:18:15 nominatim postgres[3912]: [3-1] ERROR: canceling autovacuum task
Feb 24 08:18:15 nominatim postgres[3912]: [3-2] CONTEXT: automatic analyze of table "nominatim.public.planet_osm_ways"
2018-02-24 03:14:59 == WARNING: resetting threads to 1
2018-02-24 03:14:59 == Create DB
2018-02-24 03:14:59 == Setup DB
Postgres version found: 9.5
Postgis version found: 2.4
2018-02-24 03:15:03 == WARNING: external UK postcode table not found.
2018-02-24 03:15:03 == Import data
osm2pgsql version 0.93.0-dev (64 bit id space)
Using projection SRS 4326 (Latlong)
NOTICE: table "place" does not exist, skipping
Allocating memory for dense node cache
Allocating dense node cache in one big chunk
Allocating memory for sparse node cache
Sharing dense sparse
Node-cache: cache=414MB, maxblocks=6624*65536, allocation method=11
Mid: pgsql, cache=414
Setting up table: planet_osm_nodes
Setting up table: planet_osm_ways
Setting up table: planet_osm_rels
Reading in file: /usr/home/nominatim/Nominatim-3.1.0/newjersey-latest.osm.pbf
Using PBF parser.
^MProcessing: Node(110k 110.0k/s) Way(0k 0.00k/s) Relation(0 0.00/s)^MProcessing: Node(380k 190.0k/s) Way(0k 0.00k/s) Relation(0 0.00/s)^MProcessing: Node(630k 210.0k/s) Way(0k 0.00k/s) Relation(0 0.00/s)^MProcessing: Node(870k 217.5k/s) Way(0k 0.00k/s) Relation(0 0.00/s)^MProcessing: Node(1120k 224.0k/s) Way(0k 0.00k/s) Relation(0 0.00/s)^MProcessing: Node(1380k 230.0k/s) Way(0k 0.00k/s) Relation(0 0.00/s)^MProcessing: Node(1610k 230.0k/s) Way(0k 0.00k/s) Relation(0 0.00/s)^MProcessing: Node(1830k 228.8k/s) Way(0k 0.00k/s) Relation(0 0.00/s)^MProcessing: Node(2080k 231.1k/s) Way(0k 0.00k/s) Relation(0 0.00/s)^MProcessing: Node(2310k 231.0k/s) Way(0k 0.00k/s) Relation(0 0.00/s)^MProcessing: Node(2540k 230.9k/s) Way(0k 0.00k/s) Relation(0 0.00/s)^MProcessing: Node(2770k 230.8k/s) Way(0k 0.00k/s) Relation(0 0.00/s)^MProcessing: Node(3020k 232.3k/s) Way(0k 0.00k/s) Relation(0 0.00/s)^MProcessing: Node(3290k 235.0k/s) Way(0k 0.00k/s) Relation(0 0.00/s)^MProcessing: Node(3550k 236.7k/s) Way(0k 0.00k/s) Relation(0 0.00/s)^MProcessing: Node(3810k 238.1k/s) Way(0k 0.00k/s) Relation(0 0.00/s)^MProcessing: Node(4060k 238.8k/s) Way(0k 0.00k/s) Relation(0 0.00/s)^MProcessing: Node(4310k 239.4k/s) Way(0k 0.00k/s) Relation(0 0.00/s)^MProcessing: Node(4570k 240.5k/s) Way(0k 0.00k/s) Relation(0 0.00/s)^MProcessing: Node(4830k 241.5k/s) Way(0k 0.00k/s) Relation(0 0.00/s)^MProcessing: Node(5080k 241.9k/s) Way(0k 0.00k/s) Relation(0 0.00/s)^MProcessing: Node(5330k 242.3k/s) Way(0k 0.00k/s) Relation(0 0.00/s)^MProcessing: Node(5570k 242.2k/s) Way(0k 0.00k/s) Relation(0 0.00/s)^MProcessing: Node(5800k 241.7k/s) Way(0k 0.00k/s) Relation(0 0.00/s)^MProcessing: Node(6050k 242.0k/s) Way(0k 0.00k/s) Relation(0 0.00/s)^MProcessing: Node(6310k 242.7k/s) Way(0k 0.00k/s) Relation(0 0.00/s)^M^MProcessing: Node(6540k 242.2k/s) Way(0k 0.00k/s) Relation(0 0.00/s)^MProcessing: Node(6790k 242.5k/s) Way(0k 0.00k/s) Relation(0 0.00/s)^MProcessing: Node(7030k 242.4k/s) Way(0k 0.00k/s) Relation(0 0.00/s)^MProcessing: Node(7230k 241.0k/s) Way(0k 0.00k/s) Relation(0 0.00/s)^MProcessing: Node(7390k 238.4k/s) Way(0k 0.00k/s) Relation(0 0.00/s)^MProcessing: Node(7550k 235.9k/s) Way(0k 0.00k/s) Relation(0 0.00/s)^MProcessing: Node(7570k 236.6k/s) Way(20k 20.00k/s) Relation(0 0.00/s)^MProcessing: Node(7570k 236.6k/s) Way(41k 20.50k/s) Relation(0 0.00/s)^MProcessing: Node(7570k 236.6k/s) Way(62k 20.67k/s) Relation(0 0.00/s)^MProcessing: Node(7570k 236.6k/s) Way(82k 20.50k/s) Relation(0 0.00/s)^MProcessing: Node(7570k 236.6k/s) Way(104k 20.80k/s) Relation(0 0.00/s)^MProcessing: Node(7570k 236.6k/s) Way(125k 20.83k/s) Relation(0 0.00/s)^MProcessing: Node(7570k 236.6k/s) Way(149k 21.29k/s) Relation(0 0.00/s)^MProcessing: Node(7570k 236.6k/s) Way(170k 21.25k/s) Relation(0 0.00/s)^MProcessing: Node(7570k 236.6k/s) Way(199k 22.11k/s) Relation(0 0.00/s)^MProcessing: Node(7570k 236.6k/s) Way(225k 22.50k/s) Relation(0 0.00/s)^MProcessing: Node(7570k 236.6k/s) Way(253k 23.00k/s) Relation(0 0.00/s)^MProcessing: Node(7570k 236.6k/s) Way(277k 23.08k/s) Relation(0 0.00/s)^MProcessing: Node(7570k 236.6k/s) Way(311k 23.92k/s) Relation(0 0.00/s)^MProcessing: Node(7570k 236.6k/s) Way(344k 24.57k/s) Relation(0 0.00/s)^MProcessing: Node(7570k 236.6k/s) Way(398k 26.53k/s) Relation(0 0.00/s)^MProcessing: Node(7570k 236.6k/s) Way(437k 27.31k/s) Relation(0 0.00/s)^MProcessing: Node(7570k 236.6k/s) Way(496k 29.18k/s) Relation(0 0.00/s)^MProcessing: Node(7570k 236.6k/s) Way(565k 31.39k/s) Relation(0 0.00/s)^MProcessing: Node(7570k 236.6k/s) Way(628k 33.05k/s) Relation(0 0.00/s)^MProcessing: Node(7570k 236.6k/s) Way(678k 33.90k/s) Relation(0 0.00/s)^MProcessing: Node(7570k 236.6k/s) Way(685k 34.26k/s) Relation(5710 5710.00/s) parse time: 53s
Node stats: total(7570293), max(5432149924) in 32s
Way stats: total(685191), max(563704344) in 20s
Relation stats: total(10849), max(8041412) in 1s
Setting up table: planet_osm_nodes
Setting up table: planet_osm_ways
Setting up table: planet_osm_rels
Going over pending ways...
0 ways are pending
Using 1 helper-processes
^MFinished processing 0 ways in 0 s
Going over pending relations...
0 relations are pending
Using 1 helper-processes
^MFinished processing 0 relations in 0 s
Stopping table: planet_osm_nodes
Stopping table: planet_osm_ways
Stopping table: planet_osm_rels
Stopped table: planet_osm_nodes in 0s
Stopped table: planet_osm_ways in 0s
Building index on table: planet_osm_rels
Stopped table: planet_osm_rels in 1s
node cache: stored: 7570293(100.00%), storage efficiency: 54.34% (dense blocks: 435, sparse nodes: 5183611), hit rate: 100.00%
Osm2pgsql took 54s overall
2018-02-24 03:15:57 == Create Functions
NOTICE: type "addressline" does not exist, skipping
2018-02-24 03:15:57 == Create Tables
NOTICE: table "import_status" does not exist, skipping
NOTICE: table "import_osmosis_log" does not exist, skipping
NOTICE: table "word" does not exist, skipping
NOTICE: sequence "seq_word" does not exist, skipping
NOTICE: table "location_area" does not exist, skipping
NOTICE: table "location_property" does not exist, skipping
NOTICE: table "location_property_osmline" does not exist, skipping
NOTICE: table "search_name" does not exist, skipping
NOTICE: table "place_addressline" does not exist, skipping
NOTICE: table "placex" does not exist, skipping
NOTICE: sequence "seq_place" does not exist, skipping
NOTICE: table "location_postcode" does not exist, skipping
NOTICE: table "import_polygon_error" does not exist, skipping
NOTICE: table "import_polygon_delete" does not exist, skipping
NOTICE: sequence "file" does not exist, skipping
2018-02-24 03:15:57 == Recreate Functions
NOTICE: drop cascades to function get_addressdata(bigint,integer)
NOTICE: drop cascades to function get_wikipedia_match(hstore,character varying)
2018-02-24 03:15:57 == Create Partition Tables
NOTICE: type "nearplace" does not exist, skipping
NOTICE: type "nearfeature" does not exist, skipping
NOTICE: type "nearfeaturecentr" does not exist, skipping
NOTICE: table "search_name_blank" does not exist, skipping
2018-02-24 03:15:59 == Create Partition Functions
2018-02-24 03:16:00 == WARNING: wikipedia article dump file not found - places will have default importance
2018-02-24 03:16:00 == WARNING: wikipedia redirect dump file not found - some place importance values may be missing
2018-02-24 03:16:00 == Drop old Data
......................................................................................................................................................................................................................................................................
2018-02-24 03:16:02 == Loading word list
count
-------
94787
(1 row)
count
-------
3554
(1 row)
2018-02-24 03:16:23 == Load Data
..........................................................................................................
2018-02-24 03:18:10 == Reanalysing database
NOTICE: no non-null/empty features, unable to compute statistics
NOTICE: no non-null/empty features, unable to compute statistics
Latest data imported from 2018-02-22T15:43:47Z.
2018-02-24 03:18:18 == Calculate Postcodes
2018-02-24 03:18:22 == Index ranks 0 - 4
nominatim version 3.1.0
Starting indexing rank (0 to 4) using 1 threads
Starting rank 0
^M Done 0 in 0 @ 0.000000 per second - FINISHED
Starting rank 1
^M Done 0 in 0 @ 0.000000 per second - FINISHED
Starting rank 2
^M Done 0 in 0 @ 0.000000 per second - FINISHED
Starting rank 3
^M Done 0 in 0 @ 0.000000 per second - FINISHED
Starting rank 4
^M Done 0 in 0 @ 0.000000 per second - FINISHED
NOTICE: no non-null/empty features, unable to compute statistics
NOTICE: no non-null/empty features, unable to compute statistics
2018-02-24 03:18:29 == Index ranks 5 - 25
nominatim version 3.1.0
Starting indexing rank (5 to 25) using 1 threads
Starting rank 5
^M Done 0 in 0 @ 0.000000 per second - FINISHED
Starting rank 6
^M Done 0 in 0 @ 0.000000 per second - FINISHED
Starting rank 7
^M Done 0 in 0 @ 0.000000 per second - FINISHED
Starting rank 8
^M Done 0 in 0 @ 0.000000 per second - FINISHED
Starting rank 9
^M Done 0 in 0 @ 0.000000 per second - FINISHED
Starting rank 10
^M Done 0 in 0 @ 0.000000 per second - FINISHED
Starting rank 11
^M Done 0 in 0 @ 0.000000 per second - FINISHED
Starting rank 12
^M Done 0 in 0 @ 0.000000 per second - FINISHED
Starting rank 13
^M Done 0 in 0 @ 0.000000 per second - FINISHED
Starting rank 14
^M Done 0 in 0 @ 0.000000 per second - FINISHED
Starting rank 15
^M Done 0 in 0 @ 0.000000 per second - FINISHED
Starting rank 16
^M Done 0 in 0 @ 0.000000 per second - FINISHED
Starting rank 17
^M Done 0 in 0 @ 0.000000 per second - FINISHED
Starting rank 18
^M Done 0 in 0 @ 0.000000 per second - FINISHED
Starting rank 19
^M Done 0 in 0 @ 0.000000 per second - FINISHED
Starting rank 20
^M Done 0 in 0 @ 0.000000 per second - FINISHED
Starting rank 21
^M Done 0 in 0 @ 0.000000 per second - FINISHED
Starting rank 22
^M Done 0 in 0 @ 0.000000 per second - FINISHED
Starting rank 23
^M Done 0 in 0 @ 0.000000 per second - FINISHED
Starting rank 24
^M Done 0 in 0 @ 0.000000 per second - FINISHED
Starting rank 25
^M Done 0 in 0 @ 0.000000 per second - FINISHED
NOTICE: no non-null/empty features, unable to compute statistics
NOTICE: no non-null/empty features, unable to compute statistics
2018-02-24 03:18:32 == Index ranks 26 - 30
nominatim version 3.1.0
Starting indexing rank (26 to 30) using 1 threads
Starting rank 26
^M Done 0 in 0 @ 0.000000 per second - FINISHED
Starting rank 27
^M Done 0 in 0 @ 0.000000 per second - FINISHED
Starting rank 28
^M Done 0 in 0 @ 0.000000 per second - FINISHED
Starting rank 29
^M Done 0 in 0 @ 0.000000 per second - FINISHED
Starting interpolation lines (location_property_osmline)
Done 300 in 0 @ 300.000000 per second - ETA (seconds): -1.000000
^M Done 300 in 0 @ 300.000000 per second - FINISHED
Starting rank 30
^M Done 0 in 0 @ 0.000000 per second - FINISHED
2018-02-24 03:18:32 == Index postcodes
2018-02-24 03:18:44 == Create Search indices
2018-02-24 03:18:47 == Create search index for default country names
getorcreate_country
---------------------
262989
(1 row)
getorcreate_country
---------------------
262990
(1 row)
count
-------
251
(1 row)
count
-------
247
(1 row)
count
-------
11688
(1 row)
Summary of warnings:
* resetting threads to 1
* external UK postcode table not found.
* wikipedia article dump file not found - places will have default importance
* wikipedia redirect dump file not found - some place importance values may be missing
2018-02-24 03:18:48 == Setup finished.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment