Skip to content

Instantly share code, notes, and snippets.

@roblabla
Created April 4, 2022 08:33
Show Gist options
  • Save roblabla/b6c2064a7f33a89e49edb696bdad7d50 to your computer and use it in GitHub Desktop.
Save roblabla/b6c2064a7f33a89e49edb696bdad7d50 to your computer and use it in GitHub Desktop.
[roblabla@roblab opentripplanner]$ java -Xmx8G -jar otp.shaded.jar --build --port 8801 --save .
08:26:11.041 INFO (OtpStartupInfo.java:45) OTP STARTING UP (version: 2.2.0-SNAPSHOT, ser.ver.id: 22, commit: b0c9829e3bfe10daddae72485a09a7f48b0be8ff, branch: dev-2.x)
08:26:11.044 INFO (OtpStartupInfo.java:49)
___ _____ _ ____ _
/ _ \ _ __ ___ _ _|_ _| __(_)_ __ | _ \| | __ _ _ __ _ __ ___ _ __
| | | | '_ \ / _ \ '_ \| || '__| | '_ \| |_) | |/ _` | '_ \| '_ \ / _ \ '__|
| |_| | |_) | __/ | | | || | | | |_) | __/| | (_| | | | | | | | __/ |
\___/| .__/ \___|_| |_|_||_| |_| .__/|_| |_|\__,_|_| |_|_| |_|\___|_|
|_| |_|
Version: 2.2.0-SNAPSHOT
Ser.ver.id: 22
Commit: b0c9829e3bfe10daddae72485a09a7f48b0be8ff
Branch: dev-2.x
Build: 2022-04-02T18:17:40+0000
08:26:11.045 INFO (OTPMain.java:106) Searching for configuration and input files in /home/roblabla/opentripplanner/.
08:26:11.172 INFO (ConfigLoader.java:184) File './otp-config.json' is not present. Using default configuration.
08:26:11.176 INFO (ConfigLoader.java:184) File './build-config.json' is not present. Using default configuration.
08:26:11.201 INFO (ConfigLoader.java:184) File './router-config.json' is not present. Using default configuration.
08:26:11.227 INFO (OTPFeature.java:92) Features turned on:
APIBikeRental
APIServerInfo
APIGraphInspectorTile
APIUpdaterStatus
OptimizeTransfers
TransferConstraints
FloatingBike
08:26:11.228 INFO (OTPFeature.java:93) Features turned off:
MinimumTransferTimeIsDefinitive
ParallelRouting
ActuatorAPI
DataOverlay
FlexRouting
GoogleCloudStorage
ReportApi
SandboxAPILegacyGraphQLApi
SandboxAPIMapboxVectorTilesApi
SandboxAPITransmodelApi
SandboxExampleAPIGraphStatistics
SandboxAPIParkAndRideApi
TransferAnalyzer
VehicleToStopHeuristics
08:26:11.239 INFO (GraphBuilderDataSources.java:126) Data source location(s): .
08:26:11.239 INFO (GraphBuilderDataSources.java:131) Existing files expected to be read or written:
08:26:11.243 INFO (GraphBuilderDataSources.java:134) - 🌍 paris_france.osm.pbf . 2022-03-09 13:31:30 258.1 MB
08:26:11.244 INFO (GraphBuilderDataSources.java:134) - 🚌 gtfs.zip . 2022-04-02 13:09:49 68.8 MB
08:26:11.244 INFO (GraphBuilderDataSources.java:139) Files excluded due to command line switches or unknown type:
08:26:11.245 INFO (GraphBuilderDataSources.java:142) - ❓ wget-log . 2022-04-02 15:53:18 548 bytes
08:26:11.245 INFO (GraphBuilderDataSources.java:142) - ❓ git . 2022-04-02 18:13:32 4 kb
08:26:11.246 INFO (GraphBuilderDataSources.java:142) - ❓ otp.shaded.jar . 2022-04-02 18:23:51 152.2 MB
08:26:11.247 INFO (OTPAppConstruction.java:85) Wiring up and configuring graph builder task.
08:26:11.291 INFO (OpenStreetMapModule.java:198) Gathering OSM from provider: BinaryOpenStreetMapProvider{source=OSM ./paris_france.osm.pbf, cacheDataInMem=false, cachedBytes=null}
08:26:11.294 INFO (BinaryOpenStreetMapProvider.java:88) Parse OSM Relations progress tracking started.
08:26:16.295 INFO (BinaryOpenStreetMapProvider.java:88) Parse OSM Relations progress: 196.7 MB of 258.1 MB (76%)
08:26:18.246 INFO (BinaryOpenStreetMapProvider.java:88) Parse OSM Relations progress tracking complete. 258.1 MB done in 6s (37.1 MB per second).
08:26:18.247 INFO (BinaryOpenStreetMapProvider.java:88) Parse OSM Ways progress tracking started.
08:26:23.255 INFO (BinaryOpenStreetMapProvider.java:88) Parse OSM Ways progress: 166.2 MB of 258.1 MB (64%)
08:26:28.294 INFO (BinaryOpenStreetMapProvider.java:88) Parse OSM Ways progress: 255.2 MB of 258.1 MB (98%)
08:26:28.424 INFO (BinaryOpenStreetMapProvider.java:88) Parse OSM Ways progress tracking complete. 258.1 MB done in 10s (25.4 MB per second).
08:26:28.818 INFO (BinaryOpenStreetMapProvider.java:88) Parse OSM Nodes progress tracking started.
08:26:33.820 INFO (BinaryOpenStreetMapProvider.java:88) Parse OSM Nodes progress: 87.2 MB of 258.1 MB (33%)
08:26:38.841 INFO (BinaryOpenStreetMapProvider.java:88) Parse OSM Nodes progress: 160.2 MB of 258.1 MB (62%)
08:26:41.090 INFO (BinaryOpenStreetMapProvider.java:88) Parse OSM Nodes progress tracking complete. 258.1 MB done in 12s (21.0 MB per second).
08:26:41.837 INFO (null:-1) dataFileCache open start
08:26:42.734 WARN (OSMDatabase.java:743) Unexpected role in multipolygon
08:26:44.065 INFO (OSMDatabase.java:378) Intersecting unconnected areas...
08:26:56.457 INFO (OSMDatabase.java:588) Created 107 virtual intersection nodes.
08:26:56.457 INFO (OpenStreetMapModule.java:203) Using OSM way configuration from DefaultWayPropertySetSource. Setting driving direction of the graph to RIGHT_HAND_TRAFFIC.
08:26:56.457 INFO (OpenStreetMapModule.java:208) Building street graph from OSM
08:26:56.458 INFO (OpenStreetMapModule.java:299) Processing car P+R nodes.
08:26:56.475 INFO (OpenStreetMapModule.java:327) Created 8 car P+R nodes.
08:26:57.607 INFO (OpenStreetMapModule.java:644) Build street graph progress tracking started.
08:27:03.073 INFO (OpenStreetMapModule.java:789) Build street graph progress: 35,000 of 517,053 ( 6%)
08:27:08.298 INFO (OpenStreetMapModule.java:789) Build street graph progress: 80,000 of 517,053 (15%)
08:27:13.491 INFO (OpenStreetMapModule.java:789) Build street graph progress: 125,000 of 517,053 (24%)
08:27:18.621 INFO (OpenStreetMapModule.java:789) Build street graph progress: 170,000 of 517,053 (32%)
08:27:24.005 INFO (OpenStreetMapModule.java:789) Build street graph progress: 215,000 of 517,053 (41%)
08:27:29.356 INFO (OpenStreetMapModule.java:789) Build street graph progress: 250,000 of 517,053 (48%)
08:27:34.418 INFO (OpenStreetMapModule.java:789) Build street graph progress: 295,000 of 517,053 (57%)
08:27:39.426 INFO (OpenStreetMapModule.java:789) Build street graph progress: 340,000 of 517,053 (65%)
08:27:44.450 INFO (OpenStreetMapModule.java:789) Build street graph progress: 385,000 of 517,053 (74%)
08:27:49.564 INFO (OpenStreetMapModule.java:789) Build street graph progress: 430,000 of 517,053 (83%)
08:27:54.567 INFO (OpenStreetMapModule.java:789) Build street graph progress: 475,000 of 517,053 (91%)
08:27:59.273 INFO (OpenStreetMapModule.java:792) Build street graph progress tracking complete. 516,975 done in 1m1s (8,383 per second).
08:27:59.274 INFO (OpenStreetMapModule.java:346) Skipping visibility graph construction for walkable areas and using just area rings for edges.
08:28:37.116 INFO (OpenStreetMapModule.java:378) Done building rings for walkable areas.
08:28:37.116 INFO (OpenStreetMapModule.java:385) Building car P+R areas
08:28:37.144 INFO (OpenStreetMapModule.java:395) Created 45 car P+R areas.
08:28:37.308 ERROR (Graph.java:354) duplicate vertex label in graph (added vertex to graph anyway): <osm:node:4455425696_offboard lat,lng=48.858265100000004,2.2949209>
08:28:37.308 ERROR (Graph.java:354) duplicate vertex label in graph (added vertex to graph anyway): <osm:node:4455425696_onboard lat,lng=48.858265100000004,2.2949209>
08:28:37.308 ERROR (Graph.java:354) duplicate vertex label in graph (added vertex to graph anyway): <osm:node:3134287620_offboard lat,lng=48.858544,2.2944888000000003>
08:28:37.308 ERROR (Graph.java:354) duplicate vertex label in graph (added vertex to graph anyway): <osm:node:3134287620_onboard lat,lng=48.858544,2.2944888000000003>
08:28:39.237 INFO (GtfsModule.java:209) reading GTFS bundle at ./gtfs.zip
08:28:39.250 INFO (GtfsModule.java:223) reading entities: org.onebusaway.gtfs.model.Agency
08:28:39.299 INFO (GtfsModule.java:232) This Agency has the ID IDFM:1051
08:28:39.299 INFO (GtfsModule.java:232) This Agency has the ID IDFM:65
08:28:39.299 INFO (GtfsModule.java:232) This Agency has the ID IDFM:885
08:28:39.299 INFO (GtfsModule.java:232) This Agency has the ID IDFM:184
08:28:39.300 INFO (GtfsModule.java:232) This Agency has the ID IDFM:14
08:28:39.300 INFO (GtfsModule.java:232) This Agency has the ID IDFM:81
08:28:39.300 INFO (GtfsModule.java:232) This Agency has the ID IDFM:1050
08:28:39.300 INFO (GtfsModule.java:232) This Agency has the ID IDFM:63
08:28:39.300 INFO (GtfsModule.java:232) This Agency has the ID IDFM:115
08:28:39.300 INFO (GtfsModule.java:232) This Agency has the ID IDFM:1027
08:28:39.300 INFO (GtfsModule.java:232) This Agency has the ID IDFM:752
08:28:39.300 INFO (GtfsModule.java:232) This Agency has the ID IDFM:75
08:28:39.300 INFO (GtfsModule.java:232) This Agency has the ID IDFM:4
08:28:39.300 INFO (GtfsModule.java:232) This Agency has the ID IDFM:176
08:28:39.300 INFO (GtfsModule.java:232) This Agency has the ID IDFM:32
08:28:39.301 INFO (GtfsModule.java:232) This Agency has the ID IDFM:1045
08:28:39.301 INFO (GtfsModule.java:232) This Agency has the ID IDFM:58
08:28:39.301 INFO (GtfsModule.java:232) This Agency has the ID IDFM:71
08:28:39.301 INFO (GtfsModule.java:232) This Agency has the ID IDFM:462
08:28:39.301 INFO (GtfsModule.java:232) This Agency has the ID IDFM:1054
08:28:39.301 INFO (GtfsModule.java:232) This Agency has the ID IDFM:62
08:28:39.301 INFO (GtfsModule.java:232) This Agency has the ID IDFM:37
08:28:39.301 INFO (GtfsModule.java:232) This Agency has the ID IDFM:7
08:28:39.301 INFO (GtfsModule.java:232) This Agency has the ID IDFM:61
08:28:39.301 INFO (GtfsModule.java:232) This Agency has the ID IDFM:175
08:28:39.301 INFO (GtfsModule.java:232) This Agency has the ID IDFM:55
08:28:39.301 INFO (GtfsModule.java:232) This Agency has the ID IDFM:38
08:28:39.301 INFO (GtfsModule.java:232) This Agency has the ID IDFM:113
08:28:39.302 INFO (GtfsModule.java:232) This Agency has the ID IDFM:109
08:28:39.302 INFO (GtfsModule.java:232) This Agency has the ID IDFM:6
08:28:39.302 INFO (GtfsModule.java:232) This Agency has the ID IDFM:211
08:28:39.302 INFO (GtfsModule.java:232) This Agency has the ID IDFM:56
08:28:39.302 INFO (GtfsModule.java:232) This Agency has the ID IDFM:99
08:28:39.302 INFO (GtfsModule.java:232) This Agency has the ID IDFM:252
08:28:39.302 INFO (GtfsModule.java:232) This Agency has the ID IDFM:60
08:28:39.302 INFO (GtfsModule.java:232) This Agency has the ID IDFM:78
08:28:39.302 INFO (GtfsModule.java:232) This Agency has the ID IDFM:121
08:28:39.302 INFO (GtfsModule.java:232) This Agency has the ID IDFM:1048
08:28:39.302 INFO (GtfsModule.java:232) This Agency has the ID IDFM:85
08:28:39.302 INFO (GtfsModule.java:232) This Agency has the ID IDFM:1049
08:28:39.302 INFO (GtfsModule.java:232) This Agency has the ID IDFM:93
08:28:39.303 INFO (GtfsModule.java:232) This Agency has the ID IDFM:28
08:28:39.303 INFO (GtfsModule.java:232) This Agency has the ID IDFM:50
08:28:39.303 INFO (GtfsModule.java:232) This Agency has the ID IDFM:84
08:28:39.303 INFO (GtfsModule.java:232) This Agency has the ID IDFM:29
08:28:39.303 INFO (GtfsModule.java:232) This Agency has the ID IDFM:76
08:28:39.303 INFO (GtfsModule.java:232) This Agency has the ID IDFM:1053
08:28:39.303 INFO (GtfsModule.java:232) This Agency has the ID IDFM:123
08:28:39.303 INFO (GtfsModule.java:232) This Agency has the ID IDFM:16
08:28:39.303 INFO (GtfsModule.java:232) This Agency has the ID IDFM:89
08:28:39.303 INFO (GtfsModule.java:232) This Agency has the ID IDFM:593
08:28:39.303 INFO (GtfsModule.java:232) This Agency has the ID IDFM:1046
08:28:39.303 INFO (GtfsModule.java:232) This Agency has the ID IDFM:915
08:28:39.304 INFO (GtfsModule.java:232) This Agency has the ID IDFM:70
08:28:39.304 INFO (GtfsModule.java:232) This Agency has the ID IDFM:59
08:28:39.304 INFO (GtfsModule.java:232) This Agency has the ID IDFM:77
08:28:39.304 INFO (GtfsModule.java:232) This Agency has the ID IDFM:1052
08:28:39.304 INFO (GtfsModule.java:232) This Agency has the ID IDFM:64
08:28:39.304 INFO (GtfsModule.java:232) This Agency has the ID IDFM:34
08:28:39.304 INFO (GtfsModule.java:232) This Agency has the ID IDFM:183
08:28:39.304 INFO (GtfsModule.java:232) This Agency has the ID IDFM:122
08:28:39.304 INFO (GtfsModule.java:232) This Agency has the ID IDFM:263
08:28:39.304 INFO (GtfsModule.java:232) This Agency has the ID IDFM:741
08:28:39.304 INFO (GtfsModule.java:232) This Agency has the ID IDFM:1047
08:28:39.304 INFO (GtfsModule.java:232) This Agency has the ID IDFM:Operator_100
08:28:39.304 INFO (GtfsModule.java:232) This Agency has the ID IDFM:Operator_014
08:28:39.305 INFO (GtfsModule.java:232) This Agency has the ID IDFM:Operator_068
08:28:39.305 INFO (GtfsModule.java:232) This Agency has the ID IDFM:Operator_010
08:28:39.305 INFO (GtfsModule.java:232) This Agency has the ID IDFM:Operator_055
08:28:39.305 INFO (GtfsModule.java:232) This Agency has the ID IDFM:Operator_050
08:28:39.305 INFO (GtfsModule.java:232) This Agency has the ID IDFM:Operator_030
08:28:39.305 INFO (GtfsModule.java:232) This Agency has the ID IDFM:Operator_210
08:28:39.305 INFO (GtfsModule.java:232) This Agency has the ID IDFM:Operator_254
08:28:39.305 INFO (GtfsModule.java:232) This Agency has the ID IDFM:Operator_233
08:28:39.305 INFO (GtfsModule.java:232) This Agency has the ID IDFM:Operator_036
08:28:39.305 INFO (GtfsModule.java:232) This Agency has the ID IDFM:Operator_039
08:28:39.305 INFO (GtfsModule.java:232) This Agency has the ID IDFM:Operator_045
08:28:39.305 INFO (GtfsModule.java:232) This Agency has the ID IDFM:Operator_062
08:28:39.305 INFO (GtfsModule.java:232) This Agency has the ID IDFM:Operator_230
08:28:39.306 INFO (GtfsModule.java:232) This Agency has the ID IDFM:Operator_044
08:28:39.306 INFO (GtfsModule.java:232) This Agency has the ID IDFM:Operator_059
08:28:39.306 INFO (GtfsModule.java:232) This Agency has the ID IDFM:Operator_231
08:28:39.306 INFO (GtfsModule.java:232) This Agency has the ID IDFM:Operator_400
08:28:39.306 INFO (GtfsModule.java:232) This Agency has the ID IDFM:Operator_012
08:28:39.306 INFO (GtfsModule.java:232) This Agency has the ID IDFM:Operator_043
08:28:39.306 INFO (GtfsModule.java:232) This Agency has the ID IDFM:Operator_038
08:28:39.306 INFO (GtfsModule.java:232) This Agency has the ID IDFM:Operator_228
08:28:39.306 INFO (GtfsModule.java:232) This Agency has the ID IDFM:Operator_027
08:28:39.306 INFO (GtfsModule.java:232) This Agency has the ID IDFM:Operator_052
08:28:39.306 INFO (GtfsModule.java:232) This Agency has the ID IDFM:Operator_054
08:28:39.306 INFO (GtfsModule.java:232) This Agency has the ID IDFM:Operator_800
08:28:39.306 INFO (GtfsModule.java:232) This Agency has the ID IDFM:Operator_070
08:28:39.307 INFO (GtfsModule.java:232) This Agency has the ID IDFM:Operator_1008
08:28:39.307 INFO (GtfsModule.java:232) This Agency has the ID IDFM:Operator_084
08:28:39.307 INFO (GtfsModule.java:232) This Agency has the ID IDFM:Operator_116
08:28:39.307 INFO (GtfsModule.java:232) This Agency has the ID IDFM:Operator_212
08:28:39.307 INFO (GtfsModule.java:232) This Agency has the ID IDFM:Operator_291
08:28:39.307 INFO (GtfsModule.java:232) This Agency has the ID IDFM:Operator_1004
08:28:39.307 INFO (GtfsModule.java:232) This Agency has the ID IDFM:Operator_056
08:28:39.307 INFO (GtfsModule.java:232) This Agency has the ID IDFM:Operator_067
08:28:39.307 INFO (GtfsModule.java:232) This Agency has the ID IDFM:Operator_015
08:28:39.307 INFO (GtfsModule.java:232) This Agency has the ID IDFM:Operator_287
08:28:39.307 INFO (GtfsModule.java:232) This Agency has the ID IDFM:Operator_040
08:28:39.307 INFO (GtfsModule.java:232) This Agency has the ID IDFM:Operator_214
08:28:39.307 INFO (GtfsModule.java:232) This Agency has the ID IDFM:Operator_111
08:28:39.308 INFO (GtfsModule.java:232) This Agency has the ID IDFM:Operator_073
08:28:39.308 INFO (GtfsModule.java:232) This Agency has the ID IDFM:Operator_334
08:28:39.308 INFO (GtfsModule.java:232) This Agency has the ID IDFM:Operator_046
08:28:39.308 INFO (GtfsModule.java:223) reading entities: org.onebusaway.gtfs.model.Block
08:28:39.310 INFO (GtfsModule.java:223) reading entities: org.onebusaway.gtfs.model.ShapePoint
08:28:39.313 INFO (GtfsModule.java:223) reading entities: org.onebusaway.gtfs.model.Note
08:28:39.313 INFO (GtfsModule.java:223) reading entities: org.onebusaway.gtfs.model.Area
08:28:39.314 INFO (GtfsModule.java:223) reading entities: org.onebusaway.gtfs.model.BookingRule
08:28:39.316 INFO (GtfsModule.java:223) reading entities: org.onebusaway.gtfs.model.Route
08:28:39.526 INFO (GtfsModule.java:223) reading entities: org.onebusaway.gtfs.model.Level
08:28:39.527 INFO (GtfsModule.java:223) reading entities: org.onebusaway.gtfs.model.Stop
08:28:40.107 INFO (GtfsModule.java:223) reading entities: org.onebusaway.gtfs.model.Location
08:28:40.107 INFO (GtfsModule.java:223) reading entities: org.onebusaway.gtfs.model.LocationGroupElement
08:28:40.109 INFO (GtfsModule.java:223) reading entities: org.onebusaway.gtfs.model.Trip
08:28:42.213 INFO (GtfsModule.java:223) reading entities: org.onebusaway.gtfs.model.StopTime
08:29:21.214 INFO (GtfsModule.java:223) reading entities: org.onebusaway.gtfs.model.ServiceCalendar
08:29:21.236 INFO (GtfsModule.java:223) reading entities: org.onebusaway.gtfs.model.ServiceCalendarDate
08:29:21.243 INFO (GtfsModule.java:223) reading entities: org.onebusaway.gtfs.model.FareAttribute
08:29:21.245 INFO (GtfsModule.java:223) reading entities: org.onebusaway.gtfs.model.FareRule
08:29:21.246 INFO (GtfsModule.java:223) reading entities: org.onebusaway.gtfs.model.Frequency
08:29:21.246 INFO (GtfsModule.java:223) reading entities: org.onebusaway.gtfs.model.Pathway
08:29:21.268 INFO (GtfsModule.java:223) reading entities: org.onebusaway.gtfs.model.Transfer
08:29:21.764 INFO (GtfsModule.java:223) reading entities: org.onebusaway.gtfs.model.FeedInfo
08:29:21.765 INFO (GtfsModule.java:223) reading entities: org.onebusaway.gtfs.model.Ridership
08:29:21.766 INFO (GtfsModule.java:223) reading entities: org.onebusaway.gtfs.model.Translation
08:29:21.767 INFO (GtfsModule.java:223) reading entities: org.onebusaway.gtfs.model.Vehicle
08:29:29.372 INFO (ThrottleLogger.java:34) Logger org.opentripplanner.gtfs.mapping.TransferMapper is throttled, only one messages is logged for every 1 second interval.
08:29:29.578 WARN (OtpTransitServiceBuilder.java:292) Limiting transit service days to time period: [2021-04-04, 2025-04-04]
08:29:29.842 INFO (OtpTransitServiceBuilder.java:323) Limiting transit service days to time period complete.
08:29:35.692 INFO (GenerateTripPatternsOperation.java:77) Added 0 frequency-based and 411546 single-trip timetable entries.
08:29:36.557 INFO (GeometryAndBlockProcessor.java:134) Processing geometries and blocks on graph...
08:29:36.558 INFO (TripPattern.java:481) Generating unique names for stop patterns on each route.
08:29:36.690 INFO (GeometryAndBlockProcessor.java:153) Generate TripPattern geometries progress tracking started.
08:29:36.774 INFO (GeometryAndBlockProcessor.java:170) Generate TripPattern geometries progress tracking complete. 10,648 done in 0s (126,762 per second).
08:29:36.989 INFO (GeometryAndBlockProcessor.java:209) Finding interlining trips based on block IDs.
08:29:37.036 INFO (GeometryAndBlockProcessor.java:263) Done finding interlining trips.
08:29:37.306 INFO (TransitToTaggedStopsModule.java:57) Linking transit stops to tagged bus stops...
08:29:43.609 INFO (StreetVertexIndex.java:293) Index steet graph progress tracking started.
08:29:46.567 INFO (StreetVertexIndex.java:323) Index steet graph progress tracking complete. 1,070,740 done in 2s (361,859 per second).
08:29:46.920 INFO (StreetLinkerModule.java:74) Linking transit stops to graph progress tracking started.
08:29:53.589 INFO (StreetLinkerModule.java:106) Linking transit stops to graph progress: 15,000 of 36,077 (41%)
08:30:00.587 INFO (StreetLinkerModule.java:106) Linking transit stops to graph progress: 30,000 of 36,077 (83%)
08:30:03.089 INFO (StreetLinkerModule.java:108) Linking transit stops to graph progress tracking complete. 35,037 done in 16s (2,167 per second).
08:30:03.089 INFO (StreetLinkerModule.java:112) Linking transit entrances to graph...
08:30:04.695 INFO (StreetLinkerModule.java:131) Linking vehicle parks to graph...
08:30:05.829 INFO (PruneNoThruIslands.java:89) Pruning islands and areas isolated by nothru edges in street network
08:30:09.392 INFO (PruneNoThruIslands.java:172) Islands without BICYCLE noThruTraffic edges: 12552
08:30:11.548 INFO (PruneNoThruIslands.java:181) Islands with BICYCLE noThruTraffic edges: 10082
08:30:11.607 INFO (PruneNoThruIslands.java:252) Detected 128344 isolated edges
08:30:13.857 INFO (PruneNoThruIslands.java:198) BICYCLE noThruTraffic island count: 368
08:30:13.857 INFO (PruneNoThruIslands.java:200) Total 12920 sub graphs found
08:30:14.091 INFO (PruneNoThruIslands.java:255) Number of islands with stops: 767
08:30:14.092 WARN (PruneNoThruIslands.java:256) Modified connectivity of 247 islands with stops
08:30:14.092 INFO (PruneNoThruIslands.java:257) Removed 2 edges
08:30:14.092 INFO (PruneNoThruIslands.java:258) Removed traversal mode from 128448 edges
08:30:14.092 INFO (PruneNoThruIslands.java:259) Converted 48048 edges to noThruTraffic
08:30:14.092 INFO (PruneNoThruIslands.java:206) Modified 11802 islands
08:30:17.453 INFO (PruneNoThruIslands.java:172) Islands without WALK noThruTraffic edges: 12469
08:30:19.556 INFO (PruneNoThruIslands.java:181) Islands with WALK noThruTraffic edges: 10062
08:30:19.668 INFO (PruneNoThruIslands.java:252) Detected 128683 isolated edges
08:30:21.886 INFO (PruneNoThruIslands.java:198) WALK noThruTraffic island count: 377
08:30:21.886 INFO (PruneNoThruIslands.java:200) Total 12846 sub graphs found
08:30:22.246 INFO (PruneNoThruIslands.java:255) Number of islands with stops: 762
08:30:22.246 WARN (PruneNoThruIslands.java:256) Modified connectivity of 246 islands with stops
08:30:22.247 INFO (PruneNoThruIslands.java:257) Removed 124875 edges
08:30:22.247 INFO (PruneNoThruIslands.java:258) Removed traversal mode from 3866 edges
08:30:22.247 INFO (PruneNoThruIslands.java:259) Converted 47958 edges to noThruTraffic
08:30:22.247 INFO (PruneNoThruIslands.java:206) Modified 11731 islands
08:30:25.368 INFO (PruneNoThruIslands.java:172) Islands without CAR noThruTraffic edges: 12008
08:30:26.856 INFO (PruneNoThruIslands.java:181) Islands with CAR noThruTraffic edges: 10698
08:30:26.877 INFO (PruneNoThruIslands.java:252) Detected 36003 isolated edges
08:30:28.295 INFO (PruneNoThruIslands.java:198) CAR noThruTraffic island count: 397
08:30:28.296 INFO (PruneNoThruIslands.java:200) Total 12405 sub graphs found
08:30:28.388 INFO (PruneNoThruIslands.java:255) Number of islands with stops: 6216
08:30:28.388 WARN (PruneNoThruIslands.java:256) Modified connectivity of 6119 islands with stops
08:30:28.388 INFO (PruneNoThruIslands.java:257) Removed 2415 edges
08:30:28.388 INFO (PruneNoThruIslands.java:258) Removed traversal mode from 33612 edges
08:30:28.388 INFO (PruneNoThruIslands.java:259) Converted 29814 edges to noThruTraffic
08:30:28.388 INFO (PruneNoThruIslands.java:206) Modified 12144 islands
08:30:28.388 INFO (PruneNoThruIslands.java:105) Reconnecting stops
08:30:28.522 INFO (StreetLinkerModule.java:74) Linking transit stops to graph progress tracking started.
08:30:28.835 INFO (StreetLinkerModule.java:108) Linking transit stops to graph progress tracking complete. 6,147 done in 0s (19,639 per second).
08:30:28.967 INFO (PruneNoThruIslands.java:114) 5887 stops remain isolated
08:30:29.275 INFO (PruneNoThruIslands.java:128) Removed 1460 edgeless street vertices
08:30:29.276 INFO (GraphIndex.java:65) GraphIndex init...
08:30:29.780 INFO (GraphIndex.java:130) GraphIndex init complete.
08:30:29.781 INFO (DirectTransferGenerator.java:71) Creating direct transfer edges between stops using the street network from OSM...
08:30:35.656 INFO (DirectTransferGenerator.java:135) Create transfer edges for stops progress: 5,000 of 36,077 (13%)
08:30:40.665 INFO (DirectTransferGenerator.java:135) Create transfer edges for stops progress: 9,000 of 36,077 (24%)
08:30:46.418 INFO (DirectTransferGenerator.java:135) Create transfer edges for stops progress: 14,000 of 36,077 (38%)
08:30:51.922 INFO (DirectTransferGenerator.java:135) Create transfer edges for stops progress: 19,000 of 36,077 (52%)
08:30:58.270 INFO (DirectTransferGenerator.java:135) Create transfer edges for stops progress: 24,000 of 36,077 (66%)
08:31:03.970 INFO (DirectTransferGenerator.java:135) Create transfer edges for stops progress: 29,000 of 36,077 (80%)
08:31:09.800 INFO (DirectTransferGenerator.java:135) Create transfer edges for stops progress: 32,000 of 36,077 (88%)
08:31:18.612 INFO (DirectTransferGenerator.java:135) Create transfer edges for stops progress: 35,000 of 36,077 (97%)
08:31:23.852 INFO (DirectTransferGenerator.java:140) Create transfer edges for stops progress tracking complete. 36,077 done in 53s (669 per second).
08:31:23.853 INFO (DirectTransferGenerator.java:141) Done connecting stops to one another. Created a total of 1159346 transfers from 29765 stops.
08:31:23.853 INFO (GraphCoherencyCheckerModule.java:40) checking graph coherency...
08:31:24.342 INFO (GraphCoherencyCheckerModule.java:67) edge lists and from/to members are coherent.
08:31:24.370 INFO (DataImportIssueStore.java:47) Issue summary (number of each type):
08:31:24.371 INFO (DataImportIssueStore.java:50) - FloorNumberUnknownAssumedGroundLevel 3,947
08:31:24.371 INFO (DataImportIssueStore.java:50) - GraphConnectivity 3
08:31:24.372 INFO (DataImportIssueStore.java:50) - GraphIsland 35,677
08:31:24.372 INFO (DataImportIssueStore.java:50) - Graphwide 1
08:31:24.372 INFO (DataImportIssueStore.java:50) - HopSpeedFast 118
08:31:24.372 INFO (DataImportIssueStore.java:50) - HopSpeedSlow 902
08:31:24.372 INFO (DataImportIssueStore.java:50) - HopZeroTime 363,723
08:31:24.372 INFO (DataImportIssueStore.java:50) - InvalidGeometry 22
08:31:24.372 INFO (DataImportIssueStore.java:50) - InvalidVehicleParkingCapacity 7
08:31:24.372 INFO (DataImportIssueStore.java:50) - IsolatedStop 5,887
08:31:24.373 INFO (DataImportIssueStore.java:50) - LevelAmbiguous 3,947
08:31:24.373 INFO (DataImportIssueStore.java:50) - NonUniqueRouteName 831
08:31:24.373 INFO (DataImportIssueStore.java:50) - ParkAndRideUnlinked 13
08:31:24.373 INFO (DataImportIssueStore.java:50) - PrunedIslandStop 260
08:31:24.373 INFO (DataImportIssueStore.java:50) - PublicTransportRelationSkipped 1,227
08:31:24.373 INFO (DataImportIssueStore.java:50) - RepeatedStops 1,230
08:31:24.373 INFO (DataImportIssueStore.java:50) - StopNotLinkedForTransfers 6,310
08:31:24.373 INFO (DataImportIssueStore.java:50) - TooManyAreasInRelation 570
08:31:24.373 INFO (DataImportIssueStore.java:50) - TurnRestrictionBad 1,246
08:31:24.373 INFO (DataImportIssueStore.java:50) - TurnRestrictionException 5
08:31:24.373 INFO (DataImportIssueStore.java:50) - TurnRestrictionUnknown 480
08:31:24.374 INFO (DataImportIssueStore.java:50) - VertexWithoutEdges 5,887
08:31:24.374 INFO (GraphBuilder.java:88) Graph building took 5.2 minutes.
08:31:24.536 INFO (GraphBuilder.java:89) Main graph size: |V|=1062795 |E|=2703715
08:31:25.841 INFO (SerializedGraphObject.java:153) Writing graph graph.obj ...
08:31:25.841 INFO (SerializedGraphObject.java:173) Save graph progress tracking started.
08:31:30.883 INFO (SerializedGraphObject.java:173) Save graph progress: 105.0 MB done
08:31:35.893 INFO (SerializedGraphObject.java:173) Save graph progress: 179.5 MB done
08:31:40.905 INFO (SerializedGraphObject.java:173) Save graph progress: 327.0 MB done
08:31:45.905 INFO (SerializedGraphObject.java:173) Save graph progress: 501.0 MB done
08:31:50.909 INFO (SerializedGraphObject.java:173) Save graph progress: 565.0 MB done
08:31:51.494 INFO (SerializedGraphObject.java:173) Save graph progress tracking complete. 572.6 MB done in 25s (22.3 MB per second).
08:31:51.494 INFO (SerializedGraphObject.java:160) Graph written: graph.obj
08:31:51.499 INFO (OTPMain.java:148) Memory optimized Deduplicator{BitSet: 66(411546), IntArray: 117550(1234638), String: 0(0), StringArray: 0(0), String2DArray: 0(0), List<BookingInfo>: 66(823092)}
08:31:51.499 INFO (OTPMain.java:157) Done building graph. Exiting.
08:31:51.501 INFO (OtpStartupInfo.java:47) OTP SHUTTING DOWN (version: 2.2.0-SNAPSHOT, ser.ver.id: 22, commit: b0c9829e3bfe10daddae72485a09a7f48b0be8ff, branch: dev-2.x)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment