[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

osrm: new recipe #23734

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

osrm: new recipe #23734

wants to merge 1 commit into from

Conversation

valgur
Copy link
Contributor
@valgur valgur commented Apr 23, 2024

Adds OSRM: https://github.com/Project-OSRM/osrm-backend

High performance routing engine written in C++ designed to run on OpenStreetMap data.

Packaging status

Requires

@conan-center-bot
Copy link
Collaborator

Conan v1 pipeline ❌

Failure in build 1 (be246cae93712171e5379a45fa909a0cf47e52b2):

  • osrm/5.27.1:
    Error running command conan info osrm/5.27.1@#29d4d5106786c67d62ac1124133fa48f --json {jsonName} -pr {profileName}:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=5
    os=Linux
    [options]
    osrm:shared=False
    
    ...
    WARN: boost/1.84.0: requirement zlib/[>=1.2.11 <2] overridden by osrm/5.27.1 to zlib/1.3.1 
    ERROR: Failed requirement 'libosmium/2.20.0' from 'osrm/5.27.1'
    ERROR: Unable to find 'libosmium/2.20.0' in remotes
    

Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.


Conan v2 pipeline ❌

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping @conan-io/barbarians on the PR and we will help you.

See details:

Failure in build 1 (be246cae93712171e5379a45fa909a0cf47e52b2):

  • osrm/5.27.1:
    Error running command conan graph info --requires osrm/5.27.1@#29d4d5106786c67d62ac1124133fa48f -f json -pr:h /home/conan/workspace/prod-v2/bsr/27709/eacbd/profile_linux_11_libstdcpp11_17_gcc_release_64.-shared-False.txt -pr:b /home/conan/workspace/prod-v2/bsr/27709/eacbd/profile_linux_11_libstdcpp11_17_gcc_release_64..txt:
    ======== Computing dependency graph ========
    boost/1.84.0: Not found in local cache, looking in remotes...
    boost/1.84.0: Checking remote: conan-center
    boost/1.84.0: Downloaded recipe revision 1a56e4b40ceccf6b196212cd43e3e5c5
    zlib/1.3.1: Not found in local cache, looking in remotes...
    zlib/1.3.1: Checking remote: conan-center
    zlib/1.3.1: Downloaded recipe revision f52e03ae3d251dec704634230cd806a2
    bzip2/1.0.8: Not found in local cache, looking in remotes...
    bzip2/1.0.8: Checking remote: conan-center
    bzip2/1.0.8: Downloaded recipe revision 457c272f7da34cb9c67456dd217d36c4
    libbacktrace/cci.20210118: Not found in local cache, looking in remotes...
    libbacktrace/cci.20210118: Checking remote: conan-center
    libbacktrace/cci.20210118: Downloaded recipe revision ec1aa63bbc10145c6a299e68e711670c
    b2/4.10.1: Not found in local cache, looking in remotes...
    b2/4.10.1: Checking remote: conan-center
    b2/4.10.1: Downloaded recipe revision a41eecb267963ddf518e3c177eae60e1
    expat/2.6.2: Not found in local cache, looking in remotes...
    expat/2.6.2: Checking remote: conan-center
    expat/2.6.2: Downloaded recipe revision 2d385d0d50eb5561006a7ff9e356656b
    libosmium/2.20.0: Not found in local cache, looking in remotes...
    libosmium/2.20.0: Checking remote: conan-center
    libosmium/2.20.0: Checking remote: c3i_PR-v2-23734
    Graph root
        cli
    Requirements
        boost/1.84.0#1a56e4b40ceccf6b196212cd43e3e5c5 - Downloaded (conan-center)
        bzip2/1.0.8#457c272f7da34cb9c67456dd217d36c4 - Downloaded (conan-center)
        expat/2.6.2#2d385d0d50eb5561006a7ff9e356656b - Downloaded (conan-center)
        libbacktrace/cci.20210118#ec1aa63bbc10145c6a299e68e711670c - Downloaded (conan-center)
        osrm/5.27.1#29d4d5106786c67d62ac1124133fa48f - Cache
        zlib/1.3.1#f52e03ae3d251dec704634230cd806a2 - Downloaded (conan-center)
    Build requirements
        b2/4.10.1#a41eecb267963ddf518e3c177eae60e1 - Downloaded (conan-center)
    Resolved version ranges
        expat/[>=2.6.2 <3]: expat/2.6.2
    Graph error
        Package 'libosmium/2.20.0' not resolved: Unable to find 'libosmium/2.20.0' in remotes.
    ERROR: Package 'libosmium/2.20.0' not resolved: Unable to find 'libosmium/2.20.0' in remotes.
    

Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants