-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[googleapis]: add version matching google-cloud-cpp-2.5.0 #15469
[googleapis]: add version matching google-cloud-cpp-2.5.0 #15469
Conversation
I detected other pull requests that are modifying googleapis/all recipe: This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
Hmmm... sadly I cannot see the error message. Any thoughts on what I should fix? |
@coryan An internal occurred when trying to connect Artifactory. I just restarted the CI build now. |
This comment has been minimized.
This comment has been minimized.
The v1 pipeline failed with:
That does not look like something I can fix, but if you have suggestions I am happy to follow them. |
@coryan I just started a new CI job. Hope that error does not happen again. |
Sorry to be a pest. Assuming the current failures are new (I cannot find any timestamps), then it is the same problem again:
Any thoughts on how to fix this? |
@coryan Thank you for pinging! That error occurs because we run parallel builds at same machine and projects occupies more storage than others, Qt projects for instance, and we can't manage a storage limit for each build, which means, sometimes, when running all in parallel, all builds together are enough to consume all storage and then we have this situation. I just restarted it again and let's see if it will occur or not. |
Conan v1 pipeline ✔️All green in build 5 (
Conan v2 pipeline (informative, not required for merge) ❌Failure in build 2 (
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. |
@uilianries thanks for restarting the builds. Looks like all the tests passed, yay! |
Specify library name and version: googleapis/cci.20221108
I am planning to send a PR updating
google-cloud-cpp
to (1) usegoogleapis
, and (2) get it upgraded tov2.5.0
. Before I do so, I need to updategoogleapis
.