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

[service] ERROR: Unable to find 'dependency' in remotes #17940

Closed
ilya-lavrenov opened this issue Jun 15, 2023 · 2 comments
Closed

[service] ERROR: Unable to find 'dependency' in remotes #17940

ilya-lavrenov opened this issue Jun 15, 2023 · 2 comments
Assignees

Comments

@ilya-lavrenov
Copy link
Contributor

ilya-lavrenov commented Jun 15, 2023

What is your problem/feature request?

Hi,

Recently, the PR with adding a new hwloc recipe has been merged.
I'm trying to submit another PR on top of it, but either locally or on Conan CI I experience the issue:

...
ERROR: Failed requirement 'hwloc/2.9.1' from 'onetbb/2021.8.0'
ERROR: Unable to find 'hwloc/2.9.1' in remotes

I suppose that some Conan registries are not updated yet and conan tool does not actually know about hwloc.

  • how long does it take to update registries? Why is it not immediate and does not work as a post commit action?
  • can Conan CI understand that registry is not updated yet and build dependencies explicitly? Like locally I manually built hwloc using conan create recipes/hwloc/all --version 2.9.1 -b missing ? I saw you have API which extracts information from conanfile.py and it can be used to build dependencies.

If we compare with brew:

  • Once the PR is merged, artifacts of that PR are packed as bottles and during merge are published to file servers. So, users can immediately download new formula / updates.

Thanks.

@ilya-lavrenov
Copy link
Contributor Author

any help?

@jcar87
Copy link
Contributor

jcar87 commented Jul 10, 2023

how long does it take to update registries? Why is it not immediate and does not work as a post commit action?

The promotion process happens after a PR is merged in master, and in some cases it can take up to one hour until it is properly indexed and available. In a small number of cases we have seen in the past that if there is a CI issue during promotion, the recipe is updated but the packages are not uploaded.

I'm verifying what happened here and will relaunch your PR.

@jcar87 jcar87 self-assigned this Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants