-
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
[service] CI situation #4221
Comments
is:pr is:open label:infrastructure I know CCI is beta but the stability in general should now be really increased. |
Updating the status of the PRs grouped by same issues described above:
|
I'll update about this when they finish. |
current issues are:
EDIT: removing this one, because the binaries were probably being regerated for a408727 at this moment: #4393 (comment): missing zlib binary (also on #4412 (comment) and #4472 (comment)) |
seems like package upload is not atomic/transactional, e.g. there are situations when a new version of the recipe is there, but not all binaries are uploaded yet. for zlib time window is small enough (but still noticeable), for larger packages like boost it will be much more problematic. I am not sure if there is an easy solution for that (that might be, conan API or artifactory isn't supporting transactions). @jgsogo @danimtb WDYT? |
@SSE4 the best solution would be to use Artifactory promotions of packages from the PR repo to the conan-center repo, but there were some performance issues that made use resort to conan download/upload. We are waiting for the next version of Artifactory (7.13) to try it again as it will bring some fixes for that. |
#4487 requires |
#2459 requires libgeotiff/1.6.0, proj/7.2.1. Both are missing: https://c3i.jfrog.io/c3i/misc/summary.html?json=https://c3i.jfrog.io/c3i/misc/logs/pr/2459/7/ossim/2.12.0//summary.json |
#3849 requires gmp/6.2.1, which is missing: |
I'm gathering current issues I noticed in the CI:
unexpected error
for several monthsYou are depending on 'glib/2.67.0' but it is not in the repository
whereas it obviously isconan search gtk/3.24.24@
validate(self)
, but the bot reports some errors on windowscontinuous-integration/jenkins/pr-merge Pending — This commit is being built
whereas conan-center-bot reported successful build more than 24h agoDon't hesitate to inform me of other problems, I'll add them to the list, so that it's easier to keep track.
@memsharded @danimtb @jgsogo
The text was updated successfully, but these errors were encountered: