>>> mobroute: Building testing/mobroute 0.7.0-r0 (using abuild 3.13.0-r5) started Sat, 14 Sep 2024 17:13:48 +0000 >>> mobroute: Checking sanity of /home/buildozer/aports/testing/mobroute/APKBUILD... >>> mobroute: Analyzing dependencies... >>> mobroute: Installing for build: build-base tzdata go (1/3) Installing tzdata (2024b-r0) (2/3) Installing go (1.23.1-r0) (3/3) Installing .makedepends-mobroute (20240914.171349) Executing busybox-1.36.1-r31.trigger OK: 609 MiB in 116 packages >>> mobroute: Cleaning up srcdir >>> mobroute: Cleaning up pkgdir >>> mobroute: Cleaning up tmpdir >>> mobroute: Fetching https://distfiles.alpinelinux.org/distfiles/edge/mobroute-0.7.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> mobroute: Fetching mobroute-0.7.0.tar.gz::https://git.sr.ht/~mil/mobroute/archive/v0.7.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 78169 0 78169 0 0 882k 0 --:--:-- --:--:-- --:--:-- 887k >>> mobroute: Fetching https://distfiles.alpinelinux.org/distfiles/edge/mobroute-0.7.0.tar.gz >>> mobroute: Checking sha512sums... mobroute-0.7.0.tar.gz: OK >>> mobroute: Unpacking /var/cache/distfiles/edge/mobroute-0.7.0.tar.gz... go: downloading github.com/go-playground/validator/v10 v10.21.0 go: downloading github.com/jmoiron/sqlx v1.4.0 go: downloading git.sr.ht/~mil/mobsql v0.7.0 go: downloading github.com/mattn/go-sqlite3 v1.14.23 go: downloading github.com/go-playground/universal-translator v0.18.1 go: downloading golang.org/x/text v0.14.0 go: downloading golang.org/x/crypto v0.19.0 go: downloading github.com/gabriel-vasile/mimetype v1.4.3 go: downloading github.com/leodido/go-urn v1.4.0 go: downloading github.com/go-playground/locales v0.14.1 go: downloading golang.org/x/net v0.21.0 go: downloading gopkg.in/yaml.v3 v3.0.1 ? git.sr.ht/~mil/mobroute [no test files] ? git.sr.ht/~mil/mobroute/api/apioneshot [no test files] ? git.sr.ht/~mil/mobroute/api/apirtdatabase [no test files] ? git.sr.ht/~mil/mobroute/api/apirtdatabaseq [no test files] ? git.sr.ht/~mil/mobroute/api/apirtinit [no test files] ? git.sr.ht/~mil/mobroute/api/apirtroute [no test files] ? git.sr.ht/~mil/mobroute/api/apirtroute/calcwalk [no test files] ? git.sr.ht/~mil/mobroute/api/apirtroute/diagnosticst [no test files] ? git.sr.ht/~mil/mobroute/api/apirtroute/formatterdiagnostics [no test files] ? git.sr.ht/~mil/mobroute/api/apirtroute/formattergeojson [no test files] ? git.sr.ht/~mil/mobroute/api/apirtroute/formatterlegs [no test files] ? git.sr.ht/~mil/mobroute/api/apirtroute/formattermapurl [no test files] === RUN Test_ApiRouteYMLGTFS 2024/09/14 17:15:10 Generated mock for input (map[42:../../testhelper/mockgtfs/gtfs_sample_0.yml]): (gtfs zips: [/tmp/3026349540.zip]) (mobdb csv: /tmp/mobroute_test_mobdb_798104603.csv) 2024/09/14 17:15:10 SQLite system version (3.46.1); comparing to required version: 3.28.0 2024/09/14 17:15:10 Loading schema tables 2024/09/14 17:15:10 Execute statement: create table if not exists _mobsqltrack ('feed_id' int not null,'feed_id_pair' int,'tbl' text not null,'checksum' text not null,'n_rows' int not null,'timestamp' int not null,unique(feed_id,feed_id_pair,tbl)) 2024/09/14 17:15:10 Execute statement: create table if not exists _gtfssource_mdbcsv ('feed_id' int not null check(feed_id = -1),'data_type' text not null,'location.bounding_box.minimum_latitude' real,'location.bounding_box.minimum_longitude' real,'location.bounding_box.maximum_latitude' real,'location.bounding_box.maximum_longitude' real,'location.country_code' text,'location.subdivision_name' text,'location.municipality' text,'urls.latest' text not null,'urls.license' text,'mdb_source_id' int not null check(mdb_source_id >= 0),'name' text,'status' text,'provider' text not null,unique(mdb_source_id)) 2024/09/14 17:15:10 Execute statement: create table if not exists _gtfssource_custom ('customgtfs_feed_id' int not null check(customgtfs_feed_id < -1),'gtfs_uri' text not null,unique(customgtfs_feed_id)) 2024/09/14 17:15:10 Execute statement: create table if not exists agency ('feed_id' int not null,'agency_id' text,'agency_name' text not null,'agency_url' text not null,'agency_timezone' text not null,unique(feed_id,agency_id)) 2024/09/14 17:15:10 Execute statement: create table if not exists calendar ('feed_id' int not null,'service_id' text not null,'monday' int not null check(monday in (0,1)),'tuesday' int not null check(tuesday in (0,1)),'wednesday' int not null check(wednesday in (0,1)),'thursday' int not null check(thursday in (0,1)),'friday' int not null check(friday in (0,1)),'saturday' int not null check(saturday in (0,1)),'sunday' int not null check(sunday in (0,1)),'start_date' int not null,'end_date' int not null,unique(feed_id,service_id)) 2024/09/14 17:15:10 Execute statement: create table if not exists calendar_dates ('feed_id' int not null,'service_id' text not null,'date' int not null,'exception_type' int not null check(exception_type in (1,2))) 2024/09/14 17:15:10 Execute statement: create table if not exists stop_times ('feed_id' int not null,'trip_id' text not null,'arrival_time' int,'departure_time' int,'stop_id' text not null,'stop_sequence' int not null,'stop_headsign' text,'pickup_type' int,'drop_off_type' int,'continuous_drop_off' text,'timepoint' int check(timepoint in (0,1)),unique(feed_id,trip_id,stop_sequence)) 2024/09/14 17:15:10 Execute statement: create table if not exists stops ('feed_id' int not null,'stop_id' text not null,'stop_code' text,'stop_name' text check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_name is not null) or (location_type = 3 or location_type = 4) ),'stop_desc' text,'stop_lat' real check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_lat is not null) or (location_type = 3 or location_type = 4) ),'stop_lon' real check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_lon is not null) or (location_type = 3 or location_type = 4) ),'zone_id' text,'stop_url' text,'location_type' int check(location_type in (0,1,2,3,4)),'parent_station' text,'stop_timezone' text,'wheelchair_boarding' int check(wheelchair_boarding in (0,1,2)),'level_id' text,'platform_code' text,unique(feed_id,stop_id)) 2024/09/14 17:15:10 Execute statement: create table if not exists trips ('feed_id' int not null,'route_id' text not null,'service_id' text not null,'trip_id' text not null,'trip_headsign' text,'trip_short_name' text,'direction_id' int check(direction_id in (0,1)),'block_id' text,'shape_id' text,'wheelchair_accessible' text check(wheelchair_accessible in (0,1,2)),'bikes_allowed' int check(bikes_allowed in (0,1,2)),unique(feed_id,trip_id)) 2024/09/14 17:15:10 Execute statement: create table if not exists routes ('feed_id' int not null,'route_id' text not null,'agency_id' text,'route_short_name' text check(route_long_name is not null or route_short_name is not null),'route_long_name' text,'route_desc' text,'route_type' int,'route_url' text,'route_color' text,'route_text_color' text,'route_sort_order' text,'continuous_pickup' int check(continuous_pickup in (0,1,2,3)),'continuous_drop_off' int check(continuous_drop_off in (0,1,2,3)),unique(feed_id,route_id)) 2024/09/14 17:15:10 Execute statement: create table if not exists transfers ('feed_id' int not null,'from_stop_id' text not null,'to_stop_id' text not null,'transfer_type' int,'min_transfer_time' int) 2024/09/14 17:15:10 Execute statement: create table if not exists _cvconn ('feed_id' int not null,'conn_id' text not null,'trip_id' text not null,'service_id' text not null,'from_stop_id' text not null,'from_stop_idu' text not null,'from_stop_sidu' text not null,'from_stop_time' int not null,'from_stop_sequence' int not null,'to_stop_id' text not null,'to_stop_idu' text not null,'to_stop_sidu' text not null,'to_stop_time' int not null,'to_stop_sequence' int not null,unique(feed_id,conn_id)) 2024/09/14 17:15:10 Execute statement: create table if not exists _cvcaltoservice ('feed_id' int not null,'service_date' int not null,'service_id' text not null) 2024/09/14 17:15:10 Execute statement: create table if not exists _cvtransfersgen ('feed_id' int not null,'feed_id_pair' int not null,'from_stop_id' text not null,'to_stop_id' text not null,'from_stop_idu' text not null,'to_stop_idu' text not null,'from_stop_sidu' text not null,'to_stop_sidu' text not null,'dist_km' real) 2024/09/14 17:15:10 Loading schema tables ok 2024/09/14 17:15:10 Loading schema indexes 2024/09/14 17:15:10 Create index idx_stop_times1_departure_time on stop_times as [departure_time] 2024/09/14 17:15:10 Created index idx_stop_times1_departure_time ok 2024/09/14 17:15:10 Create index idx_stop_times1_trip_id on stop_times as [trip_id] 2024/09/14 17:15:10 Created index idx_stop_times1_trip_id ok 2024/09/14 17:15:10 Create index idx_stops2_feed_id_stop_id on stops as [feed_id stop_id] 2024/09/14 17:15:10 Created index idx_stops2_feed_id_stop_id ok 2024/09/14 17:15:10 Create index idx_stops2_stop_lat_stop_lon on stops as [stop_lat stop_lon] 2024/09/14 17:15:10 Created index idx_stops2_stop_lat_stop_lon ok 2024/09/14 17:15:10 Create index idx_transfers2_feed_id_from_stop_id on transfers as [feed_id from_stop_id] 2024/09/14 17:15:10 Created index idx_transfers2_feed_id_from_stop_id ok 2024/09/14 17:15:10 Create index idx_transfers2_feed_id_to_stop_id on transfers as [feed_id to_stop_id] 2024/09/14 17:15:10 Created index idx_transfers2_feed_id_to_stop_id ok 2024/09/14 17:15:10 Create index idx__cvconn3_feed_id_service_id_from_stop_time on _cvconn as [feed_id service_id from_stop_time] 2024/09/14 17:15:10 Created index idx__cvconn3_feed_id_service_id_from_stop_time ok 2024/09/14 17:15:10 Create index idx__cvconn3_feed_id_from_stop_sidu_from_stop_time on _cvconn as [feed_id from_stop_sidu from_stop_time] 2024/09/14 17:15:10 Created index idx__cvconn3_feed_id_from_stop_sidu_from_stop_time ok 2024/09/14 17:15:10 Create index idx__cvcaltoservice2_service_date_feed_id on _cvcaltoservice as [service_date feed_id] 2024/09/14 17:15:10 Created index idx__cvcaltoservice2_service_date_feed_id ok 2024/09/14 17:15:10 Loading schema indexes ok 2024/09/14 17:15:10 Loading views ok 2024/09/14 17:15:10 Loaded view _vfeedsmetadata (bytes=3531) 2024/09/14 17:15:10 Loaded view _vstopparent (bytes=2600) 2024/09/14 17:15:10 Loaded view _vconn (bytes=1227) 2024/09/14 17:15:10 Loaded view _vconnverbose (bytes=1122) 2024/09/14 17:15:10 Loaded view _vcaltoservice (bytes=4223) 2024/09/14 17:15:10 Loaded view _vtransferstbl (bytes=933) 2024/09/14 17:15:10 Loaded view _vtransfersgen (bytes=1552) 2024/09/14 17:15:10 Loaded view _vtransfersimplicit (bytes=371) 2024/09/14 17:15:10 Loading views ok 2024/09/14 17:15:10 Importing table from //tmp/mobroute_test_mobdb_798104603.csv (0.00MB) to table: _gtfssource_mdbcsv 2024/09/14 17:15:10 Last checksum vs current: / C_0M_bc1ddff85871ceb0d2c1d8258846830315ba27199461f2cc767aac58c963f0f9; import will occur 2024/09/14 17:15:10 Imported 1 rows into _gtfssource_mdbcsv ok 2024/09/14 17:15:10 Imported table from //tmp/mobroute_test_mobdb_798104603.csv to table: _gtfssource_mdbcsv ok --- PASS: Test_ApiRouteYMLGTFS (0.02s) PASS ok git.sr.ht/~mil/mobroute/api/apirtroute_test 0.023s ? git.sr.ht/~mil/mobroute/api/apirtschedule [no test files] ? git.sr.ht/~mil/mobroute/api/apirtstops [no test files] ? git.sr.ht/~mil/mobroute/cli [no test files] ? git.sr.ht/~mil/mobroute/csa [no test files] === RUN Test_CheapestArrivalDestination --- PASS: Test_CheapestArrivalDestination (0.00s) === RUN Test_ExecuteCSAMainLoop 2024/09/14 17:15:10 CSA Main Loop Begin 2024/09/14 17:15:10 Completed main CSA loop map[a:{1 0} b:{10 0xc0000fcbd0 1} c:{20 0xc0000fcc40 1} d:{1000 0} e:{1000 0}] 2024/09/14 17:15:10 CSA Main Loop Complete 2024/09/14 17:15:10 CSA Main Loop Begin 2024/09/14 17:15:10 Completed main CSA loop map[a:{-11 0} b:{-3 0xc0000fccb0 1} c:{20 0xc0000fcd20 1} d:{988 0} e:{988 0}] 2024/09/14 17:15:10 CSA Main Loop Complete 2024/09/14 17:15:10 CSA Main Loop Begin 2024/09/14 17:15:10 Completed main CSA loop map[a:{1 0} b:{10 0xc0000fcd90 1} c:{20 0xc0000fce00 1} d:{1000 0} e:{1000 0} f:{20 0xc0000fcee0 2} g:{11 0xc0000fcd90 1} h:{13 0xc0000fce70 2}] 2024/09/14 17:15:10 CSA Main Loop Complete 2024/09/14 17:15:10 CSA Main Loop Begin 2024/09/14 17:15:10 Completed main CSA loop map[a:{1 0} b:{10 0xc0000fcf50 1} c:{20 0xc0000fcfc0 1} d:{1000 0} e:{1000 0} f:{15 0xc0000fd030 2}] 2024/09/14 17:15:10 CSA Main Loop Complete 2024/09/14 17:15:10 CSA Main Loop Begin 2024/09/14 17:15:10 Completed main CSA loop map[a:{1 0} b:{10 0xc0000fd0a0 1} c:{20 0xc0000fd110 1} d:{1000 0} e:{1000 0} f:{19 0xc0000fd180 2} g:{14 0xc0000fd0a0 1} h:{1000 0}] 2024/09/14 17:15:10 CSA Main Loop Complete 2024/09/14 17:15:10 CSA Main Loop Begin 2024/09/14 17:15:10 Completed main CSA loop map[a:{1 0} b:{10 0xc0000fd1f0 1} c:{20 0xc0000fd260 1} d:{1000 0} e:{1000 0} f:{19 0xc0000fd3b0 2} g:{11 0xc0000fd1f0 1} h:{13 0xc0000fd2d0 2} i:{24 0xc0000fd420 3} j:{30 0xc0000fd490 3}] 2024/09/14 17:15:10 CSA Main Loop Complete --- PASS: Test_ExecuteCSAMainLoop (0.00s) === RUN Test_TransferPossibleBetweenConnections --- PASS: Test_TransferPossibleBetweenConnections (0.00s) PASS ok git.sr.ht/~mil/mobroute/csa_test 0.005s ? git.sr.ht/~mil/mobroute/csa_test/csa_testhelper [no test files] ? git.sr.ht/~mil/mobroute/dbquery [no test files] === RUN Test_LoadConnections 2024/09/14 17:15:11 Generated mock for input (map[42:../testhelper/mockgtfs/gtfs_sample_0.yml]): (gtfs zips: [/tmp/3436509651.zip]) (mobdb csv: /tmp/mobroute_test_mobdb_1793525924.csv) 2024/09/14 17:15:11 SQLite system version (3.46.1); comparing to required version: 3.28.0 2024/09/14 17:15:11 Loading schema tables 2024/09/14 17:15:11 Execute statement: create table if not exists _mobsqltrack ('feed_id' int not null,'feed_id_pair' int,'tbl' text not null,'checksum' text not null,'n_rows' int not null,'timestamp' int not null,unique(feed_id,feed_id_pair,tbl)) 2024/09/14 17:15:11 Execute statement: create table if not exists _gtfssource_mdbcsv ('feed_id' int not null check(feed_id = -1),'data_type' text not null,'location.bounding_box.minimum_latitude' real,'location.bounding_box.minimum_longitude' real,'location.bounding_box.maximum_latitude' real,'location.bounding_box.maximum_longitude' real,'location.country_code' text,'location.subdivision_name' text,'location.municipality' text,'urls.latest' text not null,'urls.license' text,'mdb_source_id' int not null check(mdb_source_id >= 0),'name' text,'status' text,'provider' text not null,unique(mdb_source_id)) 2024/09/14 17:15:11 Execute statement: create table if not exists _gtfssource_custom ('customgtfs_feed_id' int not null check(customgtfs_feed_id < -1),'gtfs_uri' text not null,unique(customgtfs_feed_id)) 2024/09/14 17:15:11 Execute statement: create table if not exists agency ('feed_id' int not null,'agency_id' text,'agency_name' text not null,'agency_url' text not null,'agency_timezone' text not null,unique(feed_id,agency_id)) 2024/09/14 17:15:11 Execute statement: create table if not exists calendar ('feed_id' int not null,'service_id' text not null,'monday' int not null check(monday in (0,1)),'tuesday' int not null check(tuesday in (0,1)),'wednesday' int not null check(wednesday in (0,1)),'thursday' int not null check(thursday in (0,1)),'friday' int not null check(friday in (0,1)),'saturday' int not null check(saturday in (0,1)),'sunday' int not null check(sunday in (0,1)),'start_date' int not null,'end_date' int not null,unique(feed_id,service_id)) 2024/09/14 17:15:11 Execute statement: create table if not exists calendar_dates ('feed_id' int not null,'service_id' text not null,'date' int not null,'exception_type' int not null check(exception_type in (1,2))) 2024/09/14 17:15:11 Execute statement: create table if not exists stop_times ('feed_id' int not null,'trip_id' text not null,'arrival_time' int,'departure_time' int,'stop_id' text not null,'stop_sequence' int not null,'stop_headsign' text,'pickup_type' int,'drop_off_type' int,'continuous_drop_off' text,'timepoint' int check(timepoint in (0,1)),unique(feed_id,trip_id,stop_sequence)) 2024/09/14 17:15:11 Execute statement: create table if not exists stops ('feed_id' int not null,'stop_id' text not null,'stop_code' text,'stop_name' text check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_name is not null) or (location_type = 3 or location_type = 4) ),'stop_desc' text,'stop_lat' real check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_lat is not null) or (location_type = 3 or location_type = 4) ),'stop_lon' real check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_lon is not null) or (location_type = 3 or location_type = 4) ),'zone_id' text,'stop_url' text,'location_type' int check(location_type in (0,1,2,3,4)),'parent_station' text,'stop_timezone' text,'wheelchair_boarding' int check(wheelchair_boarding in (0,1,2)),'level_id' text,'platform_code' text,unique(feed_id,stop_id)) 2024/09/14 17:15:11 Execute statement: create table if not exists trips ('feed_id' int not null,'route_id' text not null,'service_id' text not null,'trip_id' text not null,'trip_headsign' text,'trip_short_name' text,'direction_id' int check(direction_id in (0,1)),'block_id' text,'shape_id' text,'wheelchair_accessible' text check(wheelchair_accessible in (0,1,2)),'bikes_allowed' int check(bikes_allowed in (0,1,2)),unique(feed_id,trip_id)) 2024/09/14 17:15:11 Execute statement: create table if not exists routes ('feed_id' int not null,'route_id' text not null,'agency_id' text,'route_short_name' text check(route_long_name is not null or route_short_name is not null),'route_long_name' text,'route_desc' text,'route_type' int,'route_url' text,'route_color' text,'route_text_color' text,'route_sort_order' text,'continuous_pickup' int check(continuous_pickup in (0,1,2,3)),'continuous_drop_off' int check(continuous_drop_off in (0,1,2,3)),unique(feed_id,route_id)) 2024/09/14 17:15:11 Execute statement: create table if not exists transfers ('feed_id' int not null,'from_stop_id' text not null,'to_stop_id' text not null,'transfer_type' int,'min_transfer_time' int) 2024/09/14 17:15:11 Execute statement: create table if not exists _cvconn ('feed_id' int not null,'conn_id' text not null,'trip_id' text not null,'service_id' text not null,'from_stop_id' text not null,'from_stop_idu' text not null,'from_stop_sidu' text not null,'from_stop_time' int not null,'from_stop_sequence' int not null,'to_stop_id' text not null,'to_stop_idu' text not null,'to_stop_sidu' text not null,'to_stop_time' int not null,'to_stop_sequence' int not null,unique(feed_id,conn_id)) 2024/09/14 17:15:11 Execute statement: create table if not exists _cvcaltoservice ('feed_id' int not null,'service_date' int not null,'service_id' text not null) 2024/09/14 17:15:11 Execute statement: create table if not exists _cvtransfersgen ('feed_id' int not null,'feed_id_pair' int not null,'from_stop_id' text not null,'to_stop_id' text not null,'from_stop_idu' text not null,'to_stop_idu' text not null,'from_stop_sidu' text not null,'to_stop_sidu' text not null,'dist_km' real) 2024/09/14 17:15:11 Loading schema tables ok 2024/09/14 17:15:11 Loading schema indexes 2024/09/14 17:15:11 Create index idx_stop_times1_departure_time on stop_times as [departure_time] 2024/09/14 17:15:11 Created index idx_stop_times1_departure_time ok 2024/09/14 17:15:11 Create index idx_stop_times1_trip_id on stop_times as [trip_id] 2024/09/14 17:15:11 Created index idx_stop_times1_trip_id ok 2024/09/14 17:15:11 Create index idx_stops2_feed_id_stop_id on stops as [feed_id stop_id] 2024/09/14 17:15:11 Created index idx_stops2_feed_id_stop_id ok 2024/09/14 17:15:11 Create index idx_stops2_stop_lat_stop_lon on stops as [stop_lat stop_lon] 2024/09/14 17:15:11 Created index idx_stops2_stop_lat_stop_lon ok 2024/09/14 17:15:11 Create index idx_transfers2_feed_id_from_stop_id on transfers as [feed_id from_stop_id] 2024/09/14 17:15:11 Created index idx_transfers2_feed_id_from_stop_id ok 2024/09/14 17:15:11 Create index idx_transfers2_feed_id_to_stop_id on transfers as [feed_id to_stop_id] 2024/09/14 17:15:11 Created index idx_transfers2_feed_id_to_stop_id ok 2024/09/14 17:15:11 Create index idx__cvconn3_feed_id_service_id_from_stop_time on _cvconn as [feed_id service_id from_stop_time] 2024/09/14 17:15:11 Created index idx__cvconn3_feed_id_service_id_from_stop_time ok 2024/09/14 17:15:11 Create index idx__cvconn3_feed_id_from_stop_sidu_from_stop_time on _cvconn as [feed_id from_stop_sidu from_stop_time] 2024/09/14 17:15:11 Created index idx__cvconn3_feed_id_from_stop_sidu_from_stop_time ok 2024/09/14 17:15:11 Create index idx__cvcaltoservice2_service_date_feed_id on _cvcaltoservice as [service_date feed_id] 2024/09/14 17:15:11 Created index idx__cvcaltoservice2_service_date_feed_id ok 2024/09/14 17:15:11 Loading schema indexes ok 2024/09/14 17:15:11 Loading views ok 2024/09/14 17:15:11 Loaded view _vfeedsmetadata (bytes=3531) 2024/09/14 17:15:11 Loaded view _vstopparent (bytes=2600) 2024/09/14 17:15:11 Loaded view _vconn (bytes=1227) 2024/09/14 17:15:11 Loaded view _vconnverbose (bytes=1122) 2024/09/14 17:15:11 Loaded view _vcaltoservice (bytes=4223) 2024/09/14 17:15:11 Loaded view _vtransferstbl (bytes=933) 2024/09/14 17:15:11 Loaded view _vtransfersgen (bytes=1552) 2024/09/14 17:15:11 Loaded view _vtransfersimplicit (bytes=371) 2024/09/14 17:15:11 Loading views ok 2024/09/14 17:15:11 Importing table from //tmp/mobroute_test_mobdb_1793525924.csv (0.00MB) to table: _gtfssource_mdbcsv 2024/09/14 17:15:11 Last checksum vs current: / C_0M_1c1c4cec26d9e7d374a2a92d86b73fd5e5179fe17a132e24173d4a0f671ed252; import will occur 2024/09/14 17:15:11 Imported 1 rows into _gtfssource_mdbcsv ok 2024/09/14 17:15:11 Imported table from //tmp/mobroute_test_mobdb_1793525924.csv to table: _gtfssource_mdbcsv ok 2024/09/14 17:15:11 Running RTDatabase against input: {"feed_ids":[42],"op":"load"} 2024/09/14 17:15:11 Running Load against 1 feeds 2024/09/14 17:15:11 Loading GTFS feed 42 (1 of 1) 2024/09/14 17:15:11 Loading /tmp/3436509651.zip to DB with GTFS feed: 42 2024/09/14 17:15:11 Loaded GTFS Archive /tmp/3436509651.zip to temporary directory: /tmp/mobroute_tempdir1808261048 2024/09/14 17:15:11 Loading table: agency 2024/09/14 17:15:11 Importing table from /tmp/mobroute_tempdir1808261048/agency.txt (0.00MB) to table: agency 2024/09/14 17:15:11 Last checksum vs current: / C_0M_c15705f0e743a50086d3c871e24b6165b3b4d723a3f96445f676c4216a2fcd14; import will occur 2024/09/14 17:15:11 Imported 1 rows into agency ok 2024/09/14 17:15:11 Imported table from /tmp/mobroute_tempdir1808261048/agency.txt to table: agency ok 2024/09/14 17:15:11 Loading table: agency complete 2024/09/14 17:15:11 Loading table: calendar 2024/09/14 17:15:11 Importing table from /tmp/mobroute_tempdir1808261048/calendar.txt (0.00MB) to table: calendar 2024/09/14 17:15:11 Last checksum vs current: / C_0M_124e46e20a21debc5240cba81ffd1f420ad3546f91373ae55886e911b19b2608; import will occur 2024/09/14 17:15:11 Imported 2 rows into calendar ok 2024/09/14 17:15:11 Imported table from /tmp/mobroute_tempdir1808261048/calendar.txt to table: calendar ok 2024/09/14 17:15:11 Loading table: calendar complete 2024/09/14 17:15:11 Loading table: calendar_dates 2024/09/14 17:15:11 Importing table from /tmp/mobroute_tempdir1808261048/calendar_dates.txt (0.00MB) to table: calendar_dates 2024/09/14 17:15:11 Skipped import for non-existant non-required file: /tmp/mobroute_tempdir1808261048/calendar_dates.txt 2024/09/14 17:15:11 Loading table: calendar_dates complete 2024/09/14 17:15:11 Loading table: stop_times 2024/09/14 17:15:11 Importing table from /tmp/mobroute_tempdir1808261048/stop_times.txt (0.00MB) to table: stop_times 2024/09/14 17:15:11 Last checksum vs current: / C_0M_c720fd568d7d6154f442f16b61c73437ba7452ed091d91c002b4f384d60b36c6; import will occur 2024/09/14 17:15:11 Imported 9 rows into stop_times ok 2024/09/14 17:15:11 Imported table from /tmp/mobroute_tempdir1808261048/stop_times.txt to table: stop_times ok 2024/09/14 17:15:11 Loading table: stop_times complete 2024/09/14 17:15:11 Loading table: stops 2024/09/14 17:15:11 Importing table from /tmp/mobroute_tempdir1808261048/stops.txt (0.00MB) to table: stops 2024/09/14 17:15:11 Last checksum vs current: / C_0M_1e4481e4464525fdf1ea0305fca00f2c9d379749fff7d64a0cd7ffa5175af899; import will occur 2024/09/14 17:15:11 Imported 4 rows into stops ok 2024/09/14 17:15:11 Imported table from /tmp/mobroute_tempdir1808261048/stops.txt to table: stops ok 2024/09/14 17:15:11 Loading table: stops complete 2024/09/14 17:15:11 Loading table: trips 2024/09/14 17:15:11 Importing table from /tmp/mobroute_tempdir1808261048/trips.txt (0.00MB) to table: trips 2024/09/14 17:15:11 Last checksum vs current: / C_0M_0220e37a7822e751eaa95f847f72fd94eb66c922e5a43f58f2bc059b96efdce7; import will occur 2024/09/14 17:15:11 Imported 4 rows into trips ok 2024/09/14 17:15:11 Imported table from /tmp/mobroute_tempdir1808261048/trips.txt to table: trips ok 2024/09/14 17:15:11 Loading table: trips complete 2024/09/14 17:15:11 Loading table: routes 2024/09/14 17:15:11 Importing table from /tmp/mobroute_tempdir1808261048/routes.txt (0.00MB) to table: routes 2024/09/14 17:15:11 Last checksum vs current: / C_0M_adc89b7b4e4f8b88e68bf10397af1fc696e623cfec1d5ebd84a57dfac7953136; import will occur 2024/09/14 17:15:11 Imported 2 rows into routes ok 2024/09/14 17:15:11 Imported table from /tmp/mobroute_tempdir1808261048/routes.txt to table: routes ok 2024/09/14 17:15:11 Loading table: routes complete 2024/09/14 17:15:11 Loading table: transfers 2024/09/14 17:15:11 Importing table from /tmp/mobroute_tempdir1808261048/transfers.txt (0.00MB) to table: transfers 2024/09/14 17:15:11 Skipped import for non-existant non-required file: /tmp/mobroute_tempdir1808261048/transfers.txt 2024/09/14 17:15:11 Loading table: transfers complete 2024/09/14 17:15:11 Loaded /tmp/3436509651.zip to DB with GTFS feed: 42 ok 2024/09/14 17:15:11 Loading GTFS feed 42 ok; used cache for URL download (true) 2024/09/14 17:15:11 Running Load against 1 feeds ok 2024/09/14 17:15:11 Running RTDatabase against input: {"feed_ids":[42],"op":"compute"} 2024/09/14 17:15:11 Running Compute against 1 feeds 2024/09/14 17:15:11 Computed table _cvconn for feed (42 ) out of date - updating ('' vs '42:routes:C_0M_adc89b7b4e4f8b88e68bf10397af1fc696e623cfec1d5ebd84a57dfac7953136,42:stop_times:C_0M_c720fd568d7d6154f442f16b61c73437ba7452ed091d91c002b4f384d60b36c6,42:stops:C_0M_1e4481e4464525fdf1ea0305fca00f2c9d379749fff7d64a0cd7ffa5175af899,42:trips:C_0M_0220e37a7822e751eaa95f847f72fd94eb66c922e5a43f58f2bc059b96efdce7') 2024/09/14 17:15:11 Computed table _cvcaltoservice for feed (42 ) out of date - updating ('' vs '42:stops:C_0M_1e4481e4464525fdf1ea0305fca00f2c9d379749fff7d64a0cd7ffa5175af899') 2024/09/14 17:15:11 Computed table _cvtransfersgen for feed (42 0xc000614c88) out of date - updating ('' vs '42:stops:C_0M_1e4481e4464525fdf1ea0305fca00f2c9d379749fff7d64a0cd7ffa5175af899') 2024/09/14 17:15:11 Running Compute against 1 feeds ok 2024/09/14 17:15:11 Loading with inputs as (select ? as yyyymmdddate, ? as seconds_from, ? as seconds_to), tztodelta as (select ? as timezone, ? as seconds), feedidtotzutcdelta as ( -- Note: re distinct, per GTFS spec; if there is >1 agency in agency.txt -- all timezones must be equal; thus 1 feed_id always = 1 timezone -- irregardless of # of agenc(ies) select distinct agency.feed_id, tztodelta.seconds as tzutcdeltasecs from agency join tztodelta on agency.agency_timezone = tztodelta.timezone ), timetable as ( select cts.service_date, -- E.g. normalize from/to stop times in two ways: -- 1) normalize to the input date YYYYMMDD, so if a time departs at 02:00 on monday the following day; -- converted look like 26:00 on the previous day (since all times relative to input YYYYMMDD) -- 2) add the agency's associated timezone UTC delta value so that routing across agencies -- using different timezones functions correctly. All outuput values thus in UTC time -- (cts.service_date - inputs.yyyymmdddate) * (60 * 60 * 24) + con.from_stop_time + tz.tzutcdeltasecs as from_stop_drutctime, (cts.service_date - inputs.yyyymmdddate) * (60 * 60 * 24) + con.to_stop_time + tz.tzutcdeltasecs as to_stop_drutctime, con.* from _cvcaltoservice cts join inputs on ( -- E.g. optimization so we don't have to calculate {from,to}_stop_drutctime for *all* -- timetable entries (should handle both tz shifts & next day for schedule logic) cts.service_date between inputs.yyyymmdddate - 1 and inputs.yyyymmdddate + 1 ) and cts.feed_id in (?) join _cvconn con on cts.service_id = con.service_id and cts.feed_id = con.feed_id and from_stop_drutctime between seconds_from and seconds_to join feedidtotzutcdelta tz on con.feed_id = tz.feed_id order by from_stop_drutctime asc, con.from_stop_sequence asc ) select conn_id,trip_id,from_stop_sequence,from_stop_sidu,from_stop_drutctime,to_stop_sequence,to_stop_sidu,to_stop_drutctime from timetable where 1 = 1 ([20240304 25200 28800 America/New_York -18000 42]) to memory 2024/09/14 17:15:11 Loaded with inputs as (select ? as yyyymmdddate, ? as seconds_from, ? as seconds_to), tztodelta as (select ? as timezone, ? as seconds), feedidtotzutcdelta as ( -- Note: re distinct, per GTFS spec; if there is >1 agency in agency.txt -- all timezones must be equal; thus 1 feed_id always = 1 timezone -- irregardless of # of agenc(ies) select distinct agency.feed_id, tztodelta.seconds as tzutcdeltasecs from agency join tztodelta on agency.agency_timezone = tztodelta.timezone ), timetable as ( select cts.service_date, -- E.g. normalize from/to stop times in two ways: -- 1) normalize to the input date YYYYMMDD, so if a time departs at 02:00 on monday the following day; -- converted look like 26:00 on the previous day (since all times relative to input YYYYMMDD) -- 2) add the agency's associated timezone UTC delta value so that routing across agencies -- using different timezones functions correctly. All outuput values thus in UTC time -- (cts.service_date - inputs.yyyymmdddate) * (60 * 60 * 24) + con.from_stop_time + tz.tzutcdeltasecs as from_stop_drutctime, (cts.service_date - inputs.yyyymmdddate) * (60 * 60 * 24) + con.to_stop_time + tz.tzutcdeltasecs as to_stop_drutctime, con.* from _cvcaltoservice cts join inputs on ( -- E.g. optimization so we don't have to calculate {from,to}_stop_drutctime for *all* -- timetable entries (should handle both tz shifts & next day for schedule logic) cts.service_date between inputs.yyyymmdddate - 1 and inputs.yyyymmdddate + 1 ) and cts.feed_id in (?) join _cvconn con on cts.service_id = con.service_id and cts.feed_id = con.feed_id and from_stop_drutctime between seconds_from and seconds_to join feedidtotzutcdelta tz on con.feed_id = tz.feed_id order by from_stop_drutctime asc, con.from_stop_sequence asc ) select conn_id,trip_id,from_stop_sequence,from_stop_sidu,from_stop_drutctime,to_stop_sequence,to_stop_sidu,to_stop_drutctime from timetable where 1 = 1 ([20240304 25200 28800 America/New_York -18000 42]) to memory ok (len=2) 2024/09/14 17:15:11 Generated mock for input (map[42:../testhelper/mockgtfs/gtfs_sample_0.yml]): (gtfs zips: [/tmp/1086055377.zip]) (mobdb csv: /tmp/mobroute_test_mobdb_2659215700.csv) 2024/09/14 17:15:11 SQLite system version (3.46.1); comparing to required version: 3.28.0 2024/09/14 17:15:11 Loading schema tables 2024/09/14 17:15:11 Execute statement: create table if not exists _mobsqltrack ('feed_id' int not null,'feed_id_pair' int,'tbl' text not null,'checksum' text not null,'n_rows' int not null,'timestamp' int not null,unique(feed_id,feed_id_pair,tbl)) 2024/09/14 17:15:11 Execute statement: create table if not exists _gtfssource_mdbcsv ('feed_id' int not null check(feed_id = -1),'data_type' text not null,'location.bounding_box.minimum_latitude' real,'location.bounding_box.minimum_longitude' real,'location.bounding_box.maximum_latitude' real,'location.bounding_box.maximum_longitude' real,'location.country_code' text,'location.subdivision_name' text,'location.municipality' text,'urls.latest' text not null,'urls.license' text,'mdb_source_id' int not null check(mdb_source_id >= 0),'name' text,'status' text,'provider' text not null,unique(mdb_source_id)) 2024/09/14 17:15:11 Execute statement: create table if not exists _gtfssource_custom ('customgtfs_feed_id' int not null check(customgtfs_feed_id < -1),'gtfs_uri' text not null,unique(customgtfs_feed_id)) 2024/09/14 17:15:11 Execute statement: create table if not exists agency ('feed_id' int not null,'agency_id' text,'agency_name' text not null,'agency_url' text not null,'agency_timezone' text not null,unique(feed_id,agency_id)) 2024/09/14 17:15:11 Execute statement: create table if not exists calendar ('feed_id' int not null,'service_id' text not null,'monday' int not null check(monday in (0,1)),'tuesday' int not null check(tuesday in (0,1)),'wednesday' int not null check(wednesday in (0,1)),'thursday' int not null check(thursday in (0,1)),'friday' int not null check(friday in (0,1)),'saturday' int not null check(saturday in (0,1)),'sunday' int not null check(sunday in (0,1)),'start_date' int not null,'end_date' int not null,unique(feed_id,service_id)) 2024/09/14 17:15:11 Execute statement: create table if not exists calendar_dates ('feed_id' int not null,'service_id' text not null,'date' int not null,'exception_type' int not null check(exception_type in (1,2))) 2024/09/14 17:15:11 Execute statement: create table if not exists stop_times ('feed_id' int not null,'trip_id' text not null,'arrival_time' int,'departure_time' int,'stop_id' text not null,'stop_sequence' int not null,'stop_headsign' text,'pickup_type' int,'drop_off_type' int,'continuous_drop_off' text,'timepoint' int check(timepoint in (0,1)),unique(feed_id,trip_id,stop_sequence)) 2024/09/14 17:15:11 Execute statement: create table if not exists stops ('feed_id' int not null,'stop_id' text not null,'stop_code' text,'stop_name' text check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_name is not null) or (location_type = 3 or location_type = 4) ),'stop_desc' text,'stop_lat' real check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_lat is not null) or (location_type = 3 or location_type = 4) ),'stop_lon' real check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_lon is not null) or (location_type = 3 or location_type = 4) ),'zone_id' text,'stop_url' text,'location_type' int check(location_type in (0,1,2,3,4)),'parent_station' text,'stop_timezone' text,'wheelchair_boarding' int check(wheelchair_boarding in (0,1,2)),'level_id' text,'platform_code' text,unique(feed_id,stop_id)) 2024/09/14 17:15:11 Execute statement: create table if not exists trips ('feed_id' int not null,'route_id' text not null,'service_id' text not null,'trip_id' text not null,'trip_headsign' text,'trip_short_name' text,'direction_id' int check(direction_id in (0,1)),'block_id' text,'shape_id' text,'wheelchair_accessible' text check(wheelchair_accessible in (0,1,2)),'bikes_allowed' int check(bikes_allowed in (0,1,2)),unique(feed_id,trip_id)) 2024/09/14 17:15:11 Execute statement: create table if not exists routes ('feed_id' int not null,'route_id' text not null,'agency_id' text,'route_short_name' text check(route_long_name is not null or route_short_name is not null),'route_long_name' text,'route_desc' text,'route_type' int,'route_url' text,'route_color' text,'route_text_color' text,'route_sort_order' text,'continuous_pickup' int check(continuous_pickup in (0,1,2,3)),'continuous_drop_off' int check(continuous_drop_off in (0,1,2,3)),unique(feed_id,route_id)) 2024/09/14 17:15:11 Execute statement: create table if not exists transfers ('feed_id' int not null,'from_stop_id' text not null,'to_stop_id' text not null,'transfer_type' int,'min_transfer_time' int) 2024/09/14 17:15:11 Execute statement: create table if not exists _cvconn ('feed_id' int not null,'conn_id' text not null,'trip_id' text not null,'service_id' text not null,'from_stop_id' text not null,'from_stop_idu' text not null,'from_stop_sidu' text not null,'from_stop_time' int not null,'from_stop_sequence' int not null,'to_stop_id' text not null,'to_stop_idu' text not null,'to_stop_sidu' text not null,'to_stop_time' int not null,'to_stop_sequence' int not null,unique(feed_id,conn_id)) 2024/09/14 17:15:11 Execute statement: create table if not exists _cvcaltoservice ('feed_id' int not null,'service_date' int not null,'service_id' text not null) 2024/09/14 17:15:11 Execute statement: create table if not exists _cvtransfersgen ('feed_id' int not null,'feed_id_pair' int not null,'from_stop_id' text not null,'to_stop_id' text not null,'from_stop_idu' text not null,'to_stop_idu' text not null,'from_stop_sidu' text not null,'to_stop_sidu' text not null,'dist_km' real) 2024/09/14 17:15:11 Loading schema tables ok 2024/09/14 17:15:11 Loading schema indexes 2024/09/14 17:15:11 Create index idx_stop_times1_departure_time on stop_times as [departure_time] 2024/09/14 17:15:11 Created index idx_stop_times1_departure_time ok 2024/09/14 17:15:11 Create index idx_stop_times1_trip_id on stop_times as [trip_id] 2024/09/14 17:15:11 Created index idx_stop_times1_trip_id ok 2024/09/14 17:15:11 Create index idx_stops2_feed_id_stop_id on stops as [feed_id stop_id] 2024/09/14 17:15:11 Created index idx_stops2_feed_id_stop_id ok 2024/09/14 17:15:11 Create index idx_stops2_stop_lat_stop_lon on stops as [stop_lat stop_lon] 2024/09/14 17:15:11 Created index idx_stops2_stop_lat_stop_lon ok 2024/09/14 17:15:11 Create index idx_transfers2_feed_id_from_stop_id on transfers as [feed_id from_stop_id] 2024/09/14 17:15:11 Created index idx_transfers2_feed_id_from_stop_id ok 2024/09/14 17:15:11 Create index idx_transfers2_feed_id_to_stop_id on transfers as [feed_id to_stop_id] 2024/09/14 17:15:11 Created index idx_transfers2_feed_id_to_stop_id ok 2024/09/14 17:15:11 Create index idx__cvconn3_feed_id_service_id_from_stop_time on _cvconn as [feed_id service_id from_stop_time] 2024/09/14 17:15:11 Created index idx__cvconn3_feed_id_service_id_from_stop_time ok 2024/09/14 17:15:11 Create index idx__cvconn3_feed_id_from_stop_sidu_from_stop_time on _cvconn as [feed_id from_stop_sidu from_stop_time] 2024/09/14 17:15:11 Created index idx__cvconn3_feed_id_from_stop_sidu_from_stop_time ok 2024/09/14 17:15:11 Create index idx__cvcaltoservice2_service_date_feed_id on _cvcaltoservice as [service_date feed_id] 2024/09/14 17:15:11 Created index idx__cvcaltoservice2_service_date_feed_id ok 2024/09/14 17:15:11 Loading schema indexes ok 2024/09/14 17:15:11 Loading views ok 2024/09/14 17:15:11 Loaded view _vfeedsmetadata (bytes=3531) 2024/09/14 17:15:11 Loaded view _vstopparent (bytes=2600) 2024/09/14 17:15:11 Loaded view _vconn (bytes=1227) 2024/09/14 17:15:11 Loaded view _vconnverbose (bytes=1122) 2024/09/14 17:15:11 Loaded view _vcaltoservice (bytes=4223) 2024/09/14 17:15:11 Loaded view _vtransferstbl (bytes=933) 2024/09/14 17:15:11 Loaded view _vtransfersgen (bytes=1552) 2024/09/14 17:15:11 Loaded view _vtransfersimplicit (bytes=371) 2024/09/14 17:15:11 Loading views ok 2024/09/14 17:15:11 Importing table from //tmp/mobroute_test_mobdb_2659215700.csv (0.00MB) to table: _gtfssource_mdbcsv 2024/09/14 17:15:11 Last checksum vs current: / C_0M_0139a68978d10a4780dad06c7ded5d1e463aa0ecde8d3ef49d864488b112b68c; import will occur 2024/09/14 17:15:11 Imported 1 rows into _gtfssource_mdbcsv ok 2024/09/14 17:15:11 Imported table from //tmp/mobroute_test_mobdb_2659215700.csv to table: _gtfssource_mdbcsv ok 2024/09/14 17:15:11 Running RTDatabase against input: {"feed_ids":[42],"op":"load"} 2024/09/14 17:15:11 Running Load against 1 feeds 2024/09/14 17:15:11 Loading GTFS feed 42 (1 of 1) 2024/09/14 17:15:11 Loading /tmp/1086055377.zip to DB with GTFS feed: 42 2024/09/14 17:15:11 Loaded GTFS Archive /tmp/1086055377.zip to temporary directory: /tmp/mobroute_tempdir3331486072 2024/09/14 17:15:11 Loading table: agency 2024/09/14 17:15:11 Importing table from /tmp/mobroute_tempdir3331486072/agency.txt (0.00MB) to table: agency 2024/09/14 17:15:11 Last checksum vs current: / C_0M_c15705f0e743a50086d3c871e24b6165b3b4d723a3f96445f676c4216a2fcd14; import will occur 2024/09/14 17:15:11 Imported 1 rows into agency ok 2024/09/14 17:15:11 Imported table from /tmp/mobroute_tempdir3331486072/agency.txt to table: agency ok 2024/09/14 17:15:11 Loading table: agency complete 2024/09/14 17:15:11 Loading table: calendar 2024/09/14 17:15:11 Importing table from /tmp/mobroute_tempdir3331486072/calendar.txt (0.00MB) to table: calendar 2024/09/14 17:15:11 Last checksum vs current: / C_0M_124e46e20a21debc5240cba81ffd1f420ad3546f91373ae55886e911b19b2608; import will occur 2024/09/14 17:15:11 Imported 2 rows into calendar ok 2024/09/14 17:15:11 Imported table from /tmp/mobroute_tempdir3331486072/calendar.txt to table: calendar ok 2024/09/14 17:15:11 Loading table: calendar complete 2024/09/14 17:15:11 Loading table: calendar_dates 2024/09/14 17:15:11 Importing table from /tmp/mobroute_tempdir3331486072/calendar_dates.txt (0.00MB) to table: calendar_dates 2024/09/14 17:15:11 Skipped import for non-existant non-required file: /tmp/mobroute_tempdir3331486072/calendar_dates.txt 2024/09/14 17:15:11 Loading table: calendar_dates complete 2024/09/14 17:15:11 Loading table: stop_times 2024/09/14 17:15:11 Importing table from /tmp/mobroute_tempdir3331486072/stop_times.txt (0.00MB) to table: stop_times 2024/09/14 17:15:11 Last checksum vs current: / C_0M_c720fd568d7d6154f442f16b61c73437ba7452ed091d91c002b4f384d60b36c6; import will occur 2024/09/14 17:15:11 Imported 9 rows into stop_times ok 2024/09/14 17:15:11 Imported table from /tmp/mobroute_tempdir3331486072/stop_times.txt to table: stop_times ok 2024/09/14 17:15:11 Loading table: stop_times complete 2024/09/14 17:15:11 Loading table: stops 2024/09/14 17:15:11 Importing table from /tmp/mobroute_tempdir3331486072/stops.txt (0.00MB) to table: stops 2024/09/14 17:15:11 Last checksum vs current: / C_0M_1e4481e4464525fdf1ea0305fca00f2c9d379749fff7d64a0cd7ffa5175af899; import will occur 2024/09/14 17:15:11 Imported 4 rows into stops ok 2024/09/14 17:15:11 Imported table from /tmp/mobroute_tempdir3331486072/stops.txt to table: stops ok 2024/09/14 17:15:11 Loading table: stops complete 2024/09/14 17:15:11 Loading table: trips 2024/09/14 17:15:11 Importing table from /tmp/mobroute_tempdir3331486072/trips.txt (0.00MB) to table: trips 2024/09/14 17:15:11 Last checksum vs current: / C_0M_0220e37a7822e751eaa95f847f72fd94eb66c922e5a43f58f2bc059b96efdce7; import will occur 2024/09/14 17:15:11 Imported 4 rows into trips ok 2024/09/14 17:15:11 Imported table from /tmp/mobroute_tempdir3331486072/trips.txt to table: trips ok 2024/09/14 17:15:11 Loading table: trips complete 2024/09/14 17:15:11 Loading table: routes 2024/09/14 17:15:11 Importing table from /tmp/mobroute_tempdir3331486072/routes.txt (0.00MB) to table: routes 2024/09/14 17:15:11 Last checksum vs current: / C_0M_adc89b7b4e4f8b88e68bf10397af1fc696e623cfec1d5ebd84a57dfac7953136; import will occur 2024/09/14 17:15:11 Imported 2 rows into routes ok 2024/09/14 17:15:11 Imported table from /tmp/mobroute_tempdir3331486072/routes.txt to table: routes ok 2024/09/14 17:15:11 Loading table: routes complete 2024/09/14 17:15:11 Loading table: transfers 2024/09/14 17:15:11 Importing table from /tmp/mobroute_tempdir3331486072/transfers.txt (0.00MB) to table: transfers 2024/09/14 17:15:11 Skipped import for non-existant non-required file: /tmp/mobroute_tempdir3331486072/transfers.txt 2024/09/14 17:15:11 Loading table: transfers complete 2024/09/14 17:15:11 Loaded /tmp/1086055377.zip to DB with GTFS feed: 42 ok 2024/09/14 17:15:11 Loading GTFS feed 42 ok; used cache for URL download (true) 2024/09/14 17:15:11 Running Load against 1 feeds ok 2024/09/14 17:15:11 Running RTDatabase against input: {"feed_ids":[42],"op":"compute"} 2024/09/14 17:15:11 Running Compute against 1 feeds 2024/09/14 17:15:11 Computed table _cvconn for feed (42 ) out of date - updating ('' vs '42:routes:C_0M_adc89b7b4e4f8b88e68bf10397af1fc696e623cfec1d5ebd84a57dfac7953136,42:stop_times:C_0M_c720fd568d7d6154f442f16b61c73437ba7452ed091d91c002b4f384d60b36c6,42:stops:C_0M_1e4481e4464525fdf1ea0305fca00f2c9d379749fff7d64a0cd7ffa5175af899,42:trips:C_0M_0220e37a7822e751eaa95f847f72fd94eb66c922e5a43f58f2bc059b96efdce7') 2024/09/14 17:15:11 Computed table _cvcaltoservice for feed (42 ) out of date - updating ('' vs '42:stops:C_0M_1e4481e4464525fdf1ea0305fca00f2c9d379749fff7d64a0cd7ffa5175af899') 2024/09/14 17:15:11 Computed table _cvtransfersgen for feed (42 0xc000015c48) out of date - updating ('' vs '42:stops:C_0M_1e4481e4464525fdf1ea0305fca00f2c9d379749fff7d64a0cd7ffa5175af899') 2024/09/14 17:15:11 Running Compute against 1 feeds ok 2024/09/14 17:15:11 Loading with inputs as (select ? as yyyymmdddate, ? as seconds_from, ? as seconds_to), tztodelta as (select ? as timezone, ? as seconds), feedidtotzutcdelta as ( -- Note: re distinct, per GTFS spec; if there is >1 agency in agency.txt -- all timezones must be equal; thus 1 feed_id always = 1 timezone -- irregardless of # of agenc(ies) select distinct agency.feed_id, tztodelta.seconds as tzutcdeltasecs from agency join tztodelta on agency.agency_timezone = tztodelta.timezone ), timetable as ( select cts.service_date, -- E.g. normalize from/to stop times in two ways: -- 1) normalize to the input date YYYYMMDD, so if a time departs at 02:00 on monday the following day; -- converted look like 26:00 on the previous day (since all times relative to input YYYYMMDD) -- 2) add the agency's associated timezone UTC delta value so that routing across agencies -- using different timezones functions correctly. All outuput values thus in UTC time -- (cts.service_date - inputs.yyyymmdddate) * (60 * 60 * 24) + con.from_stop_time + tz.tzutcdeltasecs as from_stop_drutctime, (cts.service_date - inputs.yyyymmdddate) * (60 * 60 * 24) + con.to_stop_time + tz.tzutcdeltasecs as to_stop_drutctime, con.* from _cvcaltoservice cts join inputs on ( -- E.g. optimization so we don't have to calculate {from,to}_stop_drutctime for *all* -- timetable entries (should handle both tz shifts & next day for schedule logic) cts.service_date between inputs.yyyymmdddate - 1 and inputs.yyyymmdddate + 1 ) and cts.feed_id in (?) join _cvconn con on cts.service_id = con.service_id and cts.feed_id = con.feed_id and from_stop_drutctime between seconds_from and seconds_to join feedidtotzutcdelta tz on con.feed_id = tz.feed_id order by from_stop_drutctime asc, con.from_stop_sequence asc ) select conn_id,trip_id,from_stop_sequence,from_stop_sidu,from_stop_drutctime,to_stop_sequence,to_stop_sidu,to_stop_drutctime from timetable where 1 = 1 ([20230818 72000 75600 America/New_York -14400 42]) to memory 2024/09/14 17:15:11 Loaded with inputs as (select ? as yyyymmdddate, ? as seconds_from, ? as seconds_to), tztodelta as (select ? as timezone, ? as seconds), feedidtotzutcdelta as ( -- Note: re distinct, per GTFS spec; if there is >1 agency in agency.txt -- all timezones must be equal; thus 1 feed_id always = 1 timezone -- irregardless of # of agenc(ies) select distinct agency.feed_id, tztodelta.seconds as tzutcdeltasecs from agency join tztodelta on agency.agency_timezone = tztodelta.timezone ), timetable as ( select cts.service_date, -- E.g. normalize from/to stop times in two ways: -- 1) normalize to the input date YYYYMMDD, so if a time departs at 02:00 on monday the following day; -- converted look like 26:00 on the previous day (since all times relative to input YYYYMMDD) -- 2) add the agency's associated timezone UTC delta value so that routing across agencies -- using different timezones functions correctly. All outuput values thus in UTC time -- (cts.service_date - inputs.yyyymmdddate) * (60 * 60 * 24) + con.from_stop_time + tz.tzutcdeltasecs as from_stop_drutctime, (cts.service_date - inputs.yyyymmdddate) * (60 * 60 * 24) + con.to_stop_time + tz.tzutcdeltasecs as to_stop_drutctime, con.* from _cvcaltoservice cts join inputs on ( -- E.g. optimization so we don't have to calculate {from,to}_stop_drutctime for *all* -- timetable entries (should handle both tz shifts & next day for schedule logic) cts.service_date between inputs.yyyymmdddate - 1 and inputs.yyyymmdddate + 1 ) and cts.feed_id in (?) join _cvconn con on cts.service_id = con.service_id and cts.feed_id = con.feed_id and from_stop_drutctime between seconds_from and seconds_to join feedidtotzutcdelta tz on con.feed_id = tz.feed_id order by from_stop_drutctime asc, con.from_stop_sequence asc ) select conn_id,trip_id,from_stop_sequence,from_stop_sidu,from_stop_drutctime,to_stop_sequence,to_stop_sidu,to_stop_drutctime from timetable where 1 = 1 ([20230818 72000 75600 America/New_York -14400 42]) to memory ok (len=4) 2024/09/14 17:15:11 Generated mock for input (map[42:../testhelper/mockgtfs/gtfs_sample_0.yml 43:../testhelper/mockgtfs/gtfs_sample_1.yml]): (gtfs zips: [/tmp/1975036517.zip /tmp/295902577.zip]) (mobdb csv: /tmp/mobroute_test_mobdb_1179114593.csv) 2024/09/14 17:15:11 SQLite system version (3.46.1); comparing to required version: 3.28.0 2024/09/14 17:15:11 Loading schema tables 2024/09/14 17:15:11 Execute statement: create table if not exists _mobsqltrack ('feed_id' int not null,'feed_id_pair' int,'tbl' text not null,'checksum' text not null,'n_rows' int not null,'timestamp' int not null,unique(feed_id,feed_id_pair,tbl)) 2024/09/14 17:15:11 Execute statement: create table if not exists _gtfssource_mdbcsv ('feed_id' int not null check(feed_id = -1),'data_type' text not null,'location.bounding_box.minimum_latitude' real,'location.bounding_box.minimum_longitude' real,'location.bounding_box.maximum_latitude' real,'location.bounding_box.maximum_longitude' real,'location.country_code' text,'location.subdivision_name' text,'location.municipality' text,'urls.latest' text not null,'urls.license' text,'mdb_source_id' int not null check(mdb_source_id >= 0),'name' text,'status' text,'provider' text not null,unique(mdb_source_id)) 2024/09/14 17:15:11 Execute statement: create table if not exists _gtfssource_custom ('customgtfs_feed_id' int not null check(customgtfs_feed_id < -1),'gtfs_uri' text not null,unique(customgtfs_feed_id)) 2024/09/14 17:15:11 Execute statement: create table if not exists agency ('feed_id' int not null,'agency_id' text,'agency_name' text not null,'agency_url' text not null,'agency_timezone' text not null,unique(feed_id,agency_id)) 2024/09/14 17:15:11 Execute statement: create table if not exists calendar ('feed_id' int not null,'service_id' text not null,'monday' int not null check(monday in (0,1)),'tuesday' int not null check(tuesday in (0,1)),'wednesday' int not null check(wednesday in (0,1)),'thursday' int not null check(thursday in (0,1)),'friday' int not null check(friday in (0,1)),'saturday' int not null check(saturday in (0,1)),'sunday' int not null check(sunday in (0,1)),'start_date' int not null,'end_date' int not null,unique(feed_id,service_id)) 2024/09/14 17:15:11 Execute statement: create table if not exists calendar_dates ('feed_id' int not null,'service_id' text not null,'date' int not null,'exception_type' int not null check(exception_type in (1,2))) 2024/09/14 17:15:11 Execute statement: create table if not exists stop_times ('feed_id' int not null,'trip_id' text not null,'arrival_time' int,'departure_time' int,'stop_id' text not null,'stop_sequence' int not null,'stop_headsign' text,'pickup_type' int,'drop_off_type' int,'continuous_drop_off' text,'timepoint' int check(timepoint in (0,1)),unique(feed_id,trip_id,stop_sequence)) 2024/09/14 17:15:11 Execute statement: create table if not exists stops ('feed_id' int not null,'stop_id' text not null,'stop_code' text,'stop_name' text check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_name is not null) or (location_type = 3 or location_type = 4) ),'stop_desc' text,'stop_lat' real check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_lat is not null) or (location_type = 3 or location_type = 4) ),'stop_lon' real check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_lon is not null) or (location_type = 3 or location_type = 4) ),'zone_id' text,'stop_url' text,'location_type' int check(location_type in (0,1,2,3,4)),'parent_station' text,'stop_timezone' text,'wheelchair_boarding' int check(wheelchair_boarding in (0,1,2)),'level_id' text,'platform_code' text,unique(feed_id,stop_id)) 2024/09/14 17:15:11 Execute statement: create table if not exists trips ('feed_id' int not null,'route_id' text not null,'service_id' text not null,'trip_id' text not null,'trip_headsign' text,'trip_short_name' text,'direction_id' int check(direction_id in (0,1)),'block_id' text,'shape_id' text,'wheelchair_accessible' text check(wheelchair_accessible in (0,1,2)),'bikes_allowed' int check(bikes_allowed in (0,1,2)),unique(feed_id,trip_id)) 2024/09/14 17:15:11 Execute statement: create table if not exists routes ('feed_id' int not null,'route_id' text not null,'agency_id' text,'route_short_name' text check(route_long_name is not null or route_short_name is not null),'route_long_name' text,'route_desc' text,'route_type' int,'route_url' text,'route_color' text,'route_text_color' text,'route_sort_order' text,'continuous_pickup' int check(continuous_pickup in (0,1,2,3)),'continuous_drop_off' int check(continuous_drop_off in (0,1,2,3)),unique(feed_id,route_id)) 2024/09/14 17:15:11 Execute statement: create table if not exists transfers ('feed_id' int not null,'from_stop_id' text not null,'to_stop_id' text not null,'transfer_type' int,'min_transfer_time' int) 2024/09/14 17:15:11 Execute statement: create table if not exists _cvconn ('feed_id' int not null,'conn_id' text not null,'trip_id' text not null,'service_id' text not null,'from_stop_id' text not null,'from_stop_idu' text not null,'from_stop_sidu' text not null,'from_stop_time' int not null,'from_stop_sequence' int not null,'to_stop_id' text not null,'to_stop_idu' text not null,'to_stop_sidu' text not null,'to_stop_time' int not null,'to_stop_sequence' int not null,unique(feed_id,conn_id)) 2024/09/14 17:15:11 Execute statement: create table if not exists _cvcaltoservice ('feed_id' int not null,'service_date' int not null,'service_id' text not null) 2024/09/14 17:15:11 Execute statement: create table if not exists _cvtransfersgen ('feed_id' int not null,'feed_id_pair' int not null,'from_stop_id' text not null,'to_stop_id' text not null,'from_stop_idu' text not null,'to_stop_idu' text not null,'from_stop_sidu' text not null,'to_stop_sidu' text not null,'dist_km' real) 2024/09/14 17:15:11 Loading schema tables ok 2024/09/14 17:15:11 Loading schema indexes 2024/09/14 17:15:11 Create index idx_stop_times1_departure_time on stop_times as [departure_time] 2024/09/14 17:15:11 Created index idx_stop_times1_departure_time ok 2024/09/14 17:15:11 Create index idx_stop_times1_trip_id on stop_times as [trip_id] 2024/09/14 17:15:11 Created index idx_stop_times1_trip_id ok 2024/09/14 17:15:11 Create index idx_stops2_feed_id_stop_id on stops as [feed_id stop_id] 2024/09/14 17:15:11 Created index idx_stops2_feed_id_stop_id ok 2024/09/14 17:15:11 Create index idx_stops2_stop_lat_stop_lon on stops as [stop_lat stop_lon] 2024/09/14 17:15:11 Created index idx_stops2_stop_lat_stop_lon ok 2024/09/14 17:15:11 Create index idx_transfers2_feed_id_from_stop_id on transfers as [feed_id from_stop_id] 2024/09/14 17:15:11 Created index idx_transfers2_feed_id_from_stop_id ok 2024/09/14 17:15:11 Create index idx_transfers2_feed_id_to_stop_id on transfers as [feed_id to_stop_id] 2024/09/14 17:15:11 Created index idx_transfers2_feed_id_to_stop_id ok 2024/09/14 17:15:11 Create index idx__cvconn3_feed_id_service_id_from_stop_time on _cvconn as [feed_id service_id from_stop_time] 2024/09/14 17:15:11 Created index idx__cvconn3_feed_id_service_id_from_stop_time ok 2024/09/14 17:15:11 Create index idx__cvconn3_feed_id_from_stop_sidu_from_stop_time on _cvconn as [feed_id from_stop_sidu from_stop_time] 2024/09/14 17:15:11 Created index idx__cvconn3_feed_id_from_stop_sidu_from_stop_time ok 2024/09/14 17:15:11 Create index idx__cvcaltoservice2_service_date_feed_id on _cvcaltoservice as [service_date feed_id] 2024/09/14 17:15:11 Created index idx__cvcaltoservice2_service_date_feed_id ok 2024/09/14 17:15:11 Loading schema indexes ok 2024/09/14 17:15:11 Loading views ok 2024/09/14 17:15:11 Loaded view _vfeedsmetadata (bytes=3531) 2024/09/14 17:15:11 Loaded view _vstopparent (bytes=2600) 2024/09/14 17:15:11 Loaded view _vconn (bytes=1227) 2024/09/14 17:15:11 Loaded view _vconnverbose (bytes=1122) 2024/09/14 17:15:11 Loaded view _vcaltoservice (bytes=4223) 2024/09/14 17:15:11 Loaded view _vtransferstbl (bytes=933) 2024/09/14 17:15:11 Loaded view _vtransfersgen (bytes=1552) 2024/09/14 17:15:11 Loaded view _vtransfersimplicit (bytes=371) 2024/09/14 17:15:11 Loading views ok 2024/09/14 17:15:11 Importing table from //tmp/mobroute_test_mobdb_1179114593.csv (0.00MB) to table: _gtfssource_mdbcsv 2024/09/14 17:15:11 Last checksum vs current: / C_0M_acd79894b863f554cec64552cc30ed82d4d98b87695f646a72c014f40504a4ad; import will occur 2024/09/14 17:15:11 Imported 2 rows into _gtfssource_mdbcsv ok 2024/09/14 17:15:11 Imported table from //tmp/mobroute_test_mobdb_1179114593.csv to table: _gtfssource_mdbcsv ok 2024/09/14 17:15:11 Running RTDatabase against input: {"feed_ids":[42,43],"op":"load"} 2024/09/14 17:15:11 Running Load against 2 feeds 2024/09/14 17:15:11 Loading GTFS feed 42 (1 of 2) 2024/09/14 17:15:11 Loading /tmp/1975036517.zip to DB with GTFS feed: 42 2024/09/14 17:15:11 Loaded GTFS Archive /tmp/1975036517.zip to temporary directory: /tmp/mobroute_tempdir1032418373 2024/09/14 17:15:11 Loading table: agency 2024/09/14 17:15:11 Importing table from /tmp/mobroute_tempdir1032418373/agency.txt (0.00MB) to table: agency 2024/09/14 17:15:11 Last checksum vs current: / C_0M_c15705f0e743a50086d3c871e24b6165b3b4d723a3f96445f676c4216a2fcd14; import will occur 2024/09/14 17:15:11 Imported 1 rows into agency ok 2024/09/14 17:15:11 Imported table from /tmp/mobroute_tempdir1032418373/agency.txt to table: agency ok 2024/09/14 17:15:11 Loading table: agency complete 2024/09/14 17:15:11 Loading table: calendar 2024/09/14 17:15:11 Importing table from /tmp/mobroute_tempdir1032418373/calendar.txt (0.00MB) to table: calendar 2024/09/14 17:15:11 Last checksum vs current: / C_0M_124e46e20a21debc5240cba81ffd1f420ad3546f91373ae55886e911b19b2608; import will occur 2024/09/14 17:15:11 Imported 2 rows into calendar ok 2024/09/14 17:15:11 Imported table from /tmp/mobroute_tempdir1032418373/calendar.txt to table: calendar ok 2024/09/14 17:15:11 Loading table: calendar complete 2024/09/14 17:15:11 Loading table: calendar_dates 2024/09/14 17:15:11 Importing table from /tmp/mobroute_tempdir1032418373/calendar_dates.txt (0.00MB) to table: calendar_dates 2024/09/14 17:15:11 Skipped import for non-existant non-required file: /tmp/mobroute_tempdir1032418373/calendar_dates.txt 2024/09/14 17:15:11 Loading table: calendar_dates complete 2024/09/14 17:15:11 Loading table: stop_times 2024/09/14 17:15:11 Importing table from /tmp/mobroute_tempdir1032418373/stop_times.txt (0.00MB) to table: stop_times 2024/09/14 17:15:11 Last checksum vs current: / C_0M_c720fd568d7d6154f442f16b61c73437ba7452ed091d91c002b4f384d60b36c6; import will occur 2024/09/14 17:15:11 Imported 9 rows into stop_times ok 2024/09/14 17:15:11 Imported table from /tmp/mobroute_tempdir1032418373/stop_times.txt to table: stop_times ok 2024/09/14 17:15:11 Loading table: stop_times complete 2024/09/14 17:15:11 Loading table: stops 2024/09/14 17:15:11 Importing table from /tmp/mobroute_tempdir1032418373/stops.txt (0.00MB) to table: stops 2024/09/14 17:15:11 Last checksum vs current: / C_0M_1e4481e4464525fdf1ea0305fca00f2c9d379749fff7d64a0cd7ffa5175af899; import will occur 2024/09/14 17:15:11 Imported 4 rows into stops ok 2024/09/14 17:15:11 Imported table from /tmp/mobroute_tempdir1032418373/stops.txt to table: stops ok 2024/09/14 17:15:11 Loading table: stops complete 2024/09/14 17:15:11 Loading table: trips 2024/09/14 17:15:11 Importing table from /tmp/mobroute_tempdir1032418373/trips.txt (0.00MB) to table: trips 2024/09/14 17:15:11 Last checksum vs current: / C_0M_0220e37a7822e751eaa95f847f72fd94eb66c922e5a43f58f2bc059b96efdce7; import will occur 2024/09/14 17:15:11 Imported 4 rows into trips ok 2024/09/14 17:15:11 Imported table from /tmp/mobroute_tempdir1032418373/trips.txt to table: trips ok 2024/09/14 17:15:11 Loading table: trips complete 2024/09/14 17:15:11 Loading table: routes 2024/09/14 17:15:11 Importing table from /tmp/mobroute_tempdir1032418373/routes.txt (0.00MB) to table: routes 2024/09/14 17:15:11 Last checksum vs current: / C_0M_adc89b7b4e4f8b88e68bf10397af1fc696e623cfec1d5ebd84a57dfac7953136; import will occur 2024/09/14 17:15:11 Imported 2 rows into routes ok 2024/09/14 17:15:11 Imported table from /tmp/mobroute_tempdir1032418373/routes.txt to table: routes ok 2024/09/14 17:15:11 Loading table: routes complete 2024/09/14 17:15:11 Loading table: transfers 2024/09/14 17:15:11 Importing table from /tmp/mobroute_tempdir1032418373/transfers.txt (0.00MB) to table: transfers 2024/09/14 17:15:11 Skipped import for non-existant non-required file: /tmp/mobroute_tempdir1032418373/transfers.txt 2024/09/14 17:15:11 Loading table: transfers complete 2024/09/14 17:15:11 Loaded /tmp/1975036517.zip to DB with GTFS feed: 42 ok 2024/09/14 17:15:11 Loading GTFS feed 42 ok; used cache for URL download (true) 2024/09/14 17:15:11 Loading GTFS feed 43 (2 of 2) 2024/09/14 17:15:11 Loading /tmp/295902577.zip to DB with GTFS feed: 43 2024/09/14 17:15:11 Loaded GTFS Archive /tmp/295902577.zip to temporary directory: /tmp/mobroute_tempdir3772769541 2024/09/14 17:15:11 Loading table: agency 2024/09/14 17:15:11 Importing table from /tmp/mobroute_tempdir3772769541/agency.txt (0.00MB) to table: agency 2024/09/14 17:15:11 Last checksum vs current: / C_0M_ff0363444c30e50468d902237b474ab438a9e78058f5bc3e72580097a477a123; import will occur 2024/09/14 17:15:11 Imported 1 rows into agency ok 2024/09/14 17:15:11 Imported table from /tmp/mobroute_tempdir3772769541/agency.txt to table: agency ok 2024/09/14 17:15:11 Loading table: agency complete 2024/09/14 17:15:11 Loading table: calendar 2024/09/14 17:15:11 Importing table from /tmp/mobroute_tempdir3772769541/calendar.txt (0.00MB) to table: calendar 2024/09/14 17:15:11 Last checksum vs current: / C_0M_124e46e20a21debc5240cba81ffd1f420ad3546f91373ae55886e911b19b2608; import will occur 2024/09/14 17:15:11 Imported 2 rows into calendar ok 2024/09/14 17:15:11 Imported table from /tmp/mobroute_tempdir3772769541/calendar.txt to table: calendar ok 2024/09/14 17:15:11 Loading table: calendar complete 2024/09/14 17:15:11 Loading table: calendar_dates 2024/09/14 17:15:11 Importing table from /tmp/mobroute_tempdir3772769541/calendar_dates.txt (0.00MB) to table: calendar_dates 2024/09/14 17:15:11 Skipped import for non-existant non-required file: /tmp/mobroute_tempdir3772769541/calendar_dates.txt 2024/09/14 17:15:11 Loading table: calendar_dates complete 2024/09/14 17:15:11 Loading table: stop_times 2024/09/14 17:15:11 Importing table from /tmp/mobroute_tempdir3772769541/stop_times.txt (0.00MB) to table: stop_times 2024/09/14 17:15:11 Last checksum vs current: / C_0M_c720fd568d7d6154f442f16b61c73437ba7452ed091d91c002b4f384d60b36c6; import will occur 2024/09/14 17:15:11 Imported 9 rows into stop_times ok 2024/09/14 17:15:11 Imported table from /tmp/mobroute_tempdir3772769541/stop_times.txt to table: stop_times ok 2024/09/14 17:15:11 Loading table: stop_times complete 2024/09/14 17:15:11 Loading table: stops 2024/09/14 17:15:11 Importing table from /tmp/mobroute_tempdir3772769541/stops.txt (0.00MB) to table: stops 2024/09/14 17:15:11 Last checksum vs current: / C_0M_1e4481e4464525fdf1ea0305fca00f2c9d379749fff7d64a0cd7ffa5175af899; import will occur 2024/09/14 17:15:11 Imported 4 rows into stops ok 2024/09/14 17:15:11 Imported table from /tmp/mobroute_tempdir3772769541/stops.txt to table: stops ok 2024/09/14 17:15:11 Loading table: stops complete 2024/09/14 17:15:11 Loading table: trips 2024/09/14 17:15:11 Importing table from /tmp/mobroute_tempdir3772769541/trips.txt (0.00MB) to table: trips 2024/09/14 17:15:11 Last checksum vs current: / C_0M_0220e37a7822e751eaa95f847f72fd94eb66c922e5a43f58f2bc059b96efdce7; import will occur 2024/09/14 17:15:11 Imported 4 rows into trips ok 2024/09/14 17:15:11 Imported table from /tmp/mobroute_tempdir3772769541/trips.txt to table: trips ok 2024/09/14 17:15:11 Loading table: trips complete 2024/09/14 17:15:11 Loading table: routes 2024/09/14 17:15:11 Importing table from /tmp/mobroute_tempdir3772769541/routes.txt (0.00MB) to table: routes 2024/09/14 17:15:11 Last checksum vs current: / C_0M_adc89b7b4e4f8b88e68bf10397af1fc696e623cfec1d5ebd84a57dfac7953136; import will occur 2024/09/14 17:15:11 Imported 2 rows into routes ok 2024/09/14 17:15:11 Imported table from /tmp/mobroute_tempdir3772769541/routes.txt to table: routes ok 2024/09/14 17:15:11 Loading table: routes complete 2024/09/14 17:15:11 Loading table: transfers 2024/09/14 17:15:11 Importing table from /tmp/mobroute_tempdir3772769541/transfers.txt (0.00MB) to table: transfers 2024/09/14 17:15:11 Skipped import for non-existant non-required file: /tmp/mobroute_tempdir3772769541/transfers.txt 2024/09/14 17:15:11 Loading table: transfers complete 2024/09/14 17:15:11 Loaded /tmp/295902577.zip to DB with GTFS feed: 43 ok 2024/09/14 17:15:11 Loading GTFS feed 43 ok; used cache for URL download (true) 2024/09/14 17:15:11 Running Load against 2 feeds ok 2024/09/14 17:15:11 Running RTDatabase against input: {"feed_ids":[42,43],"op":"compute"} 2024/09/14 17:15:11 Running Compute against 2 feeds 2024/09/14 17:15:11 Computed table _cvconn for feed (42 ) out of date - updating ('' vs '42:routes:C_0M_adc89b7b4e4f8b88e68bf10397af1fc696e623cfec1d5ebd84a57dfac7953136,42:stop_times:C_0M_c720fd568d7d6154f442f16b61c73437ba7452ed091d91c002b4f384d60b36c6,42:stops:C_0M_1e4481e4464525fdf1ea0305fca00f2c9d379749fff7d64a0cd7ffa5175af899,42:trips:C_0M_0220e37a7822e751eaa95f847f72fd94eb66c922e5a43f58f2bc059b96efdce7') 2024/09/14 17:15:11 Computed table _cvconn for feed (43 ) out of date - updating ('' vs '43:routes:C_0M_adc89b7b4e4f8b88e68bf10397af1fc696e623cfec1d5ebd84a57dfac7953136,43:stop_times:C_0M_c720fd568d7d6154f442f16b61c73437ba7452ed091d91c002b4f384d60b36c6,43:stops:C_0M_1e4481e4464525fdf1ea0305fca00f2c9d379749fff7d64a0cd7ffa5175af899,43:trips:C_0M_0220e37a7822e751eaa95f847f72fd94eb66c922e5a43f58f2bc059b96efdce7') 2024/09/14 17:15:11 Computed table _cvcaltoservice for feed (42 ) out of date - updating ('' vs '42:stops:C_0M_1e4481e4464525fdf1ea0305fca00f2c9d379749fff7d64a0cd7ffa5175af899') 2024/09/14 17:15:12 Computed table _cvcaltoservice for feed (43 ) out of date - updating ('' vs '43:stops:C_0M_1e4481e4464525fdf1ea0305fca00f2c9d379749fff7d64a0cd7ffa5175af899') 2024/09/14 17:15:12 Computed table _cvtransfersgen for feed (42 0xc0003020b8) out of date - updating ('' vs '42:stops:C_0M_1e4481e4464525fdf1ea0305fca00f2c9d379749fff7d64a0cd7ffa5175af899') 2024/09/14 17:15:12 Computed table _cvtransfersgen for feed (42 0xc0003020c8) out of date - updating ('' vs '42:stops:C_0M_1e4481e4464525fdf1ea0305fca00f2c9d379749fff7d64a0cd7ffa5175af899,43:stops:C_0M_1e4481e4464525fdf1ea0305fca00f2c9d379749fff7d64a0cd7ffa5175af899') 2024/09/14 17:15:12 Computed table _cvtransfersgen for feed (43 0xc0003020e8) out of date - updating ('' vs '43:stops:C_0M_1e4481e4464525fdf1ea0305fca00f2c9d379749fff7d64a0cd7ffa5175af899') 2024/09/14 17:15:12 Running Compute against 2 feeds ok 2024/09/14 17:15:12 Loading with inputs as (select ? as yyyymmdddate, ? as seconds_from, ? as seconds_to), tztodelta as (select ? as timezone, ? as seconds union select ? as timezone, ? as seconds), feedidtotzutcdelta as ( -- Note: re distinct, per GTFS spec; if there is >1 agency in agency.txt -- all timezones must be equal; thus 1 feed_id always = 1 timezone -- irregardless of # of agenc(ies) select distinct agency.feed_id, tztodelta.seconds as tzutcdeltasecs from agency join tztodelta on agency.agency_timezone = tztodelta.timezone ), timetable as ( select cts.service_date, -- E.g. normalize from/to stop times in two ways: -- 1) normalize to the input date YYYYMMDD, so if a time departs at 02:00 on monday the following day; -- converted look like 26:00 on the previous day (since all times relative to input YYYYMMDD) -- 2) add the agency's associated timezone UTC delta value so that routing across agencies -- using different timezones functions correctly. All outuput values thus in UTC time -- (cts.service_date - inputs.yyyymmdddate) * (60 * 60 * 24) + con.from_stop_time + tz.tzutcdeltasecs as from_stop_drutctime, (cts.service_date - inputs.yyyymmdddate) * (60 * 60 * 24) + con.to_stop_time + tz.tzutcdeltasecs as to_stop_drutctime, con.* from _cvcaltoservice cts join inputs on ( -- E.g. optimization so we don't have to calculate {from,to}_stop_drutctime for *all* -- timetable entries (should handle both tz shifts & next day for schedule logic) cts.service_date between inputs.yyyymmdddate - 1 and inputs.yyyymmdddate + 1 ) and cts.feed_id in (?,?) join _cvconn con on cts.service_id = con.service_id and cts.feed_id = con.feed_id and from_stop_drutctime between seconds_from and seconds_to join feedidtotzutcdelta tz on con.feed_id = tz.feed_id order by from_stop_drutctime asc, con.from_stop_sequence asc ) select conn_id,trip_id,from_stop_sequence,from_stop_sidu,from_stop_drutctime,to_stop_sequence,to_stop_sidu,to_stop_drutctime from timetable where 1 = 1 ([20240304 18000 32400 America/New_York -18000 America/Chicago -21600 42 43]) to memory 2024/09/14 17:15:12 Loaded with inputs as (select ? as yyyymmdddate, ? as seconds_from, ? as seconds_to), tztodelta as (select ? as timezone, ? as seconds union select ? as timezone, ? as seconds), feedidtotzutcdelta as ( -- Note: re distinct, per GTFS spec; if there is >1 agency in agency.txt -- all timezones must be equal; thus 1 feed_id always = 1 timezone -- irregardless of # of agenc(ies) select distinct agency.feed_id, tztodelta.seconds as tzutcdeltasecs from agency join tztodelta on agency.agency_timezone = tztodelta.timezone ), timetable as ( select cts.service_date, -- E.g. normalize from/to stop times in two ways: -- 1) normalize to the input date YYYYMMDD, so if a time departs at 02:00 on monday the following day; -- converted look like 26:00 on the previous day (since all times relative to input YYYYMMDD) -- 2) add the agency's associated timezone UTC delta value so that routing across agencies -- using different timezones functions correctly. All outuput values thus in UTC time -- (cts.service_date - inputs.yyyymmdddate) * (60 * 60 * 24) + con.from_stop_time + tz.tzutcdeltasecs as from_stop_drutctime, (cts.service_date - inputs.yyyymmdddate) * (60 * 60 * 24) + con.to_stop_time + tz.tzutcdeltasecs as to_stop_drutctime, con.* from _cvcaltoservice cts join inputs on ( -- E.g. optimization so we don't have to calculate {from,to}_stop_drutctime for *all* -- timetable entries (should handle both tz shifts & next day for schedule logic) cts.service_date between inputs.yyyymmdddate - 1 and inputs.yyyymmdddate + 1 ) and cts.feed_id in (?,?) join _cvconn con on cts.service_id = con.service_id and cts.feed_id = con.feed_id and from_stop_drutctime between seconds_from and seconds_to join feedidtotzutcdelta tz on con.feed_id = tz.feed_id order by from_stop_drutctime asc, con.from_stop_sequence asc ) select conn_id,trip_id,from_stop_sequence,from_stop_sidu,from_stop_drutctime,to_stop_sequence,to_stop_sidu,to_stop_drutctime from timetable where 1 = 1 ([20240304 18000 32400 America/New_York -18000 America/Chicago -21600 42 43]) to memory ok (len=4) --- PASS: Test_LoadConnections (0.18s) === RUN Test_LoadConnectionsVerbose 2024/09/14 17:15:12 Generated mock for input (map[42:../testhelper/mockgtfs/gtfs_agency_fmt_nilagencyid.yml]): (gtfs zips: [/tmp/3219277501.zip]) (mobdb csv: /tmp/mobroute_test_mobdb_3819069387.csv) 2024/09/14 17:15:12 SQLite system version (3.46.1); comparing to required version: 3.28.0 2024/09/14 17:15:12 Loading schema tables 2024/09/14 17:15:12 Execute statement: create table if not exists _mobsqltrack ('feed_id' int not null,'feed_id_pair' int,'tbl' text not null,'checksum' text not null,'n_rows' int not null,'timestamp' int not null,unique(feed_id,feed_id_pair,tbl)) 2024/09/14 17:15:12 Execute statement: create table if not exists _gtfssource_mdbcsv ('feed_id' int not null check(feed_id = -1),'data_type' text not null,'location.bounding_box.minimum_latitude' real,'location.bounding_box.minimum_longitude' real,'location.bounding_box.maximum_latitude' real,'location.bounding_box.maximum_longitude' real,'location.country_code' text,'location.subdivision_name' text,'location.municipality' text,'urls.latest' text not null,'urls.license' text,'mdb_source_id' int not null check(mdb_source_id >= 0),'name' text,'status' text,'provider' text not null,unique(mdb_source_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists _gtfssource_custom ('customgtfs_feed_id' int not null check(customgtfs_feed_id < -1),'gtfs_uri' text not null,unique(customgtfs_feed_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists agency ('feed_id' int not null,'agency_id' text,'agency_name' text not null,'agency_url' text not null,'agency_timezone' text not null,unique(feed_id,agency_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists calendar ('feed_id' int not null,'service_id' text not null,'monday' int not null check(monday in (0,1)),'tuesday' int not null check(tuesday in (0,1)),'wednesday' int not null check(wednesday in (0,1)),'thursday' int not null check(thursday in (0,1)),'friday' int not null check(friday in (0,1)),'saturday' int not null check(saturday in (0,1)),'sunday' int not null check(sunday in (0,1)),'start_date' int not null,'end_date' int not null,unique(feed_id,service_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists calendar_dates ('feed_id' int not null,'service_id' text not null,'date' int not null,'exception_type' int not null check(exception_type in (1,2))) 2024/09/14 17:15:12 Execute statement: create table if not exists stop_times ('feed_id' int not null,'trip_id' text not null,'arrival_time' int,'departure_time' int,'stop_id' text not null,'stop_sequence' int not null,'stop_headsign' text,'pickup_type' int,'drop_off_type' int,'continuous_drop_off' text,'timepoint' int check(timepoint in (0,1)),unique(feed_id,trip_id,stop_sequence)) 2024/09/14 17:15:12 Execute statement: create table if not exists stops ('feed_id' int not null,'stop_id' text not null,'stop_code' text,'stop_name' text check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_name is not null) or (location_type = 3 or location_type = 4) ),'stop_desc' text,'stop_lat' real check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_lat is not null) or (location_type = 3 or location_type = 4) ),'stop_lon' real check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_lon is not null) or (location_type = 3 or location_type = 4) ),'zone_id' text,'stop_url' text,'location_type' int check(location_type in (0,1,2,3,4)),'parent_station' text,'stop_timezone' text,'wheelchair_boarding' int check(wheelchair_boarding in (0,1,2)),'level_id' text,'platform_code' text,unique(feed_id,stop_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists trips ('feed_id' int not null,'route_id' text not null,'service_id' text not null,'trip_id' text not null,'trip_headsign' text,'trip_short_name' text,'direction_id' int check(direction_id in (0,1)),'block_id' text,'shape_id' text,'wheelchair_accessible' text check(wheelchair_accessible in (0,1,2)),'bikes_allowed' int check(bikes_allowed in (0,1,2)),unique(feed_id,trip_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists routes ('feed_id' int not null,'route_id' text not null,'agency_id' text,'route_short_name' text check(route_long_name is not null or route_short_name is not null),'route_long_name' text,'route_desc' text,'route_type' int,'route_url' text,'route_color' text,'route_text_color' text,'route_sort_order' text,'continuous_pickup' int check(continuous_pickup in (0,1,2,3)),'continuous_drop_off' int check(continuous_drop_off in (0,1,2,3)),unique(feed_id,route_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists transfers ('feed_id' int not null,'from_stop_id' text not null,'to_stop_id' text not null,'transfer_type' int,'min_transfer_time' int) 2024/09/14 17:15:12 Execute statement: create table if not exists _cvconn ('feed_id' int not null,'conn_id' text not null,'trip_id' text not null,'service_id' text not null,'from_stop_id' text not null,'from_stop_idu' text not null,'from_stop_sidu' text not null,'from_stop_time' int not null,'from_stop_sequence' int not null,'to_stop_id' text not null,'to_stop_idu' text not null,'to_stop_sidu' text not null,'to_stop_time' int not null,'to_stop_sequence' int not null,unique(feed_id,conn_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists _cvcaltoservice ('feed_id' int not null,'service_date' int not null,'service_id' text not null) 2024/09/14 17:15:12 Execute statement: create table if not exists _cvtransfersgen ('feed_id' int not null,'feed_id_pair' int not null,'from_stop_id' text not null,'to_stop_id' text not null,'from_stop_idu' text not null,'to_stop_idu' text not null,'from_stop_sidu' text not null,'to_stop_sidu' text not null,'dist_km' real) 2024/09/14 17:15:12 Loading schema tables ok 2024/09/14 17:15:12 Loading schema indexes 2024/09/14 17:15:12 Create index idx_stop_times1_departure_time on stop_times as [departure_time] 2024/09/14 17:15:12 Created index idx_stop_times1_departure_time ok 2024/09/14 17:15:12 Create index idx_stop_times1_trip_id on stop_times as [trip_id] 2024/09/14 17:15:12 Created index idx_stop_times1_trip_id ok 2024/09/14 17:15:12 Create index idx_stops2_feed_id_stop_id on stops as [feed_id stop_id] 2024/09/14 17:15:12 Created index idx_stops2_feed_id_stop_id ok 2024/09/14 17:15:12 Create index idx_stops2_stop_lat_stop_lon on stops as [stop_lat stop_lon] 2024/09/14 17:15:12 Created index idx_stops2_stop_lat_stop_lon ok 2024/09/14 17:15:12 Create index idx_transfers2_feed_id_from_stop_id on transfers as [feed_id from_stop_id] 2024/09/14 17:15:12 Created index idx_transfers2_feed_id_from_stop_id ok 2024/09/14 17:15:12 Create index idx_transfers2_feed_id_to_stop_id on transfers as [feed_id to_stop_id] 2024/09/14 17:15:12 Created index idx_transfers2_feed_id_to_stop_id ok 2024/09/14 17:15:12 Create index idx__cvconn3_feed_id_service_id_from_stop_time on _cvconn as [feed_id service_id from_stop_time] 2024/09/14 17:15:12 Created index idx__cvconn3_feed_id_service_id_from_stop_time ok 2024/09/14 17:15:12 Create index idx__cvconn3_feed_id_from_stop_sidu_from_stop_time on _cvconn as [feed_id from_stop_sidu from_stop_time] 2024/09/14 17:15:12 Created index idx__cvconn3_feed_id_from_stop_sidu_from_stop_time ok 2024/09/14 17:15:12 Create index idx__cvcaltoservice2_service_date_feed_id on _cvcaltoservice as [service_date feed_id] 2024/09/14 17:15:12 Created index idx__cvcaltoservice2_service_date_feed_id ok 2024/09/14 17:15:12 Loading schema indexes ok 2024/09/14 17:15:12 Loading views ok 2024/09/14 17:15:12 Loaded view _vfeedsmetadata (bytes=3531) 2024/09/14 17:15:12 Loaded view _vstopparent (bytes=2600) 2024/09/14 17:15:12 Loaded view _vconn (bytes=1227) 2024/09/14 17:15:12 Loaded view _vconnverbose (bytes=1122) 2024/09/14 17:15:12 Loaded view _vcaltoservice (bytes=4223) 2024/09/14 17:15:12 Loaded view _vtransferstbl (bytes=933) 2024/09/14 17:15:12 Loaded view _vtransfersgen (bytes=1552) 2024/09/14 17:15:12 Loaded view _vtransfersimplicit (bytes=371) 2024/09/14 17:15:12 Loading views ok 2024/09/14 17:15:12 Importing table from //tmp/mobroute_test_mobdb_3819069387.csv (0.00MB) to table: _gtfssource_mdbcsv 2024/09/14 17:15:12 Last checksum vs current: / C_0M_8b12e5396b295977d0fb448d27306ab268f9ce68af1a3f1dad638179c94988a3; import will occur 2024/09/14 17:15:12 Imported 1 rows into _gtfssource_mdbcsv ok 2024/09/14 17:15:12 Imported table from //tmp/mobroute_test_mobdb_3819069387.csv to table: _gtfssource_mdbcsv ok 2024/09/14 17:15:12 Running RTDatabase against input: {"feed_ids":[42],"op":"load"} 2024/09/14 17:15:12 Running Load against 1 feeds 2024/09/14 17:15:12 Loading GTFS feed 42 (1 of 1) 2024/09/14 17:15:12 Loading /tmp/3219277501.zip to DB with GTFS feed: 42 2024/09/14 17:15:12 Loaded GTFS Archive /tmp/3219277501.zip to temporary directory: /tmp/mobroute_tempdir1592904458 2024/09/14 17:15:12 Loading table: agency 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir1592904458/agency.txt (0.00MB) to table: agency 2024/09/14 17:15:12 Last checksum vs current: / C_0M_ba39c5c760c18856a8bb3e6b63e9688c4cf76a4800d54373e7084f0f7e01d7b3; import will occur 2024/09/14 17:15:12 Imported 1 rows into agency ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir1592904458/agency.txt to table: agency ok 2024/09/14 17:15:12 Loading table: agency complete 2024/09/14 17:15:12 Loading table: calendar 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir1592904458/calendar.txt (0.00MB) to table: calendar 2024/09/14 17:15:12 Last checksum vs current: / C_0M_124e46e20a21debc5240cba81ffd1f420ad3546f91373ae55886e911b19b2608; import will occur 2024/09/14 17:15:12 Imported 2 rows into calendar ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir1592904458/calendar.txt to table: calendar ok 2024/09/14 17:15:12 Loading table: calendar complete 2024/09/14 17:15:12 Loading table: calendar_dates 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir1592904458/calendar_dates.txt (0.00MB) to table: calendar_dates 2024/09/14 17:15:12 Skipped import for non-existant non-required file: /tmp/mobroute_tempdir1592904458/calendar_dates.txt 2024/09/14 17:15:12 Loading table: calendar_dates complete 2024/09/14 17:15:12 Loading table: stop_times 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir1592904458/stop_times.txt (0.00MB) to table: stop_times 2024/09/14 17:15:12 Last checksum vs current: / C_0M_d9bce8ae7ee7dfa8ffc2951ca370d0c3a5e3a3b34a234791d52a7ee735613704; import will occur 2024/09/14 17:15:12 Imported 4 rows into stop_times ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir1592904458/stop_times.txt to table: stop_times ok 2024/09/14 17:15:12 Loading table: stop_times complete 2024/09/14 17:15:12 Loading table: stops 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir1592904458/stops.txt (0.00MB) to table: stops 2024/09/14 17:15:12 Last checksum vs current: / C_0M_0a1e1a76e511685c15e5b6fbd35e233bbdcaba3f388e7381cc9e2bc2e0233b07; import will occur 2024/09/14 17:15:12 Imported 5 rows into stops ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir1592904458/stops.txt to table: stops ok 2024/09/14 17:15:12 Loading table: stops complete 2024/09/14 17:15:12 Loading table: trips 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir1592904458/trips.txt (0.00MB) to table: trips 2024/09/14 17:15:12 Last checksum vs current: / C_0M_192859d996a594c799ed78e3d50de8364a2d585195de939c4e1c218633e55290; import will occur 2024/09/14 17:15:12 Imported 2 rows into trips ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir1592904458/trips.txt to table: trips ok 2024/09/14 17:15:12 Loading table: trips complete 2024/09/14 17:15:12 Loading table: routes 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir1592904458/routes.txt (0.00MB) to table: routes 2024/09/14 17:15:12 Last checksum vs current: / C_0M_a6031af6418607a6e5f51c20eaa22f422664f8d5254c59438ab18ce7e1e97cf8; import will occur 2024/09/14 17:15:12 Imported 1 rows into routes ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir1592904458/routes.txt to table: routes ok 2024/09/14 17:15:12 Loading table: routes complete 2024/09/14 17:15:12 Loading table: transfers 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir1592904458/transfers.txt (0.00MB) to table: transfers 2024/09/14 17:15:12 Skipped import for non-existant non-required file: /tmp/mobroute_tempdir1592904458/transfers.txt 2024/09/14 17:15:12 Loading table: transfers complete 2024/09/14 17:15:12 Loaded /tmp/3219277501.zip to DB with GTFS feed: 42 ok 2024/09/14 17:15:12 Loading GTFS feed 42 ok; used cache for URL download (true) 2024/09/14 17:15:12 Running Load against 1 feeds ok 2024/09/14 17:15:12 Running RTDatabase against input: {"feed_ids":[42],"op":"compute"} 2024/09/14 17:15:12 Running Compute against 1 feeds 2024/09/14 17:15:12 Computed table _cvconn for feed (42 ) out of date - updating ('' vs '42:routes:C_0M_a6031af6418607a6e5f51c20eaa22f422664f8d5254c59438ab18ce7e1e97cf8,42:stop_times:C_0M_d9bce8ae7ee7dfa8ffc2951ca370d0c3a5e3a3b34a234791d52a7ee735613704,42:stops:C_0M_0a1e1a76e511685c15e5b6fbd35e233bbdcaba3f388e7381cc9e2bc2e0233b07,42:trips:C_0M_192859d996a594c799ed78e3d50de8364a2d585195de939c4e1c218633e55290') 2024/09/14 17:15:12 Computed table _cvcaltoservice for feed (42 ) out of date - updating ('' vs '42:stops:C_0M_0a1e1a76e511685c15e5b6fbd35e233bbdcaba3f388e7381cc9e2bc2e0233b07') 2024/09/14 17:15:12 Computed table _cvtransfersgen for feed (42 0xc0004a8e68) out of date - updating ('' vs '42:stops:C_0M_0a1e1a76e511685c15e5b6fbd35e233bbdcaba3f388e7381cc9e2bc2e0233b07') 2024/09/14 17:15:12 Running Compute against 1 feeds ok 2024/09/14 17:15:12 Loading with inputs as (select ? as yyyymmdddate, ? as seconds_from, ? as seconds_to), tztodelta as (select ? as timezone, ? as seconds), feedidtotzutcdelta as ( -- Note: re distinct, per GTFS spec; if there is >1 agency in agency.txt -- all timezones must be equal; thus 1 feed_id always = 1 timezone -- irregardless of # of agenc(ies) select distinct agency.feed_id, tztodelta.seconds as tzutcdeltasecs from agency join tztodelta on agency.agency_timezone = tztodelta.timezone ), timetable as ( select cts.service_date, -- E.g. normalize from/to stop times in two ways: -- 1) normalize to the input date YYYYMMDD, so if a time departs at 02:00 on monday the following day; -- converted look like 26:00 on the previous day (since all times relative to input YYYYMMDD) -- 2) add the agency's associated timezone UTC delta value so that routing across agencies -- using different timezones functions correctly. All outuput values thus in UTC time -- (cts.service_date - inputs.yyyymmdddate) * (60 * 60 * 24) + con.from_stop_time + tz.tzutcdeltasecs as from_stop_drutctime, (cts.service_date - inputs.yyyymmdddate) * (60 * 60 * 24) + con.to_stop_time + tz.tzutcdeltasecs as to_stop_drutctime, con.* from _cvcaltoservice cts join inputs on ( -- E.g. optimization so we don't have to calculate {from,to}_stop_drutctime for *all* -- timetable entries (should handle both tz shifts & next day for schedule logic) cts.service_date between inputs.yyyymmdddate - 1 and inputs.yyyymmdddate + 1 ) and cts.feed_id in (?) join _vconnverbose con on cts.service_id = con.service_id and cts.feed_id = con.feed_id and from_stop_drutctime between seconds_from and seconds_to join feedidtotzutcdelta tz on con.feed_id = tz.feed_id order by from_stop_drutctime asc, con.from_stop_sequence asc ) select * from timetable where 1 = 1 and conn_id in (?,?) ([20240304 -18000 68400 America/New_York -18000 42 42_trip_foo_up_wk_2 42_trip_foo_up_wk_3]) to memory 2024/09/14 17:15:12 Loaded with inputs as (select ? as yyyymmdddate, ? as seconds_from, ? as seconds_to), tztodelta as (select ? as timezone, ? as seconds), feedidtotzutcdelta as ( -- Note: re distinct, per GTFS spec; if there is >1 agency in agency.txt -- all timezones must be equal; thus 1 feed_id always = 1 timezone -- irregardless of # of agenc(ies) select distinct agency.feed_id, tztodelta.seconds as tzutcdeltasecs from agency join tztodelta on agency.agency_timezone = tztodelta.timezone ), timetable as ( select cts.service_date, -- E.g. normalize from/to stop times in two ways: -- 1) normalize to the input date YYYYMMDD, so if a time departs at 02:00 on monday the following day; -- converted look like 26:00 on the previous day (since all times relative to input YYYYMMDD) -- 2) add the agency's associated timezone UTC delta value so that routing across agencies -- using different timezones functions correctly. All outuput values thus in UTC time -- (cts.service_date - inputs.yyyymmdddate) * (60 * 60 * 24) + con.from_stop_time + tz.tzutcdeltasecs as from_stop_drutctime, (cts.service_date - inputs.yyyymmdddate) * (60 * 60 * 24) + con.to_stop_time + tz.tzutcdeltasecs as to_stop_drutctime, con.* from _cvcaltoservice cts join inputs on ( -- E.g. optimization so we don't have to calculate {from,to}_stop_drutctime for *all* -- timetable entries (should handle both tz shifts & next day for schedule logic) cts.service_date between inputs.yyyymmdddate - 1 and inputs.yyyymmdddate + 1 ) and cts.feed_id in (?) join _vconnverbose con on cts.service_id = con.service_id and cts.feed_id = con.feed_id and from_stop_drutctime between seconds_from and seconds_to join feedidtotzutcdelta tz on con.feed_id = tz.feed_id order by from_stop_drutctime asc, con.from_stop_sequence asc ) select * from timetable where 1 = 1 and conn_id in (?,?) ([20240304 -18000 68400 America/New_York -18000 42 42_trip_foo_up_wk_2 42_trip_foo_up_wk_3]) to memory ok (len=2) 2024/09/14 17:15:12 Generated mock for input (map[42:../testhelper/mockgtfs/gtfs_agency_fmt_oneagencyid.yml]): (gtfs zips: [/tmp/1995960383.zip]) (mobdb csv: /tmp/mobroute_test_mobdb_1315893677.csv) 2024/09/14 17:15:12 SQLite system version (3.46.1); comparing to required version: 3.28.0 2024/09/14 17:15:12 Loading schema tables 2024/09/14 17:15:12 Execute statement: create table if not exists _mobsqltrack ('feed_id' int not null,'feed_id_pair' int,'tbl' text not null,'checksum' text not null,'n_rows' int not null,'timestamp' int not null,unique(feed_id,feed_id_pair,tbl)) 2024/09/14 17:15:12 Execute statement: create table if not exists _gtfssource_mdbcsv ('feed_id' int not null check(feed_id = -1),'data_type' text not null,'location.bounding_box.minimum_latitude' real,'location.bounding_box.minimum_longitude' real,'location.bounding_box.maximum_latitude' real,'location.bounding_box.maximum_longitude' real,'location.country_code' text,'location.subdivision_name' text,'location.municipality' text,'urls.latest' text not null,'urls.license' text,'mdb_source_id' int not null check(mdb_source_id >= 0),'name' text,'status' text,'provider' text not null,unique(mdb_source_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists _gtfssource_custom ('customgtfs_feed_id' int not null check(customgtfs_feed_id < -1),'gtfs_uri' text not null,unique(customgtfs_feed_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists agency ('feed_id' int not null,'agency_id' text,'agency_name' text not null,'agency_url' text not null,'agency_timezone' text not null,unique(feed_id,agency_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists calendar ('feed_id' int not null,'service_id' text not null,'monday' int not null check(monday in (0,1)),'tuesday' int not null check(tuesday in (0,1)),'wednesday' int not null check(wednesday in (0,1)),'thursday' int not null check(thursday in (0,1)),'friday' int not null check(friday in (0,1)),'saturday' int not null check(saturday in (0,1)),'sunday' int not null check(sunday in (0,1)),'start_date' int not null,'end_date' int not null,unique(feed_id,service_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists calendar_dates ('feed_id' int not null,'service_id' text not null,'date' int not null,'exception_type' int not null check(exception_type in (1,2))) 2024/09/14 17:15:12 Execute statement: create table if not exists stop_times ('feed_id' int not null,'trip_id' text not null,'arrival_time' int,'departure_time' int,'stop_id' text not null,'stop_sequence' int not null,'stop_headsign' text,'pickup_type' int,'drop_off_type' int,'continuous_drop_off' text,'timepoint' int check(timepoint in (0,1)),unique(feed_id,trip_id,stop_sequence)) 2024/09/14 17:15:12 Execute statement: create table if not exists stops ('feed_id' int not null,'stop_id' text not null,'stop_code' text,'stop_name' text check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_name is not null) or (location_type = 3 or location_type = 4) ),'stop_desc' text,'stop_lat' real check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_lat is not null) or (location_type = 3 or location_type = 4) ),'stop_lon' real check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_lon is not null) or (location_type = 3 or location_type = 4) ),'zone_id' text,'stop_url' text,'location_type' int check(location_type in (0,1,2,3,4)),'parent_station' text,'stop_timezone' text,'wheelchair_boarding' int check(wheelchair_boarding in (0,1,2)),'level_id' text,'platform_code' text,unique(feed_id,stop_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists trips ('feed_id' int not null,'route_id' text not null,'service_id' text not null,'trip_id' text not null,'trip_headsign' text,'trip_short_name' text,'direction_id' int check(direction_id in (0,1)),'block_id' text,'shape_id' text,'wheelchair_accessible' text check(wheelchair_accessible in (0,1,2)),'bikes_allowed' int check(bikes_allowed in (0,1,2)),unique(feed_id,trip_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists routes ('feed_id' int not null,'route_id' text not null,'agency_id' text,'route_short_name' text check(route_long_name is not null or route_short_name is not null),'route_long_name' text,'route_desc' text,'route_type' int,'route_url' text,'route_color' text,'route_text_color' text,'route_sort_order' text,'continuous_pickup' int check(continuous_pickup in (0,1,2,3)),'continuous_drop_off' int check(continuous_drop_off in (0,1,2,3)),unique(feed_id,route_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists transfers ('feed_id' int not null,'from_stop_id' text not null,'to_stop_id' text not null,'transfer_type' int,'min_transfer_time' int) 2024/09/14 17:15:12 Execute statement: create table if not exists _cvconn ('feed_id' int not null,'conn_id' text not null,'trip_id' text not null,'service_id' text not null,'from_stop_id' text not null,'from_stop_idu' text not null,'from_stop_sidu' text not null,'from_stop_time' int not null,'from_stop_sequence' int not null,'to_stop_id' text not null,'to_stop_idu' text not null,'to_stop_sidu' text not null,'to_stop_time' int not null,'to_stop_sequence' int not null,unique(feed_id,conn_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists _cvcaltoservice ('feed_id' int not null,'service_date' int not null,'service_id' text not null) 2024/09/14 17:15:12 Execute statement: create table if not exists _cvtransfersgen ('feed_id' int not null,'feed_id_pair' int not null,'from_stop_id' text not null,'to_stop_id' text not null,'from_stop_idu' text not null,'to_stop_idu' text not null,'from_stop_sidu' text not null,'to_stop_sidu' text not null,'dist_km' real) 2024/09/14 17:15:12 Loading schema tables ok 2024/09/14 17:15:12 Loading schema indexes 2024/09/14 17:15:12 Create index idx_stop_times1_departure_time on stop_times as [departure_time] 2024/09/14 17:15:12 Created index idx_stop_times1_departure_time ok 2024/09/14 17:15:12 Create index idx_stop_times1_trip_id on stop_times as [trip_id] 2024/09/14 17:15:12 Created index idx_stop_times1_trip_id ok 2024/09/14 17:15:12 Create index idx_stops2_feed_id_stop_id on stops as [feed_id stop_id] 2024/09/14 17:15:12 Created index idx_stops2_feed_id_stop_id ok 2024/09/14 17:15:12 Create index idx_stops2_stop_lat_stop_lon on stops as [stop_lat stop_lon] 2024/09/14 17:15:12 Created index idx_stops2_stop_lat_stop_lon ok 2024/09/14 17:15:12 Create index idx_transfers2_feed_id_from_stop_id on transfers as [feed_id from_stop_id] 2024/09/14 17:15:12 Created index idx_transfers2_feed_id_from_stop_id ok 2024/09/14 17:15:12 Create index idx_transfers2_feed_id_to_stop_id on transfers as [feed_id to_stop_id] 2024/09/14 17:15:12 Created index idx_transfers2_feed_id_to_stop_id ok 2024/09/14 17:15:12 Create index idx__cvconn3_feed_id_service_id_from_stop_time on _cvconn as [feed_id service_id from_stop_time] 2024/09/14 17:15:12 Created index idx__cvconn3_feed_id_service_id_from_stop_time ok 2024/09/14 17:15:12 Create index idx__cvconn3_feed_id_from_stop_sidu_from_stop_time on _cvconn as [feed_id from_stop_sidu from_stop_time] 2024/09/14 17:15:12 Created index idx__cvconn3_feed_id_from_stop_sidu_from_stop_time ok 2024/09/14 17:15:12 Create index idx__cvcaltoservice2_service_date_feed_id on _cvcaltoservice as [service_date feed_id] 2024/09/14 17:15:12 Created index idx__cvcaltoservice2_service_date_feed_id ok 2024/09/14 17:15:12 Loading schema indexes ok 2024/09/14 17:15:12 Loading views ok 2024/09/14 17:15:12 Loaded view _vfeedsmetadata (bytes=3531) 2024/09/14 17:15:12 Loaded view _vstopparent (bytes=2600) 2024/09/14 17:15:12 Loaded view _vconn (bytes=1227) 2024/09/14 17:15:12 Loaded view _vconnverbose (bytes=1122) 2024/09/14 17:15:12 Loaded view _vcaltoservice (bytes=4223) 2024/09/14 17:15:12 Loaded view _vtransferstbl (bytes=933) 2024/09/14 17:15:12 Loaded view _vtransfersgen (bytes=1552) 2024/09/14 17:15:12 Loaded view _vtransfersimplicit (bytes=371) 2024/09/14 17:15:12 Loading views ok 2024/09/14 17:15:12 Importing table from //tmp/mobroute_test_mobdb_1315893677.csv (0.00MB) to table: _gtfssource_mdbcsv 2024/09/14 17:15:12 Last checksum vs current: / C_0M_8aa5a7d450adc8085ea591376a580260fa2053b5ccf688a39c5c9f90906bde2e; import will occur 2024/09/14 17:15:12 Imported 1 rows into _gtfssource_mdbcsv ok 2024/09/14 17:15:12 Imported table from //tmp/mobroute_test_mobdb_1315893677.csv to table: _gtfssource_mdbcsv ok 2024/09/14 17:15:12 Running RTDatabase against input: {"feed_ids":[42],"op":"load"} 2024/09/14 17:15:12 Running Load against 1 feeds 2024/09/14 17:15:12 Loading GTFS feed 42 (1 of 1) 2024/09/14 17:15:12 Loading /tmp/1995960383.zip to DB with GTFS feed: 42 2024/09/14 17:15:12 Loaded GTFS Archive /tmp/1995960383.zip to temporary directory: /tmp/mobroute_tempdir1427303754 2024/09/14 17:15:12 Loading table: agency 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir1427303754/agency.txt (0.00MB) to table: agency 2024/09/14 17:15:12 Last checksum vs current: / C_0M_c15705f0e743a50086d3c871e24b6165b3b4d723a3f96445f676c4216a2fcd14; import will occur 2024/09/14 17:15:12 Imported 1 rows into agency ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir1427303754/agency.txt to table: agency ok 2024/09/14 17:15:12 Loading table: agency complete 2024/09/14 17:15:12 Loading table: calendar 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir1427303754/calendar.txt (0.00MB) to table: calendar 2024/09/14 17:15:12 Last checksum vs current: / C_0M_124e46e20a21debc5240cba81ffd1f420ad3546f91373ae55886e911b19b2608; import will occur 2024/09/14 17:15:12 Imported 2 rows into calendar ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir1427303754/calendar.txt to table: calendar ok 2024/09/14 17:15:12 Loading table: calendar complete 2024/09/14 17:15:12 Loading table: calendar_dates 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir1427303754/calendar_dates.txt (0.00MB) to table: calendar_dates 2024/09/14 17:15:12 Skipped import for non-existant non-required file: /tmp/mobroute_tempdir1427303754/calendar_dates.txt 2024/09/14 17:15:12 Loading table: calendar_dates complete 2024/09/14 17:15:12 Loading table: stop_times 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir1427303754/stop_times.txt (0.00MB) to table: stop_times 2024/09/14 17:15:12 Last checksum vs current: / C_0M_d9bce8ae7ee7dfa8ffc2951ca370d0c3a5e3a3b34a234791d52a7ee735613704; import will occur 2024/09/14 17:15:12 Imported 4 rows into stop_times ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir1427303754/stop_times.txt to table: stop_times ok 2024/09/14 17:15:12 Loading table: stop_times complete 2024/09/14 17:15:12 Loading table: stops 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir1427303754/stops.txt (0.00MB) to table: stops 2024/09/14 17:15:12 Last checksum vs current: / C_0M_0a1e1a76e511685c15e5b6fbd35e233bbdcaba3f388e7381cc9e2bc2e0233b07; import will occur 2024/09/14 17:15:12 Imported 5 rows into stops ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir1427303754/stops.txt to table: stops ok 2024/09/14 17:15:12 Loading table: stops complete 2024/09/14 17:15:12 Loading table: trips 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir1427303754/trips.txt (0.00MB) to table: trips 2024/09/14 17:15:12 Last checksum vs current: / C_0M_192859d996a594c799ed78e3d50de8364a2d585195de939c4e1c218633e55290; import will occur 2024/09/14 17:15:12 Imported 2 rows into trips ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir1427303754/trips.txt to table: trips ok 2024/09/14 17:15:12 Loading table: trips complete 2024/09/14 17:15:12 Loading table: routes 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir1427303754/routes.txt (0.00MB) to table: routes 2024/09/14 17:15:12 Last checksum vs current: / C_0M_a6031af6418607a6e5f51c20eaa22f422664f8d5254c59438ab18ce7e1e97cf8; import will occur 2024/09/14 17:15:12 Imported 1 rows into routes ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir1427303754/routes.txt to table: routes ok 2024/09/14 17:15:12 Loading table: routes complete 2024/09/14 17:15:12 Loading table: transfers 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir1427303754/transfers.txt (0.00MB) to table: transfers 2024/09/14 17:15:12 Skipped import for non-existant non-required file: /tmp/mobroute_tempdir1427303754/transfers.txt 2024/09/14 17:15:12 Loading table: transfers complete 2024/09/14 17:15:12 Loaded /tmp/1995960383.zip to DB with GTFS feed: 42 ok 2024/09/14 17:15:12 Loading GTFS feed 42 ok; used cache for URL download (true) 2024/09/14 17:15:12 Running Load against 1 feeds ok 2024/09/14 17:15:12 Running RTDatabase against input: {"feed_ids":[42],"op":"compute"} 2024/09/14 17:15:12 Running Compute against 1 feeds 2024/09/14 17:15:12 Computed table _cvconn for feed (42 ) out of date - updating ('' vs '42:routes:C_0M_a6031af6418607a6e5f51c20eaa22f422664f8d5254c59438ab18ce7e1e97cf8,42:stop_times:C_0M_d9bce8ae7ee7dfa8ffc2951ca370d0c3a5e3a3b34a234791d52a7ee735613704,42:stops:C_0M_0a1e1a76e511685c15e5b6fbd35e233bbdcaba3f388e7381cc9e2bc2e0233b07,42:trips:C_0M_192859d996a594c799ed78e3d50de8364a2d585195de939c4e1c218633e55290') 2024/09/14 17:15:12 Computed table _cvcaltoservice for feed (42 ) out of date - updating ('' vs '42:stops:C_0M_0a1e1a76e511685c15e5b6fbd35e233bbdcaba3f388e7381cc9e2bc2e0233b07') 2024/09/14 17:15:12 Computed table _cvtransfersgen for feed (42 0xc000615c08) out of date - updating ('' vs '42:stops:C_0M_0a1e1a76e511685c15e5b6fbd35e233bbdcaba3f388e7381cc9e2bc2e0233b07') 2024/09/14 17:15:12 Running Compute against 1 feeds ok 2024/09/14 17:15:12 Loading with inputs as (select ? as yyyymmdddate, ? as seconds_from, ? as seconds_to), tztodelta as (select ? as timezone, ? as seconds), feedidtotzutcdelta as ( -- Note: re distinct, per GTFS spec; if there is >1 agency in agency.txt -- all timezones must be equal; thus 1 feed_id always = 1 timezone -- irregardless of # of agenc(ies) select distinct agency.feed_id, tztodelta.seconds as tzutcdeltasecs from agency join tztodelta on agency.agency_timezone = tztodelta.timezone ), timetable as ( select cts.service_date, -- E.g. normalize from/to stop times in two ways: -- 1) normalize to the input date YYYYMMDD, so if a time departs at 02:00 on monday the following day; -- converted look like 26:00 on the previous day (since all times relative to input YYYYMMDD) -- 2) add the agency's associated timezone UTC delta value so that routing across agencies -- using different timezones functions correctly. All outuput values thus in UTC time -- (cts.service_date - inputs.yyyymmdddate) * (60 * 60 * 24) + con.from_stop_time + tz.tzutcdeltasecs as from_stop_drutctime, (cts.service_date - inputs.yyyymmdddate) * (60 * 60 * 24) + con.to_stop_time + tz.tzutcdeltasecs as to_stop_drutctime, con.* from _cvcaltoservice cts join inputs on ( -- E.g. optimization so we don't have to calculate {from,to}_stop_drutctime for *all* -- timetable entries (should handle both tz shifts & next day for schedule logic) cts.service_date between inputs.yyyymmdddate - 1 and inputs.yyyymmdddate + 1 ) and cts.feed_id in (?) join _vconnverbose con on cts.service_id = con.service_id and cts.feed_id = con.feed_id and from_stop_drutctime between seconds_from and seconds_to join feedidtotzutcdelta tz on con.feed_id = tz.feed_id order by from_stop_drutctime asc, con.from_stop_sequence asc ) select * from timetable where 1 = 1 and conn_id in (?,?) ([20240304 -18000 68400 America/New_York -18000 42 42_trip_foo_up_wk_2 42_trip_foo_up_wk_3]) to memory 2024/09/14 17:15:12 Loaded with inputs as (select ? as yyyymmdddate, ? as seconds_from, ? as seconds_to), tztodelta as (select ? as timezone, ? as seconds), feedidtotzutcdelta as ( -- Note: re distinct, per GTFS spec; if there is >1 agency in agency.txt -- all timezones must be equal; thus 1 feed_id always = 1 timezone -- irregardless of # of agenc(ies) select distinct agency.feed_id, tztodelta.seconds as tzutcdeltasecs from agency join tztodelta on agency.agency_timezone = tztodelta.timezone ), timetable as ( select cts.service_date, -- E.g. normalize from/to stop times in two ways: -- 1) normalize to the input date YYYYMMDD, so if a time departs at 02:00 on monday the following day; -- converted look like 26:00 on the previous day (since all times relative to input YYYYMMDD) -- 2) add the agency's associated timezone UTC delta value so that routing across agencies -- using different timezones functions correctly. All outuput values thus in UTC time -- (cts.service_date - inputs.yyyymmdddate) * (60 * 60 * 24) + con.from_stop_time + tz.tzutcdeltasecs as from_stop_drutctime, (cts.service_date - inputs.yyyymmdddate) * (60 * 60 * 24) + con.to_stop_time + tz.tzutcdeltasecs as to_stop_drutctime, con.* from _cvcaltoservice cts join inputs on ( -- E.g. optimization so we don't have to calculate {from,to}_stop_drutctime for *all* -- timetable entries (should handle both tz shifts & next day for schedule logic) cts.service_date between inputs.yyyymmdddate - 1 and inputs.yyyymmdddate + 1 ) and cts.feed_id in (?) join _vconnverbose con on cts.service_id = con.service_id and cts.feed_id = con.feed_id and from_stop_drutctime between seconds_from and seconds_to join feedidtotzutcdelta tz on con.feed_id = tz.feed_id order by from_stop_drutctime asc, con.from_stop_sequence asc ) select * from timetable where 1 = 1 and conn_id in (?,?) ([20240304 -18000 68400 America/New_York -18000 42 42_trip_foo_up_wk_2 42_trip_foo_up_wk_3]) to memory ok (len=2) 2024/09/14 17:15:12 Generated mock for input (map[42:../testhelper/mockgtfs/gtfs_agency_fmt_multiagencyid.yml]): (gtfs zips: [/tmp/194963158.zip]) (mobdb csv: /tmp/mobroute_test_mobdb_4127628039.csv) 2024/09/14 17:15:12 SQLite system version (3.46.1); comparing to required version: 3.28.0 2024/09/14 17:15:12 Loading schema tables 2024/09/14 17:15:12 Execute statement: create table if not exists _mobsqltrack ('feed_id' int not null,'feed_id_pair' int,'tbl' text not null,'checksum' text not null,'n_rows' int not null,'timestamp' int not null,unique(feed_id,feed_id_pair,tbl)) 2024/09/14 17:15:12 Execute statement: create table if not exists _gtfssource_mdbcsv ('feed_id' int not null check(feed_id = -1),'data_type' text not null,'location.bounding_box.minimum_latitude' real,'location.bounding_box.minimum_longitude' real,'location.bounding_box.maximum_latitude' real,'location.bounding_box.maximum_longitude' real,'location.country_code' text,'location.subdivision_name' text,'location.municipality' text,'urls.latest' text not null,'urls.license' text,'mdb_source_id' int not null check(mdb_source_id >= 0),'name' text,'status' text,'provider' text not null,unique(mdb_source_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists _gtfssource_custom ('customgtfs_feed_id' int not null check(customgtfs_feed_id < -1),'gtfs_uri' text not null,unique(customgtfs_feed_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists agency ('feed_id' int not null,'agency_id' text,'agency_name' text not null,'agency_url' text not null,'agency_timezone' text not null,unique(feed_id,agency_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists calendar ('feed_id' int not null,'service_id' text not null,'monday' int not null check(monday in (0,1)),'tuesday' int not null check(tuesday in (0,1)),'wednesday' int not null check(wednesday in (0,1)),'thursday' int not null check(thursday in (0,1)),'friday' int not null check(friday in (0,1)),'saturday' int not null check(saturday in (0,1)),'sunday' int not null check(sunday in (0,1)),'start_date' int not null,'end_date' int not null,unique(feed_id,service_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists calendar_dates ('feed_id' int not null,'service_id' text not null,'date' int not null,'exception_type' int not null check(exception_type in (1,2))) 2024/09/14 17:15:12 Execute statement: create table if not exists stop_times ('feed_id' int not null,'trip_id' text not null,'arrival_time' int,'departure_time' int,'stop_id' text not null,'stop_sequence' int not null,'stop_headsign' text,'pickup_type' int,'drop_off_type' int,'continuous_drop_off' text,'timepoint' int check(timepoint in (0,1)),unique(feed_id,trip_id,stop_sequence)) 2024/09/14 17:15:12 Execute statement: create table if not exists stops ('feed_id' int not null,'stop_id' text not null,'stop_code' text,'stop_name' text check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_name is not null) or (location_type = 3 or location_type = 4) ),'stop_desc' text,'stop_lat' real check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_lat is not null) or (location_type = 3 or location_type = 4) ),'stop_lon' real check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_lon is not null) or (location_type = 3 or location_type = 4) ),'zone_id' text,'stop_url' text,'location_type' int check(location_type in (0,1,2,3,4)),'parent_station' text,'stop_timezone' text,'wheelchair_boarding' int check(wheelchair_boarding in (0,1,2)),'level_id' text,'platform_code' text,unique(feed_id,stop_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists trips ('feed_id' int not null,'route_id' text not null,'service_id' text not null,'trip_id' text not null,'trip_headsign' text,'trip_short_name' text,'direction_id' int check(direction_id in (0,1)),'block_id' text,'shape_id' text,'wheelchair_accessible' text check(wheelchair_accessible in (0,1,2)),'bikes_allowed' int check(bikes_allowed in (0,1,2)),unique(feed_id,trip_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists routes ('feed_id' int not null,'route_id' text not null,'agency_id' text,'route_short_name' text check(route_long_name is not null or route_short_name is not null),'route_long_name' text,'route_desc' text,'route_type' int,'route_url' text,'route_color' text,'route_text_color' text,'route_sort_order' text,'continuous_pickup' int check(continuous_pickup in (0,1,2,3)),'continuous_drop_off' int check(continuous_drop_off in (0,1,2,3)),unique(feed_id,route_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists transfers ('feed_id' int not null,'from_stop_id' text not null,'to_stop_id' text not null,'transfer_type' int,'min_transfer_time' int) 2024/09/14 17:15:12 Execute statement: create table if not exists _cvconn ('feed_id' int not null,'conn_id' text not null,'trip_id' text not null,'service_id' text not null,'from_stop_id' text not null,'from_stop_idu' text not null,'from_stop_sidu' text not null,'from_stop_time' int not null,'from_stop_sequence' int not null,'to_stop_id' text not null,'to_stop_idu' text not null,'to_stop_sidu' text not null,'to_stop_time' int not null,'to_stop_sequence' int not null,unique(feed_id,conn_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists _cvcaltoservice ('feed_id' int not null,'service_date' int not null,'service_id' text not null) 2024/09/14 17:15:12 Execute statement: create table if not exists _cvtransfersgen ('feed_id' int not null,'feed_id_pair' int not null,'from_stop_id' text not null,'to_stop_id' text not null,'from_stop_idu' text not null,'to_stop_idu' text not null,'from_stop_sidu' text not null,'to_stop_sidu' text not null,'dist_km' real) 2024/09/14 17:15:12 Loading schema tables ok 2024/09/14 17:15:12 Loading schema indexes 2024/09/14 17:15:12 Create index idx_stop_times1_departure_time on stop_times as [departure_time] 2024/09/14 17:15:12 Created index idx_stop_times1_departure_time ok 2024/09/14 17:15:12 Create index idx_stop_times1_trip_id on stop_times as [trip_id] 2024/09/14 17:15:12 Created index idx_stop_times1_trip_id ok 2024/09/14 17:15:12 Create index idx_stops2_feed_id_stop_id on stops as [feed_id stop_id] 2024/09/14 17:15:12 Created index idx_stops2_feed_id_stop_id ok 2024/09/14 17:15:12 Create index idx_stops2_stop_lat_stop_lon on stops as [stop_lat stop_lon] 2024/09/14 17:15:12 Created index idx_stops2_stop_lat_stop_lon ok 2024/09/14 17:15:12 Create index idx_transfers2_feed_id_from_stop_id on transfers as [feed_id from_stop_id] 2024/09/14 17:15:12 Created index idx_transfers2_feed_id_from_stop_id ok 2024/09/14 17:15:12 Create index idx_transfers2_feed_id_to_stop_id on transfers as [feed_id to_stop_id] 2024/09/14 17:15:12 Created index idx_transfers2_feed_id_to_stop_id ok 2024/09/14 17:15:12 Create index idx__cvconn3_feed_id_service_id_from_stop_time on _cvconn as [feed_id service_id from_stop_time] 2024/09/14 17:15:12 Created index idx__cvconn3_feed_id_service_id_from_stop_time ok 2024/09/14 17:15:12 Create index idx__cvconn3_feed_id_from_stop_sidu_from_stop_time on _cvconn as [feed_id from_stop_sidu from_stop_time] 2024/09/14 17:15:12 Created index idx__cvconn3_feed_id_from_stop_sidu_from_stop_time ok 2024/09/14 17:15:12 Create index idx__cvcaltoservice2_service_date_feed_id on _cvcaltoservice as [service_date feed_id] 2024/09/14 17:15:12 Created index idx__cvcaltoservice2_service_date_feed_id ok 2024/09/14 17:15:12 Loading schema indexes ok 2024/09/14 17:15:12 Loading views ok 2024/09/14 17:15:12 Loaded view _vfeedsmetadata (bytes=3531) 2024/09/14 17:15:12 Loaded view _vstopparent (bytes=2600) 2024/09/14 17:15:12 Loaded view _vconn (bytes=1227) 2024/09/14 17:15:12 Loaded view _vconnverbose (bytes=1122) 2024/09/14 17:15:12 Loaded view _vcaltoservice (bytes=4223) 2024/09/14 17:15:12 Loaded view _vtransferstbl (bytes=933) 2024/09/14 17:15:12 Loaded view _vtransfersgen (bytes=1552) 2024/09/14 17:15:12 Loaded view _vtransfersimplicit (bytes=371) 2024/09/14 17:15:12 Loading views ok 2024/09/14 17:15:12 Importing table from //tmp/mobroute_test_mobdb_4127628039.csv (0.00MB) to table: _gtfssource_mdbcsv 2024/09/14 17:15:12 Last checksum vs current: / C_0M_7b35de85ee63401bd778b8a897d0f319a3529220e3705b4a93c2024a2536b791; import will occur 2024/09/14 17:15:12 Imported 1 rows into _gtfssource_mdbcsv ok 2024/09/14 17:15:12 Imported table from //tmp/mobroute_test_mobdb_4127628039.csv to table: _gtfssource_mdbcsv ok 2024/09/14 17:15:12 Running RTDatabase against input: {"feed_ids":[42],"op":"load"} 2024/09/14 17:15:12 Running Load against 1 feeds 2024/09/14 17:15:12 Loading GTFS feed 42 (1 of 1) 2024/09/14 17:15:12 Loading /tmp/194963158.zip to DB with GTFS feed: 42 2024/09/14 17:15:12 Loaded GTFS Archive /tmp/194963158.zip to temporary directory: /tmp/mobroute_tempdir2697495615 2024/09/14 17:15:12 Loading table: agency 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir2697495615/agency.txt (0.00MB) to table: agency 2024/09/14 17:15:12 Last checksum vs current: / C_0M_1b19c5b299e31d8d1cfefb7e48146986c62c848400fef102c60695b4f0775d32; import will occur 2024/09/14 17:15:12 Imported 3 rows into agency ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir2697495615/agency.txt to table: agency ok 2024/09/14 17:15:12 Loading table: agency complete 2024/09/14 17:15:12 Loading table: calendar 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir2697495615/calendar.txt (0.00MB) to table: calendar 2024/09/14 17:15:12 Last checksum vs current: / C_0M_124e46e20a21debc5240cba81ffd1f420ad3546f91373ae55886e911b19b2608; import will occur 2024/09/14 17:15:12 Imported 2 rows into calendar ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir2697495615/calendar.txt to table: calendar ok 2024/09/14 17:15:12 Loading table: calendar complete 2024/09/14 17:15:12 Loading table: calendar_dates 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir2697495615/calendar_dates.txt (0.00MB) to table: calendar_dates 2024/09/14 17:15:12 Skipped import for non-existant non-required file: /tmp/mobroute_tempdir2697495615/calendar_dates.txt 2024/09/14 17:15:12 Loading table: calendar_dates complete 2024/09/14 17:15:12 Loading table: stop_times 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir2697495615/stop_times.txt (0.00MB) to table: stop_times 2024/09/14 17:15:12 Last checksum vs current: / C_0M_f388cfe714ea19d79a0718f2ec6d011ba3747eafdd8040ca160d14b293599e76; import will occur 2024/09/14 17:15:12 Imported 8 rows into stop_times ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir2697495615/stop_times.txt to table: stop_times ok 2024/09/14 17:15:12 Loading table: stop_times complete 2024/09/14 17:15:12 Loading table: stops 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir2697495615/stops.txt (0.00MB) to table: stops 2024/09/14 17:15:12 Last checksum vs current: / C_0M_0a1e1a76e511685c15e5b6fbd35e233bbdcaba3f388e7381cc9e2bc2e0233b07; import will occur 2024/09/14 17:15:12 Imported 5 rows into stops ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir2697495615/stops.txt to table: stops ok 2024/09/14 17:15:12 Loading table: stops complete 2024/09/14 17:15:12 Loading table: trips 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir2697495615/trips.txt (0.00MB) to table: trips 2024/09/14 17:15:12 Last checksum vs current: / C_0M_40b68a8b536ba5a4e14df14dd606ca3b047f7521077c9aa948e99b2d8615e2ff; import will occur 2024/09/14 17:15:12 Imported 2 rows into trips ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir2697495615/trips.txt to table: trips ok 2024/09/14 17:15:12 Loading table: trips complete 2024/09/14 17:15:12 Loading table: routes 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir2697495615/routes.txt (0.00MB) to table: routes 2024/09/14 17:15:12 Last checksum vs current: / C_0M_d6791ceda8f344e670681056012480211612142eddb7ea00221f228f63f5c4a2; import will occur 2024/09/14 17:15:12 Imported 2 rows into routes ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir2697495615/routes.txt to table: routes ok 2024/09/14 17:15:12 Loading table: routes complete 2024/09/14 17:15:12 Loading table: transfers 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir2697495615/transfers.txt (0.00MB) to table: transfers 2024/09/14 17:15:12 Skipped import for non-existant non-required file: /tmp/mobroute_tempdir2697495615/transfers.txt 2024/09/14 17:15:12 Loading table: transfers complete 2024/09/14 17:15:12 Loaded /tmp/194963158.zip to DB with GTFS feed: 42 ok 2024/09/14 17:15:12 Loading GTFS feed 42 ok; used cache for URL download (true) 2024/09/14 17:15:12 Running Load against 1 feeds ok 2024/09/14 17:15:12 Running RTDatabase against input: {"feed_ids":[42],"op":"compute"} 2024/09/14 17:15:12 Running Compute against 1 feeds 2024/09/14 17:15:12 Computed table _cvconn for feed (42 ) out of date - updating ('' vs '42:routes:C_0M_d6791ceda8f344e670681056012480211612142eddb7ea00221f228f63f5c4a2,42:stop_times:C_0M_f388cfe714ea19d79a0718f2ec6d011ba3747eafdd8040ca160d14b293599e76,42:stops:C_0M_0a1e1a76e511685c15e5b6fbd35e233bbdcaba3f388e7381cc9e2bc2e0233b07,42:trips:C_0M_40b68a8b536ba5a4e14df14dd606ca3b047f7521077c9aa948e99b2d8615e2ff') 2024/09/14 17:15:12 Computed table _cvcaltoservice for feed (42 ) out of date - updating ('' vs '42:stops:C_0M_0a1e1a76e511685c15e5b6fbd35e233bbdcaba3f388e7381cc9e2bc2e0233b07') 2024/09/14 17:15:12 Computed table _cvtransfersgen for feed (42 0xc000303ea8) out of date - updating ('' vs '42:stops:C_0M_0a1e1a76e511685c15e5b6fbd35e233bbdcaba3f388e7381cc9e2bc2e0233b07') 2024/09/14 17:15:12 Running Compute against 1 feeds ok 2024/09/14 17:15:12 Loading with inputs as (select ? as yyyymmdddate, ? as seconds_from, ? as seconds_to), tztodelta as (select ? as timezone, ? as seconds), feedidtotzutcdelta as ( -- Note: re distinct, per GTFS spec; if there is >1 agency in agency.txt -- all timezones must be equal; thus 1 feed_id always = 1 timezone -- irregardless of # of agenc(ies) select distinct agency.feed_id, tztodelta.seconds as tzutcdeltasecs from agency join tztodelta on agency.agency_timezone = tztodelta.timezone ), timetable as ( select cts.service_date, -- E.g. normalize from/to stop times in two ways: -- 1) normalize to the input date YYYYMMDD, so if a time departs at 02:00 on monday the following day; -- converted look like 26:00 on the previous day (since all times relative to input YYYYMMDD) -- 2) add the agency's associated timezone UTC delta value so that routing across agencies -- using different timezones functions correctly. All outuput values thus in UTC time -- (cts.service_date - inputs.yyyymmdddate) * (60 * 60 * 24) + con.from_stop_time + tz.tzutcdeltasecs as from_stop_drutctime, (cts.service_date - inputs.yyyymmdddate) * (60 * 60 * 24) + con.to_stop_time + tz.tzutcdeltasecs as to_stop_drutctime, con.* from _cvcaltoservice cts join inputs on ( -- E.g. optimization so we don't have to calculate {from,to}_stop_drutctime for *all* -- timetable entries (should handle both tz shifts & next day for schedule logic) cts.service_date between inputs.yyyymmdddate - 1 and inputs.yyyymmdddate + 1 ) and cts.feed_id in (?) join _vconnverbose con on cts.service_id = con.service_id and cts.feed_id = con.feed_id and from_stop_drutctime between seconds_from and seconds_to join feedidtotzutcdelta tz on con.feed_id = tz.feed_id order by from_stop_drutctime asc, con.from_stop_sequence asc ) select * from timetable where 1 = 1 and conn_id in (?,?) ([20240304 -18000 68400 America/New_York -18000 42 42_trip_foo_up_wk_2 42_trip_bar_up_wk_3]) to memory 2024/09/14 17:15:12 Loaded with inputs as (select ? as yyyymmdddate, ? as seconds_from, ? as seconds_to), tztodelta as (select ? as timezone, ? as seconds), feedidtotzutcdelta as ( -- Note: re distinct, per GTFS spec; if there is >1 agency in agency.txt -- all timezones must be equal; thus 1 feed_id always = 1 timezone -- irregardless of # of agenc(ies) select distinct agency.feed_id, tztodelta.seconds as tzutcdeltasecs from agency join tztodelta on agency.agency_timezone = tztodelta.timezone ), timetable as ( select cts.service_date, -- E.g. normalize from/to stop times in two ways: -- 1) normalize to the input date YYYYMMDD, so if a time departs at 02:00 on monday the following day; -- converted look like 26:00 on the previous day (since all times relative to input YYYYMMDD) -- 2) add the agency's associated timezone UTC delta value so that routing across agencies -- using different timezones functions correctly. All outuput values thus in UTC time -- (cts.service_date - inputs.yyyymmdddate) * (60 * 60 * 24) + con.from_stop_time + tz.tzutcdeltasecs as from_stop_drutctime, (cts.service_date - inputs.yyyymmdddate) * (60 * 60 * 24) + con.to_stop_time + tz.tzutcdeltasecs as to_stop_drutctime, con.* from _cvcaltoservice cts join inputs on ( -- E.g. optimization so we don't have to calculate {from,to}_stop_drutctime for *all* -- timetable entries (should handle both tz shifts & next day for schedule logic) cts.service_date between inputs.yyyymmdddate - 1 and inputs.yyyymmdddate + 1 ) and cts.feed_id in (?) join _vconnverbose con on cts.service_id = con.service_id and cts.feed_id = con.feed_id and from_stop_drutctime between seconds_from and seconds_to join feedidtotzutcdelta tz on con.feed_id = tz.feed_id order by from_stop_drutctime asc, con.from_stop_sequence asc ) select * from timetable where 1 = 1 and conn_id in (?,?) ([20240304 -18000 68400 America/New_York -18000 42 42_trip_foo_up_wk_2 42_trip_bar_up_wk_3]) to memory ok (len=2) --- PASS: Test_LoadConnectionsVerbose (0.09s) === RUN Test_LoadStopWalks 2024/09/14 17:15:12 Generated mock for input (map[42:../testhelper/mockgtfs/gtfs_simple_stops.yml]): (gtfs zips: [/tmp/1700052351.zip]) (mobdb csv: /tmp/mobroute_test_mobdb_4195138735.csv) 2024/09/14 17:15:12 SQLite system version (3.46.1); comparing to required version: 3.28.0 2024/09/14 17:15:12 Loading schema tables 2024/09/14 17:15:12 Execute statement: create table if not exists _mobsqltrack ('feed_id' int not null,'feed_id_pair' int,'tbl' text not null,'checksum' text not null,'n_rows' int not null,'timestamp' int not null,unique(feed_id,feed_id_pair,tbl)) 2024/09/14 17:15:12 Execute statement: create table if not exists _gtfssource_mdbcsv ('feed_id' int not null check(feed_id = -1),'data_type' text not null,'location.bounding_box.minimum_latitude' real,'location.bounding_box.minimum_longitude' real,'location.bounding_box.maximum_latitude' real,'location.bounding_box.maximum_longitude' real,'location.country_code' text,'location.subdivision_name' text,'location.municipality' text,'urls.latest' text not null,'urls.license' text,'mdb_source_id' int not null check(mdb_source_id >= 0),'name' text,'status' text,'provider' text not null,unique(mdb_source_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists _gtfssource_custom ('customgtfs_feed_id' int not null check(customgtfs_feed_id < -1),'gtfs_uri' text not null,unique(customgtfs_feed_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists agency ('feed_id' int not null,'agency_id' text,'agency_name' text not null,'agency_url' text not null,'agency_timezone' text not null,unique(feed_id,agency_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists calendar ('feed_id' int not null,'service_id' text not null,'monday' int not null check(monday in (0,1)),'tuesday' int not null check(tuesday in (0,1)),'wednesday' int not null check(wednesday in (0,1)),'thursday' int not null check(thursday in (0,1)),'friday' int not null check(friday in (0,1)),'saturday' int not null check(saturday in (0,1)),'sunday' int not null check(sunday in (0,1)),'start_date' int not null,'end_date' int not null,unique(feed_id,service_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists calendar_dates ('feed_id' int not null,'service_id' text not null,'date' int not null,'exception_type' int not null check(exception_type in (1,2))) 2024/09/14 17:15:12 Execute statement: create table if not exists stop_times ('feed_id' int not null,'trip_id' text not null,'arrival_time' int,'departure_time' int,'stop_id' text not null,'stop_sequence' int not null,'stop_headsign' text,'pickup_type' int,'drop_off_type' int,'continuous_drop_off' text,'timepoint' int check(timepoint in (0,1)),unique(feed_id,trip_id,stop_sequence)) 2024/09/14 17:15:12 Execute statement: create table if not exists stops ('feed_id' int not null,'stop_id' text not null,'stop_code' text,'stop_name' text check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_name is not null) or (location_type = 3 or location_type = 4) ),'stop_desc' text,'stop_lat' real check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_lat is not null) or (location_type = 3 or location_type = 4) ),'stop_lon' real check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_lon is not null) or (location_type = 3 or location_type = 4) ),'zone_id' text,'stop_url' text,'location_type' int check(location_type in (0,1,2,3,4)),'parent_station' text,'stop_timezone' text,'wheelchair_boarding' int check(wheelchair_boarding in (0,1,2)),'level_id' text,'platform_code' text,unique(feed_id,stop_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists trips ('feed_id' int not null,'route_id' text not null,'service_id' text not null,'trip_id' text not null,'trip_headsign' text,'trip_short_name' text,'direction_id' int check(direction_id in (0,1)),'block_id' text,'shape_id' text,'wheelchair_accessible' text check(wheelchair_accessible in (0,1,2)),'bikes_allowed' int check(bikes_allowed in (0,1,2)),unique(feed_id,trip_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists routes ('feed_id' int not null,'route_id' text not null,'agency_id' text,'route_short_name' text check(route_long_name is not null or route_short_name is not null),'route_long_name' text,'route_desc' text,'route_type' int,'route_url' text,'route_color' text,'route_text_color' text,'route_sort_order' text,'continuous_pickup' int check(continuous_pickup in (0,1,2,3)),'continuous_drop_off' int check(continuous_drop_off in (0,1,2,3)),unique(feed_id,route_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists transfers ('feed_id' int not null,'from_stop_id' text not null,'to_stop_id' text not null,'transfer_type' int,'min_transfer_time' int) 2024/09/14 17:15:12 Execute statement: create table if not exists _cvconn ('feed_id' int not null,'conn_id' text not null,'trip_id' text not null,'service_id' text not null,'from_stop_id' text not null,'from_stop_idu' text not null,'from_stop_sidu' text not null,'from_stop_time' int not null,'from_stop_sequence' int not null,'to_stop_id' text not null,'to_stop_idu' text not null,'to_stop_sidu' text not null,'to_stop_time' int not null,'to_stop_sequence' int not null,unique(feed_id,conn_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists _cvcaltoservice ('feed_id' int not null,'service_date' int not null,'service_id' text not null) 2024/09/14 17:15:12 Execute statement: create table if not exists _cvtransfersgen ('feed_id' int not null,'feed_id_pair' int not null,'from_stop_id' text not null,'to_stop_id' text not null,'from_stop_idu' text not null,'to_stop_idu' text not null,'from_stop_sidu' text not null,'to_stop_sidu' text not null,'dist_km' real) 2024/09/14 17:15:12 Loading schema tables ok 2024/09/14 17:15:12 Loading schema indexes 2024/09/14 17:15:12 Create index idx_stop_times1_departure_time on stop_times as [departure_time] 2024/09/14 17:15:12 Created index idx_stop_times1_departure_time ok 2024/09/14 17:15:12 Create index idx_stop_times1_trip_id on stop_times as [trip_id] 2024/09/14 17:15:12 Created index idx_stop_times1_trip_id ok 2024/09/14 17:15:12 Create index idx_stops2_feed_id_stop_id on stops as [feed_id stop_id] 2024/09/14 17:15:12 Created index idx_stops2_feed_id_stop_id ok 2024/09/14 17:15:12 Create index idx_stops2_stop_lat_stop_lon on stops as [stop_lat stop_lon] 2024/09/14 17:15:12 Created index idx_stops2_stop_lat_stop_lon ok 2024/09/14 17:15:12 Create index idx_transfers2_feed_id_from_stop_id on transfers as [feed_id from_stop_id] 2024/09/14 17:15:12 Created index idx_transfers2_feed_id_from_stop_id ok 2024/09/14 17:15:12 Create index idx_transfers2_feed_id_to_stop_id on transfers as [feed_id to_stop_id] 2024/09/14 17:15:12 Created index idx_transfers2_feed_id_to_stop_id ok 2024/09/14 17:15:12 Create index idx__cvconn3_feed_id_service_id_from_stop_time on _cvconn as [feed_id service_id from_stop_time] 2024/09/14 17:15:12 Created index idx__cvconn3_feed_id_service_id_from_stop_time ok 2024/09/14 17:15:12 Create index idx__cvconn3_feed_id_from_stop_sidu_from_stop_time on _cvconn as [feed_id from_stop_sidu from_stop_time] 2024/09/14 17:15:12 Created index idx__cvconn3_feed_id_from_stop_sidu_from_stop_time ok 2024/09/14 17:15:12 Create index idx__cvcaltoservice2_service_date_feed_id on _cvcaltoservice as [service_date feed_id] 2024/09/14 17:15:12 Created index idx__cvcaltoservice2_service_date_feed_id ok 2024/09/14 17:15:12 Loading schema indexes ok 2024/09/14 17:15:12 Loading views ok 2024/09/14 17:15:12 Loaded view _vfeedsmetadata (bytes=3531) 2024/09/14 17:15:12 Loaded view _vstopparent (bytes=2600) 2024/09/14 17:15:12 Loaded view _vconn (bytes=1227) 2024/09/14 17:15:12 Loaded view _vconnverbose (bytes=1122) 2024/09/14 17:15:12 Loaded view _vcaltoservice (bytes=4223) 2024/09/14 17:15:12 Loaded view _vtransferstbl (bytes=933) 2024/09/14 17:15:12 Loaded view _vtransfersgen (bytes=1552) 2024/09/14 17:15:12 Loaded view _vtransfersimplicit (bytes=371) 2024/09/14 17:15:12 Loading views ok 2024/09/14 17:15:12 Importing table from //tmp/mobroute_test_mobdb_4195138735.csv (0.00MB) to table: _gtfssource_mdbcsv 2024/09/14 17:15:12 Last checksum vs current: / C_0M_daf9ea9f2e5f01b1aee9d37bbb774b8e4821d42643580fa4b1fda015dc4b79b0; import will occur 2024/09/14 17:15:12 Imported 1 rows into _gtfssource_mdbcsv ok 2024/09/14 17:15:12 Imported table from //tmp/mobroute_test_mobdb_4195138735.csv to table: _gtfssource_mdbcsv ok 2024/09/14 17:15:12 Running RTDatabase against input: {"feed_ids":[42],"op":"load"} 2024/09/14 17:15:12 Running Load against 1 feeds 2024/09/14 17:15:12 Loading GTFS feed 42 (1 of 1) 2024/09/14 17:15:12 Loading /tmp/1700052351.zip to DB with GTFS feed: 42 2024/09/14 17:15:12 Loaded GTFS Archive /tmp/1700052351.zip to temporary directory: /tmp/mobroute_tempdir1781159207 2024/09/14 17:15:12 Loading table: agency 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir1781159207/agency.txt (0.00MB) to table: agency 2024/09/14 17:15:12 Last checksum vs current: / C_0M_ec69cc35698113d39b116d06df83c168ff34eec1dd5daa90136c2ccdddd57966; import will occur 2024/09/14 17:15:12 Imported 1 rows into agency ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir1781159207/agency.txt to table: agency ok 2024/09/14 17:15:12 Loading table: agency complete 2024/09/14 17:15:12 Loading table: calendar 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir1781159207/calendar.txt (0.00MB) to table: calendar 2024/09/14 17:15:12 Skipped import for non-existant non-required file: /tmp/mobroute_tempdir1781159207/calendar.txt 2024/09/14 17:15:12 Loading table: calendar complete 2024/09/14 17:15:12 Loading table: calendar_dates 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir1781159207/calendar_dates.txt (0.00MB) to table: calendar_dates 2024/09/14 17:15:12 Last checksum vs current: / C_0M_e37e371e5f8c7c355413d55fe59c9054de3dbf0d759f0bcd6ef7968b46cde54e; import will occur 2024/09/14 17:15:12 Imported 1 rows into calendar_dates ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir1781159207/calendar_dates.txt to table: calendar_dates ok 2024/09/14 17:15:12 Loading table: calendar_dates complete 2024/09/14 17:15:12 Loading table: stop_times 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir1781159207/stop_times.txt (0.00MB) to table: stop_times 2024/09/14 17:15:12 Last checksum vs current: / C_0M_34d5ab6ee7cbb3e04fd82bd1dca86e4daecfa570a11b128209c8e5c102662d0a; import will occur 2024/09/14 17:15:12 Imported 1 rows into stop_times ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir1781159207/stop_times.txt to table: stop_times ok 2024/09/14 17:15:12 Loading table: stop_times complete 2024/09/14 17:15:12 Loading table: stops 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir1781159207/stops.txt (0.00MB) to table: stops 2024/09/14 17:15:12 Last checksum vs current: / C_0M_658a3f90ef5c5b6b531059c770014493d5c29ff969ad1e41a9df10615e479366; import will occur 2024/09/14 17:15:12 Imported 10 rows into stops ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir1781159207/stops.txt to table: stops ok 2024/09/14 17:15:12 Loading table: stops complete 2024/09/14 17:15:12 Loading table: trips 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir1781159207/trips.txt (0.00MB) to table: trips 2024/09/14 17:15:12 Last checksum vs current: / C_0M_0391ceb043162a440ba78564cae799b0c9b0004ac42d27290246145bfa780435; import will occur 2024/09/14 17:15:12 Imported 1 rows into trips ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir1781159207/trips.txt to table: trips ok 2024/09/14 17:15:12 Loading table: trips complete 2024/09/14 17:15:12 Loading table: routes 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir1781159207/routes.txt (0.00MB) to table: routes 2024/09/14 17:15:12 Last checksum vs current: / C_0M_a6031af6418607a6e5f51c20eaa22f422664f8d5254c59438ab18ce7e1e97cf8; import will occur 2024/09/14 17:15:12 Imported 1 rows into routes ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir1781159207/routes.txt to table: routes ok 2024/09/14 17:15:12 Loading table: routes complete 2024/09/14 17:15:12 Loading table: transfers 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir1781159207/transfers.txt (0.00MB) to table: transfers 2024/09/14 17:15:12 Skipped import for non-existant non-required file: /tmp/mobroute_tempdir1781159207/transfers.txt 2024/09/14 17:15:12 Loading table: transfers complete 2024/09/14 17:15:12 Loaded /tmp/1700052351.zip to DB with GTFS feed: 42 ok 2024/09/14 17:15:12 Loading GTFS feed 42 ok; used cache for URL download (true) 2024/09/14 17:15:12 Running Load against 1 feeds ok 2024/09/14 17:15:12 Running RTDatabase against input: {"feed_ids":[42],"op":"compute"} 2024/09/14 17:15:12 Running Compute against 1 feeds 2024/09/14 17:15:12 Computed table _cvconn for feed (42 ) out of date - updating ('' vs '42:routes:C_0M_a6031af6418607a6e5f51c20eaa22f422664f8d5254c59438ab18ce7e1e97cf8,42:stop_times:C_0M_34d5ab6ee7cbb3e04fd82bd1dca86e4daecfa570a11b128209c8e5c102662d0a,42:stops:C_0M_658a3f90ef5c5b6b531059c770014493d5c29ff969ad1e41a9df10615e479366,42:trips:C_0M_0391ceb043162a440ba78564cae799b0c9b0004ac42d27290246145bfa780435') 2024/09/14 17:15:12 Computed table _cvcaltoservice for feed (42 ) out of date - updating ('' vs '42:stops:C_0M_658a3f90ef5c5b6b531059c770014493d5c29ff969ad1e41a9df10615e479366') 2024/09/14 17:15:12 Computed table _cvtransfersgen for feed (42 0xc00034e008) out of date - updating ('' vs '42:stops:C_0M_658a3f90ef5c5b6b531059c770014493d5c29ff969ad1e41a9df10615e479366') 2024/09/14 17:15:12 Running Compute against 1 feeds ok 2024/09/14 17:15:12 Loading with input_coord as (select ? as lat, ? as lon), dists as ( select distinct s.feed_id, vsp.feed_id || '_' || vsp.parent_station as stop_sidu, s.stop_name, s.stop_lat, s.stop_lon, 6371.0 * acos( sin(input_coord.lat * pi() / 180.0) * sin(s.stop_lat * pi() / 180.0) + cos(input_coord.lat * pi() / 180.0) * cos(s.stop_lat * pi() / 180.0) * cos((s.stop_lon - input_coord.lon) * pi() / 180.0) ) as dist_km from input_coord join stops s on 1 = 1 join _vstopparent vsp on s.feed_id = vsp.feed_id and vsp.parent_station = s.stop_id order by dist_km asc ) select stop_sidu, stop_name, stop_lat, stop_lon, iif(dist_km > ?, null, dist_km) as dist_km from dists where feed_id in (?) order by dist_km asc ([1.1 0.2 50 42]) to memory 2024/09/14 17:15:12 Loaded with input_coord as (select ? as lat, ? as lon), dists as ( select distinct s.feed_id, vsp.feed_id || '_' || vsp.parent_station as stop_sidu, s.stop_name, s.stop_lat, s.stop_lon, 6371.0 * acos( sin(input_coord.lat * pi() / 180.0) * sin(s.stop_lat * pi() / 180.0) + cos(input_coord.lat * pi() / 180.0) * cos(s.stop_lat * pi() / 180.0) * cos((s.stop_lon - input_coord.lon) * pi() / 180.0) ) as dist_km from input_coord join stops s on 1 = 1 join _vstopparent vsp on s.feed_id = vsp.feed_id and vsp.parent_station = s.stop_id order by dist_km asc ) select stop_sidu, stop_name, stop_lat, stop_lon, iif(dist_km > ?, null, dist_km) as dist_km from dists where feed_id in (?) order by dist_km asc ([1.1 0.2 50 42]) to memory ok (len=4) 2024/09/14 17:15:12 Generated mock for input (map[42:../testhelper/mockgtfs/gtfs_simple_stops.yml]): (gtfs zips: [/tmp/1323329197.zip]) (mobdb csv: /tmp/mobroute_test_mobdb_2141118093.csv) 2024/09/14 17:15:12 SQLite system version (3.46.1); comparing to required version: 3.28.0 2024/09/14 17:15:12 Loading schema tables 2024/09/14 17:15:12 Execute statement: create table if not exists _mobsqltrack ('feed_id' int not null,'feed_id_pair' int,'tbl' text not null,'checksum' text not null,'n_rows' int not null,'timestamp' int not null,unique(feed_id,feed_id_pair,tbl)) 2024/09/14 17:15:12 Execute statement: create table if not exists _gtfssource_mdbcsv ('feed_id' int not null check(feed_id = -1),'data_type' text not null,'location.bounding_box.minimum_latitude' real,'location.bounding_box.minimum_longitude' real,'location.bounding_box.maximum_latitude' real,'location.bounding_box.maximum_longitude' real,'location.country_code' text,'location.subdivision_name' text,'location.municipality' text,'urls.latest' text not null,'urls.license' text,'mdb_source_id' int not null check(mdb_source_id >= 0),'name' text,'status' text,'provider' text not null,unique(mdb_source_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists _gtfssource_custom ('customgtfs_feed_id' int not null check(customgtfs_feed_id < -1),'gtfs_uri' text not null,unique(customgtfs_feed_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists agency ('feed_id' int not null,'agency_id' text,'agency_name' text not null,'agency_url' text not null,'agency_timezone' text not null,unique(feed_id,agency_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists calendar ('feed_id' int not null,'service_id' text not null,'monday' int not null check(monday in (0,1)),'tuesday' int not null check(tuesday in (0,1)),'wednesday' int not null check(wednesday in (0,1)),'thursday' int not null check(thursday in (0,1)),'friday' int not null check(friday in (0,1)),'saturday' int not null check(saturday in (0,1)),'sunday' int not null check(sunday in (0,1)),'start_date' int not null,'end_date' int not null,unique(feed_id,service_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists calendar_dates ('feed_id' int not null,'service_id' text not null,'date' int not null,'exception_type' int not null check(exception_type in (1,2))) 2024/09/14 17:15:12 Execute statement: create table if not exists stop_times ('feed_id' int not null,'trip_id' text not null,'arrival_time' int,'departure_time' int,'stop_id' text not null,'stop_sequence' int not null,'stop_headsign' text,'pickup_type' int,'drop_off_type' int,'continuous_drop_off' text,'timepoint' int check(timepoint in (0,1)),unique(feed_id,trip_id,stop_sequence)) 2024/09/14 17:15:12 Execute statement: create table if not exists stops ('feed_id' int not null,'stop_id' text not null,'stop_code' text,'stop_name' text check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_name is not null) or (location_type = 3 or location_type = 4) ),'stop_desc' text,'stop_lat' real check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_lat is not null) or (location_type = 3 or location_type = 4) ),'stop_lon' real check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_lon is not null) or (location_type = 3 or location_type = 4) ),'zone_id' text,'stop_url' text,'location_type' int check(location_type in (0,1,2,3,4)),'parent_station' text,'stop_timezone' text,'wheelchair_boarding' int check(wheelchair_boarding in (0,1,2)),'level_id' text,'platform_code' text,unique(feed_id,stop_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists trips ('feed_id' int not null,'route_id' text not null,'service_id' text not null,'trip_id' text not null,'trip_headsign' text,'trip_short_name' text,'direction_id' int check(direction_id in (0,1)),'block_id' text,'shape_id' text,'wheelchair_accessible' text check(wheelchair_accessible in (0,1,2)),'bikes_allowed' int check(bikes_allowed in (0,1,2)),unique(feed_id,trip_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists routes ('feed_id' int not null,'route_id' text not null,'agency_id' text,'route_short_name' text check(route_long_name is not null or route_short_name is not null),'route_long_name' text,'route_desc' text,'route_type' int,'route_url' text,'route_color' text,'route_text_color' text,'route_sort_order' text,'continuous_pickup' int check(continuous_pickup in (0,1,2,3)),'continuous_drop_off' int check(continuous_drop_off in (0,1,2,3)),unique(feed_id,route_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists transfers ('feed_id' int not null,'from_stop_id' text not null,'to_stop_id' text not null,'transfer_type' int,'min_transfer_time' int) 2024/09/14 17:15:12 Execute statement: create table if not exists _cvconn ('feed_id' int not null,'conn_id' text not null,'trip_id' text not null,'service_id' text not null,'from_stop_id' text not null,'from_stop_idu' text not null,'from_stop_sidu' text not null,'from_stop_time' int not null,'from_stop_sequence' int not null,'to_stop_id' text not null,'to_stop_idu' text not null,'to_stop_sidu' text not null,'to_stop_time' int not null,'to_stop_sequence' int not null,unique(feed_id,conn_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists _cvcaltoservice ('feed_id' int not null,'service_date' int not null,'service_id' text not null) 2024/09/14 17:15:12 Execute statement: create table if not exists _cvtransfersgen ('feed_id' int not null,'feed_id_pair' int not null,'from_stop_id' text not null,'to_stop_id' text not null,'from_stop_idu' text not null,'to_stop_idu' text not null,'from_stop_sidu' text not null,'to_stop_sidu' text not null,'dist_km' real) 2024/09/14 17:15:12 Loading schema tables ok 2024/09/14 17:15:12 Loading schema indexes 2024/09/14 17:15:12 Create index idx_stop_times1_departure_time on stop_times as [departure_time] 2024/09/14 17:15:12 Created index idx_stop_times1_departure_time ok 2024/09/14 17:15:12 Create index idx_stop_times1_trip_id on stop_times as [trip_id] 2024/09/14 17:15:12 Created index idx_stop_times1_trip_id ok 2024/09/14 17:15:12 Create index idx_stops2_feed_id_stop_id on stops as [feed_id stop_id] 2024/09/14 17:15:12 Created index idx_stops2_feed_id_stop_id ok 2024/09/14 17:15:12 Create index idx_stops2_stop_lat_stop_lon on stops as [stop_lat stop_lon] 2024/09/14 17:15:12 Created index idx_stops2_stop_lat_stop_lon ok 2024/09/14 17:15:12 Create index idx_transfers2_feed_id_from_stop_id on transfers as [feed_id from_stop_id] 2024/09/14 17:15:12 Created index idx_transfers2_feed_id_from_stop_id ok 2024/09/14 17:15:12 Create index idx_transfers2_feed_id_to_stop_id on transfers as [feed_id to_stop_id] 2024/09/14 17:15:12 Created index idx_transfers2_feed_id_to_stop_id ok 2024/09/14 17:15:12 Create index idx__cvconn3_feed_id_service_id_from_stop_time on _cvconn as [feed_id service_id from_stop_time] 2024/09/14 17:15:12 Created index idx__cvconn3_feed_id_service_id_from_stop_time ok 2024/09/14 17:15:12 Create index idx__cvconn3_feed_id_from_stop_sidu_from_stop_time on _cvconn as [feed_id from_stop_sidu from_stop_time] 2024/09/14 17:15:12 Created index idx__cvconn3_feed_id_from_stop_sidu_from_stop_time ok 2024/09/14 17:15:12 Create index idx__cvcaltoservice2_service_date_feed_id on _cvcaltoservice as [service_date feed_id] 2024/09/14 17:15:12 Created index idx__cvcaltoservice2_service_date_feed_id ok 2024/09/14 17:15:12 Loading schema indexes ok 2024/09/14 17:15:12 Loading views ok 2024/09/14 17:15:12 Loaded view _vfeedsmetadata (bytes=3531) 2024/09/14 17:15:12 Loaded view _vstopparent (bytes=2600) 2024/09/14 17:15:12 Loaded view _vconn (bytes=1227) 2024/09/14 17:15:12 Loaded view _vconnverbose (bytes=1122) 2024/09/14 17:15:12 Loaded view _vcaltoservice (bytes=4223) 2024/09/14 17:15:12 Loaded view _vtransferstbl (bytes=933) 2024/09/14 17:15:12 Loaded view _vtransfersgen (bytes=1552) 2024/09/14 17:15:12 Loaded view _vtransfersimplicit (bytes=371) 2024/09/14 17:15:12 Loading views ok 2024/09/14 17:15:12 Importing table from //tmp/mobroute_test_mobdb_2141118093.csv (0.00MB) to table: _gtfssource_mdbcsv 2024/09/14 17:15:12 Last checksum vs current: / C_0M_3d5c9f8e4e7dfc077bcc64d218bbad5fb8cce1298fd1951155b8a5b7abe4637a; import will occur 2024/09/14 17:15:12 Imported 1 rows into _gtfssource_mdbcsv ok 2024/09/14 17:15:12 Imported table from //tmp/mobroute_test_mobdb_2141118093.csv to table: _gtfssource_mdbcsv ok 2024/09/14 17:15:12 Running RTDatabase against input: {"feed_ids":[42],"op":"load"} 2024/09/14 17:15:12 Running Load against 1 feeds 2024/09/14 17:15:12 Loading GTFS feed 42 (1 of 1) 2024/09/14 17:15:12 Loading /tmp/1323329197.zip to DB with GTFS feed: 42 2024/09/14 17:15:12 Loaded GTFS Archive /tmp/1323329197.zip to temporary directory: /tmp/mobroute_tempdir3523003857 2024/09/14 17:15:12 Loading table: agency 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir3523003857/agency.txt (0.00MB) to table: agency 2024/09/14 17:15:12 Last checksum vs current: / C_0M_ec69cc35698113d39b116d06df83c168ff34eec1dd5daa90136c2ccdddd57966; import will occur 2024/09/14 17:15:12 Imported 1 rows into agency ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir3523003857/agency.txt to table: agency ok 2024/09/14 17:15:12 Loading table: agency complete 2024/09/14 17:15:12 Loading table: calendar 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir3523003857/calendar.txt (0.00MB) to table: calendar 2024/09/14 17:15:12 Skipped import for non-existant non-required file: /tmp/mobroute_tempdir3523003857/calendar.txt 2024/09/14 17:15:12 Loading table: calendar complete 2024/09/14 17:15:12 Loading table: calendar_dates 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir3523003857/calendar_dates.txt (0.00MB) to table: calendar_dates 2024/09/14 17:15:12 Last checksum vs current: / C_0M_e37e371e5f8c7c355413d55fe59c9054de3dbf0d759f0bcd6ef7968b46cde54e; import will occur 2024/09/14 17:15:12 Imported 1 rows into calendar_dates ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir3523003857/calendar_dates.txt to table: calendar_dates ok 2024/09/14 17:15:12 Loading table: calendar_dates complete 2024/09/14 17:15:12 Loading table: stop_times 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir3523003857/stop_times.txt (0.00MB) to table: stop_times 2024/09/14 17:15:12 Last checksum vs current: / C_0M_34d5ab6ee7cbb3e04fd82bd1dca86e4daecfa570a11b128209c8e5c102662d0a; import will occur 2024/09/14 17:15:12 Imported 1 rows into stop_times ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir3523003857/stop_times.txt to table: stop_times ok 2024/09/14 17:15:12 Loading table: stop_times complete 2024/09/14 17:15:12 Loading table: stops 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir3523003857/stops.txt (0.00MB) to table: stops 2024/09/14 17:15:12 Last checksum vs current: / C_0M_658a3f90ef5c5b6b531059c770014493d5c29ff969ad1e41a9df10615e479366; import will occur 2024/09/14 17:15:12 Imported 10 rows into stops ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir3523003857/stops.txt to table: stops ok 2024/09/14 17:15:12 Loading table: stops complete 2024/09/14 17:15:12 Loading table: trips 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir3523003857/trips.txt (0.00MB) to table: trips 2024/09/14 17:15:12 Last checksum vs current: / C_0M_0391ceb043162a440ba78564cae799b0c9b0004ac42d27290246145bfa780435; import will occur 2024/09/14 17:15:12 Imported 1 rows into trips ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir3523003857/trips.txt to table: trips ok 2024/09/14 17:15:12 Loading table: trips complete 2024/09/14 17:15:12 Loading table: routes 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir3523003857/routes.txt (0.00MB) to table: routes 2024/09/14 17:15:12 Last checksum vs current: / C_0M_a6031af6418607a6e5f51c20eaa22f422664f8d5254c59438ab18ce7e1e97cf8; import will occur 2024/09/14 17:15:12 Imported 1 rows into routes ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir3523003857/routes.txt to table: routes ok 2024/09/14 17:15:12 Loading table: routes complete 2024/09/14 17:15:12 Loading table: transfers 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir3523003857/transfers.txt (0.00MB) to table: transfers 2024/09/14 17:15:12 Skipped import for non-existant non-required file: /tmp/mobroute_tempdir3523003857/transfers.txt 2024/09/14 17:15:12 Loading table: transfers complete 2024/09/14 17:15:12 Loaded /tmp/1323329197.zip to DB with GTFS feed: 42 ok 2024/09/14 17:15:12 Loading GTFS feed 42 ok; used cache for URL download (true) 2024/09/14 17:15:12 Running Load against 1 feeds ok 2024/09/14 17:15:12 Running RTDatabase against input: {"feed_ids":[42],"op":"compute"} 2024/09/14 17:15:12 Running Compute against 1 feeds 2024/09/14 17:15:12 Computed table _cvconn for feed (42 ) out of date - updating ('' vs '42:routes:C_0M_a6031af6418607a6e5f51c20eaa22f422664f8d5254c59438ab18ce7e1e97cf8,42:stop_times:C_0M_34d5ab6ee7cbb3e04fd82bd1dca86e4daecfa570a11b128209c8e5c102662d0a,42:stops:C_0M_658a3f90ef5c5b6b531059c770014493d5c29ff969ad1e41a9df10615e479366,42:trips:C_0M_0391ceb043162a440ba78564cae799b0c9b0004ac42d27290246145bfa780435') 2024/09/14 17:15:12 Computed table _cvcaltoservice for feed (42 ) out of date - updating ('' vs '42:stops:C_0M_658a3f90ef5c5b6b531059c770014493d5c29ff969ad1e41a9df10615e479366') 2024/09/14 17:15:12 Computed table _cvtransfersgen for feed (42 0xc00034fe18) out of date - updating ('' vs '42:stops:C_0M_658a3f90ef5c5b6b531059c770014493d5c29ff969ad1e41a9df10615e479366') 2024/09/14 17:15:12 Running Compute against 1 feeds ok 2024/09/14 17:15:12 Loading with input_coord as (select ? as lat, ? as lon), dists as ( select distinct s.feed_id, vsp.feed_id || '_' || vsp.parent_station as stop_sidu, s.stop_name, s.stop_lat, s.stop_lon, 6371.0 * acos( sin(input_coord.lat * pi() / 180.0) * sin(s.stop_lat * pi() / 180.0) + cos(input_coord.lat * pi() / 180.0) * cos(s.stop_lat * pi() / 180.0) * cos((s.stop_lon - input_coord.lon) * pi() / 180.0) ) as dist_km from input_coord join stops s on 1 = 1 join _vstopparent vsp on s.feed_id = vsp.feed_id and vsp.parent_station = s.stop_id order by dist_km asc ) select stop_sidu, stop_name, stop_lat, stop_lon, iif(dist_km > ?, null, dist_km) as dist_km from dists where feed_id in (?) order by dist_km asc ([1.1 0.2 20 42]) to memory 2024/09/14 17:15:12 Loaded with input_coord as (select ? as lat, ? as lon), dists as ( select distinct s.feed_id, vsp.feed_id || '_' || vsp.parent_station as stop_sidu, s.stop_name, s.stop_lat, s.stop_lon, 6371.0 * acos( sin(input_coord.lat * pi() / 180.0) * sin(s.stop_lat * pi() / 180.0) + cos(input_coord.lat * pi() / 180.0) * cos(s.stop_lat * pi() / 180.0) * cos((s.stop_lon - input_coord.lon) * pi() / 180.0) ) as dist_km from input_coord join stops s on 1 = 1 join _vstopparent vsp on s.feed_id = vsp.feed_id and vsp.parent_station = s.stop_id order by dist_km asc ) select stop_sidu, stop_name, stop_lat, stop_lon, iif(dist_km > ?, null, dist_km) as dist_km from dists where feed_id in (?) order by dist_km asc ([1.1 0.2 20 42]) to memory ok (len=4) --- PASS: Test_LoadStopWalks (0.04s) === RUN Test_LoadTransfers 2024/09/14 17:15:12 Generated mock for input (map[42:../testhelper/mockgtfs/gtfs_transfers.yml]): (gtfs zips: [/tmp/3382331662.zip]) (mobdb csv: /tmp/mobroute_test_mobdb_3518103876.csv) 2024/09/14 17:15:12 SQLite system version (3.46.1); comparing to required version: 3.28.0 2024/09/14 17:15:12 Loading schema tables 2024/09/14 17:15:12 Execute statement: create table if not exists _mobsqltrack ('feed_id' int not null,'feed_id_pair' int,'tbl' text not null,'checksum' text not null,'n_rows' int not null,'timestamp' int not null,unique(feed_id,feed_id_pair,tbl)) 2024/09/14 17:15:12 Execute statement: create table if not exists _gtfssource_mdbcsv ('feed_id' int not null check(feed_id = -1),'data_type' text not null,'location.bounding_box.minimum_latitude' real,'location.bounding_box.minimum_longitude' real,'location.bounding_box.maximum_latitude' real,'location.bounding_box.maximum_longitude' real,'location.country_code' text,'location.subdivision_name' text,'location.municipality' text,'urls.latest' text not null,'urls.license' text,'mdb_source_id' int not null check(mdb_source_id >= 0),'name' text,'status' text,'provider' text not null,unique(mdb_source_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists _gtfssource_custom ('customgtfs_feed_id' int not null check(customgtfs_feed_id < -1),'gtfs_uri' text not null,unique(customgtfs_feed_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists agency ('feed_id' int not null,'agency_id' text,'agency_name' text not null,'agency_url' text not null,'agency_timezone' text not null,unique(feed_id,agency_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists calendar ('feed_id' int not null,'service_id' text not null,'monday' int not null check(monday in (0,1)),'tuesday' int not null check(tuesday in (0,1)),'wednesday' int not null check(wednesday in (0,1)),'thursday' int not null check(thursday in (0,1)),'friday' int not null check(friday in (0,1)),'saturday' int not null check(saturday in (0,1)),'sunday' int not null check(sunday in (0,1)),'start_date' int not null,'end_date' int not null,unique(feed_id,service_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists calendar_dates ('feed_id' int not null,'service_id' text not null,'date' int not null,'exception_type' int not null check(exception_type in (1,2))) 2024/09/14 17:15:12 Execute statement: create table if not exists stop_times ('feed_id' int not null,'trip_id' text not null,'arrival_time' int,'departure_time' int,'stop_id' text not null,'stop_sequence' int not null,'stop_headsign' text,'pickup_type' int,'drop_off_type' int,'continuous_drop_off' text,'timepoint' int check(timepoint in (0,1)),unique(feed_id,trip_id,stop_sequence)) 2024/09/14 17:15:12 Execute statement: create table if not exists stops ('feed_id' int not null,'stop_id' text not null,'stop_code' text,'stop_name' text check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_name is not null) or (location_type = 3 or location_type = 4) ),'stop_desc' text,'stop_lat' real check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_lat is not null) or (location_type = 3 or location_type = 4) ),'stop_lon' real check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_lon is not null) or (location_type = 3 or location_type = 4) ),'zone_id' text,'stop_url' text,'location_type' int check(location_type in (0,1,2,3,4)),'parent_station' text,'stop_timezone' text,'wheelchair_boarding' int check(wheelchair_boarding in (0,1,2)),'level_id' text,'platform_code' text,unique(feed_id,stop_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists trips ('feed_id' int not null,'route_id' text not null,'service_id' text not null,'trip_id' text not null,'trip_headsign' text,'trip_short_name' text,'direction_id' int check(direction_id in (0,1)),'block_id' text,'shape_id' text,'wheelchair_accessible' text check(wheelchair_accessible in (0,1,2)),'bikes_allowed' int check(bikes_allowed in (0,1,2)),unique(feed_id,trip_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists routes ('feed_id' int not null,'route_id' text not null,'agency_id' text,'route_short_name' text check(route_long_name is not null or route_short_name is not null),'route_long_name' text,'route_desc' text,'route_type' int,'route_url' text,'route_color' text,'route_text_color' text,'route_sort_order' text,'continuous_pickup' int check(continuous_pickup in (0,1,2,3)),'continuous_drop_off' int check(continuous_drop_off in (0,1,2,3)),unique(feed_id,route_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists transfers ('feed_id' int not null,'from_stop_id' text not null,'to_stop_id' text not null,'transfer_type' int,'min_transfer_time' int) 2024/09/14 17:15:12 Execute statement: create table if not exists _cvconn ('feed_id' int not null,'conn_id' text not null,'trip_id' text not null,'service_id' text not null,'from_stop_id' text not null,'from_stop_idu' text not null,'from_stop_sidu' text not null,'from_stop_time' int not null,'from_stop_sequence' int not null,'to_stop_id' text not null,'to_stop_idu' text not null,'to_stop_sidu' text not null,'to_stop_time' int not null,'to_stop_sequence' int not null,unique(feed_id,conn_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists _cvcaltoservice ('feed_id' int not null,'service_date' int not null,'service_id' text not null) 2024/09/14 17:15:12 Execute statement: create table if not exists _cvtransfersgen ('feed_id' int not null,'feed_id_pair' int not null,'from_stop_id' text not null,'to_stop_id' text not null,'from_stop_idu' text not null,'to_stop_idu' text not null,'from_stop_sidu' text not null,'to_stop_sidu' text not null,'dist_km' real) 2024/09/14 17:15:12 Loading schema tables ok 2024/09/14 17:15:12 Loading schema indexes 2024/09/14 17:15:12 Create index idx_stop_times1_departure_time on stop_times as [departure_time] 2024/09/14 17:15:12 Created index idx_stop_times1_departure_time ok 2024/09/14 17:15:12 Create index idx_stop_times1_trip_id on stop_times as [trip_id] 2024/09/14 17:15:12 Created index idx_stop_times1_trip_id ok 2024/09/14 17:15:12 Create index idx_stops2_feed_id_stop_id on stops as [feed_id stop_id] 2024/09/14 17:15:12 Created index idx_stops2_feed_id_stop_id ok 2024/09/14 17:15:12 Create index idx_stops2_stop_lat_stop_lon on stops as [stop_lat stop_lon] 2024/09/14 17:15:12 Created index idx_stops2_stop_lat_stop_lon ok 2024/09/14 17:15:12 Create index idx_transfers2_feed_id_from_stop_id on transfers as [feed_id from_stop_id] 2024/09/14 17:15:12 Created index idx_transfers2_feed_id_from_stop_id ok 2024/09/14 17:15:12 Create index idx_transfers2_feed_id_to_stop_id on transfers as [feed_id to_stop_id] 2024/09/14 17:15:12 Created index idx_transfers2_feed_id_to_stop_id ok 2024/09/14 17:15:12 Create index idx__cvconn3_feed_id_service_id_from_stop_time on _cvconn as [feed_id service_id from_stop_time] 2024/09/14 17:15:12 Created index idx__cvconn3_feed_id_service_id_from_stop_time ok 2024/09/14 17:15:12 Create index idx__cvconn3_feed_id_from_stop_sidu_from_stop_time on _cvconn as [feed_id from_stop_sidu from_stop_time] 2024/09/14 17:15:12 Created index idx__cvconn3_feed_id_from_stop_sidu_from_stop_time ok 2024/09/14 17:15:12 Create index idx__cvcaltoservice2_service_date_feed_id on _cvcaltoservice as [service_date feed_id] 2024/09/14 17:15:12 Created index idx__cvcaltoservice2_service_date_feed_id ok 2024/09/14 17:15:12 Loading schema indexes ok 2024/09/14 17:15:12 Loading views ok 2024/09/14 17:15:12 Loaded view _vfeedsmetadata (bytes=3531) 2024/09/14 17:15:12 Loaded view _vstopparent (bytes=2600) 2024/09/14 17:15:12 Loaded view _vconn (bytes=1227) 2024/09/14 17:15:12 Loaded view _vconnverbose (bytes=1122) 2024/09/14 17:15:12 Loaded view _vcaltoservice (bytes=4223) 2024/09/14 17:15:12 Loaded view _vtransferstbl (bytes=933) 2024/09/14 17:15:12 Loaded view _vtransfersgen (bytes=1552) 2024/09/14 17:15:12 Loaded view _vtransfersimplicit (bytes=371) 2024/09/14 17:15:12 Loading views ok 2024/09/14 17:15:12 Importing table from //tmp/mobroute_test_mobdb_3518103876.csv (0.00MB) to table: _gtfssource_mdbcsv 2024/09/14 17:15:12 Last checksum vs current: / C_0M_9f7c78cca4276bb5e72e764de6ff88bb5e25afc820f4c79477ca2a915e956f5f; import will occur 2024/09/14 17:15:12 Imported 1 rows into _gtfssource_mdbcsv ok 2024/09/14 17:15:12 Imported table from //tmp/mobroute_test_mobdb_3518103876.csv to table: _gtfssource_mdbcsv ok 2024/09/14 17:15:12 Running RTDatabase against input: {"feed_ids":[42],"op":"load"} 2024/09/14 17:15:12 Running Load against 1 feeds 2024/09/14 17:15:12 Loading GTFS feed 42 (1 of 1) 2024/09/14 17:15:12 Loading /tmp/3382331662.zip to DB with GTFS feed: 42 2024/09/14 17:15:12 Loaded GTFS Archive /tmp/3382331662.zip to temporary directory: /tmp/mobroute_tempdir2524447895 2024/09/14 17:15:12 Loading table: agency 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir2524447895/agency.txt (0.00MB) to table: agency 2024/09/14 17:15:12 Last checksum vs current: / C_0M_ec69cc35698113d39b116d06df83c168ff34eec1dd5daa90136c2ccdddd57966; import will occur 2024/09/14 17:15:12 Imported 1 rows into agency ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir2524447895/agency.txt to table: agency ok 2024/09/14 17:15:12 Loading table: agency complete 2024/09/14 17:15:12 Loading table: calendar 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir2524447895/calendar.txt (0.00MB) to table: calendar 2024/09/14 17:15:12 Skipped import for non-existant non-required file: /tmp/mobroute_tempdir2524447895/calendar.txt 2024/09/14 17:15:12 Loading table: calendar complete 2024/09/14 17:15:12 Loading table: calendar_dates 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir2524447895/calendar_dates.txt (0.00MB) to table: calendar_dates 2024/09/14 17:15:12 Last checksum vs current: / C_0M_e37e371e5f8c7c355413d55fe59c9054de3dbf0d759f0bcd6ef7968b46cde54e; import will occur 2024/09/14 17:15:12 Imported 1 rows into calendar_dates ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir2524447895/calendar_dates.txt to table: calendar_dates ok 2024/09/14 17:15:12 Loading table: calendar_dates complete 2024/09/14 17:15:12 Loading table: stop_times 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir2524447895/stop_times.txt (0.00MB) to table: stop_times 2024/09/14 17:15:12 Last checksum vs current: / C_0M_34d5ab6ee7cbb3e04fd82bd1dca86e4daecfa570a11b128209c8e5c102662d0a; import will occur 2024/09/14 17:15:12 Imported 1 rows into stop_times ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir2524447895/stop_times.txt to table: stop_times ok 2024/09/14 17:15:12 Loading table: stop_times complete 2024/09/14 17:15:12 Loading table: stops 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir2524447895/stops.txt (0.00MB) to table: stops 2024/09/14 17:15:12 Last checksum vs current: / C_0M_e49bcb4d76fb2c80913af3c8407007f34b72c84c7045982cdafa519098886897; import will occur 2024/09/14 17:15:12 Imported 4 rows into stops ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir2524447895/stops.txt to table: stops ok 2024/09/14 17:15:12 Loading table: stops complete 2024/09/14 17:15:12 Loading table: trips 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir2524447895/trips.txt (0.00MB) to table: trips 2024/09/14 17:15:12 Last checksum vs current: / C_0M_0391ceb043162a440ba78564cae799b0c9b0004ac42d27290246145bfa780435; import will occur 2024/09/14 17:15:12 Imported 1 rows into trips ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir2524447895/trips.txt to table: trips ok 2024/09/14 17:15:12 Loading table: trips complete 2024/09/14 17:15:12 Loading table: routes 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir2524447895/routes.txt (0.00MB) to table: routes 2024/09/14 17:15:12 Last checksum vs current: / C_0M_a6031af6418607a6e5f51c20eaa22f422664f8d5254c59438ab18ce7e1e97cf8; import will occur 2024/09/14 17:15:12 Imported 1 rows into routes ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir2524447895/routes.txt to table: routes ok 2024/09/14 17:15:12 Loading table: routes complete 2024/09/14 17:15:12 Loading table: transfers 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir2524447895/transfers.txt (0.00MB) to table: transfers 2024/09/14 17:15:12 Last checksum vs current: / C_0M_62f6463902bf0c18eefcc88fd81a21fbf559daca8485920a3653a28636aa83f5; import will occur 2024/09/14 17:15:12 Imported 2 rows into transfers ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir2524447895/transfers.txt to table: transfers ok 2024/09/14 17:15:12 Loading table: transfers complete 2024/09/14 17:15:12 Loaded /tmp/3382331662.zip to DB with GTFS feed: 42 ok 2024/09/14 17:15:12 Loading GTFS feed 42 ok; used cache for URL download (true) 2024/09/14 17:15:12 Running Load against 1 feeds ok 2024/09/14 17:15:12 Running RTDatabase against input: {"feed_ids":[42],"op":"compute"} 2024/09/14 17:15:12 Running Compute against 1 feeds 2024/09/14 17:15:12 Computed table _cvconn for feed (42 ) out of date - updating ('' vs '42:routes:C_0M_a6031af6418607a6e5f51c20eaa22f422664f8d5254c59438ab18ce7e1e97cf8,42:stop_times:C_0M_34d5ab6ee7cbb3e04fd82bd1dca86e4daecfa570a11b128209c8e5c102662d0a,42:stops:C_0M_e49bcb4d76fb2c80913af3c8407007f34b72c84c7045982cdafa519098886897,42:trips:C_0M_0391ceb043162a440ba78564cae799b0c9b0004ac42d27290246145bfa780435') 2024/09/14 17:15:12 Computed table _cvcaltoservice for feed (42 ) out of date - updating ('' vs '42:stops:C_0M_e49bcb4d76fb2c80913af3c8407007f34b72c84c7045982cdafa519098886897') 2024/09/14 17:15:12 Computed table _cvtransfersgen for feed (42 0xc00011d508) out of date - updating ('' vs '42:stops:C_0M_e49bcb4d76fb2c80913af3c8407007f34b72c84c7045982cdafa519098886897') 2024/09/14 17:15:12 Running Compute against 1 feeds ok 2024/09/14 17:15:12 Loading select * from ( -- Implicit transfers select from_stop_sidu, from_stop_idu, from_stop_id, from_feed_id, to_stop_sidu, to_stop_idu, to_stop_id, to_feed_id, 'i' as transfer_category, ? as transfer_seconds from _vtransfersimplicit union all -- Generated transfers select from_stop_sidu, from_stop_idu, from_stop_id, feed_id as from_feed_id, to_stop_sidu, to_stop_idu, to_stop_id, feed_id_pair as to_feed_id, 'g' as transfer_category, -- Uses dist_km to determine seconds transfer cost; round up to min_seconds max(coalesce(cast(dist_km / ? * 60 * 60 as uint), ?), ?) as transfer_seconds from _cvtransfersgen union all -- Feed transfers (transfers.txt) select from_stop_sidu, from_stop_idu, from_stop_id, feed_id as from_feed_id, to_stop_sidu, to_stop_idu, to_stop_id, feed_id_pair as to_feed_id, 'f' as transfer_category, -- Uses min_transfer_time, else use dist_km; round up to min_seconds max(coalesce(min_transfer_time, cast(dist_km / ? * 60 * 60 as uint), ?), ?) as transfer_seconds from _vtransferstbl ) t where ((from_feed_id = ? and to_feed_id = ?)) and transfer_seconds < ? and transfer_category in (?) ([0 3.5 0 0 3.5 0 0 42 42 1000 f]) to memory 2024/09/14 17:15:12 Loaded select * from ( -- Implicit transfers select from_stop_sidu, from_stop_idu, from_stop_id, from_feed_id, to_stop_sidu, to_stop_idu, to_stop_id, to_feed_id, 'i' as transfer_category, ? as transfer_seconds from _vtransfersimplicit union all -- Generated transfers select from_stop_sidu, from_stop_idu, from_stop_id, feed_id as from_feed_id, to_stop_sidu, to_stop_idu, to_stop_id, feed_id_pair as to_feed_id, 'g' as transfer_category, -- Uses dist_km to determine seconds transfer cost; round up to min_seconds max(coalesce(cast(dist_km / ? * 60 * 60 as uint), ?), ?) as transfer_seconds from _cvtransfersgen union all -- Feed transfers (transfers.txt) select from_stop_sidu, from_stop_idu, from_stop_id, feed_id as from_feed_id, to_stop_sidu, to_stop_idu, to_stop_id, feed_id_pair as to_feed_id, 'f' as transfer_category, -- Uses min_transfer_time, else use dist_km; round up to min_seconds max(coalesce(min_transfer_time, cast(dist_km / ? * 60 * 60 as uint), ?), ?) as transfer_seconds from _vtransferstbl ) t where ((from_feed_id = ? and to_feed_id = ?)) and transfer_seconds < ? and transfer_category in (?) ([0 3.5 0 0 3.5 0 0 42 42 1000 f]) to memory ok (len=2) 2024/09/14 17:15:12 Generated mock for input (map[42:../testhelper/mockgtfs/gtfs_transfers.yml]): (gtfs zips: [/tmp/2100542505.zip]) (mobdb csv: /tmp/mobroute_test_mobdb_2423185644.csv) 2024/09/14 17:15:12 SQLite system version (3.46.1); comparing to required version: 3.28.0 2024/09/14 17:15:12 Loading schema tables 2024/09/14 17:15:12 Execute statement: create table if not exists _mobsqltrack ('feed_id' int not null,'feed_id_pair' int,'tbl' text not null,'checksum' text not null,'n_rows' int not null,'timestamp' int not null,unique(feed_id,feed_id_pair,tbl)) 2024/09/14 17:15:12 Execute statement: create table if not exists _gtfssource_mdbcsv ('feed_id' int not null check(feed_id = -1),'data_type' text not null,'location.bounding_box.minimum_latitude' real,'location.bounding_box.minimum_longitude' real,'location.bounding_box.maximum_latitude' real,'location.bounding_box.maximum_longitude' real,'location.country_code' text,'location.subdivision_name' text,'location.municipality' text,'urls.latest' text not null,'urls.license' text,'mdb_source_id' int not null check(mdb_source_id >= 0),'name' text,'status' text,'provider' text not null,unique(mdb_source_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists _gtfssource_custom ('customgtfs_feed_id' int not null check(customgtfs_feed_id < -1),'gtfs_uri' text not null,unique(customgtfs_feed_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists agency ('feed_id' int not null,'agency_id' text,'agency_name' text not null,'agency_url' text not null,'agency_timezone' text not null,unique(feed_id,agency_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists calendar ('feed_id' int not null,'service_id' text not null,'monday' int not null check(monday in (0,1)),'tuesday' int not null check(tuesday in (0,1)),'wednesday' int not null check(wednesday in (0,1)),'thursday' int not null check(thursday in (0,1)),'friday' int not null check(friday in (0,1)),'saturday' int not null check(saturday in (0,1)),'sunday' int not null check(sunday in (0,1)),'start_date' int not null,'end_date' int not null,unique(feed_id,service_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists calendar_dates ('feed_id' int not null,'service_id' text not null,'date' int not null,'exception_type' int not null check(exception_type in (1,2))) 2024/09/14 17:15:12 Execute statement: create table if not exists stop_times ('feed_id' int not null,'trip_id' text not null,'arrival_time' int,'departure_time' int,'stop_id' text not null,'stop_sequence' int not null,'stop_headsign' text,'pickup_type' int,'drop_off_type' int,'continuous_drop_off' text,'timepoint' int check(timepoint in (0,1)),unique(feed_id,trip_id,stop_sequence)) 2024/09/14 17:15:12 Execute statement: create table if not exists stops ('feed_id' int not null,'stop_id' text not null,'stop_code' text,'stop_name' text check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_name is not null) or (location_type = 3 or location_type = 4) ),'stop_desc' text,'stop_lat' real check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_lat is not null) or (location_type = 3 or location_type = 4) ),'stop_lon' real check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_lon is not null) or (location_type = 3 or location_type = 4) ),'zone_id' text,'stop_url' text,'location_type' int check(location_type in (0,1,2,3,4)),'parent_station' text,'stop_timezone' text,'wheelchair_boarding' int check(wheelchair_boarding in (0,1,2)),'level_id' text,'platform_code' text,unique(feed_id,stop_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists trips ('feed_id' int not null,'route_id' text not null,'service_id' text not null,'trip_id' text not null,'trip_headsign' text,'trip_short_name' text,'direction_id' int check(direction_id in (0,1)),'block_id' text,'shape_id' text,'wheelchair_accessible' text check(wheelchair_accessible in (0,1,2)),'bikes_allowed' int check(bikes_allowed in (0,1,2)),unique(feed_id,trip_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists routes ('feed_id' int not null,'route_id' text not null,'agency_id' text,'route_short_name' text check(route_long_name is not null or route_short_name is not null),'route_long_name' text,'route_desc' text,'route_type' int,'route_url' text,'route_color' text,'route_text_color' text,'route_sort_order' text,'continuous_pickup' int check(continuous_pickup in (0,1,2,3)),'continuous_drop_off' int check(continuous_drop_off in (0,1,2,3)),unique(feed_id,route_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists transfers ('feed_id' int not null,'from_stop_id' text not null,'to_stop_id' text not null,'transfer_type' int,'min_transfer_time' int) 2024/09/14 17:15:12 Execute statement: create table if not exists _cvconn ('feed_id' int not null,'conn_id' text not null,'trip_id' text not null,'service_id' text not null,'from_stop_id' text not null,'from_stop_idu' text not null,'from_stop_sidu' text not null,'from_stop_time' int not null,'from_stop_sequence' int not null,'to_stop_id' text not null,'to_stop_idu' text not null,'to_stop_sidu' text not null,'to_stop_time' int not null,'to_stop_sequence' int not null,unique(feed_id,conn_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists _cvcaltoservice ('feed_id' int not null,'service_date' int not null,'service_id' text not null) 2024/09/14 17:15:12 Execute statement: create table if not exists _cvtransfersgen ('feed_id' int not null,'feed_id_pair' int not null,'from_stop_id' text not null,'to_stop_id' text not null,'from_stop_idu' text not null,'to_stop_idu' text not null,'from_stop_sidu' text not null,'to_stop_sidu' text not null,'dist_km' real) 2024/09/14 17:15:12 Loading schema tables ok 2024/09/14 17:15:12 Loading schema indexes 2024/09/14 17:15:12 Create index idx_stop_times1_departure_time on stop_times as [departure_time] 2024/09/14 17:15:12 Created index idx_stop_times1_departure_time ok 2024/09/14 17:15:12 Create index idx_stop_times1_trip_id on stop_times as [trip_id] 2024/09/14 17:15:12 Created index idx_stop_times1_trip_id ok 2024/09/14 17:15:12 Create index idx_stops2_feed_id_stop_id on stops as [feed_id stop_id] 2024/09/14 17:15:12 Created index idx_stops2_feed_id_stop_id ok 2024/09/14 17:15:12 Create index idx_stops2_stop_lat_stop_lon on stops as [stop_lat stop_lon] 2024/09/14 17:15:12 Created index idx_stops2_stop_lat_stop_lon ok 2024/09/14 17:15:12 Create index idx_transfers2_feed_id_from_stop_id on transfers as [feed_id from_stop_id] 2024/09/14 17:15:12 Created index idx_transfers2_feed_id_from_stop_id ok 2024/09/14 17:15:12 Create index idx_transfers2_feed_id_to_stop_id on transfers as [feed_id to_stop_id] 2024/09/14 17:15:12 Created index idx_transfers2_feed_id_to_stop_id ok 2024/09/14 17:15:12 Create index idx__cvconn3_feed_id_service_id_from_stop_time on _cvconn as [feed_id service_id from_stop_time] 2024/09/14 17:15:12 Created index idx__cvconn3_feed_id_service_id_from_stop_time ok 2024/09/14 17:15:12 Create index idx__cvconn3_feed_id_from_stop_sidu_from_stop_time on _cvconn as [feed_id from_stop_sidu from_stop_time] 2024/09/14 17:15:12 Created index idx__cvconn3_feed_id_from_stop_sidu_from_stop_time ok 2024/09/14 17:15:12 Create index idx__cvcaltoservice2_service_date_feed_id on _cvcaltoservice as [service_date feed_id] 2024/09/14 17:15:12 Created index idx__cvcaltoservice2_service_date_feed_id ok 2024/09/14 17:15:12 Loading schema indexes ok 2024/09/14 17:15:12 Loading views ok 2024/09/14 17:15:12 Loaded view _vfeedsmetadata (bytes=3531) 2024/09/14 17:15:12 Loaded view _vstopparent (bytes=2600) 2024/09/14 17:15:12 Loaded view _vconn (bytes=1227) 2024/09/14 17:15:12 Loaded view _vconnverbose (bytes=1122) 2024/09/14 17:15:12 Loaded view _vcaltoservice (bytes=4223) 2024/09/14 17:15:12 Loaded view _vtransferstbl (bytes=933) 2024/09/14 17:15:12 Loaded view _vtransfersgen (bytes=1552) 2024/09/14 17:15:12 Loaded view _vtransfersimplicit (bytes=371) 2024/09/14 17:15:12 Loading views ok 2024/09/14 17:15:12 Importing table from //tmp/mobroute_test_mobdb_2423185644.csv (0.00MB) to table: _gtfssource_mdbcsv 2024/09/14 17:15:12 Last checksum vs current: / C_0M_5aadfdccf102de8ea8342205044f244e2c918351ed865f7033d50889635fa24c; import will occur 2024/09/14 17:15:12 Imported 1 rows into _gtfssource_mdbcsv ok 2024/09/14 17:15:12 Imported table from //tmp/mobroute_test_mobdb_2423185644.csv to table: _gtfssource_mdbcsv ok 2024/09/14 17:15:12 Running RTDatabase against input: {"feed_ids":[42],"op":"load"} 2024/09/14 17:15:12 Running Load against 1 feeds 2024/09/14 17:15:12 Loading GTFS feed 42 (1 of 1) 2024/09/14 17:15:12 Loading /tmp/2100542505.zip to DB with GTFS feed: 42 2024/09/14 17:15:12 Loaded GTFS Archive /tmp/2100542505.zip to temporary directory: /tmp/mobroute_tempdir206603561 2024/09/14 17:15:12 Loading table: agency 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir206603561/agency.txt (0.00MB) to table: agency 2024/09/14 17:15:12 Last checksum vs current: / C_0M_ec69cc35698113d39b116d06df83c168ff34eec1dd5daa90136c2ccdddd57966; import will occur 2024/09/14 17:15:12 Imported 1 rows into agency ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir206603561/agency.txt to table: agency ok 2024/09/14 17:15:12 Loading table: agency complete 2024/09/14 17:15:12 Loading table: calendar 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir206603561/calendar.txt (0.00MB) to table: calendar 2024/09/14 17:15:12 Skipped import for non-existant non-required file: /tmp/mobroute_tempdir206603561/calendar.txt 2024/09/14 17:15:12 Loading table: calendar complete 2024/09/14 17:15:12 Loading table: calendar_dates 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir206603561/calendar_dates.txt (0.00MB) to table: calendar_dates 2024/09/14 17:15:12 Last checksum vs current: / C_0M_e37e371e5f8c7c355413d55fe59c9054de3dbf0d759f0bcd6ef7968b46cde54e; import will occur 2024/09/14 17:15:12 Imported 1 rows into calendar_dates ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir206603561/calendar_dates.txt to table: calendar_dates ok 2024/09/14 17:15:12 Loading table: calendar_dates complete 2024/09/14 17:15:12 Loading table: stop_times 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir206603561/stop_times.txt (0.00MB) to table: stop_times 2024/09/14 17:15:12 Last checksum vs current: / C_0M_34d5ab6ee7cbb3e04fd82bd1dca86e4daecfa570a11b128209c8e5c102662d0a; import will occur 2024/09/14 17:15:12 Imported 1 rows into stop_times ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir206603561/stop_times.txt to table: stop_times ok 2024/09/14 17:15:12 Loading table: stop_times complete 2024/09/14 17:15:12 Loading table: stops 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir206603561/stops.txt (0.00MB) to table: stops 2024/09/14 17:15:12 Last checksum vs current: / C_0M_e49bcb4d76fb2c80913af3c8407007f34b72c84c7045982cdafa519098886897; import will occur 2024/09/14 17:15:12 Imported 4 rows into stops ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir206603561/stops.txt to table: stops ok 2024/09/14 17:15:12 Loading table: stops complete 2024/09/14 17:15:12 Loading table: trips 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir206603561/trips.txt (0.00MB) to table: trips 2024/09/14 17:15:12 Last checksum vs current: / C_0M_0391ceb043162a440ba78564cae799b0c9b0004ac42d27290246145bfa780435; import will occur 2024/09/14 17:15:12 Imported 1 rows into trips ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir206603561/trips.txt to table: trips ok 2024/09/14 17:15:12 Loading table: trips complete 2024/09/14 17:15:12 Loading table: routes 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir206603561/routes.txt (0.00MB) to table: routes 2024/09/14 17:15:12 Last checksum vs current: / C_0M_a6031af6418607a6e5f51c20eaa22f422664f8d5254c59438ab18ce7e1e97cf8; import will occur 2024/09/14 17:15:12 Imported 1 rows into routes ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir206603561/routes.txt to table: routes ok 2024/09/14 17:15:12 Loading table: routes complete 2024/09/14 17:15:12 Loading table: transfers 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir206603561/transfers.txt (0.00MB) to table: transfers 2024/09/14 17:15:12 Last checksum vs current: / C_0M_62f6463902bf0c18eefcc88fd81a21fbf559daca8485920a3653a28636aa83f5; import will occur 2024/09/14 17:15:12 Imported 2 rows into transfers ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir206603561/transfers.txt to table: transfers ok 2024/09/14 17:15:12 Loading table: transfers complete 2024/09/14 17:15:12 Loaded /tmp/2100542505.zip to DB with GTFS feed: 42 ok 2024/09/14 17:15:12 Loading GTFS feed 42 ok; used cache for URL download (true) 2024/09/14 17:15:12 Running Load against 1 feeds ok 2024/09/14 17:15:12 Running RTDatabase against input: {"feed_ids":[42],"op":"compute"} 2024/09/14 17:15:12 Running Compute against 1 feeds 2024/09/14 17:15:12 Computed table _cvconn for feed (42 ) out of date - updating ('' vs '42:routes:C_0M_a6031af6418607a6e5f51c20eaa22f422664f8d5254c59438ab18ce7e1e97cf8,42:stop_times:C_0M_34d5ab6ee7cbb3e04fd82bd1dca86e4daecfa570a11b128209c8e5c102662d0a,42:stops:C_0M_e49bcb4d76fb2c80913af3c8407007f34b72c84c7045982cdafa519098886897,42:trips:C_0M_0391ceb043162a440ba78564cae799b0c9b0004ac42d27290246145bfa780435') 2024/09/14 17:15:12 Computed table _cvcaltoservice for feed (42 ) out of date - updating ('' vs '42:stops:C_0M_e49bcb4d76fb2c80913af3c8407007f34b72c84c7045982cdafa519098886897') 2024/09/14 17:15:12 Computed table _cvtransfersgen for feed (42 0xc0002c9d98) out of date - updating ('' vs '42:stops:C_0M_e49bcb4d76fb2c80913af3c8407007f34b72c84c7045982cdafa519098886897') 2024/09/14 17:15:12 Running Compute against 1 feeds ok 2024/09/14 17:15:12 Loading select * from ( -- Implicit transfers select from_stop_sidu, from_stop_idu, from_stop_id, from_feed_id, to_stop_sidu, to_stop_idu, to_stop_id, to_feed_id, 'i' as transfer_category, ? as transfer_seconds from _vtransfersimplicit union all -- Generated transfers select from_stop_sidu, from_stop_idu, from_stop_id, feed_id as from_feed_id, to_stop_sidu, to_stop_idu, to_stop_id, feed_id_pair as to_feed_id, 'g' as transfer_category, -- Uses dist_km to determine seconds transfer cost; round up to min_seconds max(coalesce(cast(dist_km / ? * 60 * 60 as uint), ?), ?) as transfer_seconds from _cvtransfersgen union all -- Feed transfers (transfers.txt) select from_stop_sidu, from_stop_idu, from_stop_id, feed_id as from_feed_id, to_stop_sidu, to_stop_idu, to_stop_id, feed_id_pair as to_feed_id, 'f' as transfer_category, -- Uses min_transfer_time, else use dist_km; round up to min_seconds max(coalesce(min_transfer_time, cast(dist_km / ? * 60 * 60 as uint), ?), ?) as transfer_seconds from _vtransferstbl ) t where ((from_feed_id = ? and to_feed_id = ?)) and transfer_seconds < ? and transfer_category in (?) ([3 3.5 3 3 3.5 3 3 42 42 1000 i]) to memory 2024/09/14 17:15:12 Loaded select * from ( -- Implicit transfers select from_stop_sidu, from_stop_idu, from_stop_id, from_feed_id, to_stop_sidu, to_stop_idu, to_stop_id, to_feed_id, 'i' as transfer_category, ? as transfer_seconds from _vtransfersimplicit union all -- Generated transfers select from_stop_sidu, from_stop_idu, from_stop_id, feed_id as from_feed_id, to_stop_sidu, to_stop_idu, to_stop_id, feed_id_pair as to_feed_id, 'g' as transfer_category, -- Uses dist_km to determine seconds transfer cost; round up to min_seconds max(coalesce(cast(dist_km / ? * 60 * 60 as uint), ?), ?) as transfer_seconds from _cvtransfersgen union all -- Feed transfers (transfers.txt) select from_stop_sidu, from_stop_idu, from_stop_id, feed_id as from_feed_id, to_stop_sidu, to_stop_idu, to_stop_id, feed_id_pair as to_feed_id, 'f' as transfer_category, -- Uses min_transfer_time, else use dist_km; round up to min_seconds max(coalesce(min_transfer_time, cast(dist_km / ? * 60 * 60 as uint), ?), ?) as transfer_seconds from _vtransferstbl ) t where ((from_feed_id = ? and to_feed_id = ?)) and transfer_seconds < ? and transfer_category in (?) ([3 3.5 3 3 3.5 3 3 42 42 1000 i]) to memory ok (len=3) 2024/09/14 17:15:12 Generated mock for input (map[42:../testhelper/mockgtfs/gtfs_transfers.yml]): (gtfs zips: [/tmp/504301589.zip]) (mobdb csv: /tmp/mobroute_test_mobdb_2154596983.csv) 2024/09/14 17:15:12 SQLite system version (3.46.1); comparing to required version: 3.28.0 2024/09/14 17:15:12 Loading schema tables 2024/09/14 17:15:12 Execute statement: create table if not exists _mobsqltrack ('feed_id' int not null,'feed_id_pair' int,'tbl' text not null,'checksum' text not null,'n_rows' int not null,'timestamp' int not null,unique(feed_id,feed_id_pair,tbl)) 2024/09/14 17:15:12 Execute statement: create table if not exists _gtfssource_mdbcsv ('feed_id' int not null check(feed_id = -1),'data_type' text not null,'location.bounding_box.minimum_latitude' real,'location.bounding_box.minimum_longitude' real,'location.bounding_box.maximum_latitude' real,'location.bounding_box.maximum_longitude' real,'location.country_code' text,'location.subdivision_name' text,'location.municipality' text,'urls.latest' text not null,'urls.license' text,'mdb_source_id' int not null check(mdb_source_id >= 0),'name' text,'status' text,'provider' text not null,unique(mdb_source_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists _gtfssource_custom ('customgtfs_feed_id' int not null check(customgtfs_feed_id < -1),'gtfs_uri' text not null,unique(customgtfs_feed_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists agency ('feed_id' int not null,'agency_id' text,'agency_name' text not null,'agency_url' text not null,'agency_timezone' text not null,unique(feed_id,agency_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists calendar ('feed_id' int not null,'service_id' text not null,'monday' int not null check(monday in (0,1)),'tuesday' int not null check(tuesday in (0,1)),'wednesday' int not null check(wednesday in (0,1)),'thursday' int not null check(thursday in (0,1)),'friday' int not null check(friday in (0,1)),'saturday' int not null check(saturday in (0,1)),'sunday' int not null check(sunday in (0,1)),'start_date' int not null,'end_date' int not null,unique(feed_id,service_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists calendar_dates ('feed_id' int not null,'service_id' text not null,'date' int not null,'exception_type' int not null check(exception_type in (1,2))) 2024/09/14 17:15:12 Execute statement: create table if not exists stop_times ('feed_id' int not null,'trip_id' text not null,'arrival_time' int,'departure_time' int,'stop_id' text not null,'stop_sequence' int not null,'stop_headsign' text,'pickup_type' int,'drop_off_type' int,'continuous_drop_off' text,'timepoint' int check(timepoint in (0,1)),unique(feed_id,trip_id,stop_sequence)) 2024/09/14 17:15:12 Execute statement: create table if not exists stops ('feed_id' int not null,'stop_id' text not null,'stop_code' text,'stop_name' text check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_name is not null) or (location_type = 3 or location_type = 4) ),'stop_desc' text,'stop_lat' real check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_lat is not null) or (location_type = 3 or location_type = 4) ),'stop_lon' real check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_lon is not null) or (location_type = 3 or location_type = 4) ),'zone_id' text,'stop_url' text,'location_type' int check(location_type in (0,1,2,3,4)),'parent_station' text,'stop_timezone' text,'wheelchair_boarding' int check(wheelchair_boarding in (0,1,2)),'level_id' text,'platform_code' text,unique(feed_id,stop_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists trips ('feed_id' int not null,'route_id' text not null,'service_id' text not null,'trip_id' text not null,'trip_headsign' text,'trip_short_name' text,'direction_id' int check(direction_id in (0,1)),'block_id' text,'shape_id' text,'wheelchair_accessible' text check(wheelchair_accessible in (0,1,2)),'bikes_allowed' int check(bikes_allowed in (0,1,2)),unique(feed_id,trip_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists routes ('feed_id' int not null,'route_id' text not null,'agency_id' text,'route_short_name' text check(route_long_name is not null or route_short_name is not null),'route_long_name' text,'route_desc' text,'route_type' int,'route_url' text,'route_color' text,'route_text_color' text,'route_sort_order' text,'continuous_pickup' int check(continuous_pickup in (0,1,2,3)),'continuous_drop_off' int check(continuous_drop_off in (0,1,2,3)),unique(feed_id,route_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists transfers ('feed_id' int not null,'from_stop_id' text not null,'to_stop_id' text not null,'transfer_type' int,'min_transfer_time' int) 2024/09/14 17:15:12 Execute statement: create table if not exists _cvconn ('feed_id' int not null,'conn_id' text not null,'trip_id' text not null,'service_id' text not null,'from_stop_id' text not null,'from_stop_idu' text not null,'from_stop_sidu' text not null,'from_stop_time' int not null,'from_stop_sequence' int not null,'to_stop_id' text not null,'to_stop_idu' text not null,'to_stop_sidu' text not null,'to_stop_time' int not null,'to_stop_sequence' int not null,unique(feed_id,conn_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists _cvcaltoservice ('feed_id' int not null,'service_date' int not null,'service_id' text not null) 2024/09/14 17:15:12 Execute statement: create table if not exists _cvtransfersgen ('feed_id' int not null,'feed_id_pair' int not null,'from_stop_id' text not null,'to_stop_id' text not null,'from_stop_idu' text not null,'to_stop_idu' text not null,'from_stop_sidu' text not null,'to_stop_sidu' text not null,'dist_km' real) 2024/09/14 17:15:12 Loading schema tables ok 2024/09/14 17:15:12 Loading schema indexes 2024/09/14 17:15:12 Create index idx_stop_times1_departure_time on stop_times as [departure_time] 2024/09/14 17:15:12 Created index idx_stop_times1_departure_time ok 2024/09/14 17:15:12 Create index idx_stop_times1_trip_id on stop_times as [trip_id] 2024/09/14 17:15:12 Created index idx_stop_times1_trip_id ok 2024/09/14 17:15:12 Create index idx_stops2_feed_id_stop_id on stops as [feed_id stop_id] 2024/09/14 17:15:12 Created index idx_stops2_feed_id_stop_id ok 2024/09/14 17:15:12 Create index idx_stops2_stop_lat_stop_lon on stops as [stop_lat stop_lon] 2024/09/14 17:15:12 Created index idx_stops2_stop_lat_stop_lon ok 2024/09/14 17:15:12 Create index idx_transfers2_feed_id_from_stop_id on transfers as [feed_id from_stop_id] 2024/09/14 17:15:12 Created index idx_transfers2_feed_id_from_stop_id ok 2024/09/14 17:15:12 Create index idx_transfers2_feed_id_to_stop_id on transfers as [feed_id to_stop_id] 2024/09/14 17:15:12 Created index idx_transfers2_feed_id_to_stop_id ok 2024/09/14 17:15:12 Create index idx__cvconn3_feed_id_service_id_from_stop_time on _cvconn as [feed_id service_id from_stop_time] 2024/09/14 17:15:12 Created index idx__cvconn3_feed_id_service_id_from_stop_time ok 2024/09/14 17:15:12 Create index idx__cvconn3_feed_id_from_stop_sidu_from_stop_time on _cvconn as [feed_id from_stop_sidu from_stop_time] 2024/09/14 17:15:12 Created index idx__cvconn3_feed_id_from_stop_sidu_from_stop_time ok 2024/09/14 17:15:12 Create index idx__cvcaltoservice2_service_date_feed_id on _cvcaltoservice as [service_date feed_id] 2024/09/14 17:15:12 Created index idx__cvcaltoservice2_service_date_feed_id ok 2024/09/14 17:15:12 Loading schema indexes ok 2024/09/14 17:15:12 Loading views ok 2024/09/14 17:15:12 Loaded view _vfeedsmetadata (bytes=3531) 2024/09/14 17:15:12 Loaded view _vstopparent (bytes=2600) 2024/09/14 17:15:12 Loaded view _vconn (bytes=1227) 2024/09/14 17:15:12 Loaded view _vconnverbose (bytes=1122) 2024/09/14 17:15:12 Loaded view _vcaltoservice (bytes=4223) 2024/09/14 17:15:12 Loaded view _vtransferstbl (bytes=933) 2024/09/14 17:15:12 Loaded view _vtransfersgen (bytes=1552) 2024/09/14 17:15:12 Loaded view _vtransfersimplicit (bytes=371) 2024/09/14 17:15:12 Loading views ok 2024/09/14 17:15:12 Importing table from //tmp/mobroute_test_mobdb_2154596983.csv (0.00MB) to table: _gtfssource_mdbcsv 2024/09/14 17:15:12 Last checksum vs current: / C_0M_ca1901e893a0e68f229e4c74a20337e00d41adfc7b2ac9e6427bb6973b02c971; import will occur 2024/09/14 17:15:12 Imported 1 rows into _gtfssource_mdbcsv ok 2024/09/14 17:15:12 Imported table from //tmp/mobroute_test_mobdb_2154596983.csv to table: _gtfssource_mdbcsv ok 2024/09/14 17:15:12 Running RTDatabase against input: {"feed_ids":[42],"op":"load"} 2024/09/14 17:15:12 Running Load against 1 feeds 2024/09/14 17:15:12 Loading GTFS feed 42 (1 of 1) 2024/09/14 17:15:12 Loading /tmp/504301589.zip to DB with GTFS feed: 42 2024/09/14 17:15:12 Loaded GTFS Archive /tmp/504301589.zip to temporary directory: /tmp/mobroute_tempdir3145752908 2024/09/14 17:15:12 Loading table: agency 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir3145752908/agency.txt (0.00MB) to table: agency 2024/09/14 17:15:12 Last checksum vs current: / C_0M_ec69cc35698113d39b116d06df83c168ff34eec1dd5daa90136c2ccdddd57966; import will occur 2024/09/14 17:15:12 Imported 1 rows into agency ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir3145752908/agency.txt to table: agency ok 2024/09/14 17:15:12 Loading table: agency complete 2024/09/14 17:15:12 Loading table: calendar 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir3145752908/calendar.txt (0.00MB) to table: calendar 2024/09/14 17:15:12 Skipped import for non-existant non-required file: /tmp/mobroute_tempdir3145752908/calendar.txt 2024/09/14 17:15:12 Loading table: calendar complete 2024/09/14 17:15:12 Loading table: calendar_dates 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir3145752908/calendar_dates.txt (0.00MB) to table: calendar_dates 2024/09/14 17:15:12 Last checksum vs current: / C_0M_e37e371e5f8c7c355413d55fe59c9054de3dbf0d759f0bcd6ef7968b46cde54e; import will occur 2024/09/14 17:15:12 Imported 1 rows into calendar_dates ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir3145752908/calendar_dates.txt to table: calendar_dates ok 2024/09/14 17:15:12 Loading table: calendar_dates complete 2024/09/14 17:15:12 Loading table: stop_times 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir3145752908/stop_times.txt (0.00MB) to table: stop_times 2024/09/14 17:15:12 Last checksum vs current: / C_0M_34d5ab6ee7cbb3e04fd82bd1dca86e4daecfa570a11b128209c8e5c102662d0a; import will occur 2024/09/14 17:15:12 Imported 1 rows into stop_times ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir3145752908/stop_times.txt to table: stop_times ok 2024/09/14 17:15:12 Loading table: stop_times complete 2024/09/14 17:15:12 Loading table: stops 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir3145752908/stops.txt (0.00MB) to table: stops 2024/09/14 17:15:12 Last checksum vs current: / C_0M_e49bcb4d76fb2c80913af3c8407007f34b72c84c7045982cdafa519098886897; import will occur 2024/09/14 17:15:12 Imported 4 rows into stops ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir3145752908/stops.txt to table: stops ok 2024/09/14 17:15:12 Loading table: stops complete 2024/09/14 17:15:12 Loading table: trips 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir3145752908/trips.txt (0.00MB) to table: trips 2024/09/14 17:15:12 Last checksum vs current: / C_0M_0391ceb043162a440ba78564cae799b0c9b0004ac42d27290246145bfa780435; import will occur 2024/09/14 17:15:12 Imported 1 rows into trips ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir3145752908/trips.txt to table: trips ok 2024/09/14 17:15:12 Loading table: trips complete 2024/09/14 17:15:12 Loading table: routes 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir3145752908/routes.txt (0.00MB) to table: routes 2024/09/14 17:15:12 Last checksum vs current: / C_0M_a6031af6418607a6e5f51c20eaa22f422664f8d5254c59438ab18ce7e1e97cf8; import will occur 2024/09/14 17:15:12 Imported 1 rows into routes ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir3145752908/routes.txt to table: routes ok 2024/09/14 17:15:12 Loading table: routes complete 2024/09/14 17:15:12 Loading table: transfers 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir3145752908/transfers.txt (0.00MB) to table: transfers 2024/09/14 17:15:12 Last checksum vs current: / C_0M_62f6463902bf0c18eefcc88fd81a21fbf559daca8485920a3653a28636aa83f5; import will occur 2024/09/14 17:15:12 Imported 2 rows into transfers ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir3145752908/transfers.txt to table: transfers ok 2024/09/14 17:15:12 Loading table: transfers complete 2024/09/14 17:15:12 Loaded /tmp/504301589.zip to DB with GTFS feed: 42 ok 2024/09/14 17:15:12 Loading GTFS feed 42 ok; used cache for URL download (true) 2024/09/14 17:15:12 Running Load against 1 feeds ok 2024/09/14 17:15:12 Running RTDatabase against input: {"feed_ids":[42],"op":"compute"} 2024/09/14 17:15:12 Running Compute against 1 feeds 2024/09/14 17:15:12 Computed table _cvconn for feed (42 ) out of date - updating ('' vs '42:routes:C_0M_a6031af6418607a6e5f51c20eaa22f422664f8d5254c59438ab18ce7e1e97cf8,42:stop_times:C_0M_34d5ab6ee7cbb3e04fd82bd1dca86e4daecfa570a11b128209c8e5c102662d0a,42:stops:C_0M_e49bcb4d76fb2c80913af3c8407007f34b72c84c7045982cdafa519098886897,42:trips:C_0M_0391ceb043162a440ba78564cae799b0c9b0004ac42d27290246145bfa780435') 2024/09/14 17:15:12 Computed table _cvcaltoservice for feed (42 ) out of date - updating ('' vs '42:stops:C_0M_e49bcb4d76fb2c80913af3c8407007f34b72c84c7045982cdafa519098886897') 2024/09/14 17:15:12 Computed table _cvtransfersgen for feed (42 0xc00034f668) out of date - updating ('' vs '42:stops:C_0M_e49bcb4d76fb2c80913af3c8407007f34b72c84c7045982cdafa519098886897') 2024/09/14 17:15:12 Running Compute against 1 feeds ok 2024/09/14 17:15:12 Loading select * from ( -- Implicit transfers select from_stop_sidu, from_stop_idu, from_stop_id, from_feed_id, to_stop_sidu, to_stop_idu, to_stop_id, to_feed_id, 'i' as transfer_category, ? as transfer_seconds from _vtransfersimplicit union all -- Generated transfers select from_stop_sidu, from_stop_idu, from_stop_id, feed_id as from_feed_id, to_stop_sidu, to_stop_idu, to_stop_id, feed_id_pair as to_feed_id, 'g' as transfer_category, -- Uses dist_km to determine seconds transfer cost; round up to min_seconds max(coalesce(cast(dist_km / ? * 60 * 60 as uint), ?), ?) as transfer_seconds from _cvtransfersgen union all -- Feed transfers (transfers.txt) select from_stop_sidu, from_stop_idu, from_stop_id, feed_id as from_feed_id, to_stop_sidu, to_stop_idu, to_stop_id, feed_id_pair as to_feed_id, 'f' as transfer_category, -- Uses min_transfer_time, else use dist_km; round up to min_seconds max(coalesce(min_transfer_time, cast(dist_km / ? * 60 * 60 as uint), ?), ?) as transfer_seconds from _vtransferstbl ) t where ((from_feed_id = ? and to_feed_id = ?)) and transfer_seconds < ? and transfer_category in (?) ([3 3.5 3 3 3.5 3 3 42 42 1000 g]) to memory 2024/09/14 17:15:12 Loaded select * from ( -- Implicit transfers select from_stop_sidu, from_stop_idu, from_stop_id, from_feed_id, to_stop_sidu, to_stop_idu, to_stop_id, to_feed_id, 'i' as transfer_category, ? as transfer_seconds from _vtransfersimplicit union all -- Generated transfers select from_stop_sidu, from_stop_idu, from_stop_id, feed_id as from_feed_id, to_stop_sidu, to_stop_idu, to_stop_id, feed_id_pair as to_feed_id, 'g' as transfer_category, -- Uses dist_km to determine seconds transfer cost; round up to min_seconds max(coalesce(cast(dist_km / ? * 60 * 60 as uint), ?), ?) as transfer_seconds from _cvtransfersgen union all -- Feed transfers (transfers.txt) select from_stop_sidu, from_stop_idu, from_stop_id, feed_id as from_feed_id, to_stop_sidu, to_stop_idu, to_stop_id, feed_id_pair as to_feed_id, 'f' as transfer_category, -- Uses min_transfer_time, else use dist_km; round up to min_seconds max(coalesce(min_transfer_time, cast(dist_km / ? * 60 * 60 as uint), ?), ?) as transfer_seconds from _vtransferstbl ) t where ((from_feed_id = ? and to_feed_id = ?)) and transfer_seconds < ? and transfer_category in (?) ([3 3.5 3 3 3.5 3 3 42 42 1000 g]) to memory ok (len=3) 2024/09/14 17:15:12 Generated mock for input (map[42:../testhelper/mockgtfs/gtfs_transfers.yml]): (gtfs zips: [/tmp/2674811779.zip]) (mobdb csv: /tmp/mobroute_test_mobdb_3915979935.csv) 2024/09/14 17:15:12 SQLite system version (3.46.1); comparing to required version: 3.28.0 2024/09/14 17:15:12 Loading schema tables 2024/09/14 17:15:12 Execute statement: create table if not exists _mobsqltrack ('feed_id' int not null,'feed_id_pair' int,'tbl' text not null,'checksum' text not null,'n_rows' int not null,'timestamp' int not null,unique(feed_id,feed_id_pair,tbl)) 2024/09/14 17:15:12 Execute statement: create table if not exists _gtfssource_mdbcsv ('feed_id' int not null check(feed_id = -1),'data_type' text not null,'location.bounding_box.minimum_latitude' real,'location.bounding_box.minimum_longitude' real,'location.bounding_box.maximum_latitude' real,'location.bounding_box.maximum_longitude' real,'location.country_code' text,'location.subdivision_name' text,'location.municipality' text,'urls.latest' text not null,'urls.license' text,'mdb_source_id' int not null check(mdb_source_id >= 0),'name' text,'status' text,'provider' text not null,unique(mdb_source_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists _gtfssource_custom ('customgtfs_feed_id' int not null check(customgtfs_feed_id < -1),'gtfs_uri' text not null,unique(customgtfs_feed_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists agency ('feed_id' int not null,'agency_id' text,'agency_name' text not null,'agency_url' text not null,'agency_timezone' text not null,unique(feed_id,agency_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists calendar ('feed_id' int not null,'service_id' text not null,'monday' int not null check(monday in (0,1)),'tuesday' int not null check(tuesday in (0,1)),'wednesday' int not null check(wednesday in (0,1)),'thursday' int not null check(thursday in (0,1)),'friday' int not null check(friday in (0,1)),'saturday' int not null check(saturday in (0,1)),'sunday' int not null check(sunday in (0,1)),'start_date' int not null,'end_date' int not null,unique(feed_id,service_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists calendar_dates ('feed_id' int not null,'service_id' text not null,'date' int not null,'exception_type' int not null check(exception_type in (1,2))) 2024/09/14 17:15:12 Execute statement: create table if not exists stop_times ('feed_id' int not null,'trip_id' text not null,'arrival_time' int,'departure_time' int,'stop_id' text not null,'stop_sequence' int not null,'stop_headsign' text,'pickup_type' int,'drop_off_type' int,'continuous_drop_off' text,'timepoint' int check(timepoint in (0,1)),unique(feed_id,trip_id,stop_sequence)) 2024/09/14 17:15:12 Execute statement: create table if not exists stops ('feed_id' int not null,'stop_id' text not null,'stop_code' text,'stop_name' text check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_name is not null) or (location_type = 3 or location_type = 4) ),'stop_desc' text,'stop_lat' real check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_lat is not null) or (location_type = 3 or location_type = 4) ),'stop_lon' real check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_lon is not null) or (location_type = 3 or location_type = 4) ),'zone_id' text,'stop_url' text,'location_type' int check(location_type in (0,1,2,3,4)),'parent_station' text,'stop_timezone' text,'wheelchair_boarding' int check(wheelchair_boarding in (0,1,2)),'level_id' text,'platform_code' text,unique(feed_id,stop_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists trips ('feed_id' int not null,'route_id' text not null,'service_id' text not null,'trip_id' text not null,'trip_headsign' text,'trip_short_name' text,'direction_id' int check(direction_id in (0,1)),'block_id' text,'shape_id' text,'wheelchair_accessible' text check(wheelchair_accessible in (0,1,2)),'bikes_allowed' int check(bikes_allowed in (0,1,2)),unique(feed_id,trip_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists routes ('feed_id' int not null,'route_id' text not null,'agency_id' text,'route_short_name' text check(route_long_name is not null or route_short_name is not null),'route_long_name' text,'route_desc' text,'route_type' int,'route_url' text,'route_color' text,'route_text_color' text,'route_sort_order' text,'continuous_pickup' int check(continuous_pickup in (0,1,2,3)),'continuous_drop_off' int check(continuous_drop_off in (0,1,2,3)),unique(feed_id,route_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists transfers ('feed_id' int not null,'from_stop_id' text not null,'to_stop_id' text not null,'transfer_type' int,'min_transfer_time' int) 2024/09/14 17:15:12 Execute statement: create table if not exists _cvconn ('feed_id' int not null,'conn_id' text not null,'trip_id' text not null,'service_id' text not null,'from_stop_id' text not null,'from_stop_idu' text not null,'from_stop_sidu' text not null,'from_stop_time' int not null,'from_stop_sequence' int not null,'to_stop_id' text not null,'to_stop_idu' text not null,'to_stop_sidu' text not null,'to_stop_time' int not null,'to_stop_sequence' int not null,unique(feed_id,conn_id)) 2024/09/14 17:15:12 Execute statement: create table if not exists _cvcaltoservice ('feed_id' int not null,'service_date' int not null,'service_id' text not null) 2024/09/14 17:15:12 Execute statement: create table if not exists _cvtransfersgen ('feed_id' int not null,'feed_id_pair' int not null,'from_stop_id' text not null,'to_stop_id' text not null,'from_stop_idu' text not null,'to_stop_idu' text not null,'from_stop_sidu' text not null,'to_stop_sidu' text not null,'dist_km' real) 2024/09/14 17:15:12 Loading schema tables ok 2024/09/14 17:15:12 Loading schema indexes 2024/09/14 17:15:12 Create index idx_stop_times1_departure_time on stop_times as [departure_time] 2024/09/14 17:15:12 Created index idx_stop_times1_departure_time ok 2024/09/14 17:15:12 Create index idx_stop_times1_trip_id on stop_times as [trip_id] 2024/09/14 17:15:12 Created index idx_stop_times1_trip_id ok 2024/09/14 17:15:12 Create index idx_stops2_feed_id_stop_id on stops as [feed_id stop_id] 2024/09/14 17:15:12 Created index idx_stops2_feed_id_stop_id ok 2024/09/14 17:15:12 Create index idx_stops2_stop_lat_stop_lon on stops as [stop_lat stop_lon] 2024/09/14 17:15:12 Created index idx_stops2_stop_lat_stop_lon ok 2024/09/14 17:15:12 Create index idx_transfers2_feed_id_from_stop_id on transfers as [feed_id from_stop_id] 2024/09/14 17:15:12 Created index idx_transfers2_feed_id_from_stop_id ok 2024/09/14 17:15:12 Create index idx_transfers2_feed_id_to_stop_id on transfers as [feed_id to_stop_id] 2024/09/14 17:15:12 Created index idx_transfers2_feed_id_to_stop_id ok 2024/09/14 17:15:12 Create index idx__cvconn3_feed_id_service_id_from_stop_time on _cvconn as [feed_id service_id from_stop_time] 2024/09/14 17:15:12 Created index idx__cvconn3_feed_id_service_id_from_stop_time ok 2024/09/14 17:15:12 Create index idx__cvconn3_feed_id_from_stop_sidu_from_stop_time on _cvconn as [feed_id from_stop_sidu from_stop_time] 2024/09/14 17:15:12 Created index idx__cvconn3_feed_id_from_stop_sidu_from_stop_time ok 2024/09/14 17:15:12 Create index idx__cvcaltoservice2_service_date_feed_id on _cvcaltoservice as [service_date feed_id] 2024/09/14 17:15:12 Created index idx__cvcaltoservice2_service_date_feed_id ok 2024/09/14 17:15:12 Loading schema indexes ok 2024/09/14 17:15:12 Loading views ok 2024/09/14 17:15:12 Loaded view _vfeedsmetadata (bytes=3531) 2024/09/14 17:15:12 Loaded view _vstopparent (bytes=2600) 2024/09/14 17:15:12 Loaded view _vconn (bytes=1227) 2024/09/14 17:15:12 Loaded view _vconnverbose (bytes=1122) 2024/09/14 17:15:12 Loaded view _vcaltoservice (bytes=4223) 2024/09/14 17:15:12 Loaded view _vtransferstbl (bytes=933) 2024/09/14 17:15:12 Loaded view _vtransfersgen (bytes=1552) 2024/09/14 17:15:12 Loaded view _vtransfersimplicit (bytes=371) 2024/09/14 17:15:12 Loading views ok 2024/09/14 17:15:12 Importing table from //tmp/mobroute_test_mobdb_3915979935.csv (0.00MB) to table: _gtfssource_mdbcsv 2024/09/14 17:15:12 Last checksum vs current: / C_0M_1c92fe849180a983384254d065d7b72c2623594515a71d04d854f9c31356cfb6; import will occur 2024/09/14 17:15:12 Imported 1 rows into _gtfssource_mdbcsv ok 2024/09/14 17:15:12 Imported table from //tmp/mobroute_test_mobdb_3915979935.csv to table: _gtfssource_mdbcsv ok 2024/09/14 17:15:12 Running RTDatabase against input: {"feed_ids":[42],"op":"load"} 2024/09/14 17:15:12 Running Load against 1 feeds 2024/09/14 17:15:12 Loading GTFS feed 42 (1 of 1) 2024/09/14 17:15:12 Loading /tmp/2674811779.zip to DB with GTFS feed: 42 2024/09/14 17:15:12 Loaded GTFS Archive /tmp/2674811779.zip to temporary directory: /tmp/mobroute_tempdir1491789692 2024/09/14 17:15:12 Loading table: agency 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir1491789692/agency.txt (0.00MB) to table: agency 2024/09/14 17:15:12 Last checksum vs current: / C_0M_ec69cc35698113d39b116d06df83c168ff34eec1dd5daa90136c2ccdddd57966; import will occur 2024/09/14 17:15:12 Imported 1 rows into agency ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir1491789692/agency.txt to table: agency ok 2024/09/14 17:15:12 Loading table: agency complete 2024/09/14 17:15:12 Loading table: calendar 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir1491789692/calendar.txt (0.00MB) to table: calendar 2024/09/14 17:15:12 Skipped import for non-existant non-required file: /tmp/mobroute_tempdir1491789692/calendar.txt 2024/09/14 17:15:12 Loading table: calendar complete 2024/09/14 17:15:12 Loading table: calendar_dates 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir1491789692/calendar_dates.txt (0.00MB) to table: calendar_dates 2024/09/14 17:15:12 Last checksum vs current: / C_0M_e37e371e5f8c7c355413d55fe59c9054de3dbf0d759f0bcd6ef7968b46cde54e; import will occur 2024/09/14 17:15:12 Imported 1 rows into calendar_dates ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir1491789692/calendar_dates.txt to table: calendar_dates ok 2024/09/14 17:15:12 Loading table: calendar_dates complete 2024/09/14 17:15:12 Loading table: stop_times 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir1491789692/stop_times.txt (0.00MB) to table: stop_times 2024/09/14 17:15:12 Last checksum vs current: / C_0M_34d5ab6ee7cbb3e04fd82bd1dca86e4daecfa570a11b128209c8e5c102662d0a; import will occur 2024/09/14 17:15:12 Imported 1 rows into stop_times ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir1491789692/stop_times.txt to table: stop_times ok 2024/09/14 17:15:12 Loading table: stop_times complete 2024/09/14 17:15:12 Loading table: stops 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir1491789692/stops.txt (0.00MB) to table: stops 2024/09/14 17:15:12 Last checksum vs current: / C_0M_e49bcb4d76fb2c80913af3c8407007f34b72c84c7045982cdafa519098886897; import will occur 2024/09/14 17:15:12 Imported 4 rows into stops ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir1491789692/stops.txt to table: stops ok 2024/09/14 17:15:12 Loading table: stops complete 2024/09/14 17:15:12 Loading table: trips 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir1491789692/trips.txt (0.00MB) to table: trips 2024/09/14 17:15:12 Last checksum vs current: / C_0M_0391ceb043162a440ba78564cae799b0c9b0004ac42d27290246145bfa780435; import will occur 2024/09/14 17:15:12 Imported 1 rows into trips ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir1491789692/trips.txt to table: trips ok 2024/09/14 17:15:12 Loading table: trips complete 2024/09/14 17:15:12 Loading table: routes 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir1491789692/routes.txt (0.00MB) to table: routes 2024/09/14 17:15:12 Last checksum vs current: / C_0M_a6031af6418607a6e5f51c20eaa22f422664f8d5254c59438ab18ce7e1e97cf8; import will occur 2024/09/14 17:15:12 Imported 1 rows into routes ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir1491789692/routes.txt to table: routes ok 2024/09/14 17:15:12 Loading table: routes complete 2024/09/14 17:15:12 Loading table: transfers 2024/09/14 17:15:12 Importing table from /tmp/mobroute_tempdir1491789692/transfers.txt (0.00MB) to table: transfers 2024/09/14 17:15:12 Last checksum vs current: / C_0M_62f6463902bf0c18eefcc88fd81a21fbf559daca8485920a3653a28636aa83f5; import will occur 2024/09/14 17:15:12 Imported 2 rows into transfers ok 2024/09/14 17:15:12 Imported table from /tmp/mobroute_tempdir1491789692/transfers.txt to table: transfers ok 2024/09/14 17:15:12 Loading table: transfers complete 2024/09/14 17:15:12 Loaded /tmp/2674811779.zip to DB with GTFS feed: 42 ok 2024/09/14 17:15:12 Loading GTFS feed 42 ok; used cache for URL download (true) 2024/09/14 17:15:12 Running Load against 1 feeds ok 2024/09/14 17:15:12 Running RTDatabase against input: {"feed_ids":[42],"op":"compute"} 2024/09/14 17:15:12 Running Compute against 1 feeds 2024/09/14 17:15:12 Computed table _cvconn for feed (42 ) out of date - updating ('' vs '42:routes:C_0M_a6031af6418607a6e5f51c20eaa22f422664f8d5254c59438ab18ce7e1e97cf8,42:stop_times:C_0M_34d5ab6ee7cbb3e04fd82bd1dca86e4daecfa570a11b128209c8e5c102662d0a,42:stops:C_0M_e49bcb4d76fb2c80913af3c8407007f34b72c84c7045982cdafa519098886897,42:trips:C_0M_0391ceb043162a440ba78564cae799b0c9b0004ac42d27290246145bfa780435') 2024/09/14 17:15:12 Computed table _cvcaltoservice for feed (42 ) out of date - updating ('' vs '42:stops:C_0M_e49bcb4d76fb2c80913af3c8407007f34b72c84c7045982cdafa519098886897') 2024/09/14 17:15:12 Computed table _cvtransfersgen for feed (42 0xc000615918) out of date - updating ('' vs '42:stops:C_0M_e49bcb4d76fb2c80913af3c8407007f34b72c84c7045982cdafa519098886897') 2024/09/14 17:15:12 Running Compute against 1 feeds ok 2024/09/14 17:15:12 Loading select * from ( -- Implicit transfers select from_stop_sidu, from_stop_idu, from_stop_id, from_feed_id, to_stop_sidu, to_stop_idu, to_stop_id, to_feed_id, 'i' as transfer_category, ? as transfer_seconds from _vtransfersimplicit union all -- Generated transfers select from_stop_sidu, from_stop_idu, from_stop_id, feed_id as from_feed_id, to_stop_sidu, to_stop_idu, to_stop_id, feed_id_pair as to_feed_id, 'g' as transfer_category, -- Uses dist_km to determine seconds transfer cost; round up to min_seconds max(coalesce(cast(dist_km / ? * 60 * 60 as uint), ?), ?) as transfer_seconds from _cvtransfersgen union all -- Feed transfers (transfers.txt) select from_stop_sidu, from_stop_idu, from_stop_id, feed_id as from_feed_id, to_stop_sidu, to_stop_idu, to_stop_id, feed_id_pair as to_feed_id, 'f' as transfer_category, -- Uses min_transfer_time, else use dist_km; round up to min_seconds max(coalesce(min_transfer_time, cast(dist_km / ? * 60 * 60 as uint), ?), ?) as transfer_seconds from _vtransferstbl ) t where ((from_feed_id = ? and to_feed_id = ?)) and transfer_seconds < ? and transfer_category in (? , ?) ([3 3.5 3 3 3.5 3 3 42 42 1000 f g]) to memory 2024/09/14 17:15:12 Loaded select * from ( -- Implicit transfers select from_stop_sidu, from_stop_idu, from_stop_id, from_feed_id, to_stop_sidu, to_stop_idu, to_stop_id, to_feed_id, 'i' as transfer_category, ? as transfer_seconds from _vtransfersimplicit union all -- Generated transfers select from_stop_sidu, from_stop_idu, from_stop_id, feed_id as from_feed_id, to_stop_sidu, to_stop_idu, to_stop_id, feed_id_pair as to_feed_id, 'g' as transfer_category, -- Uses dist_km to determine seconds transfer cost; round up to min_seconds max(coalesce(cast(dist_km / ? * 60 * 60 as uint), ?), ?) as transfer_seconds from _cvtransfersgen union all -- Feed transfers (transfers.txt) select from_stop_sidu, from_stop_idu, from_stop_id, feed_id as from_feed_id, to_stop_sidu, to_stop_idu, to_stop_id, feed_id_pair as to_feed_id, 'f' as transfer_category, -- Uses min_transfer_time, else use dist_km; round up to min_seconds max(coalesce(min_transfer_time, cast(dist_km / ? * 60 * 60 as uint), ?), ?) as transfer_seconds from _vtransferstbl ) t where ((from_feed_id = ? and to_feed_id = ?)) and transfer_seconds < ? and transfer_category in (? , ?) ([3 3.5 3 3 3.5 3 3 42 42 1000 f g]) to memory ok (len=5) --- PASS: Test_LoadTransfers (0.18s) PASS ok git.sr.ht/~mil/mobroute/dbquery_test 0.515s ? git.sr.ht/~mil/mobroute/dbschemaextra [no test files] ? git.sr.ht/~mil/mobroute/dbstubquery [no test files] === RUN Test_LoadCalToService 2024/09/14 17:15:13 Generated mock for input (map[42:../testhelper/mockgtfs/gtfs_cal_only.yml]): (gtfs zips: [/tmp/3857908353.zip]) (mobdb csv: /tmp/mobroute_test_mobdb_188213486.csv) 2024/09/14 17:15:13 SQLite system version (3.46.1); comparing to required version: 3.28.0 2024/09/14 17:15:13 Loading schema tables 2024/09/14 17:15:13 Execute statement: create table if not exists _mobsqltrack ('feed_id' int not null,'feed_id_pair' int,'tbl' text not null,'checksum' text not null,'n_rows' int not null,'timestamp' int not null,unique(feed_id,feed_id_pair,tbl)) 2024/09/14 17:15:13 Execute statement: create table if not exists _gtfssource_mdbcsv ('feed_id' int not null check(feed_id = -1),'data_type' text not null,'location.bounding_box.minimum_latitude' real,'location.bounding_box.minimum_longitude' real,'location.bounding_box.maximum_latitude' real,'location.bounding_box.maximum_longitude' real,'location.country_code' text,'location.subdivision_name' text,'location.municipality' text,'urls.latest' text not null,'urls.license' text,'mdb_source_id' int not null check(mdb_source_id >= 0),'name' text,'status' text,'provider' text not null,unique(mdb_source_id)) 2024/09/14 17:15:13 Execute statement: create table if not exists _gtfssource_custom ('customgtfs_feed_id' int not null check(customgtfs_feed_id < -1),'gtfs_uri' text not null,unique(customgtfs_feed_id)) 2024/09/14 17:15:13 Execute statement: create table if not exists agency ('feed_id' int not null,'agency_id' text,'agency_name' text not null,'agency_url' text not null,'agency_timezone' text not null,unique(feed_id,agency_id)) 2024/09/14 17:15:13 Execute statement: create table if not exists calendar ('feed_id' int not null,'service_id' text not null,'monday' int not null check(monday in (0,1)),'tuesday' int not null check(tuesday in (0,1)),'wednesday' int not null check(wednesday in (0,1)),'thursday' int not null check(thursday in (0,1)),'friday' int not null check(friday in (0,1)),'saturday' int not null check(saturday in (0,1)),'sunday' int not null check(sunday in (0,1)),'start_date' int not null,'end_date' int not null,unique(feed_id,service_id)) 2024/09/14 17:15:13 Execute statement: create table if not exists calendar_dates ('feed_id' int not null,'service_id' text not null,'date' int not null,'exception_type' int not null check(exception_type in (1,2))) 2024/09/14 17:15:13 Execute statement: create table if not exists stop_times ('feed_id' int not null,'trip_id' text not null,'arrival_time' int,'departure_time' int,'stop_id' text not null,'stop_sequence' int not null,'stop_headsign' text,'pickup_type' int,'drop_off_type' int,'continuous_drop_off' text,'timepoint' int check(timepoint in (0,1)),unique(feed_id,trip_id,stop_sequence)) 2024/09/14 17:15:13 Execute statement: create table if not exists stops ('feed_id' int not null,'stop_id' text not null,'stop_code' text,'stop_name' text check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_name is not null) or (location_type = 3 or location_type = 4) ),'stop_desc' text,'stop_lat' real check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_lat is not null) or (location_type = 3 or location_type = 4) ),'stop_lon' real check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_lon is not null) or (location_type = 3 or location_type = 4) ),'zone_id' text,'stop_url' text,'location_type' int check(location_type in (0,1,2,3,4)),'parent_station' text,'stop_timezone' text,'wheelchair_boarding' int check(wheelchair_boarding in (0,1,2)),'level_id' text,'platform_code' text,unique(feed_id,stop_id)) 2024/09/14 17:15:13 Execute statement: create table if not exists trips ('feed_id' int not null,'route_id' text not null,'service_id' text not null,'trip_id' text not null,'trip_headsign' text,'trip_short_name' text,'direction_id' int check(direction_id in (0,1)),'block_id' text,'shape_id' text,'wheelchair_accessible' text check(wheelchair_accessible in (0,1,2)),'bikes_allowed' int check(bikes_allowed in (0,1,2)),unique(feed_id,trip_id)) 2024/09/14 17:15:13 Execute statement: create table if not exists routes ('feed_id' int not null,'route_id' text not null,'agency_id' text,'route_short_name' text check(route_long_name is not null or route_short_name is not null),'route_long_name' text,'route_desc' text,'route_type' int,'route_url' text,'route_color' text,'route_text_color' text,'route_sort_order' text,'continuous_pickup' int check(continuous_pickup in (0,1,2,3)),'continuous_drop_off' int check(continuous_drop_off in (0,1,2,3)),unique(feed_id,route_id)) 2024/09/14 17:15:13 Execute statement: create table if not exists transfers ('feed_id' int not null,'from_stop_id' text not null,'to_stop_id' text not null,'transfer_type' int,'min_transfer_time' int) 2024/09/14 17:15:13 Execute statement: create table if not exists _cvconn ('feed_id' int not null,'conn_id' text not null,'trip_id' text not null,'service_id' text not null,'from_stop_id' text not null,'from_stop_idu' text not null,'from_stop_sidu' text not null,'from_stop_time' int not null,'from_stop_sequence' int not null,'to_stop_id' text not null,'to_stop_idu' text not null,'to_stop_sidu' text not null,'to_stop_time' int not null,'to_stop_sequence' int not null,unique(feed_id,conn_id)) 2024/09/14 17:15:13 Execute statement: create table if not exists _cvcaltoservice ('feed_id' int not null,'service_date' int not null,'service_id' text not null) 2024/09/14 17:15:13 Execute statement: create table if not exists _cvtransfersgen ('feed_id' int not null,'feed_id_pair' int not null,'from_stop_id' text not null,'to_stop_id' text not null,'from_stop_idu' text not null,'to_stop_idu' text not null,'from_stop_sidu' text not null,'to_stop_sidu' text not null,'dist_km' real) 2024/09/14 17:15:13 Loading schema tables ok 2024/09/14 17:15:13 Loading schema indexes 2024/09/14 17:15:13 Create index idx_stop_times1_departure_time on stop_times as [departure_time] 2024/09/14 17:15:13 Created index idx_stop_times1_departure_time ok 2024/09/14 17:15:13 Create index idx_stop_times1_trip_id on stop_times as [trip_id] 2024/09/14 17:15:13 Created index idx_stop_times1_trip_id ok 2024/09/14 17:15:13 Create index idx_stops2_feed_id_stop_id on stops as [feed_id stop_id] 2024/09/14 17:15:13 Created index idx_stops2_feed_id_stop_id ok 2024/09/14 17:15:13 Create index idx_stops2_stop_lat_stop_lon on stops as [stop_lat stop_lon] 2024/09/14 17:15:13 Created index idx_stops2_stop_lat_stop_lon ok 2024/09/14 17:15:13 Create index idx_transfers2_feed_id_from_stop_id on transfers as [feed_id from_stop_id] 2024/09/14 17:15:13 Created index idx_transfers2_feed_id_from_stop_id ok 2024/09/14 17:15:13 Create index idx_transfers2_feed_id_to_stop_id on transfers as [feed_id to_stop_id] 2024/09/14 17:15:13 Created index idx_transfers2_feed_id_to_stop_id ok 2024/09/14 17:15:13 Create index idx__cvconn3_feed_id_service_id_from_stop_time on _cvconn as [feed_id service_id from_stop_time] 2024/09/14 17:15:13 Created index idx__cvconn3_feed_id_service_id_from_stop_time ok 2024/09/14 17:15:13 Create index idx__cvconn3_feed_id_from_stop_sidu_from_stop_time on _cvconn as [feed_id from_stop_sidu from_stop_time] 2024/09/14 17:15:13 Created index idx__cvconn3_feed_id_from_stop_sidu_from_stop_time ok 2024/09/14 17:15:13 Create index idx__cvcaltoservice2_service_date_feed_id on _cvcaltoservice as [service_date feed_id] 2024/09/14 17:15:13 Created index idx__cvcaltoservice2_service_date_feed_id ok 2024/09/14 17:15:13 Loading schema indexes ok 2024/09/14 17:15:13 Loading views ok 2024/09/14 17:15:13 Loaded view _vfeedsmetadata (bytes=3531) 2024/09/14 17:15:13 Loaded view _vstopparent (bytes=2600) 2024/09/14 17:15:13 Loaded view _vconn (bytes=1227) 2024/09/14 17:15:13 Loaded view _vconnverbose (bytes=1122) 2024/09/14 17:15:13 Loaded view _vcaltoservice (bytes=4223) 2024/09/14 17:15:13 Loaded view _vtransferstbl (bytes=933) 2024/09/14 17:15:13 Loaded view _vtransfersgen (bytes=1552) 2024/09/14 17:15:13 Loaded view _vtransfersimplicit (bytes=371) 2024/09/14 17:15:13 Loading views ok 2024/09/14 17:15:13 Importing table from //tmp/mobroute_test_mobdb_188213486.csv (0.00MB) to table: _gtfssource_mdbcsv 2024/09/14 17:15:13 Last checksum vs current: / C_0M_c3ab5fe1122e3d9dcd0c88fd9858ba39ce186b4b6547b30b5dad457f4b21473d; import will occur 2024/09/14 17:15:13 Imported 1 rows into _gtfssource_mdbcsv ok 2024/09/14 17:15:13 Imported table from //tmp/mobroute_test_mobdb_188213486.csv to table: _gtfssource_mdbcsv ok 2024/09/14 17:15:13 Running RTDatabase against input: {"feed_ids":[42],"op":"load"} 2024/09/14 17:15:13 Running Load against 1 feeds 2024/09/14 17:15:13 Loading GTFS feed 42 (1 of 1) 2024/09/14 17:15:13 Loading /tmp/3857908353.zip to DB with GTFS feed: 42 2024/09/14 17:15:13 Loaded GTFS Archive /tmp/3857908353.zip to temporary directory: /tmp/mobroute_tempdir1531896862 2024/09/14 17:15:13 Loading table: agency 2024/09/14 17:15:13 Importing table from /tmp/mobroute_tempdir1531896862/agency.txt (0.00MB) to table: agency 2024/09/14 17:15:13 Last checksum vs current: / C_0M_ec69cc35698113d39b116d06df83c168ff34eec1dd5daa90136c2ccdddd57966; import will occur 2024/09/14 17:15:13 Imported 1 rows into agency ok 2024/09/14 17:15:13 Imported table from /tmp/mobroute_tempdir1531896862/agency.txt to table: agency ok 2024/09/14 17:15:13 Loading table: agency complete 2024/09/14 17:15:13 Loading table: calendar 2024/09/14 17:15:13 Importing table from /tmp/mobroute_tempdir1531896862/calendar.txt (0.00MB) to table: calendar 2024/09/14 17:15:13 Last checksum vs current: / C_0M_e3b90f0aa591f682039ce6ac7a9f4e8f46025c2346ee8478c06a04300d59ed12; import will occur 2024/09/14 17:15:13 Imported 2 rows into calendar ok 2024/09/14 17:15:13 Imported table from /tmp/mobroute_tempdir1531896862/calendar.txt to table: calendar ok 2024/09/14 17:15:13 Loading table: calendar complete 2024/09/14 17:15:13 Loading table: calendar_dates 2024/09/14 17:15:13 Importing table from /tmp/mobroute_tempdir1531896862/calendar_dates.txt (0.00MB) to table: calendar_dates 2024/09/14 17:15:13 Skipped import for non-existant non-required file: /tmp/mobroute_tempdir1531896862/calendar_dates.txt 2024/09/14 17:15:13 Loading table: calendar_dates complete 2024/09/14 17:15:13 Loading table: stop_times 2024/09/14 17:15:13 Importing table from /tmp/mobroute_tempdir1531896862/stop_times.txt (0.00MB) to table: stop_times 2024/09/14 17:15:13 Last checksum vs current: / C_0M_34d5ab6ee7cbb3e04fd82bd1dca86e4daecfa570a11b128209c8e5c102662d0a; import will occur 2024/09/14 17:15:13 Imported 1 rows into stop_times ok 2024/09/14 17:15:13 Imported table from /tmp/mobroute_tempdir1531896862/stop_times.txt to table: stop_times ok 2024/09/14 17:15:13 Loading table: stop_times complete 2024/09/14 17:15:13 Loading table: stops 2024/09/14 17:15:13 Importing table from /tmp/mobroute_tempdir1531896862/stops.txt (0.00MB) to table: stops 2024/09/14 17:15:13 Last checksum vs current: / C_0M_0e74a5076f0274b109142fc425c74cff47bef02800122d1f65189c2f2ac9ddbb; import will occur 2024/09/14 17:15:13 Imported 1 rows into stops ok 2024/09/14 17:15:13 Imported table from /tmp/mobroute_tempdir1531896862/stops.txt to table: stops ok 2024/09/14 17:15:13 Loading table: stops complete 2024/09/14 17:15:13 Loading table: trips 2024/09/14 17:15:13 Importing table from /tmp/mobroute_tempdir1531896862/trips.txt (0.00MB) to table: trips 2024/09/14 17:15:13 Last checksum vs current: / C_0M_0391ceb043162a440ba78564cae799b0c9b0004ac42d27290246145bfa780435; import will occur 2024/09/14 17:15:13 Imported 1 rows into trips ok 2024/09/14 17:15:13 Imported table from /tmp/mobroute_tempdir1531896862/trips.txt to table: trips ok 2024/09/14 17:15:13 Loading table: trips complete 2024/09/14 17:15:13 Loading table: routes 2024/09/14 17:15:13 Importing table from /tmp/mobroute_tempdir1531896862/routes.txt (0.00MB) to table: routes 2024/09/14 17:15:13 Last checksum vs current: / C_0M_a6031af6418607a6e5f51c20eaa22f422664f8d5254c59438ab18ce7e1e97cf8; import will occur 2024/09/14 17:15:13 Imported 1 rows into routes ok 2024/09/14 17:15:13 Imported table from /tmp/mobroute_tempdir1531896862/routes.txt to table: routes ok 2024/09/14 17:15:13 Loading table: routes complete 2024/09/14 17:15:13 Loading table: transfers 2024/09/14 17:15:13 Importing table from /tmp/mobroute_tempdir1531896862/transfers.txt (0.00MB) to table: transfers 2024/09/14 17:15:13 Skipped import for non-existant non-required file: /tmp/mobroute_tempdir1531896862/transfers.txt 2024/09/14 17:15:13 Loading table: transfers complete 2024/09/14 17:15:13 Loaded /tmp/3857908353.zip to DB with GTFS feed: 42 ok 2024/09/14 17:15:13 Loading GTFS feed 42 ok; used cache for URL download (true) 2024/09/14 17:15:13 Running Load against 1 feeds ok 2024/09/14 17:15:13 Running RTDatabase against input: {"feed_ids":[42],"op":"compute"} 2024/09/14 17:15:13 Running Compute against 1 feeds 2024/09/14 17:15:13 Computed table _cvconn for feed (42 ) out of date - updating ('' vs '42:routes:C_0M_a6031af6418607a6e5f51c20eaa22f422664f8d5254c59438ab18ce7e1e97cf8,42:stop_times:C_0M_34d5ab6ee7cbb3e04fd82bd1dca86e4daecfa570a11b128209c8e5c102662d0a,42:stops:C_0M_0e74a5076f0274b109142fc425c74cff47bef02800122d1f65189c2f2ac9ddbb,42:trips:C_0M_0391ceb043162a440ba78564cae799b0c9b0004ac42d27290246145bfa780435') 2024/09/14 17:15:13 Computed table _cvcaltoservice for feed (42 ) out of date - updating ('' vs '42:stops:C_0M_0e74a5076f0274b109142fc425c74cff47bef02800122d1f65189c2f2ac9ddbb') 2024/09/14 17:15:13 Computed table _cvtransfersgen for feed (42 0xc0001536e8) out of date - updating ('' vs '42:stops:C_0M_0e74a5076f0274b109142fc425c74cff47bef02800122d1f65189c2f2ac9ddbb') 2024/09/14 17:15:13 Running Compute against 1 feeds ok 2024/09/14 17:15:13 Loading select feed_id, service_date, service_id from _cvcaltoservice where feed_id = ? and service_date between ? and ? ([42 20230620 20230621]) to memory 2024/09/14 17:15:13 Loaded select feed_id, service_date, service_id from _cvcaltoservice where feed_id = ? and service_date between ? and ? ([42 20230620 20230621]) to memory ok (len=4) 2024/09/14 17:15:13 Generated mock for input (map[42:../testhelper/mockgtfs/gtfs_cal_only.yml]): (gtfs zips: [/tmp/1578441347.zip]) (mobdb csv: /tmp/mobroute_test_mobdb_4253018916.csv) 2024/09/14 17:15:13 SQLite system version (3.46.1); comparing to required version: 3.28.0 2024/09/14 17:15:13 Loading schema tables 2024/09/14 17:15:13 Execute statement: create table if not exists _mobsqltrack ('feed_id' int not null,'feed_id_pair' int,'tbl' text not null,'checksum' text not null,'n_rows' int not null,'timestamp' int not null,unique(feed_id,feed_id_pair,tbl)) 2024/09/14 17:15:13 Execute statement: create table if not exists _gtfssource_mdbcsv ('feed_id' int not null check(feed_id = -1),'data_type' text not null,'location.bounding_box.minimum_latitude' real,'location.bounding_box.minimum_longitude' real,'location.bounding_box.maximum_latitude' real,'location.bounding_box.maximum_longitude' real,'location.country_code' text,'location.subdivision_name' text,'location.municipality' text,'urls.latest' text not null,'urls.license' text,'mdb_source_id' int not null check(mdb_source_id >= 0),'name' text,'status' text,'provider' text not null,unique(mdb_source_id)) 2024/09/14 17:15:13 Execute statement: create table if not exists _gtfssource_custom ('customgtfs_feed_id' int not null check(customgtfs_feed_id < -1),'gtfs_uri' text not null,unique(customgtfs_feed_id)) 2024/09/14 17:15:13 Execute statement: create table if not exists agency ('feed_id' int not null,'agency_id' text,'agency_name' text not null,'agency_url' text not null,'agency_timezone' text not null,unique(feed_id,agency_id)) 2024/09/14 17:15:13 Execute statement: create table if not exists calendar ('feed_id' int not null,'service_id' text not null,'monday' int not null check(monday in (0,1)),'tuesday' int not null check(tuesday in (0,1)),'wednesday' int not null check(wednesday in (0,1)),'thursday' int not null check(thursday in (0,1)),'friday' int not null check(friday in (0,1)),'saturday' int not null check(saturday in (0,1)),'sunday' int not null check(sunday in (0,1)),'start_date' int not null,'end_date' int not null,unique(feed_id,service_id)) 2024/09/14 17:15:13 Execute statement: create table if not exists calendar_dates ('feed_id' int not null,'service_id' text not null,'date' int not null,'exception_type' int not null check(exception_type in (1,2))) 2024/09/14 17:15:13 Execute statement: create table if not exists stop_times ('feed_id' int not null,'trip_id' text not null,'arrival_time' int,'departure_time' int,'stop_id' text not null,'stop_sequence' int not null,'stop_headsign' text,'pickup_type' int,'drop_off_type' int,'continuous_drop_off' text,'timepoint' int check(timepoint in (0,1)),unique(feed_id,trip_id,stop_sequence)) 2024/09/14 17:15:13 Execute statement: create table if not exists stops ('feed_id' int not null,'stop_id' text not null,'stop_code' text,'stop_name' text check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_name is not null) or (location_type = 3 or location_type = 4) ),'stop_desc' text,'stop_lat' real check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_lat is not null) or (location_type = 3 or location_type = 4) ),'stop_lon' real check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_lon is not null) or (location_type = 3 or location_type = 4) ),'zone_id' text,'stop_url' text,'location_type' int check(location_type in (0,1,2,3,4)),'parent_station' text,'stop_timezone' text,'wheelchair_boarding' int check(wheelchair_boarding in (0,1,2)),'level_id' text,'platform_code' text,unique(feed_id,stop_id)) 2024/09/14 17:15:13 Execute statement: create table if not exists trips ('feed_id' int not null,'route_id' text not null,'service_id' text not null,'trip_id' text not null,'trip_headsign' text,'trip_short_name' text,'direction_id' int check(direction_id in (0,1)),'block_id' text,'shape_id' text,'wheelchair_accessible' text check(wheelchair_accessible in (0,1,2)),'bikes_allowed' int check(bikes_allowed in (0,1,2)),unique(feed_id,trip_id)) 2024/09/14 17:15:13 Execute statement: create table if not exists routes ('feed_id' int not null,'route_id' text not null,'agency_id' text,'route_short_name' text check(route_long_name is not null or route_short_name is not null),'route_long_name' text,'route_desc' text,'route_type' int,'route_url' text,'route_color' text,'route_text_color' text,'route_sort_order' text,'continuous_pickup' int check(continuous_pickup in (0,1,2,3)),'continuous_drop_off' int check(continuous_drop_off in (0,1,2,3)),unique(feed_id,route_id)) 2024/09/14 17:15:13 Execute statement: create table if not exists transfers ('feed_id' int not null,'from_stop_id' text not null,'to_stop_id' text not null,'transfer_type' int,'min_transfer_time' int) 2024/09/14 17:15:13 Execute statement: create table if not exists _cvconn ('feed_id' int not null,'conn_id' text not null,'trip_id' text not null,'service_id' text not null,'from_stop_id' text not null,'from_stop_idu' text not null,'from_stop_sidu' text not null,'from_stop_time' int not null,'from_stop_sequence' int not null,'to_stop_id' text not null,'to_stop_idu' text not null,'to_stop_sidu' text not null,'to_stop_time' int not null,'to_stop_sequence' int not null,unique(feed_id,conn_id)) 2024/09/14 17:15:13 Execute statement: create table if not exists _cvcaltoservice ('feed_id' int not null,'service_date' int not null,'service_id' text not null) 2024/09/14 17:15:13 Execute statement: create table if not exists _cvtransfersgen ('feed_id' int not null,'feed_id_pair' int not null,'from_stop_id' text not null,'to_stop_id' text not null,'from_stop_idu' text not null,'to_stop_idu' text not null,'from_stop_sidu' text not null,'to_stop_sidu' text not null,'dist_km' real) 2024/09/14 17:15:13 Loading schema tables ok 2024/09/14 17:15:13 Loading schema indexes 2024/09/14 17:15:13 Create index idx_stop_times1_departure_time on stop_times as [departure_time] 2024/09/14 17:15:13 Created index idx_stop_times1_departure_time ok 2024/09/14 17:15:13 Create index idx_stop_times1_trip_id on stop_times as [trip_id] 2024/09/14 17:15:13 Created index idx_stop_times1_trip_id ok 2024/09/14 17:15:13 Create index idx_stops2_feed_id_stop_id on stops as [feed_id stop_id] 2024/09/14 17:15:13 Created index idx_stops2_feed_id_stop_id ok 2024/09/14 17:15:13 Create index idx_stops2_stop_lat_stop_lon on stops as [stop_lat stop_lon] 2024/09/14 17:15:13 Created index idx_stops2_stop_lat_stop_lon ok 2024/09/14 17:15:13 Create index idx_transfers2_feed_id_from_stop_id on transfers as [feed_id from_stop_id] 2024/09/14 17:15:13 Created index idx_transfers2_feed_id_from_stop_id ok 2024/09/14 17:15:13 Create index idx_transfers2_feed_id_to_stop_id on transfers as [feed_id to_stop_id] 2024/09/14 17:15:13 Created index idx_transfers2_feed_id_to_stop_id ok 2024/09/14 17:15:13 Create index idx__cvconn3_feed_id_service_id_from_stop_time on _cvconn as [feed_id service_id from_stop_time] 2024/09/14 17:15:13 Created index idx__cvconn3_feed_id_service_id_from_stop_time ok 2024/09/14 17:15:13 Create index idx__cvconn3_feed_id_from_stop_sidu_from_stop_time on _cvconn as [feed_id from_stop_sidu from_stop_time] 2024/09/14 17:15:13 Created index idx__cvconn3_feed_id_from_stop_sidu_from_stop_time ok 2024/09/14 17:15:13 Create index idx__cvcaltoservice2_service_date_feed_id on _cvcaltoservice as [service_date feed_id] 2024/09/14 17:15:13 Created index idx__cvcaltoservice2_service_date_feed_id ok 2024/09/14 17:15:13 Loading schema indexes ok 2024/09/14 17:15:13 Loading views ok 2024/09/14 17:15:13 Loaded view _vfeedsmetadata (bytes=3531) 2024/09/14 17:15:13 Loaded view _vstopparent (bytes=2600) 2024/09/14 17:15:13 Loaded view _vconn (bytes=1227) 2024/09/14 17:15:13 Loaded view _vconnverbose (bytes=1122) 2024/09/14 17:15:13 Loaded view _vcaltoservice (bytes=4223) 2024/09/14 17:15:13 Loaded view _vtransferstbl (bytes=933) 2024/09/14 17:15:13 Loaded view _vtransfersgen (bytes=1552) 2024/09/14 17:15:13 Loaded view _vtransfersimplicit (bytes=371) 2024/09/14 17:15:13 Loading views ok 2024/09/14 17:15:13 Importing table from //tmp/mobroute_test_mobdb_4253018916.csv (0.00MB) to table: _gtfssource_mdbcsv 2024/09/14 17:15:13 Last checksum vs current: / C_0M_9308fff237ae2e0c9e30434f154ead039b296dfc4f30d54ecc7938086441fbc4; import will occur 2024/09/14 17:15:13 Imported 1 rows into _gtfssource_mdbcsv ok 2024/09/14 17:15:13 Imported table from //tmp/mobroute_test_mobdb_4253018916.csv to table: _gtfssource_mdbcsv ok 2024/09/14 17:15:13 Running RTDatabase against input: {"feed_ids":[42],"op":"load"} 2024/09/14 17:15:13 Running Load against 1 feeds 2024/09/14 17:15:13 Loading GTFS feed 42 (1 of 1) 2024/09/14 17:15:13 Loading /tmp/1578441347.zip to DB with GTFS feed: 42 2024/09/14 17:15:13 Loaded GTFS Archive /tmp/1578441347.zip to temporary directory: /tmp/mobroute_tempdir2428673829 2024/09/14 17:15:13 Loading table: agency 2024/09/14 17:15:13 Importing table from /tmp/mobroute_tempdir2428673829/agency.txt (0.00MB) to table: agency 2024/09/14 17:15:13 Last checksum vs current: / C_0M_ec69cc35698113d39b116d06df83c168ff34eec1dd5daa90136c2ccdddd57966; import will occur 2024/09/14 17:15:13 Imported 1 rows into agency ok 2024/09/14 17:15:13 Imported table from /tmp/mobroute_tempdir2428673829/agency.txt to table: agency ok 2024/09/14 17:15:13 Loading table: agency complete 2024/09/14 17:15:13 Loading table: calendar 2024/09/14 17:15:13 Importing table from /tmp/mobroute_tempdir2428673829/calendar.txt (0.00MB) to table: calendar 2024/09/14 17:15:13 Last checksum vs current: / C_0M_e3b90f0aa591f682039ce6ac7a9f4e8f46025c2346ee8478c06a04300d59ed12; import will occur 2024/09/14 17:15:13 Imported 2 rows into calendar ok 2024/09/14 17:15:13 Imported table from /tmp/mobroute_tempdir2428673829/calendar.txt to table: calendar ok 2024/09/14 17:15:13 Loading table: calendar complete 2024/09/14 17:15:13 Loading table: calendar_dates 2024/09/14 17:15:13 Importing table from /tmp/mobroute_tempdir2428673829/calendar_dates.txt (0.00MB) to table: calendar_dates 2024/09/14 17:15:13 Skipped import for non-existant non-required file: /tmp/mobroute_tempdir2428673829/calendar_dates.txt 2024/09/14 17:15:13 Loading table: calendar_dates complete 2024/09/14 17:15:13 Loading table: stop_times 2024/09/14 17:15:13 Importing table from /tmp/mobroute_tempdir2428673829/stop_times.txt (0.00MB) to table: stop_times 2024/09/14 17:15:13 Last checksum vs current: / C_0M_34d5ab6ee7cbb3e04fd82bd1dca86e4daecfa570a11b128209c8e5c102662d0a; import will occur 2024/09/14 17:15:13 Imported 1 rows into stop_times ok 2024/09/14 17:15:13 Imported table from /tmp/mobroute_tempdir2428673829/stop_times.txt to table: stop_times ok 2024/09/14 17:15:13 Loading table: stop_times complete 2024/09/14 17:15:13 Loading table: stops 2024/09/14 17:15:13 Importing table from /tmp/mobroute_tempdir2428673829/stops.txt (0.00MB) to table: stops 2024/09/14 17:15:13 Last checksum vs current: / C_0M_0e74a5076f0274b109142fc425c74cff47bef02800122d1f65189c2f2ac9ddbb; import will occur 2024/09/14 17:15:13 Imported 1 rows into stops ok 2024/09/14 17:15:13 Imported table from /tmp/mobroute_tempdir2428673829/stops.txt to table: stops ok 2024/09/14 17:15:13 Loading table: stops complete 2024/09/14 17:15:13 Loading table: trips 2024/09/14 17:15:13 Importing table from /tmp/mobroute_tempdir2428673829/trips.txt (0.00MB) to table: trips 2024/09/14 17:15:13 Last checksum vs current: / C_0M_0391ceb043162a440ba78564cae799b0c9b0004ac42d27290246145bfa780435; import will occur 2024/09/14 17:15:13 Imported 1 rows into trips ok 2024/09/14 17:15:13 Imported table from /tmp/mobroute_tempdir2428673829/trips.txt to table: trips ok 2024/09/14 17:15:13 Loading table: trips complete 2024/09/14 17:15:13 Loading table: routes 2024/09/14 17:15:13 Importing table from /tmp/mobroute_tempdir2428673829/routes.txt (0.00MB) to table: routes 2024/09/14 17:15:13 Last checksum vs current: / C_0M_a6031af6418607a6e5f51c20eaa22f422664f8d5254c59438ab18ce7e1e97cf8; import will occur 2024/09/14 17:15:13 Imported 1 rows into routes ok 2024/09/14 17:15:13 Imported table from /tmp/mobroute_tempdir2428673829/routes.txt to table: routes ok 2024/09/14 17:15:13 Loading table: routes complete 2024/09/14 17:15:13 Loading table: transfers 2024/09/14 17:15:13 Importing table from /tmp/mobroute_tempdir2428673829/transfers.txt (0.00MB) to table: transfers 2024/09/14 17:15:13 Skipped import for non-existant non-required file: /tmp/mobroute_tempdir2428673829/transfers.txt 2024/09/14 17:15:13 Loading table: transfers complete 2024/09/14 17:15:13 Loaded /tmp/1578441347.zip to DB with GTFS feed: 42 ok 2024/09/14 17:15:13 Loading GTFS feed 42 ok; used cache for URL download (true) 2024/09/14 17:15:13 Running Load against 1 feeds ok 2024/09/14 17:15:13 Running RTDatabase against input: {"feed_ids":[42],"op":"compute"} 2024/09/14 17:15:13 Running Compute against 1 feeds 2024/09/14 17:15:13 Computed table _cvconn for feed (42 ) out of date - updating ('' vs '42:routes:C_0M_a6031af6418607a6e5f51c20eaa22f422664f8d5254c59438ab18ce7e1e97cf8,42:stop_times:C_0M_34d5ab6ee7cbb3e04fd82bd1dca86e4daecfa570a11b128209c8e5c102662d0a,42:stops:C_0M_0e74a5076f0274b109142fc425c74cff47bef02800122d1f65189c2f2ac9ddbb,42:trips:C_0M_0391ceb043162a440ba78564cae799b0c9b0004ac42d27290246145bfa780435') 2024/09/14 17:15:13 Computed table _cvcaltoservice for feed (42 ) out of date - updating ('' vs '42:stops:C_0M_0e74a5076f0274b109142fc425c74cff47bef02800122d1f65189c2f2ac9ddbb') 2024/09/14 17:15:13 Computed table _cvtransfersgen for feed (42 0xc0002aa788) out of date - updating ('' vs '42:stops:C_0M_0e74a5076f0274b109142fc425c74cff47bef02800122d1f65189c2f2ac9ddbb') 2024/09/14 17:15:13 Running Compute against 1 feeds ok 2024/09/14 17:15:13 Loading select feed_id, service_date, service_id from _cvcaltoservice where feed_id = ? and service_date between ? and ? ([42 20270619 20270622]) to memory 2024/09/14 17:15:13 Loaded select feed_id, service_date, service_id from _cvcaltoservice where feed_id = ? and service_date between ? and ? ([42 20270619 20270622]) to memory ok (len=0) 2024/09/14 17:15:13 Generated mock for input (map[42:../testhelper/mockgtfs/gtfs_caldates_only.yml]): (gtfs zips: [/tmp/1875511541.zip]) (mobdb csv: /tmp/mobroute_test_mobdb_1104797109.csv) 2024/09/14 17:15:13 SQLite system version (3.46.1); comparing to required version: 3.28.0 2024/09/14 17:15:13 Loading schema tables 2024/09/14 17:15:13 Execute statement: create table if not exists _mobsqltrack ('feed_id' int not null,'feed_id_pair' int,'tbl' text not null,'checksum' text not null,'n_rows' int not null,'timestamp' int not null,unique(feed_id,feed_id_pair,tbl)) 2024/09/14 17:15:13 Execute statement: create table if not exists _gtfssource_mdbcsv ('feed_id' int not null check(feed_id = -1),'data_type' text not null,'location.bounding_box.minimum_latitude' real,'location.bounding_box.minimum_longitude' real,'location.bounding_box.maximum_latitude' real,'location.bounding_box.maximum_longitude' real,'location.country_code' text,'location.subdivision_name' text,'location.municipality' text,'urls.latest' text not null,'urls.license' text,'mdb_source_id' int not null check(mdb_source_id >= 0),'name' text,'status' text,'provider' text not null,unique(mdb_source_id)) 2024/09/14 17:15:13 Execute statement: create table if not exists _gtfssource_custom ('customgtfs_feed_id' int not null check(customgtfs_feed_id < -1),'gtfs_uri' text not null,unique(customgtfs_feed_id)) 2024/09/14 17:15:13 Execute statement: create table if not exists agency ('feed_id' int not null,'agency_id' text,'agency_name' text not null,'agency_url' text not null,'agency_timezone' text not null,unique(feed_id,agency_id)) 2024/09/14 17:15:13 Execute statement: create table if not exists calendar ('feed_id' int not null,'service_id' text not null,'monday' int not null check(monday in (0,1)),'tuesday' int not null check(tuesday in (0,1)),'wednesday' int not null check(wednesday in (0,1)),'thursday' int not null check(thursday in (0,1)),'friday' int not null check(friday in (0,1)),'saturday' int not null check(saturday in (0,1)),'sunday' int not null check(sunday in (0,1)),'start_date' int not null,'end_date' int not null,unique(feed_id,service_id)) 2024/09/14 17:15:13 Execute statement: create table if not exists calendar_dates ('feed_id' int not null,'service_id' text not null,'date' int not null,'exception_type' int not null check(exception_type in (1,2))) 2024/09/14 17:15:13 Execute statement: create table if not exists stop_times ('feed_id' int not null,'trip_id' text not null,'arrival_time' int,'departure_time' int,'stop_id' text not null,'stop_sequence' int not null,'stop_headsign' text,'pickup_type' int,'drop_off_type' int,'continuous_drop_off' text,'timepoint' int check(timepoint in (0,1)),unique(feed_id,trip_id,stop_sequence)) 2024/09/14 17:15:13 Execute statement: create table if not exists stops ('feed_id' int not null,'stop_id' text not null,'stop_code' text,'stop_name' text check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_name is not null) or (location_type = 3 or location_type = 4) ),'stop_desc' text,'stop_lat' real check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_lat is not null) or (location_type = 3 or location_type = 4) ),'stop_lon' real check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_lon is not null) or (location_type = 3 or location_type = 4) ),'zone_id' text,'stop_url' text,'location_type' int check(location_type in (0,1,2,3,4)),'parent_station' text,'stop_timezone' text,'wheelchair_boarding' int check(wheelchair_boarding in (0,1,2)),'level_id' text,'platform_code' text,unique(feed_id,stop_id)) 2024/09/14 17:15:13 Execute statement: create table if not exists trips ('feed_id' int not null,'route_id' text not null,'service_id' text not null,'trip_id' text not null,'trip_headsign' text,'trip_short_name' text,'direction_id' int check(direction_id in (0,1)),'block_id' text,'shape_id' text,'wheelchair_accessible' text check(wheelchair_accessible in (0,1,2)),'bikes_allowed' int check(bikes_allowed in (0,1,2)),unique(feed_id,trip_id)) 2024/09/14 17:15:13 Execute statement: create table if not exists routes ('feed_id' int not null,'route_id' text not null,'agency_id' text,'route_short_name' text check(route_long_name is not null or route_short_name is not null),'route_long_name' text,'route_desc' text,'route_type' int,'route_url' text,'route_color' text,'route_text_color' text,'route_sort_order' text,'continuous_pickup' int check(continuous_pickup in (0,1,2,3)),'continuous_drop_off' int check(continuous_drop_off in (0,1,2,3)),unique(feed_id,route_id)) 2024/09/14 17:15:13 Execute statement: create table if not exists transfers ('feed_id' int not null,'from_stop_id' text not null,'to_stop_id' text not null,'transfer_type' int,'min_transfer_time' int) 2024/09/14 17:15:13 Execute statement: create table if not exists _cvconn ('feed_id' int not null,'conn_id' text not null,'trip_id' text not null,'service_id' text not null,'from_stop_id' text not null,'from_stop_idu' text not null,'from_stop_sidu' text not null,'from_stop_time' int not null,'from_stop_sequence' int not null,'to_stop_id' text not null,'to_stop_idu' text not null,'to_stop_sidu' text not null,'to_stop_time' int not null,'to_stop_sequence' int not null,unique(feed_id,conn_id)) 2024/09/14 17:15:13 Execute statement: create table if not exists _cvcaltoservice ('feed_id' int not null,'service_date' int not null,'service_id' text not null) 2024/09/14 17:15:13 Execute statement: create table if not exists _cvtransfersgen ('feed_id' int not null,'feed_id_pair' int not null,'from_stop_id' text not null,'to_stop_id' text not null,'from_stop_idu' text not null,'to_stop_idu' text not null,'from_stop_sidu' text not null,'to_stop_sidu' text not null,'dist_km' real) 2024/09/14 17:15:13 Loading schema tables ok 2024/09/14 17:15:13 Loading schema indexes 2024/09/14 17:15:13 Create index idx_stop_times1_departure_time on stop_times as [departure_time] 2024/09/14 17:15:13 Created index idx_stop_times1_departure_time ok 2024/09/14 17:15:13 Create index idx_stop_times1_trip_id on stop_times as [trip_id] 2024/09/14 17:15:13 Created index idx_stop_times1_trip_id ok 2024/09/14 17:15:13 Create index idx_stops2_feed_id_stop_id on stops as [feed_id stop_id] 2024/09/14 17:15:13 Created index idx_stops2_feed_id_stop_id ok 2024/09/14 17:15:13 Create index idx_stops2_stop_lat_stop_lon on stops as [stop_lat stop_lon] 2024/09/14 17:15:13 Created index idx_stops2_stop_lat_stop_lon ok 2024/09/14 17:15:13 Create index idx_transfers2_feed_id_from_stop_id on transfers as [feed_id from_stop_id] 2024/09/14 17:15:13 Created index idx_transfers2_feed_id_from_stop_id ok 2024/09/14 17:15:13 Create index idx_transfers2_feed_id_to_stop_id on transfers as [feed_id to_stop_id] 2024/09/14 17:15:13 Created index idx_transfers2_feed_id_to_stop_id ok 2024/09/14 17:15:13 Create index idx__cvconn3_feed_id_service_id_from_stop_time on _cvconn as [feed_id service_id from_stop_time] 2024/09/14 17:15:13 Created index idx__cvconn3_feed_id_service_id_from_stop_time ok 2024/09/14 17:15:13 Create index idx__cvconn3_feed_id_from_stop_sidu_from_stop_time on _cvconn as [feed_id from_stop_sidu from_stop_time] 2024/09/14 17:15:13 Created index idx__cvconn3_feed_id_from_stop_sidu_from_stop_time ok 2024/09/14 17:15:13 Create index idx__cvcaltoservice2_service_date_feed_id on _cvcaltoservice as [service_date feed_id] 2024/09/14 17:15:13 Created index idx__cvcaltoservice2_service_date_feed_id ok 2024/09/14 17:15:13 Loading schema indexes ok 2024/09/14 17:15:13 Loading views ok 2024/09/14 17:15:13 Loaded view _vfeedsmetadata (bytes=3531) 2024/09/14 17:15:13 Loaded view _vstopparent (bytes=2600) 2024/09/14 17:15:13 Loaded view _vconn (bytes=1227) 2024/09/14 17:15:13 Loaded view _vconnverbose (bytes=1122) 2024/09/14 17:15:13 Loaded view _vcaltoservice (bytes=4223) 2024/09/14 17:15:13 Loaded view _vtransferstbl (bytes=933) 2024/09/14 17:15:13 Loaded view _vtransfersgen (bytes=1552) 2024/09/14 17:15:13 Loaded view _vtransfersimplicit (bytes=371) 2024/09/14 17:15:13 Loading views ok 2024/09/14 17:15:13 Importing table from //tmp/mobroute_test_mobdb_1104797109.csv (0.00MB) to table: _gtfssource_mdbcsv 2024/09/14 17:15:13 Last checksum vs current: / C_0M_fc0b339e9325b9ef506b03098b9da4fa210230a6859606953ab0367d4d882e18; import will occur 2024/09/14 17:15:13 Imported 1 rows into _gtfssource_mdbcsv ok 2024/09/14 17:15:13 Imported table from //tmp/mobroute_test_mobdb_1104797109.csv to table: _gtfssource_mdbcsv ok 2024/09/14 17:15:13 Running RTDatabase against input: {"feed_ids":[42],"op":"load"} 2024/09/14 17:15:13 Running Load against 1 feeds 2024/09/14 17:15:13 Loading GTFS feed 42 (1 of 1) 2024/09/14 17:15:13 Loading /tmp/1875511541.zip to DB with GTFS feed: 42 2024/09/14 17:15:13 Loaded GTFS Archive /tmp/1875511541.zip to temporary directory: /tmp/mobroute_tempdir476613898 2024/09/14 17:15:13 Loading table: agency 2024/09/14 17:15:13 Importing table from /tmp/mobroute_tempdir476613898/agency.txt (0.00MB) to table: agency 2024/09/14 17:15:13 Last checksum vs current: / C_0M_ec69cc35698113d39b116d06df83c168ff34eec1dd5daa90136c2ccdddd57966; import will occur 2024/09/14 17:15:13 Imported 1 rows into agency ok 2024/09/14 17:15:13 Imported table from /tmp/mobroute_tempdir476613898/agency.txt to table: agency ok 2024/09/14 17:15:13 Loading table: agency complete 2024/09/14 17:15:13 Loading table: calendar 2024/09/14 17:15:13 Importing table from /tmp/mobroute_tempdir476613898/calendar.txt (0.00MB) to table: calendar 2024/09/14 17:15:13 Skipped import for non-existant non-required file: /tmp/mobroute_tempdir476613898/calendar.txt 2024/09/14 17:15:13 Loading table: calendar complete 2024/09/14 17:15:13 Loading table: calendar_dates 2024/09/14 17:15:13 Importing table from /tmp/mobroute_tempdir476613898/calendar_dates.txt (0.00MB) to table: calendar_dates 2024/09/14 17:15:13 Last checksum vs current: / C_0M_c9a596973ac871ddba3e27cef7cc8ef2d3481b1fd98a210e6f398bd2ce95a687; import will occur 2024/09/14 17:15:13 Imported 6 rows into calendar_dates ok 2024/09/14 17:15:13 Imported table from /tmp/mobroute_tempdir476613898/calendar_dates.txt to table: calendar_dates ok 2024/09/14 17:15:13 Loading table: calendar_dates complete 2024/09/14 17:15:13 Loading table: stop_times 2024/09/14 17:15:13 Importing table from /tmp/mobroute_tempdir476613898/stop_times.txt (0.00MB) to table: stop_times 2024/09/14 17:15:13 Last checksum vs current: / C_0M_34d5ab6ee7cbb3e04fd82bd1dca86e4daecfa570a11b128209c8e5c102662d0a; import will occur 2024/09/14 17:15:13 Imported 1 rows into stop_times ok 2024/09/14 17:15:13 Imported table from /tmp/mobroute_tempdir476613898/stop_times.txt to table: stop_times ok 2024/09/14 17:15:13 Loading table: stop_times complete 2024/09/14 17:15:13 Loading table: stops 2024/09/14 17:15:13 Importing table from /tmp/mobroute_tempdir476613898/stops.txt (0.00MB) to table: stops 2024/09/14 17:15:13 Last checksum vs current: / C_0M_0e74a5076f0274b109142fc425c74cff47bef02800122d1f65189c2f2ac9ddbb; import will occur 2024/09/14 17:15:13 Imported 1 rows into stops ok 2024/09/14 17:15:13 Imported table from /tmp/mobroute_tempdir476613898/stops.txt to table: stops ok 2024/09/14 17:15:13 Loading table: stops complete 2024/09/14 17:15:13 Loading table: trips 2024/09/14 17:15:13 Importing table from /tmp/mobroute_tempdir476613898/trips.txt (0.00MB) to table: trips 2024/09/14 17:15:13 Last checksum vs current: / C_0M_0391ceb043162a440ba78564cae799b0c9b0004ac42d27290246145bfa780435; import will occur 2024/09/14 17:15:13 Imported 1 rows into trips ok 2024/09/14 17:15:13 Imported table from /tmp/mobroute_tempdir476613898/trips.txt to table: trips ok 2024/09/14 17:15:13 Loading table: trips complete 2024/09/14 17:15:13 Loading table: routes 2024/09/14 17:15:13 Importing table from /tmp/mobroute_tempdir476613898/routes.txt (0.00MB) to table: routes 2024/09/14 17:15:13 Last checksum vs current: / C_0M_a6031af6418607a6e5f51c20eaa22f422664f8d5254c59438ab18ce7e1e97cf8; import will occur 2024/09/14 17:15:13 Imported 1 rows into routes ok 2024/09/14 17:15:13 Imported table from /tmp/mobroute_tempdir476613898/routes.txt to table: routes ok 2024/09/14 17:15:13 Loading table: routes complete 2024/09/14 17:15:13 Loading table: transfers 2024/09/14 17:15:13 Importing table from /tmp/mobroute_tempdir476613898/transfers.txt (0.00MB) to table: transfers 2024/09/14 17:15:13 Skipped import for non-existant non-required file: /tmp/mobroute_tempdir476613898/transfers.txt 2024/09/14 17:15:13 Loading table: transfers complete 2024/09/14 17:15:13 Loaded /tmp/1875511541.zip to DB with GTFS feed: 42 ok 2024/09/14 17:15:13 Loading GTFS feed 42 ok; used cache for URL download (true) 2024/09/14 17:15:13 Running Load against 1 feeds ok 2024/09/14 17:15:13 Running RTDatabase against input: {"feed_ids":[42],"op":"compute"} 2024/09/14 17:15:13 Running Compute against 1 feeds 2024/09/14 17:15:13 Computed table _cvconn for feed (42 ) out of date - updating ('' vs '42:routes:C_0M_a6031af6418607a6e5f51c20eaa22f422664f8d5254c59438ab18ce7e1e97cf8,42:stop_times:C_0M_34d5ab6ee7cbb3e04fd82bd1dca86e4daecfa570a11b128209c8e5c102662d0a,42:stops:C_0M_0e74a5076f0274b109142fc425c74cff47bef02800122d1f65189c2f2ac9ddbb,42:trips:C_0M_0391ceb043162a440ba78564cae799b0c9b0004ac42d27290246145bfa780435') 2024/09/14 17:15:13 Computed table _cvcaltoservice for feed (42 ) out of date - updating ('' vs '42:stops:C_0M_0e74a5076f0274b109142fc425c74cff47bef02800122d1f65189c2f2ac9ddbb') 2024/09/14 17:15:13 Computed table _cvtransfersgen for feed (42 0xc0002f9af8) out of date - updating ('' vs '42:stops:C_0M_0e74a5076f0274b109142fc425c74cff47bef02800122d1f65189c2f2ac9ddbb') 2024/09/14 17:15:13 Running Compute against 1 feeds ok 2024/09/14 17:15:13 Loading select feed_id, service_date, service_id from _cvcaltoservice where feed_id = ? and service_date between ? and ? ([42 20230302 20230303]) to memory 2024/09/14 17:15:13 Loaded select feed_id, service_date, service_id from _cvcaltoservice where feed_id = ? and service_date between ? and ? ([42 20230302 20230303]) to memory ok (len=3) 2024/09/14 17:15:13 Generated mock for input (map[42:../testhelper/mockgtfs/gtfs_caldates_only.yml]): (gtfs zips: [/tmp/4017670803.zip]) (mobdb csv: /tmp/mobroute_test_mobdb_3709157126.csv) 2024/09/14 17:15:13 SQLite system version (3.46.1); comparing to required version: 3.28.0 2024/09/14 17:15:13 Loading schema tables 2024/09/14 17:15:13 Execute statement: create table if not exists _mobsqltrack ('feed_id' int not null,'feed_id_pair' int,'tbl' text not null,'checksum' text not null,'n_rows' int not null,'timestamp' int not null,unique(feed_id,feed_id_pair,tbl)) 2024/09/14 17:15:13 Execute statement: create table if not exists _gtfssource_mdbcsv ('feed_id' int not null check(feed_id = -1),'data_type' text not null,'location.bounding_box.minimum_latitude' real,'location.bounding_box.minimum_longitude' real,'location.bounding_box.maximum_latitude' real,'location.bounding_box.maximum_longitude' real,'location.country_code' text,'location.subdivision_name' text,'location.municipality' text,'urls.latest' text not null,'urls.license' text,'mdb_source_id' int not null check(mdb_source_id >= 0),'name' text,'status' text,'provider' text not null,unique(mdb_source_id)) 2024/09/14 17:15:13 Execute statement: create table if not exists _gtfssource_custom ('customgtfs_feed_id' int not null check(customgtfs_feed_id < -1),'gtfs_uri' text not null,unique(customgtfs_feed_id)) 2024/09/14 17:15:13 Execute statement: create table if not exists agency ('feed_id' int not null,'agency_id' text,'agency_name' text not null,'agency_url' text not null,'agency_timezone' text not null,unique(feed_id,agency_id)) 2024/09/14 17:15:13 Execute statement: create table if not exists calendar ('feed_id' int not null,'service_id' text not null,'monday' int not null check(monday in (0,1)),'tuesday' int not null check(tuesday in (0,1)),'wednesday' int not null check(wednesday in (0,1)),'thursday' int not null check(thursday in (0,1)),'friday' int not null check(friday in (0,1)),'saturday' int not null check(saturday in (0,1)),'sunday' int not null check(sunday in (0,1)),'start_date' int not null,'end_date' int not null,unique(feed_id,service_id)) 2024/09/14 17:15:13 Execute statement: create table if not exists calendar_dates ('feed_id' int not null,'service_id' text not null,'date' int not null,'exception_type' int not null check(exception_type in (1,2))) 2024/09/14 17:15:13 Execute statement: create table if not exists stop_times ('feed_id' int not null,'trip_id' text not null,'arrival_time' int,'departure_time' int,'stop_id' text not null,'stop_sequence' int not null,'stop_headsign' text,'pickup_type' int,'drop_off_type' int,'continuous_drop_off' text,'timepoint' int check(timepoint in (0,1)),unique(feed_id,trip_id,stop_sequence)) 2024/09/14 17:15:13 Execute statement: create table if not exists stops ('feed_id' int not null,'stop_id' text not null,'stop_code' text,'stop_name' text check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_name is not null) or (location_type = 3 or location_type = 4) ),'stop_desc' text,'stop_lat' real check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_lat is not null) or (location_type = 3 or location_type = 4) ),'stop_lon' real check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_lon is not null) or (location_type = 3 or location_type = 4) ),'zone_id' text,'stop_url' text,'location_type' int check(location_type in (0,1,2,3,4)),'parent_station' text,'stop_timezone' text,'wheelchair_boarding' int check(wheelchair_boarding in (0,1,2)),'level_id' text,'platform_code' text,unique(feed_id,stop_id)) 2024/09/14 17:15:13 Execute statement: create table if not exists trips ('feed_id' int not null,'route_id' text not null,'service_id' text not null,'trip_id' text not null,'trip_headsign' text,'trip_short_name' text,'direction_id' int check(direction_id in (0,1)),'block_id' text,'shape_id' text,'wheelchair_accessible' text check(wheelchair_accessible in (0,1,2)),'bikes_allowed' int check(bikes_allowed in (0,1,2)),unique(feed_id,trip_id)) 2024/09/14 17:15:13 Execute statement: create table if not exists routes ('feed_id' int not null,'route_id' text not null,'agency_id' text,'route_short_name' text check(route_long_name is not null or route_short_name is not null),'route_long_name' text,'route_desc' text,'route_type' int,'route_url' text,'route_color' text,'route_text_color' text,'route_sort_order' text,'continuous_pickup' int check(continuous_pickup in (0,1,2,3)),'continuous_drop_off' int check(continuous_drop_off in (0,1,2,3)),unique(feed_id,route_id)) 2024/09/14 17:15:13 Execute statement: create table if not exists transfers ('feed_id' int not null,'from_stop_id' text not null,'to_stop_id' text not null,'transfer_type' int,'min_transfer_time' int) 2024/09/14 17:15:13 Execute statement: create table if not exists _cvconn ('feed_id' int not null,'conn_id' text not null,'trip_id' text not null,'service_id' text not null,'from_stop_id' text not null,'from_stop_idu' text not null,'from_stop_sidu' text not null,'from_stop_time' int not null,'from_stop_sequence' int not null,'to_stop_id' text not null,'to_stop_idu' text not null,'to_stop_sidu' text not null,'to_stop_time' int not null,'to_stop_sequence' int not null,unique(feed_id,conn_id)) 2024/09/14 17:15:13 Execute statement: create table if not exists _cvcaltoservice ('feed_id' int not null,'service_date' int not null,'service_id' text not null) 2024/09/14 17:15:13 Execute statement: create table if not exists _cvtransfersgen ('feed_id' int not null,'feed_id_pair' int not null,'from_stop_id' text not null,'to_stop_id' text not null,'from_stop_idu' text not null,'to_stop_idu' text not null,'from_stop_sidu' text not null,'to_stop_sidu' text not null,'dist_km' real) 2024/09/14 17:15:13 Loading schema tables ok 2024/09/14 17:15:13 Loading schema indexes 2024/09/14 17:15:13 Create index idx_stop_times1_departure_time on stop_times as [departure_time] 2024/09/14 17:15:13 Created index idx_stop_times1_departure_time ok 2024/09/14 17:15:13 Create index idx_stop_times1_trip_id on stop_times as [trip_id] 2024/09/14 17:15:13 Created index idx_stop_times1_trip_id ok 2024/09/14 17:15:13 Create index idx_stops2_feed_id_stop_id on stops as [feed_id stop_id] 2024/09/14 17:15:13 Created index idx_stops2_feed_id_stop_id ok 2024/09/14 17:15:13 Create index idx_stops2_stop_lat_stop_lon on stops as [stop_lat stop_lon] 2024/09/14 17:15:13 Created index idx_stops2_stop_lat_stop_lon ok 2024/09/14 17:15:13 Create index idx_transfers2_feed_id_from_stop_id on transfers as [feed_id from_stop_id] 2024/09/14 17:15:13 Created index idx_transfers2_feed_id_from_stop_id ok 2024/09/14 17:15:13 Create index idx_transfers2_feed_id_to_stop_id on transfers as [feed_id to_stop_id] 2024/09/14 17:15:13 Created index idx_transfers2_feed_id_to_stop_id ok 2024/09/14 17:15:13 Create index idx__cvconn3_feed_id_service_id_from_stop_time on _cvconn as [feed_id service_id from_stop_time] 2024/09/14 17:15:13 Created index idx__cvconn3_feed_id_service_id_from_stop_time ok 2024/09/14 17:15:13 Create index idx__cvconn3_feed_id_from_stop_sidu_from_stop_time on _cvconn as [feed_id from_stop_sidu from_stop_time] 2024/09/14 17:15:13 Created index idx__cvconn3_feed_id_from_stop_sidu_from_stop_time ok 2024/09/14 17:15:13 Create index idx__cvcaltoservice2_service_date_feed_id on _cvcaltoservice as [service_date feed_id] 2024/09/14 17:15:13 Created index idx__cvcaltoservice2_service_date_feed_id ok 2024/09/14 17:15:13 Loading schema indexes ok 2024/09/14 17:15:13 Loading views ok 2024/09/14 17:15:13 Loaded view _vfeedsmetadata (bytes=3531) 2024/09/14 17:15:13 Loaded view _vstopparent (bytes=2600) 2024/09/14 17:15:13 Loaded view _vconn (bytes=1227) 2024/09/14 17:15:13 Loaded view _vconnverbose (bytes=1122) 2024/09/14 17:15:13 Loaded view _vcaltoservice (bytes=4223) 2024/09/14 17:15:13 Loaded view _vtransferstbl (bytes=933) 2024/09/14 17:15:13 Loaded view _vtransfersgen (bytes=1552) 2024/09/14 17:15:13 Loaded view _vtransfersimplicit (bytes=371) 2024/09/14 17:15:13 Loading views ok 2024/09/14 17:15:13 Importing table from //tmp/mobroute_test_mobdb_3709157126.csv (0.00MB) to table: _gtfssource_mdbcsv 2024/09/14 17:15:13 Last checksum vs current: / C_0M_59488bfb03d27496b389e328515125f3451b7a109f4082d4c5d92ef7074eff3f; import will occur 2024/09/14 17:15:13 Imported 1 rows into _gtfssource_mdbcsv ok 2024/09/14 17:15:13 Imported table from //tmp/mobroute_test_mobdb_3709157126.csv to table: _gtfssource_mdbcsv ok 2024/09/14 17:15:13 Running RTDatabase against input: {"feed_ids":[42],"op":"load"} 2024/09/14 17:15:13 Running Load against 1 feeds 2024/09/14 17:15:13 Loading GTFS feed 42 (1 of 1) 2024/09/14 17:15:13 Loading /tmp/4017670803.zip to DB with GTFS feed: 42 2024/09/14 17:15:13 Loaded GTFS Archive /tmp/4017670803.zip to temporary directory: /tmp/mobroute_tempdir984401444 2024/09/14 17:15:13 Loading table: agency 2024/09/14 17:15:13 Importing table from /tmp/mobroute_tempdir984401444/agency.txt (0.00MB) to table: agency 2024/09/14 17:15:13 Last checksum vs current: / C_0M_ec69cc35698113d39b116d06df83c168ff34eec1dd5daa90136c2ccdddd57966; import will occur 2024/09/14 17:15:13 Imported 1 rows into agency ok 2024/09/14 17:15:13 Imported table from /tmp/mobroute_tempdir984401444/agency.txt to table: agency ok 2024/09/14 17:15:13 Loading table: agency complete 2024/09/14 17:15:13 Loading table: calendar 2024/09/14 17:15:13 Importing table from /tmp/mobroute_tempdir984401444/calendar.txt (0.00MB) to table: calendar 2024/09/14 17:15:13 Skipped import for non-existant non-required file: /tmp/mobroute_tempdir984401444/calendar.txt 2024/09/14 17:15:13 Loading table: calendar complete 2024/09/14 17:15:13 Loading table: calendar_dates 2024/09/14 17:15:13 Importing table from /tmp/mobroute_tempdir984401444/calendar_dates.txt (0.00MB) to table: calendar_dates 2024/09/14 17:15:13 Last checksum vs current: / C_0M_c9a596973ac871ddba3e27cef7cc8ef2d3481b1fd98a210e6f398bd2ce95a687; import will occur 2024/09/14 17:15:13 Imported 6 rows into calendar_dates ok 2024/09/14 17:15:13 Imported table from /tmp/mobroute_tempdir984401444/calendar_dates.txt to table: calendar_dates ok 2024/09/14 17:15:13 Loading table: calendar_dates complete 2024/09/14 17:15:13 Loading table: stop_times 2024/09/14 17:15:13 Importing table from /tmp/mobroute_tempdir984401444/stop_times.txt (0.00MB) to table: stop_times 2024/09/14 17:15:13 Last checksum vs current: / C_0M_34d5ab6ee7cbb3e04fd82bd1dca86e4daecfa570a11b128209c8e5c102662d0a; import will occur 2024/09/14 17:15:13 Imported 1 rows into stop_times ok 2024/09/14 17:15:13 Imported table from /tmp/mobroute_tempdir984401444/stop_times.txt to table: stop_times ok 2024/09/14 17:15:13 Loading table: stop_times complete 2024/09/14 17:15:13 Loading table: stops 2024/09/14 17:15:13 Importing table from /tmp/mobroute_tempdir984401444/stops.txt (0.00MB) to table: stops 2024/09/14 17:15:13 Last checksum vs current: / C_0M_0e74a5076f0274b109142fc425c74cff47bef02800122d1f65189c2f2ac9ddbb; import will occur 2024/09/14 17:15:13 Imported 1 rows into stops ok 2024/09/14 17:15:13 Imported table from /tmp/mobroute_tempdir984401444/stops.txt to table: stops ok 2024/09/14 17:15:13 Loading table: stops complete 2024/09/14 17:15:13 Loading table: trips 2024/09/14 17:15:13 Importing table from /tmp/mobroute_tempdir984401444/trips.txt (0.00MB) to table: trips 2024/09/14 17:15:13 Last checksum vs current: / C_0M_0391ceb043162a440ba78564cae799b0c9b0004ac42d27290246145bfa780435; import will occur 2024/09/14 17:15:13 Imported 1 rows into trips ok 2024/09/14 17:15:13 Imported table from /tmp/mobroute_tempdir984401444/trips.txt to table: trips ok 2024/09/14 17:15:13 Loading table: trips complete 2024/09/14 17:15:13 Loading table: routes 2024/09/14 17:15:13 Importing table from /tmp/mobroute_tempdir984401444/routes.txt (0.00MB) to table: routes 2024/09/14 17:15:13 Last checksum vs current: / C_0M_a6031af6418607a6e5f51c20eaa22f422664f8d5254c59438ab18ce7e1e97cf8; import will occur 2024/09/14 17:15:13 Imported 1 rows into routes ok 2024/09/14 17:15:13 Imported table from /tmp/mobroute_tempdir984401444/routes.txt to table: routes ok 2024/09/14 17:15:13 Loading table: routes complete 2024/09/14 17:15:13 Loading table: transfers 2024/09/14 17:15:13 Importing table from /tmp/mobroute_tempdir984401444/transfers.txt (0.00MB) to table: transfers 2024/09/14 17:15:13 Skipped import for non-existant non-required file: /tmp/mobroute_tempdir984401444/transfers.txt 2024/09/14 17:15:13 Loading table: transfers complete 2024/09/14 17:15:13 Loaded /tmp/4017670803.zip to DB with GTFS feed: 42 ok 2024/09/14 17:15:13 Loading GTFS feed 42 ok; used cache for URL download (true) 2024/09/14 17:15:13 Running Load against 1 feeds ok 2024/09/14 17:15:13 Running RTDatabase against input: {"feed_ids":[42],"op":"compute"} 2024/09/14 17:15:13 Running Compute against 1 feeds 2024/09/14 17:15:13 Computed table _cvconn for feed (42 ) out of date - updating ('' vs '42:routes:C_0M_a6031af6418607a6e5f51c20eaa22f422664f8d5254c59438ab18ce7e1e97cf8,42:stop_times:C_0M_34d5ab6ee7cbb3e04fd82bd1dca86e4daecfa570a11b128209c8e5c102662d0a,42:stops:C_0M_0e74a5076f0274b109142fc425c74cff47bef02800122d1f65189c2f2ac9ddbb,42:trips:C_0M_0391ceb043162a440ba78564cae799b0c9b0004ac42d27290246145bfa780435') 2024/09/14 17:15:13 Computed table _cvcaltoservice for feed (42 ) out of date - updating ('' vs '42:stops:C_0M_0e74a5076f0274b109142fc425c74cff47bef02800122d1f65189c2f2ac9ddbb') 2024/09/14 17:15:13 Computed table _cvtransfersgen for feed (42 0xc000152c48) out of date - updating ('' vs '42:stops:C_0M_0e74a5076f0274b109142fc425c74cff47bef02800122d1f65189c2f2ac9ddbb') 2024/09/14 17:15:13 Running Compute against 1 feeds ok 2024/09/14 17:15:13 Loading select feed_id, service_date, service_id from _cvcaltoservice where feed_id = ? and service_date between ? and ? ([42 20230402 20230703]) to memory 2024/09/14 17:15:13 Loaded select feed_id, service_date, service_id from _cvcaltoservice where feed_id = ? and service_date between ? and ? ([42 20230402 20230703]) to memory ok (len=0) 2024/09/14 17:15:13 Generated mock for input (map[42:../testhelper/mockgtfs/gtfs_cal_and_caldates.yml]): (gtfs zips: [/tmp/3876136288.zip]) (mobdb csv: /tmp/mobroute_test_mobdb_2300875369.csv) 2024/09/14 17:15:13 SQLite system version (3.46.1); comparing to required version: 3.28.0 2024/09/14 17:15:13 Loading schema tables 2024/09/14 17:15:13 Execute statement: create table if not exists _mobsqltrack ('feed_id' int not null,'feed_id_pair' int,'tbl' text not null,'checksum' text not null,'n_rows' int not null,'timestamp' int not null,unique(feed_id,feed_id_pair,tbl)) 2024/09/14 17:15:13 Execute statement: create table if not exists _gtfssource_mdbcsv ('feed_id' int not null check(feed_id = -1),'data_type' text not null,'location.bounding_box.minimum_latitude' real,'location.bounding_box.minimum_longitude' real,'location.bounding_box.maximum_latitude' real,'location.bounding_box.maximum_longitude' real,'location.country_code' text,'location.subdivision_name' text,'location.municipality' text,'urls.latest' text not null,'urls.license' text,'mdb_source_id' int not null check(mdb_source_id >= 0),'name' text,'status' text,'provider' text not null,unique(mdb_source_id)) 2024/09/14 17:15:13 Execute statement: create table if not exists _gtfssource_custom ('customgtfs_feed_id' int not null check(customgtfs_feed_id < -1),'gtfs_uri' text not null,unique(customgtfs_feed_id)) 2024/09/14 17:15:13 Execute statement: create table if not exists agency ('feed_id' int not null,'agency_id' text,'agency_name' text not null,'agency_url' text not null,'agency_timezone' text not null,unique(feed_id,agency_id)) 2024/09/14 17:15:13 Execute statement: create table if not exists calendar ('feed_id' int not null,'service_id' text not null,'monday' int not null check(monday in (0,1)),'tuesday' int not null check(tuesday in (0,1)),'wednesday' int not null check(wednesday in (0,1)),'thursday' int not null check(thursday in (0,1)),'friday' int not null check(friday in (0,1)),'saturday' int not null check(saturday in (0,1)),'sunday' int not null check(sunday in (0,1)),'start_date' int not null,'end_date' int not null,unique(feed_id,service_id)) 2024/09/14 17:15:13 Execute statement: create table if not exists calendar_dates ('feed_id' int not null,'service_id' text not null,'date' int not null,'exception_type' int not null check(exception_type in (1,2))) 2024/09/14 17:15:13 Execute statement: create table if not exists stop_times ('feed_id' int not null,'trip_id' text not null,'arrival_time' int,'departure_time' int,'stop_id' text not null,'stop_sequence' int not null,'stop_headsign' text,'pickup_type' int,'drop_off_type' int,'continuous_drop_off' text,'timepoint' int check(timepoint in (0,1)),unique(feed_id,trip_id,stop_sequence)) 2024/09/14 17:15:13 Execute statement: create table if not exists stops ('feed_id' int not null,'stop_id' text not null,'stop_code' text,'stop_name' text check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_name is not null) or (location_type = 3 or location_type = 4) ),'stop_desc' text,'stop_lat' real check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_lat is not null) or (location_type = 3 or location_type = 4) ),'stop_lon' real check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_lon is not null) or (location_type = 3 or location_type = 4) ),'zone_id' text,'stop_url' text,'location_type' int check(location_type in (0,1,2,3,4)),'parent_station' text,'stop_timezone' text,'wheelchair_boarding' int check(wheelchair_boarding in (0,1,2)),'level_id' text,'platform_code' text,unique(feed_id,stop_id)) 2024/09/14 17:15:13 Execute statement: create table if not exists trips ('feed_id' int not null,'route_id' text not null,'service_id' text not null,'trip_id' text not null,'trip_headsign' text,'trip_short_name' text,'direction_id' int check(direction_id in (0,1)),'block_id' text,'shape_id' text,'wheelchair_accessible' text check(wheelchair_accessible in (0,1,2)),'bikes_allowed' int check(bikes_allowed in (0,1,2)),unique(feed_id,trip_id)) 2024/09/14 17:15:13 Execute statement: create table if not exists routes ('feed_id' int not null,'route_id' text not null,'agency_id' text,'route_short_name' text check(route_long_name is not null or route_short_name is not null),'route_long_name' text,'route_desc' text,'route_type' int,'route_url' text,'route_color' text,'route_text_color' text,'route_sort_order' text,'continuous_pickup' int check(continuous_pickup in (0,1,2,3)),'continuous_drop_off' int check(continuous_drop_off in (0,1,2,3)),unique(feed_id,route_id)) 2024/09/14 17:15:13 Execute statement: create table if not exists transfers ('feed_id' int not null,'from_stop_id' text not null,'to_stop_id' text not null,'transfer_type' int,'min_transfer_time' int) 2024/09/14 17:15:13 Execute statement: create table if not exists _cvconn ('feed_id' int not null,'conn_id' text not null,'trip_id' text not null,'service_id' text not null,'from_stop_id' text not null,'from_stop_idu' text not null,'from_stop_sidu' text not null,'from_stop_time' int not null,'from_stop_sequence' int not null,'to_stop_id' text not null,'to_stop_idu' text not null,'to_stop_sidu' text not null,'to_stop_time' int not null,'to_stop_sequence' int not null,unique(feed_id,conn_id)) 2024/09/14 17:15:13 Execute statement: create table if not exists _cvcaltoservice ('feed_id' int not null,'service_date' int not null,'service_id' text not null) 2024/09/14 17:15:13 Execute statement: create table if not exists _cvtransfersgen ('feed_id' int not null,'feed_id_pair' int not null,'from_stop_id' text not null,'to_stop_id' text not null,'from_stop_idu' text not null,'to_stop_idu' text not null,'from_stop_sidu' text not null,'to_stop_sidu' text not null,'dist_km' real) 2024/09/14 17:15:13 Loading schema tables ok 2024/09/14 17:15:13 Loading schema indexes 2024/09/14 17:15:13 Create index idx_stop_times1_departure_time on stop_times as [departure_time] 2024/09/14 17:15:13 Created index idx_stop_times1_departure_time ok 2024/09/14 17:15:13 Create index idx_stop_times1_trip_id on stop_times as [trip_id] 2024/09/14 17:15:13 Created index idx_stop_times1_trip_id ok 2024/09/14 17:15:13 Create index idx_stops2_feed_id_stop_id on stops as [feed_id stop_id] 2024/09/14 17:15:13 Created index idx_stops2_feed_id_stop_id ok 2024/09/14 17:15:13 Create index idx_stops2_stop_lat_stop_lon on stops as [stop_lat stop_lon] 2024/09/14 17:15:13 Created index idx_stops2_stop_lat_stop_lon ok 2024/09/14 17:15:13 Create index idx_transfers2_feed_id_from_stop_id on transfers as [feed_id from_stop_id] 2024/09/14 17:15:13 Created index idx_transfers2_feed_id_from_stop_id ok 2024/09/14 17:15:13 Create index idx_transfers2_feed_id_to_stop_id on transfers as [feed_id to_stop_id] 2024/09/14 17:15:13 Created index idx_transfers2_feed_id_to_stop_id ok 2024/09/14 17:15:13 Create index idx__cvconn3_feed_id_service_id_from_stop_time on _cvconn as [feed_id service_id from_stop_time] 2024/09/14 17:15:13 Created index idx__cvconn3_feed_id_service_id_from_stop_time ok 2024/09/14 17:15:13 Create index idx__cvconn3_feed_id_from_stop_sidu_from_stop_time on _cvconn as [feed_id from_stop_sidu from_stop_time] 2024/09/14 17:15:13 Created index idx__cvconn3_feed_id_from_stop_sidu_from_stop_time ok 2024/09/14 17:15:13 Create index idx__cvcaltoservice2_service_date_feed_id on _cvcaltoservice as [service_date feed_id] 2024/09/14 17:15:13 Created index idx__cvcaltoservice2_service_date_feed_id ok 2024/09/14 17:15:13 Loading schema indexes ok 2024/09/14 17:15:13 Loading views ok 2024/09/14 17:15:13 Loaded view _vfeedsmetadata (bytes=3531) 2024/09/14 17:15:13 Loaded view _vstopparent (bytes=2600) 2024/09/14 17:15:13 Loaded view _vconn (bytes=1227) 2024/09/14 17:15:13 Loaded view _vconnverbose (bytes=1122) 2024/09/14 17:15:13 Loaded view _vcaltoservice (bytes=4223) 2024/09/14 17:15:13 Loaded view _vtransferstbl (bytes=933) 2024/09/14 17:15:13 Loaded view _vtransfersgen (bytes=1552) 2024/09/14 17:15:13 Loaded view _vtransfersimplicit (bytes=371) 2024/09/14 17:15:13 Loading views ok 2024/09/14 17:15:13 Importing table from //tmp/mobroute_test_mobdb_2300875369.csv (0.00MB) to table: _gtfssource_mdbcsv 2024/09/14 17:15:13 Last checksum vs current: / C_0M_8b771f6e364d2c65a46fd6aa206bd20289299aabac5488bfe188247975f7a665; import will occur 2024/09/14 17:15:13 Imported 1 rows into _gtfssource_mdbcsv ok 2024/09/14 17:15:13 Imported table from //tmp/mobroute_test_mobdb_2300875369.csv to table: _gtfssource_mdbcsv ok 2024/09/14 17:15:13 Running RTDatabase against input: {"feed_ids":[42],"op":"load"} 2024/09/14 17:15:13 Running Load against 1 feeds 2024/09/14 17:15:13 Loading GTFS feed 42 (1 of 1) 2024/09/14 17:15:13 Loading /tmp/3876136288.zip to DB with GTFS feed: 42 2024/09/14 17:15:13 Loaded GTFS Archive /tmp/3876136288.zip to temporary directory: /tmp/mobroute_tempdir4009672682 2024/09/14 17:15:13 Loading table: agency 2024/09/14 17:15:13 Importing table from /tmp/mobroute_tempdir4009672682/agency.txt (0.00MB) to table: agency 2024/09/14 17:15:13 Last checksum vs current: / C_0M_ec69cc35698113d39b116d06df83c168ff34eec1dd5daa90136c2ccdddd57966; import will occur 2024/09/14 17:15:13 Imported 1 rows into agency ok 2024/09/14 17:15:13 Imported table from /tmp/mobroute_tempdir4009672682/agency.txt to table: agency ok 2024/09/14 17:15:13 Loading table: agency complete 2024/09/14 17:15:13 Loading table: calendar 2024/09/14 17:15:13 Importing table from /tmp/mobroute_tempdir4009672682/calendar.txt (0.00MB) to table: calendar 2024/09/14 17:15:13 Last checksum vs current: / C_0M_1a479c2cc8fe96fa8aacf573305f61c13d80b613e0c9ca8c3b964d91ece992ca; import will occur 2024/09/14 17:15:13 Imported 2 rows into calendar ok 2024/09/14 17:15:13 Imported table from /tmp/mobroute_tempdir4009672682/calendar.txt to table: calendar ok 2024/09/14 17:15:13 Loading table: calendar complete 2024/09/14 17:15:13 Loading table: calendar_dates 2024/09/14 17:15:13 Importing table from /tmp/mobroute_tempdir4009672682/calendar_dates.txt (0.00MB) to table: calendar_dates 2024/09/14 17:15:13 Last checksum vs current: / C_0M_674e838dce9a30acbf7bc93af3c4c8f4856ba5f0b7c966777d38b29df07f8800; import will occur 2024/09/14 17:15:13 Imported 4 rows into calendar_dates ok 2024/09/14 17:15:13 Imported table from /tmp/mobroute_tempdir4009672682/calendar_dates.txt to table: calendar_dates ok 2024/09/14 17:15:13 Loading table: calendar_dates complete 2024/09/14 17:15:13 Loading table: stop_times 2024/09/14 17:15:13 Importing table from /tmp/mobroute_tempdir4009672682/stop_times.txt (0.00MB) to table: stop_times 2024/09/14 17:15:13 Last checksum vs current: / C_0M_34d5ab6ee7cbb3e04fd82bd1dca86e4daecfa570a11b128209c8e5c102662d0a; import will occur 2024/09/14 17:15:13 Imported 1 rows into stop_times ok 2024/09/14 17:15:13 Imported table from /tmp/mobroute_tempdir4009672682/stop_times.txt to table: stop_times ok 2024/09/14 17:15:13 Loading table: stop_times complete 2024/09/14 17:15:13 Loading table: stops 2024/09/14 17:15:13 Importing table from /tmp/mobroute_tempdir4009672682/stops.txt (0.00MB) to table: stops 2024/09/14 17:15:13 Last checksum vs current: / C_0M_0e74a5076f0274b109142fc425c74cff47bef02800122d1f65189c2f2ac9ddbb; import will occur 2024/09/14 17:15:13 Imported 1 rows into stops ok 2024/09/14 17:15:13 Imported table from /tmp/mobroute_tempdir4009672682/stops.txt to table: stops ok 2024/09/14 17:15:13 Loading table: stops complete 2024/09/14 17:15:13 Loading table: trips 2024/09/14 17:15:13 Importing table from /tmp/mobroute_tempdir4009672682/trips.txt (0.00MB) to table: trips 2024/09/14 17:15:13 Last checksum vs current: / C_0M_0391ceb043162a440ba78564cae799b0c9b0004ac42d27290246145bfa780435; import will occur 2024/09/14 17:15:13 Imported 1 rows into trips ok 2024/09/14 17:15:13 Imported table from /tmp/mobroute_tempdir4009672682/trips.txt to table: trips ok 2024/09/14 17:15:13 Loading table: trips complete 2024/09/14 17:15:13 Loading table: routes 2024/09/14 17:15:13 Importing table from /tmp/mobroute_tempdir4009672682/routes.txt (0.00MB) to table: routes 2024/09/14 17:15:13 Last checksum vs current: / C_0M_a6031af6418607a6e5f51c20eaa22f422664f8d5254c59438ab18ce7e1e97cf8; import will occur 2024/09/14 17:15:13 Imported 1 rows into routes ok 2024/09/14 17:15:13 Imported table from /tmp/mobroute_tempdir4009672682/routes.txt to table: routes ok 2024/09/14 17:15:13 Loading table: routes complete 2024/09/14 17:15:13 Loading table: transfers 2024/09/14 17:15:13 Importing table from /tmp/mobroute_tempdir4009672682/transfers.txt (0.00MB) to table: transfers 2024/09/14 17:15:13 Skipped import for non-existant non-required file: /tmp/mobroute_tempdir4009672682/transfers.txt 2024/09/14 17:15:13 Loading table: transfers complete 2024/09/14 17:15:13 Loaded /tmp/3876136288.zip to DB with GTFS feed: 42 ok 2024/09/14 17:15:13 Loading GTFS feed 42 ok; used cache for URL download (true) 2024/09/14 17:15:13 Running Load against 1 feeds ok 2024/09/14 17:15:13 Running RTDatabase against input: {"feed_ids":[42],"op":"compute"} 2024/09/14 17:15:13 Running Compute against 1 feeds 2024/09/14 17:15:13 Computed table _cvconn for feed (42 ) out of date - updating ('' vs '42:routes:C_0M_a6031af6418607a6e5f51c20eaa22f422664f8d5254c59438ab18ce7e1e97cf8,42:stop_times:C_0M_34d5ab6ee7cbb3e04fd82bd1dca86e4daecfa570a11b128209c8e5c102662d0a,42:stops:C_0M_0e74a5076f0274b109142fc425c74cff47bef02800122d1f65189c2f2ac9ddbb,42:trips:C_0M_0391ceb043162a440ba78564cae799b0c9b0004ac42d27290246145bfa780435') 2024/09/14 17:15:13 Computed table _cvcaltoservice for feed (42 ) out of date - updating ('' vs '42:stops:C_0M_0e74a5076f0274b109142fc425c74cff47bef02800122d1f65189c2f2ac9ddbb') 2024/09/14 17:15:13 Computed table _cvtransfersgen for feed (42 0xc000015948) out of date - updating ('' vs '42:stops:C_0M_0e74a5076f0274b109142fc425c74cff47bef02800122d1f65189c2f2ac9ddbb') 2024/09/14 17:15:13 Running Compute against 1 feeds ok 2024/09/14 17:15:13 Loading select feed_id, service_date, service_id from _cvcaltoservice where feed_id = ? and service_date between ? and ? ([42 20230906 20230910]) to memory 2024/09/14 17:15:13 Loaded select feed_id, service_date, service_id from _cvcaltoservice where feed_id = ? and service_date between ? and ? ([42 20230906 20230910]) to memory ok (len=7) --- PASS: Test_LoadCalToService (0.16s) === RUN Test_LoadStopToParent 2024/09/14 17:15:13 Generated mock for input (map[42:../testhelper/mockgtfs/gtfs_simple_stops.yml]): (gtfs zips: [/tmp/1503267681.zip]) (mobdb csv: /tmp/mobroute_test_mobdb_3459938469.csv) 2024/09/14 17:15:13 SQLite system version (3.46.1); comparing to required version: 3.28.0 2024/09/14 17:15:13 Loading schema tables 2024/09/14 17:15:13 Execute statement: create table if not exists _mobsqltrack ('feed_id' int not null,'feed_id_pair' int,'tbl' text not null,'checksum' text not null,'n_rows' int not null,'timestamp' int not null,unique(feed_id,feed_id_pair,tbl)) 2024/09/14 17:15:13 Execute statement: create table if not exists _gtfssource_mdbcsv ('feed_id' int not null check(feed_id = -1),'data_type' text not null,'location.bounding_box.minimum_latitude' real,'location.bounding_box.minimum_longitude' real,'location.bounding_box.maximum_latitude' real,'location.bounding_box.maximum_longitude' real,'location.country_code' text,'location.subdivision_name' text,'location.municipality' text,'urls.latest' text not null,'urls.license' text,'mdb_source_id' int not null check(mdb_source_id >= 0),'name' text,'status' text,'provider' text not null,unique(mdb_source_id)) 2024/09/14 17:15:13 Execute statement: create table if not exists _gtfssource_custom ('customgtfs_feed_id' int not null check(customgtfs_feed_id < -1),'gtfs_uri' text not null,unique(customgtfs_feed_id)) 2024/09/14 17:15:13 Execute statement: create table if not exists agency ('feed_id' int not null,'agency_id' text,'agency_name' text not null,'agency_url' text not null,'agency_timezone' text not null,unique(feed_id,agency_id)) 2024/09/14 17:15:13 Execute statement: create table if not exists calendar ('feed_id' int not null,'service_id' text not null,'monday' int not null check(monday in (0,1)),'tuesday' int not null check(tuesday in (0,1)),'wednesday' int not null check(wednesday in (0,1)),'thursday' int not null check(thursday in (0,1)),'friday' int not null check(friday in (0,1)),'saturday' int not null check(saturday in (0,1)),'sunday' int not null check(sunday in (0,1)),'start_date' int not null,'end_date' int not null,unique(feed_id,service_id)) 2024/09/14 17:15:13 Execute statement: create table if not exists calendar_dates ('feed_id' int not null,'service_id' text not null,'date' int not null,'exception_type' int not null check(exception_type in (1,2))) 2024/09/14 17:15:13 Execute statement: create table if not exists stop_times ('feed_id' int not null,'trip_id' text not null,'arrival_time' int,'departure_time' int,'stop_id' text not null,'stop_sequence' int not null,'stop_headsign' text,'pickup_type' int,'drop_off_type' int,'continuous_drop_off' text,'timepoint' int check(timepoint in (0,1)),unique(feed_id,trip_id,stop_sequence)) 2024/09/14 17:15:13 Execute statement: create table if not exists stops ('feed_id' int not null,'stop_id' text not null,'stop_code' text,'stop_name' text check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_name is not null) or (location_type = 3 or location_type = 4) ),'stop_desc' text,'stop_lat' real check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_lat is not null) or (location_type = 3 or location_type = 4) ),'stop_lon' real check( ((location_type is null or location_type = 0 or location_type = 1 or location_type = 2) and stop_lon is not null) or (location_type = 3 or location_type = 4) ),'zone_id' text,'stop_url' text,'location_type' int check(location_type in (0,1,2,3,4)),'parent_station' text,'stop_timezone' text,'wheelchair_boarding' int check(wheelchair_boarding in (0,1,2)),'level_id' text,'platform_code' text,unique(feed_id,stop_id)) 2024/09/14 17:15:13 Execute statement: create table if not exists trips ('feed_id' int not null,'route_id' text not null,'service_id' text not null,'trip_id' text not null,'trip_headsign' text,'trip_short_name' text,'direction_id' int check(direction_id in (0,1)),'block_id' text,'shape_id' text,'wheelchair_accessible' text check(wheelchair_accessible in (0,1,2)),'bikes_allowed' int check(bikes_allowed in (0,1,2)),unique(feed_id,trip_id)) 2024/09/14 17:15:13 Execute statement: create table if not exists routes ('feed_id' int not null,'route_id' text not null,'agency_id' text,'route_short_name' text check(route_long_name is not null or route_short_name is not null),'route_long_name' text,'route_desc' text,'route_type' int,'route_url' text,'route_color' text,'route_text_color' text,'route_sort_order' text,'continuous_pickup' int check(continuous_pickup in (0,1,2,3)),'continuous_drop_off' int check(continuous_drop_off in (0,1,2,3)),unique(feed_id,route_id)) 2024/09/14 17:15:13 Execute statement: create table if not exists transfers ('feed_id' int not null,'from_stop_id' text not null,'to_stop_id' text not null,'transfer_type' int,'min_transfer_time' int) 2024/09/14 17:15:13 Execute statement: create table if not exists _cvconn ('feed_id' int not null,'conn_id' text not null,'trip_id' text not null,'service_id' text not null,'from_stop_id' text not null,'from_stop_idu' text not null,'from_stop_sidu' text not null,'from_stop_time' int not null,'from_stop_sequence' int not null,'to_stop_id' text not null,'to_stop_idu' text not null,'to_stop_sidu' text not null,'to_stop_time' int not null,'to_stop_sequence' int not null,unique(feed_id,conn_id)) 2024/09/14 17:15:13 Execute statement: create table if not exists _cvcaltoservice ('feed_id' int not null,'service_date' int not null,'service_id' text not null) 2024/09/14 17:15:13 Execute statement: create table if not exists _cvtransfersgen ('feed_id' int not null,'feed_id_pair' int not null,'from_stop_id' text not null,'to_stop_id' text not null,'from_stop_idu' text not null,'to_stop_idu' text not null,'from_stop_sidu' text not null,'to_stop_sidu' text not null,'dist_km' real) 2024/09/14 17:15:13 Loading schema tables ok 2024/09/14 17:15:13 Loading schema indexes 2024/09/14 17:15:13 Create index idx_stop_times1_departure_time on stop_times as [departure_time] 2024/09/14 17:15:13 Created index idx_stop_times1_departure_time ok 2024/09/14 17:15:13 Create index idx_stop_times1_trip_id on stop_times as [trip_id] 2024/09/14 17:15:13 Created index idx_stop_times1_trip_id ok 2024/09/14 17:15:13 Create index idx_stops2_feed_id_stop_id on stops as [feed_id stop_id] 2024/09/14 17:15:13 Created index idx_stops2_feed_id_stop_id ok 2024/09/14 17:15:13 Create index idx_stops2_stop_lat_stop_lon on stops as [stop_lat stop_lon] 2024/09/14 17:15:13 Created index idx_stops2_stop_lat_stop_lon ok 2024/09/14 17:15:13 Create index idx_transfers2_feed_id_from_stop_id on transfers as [feed_id from_stop_id] 2024/09/14 17:15:13 Created index idx_transfers2_feed_id_from_stop_id ok 2024/09/14 17:15:13 Create index idx_transfers2_feed_id_to_stop_id on transfers as [feed_id to_stop_id] 2024/09/14 17:15:13 Created index idx_transfers2_feed_id_to_stop_id ok 2024/09/14 17:15:13 Create index idx__cvconn3_feed_id_service_id_from_stop_time on _cvconn as [feed_id service_id from_stop_time] 2024/09/14 17:15:13 Created index idx__cvconn3_feed_id_service_id_from_stop_time ok 2024/09/14 17:15:13 Create index idx__cvconn3_feed_id_from_stop_sidu_from_stop_time on _cvconn as [feed_id from_stop_sidu from_stop_time] 2024/09/14 17:15:13 Created index idx__cvconn3_feed_id_from_stop_sidu_from_stop_time ok 2024/09/14 17:15:13 Create index idx__cvcaltoservice2_service_date_feed_id on _cvcaltoservice as [service_date feed_id] 2024/09/14 17:15:13 Created index idx__cvcaltoservice2_service_date_feed_id ok 2024/09/14 17:15:13 Loading schema indexes ok 2024/09/14 17:15:13 Loading views ok 2024/09/14 17:15:13 Loaded view _vfeedsmetadata (bytes=3531) 2024/09/14 17:15:13 Loaded view _vstopparent (bytes=2600) 2024/09/14 17:15:13 Loaded view _vconn (bytes=1227) 2024/09/14 17:15:13 Loaded view _vconnverbose (bytes=1122) 2024/09/14 17:15:13 Loaded view _vcaltoservice (bytes=4223) 2024/09/14 17:15:13 Loaded view _vtransferstbl (bytes=933) 2024/09/14 17:15:13 Loaded view _vtransfersgen (bytes=1552) 2024/09/14 17:15:13 Loaded view _vtransfersimplicit (bytes=371) 2024/09/14 17:15:13 Loading views ok 2024/09/14 17:15:13 Importing table from //tmp/mobroute_test_mobdb_3459938469.csv (0.00MB) to table: _gtfssource_mdbcsv 2024/09/14 17:15:13 Last checksum vs current: / C_0M_1d4654cca675f049353b5b0cbf80cf0d42029a9309a4d8ebd315162edcc6b936; import will occur 2024/09/14 17:15:13 Imported 1 rows into _gtfssource_mdbcsv ok 2024/09/14 17:15:13 Imported table from //tmp/mobroute_test_mobdb_3459938469.csv to table: _gtfssource_mdbcsv ok 2024/09/14 17:15:13 Running RTDatabase against input: {"feed_ids":[42],"op":"load"} 2024/09/14 17:15:13 Running Load against 1 feeds 2024/09/14 17:15:13 Loading GTFS feed 42 (1 of 1) 2024/09/14 17:15:13 Loading /tmp/1503267681.zip to DB with GTFS feed: 42 2024/09/14 17:15:13 Loaded GTFS Archive /tmp/1503267681.zip to temporary directory: /tmp/mobroute_tempdir128700628 2024/09/14 17:15:13 Loading table: agency 2024/09/14 17:15:13 Importing table from /tmp/mobroute_tempdir128700628/agency.txt (0.00MB) to table: agency 2024/09/14 17:15:13 Last checksum vs current: / C_0M_ec69cc35698113d39b116d06df83c168ff34eec1dd5daa90136c2ccdddd57966; import will occur 2024/09/14 17:15:13 Imported 1 rows into agency ok 2024/09/14 17:15:13 Imported table from /tmp/mobroute_tempdir128700628/agency.txt to table: agency ok 2024/09/14 17:15:13 Loading table: agency complete 2024/09/14 17:15:13 Loading table: calendar 2024/09/14 17:15:13 Importing table from /tmp/mobroute_tempdir128700628/calendar.txt (0.00MB) to table: calendar 2024/09/14 17:15:13 Skipped import for non-existant non-required file: /tmp/mobroute_tempdir128700628/calendar.txt 2024/09/14 17:15:13 Loading table: calendar complete 2024/09/14 17:15:13 Loading table: calendar_dates 2024/09/14 17:15:13 Importing table from /tmp/mobroute_tempdir128700628/calendar_dates.txt (0.00MB) to table: calendar_dates 2024/09/14 17:15:13 Last checksum vs current: / C_0M_e37e371e5f8c7c355413d55fe59c9054de3dbf0d759f0bcd6ef7968b46cde54e; import will occur 2024/09/14 17:15:13 Imported 1 rows into calendar_dates ok 2024/09/14 17:15:13 Imported table from /tmp/mobroute_tempdir128700628/calendar_dates.txt to table: calendar_dates ok 2024/09/14 17:15:13 Loading table: calendar_dates complete 2024/09/14 17:15:13 Loading table: stop_times 2024/09/14 17:15:13 Importing table from /tmp/mobroute_tempdir128700628/stop_times.txt (0.00MB) to table: stop_times 2024/09/14 17:15:13 Last checksum vs current: / C_0M_34d5ab6ee7cbb3e04fd82bd1dca86e4daecfa570a11b128209c8e5c102662d0a; import will occur 2024/09/14 17:15:13 Imported 1 rows into stop_times ok 2024/09/14 17:15:13 Imported table from /tmp/mobroute_tempdir128700628/stop_times.txt to table: stop_times ok 2024/09/14 17:15:13 Loading table: stop_times complete 2024/09/14 17:15:13 Loading table: stops 2024/09/14 17:15:13 Importing table from /tmp/mobroute_tempdir128700628/stops.txt (0.00MB) to table: stops 2024/09/14 17:15:13 Last checksum vs current: / C_0M_658a3f90ef5c5b6b531059c770014493d5c29ff969ad1e41a9df10615e479366; import will occur 2024/09/14 17:15:13 Imported 10 rows into stops ok 2024/09/14 17:15:13 Imported table from /tmp/mobroute_tempdir128700628/stops.txt to table: stops ok 2024/09/14 17:15:13 Loading table: stops complete 2024/09/14 17:15:13 Loading table: trips 2024/09/14 17:15:13 Importing table from /tmp/mobroute_tempdir128700628/trips.txt (0.00MB) to table: trips 2024/09/14 17:15:13 Last checksum vs current: / C_0M_0391ceb043162a440ba78564cae799b0c9b0004ac42d27290246145bfa780435; import will occur 2024/09/14 17:15:13 Imported 1 rows into trips ok 2024/09/14 17:15:13 Imported table from /tmp/mobroute_tempdir128700628/trips.txt to table: trips ok 2024/09/14 17:15:13 Loading table: trips complete 2024/09/14 17:15:13 Loading table: routes 2024/09/14 17:15:13 Importing table from /tmp/mobroute_tempdir128700628/routes.txt (0.00MB) to table: routes 2024/09/14 17:15:13 Last checksum vs current: / C_0M_a6031af6418607a6e5f51c20eaa22f422664f8d5254c59438ab18ce7e1e97cf8; import will occur 2024/09/14 17:15:13 Imported 1 rows into routes ok 2024/09/14 17:15:13 Imported table from /tmp/mobroute_tempdir128700628/routes.txt to table: routes ok 2024/09/14 17:15:13 Loading table: routes complete 2024/09/14 17:15:13 Loading table: transfers 2024/09/14 17:15:13 Importing table from /tmp/mobroute_tempdir128700628/transfers.txt (0.00MB) to table: transfers 2024/09/14 17:15:13 Skipped import for non-existant non-required file: /tmp/mobroute_tempdir128700628/transfers.txt 2024/09/14 17:15:13 Loading table: transfers complete 2024/09/14 17:15:13 Loaded /tmp/1503267681.zip to DB with GTFS feed: 42 ok 2024/09/14 17:15:13 Loading GTFS feed 42 ok; used cache for URL download (true) 2024/09/14 17:15:13 Running Load against 1 feeds ok 2024/09/14 17:15:13 Running RTDatabase against input: {"feed_ids":[42],"op":"compute"} 2024/09/14 17:15:13 Running Compute against 1 feeds 2024/09/14 17:15:13 Computed table _cvconn for feed (42 ) out of date - updating ('' vs '42:routes:C_0M_a6031af6418607a6e5f51c20eaa22f422664f8d5254c59438ab18ce7e1e97cf8,42:stop_times:C_0M_34d5ab6ee7cbb3e04fd82bd1dca86e4daecfa570a11b128209c8e5c102662d0a,42:stops:C_0M_658a3f90ef5c5b6b531059c770014493d5c29ff969ad1e41a9df10615e479366,42:trips:C_0M_0391ceb043162a440ba78564cae799b0c9b0004ac42d27290246145bfa780435') 2024/09/14 17:15:13 Computed table _cvcaltoservice for feed (42 ) out of date - updating ('' vs '42:stops:C_0M_658a3f90ef5c5b6b531059c770014493d5c29ff969ad1e41a9df10615e479366') 2024/09/14 17:15:13 Computed table _cvtransfersgen for feed (42 0xc0003677b8) out of date - updating ('' vs '42:stops:C_0M_658a3f90ef5c5b6b531059c770014493d5c29ff969ad1e41a9df10615e479366') 2024/09/14 17:15:13 Running Compute against 1 feeds ok 2024/09/14 17:15:13 Loading select feed_id, stop_id, parent_station from _vstopparent where feed_id = ? ([42]) to memory 2024/09/14 17:15:13 Loaded select feed_id, stop_id, parent_station from _vstopparent where feed_id = ? ([42]) to memory ok (len=10) --- PASS: Test_LoadStopToParent (0.02s) PASS ok git.sr.ht/~mil/mobroute/dbstubquery_test 0.196s ? git.sr.ht/~mil/mobroute/dbt [no test files] ? git.sr.ht/~mil/mobroute/testhelper [no test files] ? git.sr.ht/~mil/mobroute/testhelper/dbquerytesthelper [no test files] ? git.sr.ht/~mil/mobroute/util/utilcache [no test files] ? git.sr.ht/~mil/mobroute/util/utilfuncs [no test files] === RUN Test_DistHaversine_Zero --- PASS: Test_DistHaversine_Zero (0.00s) === RUN Test_DistHaversine_Case --- PASS: Test_DistHaversine_Case (0.00s) === RUN Test_TimezoneToUTCDeltaSecs --- PASS: Test_TimezoneToUTCDeltaSecs (0.00s) PASS ok git.sr.ht/~mil/mobroute/util/utilfuncs_test 0.004s ? git.sr.ht/~mil/mobroute/util/utillog [no test files] >>> mobroute: Entering fakeroot... >>> mobroute-doc*: Running split function doc... >>> mobroute-doc*: Preparing subpackage mobroute-doc... >>> mobroute-doc*: Running postcheck for mobroute-doc >>> mobroute*: Running postcheck for mobroute >>> mobroute*: Preparing package mobroute... >>> mobroute*: Stripping binaries >>> mobroute-doc*: Scanning shared objects >>> mobroute*: Scanning shared objects >>> mobroute-doc*: Tracing dependencies... >>> mobroute-doc*: Package size: 84.0 KB >>> mobroute-doc*: Compressing data... >>> mobroute-doc*: Create checksum... >>> mobroute-doc*: Create mobroute-doc-0.7.0-r0.apk >>> mobroute*: Tracing dependencies... tzdata so:libc.musl-x86_64.so.1 >>> mobroute*: Package size: 11.4 MB >>> mobroute*: Compressing data... >>> mobroute*: Create checksum... >>> mobroute*: Create mobroute-0.7.0-r0.apk >>> mobroute: Build complete at Sat, 14 Sep 2024 17:15:14 +0000 elapsed time 0h 1m 26s >>> mobroute: Cleaning up srcdir >>> mobroute: Cleaning up pkgdir >>> mobroute: Uninstalling dependencies... (1/3) Purging .makedepends-mobroute (20240914.171349) (2/3) Purging tzdata (2024b-r0) (3/3) Purging go (1.23.1-r0) Executing busybox-1.36.1-r31.trigger OK: 410 MiB in 113 packages >>> mobroute: Updating the testing/x86_64 repository index... >>> mobroute: Signing the index...