Skip to content

Instantly share code, notes, and snippets.

View emiltin's full-sized avatar

Emil Tin emiltin

  • City of Copenhagen
  • Denmark
  • 07:59 (UTC +02:00)
View GitHub Profile
develop
~/code/osrm-backend$ (develop) rake process denmark
[info] Input file: denmark.osm.pbf
[info] Profile: bicycle.lua
[info] Threads: 4
[info] Using script ../profiles/bicycle.lua
[STXXL-MSG] STXXL v1.3.1 (release)
[STXXL-ERRMSG] Warning: no config file found.
[STXXL-ERRMSG] Using default disk configuration.
feature/travel_mode
~/code/osrm-backend$ (feature/travel_mode) rake process denmark
[info] Input file: denmark.osm.pbf
[info] Profile: bicycle.lua
[info] Threads: 4
[info] Using script ../profiles/bicycle.lua
[STXXL-MSG] STXXL v1.3.1 (release)
[STXXL-ERRMSG] Warning: no config file found.
[STXXL-ERRMSG] Using default disk configuration.
~/code/Project-OSRM$ (experimental/cuke_datastore *) cuke features/datastore/datastore.feature
Ruby version 2.0.0
Using default port 5000
Using default timeout 2
Using the default profile...
@datastore
Feature: Loading data through datastore
# Normally when launching osrm-routed, it will keep running as a server until it's shut down.
# For testing program options, the --trial option is used, which causes osrm-routed to quit
~/code/Project-OSRM$ (experimental/cuke_datastore *) cd test/cache
~/code/Project-OSRM/test/cache$ (experimental/cuke_datastore *) ../../build/osrm-extract Scenario_ab_aa8743a8cb54c0557e3a777a72e19ab9d5195caf.osm -p ../../profiles/testbot.lua
[info] Input file: Scenario_ab_aa8743a8cb54c0557e3a777a72e19ab9d5195caf.osm
[info] Profile: testbot.lua
[info] Threads: 4
[info] Using script ../../profiles/testbot.lua
[STXXL-MSG] STXXL v1.3.1 (release)
[STXXL-ERRMSG] Warning: no config file found.
[STXXL-ERRMSG] Using default disk configuration.
~/code/Project-OSRM$ (develop *) date; rake process; date
Wed May 21 17:57:05 CEST 2014
[info] Input file: denmark.osm.pbf
[info] Profile: bicycle.lua
[info] Threads: 1 (requested 8)
[info] Using script ../profiles/bicycle.lua
[STXXL-MSG] STXXL v1.3.1 (release)
[STXXL-ERRMSG] Warning: no config file found.
[STXXL-ERRMSG] Using default disk configuration.
[STXXL-MSG] 1 disks are allocated, total space: 1000 MiB
~/code/Project-OSRM$ (tbb-port *) rake process
[info] Input file: denmark.osm.pbf
[info] Profile: bicycle.lua
[info] Threads: 8 (requested 8)
[info] Using script ../profiles/bicycle.lua
[STXXL-MSG] STXXL v1.3.1 (release)
[STXXL-ERRMSG] Warning: no config file found.
[STXXL-ERRMSG] Using default disk configuration.
[STXXL-MSG] 1 disks are allocated, total space: 1000 MiB
[info] Ignoring turn restrictions
emil@emil-OptiPlex-7010:~/code/Project-OSRM$ rm -rf test/cache/
emil@emil-OptiPlex-7010:~/code/Project-OSRM$ cucumber -t @basic
Ruby version 2.0.0
Using default port 5000
Using the default profile...
@routing @basic
Feature: Basic Routing
Background: # features/testbot/basic.feature:4
Given the profile "testbot" # features/step_definitions/data.rb:1
emil@emil-OptiPlex-7010:~/code/Project-OSRM$ cucumber -t @basic
Ruby version 2.0.0
Using default port 5000
Using the default profile...
@routing @basic
Feature: Basic Routing
Background: # features/testbot/basic.feature:4
Given the profile "testbot" # features/step_definitions/data.rb:1
emil@emil-OptiPlex-7010:~/code/Project-OSRM$ cucumber -t @basic
Ruby version 2.0.0
Using default port 5000
Using the default profile...
@routing @basic
Feature: Basic Routing
Background: # features/testbot/basic.feature:4
Given the profile "testbot" # features/step_definitions/data.rb:1
~/code/Project-OSRM$ (develop) rm -rf build
~/code/Project-OSRM$ (develop) rake
-- The C compiler identification is Clang 5.0.0
-- The CXX compiler identification is Clang 5.0.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works