Skip to content

Instantly share code, notes, and snippets.

View emiltin's full-sized avatar

Emil Tin emiltin

  • City of Copenhagen
  • Denmark
View GitHub Profile
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
@emiltin
emiltin / gist:4162804
Created November 28, 2012 17:45
clang warnings building 7379c8c3873ade900e10a078c137006b17591d1e
In file included from Extractor/ScriptingEnvironment.cpp:27:
In file included from /usr/local/opt/boost/include/boost/foreach.hpp:78:
In file included from /usr/local/opt/boost/include/boost/range/rend.hpp:19:
In file included from /usr/local/opt/boost/include/boost/range/reverse_iterator.hpp:20:
In file included from /usr/local/opt/boost/include/boost/iterator/reverse_iterator.hpp:12:
In file included from /usr/local/opt/boost/include/boost/iterator/iterator_adaptor.hpp:15:
In file included from /usr/local/opt/boost/include/boost/iterator/iterator_facade.hpp:14:
In file included from /usr/local/opt/boost/include/boost/iterator/detail/facade_iterator_category.hpp:26:
In file included from /usr/local/opt/boost/include/boost/detail/indirect_traits.hpp:9:
In file included from /usr/local/opt/boost/include/boost/type_traits/is_pointer.hpp:24: