-
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
NCBI C++ Toolkit v27.0.0 #16750
NCBI C++ Toolkit v27.0.0 #16750
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
It seems I am truly lost. /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0///build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/src/objtools/pubseq_gateway/protobuf/psg_protobuf.pb.cc:2411: undefined reference to `google::protobuf::RepeatedPtrFieldstd::string::Clear()' but, psg_protobuf.pb.cc is file generated by protoc code generator. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
"This commit is being built" -- What is going on? It cannot take this long. |
"This commit cannot be built " - why? I did not receive any email notifications and when I click "details", I see "forbidden". |
@prince-chrismc can you help to get valid logs here? |
Hi @gouriano - thanks for reaching out. I have triggered a manual build of this pull request - thanks for bringing this to our attention and apologies it failed the first time and the information was not very clear. |
Thank you very much! |
This comment has been minimized.
This comment has been minimized.
grpc/1.50.1:8bbc1d1764ae82b18112552fd99ce3f38de9e8c5 - Missing This does not look like our fault |
Indeed - this happened because it was using cached artifacts from an earlier run before changes to grpc were merged - I'll ensure this PR runs taking that into account. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Again, missing GRPC
|
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit 57f713bncbi-cxx-toolkit-public/27.0.0@#eaff0510f5387781fee2f26fbea8b30a
|
pkgs = self._translate_req(req) | ||
if pkgs is not None: | ||
for pkg in pkgs: | ||
print("Package requires ", pkg) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
print("Package requires ", pkg) |
Please, do not use print()
, prefer self.output.info()
. Requirements you can avoid, because is already listed by conan when solving the graph.
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit ccb7ba0ncbi-cxx-toolkit-public/27.0.0@#00482585ed2552642bcc211014875195
|
This comment has been minimized.
This comment has been minimized.
I would greatly appreciate the explanation of |
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit 4237d6encbi-cxx-toolkit-public/27.0.0@#8be8ebec5ca22704236f0d0f2d6a1361
|
Missing binaries is not our fault. If you do not want to "build missing", then provide prebuilt binaries. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@gouriano - can '--build=missing' be used? |
Conan center builds the package the way they like it, not the way I do. That is the whole point of testing, I believe. |
This comment has been minimized.
This comment has been minimized.
Conan v1 pipeline ✔️All green in build 2 (
Conan v2 pipeline ❌
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 See details: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. |
ncbi-cxx-toolkit-public/27.0.0
The Toolkit is a public-domain collection of portable libraries, consisting of a cross-platform application framework and a set of utilities and supporting classes to work with biological data. It serves as a foundation of multiple projects at NCBI.
Please add recently released v27.0.0
Sources:
https://github.com/ncbi/ncbi-cxx-toolkit-public
Documentation:
https://ncbi.github.io/cxx-toolkit
Conan recipe
https://conan.io/center/ncbi-cxx-toolkit-public