NCBI C++ Toolkit v27.0.0
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
- [x] I've read the contributing guidelines.
- [x] I've used a recent Conan client version close to the currently deployed.
- [x] I've tried at least one configuration locally with the conan-center hook activated.
Conan v1 pipeline :x:
Failure in build 1 (274b1d8542872861596701e69d2e6e211ac2814c):
-
ncbi-cxx-toolkit-public/27.0.0@: CI failed to create some packages (All logs)
Logs for packageID
014b985dcbed46bcb70edaa7e50b6036af9430f4:[settings] arch=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=7 os=Linux [options] ncbi-cxx-toolkit-public:shared=True[...] In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/src/util/miscmath.c:30:0: /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/src/util/ncbi_erf.c: In function ‘s_IEEE754_Exp’: /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/src/util/ncbi_erf.c:140:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] if(((hx&0xfffff)|__LO(x))!=0) ^~ /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/src/util/ncbi_erf.c: In function ‘NCBI_Erf’: /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/src/util/ncbi_erf.c:401:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] __LO(z) = 0; ^~~~ /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/src/util/ncbi_erf.c: In function ‘NCBI_ErfC’: /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/src/util/ncbi_erf.c:462:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] __LO(z) = 0; ^~~~ /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/src/util/ncbi_erf.c: In function ‘s_IEEE754_Exp’: /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/src/util/ncbi_erf.c:175:20: warning: ‘k’ may be used uninitialized in this function [-Wmaybe-uninitialized] __HI(y) += ((k+1000)<<20);/* add k to y's exponent */ ~~^~~~~~ /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/src/util/ncbi_erf.c:170:21: warning: ‘lo’ may be used uninitialized in this function [-Wmaybe-uninitialized] else y = one-((lo-(x*c)/(2.0-c))-hi); ~~~^~~~~~~~~~~~~~~ /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/src/util/ncbi_erf.c:170:36: warning: ‘hi’ may be used uninitialized in this function [-Wmaybe-uninitialized] else y = one-((lo-(x*c)/(2.0-c))-hi); ~~~~~~~~~~~~~~~~~~~^~~~ /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/src/connect/threaded_server.cpp:47:54: warning: ‘CThreadedServer’ is deprecated [-Wdeprecated-declarations] CSocketRequest(CThreadedServer& server, SOCK sock) // NCBI_FAKE_WARNING ^ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/src/connect/threaded_server.cpp:33:0: /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/include/connect/threaded_server.hpp:77:44: note: declared here NCBI_DEPRECATED_CLASS NCBI_XCONNECT_EXPORT CThreadedServer ^~~~~~~~~~~~~~~ /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/src/connect/threaded_server.cpp:52:22: warning: ‘CThreadedServer’ is deprecated [-Wdeprecated-declarations] CThreadedServer& m_Server; // NCBI_FAKE_WARNING ^~~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/src/connect/threaded_server.cpp:33:0: /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/include/connect/threaded_server.hpp:77:44: note: declared here NCBI_DEPRECATED_CLASS NCBI_XCONNECT_EXPORT CThreadedServer ^~~~~~~~~~~~~~~ /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/src/serial/memberlist.cpp: In member function ‘ncbi::TMemberIndex ncbi::CItemsInfo::FindDeep(const ncbi::CTempString&, ncbi::TMemberIndex) const’: /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/src/serial/memberlist.cpp:298:26: warning: unused variable ‘id’ [-Wunused-variable] const CMemberId& id = info->GetId(); ^~ make: *** [all] Error 2 WARN: libxslt/1.1.34: requirement libxml2/2.9.14 overridden by ncbi-cxx-toolkit-public/27.0.0 to libxml2/2.10.3 ncbi-cxx-toolkit-public/27.0.0: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior ncbi-cxx-toolkit-public/27.0.0: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior ncbi-cxx-toolkit-public/27.0.0: ERROR: Package '014b985dcbed46bcb70edaa7e50b6036af9430f4' build failed ncbi-cxx-toolkit-public/27.0.0: WARN: Build folder /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/build/Release ERROR: ncbi-cxx-toolkit-public/27.0.0: Error in build() method, line 212 cmake.build() ConanException: Error 2 while executing cmake --build "/home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/build/Release" '--' '-j3'
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 (informative, not required for merge) :x:
Note: Conan v2 builds are informative and they are not required for the PR to be merged.
The v2 pipeline failed. Please, review the errors and note this will be required for pull requests to be merged in the near future.
See details:
Failure in build 1 (274b1d8542872861596701e69d2e6e211ac2814c):
An unexpected error happened and has been reported. Help is on its way! :horse_racing:
Conan v1 pipeline :x:
Failure in build 3 (223339aa2dead3df7f2ab8de898bbc8c88940eaa):
-
ncbi-cxx-toolkit-public/27.0.0@: CI failed to create some packages (All logs)
Logs for packageID
014b985dcbed46bcb70edaa7e50b6036af9430f4:[settings] arch=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=7 os=Linux [options] ncbi-cxx-toolkit-public:shared=True[...] In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/src/util/miscmath.c:30:0: /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/src/util/ncbi_erf.c: In function ‘s_IEEE754_Exp’: /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/src/util/ncbi_erf.c:140:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] if(((hx&0xfffff)|__LO(x))!=0) ^~ /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/src/util/ncbi_erf.c: In function ‘NCBI_Erf’: /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/src/util/ncbi_erf.c:401:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] __LO(z) = 0; ^~~~ /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/src/util/ncbi_erf.c: In function ‘NCBI_ErfC’: /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/src/util/ncbi_erf.c:462:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] __LO(z) = 0; ^~~~ /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/src/util/ncbi_erf.c: In function ‘s_IEEE754_Exp’: /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/src/util/ncbi_erf.c:175:20: warning: ‘k’ may be used uninitialized in this function [-Wmaybe-uninitialized] __HI(y) += ((k+1000)<<20);/* add k to y's exponent */ ~~^~~~~~ /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/src/util/ncbi_erf.c:170:21: warning: ‘lo’ may be used uninitialized in this function [-Wmaybe-uninitialized] else y = one-((lo-(x*c)/(2.0-c))-hi); ~~~^~~~~~~~~~~~~~~ /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/src/util/ncbi_erf.c:170:36: warning: ‘hi’ may be used uninitialized in this function [-Wmaybe-uninitialized] else y = one-((lo-(x*c)/(2.0-c))-hi); ~~~~~~~~~~~~~~~~~~~^~~~ /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/src/connect/threaded_server.cpp:47:54: warning: ‘CThreadedServer’ is deprecated [-Wdeprecated-declarations] CSocketRequest(CThreadedServer& server, SOCK sock) // NCBI_FAKE_WARNING ^ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/src/connect/threaded_server.cpp:33:0: /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/include/connect/threaded_server.hpp:77:44: note: declared here NCBI_DEPRECATED_CLASS NCBI_XCONNECT_EXPORT CThreadedServer ^~~~~~~~~~~~~~~ /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/src/connect/threaded_server.cpp:52:22: warning: ‘CThreadedServer’ is deprecated [-Wdeprecated-declarations] CThreadedServer& m_Server; // NCBI_FAKE_WARNING ^~~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/src/connect/threaded_server.cpp:33:0: /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/include/connect/threaded_server.hpp:77:44: note: declared here NCBI_DEPRECATED_CLASS NCBI_XCONNECT_EXPORT CThreadedServer ^~~~~~~~~~~~~~~ /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/src/serial/memberlist.cpp: In member function ‘ncbi::TMemberIndex ncbi::CItemsInfo::FindDeep(const ncbi::CTempString&, ncbi::TMemberIndex) const’: /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/src/serial/memberlist.cpp:298:26: warning: unused variable ‘id’ [-Wunused-variable] const CMemberId& id = info->GetId(); ^~ make: *** [all] Error 2 WARN: libxslt/1.1.34: requirement libxml2/2.9.14 overridden by ncbi-cxx-toolkit-public/27.0.0 to libxml2/2.10.3 ncbi-cxx-toolkit-public/27.0.0: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior ncbi-cxx-toolkit-public/27.0.0: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior ncbi-cxx-toolkit-public/27.0.0: ERROR: Package '014b985dcbed46bcb70edaa7e50b6036af9430f4' build failed ncbi-cxx-toolkit-public/27.0.0: WARN: Build folder /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/build/Release ERROR: ncbi-cxx-toolkit-public/27.0.0: Error in build() method, line 212 cmake.build() ConanException: Error 2 while executing cmake --build "/home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/build/Release" '--' '-j3'
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 (informative, not required for merge) :x:
Note: Conan v2 builds are informative and they are not required for the PR to be merged.
The v2 pipeline failed. Please, review the errors and note this will be required for pull requests to be merged in the near future.
See details:
Failure in build 3 (223339aa2dead3df7f2ab8de898bbc8c88940eaa):
An unexpected error happened and has been reported. Help is on its way! :horse_racing:
It seems I am truly lost. The build log says
/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. Why it does not find something which is supposed to be in protobuf libraries? Everything builds fine on my local computer. The only difference is that Conan center uses GCC v7.2, while I use GCC v7.3 Could it be because if this? I very much doubt. I do not know, this is even not our code that fails.
Conan v1 pipeline :x:
Failure in build 4 (ba65e3ac70a66c70e83735f6809a8791c86582c3):
-
ncbi-cxx-toolkit-public/27.0.0@: CI failed to create some packages (All logs)
Logs for packageID
014b985dcbed46bcb70edaa7e50b6036af9430f4:[settings] arch=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=7 os=Linux [options] ncbi-cxx-toolkit-public:shared=True[...] In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/src/util/miscmath.c:30:0: /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/src/util/ncbi_erf.c: In function ‘s_IEEE754_Exp’: /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/src/util/ncbi_erf.c:140:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] if(((hx&0xfffff)|__LO(x))!=0) ^~ /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/src/util/ncbi_erf.c: In function ‘NCBI_Erf’: /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/src/util/ncbi_erf.c:401:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] __LO(z) = 0; ^~~~ /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/src/util/ncbi_erf.c: In function ‘NCBI_ErfC’: /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/src/util/ncbi_erf.c:462:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] __LO(z) = 0; ^~~~ /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/src/util/ncbi_erf.c: In function ‘s_IEEE754_Exp’: /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/src/util/ncbi_erf.c:175:20: warning: ‘k’ may be used uninitialized in this function [-Wmaybe-uninitialized] __HI(y) += ((k+1000)<<20);/* add k to y's exponent */ ~~^~~~~~ /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/src/util/ncbi_erf.c:170:21: warning: ‘lo’ may be used uninitialized in this function [-Wmaybe-uninitialized] else y = one-((lo-(x*c)/(2.0-c))-hi); ~~~^~~~~~~~~~~~~~~ /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/src/util/ncbi_erf.c:170:36: warning: ‘hi’ may be used uninitialized in this function [-Wmaybe-uninitialized] else y = one-((lo-(x*c)/(2.0-c))-hi); ~~~~~~~~~~~~~~~~~~~^~~~ /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/src/connect/threaded_server.cpp:47:54: warning: ‘CThreadedServer’ is deprecated [-Wdeprecated-declarations] CSocketRequest(CThreadedServer& server, SOCK sock) // NCBI_FAKE_WARNING ^ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/src/connect/threaded_server.cpp:33:0: /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/include/connect/threaded_server.hpp:77:44: note: declared here NCBI_DEPRECATED_CLASS NCBI_XCONNECT_EXPORT CThreadedServer ^~~~~~~~~~~~~~~ /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/src/connect/threaded_server.cpp:52:22: warning: ‘CThreadedServer’ is deprecated [-Wdeprecated-declarations] CThreadedServer& m_Server; // NCBI_FAKE_WARNING ^~~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/src/connect/threaded_server.cpp:33:0: /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/include/connect/threaded_server.hpp:77:44: note: declared here NCBI_DEPRECATED_CLASS NCBI_XCONNECT_EXPORT CThreadedServer ^~~~~~~~~~~~~~~ /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/src/serial/memberlist.cpp: In member function ‘ncbi::TMemberIndex ncbi::CItemsInfo::FindDeep(const ncbi::CTempString&, ncbi::TMemberIndex) const’: /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/src/src/serial/memberlist.cpp:298:26: warning: unused variable ‘id’ [-Wunused-variable] const CMemberId& id = info->GetId(); ^~ make: *** [all] Error 2 WARN: libxslt/1.1.34: requirement libxml2/2.9.14 overridden by ncbi-cxx-toolkit-public/27.0.0 to libxml2/2.10.3 ncbi-cxx-toolkit-public/27.0.0: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior ncbi-cxx-toolkit-public/27.0.0: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior ncbi-cxx-toolkit-public/27.0.0: ERROR: Package '014b985dcbed46bcb70edaa7e50b6036af9430f4' build failed ncbi-cxx-toolkit-public/27.0.0: WARN: Build folder /home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/build/Release ERROR: ncbi-cxx-toolkit-public/27.0.0: Error in build() method, line 212 cmake.build(cli_args=["-v"]) ConanException: Error 2 while executing cmake --build "/home/conan/w/prod/BuildSingleReference/.conan/data/ncbi-cxx-toolkit-public/27.0.0/_/_/build/014b985dcbed46bcb70edaa7e50b6036af9430f4/build/Release" '-v' '--' '-j3'
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 (informative, not required for merge) :x:
Note: Conan v2 builds are informative and they are not required for the PR to be merged.
The v2 pipeline failed. Please, review the errors and note this will be required for pull requests to be merged in the near future.
See details:
Failure in build 4 (ba65e3ac70a66c70e83735f6809a8791c86582c3):
An unexpected error happened and has been reported. Help is on its way! :horse_racing:
Conan v1 pipeline :x:
Failure in build 5 (fd27356f67565ee336aae41e687b93479edaa4aa):
-
ncbi-cxx-toolkit-public/27.0.0@: CI failed to create some packages (All logs)
Logs for packageID
352c5567ae4dd582bda879678d57a0e4ad89ed12:[settings] arch=x86_64 build_type=Debug compiler=Visual Studio compiler.runtime=MDd compiler.version=15 os=Windows [options] ncbi-cxx-toolkit-public:shared=False[...] xcser (C:/J/w/prod/BuildSingleReference@3/s/76b056/1/src/src/serial): cannot find optional component: NCBI_C grpc_integration (C:/J/w/prod/BuildSingleReference@3/s/76b056/1/src/src/serial/grpc_integration): cannot find optional component: connext bdb (C:/J/w/prod/BuildSingleReference@3/s/76b056/1/src/src/db/bdb) is excluded because of unmet requirements: BerkeleyDB ncbi_xcache_bdb (C:/J/w/prod/BuildSingleReference@3/s/76b056/1/src/src/db/bdb) is excluded because of unmet requirements: BerkeleyDB ncbi_xdbapi_ctlib (C:/J/w/prod/BuildSingleReference@3/s/76b056/1/src/src/dbapi/driver/ctlib) is excluded because of unmet requirements: Sybase odbc_ftds100 (C:/J/w/prod/BuildSingleReference@3/s/76b056/1/src/src/dbapi/driver/ftds100/freetds/odbc) is excluded because of unmet requirements: ODBC ncbi_xdbapi_mysql (C:/J/w/prod/BuildSingleReference@3/s/76b056/1/src/src/dbapi/driver/mysql) is excluded because of unmet requirements: MySQL ncbi_xdbapi_odbc (C:/J/w/prod/BuildSingleReference@3/s/76b056/1/src/src/dbapi/driver/odbc) is excluded because of unmet requirements: ODBC;SQLServer dbapi_sample_base (C:/J/w/prod/BuildSingleReference@3/s/76b056/1/src/src/dbapi/driver/samples): cannot find optional component: Sybase;ODBC;connext sdbapi (C:/J/w/prod/BuildSingleReference@3/s/76b056/1/src/src/dbapi/simple): cannot find optional component: connext python_ncbi_dbapi (C:/J/w/prod/BuildSingleReference@3/s/76b056/1/src/src/dbapi/lang_bind/python) is excluded because of unmet requirements: PYTHON ncbi_xreader_pubseqos (C:/J/w/prod/BuildSingleReference@3/s/76b056/1/src/src/objtools/data_loaders/genbank/pubseq): cannot find optional component: connext ncbi_xreader_pubseqos2 (C:/J/w/prod/BuildSingleReference@3/s/76b056/1/src/src/objtools/data_loaders/genbank/pubseq2): cannot find optional component: connext ncbi_xreader_gicache (C:/J/w/prod/BuildSingleReference@3/s/76b056/1/src/src/objtools/data_loaders/genbank/gicache) is excluded because of unmet requirements: unix asn_cache (C:/J/w/prod/BuildSingleReference@3/s/76b056/1/src/src/objtools/data_loaders/asn_cache) is excluded because of unmet requirements: BerkeleyDB ncbi_xloader_asn_cache (C:/J/w/prod/BuildSingleReference@3/s/76b056/1/src/src/objtools/data_loaders/asn_cache) is excluded because of unmet requirements: BerkeleyDB psg_diag (C:/J/w/prod/BuildSingleReference@3/s/76b056/1/src/src/objtools/pubseq_gateway/diag) is excluded because of unmet requirements: Linux psg_cassandra (C:/J/w/prod/BuildSingleReference@3/s/76b056/1/src/src/objtools/pubseq_gateway/cassandra) is excluded because of unmet requirements: CASSANDRA psg_cache (C:/J/w/prod/BuildSingleReference@3/s/76b056/1/src/src/objtools/pubseq_gateway/cache) is excluded because of unmet requirements: Linux;CASSANDRA xctools (C:/J/w/prod/BuildSingleReference@3/s/76b056/1/src/src/ctools) is excluded because of unmet requirements: NCBI_C xasn (C:/J/w/prod/BuildSingleReference@3/s/76b056/1/src/src/ctools/asn) is excluded because of unmet requirements: NCBI_C blast_sra_input (C:/J/w/prod/BuildSingleReference@3/s/76b056/1/src/src/algo/blast/blast_sra_input) is excluded because of unmet requirements: VDB vdb2blast (C:/J/w/prod/BuildSingleReference@3/s/76b056/1/src/src/algo/blast/vdb) is excluded because of unmet requirements: VDB blast_unit_test_util (C:/J/w/prod/BuildSingleReference@3/s/76b056/1/src/src/algo/blast/unit_tests/api) is excluded because of unmet requirements: Boost.Test.Included seqalign_util (C:/J/w/prod/BuildSingleReference@3/s/76b056/1/src/src/algo/blast/unit_tests/api) is excluded because of unmet requirements: Boost.Test.Included wx_tools (C:/J/w/prod/BuildSingleReference@3/s/76b056/1/src/src/algo/structure/wx_tools) is excluded because of unmet requirements: wxWidgets xbma_refiner_gui (C:/J/w/prod/BuildSingleReference@3/s/76b056/1/src/src/algo/structure/bma_refine) is excluded because of unmet requirements: wxWidgets hgvs (C:/J/w/prod/BuildSingleReference@3/s/76b056/1/src/src/misc/hgvs) is excluded because of unmet requirements: Boost.Spirit data_loaders_util (C:/J/w/prod/BuildSingleReference@3/s/76b056/1/src/src/misc/data_loaders_util) is excluded because of unmet requirements: BerkeleyDB lapackwrapp (C:/J/w/prod/BuildSingleReference@3/s/76b056/1/src/src/misc/lapackwrapp) is excluded because of unmet requirements: LAPACK sraread (C:/J/w/prod/BuildSingleReference@3/s/76b056/1/src/src/sra/readers/sra) is excluded because of unmet requirements: VDB srareadx (C:/J/w/prod/BuildSingleReference@3/s/76b056/1/src/src/sra/readers/sra) is excluded because of unmet requirements: VDB bamread (C:/J/w/prod/BuildSingleReference@3/s/76b056/1/src/src/sra/readers/bam) is excluded because of unmet requirements: VDB ncbi_xloader_bam (C:/J/w/prod/BuildSingleReference@3/s/76b056/1/src/src/sra/data_loaders/bam) is excluded because of unmet requirements: VDB ncbi_xloader_sra (C:/J/w/prod/BuildSingleReference@3/s/76b056/1/src/src/sra/data_loaders/sra) is excluded because of unmet requirements: VDB ncbi_xloader_csra (C:/J/w/prod/BuildSingleReference@3/s/76b056/1/src/src/sra/data_loaders/csra) is excluded because of unmet requirements: VDB ncbi_xloader_wgs (C:/J/w/prod/BuildSingleReference@3/s/76b056/1/src/src/sra/data_loaders/wgs) is excluded because of unmet requirements: VDB ncbi_xloader_vdbgraph (C:/J/w/prod/BuildSingleReference@3/s/76b056/1/src/src/sra/data_loaders/vdbgraph) is excluded because of unmet requirements: VDB ncbi_xloader_snp (C:/J/w/prod/BuildSingleReference@3/s/76b056/1/src/src/sra/data_loaders/snp) is excluded because of unmet requirements: VDB Processed: 904 console apps, 271 static libs, 4 custom targets Added: 1 console app, 228 static libs, 4 custom targets 02:48:02 (171s): Done WARN: libxslt/1.1.34: requirement libxml2/2.9.14 overridden by ncbi-cxx-toolkit-public/27.0.0 to libxml2/2.10.3 ncbi-cxx-toolkit-public/27.0.0: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior ncbi-cxx-toolkit-public/27.0.0: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior ncbi-cxx-toolkit-public/27.0.0: ERROR: Package '352c5567ae4dd582bda879678d57a0e4ad89ed12' build failed ncbi-cxx-toolkit-public/27.0.0: WARN: Build folder C:\J\w\prod\BuildSingleReference@3/s\76b056\1\build ERROR: ncbi-cxx-toolkit-public/27.0.0: Error in build() method, line 216 cmake.build() ConanException: Error 1 while executing cmake --build "C:\J\w\prod\BuildSingleReference@3/s\76b056\1\build" --config Debug
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 (informative, not required for merge) :x:
Note: Conan v2 builds are informative and they are not required for the PR to be merged.
The v2 pipeline failed. Please, review the errors and note this will be required for pull requests to be merged in the near future.
See details:
Failure in build 5 (fd27356f67565ee336aae41e687b93479edaa4aa):
An unexpected error happened and has been reported. Help is on its way! :horse_racing:
Conan v1 pipeline :x:
Failure in build 6 (eefdb7867fa304cda92ca03f334eeea5d0534b94):
-
ncbi-cxx-toolkit-public/27.0.0@: CI failed to create some packages (All logs)
Logs for packageID
f79456160a6a659301122f847eedeee0e6454dd5:[settings] arch=x86_64 build_type=Debug compiler=Visual Studio compiler.runtime=MDd compiler.version=16 os=Windows [options] ncbi-cxx-toolkit-public:shared=True[...] ncbi_xdbapi_ctlib (C:/J/w/prod/BuildSingleReference@3/s/bfccf2/1/src/src/dbapi/driver/ctlib) is excluded because of unmet requirements: Sybase odbc_ftds100 (C:/J/w/prod/BuildSingleReference@3/s/bfccf2/1/src/src/dbapi/driver/ftds100/freetds/odbc) is excluded because of unmet requirements: ODBC ncbi_xdbapi_mysql (C:/J/w/prod/BuildSingleReference@3/s/bfccf2/1/src/src/dbapi/driver/mysql) is excluded because of unmet requirements: MySQL ncbi_xdbapi_odbc (C:/J/w/prod/BuildSingleReference@3/s/bfccf2/1/src/src/dbapi/driver/odbc) is excluded because of unmet requirements: ODBC;SQLServer dbapi_sample_base (C:/J/w/prod/BuildSingleReference@3/s/bfccf2/1/src/src/dbapi/driver/samples): cannot find optional component: Sybase;ODBC;connext sdbapi (C:/J/w/prod/BuildSingleReference@3/s/bfccf2/1/src/src/dbapi/simple): cannot find optional component: connext python_ncbi_dbapi (C:/J/w/prod/BuildSingleReference@3/s/bfccf2/1/src/src/dbapi/lang_bind/python) is excluded because of unmet requirements: PYTHON ncbi_xreader_pubseqos (C:/J/w/prod/BuildSingleReference@3/s/bfccf2/1/src/src/objtools/data_loaders/genbank/pubseq): cannot find optional component: connext ncbi_xreader_pubseqos2 (C:/J/w/prod/BuildSingleReference@3/s/bfccf2/1/src/src/objtools/data_loaders/genbank/pubseq2): cannot find optional component: connext ncbi_xreader_gicache (C:/J/w/prod/BuildSingleReference@3/s/bfccf2/1/src/src/objtools/data_loaders/genbank/gicache) is excluded because of unmet requirements: unix asn_cache (C:/J/w/prod/BuildSingleReference@3/s/bfccf2/1/src/src/objtools/data_loaders/asn_cache) is excluded because of unmet requirements: BerkeleyDB ncbi_xloader_asn_cache (C:/J/w/prod/BuildSingleReference@3/s/bfccf2/1/src/src/objtools/data_loaders/asn_cache) is excluded because of unmet requirements: BerkeleyDB psg_diag (C:/J/w/prod/BuildSingleReference@3/s/bfccf2/1/src/src/objtools/pubseq_gateway/diag) is excluded because of unmet requirements: Linux psg_cassandra (C:/J/w/prod/BuildSingleReference@3/s/bfccf2/1/src/src/objtools/pubseq_gateway/cassandra) is excluded because of unmet requirements: CASSANDRA psg_cache (C:/J/w/prod/BuildSingleReference@3/s/bfccf2/1/src/src/objtools/pubseq_gateway/cache) is excluded because of unmet requirements: Linux;CASSANDRA xctools (C:/J/w/prod/BuildSingleReference@3/s/bfccf2/1/src/src/ctools) is excluded because of unmet requirements: NCBI_C xasn (C:/J/w/prod/BuildSingleReference@3/s/bfccf2/1/src/src/ctools/asn) is excluded because of unmet requirements: NCBI_C blast_sra_input (C:/J/w/prod/BuildSingleReference@3/s/bfccf2/1/src/src/algo/blast/blast_sra_input) is excluded because of unmet requirements: VDB vdb2blast (C:/J/w/prod/BuildSingleReference@3/s/bfccf2/1/src/src/algo/blast/vdb) is excluded because of unmet requirements: VDB blast_unit_test_util (C:/J/w/prod/BuildSingleReference@3/s/bfccf2/1/src/src/algo/blast/unit_tests/api) is excluded because of unmet requirements: Boost.Test.Included seqalign_util (C:/J/w/prod/BuildSingleReference@3/s/bfccf2/1/src/src/algo/blast/unit_tests/api) is excluded because of unmet requirements: Boost.Test.Included wx_tools (C:/J/w/prod/BuildSingleReference@3/s/bfccf2/1/src/src/algo/structure/wx_tools) is excluded because of unmet requirements: wxWidgets xbma_refiner_gui (C:/J/w/prod/BuildSingleReference@3/s/bfccf2/1/src/src/algo/structure/bma_refine) is excluded because of unmet requirements: wxWidgets hgvs (C:/J/w/prod/BuildSingleReference@3/s/bfccf2/1/src/src/misc/hgvs) is excluded because of unmet requirements: Boost.Spirit data_loaders_util (C:/J/w/prod/BuildSingleReference@3/s/bfccf2/1/src/src/misc/data_loaders_util) is excluded because of unmet requirements: BerkeleyDB lapackwrapp (C:/J/w/prod/BuildSingleReference@3/s/bfccf2/1/src/src/misc/lapackwrapp) is excluded because of unmet requirements: LAPACK sraread (C:/J/w/prod/BuildSingleReference@3/s/bfccf2/1/src/src/sra/readers/sra) is excluded because of unmet requirements: VDB srareadx (C:/J/w/prod/BuildSingleReference@3/s/bfccf2/1/src/src/sra/readers/sra) is excluded because of unmet requirements: VDB bamread (C:/J/w/prod/BuildSingleReference@3/s/bfccf2/1/src/src/sra/readers/bam) is excluded because of unmet requirements: VDB ncbi_xloader_bam (C:/J/w/prod/BuildSingleReference@3/s/bfccf2/1/src/src/sra/data_loaders/bam) is excluded because of unmet requirements: VDB ncbi_xloader_sra (C:/J/w/prod/BuildSingleReference@3/s/bfccf2/1/src/src/sra/data_loaders/sra) is excluded because of unmet requirements: VDB ncbi_xloader_csra (C:/J/w/prod/BuildSingleReference@3/s/bfccf2/1/src/src/sra/data_loaders/csra) is excluded because of unmet requirements: VDB ncbi_xloader_wgs (C:/J/w/prod/BuildSingleReference@3/s/bfccf2/1/src/src/sra/data_loaders/wgs) is excluded because of unmet requirements: VDB ncbi_xloader_vdbgraph (C:/J/w/prod/BuildSingleReference@3/s/bfccf2/1/src/src/sra/data_loaders/vdbgraph) is excluded because of unmet requirements: VDB ncbi_xloader_snp (C:/J/w/prod/BuildSingleReference@3/s/bfccf2/1/src/src/sra/data_loaders/snp) is excluded because of unmet requirements: VDB Processed: 904 console apps, 238 static libs, 57 shared libs, 4 custom targets Added: 1 console app, 59 static libs, 42 shared libs, 4 custom targets 23:11:24 (262s): Done CMake Error at cmake_install.cmake:150 (file): file INSTALL cannot find "C:/J/w/prod/BuildSingleReference@3/s/bfccf2/1/build/inc/Release": No such file or directory. WARN: libxslt/1.1.34: requirement libxml2/2.9.14 overridden by ncbi-cxx-toolkit-public/27.0.0 to libxml2/2.10.3 ncbi-cxx-toolkit-public/27.0.0: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior ncbi-cxx-toolkit-public/27.0.0: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior ERROR: ncbi-cxx-toolkit-public/27.0.0: Error in package() method, line 230 cmake.install() ConanException: Error 1 while executing cmake --install "C:\J\w\prod\BuildSingleReference@3/s\bfccf2\1\build" --config Debug --prefix "C:/J/w/prod/BuildSingleReference@3/s/4efb01/1"
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 (informative, not required for merge) :x:
Note: Conan v2 builds are informative and they are not required for the PR to be merged.
The v2 pipeline failed. Please, review the errors and note this will be required for pull requests to be merged in the near future.
See details:
Failure in build 6 (eefdb7867fa304cda92ca03f334eeea5d0534b94):
An unexpected error happened and has been reported. Help is on its way! :horse_racing:
"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. The build for the last commit on this PR failed due to a transient issue with our CI system - unfortunately once it reaches that stage, it is unable to update the status or post a comment, regardless of where it failed (or if it failed at all). Please bear in mind that the checks that we publish on the bottom are informative and not necessarily indicative of whether the PR can be merged or not. The public information is the summary posted as a comment on the PR itself.
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!
Conan v1 pipeline :x:
Failure in build 8 (592eeae0c659f73fc2db2f262d8502806cba1fc7):
-
ncbi-cxx-toolkit-public/27.0.0@: CI failed to create some packages (All logs)
Logs for packageID
3737f8a4b15b8641e12f49ce1207085430d5ad40:[settings] arch=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=10 os=Linux [options] ncbi-cxx-toolkit-public:shared=False[...] c-ares/1.18.1:29b1a7b6d5a3c9f005e799c80fcc6320c89f9745 - Download giflib/5.2.1:48378022674b6af465bdcb2d30017ef463f4f55c - Download googleapis/cci.20221108:b829170821f4bbc99adfca4323426a8ef72181c3 - Download grpc/1.50.1:8bbc1d1764ae82b18112552fd99ce3f38de9e8c5 - Missing grpc-proto/cci.20220627:9ccbbaaf295a00d2ead7013d89691821986e6efe - Download jbig/20160605:5dedf41b83996f2663697c4c548617b81e83ca54 - Download libdb/5.3.28:19729b9559f3ae196cad45cb2b97468ccb75dcd1 - Download libdeflate/1.17:19729b9559f3ae196cad45cb2b97468ccb75dcd1 - Download libdwarf/20191104:5461b64f1528ebfdde21f58be0a06fbbadb47829 - Download libelf/0.8.13:19729b9559f3ae196cad45cb2b97468ccb75dcd1 - Download libiconv/1.17:19729b9559f3ae196cad45cb2b97468ccb75dcd1 - Download libjpeg/9e:19729b9559f3ae196cad45cb2b97468ccb75dcd1 - Download libnghttp2/1.51.0:19729b9559f3ae196cad45cb2b97468ccb75dcd1 - Download libpng/1.6.39:d5b3dc27faecfb4eb94086722000dd65bb9e6bff - Download libtiff/4.4.0:13b52f304f6220d0bf8cf81ec6c6dd5990b1d618 - Download libunwind/1.6.2:3a0a715466fc7c6bd32637fa9dbcca2a2e46c4a5 - Download libuv/1.44.2:19729b9559f3ae196cad45cb2b97468ccb75dcd1 - Download libwebp/1.3.0:abc00ad0249e9242a1b4cfef4dc265e67c782e32 - Download libxml2/2.10.3:351e4111cbe7f0dd901b0a534e23cd59f797fdc2 - Download libxslt/1.1.34:d496057d7c19e1765bd39bf20d3383470a1603b0 - Download lmdb/0.9.29:e17d33383e441c9b676f6a666817e04ffe60e87c - Download lzo/2.10:19729b9559f3ae196cad45cb2b97468ccb75dcd1 - Download ncbi-cxx-toolkit-public/27.0.0:3737f8a4b15b8641e12f49ce1207085430d5ad40 - Download openssl/1.1.1t:19729b9559f3ae196cad45cb2b97468ccb75dcd1 - Download pcre/8.45:808617580d3a6679a0b80f813490f7baf663198c - Download protobuf/3.21.4:53f76f058631e1c3a500008c75af3f37d7786131 - Download re2/20220601:b173bbda18164d49a449ffadc1c9e817f49e819d - Download sqlite3/3.41.1:b7e8530a7ce4dc98890a185b197886c549602572 - Download xz_utils/5.4.0:19729b9559f3ae196cad45cb2b97468ccb75dcd1 - Download zlib/1.2.13:19729b9559f3ae196cad45cb2b97468ccb75dcd1 - Download zstd/1.5.4:f95595cf9a05caa71e0ee161277907de90f9722f - Download Installing (downloading, building) binaries... WARN: grpc/1.50.1: requirement protobuf/3.21.9 overridden by ncbi-cxx-toolkit-public/27.0.0 to protobuf/3.21.4 WARN: googleapis/cci.20221108: requirement protobuf/3.21.9 overridden by grpc/1.50.1 to protobuf/3.21.4 WARN: grpc-proto/cci.20220627: requirement protobuf/3.21.9 overridden by grpc/1.50.1 to protobuf/3.21.4 ERROR: Missing binary: grpc/1.50.1:8bbc1d1764ae82b18112552fd99ce3f38de9e8c5 grpc/1.50.1: WARN: Can't find a 'grpc/1.50.1' package for the specified settings, options and dependencies: - Settings: arch=x86_64, build_type=Release, compiler=gcc, compiler.libcxx=libstdc++11, compiler.version=10, os=Linux - Options: codegen=True, cpp_plugin=True, csharp_ext=False, csharp_plugin=True, fPIC=True, node_plugin=True, objective_c_plugin=True, php_plugin=True, python_plugin=True, ruby_plugin=True, secure=False, shared=False, abseil:fPIC=True, abseil:shared=False, c-ares:fPIC=True, c-ares:shared=False, c-ares:tools=True, googleapis:fPIC=True, googleapis:shared=False, grpc-proto:fPIC=True, grpc-proto:shared=False, openssl:386=False, openssl:enable_weak_ssl_ciphers=False, openssl:fPIC=True, openssl:no_aria=False, openssl:no_asm=False, openssl:no_async=False, openssl:no_bf=False, openssl:no_blake2=False, openssl:no_camellia=False, openssl:no_cast=False, openssl:no_chacha=False, openssl:no_cms=False, openssl:no_comp=False, openssl:no_ct=False, openssl:no_deprecated=False, openssl:no_des=False, openssl:no_dgram=False, openssl:no_dh=False, openssl:no_dsa=False, openssl:no_dso=False, openssl:no_ec=False, openssl:no_ecdh=False, openssl:no_ecdsa=False, openssl:no_engine=False, openssl:no_filenames=False, openssl:no_gost=False, openssl:no_hmac=False, openssl:no_idea=False, openssl:no_md4=False, openssl:no_md5=False, openssl:no_mdc2=False, openssl:no_ocsp=False, openssl:no_pinshared=False, openssl:no_rc2=False, openssl:no_rfc3779=False, openssl:no_rmd160=False, openssl:no_rsa=False, openssl:no_seed=False, openssl:no_sha=False, openssl:no_sm2=False, openssl:no_sm3=False, openssl:no_sm4=False, openssl:no_sock=False, openssl:no_srp=False, openssl:no_srtp=False, openssl:no_sse2=False, openssl:no_ssl=False, openssl:no_ssl3=False, openssl:no_stdio=False, openssl:no_tests=False, openssl:no_threads=False, openssl:no_tls1=False, openssl:no_ts=False, openssl:no_whirlpool=False, openssl:openssldir=None, openssl:shared=False, protobuf:debug_suffix=True, protobuf:fPIC=True, protobuf:lite=False, protobuf:shared=False, protobuf:with_rtti=True, protobuf:with_zlib=True, re2:fPIC=True, re2:shared=False, zlib:fPIC=True, zlib:shared=False - Dependencies: abseil/20220623.0, c-ares/1.18.1, openssl/1.1.1t, re2/20220601, zlib/1.2.13, protobuf/3.21.4, googleapis/cci.20221108, grpc-proto/cci.20220627 - Requirements: abseil/20220623.Y.Z, c-ares/1.Y.Z, googleapis/cci.20221108, grpc-proto/cci.20220627, openssl/1.Y.Z, protobuf/3.21.4:53f76f058631e1c3a500008c75af3f37d7786131, re2/20220601.Y.Z, zlib/1.Y.Z - Package ID: 8bbc1d1764ae82b18112552fd99ce3f38de9e8c5 ERROR: Missing prebuilt package for 'grpc/1.50.1' Use 'conan search grpc/1.50.1@ --table=table.html -r=remote' and open the table.html file to see available packages Or try to build locally from sources with '--build=grpc' More Info at 'https://docs.conan.io/en/latest/faq/troubleshooting.html#error-missing-prebuilt-package'
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 (informative, not required for merge) :x:
Note: Conan v2 builds are informative and they are not required for the PR to be merged.
The v2 pipeline failed. Please, review the errors and note this will be required for pull requests to be merged in the near future.
See details:
Failure in build 7 (592eeae0c659f73fc2db2f262d8502806cba1fc7):
An unexpected error happened and has been reported. Help is on its way! :horse_racing:
grpc/1.50.1:8bbc1d1764ae82b18112552fd99ce3f38de9e8c5 - Missing ERROR: Missing binary: grpc/1.50.1:8bbc1d1764ae82b18112552fd99ce3f38de9e8c5 ERROR: Missing prebuilt package for 'grpc/1.50.1'
This does not look like our fault
grpc/1.50.1
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.
Conan v1 pipeline :x:
Failure in build 9 (592eeae0c659f73fc2db2f262d8502806cba1fc7):
-
ncbi-cxx-toolkit-public/27.0.0@: CI failed to create some packages (All logs)
Logs for packageID
8ac7a790e5fa50ef000d9510bcdb0da73dc2c3c5:[settings] arch=x86_64 build_type=Debug compiler=gcc compiler.libcxx=libstdc++11 compiler.version=10 os=Linux [options] ncbi-cxx-toolkit-public:shared=False[...] c-ares/1.18.1:a648dfb1fdb3d3f375a79dea015e7563e9cc05a2 - Download giflib/5.2.1:505b72cd2ac0cecb083b7009e63dc3195538d3c7 - Download googleapis/cci.20221108:6d869d92807c722a973ad50bc9ed42d812fd8718 - Download grpc/1.50.1:a6da0650e56521b36c295f11db1fee2e94dfbc0a - Missing grpc-proto/cci.20220627:13b1643159c910b19bfec96af95dc2cabec40288 - Download jbig/20160605:5bae9cef2c8dda84a8c8562bdea0e992e8e377e2 - Download libdb/5.3.28:75e99b627c196b65c439728670655ec3c366b334 - Download libdeflate/1.17:75e99b627c196b65c439728670655ec3c366b334 - Download libdwarf/20191104:cf41faa860a2cb7f90f9cb5791306456b2a8bc25 - Download libelf/0.8.13:75e99b627c196b65c439728670655ec3c366b334 - Download libiconv/1.17:75e99b627c196b65c439728670655ec3c366b334 - Download libjpeg/9e:75e99b627c196b65c439728670655ec3c366b334 - Download libnghttp2/1.51.0:75e99b627c196b65c439728670655ec3c366b334 - Download libpng/1.6.39:9f5f4756d1382e451f085ea752ddbf2d02a13e17 - Download libtiff/4.4.0:675f32c307fb3939e067201e0d6b2dbdd699280c - Download libunwind/1.6.2:0818637bc151fcb06248af455905a36b16ebe46c - Download libuv/1.44.2:75e99b627c196b65c439728670655ec3c366b334 - Download libwebp/1.3.0:e1f21c4e69bd3c73a4eb0754ef94645f527c5bf8 - Download libxml2/2.10.3:3f3af7e4529e5a9960ad48545cd36f034cc27adc - Download libxslt/1.1.34:c1761c85c856314a14e554e1353c4f94b4992e22 - Download lmdb/0.9.29:a67071e84947395b5e605fe10f5b19f2b590ac95 - Download lzo/2.10:75e99b627c196b65c439728670655ec3c366b334 - Download ncbi-cxx-toolkit-public/27.0.0:8ac7a790e5fa50ef000d9510bcdb0da73dc2c3c5 - Build openssl/1.1.1t:75e99b627c196b65c439728670655ec3c366b334 - Download pcre/8.45:74990505e97845f7ca1fe8971fab277296134f22 - Download protobuf/3.21.4:bc65fb330f939dccf84a3e85f6202302c3ce5e1f - Download re2/20220601:a25d6c83542b56b72fdaa05a85db5d46f5f0f71c - Download sqlite3/3.41.1:56e7c57ac9048a10ced85f794249450d8db7a4af - Download xz_utils/5.4.0:75e99b627c196b65c439728670655ec3c366b334 - Download zlib/1.2.13:75e99b627c196b65c439728670655ec3c366b334 - Download zstd/1.5.4:19dc96b9ee0447730ad59bf62b524b7fbb9aafbf - Download Installing (downloading, building) binaries... WARN: grpc/1.50.1: requirement protobuf/3.21.9 overridden by ncbi-cxx-toolkit-public/27.0.0 to protobuf/3.21.4 WARN: googleapis/cci.20221108: requirement protobuf/3.21.9 overridden by grpc/1.50.1 to protobuf/3.21.4 WARN: grpc-proto/cci.20220627: requirement protobuf/3.21.9 overridden by grpc/1.50.1 to protobuf/3.21.4 ERROR: Missing binary: grpc/1.50.1:a6da0650e56521b36c295f11db1fee2e94dfbc0a grpc/1.50.1: WARN: Can't find a 'grpc/1.50.1' package for the specified settings, options and dependencies: - Settings: arch=x86_64, build_type=Debug, compiler=gcc, compiler.libcxx=libstdc++11, compiler.version=10, os=Linux - Options: codegen=True, cpp_plugin=True, csharp_ext=False, csharp_plugin=True, fPIC=True, node_plugin=True, objective_c_plugin=True, php_plugin=True, python_plugin=True, ruby_plugin=True, secure=False, shared=False, abseil:fPIC=True, abseil:shared=False, c-ares:fPIC=True, c-ares:shared=False, c-ares:tools=True, googleapis:fPIC=True, googleapis:shared=False, grpc-proto:fPIC=True, grpc-proto:shared=False, openssl:386=False, openssl:enable_weak_ssl_ciphers=False, openssl:fPIC=True, openssl:no_aria=False, openssl:no_asm=False, openssl:no_async=False, openssl:no_bf=False, openssl:no_blake2=False, openssl:no_camellia=False, openssl:no_cast=False, openssl:no_chacha=False, openssl:no_cms=False, openssl:no_comp=False, openssl:no_ct=False, openssl:no_deprecated=False, openssl:no_des=False, openssl:no_dgram=False, openssl:no_dh=False, openssl:no_dsa=False, openssl:no_dso=False, openssl:no_ec=False, openssl:no_ecdh=False, openssl:no_ecdsa=False, openssl:no_engine=False, openssl:no_filenames=False, openssl:no_gost=False, openssl:no_hmac=False, openssl:no_idea=False, openssl:no_md4=False, openssl:no_md5=False, openssl:no_mdc2=False, openssl:no_ocsp=False, openssl:no_pinshared=False, openssl:no_rc2=False, openssl:no_rfc3779=False, openssl:no_rmd160=False, openssl:no_rsa=False, openssl:no_seed=False, openssl:no_sha=False, openssl:no_sm2=False, openssl:no_sm3=False, openssl:no_sm4=False, openssl:no_sock=False, openssl:no_srp=False, openssl:no_srtp=False, openssl:no_sse2=False, openssl:no_ssl=False, openssl:no_ssl3=False, openssl:no_stdio=False, openssl:no_tests=False, openssl:no_threads=False, openssl:no_tls1=False, openssl:no_ts=False, openssl:no_whirlpool=False, openssl:openssldir=None, openssl:shared=False, protobuf:debug_suffix=True, protobuf:fPIC=True, protobuf:lite=False, protobuf:shared=False, protobuf:with_rtti=True, protobuf:with_zlib=True, re2:fPIC=True, re2:shared=False, zlib:fPIC=True, zlib:shared=False - Dependencies: abseil/20220623.0, c-ares/1.18.1, openssl/1.1.1t, re2/20220601, zlib/1.2.13, protobuf/3.21.4, googleapis/cci.20221108, grpc-proto/cci.20220627 - Requirements: abseil/20220623.Y.Z, c-ares/1.Y.Z, googleapis/cci.20221108, grpc-proto/cci.20220627, openssl/1.Y.Z, protobuf/3.21.4:bc65fb330f939dccf84a3e85f6202302c3ce5e1f, re2/20220601.Y.Z, zlib/1.Y.Z - Package ID: a6da0650e56521b36c295f11db1fee2e94dfbc0a ERROR: Missing prebuilt package for 'grpc/1.50.1' Use 'conan search grpc/1.50.1@ --table=table.html -r=remote' and open the table.html file to see available packages Or try to build locally from sources with '--build=grpc' More Info at 'https://docs.conan.io/en/latest/faq/troubleshooting.html#error-missing-prebuilt-package'
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 (informative, not required for merge) :x:
Note: Conan v2 builds are informative and they are not required for the PR to be merged.
The v2 pipeline failed. Please, review the errors and note this will be required for pull requests to be merged in the near future.
See details:
Failure in build 8 (592eeae0c659f73fc2db2f262d8502806cba1fc7):
An unexpected error happened and has been reported. Help is on its way! :horse_racing:
Conan v1 pipeline :x:
Failure in build 10 (8cc3d36d6e89de8f37df914e0a35abac249cb38f):
-
ncbi-cxx-toolkit-public/27.0.0@: CI failed to create some packages (All logs)
Logs for packageID
3737f8a4b15b8641e12f49ce1207085430d5ad40:[settings] arch=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=10 os=Linux [options] ncbi-cxx-toolkit-public:shared=False[...] c-ares/1.18.1:29b1a7b6d5a3c9f005e799c80fcc6320c89f9745 - Download giflib/5.2.1:48378022674b6af465bdcb2d30017ef463f4f55c - Download googleapis/cci.20221108:b829170821f4bbc99adfca4323426a8ef72181c3 - Download grpc/1.50.1:8bbc1d1764ae82b18112552fd99ce3f38de9e8c5 - Missing grpc-proto/cci.20220627:9ccbbaaf295a00d2ead7013d89691821986e6efe - Download jbig/20160605:5dedf41b83996f2663697c4c548617b81e83ca54 - Download libdb/5.3.28:19729b9559f3ae196cad45cb2b97468ccb75dcd1 - Download libdeflate/1.17:19729b9559f3ae196cad45cb2b97468ccb75dcd1 - Download libdwarf/20191104:5461b64f1528ebfdde21f58be0a06fbbadb47829 - Download libelf/0.8.13:19729b9559f3ae196cad45cb2b97468ccb75dcd1 - Download libiconv/1.17:19729b9559f3ae196cad45cb2b97468ccb75dcd1 - Download libjpeg/9e:19729b9559f3ae196cad45cb2b97468ccb75dcd1 - Download libnghttp2/1.51.0:19729b9559f3ae196cad45cb2b97468ccb75dcd1 - Download libpng/1.6.39:d5b3dc27faecfb4eb94086722000dd65bb9e6bff - Download libtiff/4.4.0:13b52f304f6220d0bf8cf81ec6c6dd5990b1d618 - Download libunwind/1.6.2:3a0a715466fc7c6bd32637fa9dbcca2a2e46c4a5 - Download libuv/1.44.2:19729b9559f3ae196cad45cb2b97468ccb75dcd1 - Download libwebp/1.3.0:abc00ad0249e9242a1b4cfef4dc265e67c782e32 - Download libxml2/2.10.3:351e4111cbe7f0dd901b0a534e23cd59f797fdc2 - Download libxslt/1.1.34:d496057d7c19e1765bd39bf20d3383470a1603b0 - Download lmdb/0.9.29:e17d33383e441c9b676f6a666817e04ffe60e87c - Download lzo/2.10:19729b9559f3ae196cad45cb2b97468ccb75dcd1 - Download ncbi-cxx-toolkit-public/27.0.0:3737f8a4b15b8641e12f49ce1207085430d5ad40 - Build openssl/1.1.1t:19729b9559f3ae196cad45cb2b97468ccb75dcd1 - Download pcre/8.45:808617580d3a6679a0b80f813490f7baf663198c - Download protobuf/3.21.4:53f76f058631e1c3a500008c75af3f37d7786131 - Download re2/20220601:b173bbda18164d49a449ffadc1c9e817f49e819d - Download sqlite3/3.41.1:b7e8530a7ce4dc98890a185b197886c549602572 - Download xz_utils/5.4.0:19729b9559f3ae196cad45cb2b97468ccb75dcd1 - Download zlib/1.2.13:19729b9559f3ae196cad45cb2b97468ccb75dcd1 - Download zstd/1.5.4:f95595cf9a05caa71e0ee161277907de90f9722f - Download Installing (downloading, building) binaries... WARN: grpc/1.50.1: requirement protobuf/3.21.9 overridden by ncbi-cxx-toolkit-public/27.0.0 to protobuf/3.21.4 WARN: googleapis/cci.20221108: requirement protobuf/3.21.9 overridden by grpc/1.50.1 to protobuf/3.21.4 WARN: grpc-proto/cci.20220627: requirement protobuf/3.21.9 overridden by grpc/1.50.1 to protobuf/3.21.4 ERROR: Missing binary: grpc/1.50.1:8bbc1d1764ae82b18112552fd99ce3f38de9e8c5 grpc/1.50.1: WARN: Can't find a 'grpc/1.50.1' package for the specified settings, options and dependencies: - Settings: arch=x86_64, build_type=Release, compiler=gcc, compiler.libcxx=libstdc++11, compiler.version=10, os=Linux - Options: codegen=True, cpp_plugin=True, csharp_ext=False, csharp_plugin=True, fPIC=True, node_plugin=True, objective_c_plugin=True, php_plugin=True, python_plugin=True, ruby_plugin=True, secure=False, shared=False, abseil:fPIC=True, abseil:shared=False, c-ares:fPIC=True, c-ares:shared=False, c-ares:tools=True, googleapis:fPIC=True, googleapis:shared=False, grpc-proto:fPIC=True, grpc-proto:shared=False, openssl:386=False, openssl:enable_weak_ssl_ciphers=False, openssl:fPIC=True, openssl:no_aria=False, openssl:no_asm=False, openssl:no_async=False, openssl:no_bf=False, openssl:no_blake2=False, openssl:no_camellia=False, openssl:no_cast=False, openssl:no_chacha=False, openssl:no_cms=False, openssl:no_comp=False, openssl:no_ct=False, openssl:no_deprecated=False, openssl:no_des=False, openssl:no_dgram=False, openssl:no_dh=False, openssl:no_dsa=False, openssl:no_dso=False, openssl:no_ec=False, openssl:no_ecdh=False, openssl:no_ecdsa=False, openssl:no_engine=False, openssl:no_filenames=False, openssl:no_gost=False, openssl:no_hmac=False, openssl:no_idea=False, openssl:no_md4=False, openssl:no_md5=False, openssl:no_mdc2=False, openssl:no_ocsp=False, openssl:no_pinshared=False, openssl:no_rc2=False, openssl:no_rfc3779=False, openssl:no_rmd160=False, openssl:no_rsa=False, openssl:no_seed=False, openssl:no_sha=False, openssl:no_sm2=False, openssl:no_sm3=False, openssl:no_sm4=False, openssl:no_sock=False, openssl:no_srp=False, openssl:no_srtp=False, openssl:no_sse2=False, openssl:no_ssl=False, openssl:no_ssl3=False, openssl:no_stdio=False, openssl:no_tests=False, openssl:no_threads=False, openssl:no_tls1=False, openssl:no_ts=False, openssl:no_whirlpool=False, openssl:openssldir=None, openssl:shared=False, protobuf:debug_suffix=True, protobuf:fPIC=True, protobuf:lite=False, protobuf:shared=False, protobuf:with_rtti=True, protobuf:with_zlib=True, re2:fPIC=True, re2:shared=False, zlib:fPIC=True, zlib:shared=False - Dependencies: abseil/20220623.0, c-ares/1.18.1, openssl/1.1.1t, re2/20220601, zlib/1.2.13, protobuf/3.21.4, googleapis/cci.20221108, grpc-proto/cci.20220627 - Requirements: abseil/20220623.Y.Z, c-ares/1.Y.Z, googleapis/cci.20221108, grpc-proto/cci.20220627, openssl/1.Y.Z, protobuf/3.21.4:53f76f058631e1c3a500008c75af3f37d7786131, re2/20220601.Y.Z, zlib/1.Y.Z - Package ID: 8bbc1d1764ae82b18112552fd99ce3f38de9e8c5 ERROR: Missing prebuilt package for 'grpc/1.50.1' Use 'conan search grpc/1.50.1@ --table=table.html -r=remote' and open the table.html file to see available packages Or try to build locally from sources with '--build=grpc' More Info at 'https://docs.conan.io/en/latest/faq/troubleshooting.html#error-missing-prebuilt-package'
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 (informative, not required for merge) :x:
Note: Conan v2 builds are informative and they are not required for the PR to be merged.
The v2 pipeline failed. Please, review the errors and note this will be required for pull requests to be merged in the near future.
See details:
Failure in build 9 (8cc3d36d6e89de8f37df914e0a35abac249cb38f):
An unexpected error happened and has been reported. Help is on its way! :horse_racing:
Again, missing GRPC I believe this is a probelm on Conan center's side
ERROR: Missing binary: grpc/1.50.1:8bbc1d1764ae82b18112552fd99ce3f38de9e8c5
grpc/1.50.1: WARN: Can't find a 'grpc/1.50.1' package for the specified settings, options and dependencies:
ERROR: Missing prebuilt package for 'grpc/1.50.1'
I believe the issue is caused by needing to bump protobuf to the same version that grpc is using - I've pushed this change and it's currently going through CI for Conan v1. In Conan v2 there is an error related to our infrastructure that we are currently investigating, but it should not be a blocker for this PR.
Conan v1 pipeline :x:
Failure in build 11 (53dc735d234d58b5e4fde77d9e821f131901cf1a):
-
ncbi-cxx-toolkit-public/27.0.0@: CI failed to create some packages (All logs)
Logs for packageID
ccd00d427523c9624cf8ff04d05711d691fb6d0c:[settings] arch=x86_64 build_type=Release compiler=apple-clang compiler.libcxx=libc++ compiler.version=11.0 os=Macos [options] ncbi-cxx-toolkit-public:shared=True[...] zstd/1.5.4 from 'conan-center' - Downloaded Packages abseil/20220623.0:eec6acc43f6348a597c20e5bd28d9e0590a02597 - Download bzip2/1.0.8:32bef4803d4b079e983ecb27f105881e778bc5a7 - Download c-ares/1.18.1:a5750d0cd907d6f902ba85fb53399755b8795995 - Download giflib/5.2.1:f0df25347282d2467c950adc09f5501beef48a2d - Download googleapis/cci.20221108:7c49c6aeb9fdbf0bf402355f00e0b813e00bb883 - Download grpc/1.50.1:d5a08dfa0ba121bd3a65fe31a27c6de49951ee14 - Missing grpc-proto/cci.20220627:e507e3ec7303a0b2c02666df584c0471ebcc6de0 - Missing jbig/20160605:748097a908888779299dfe3fba270d008b754dc2 - Download libdb/5.3.28:f74366f76f700cc6e991285892ad7a23c30e6d47 - Download libdeflate/1.17:f74366f76f700cc6e991285892ad7a23c30e6d47 - Missing libiconv/1.17:f74366f76f700cc6e991285892ad7a23c30e6d47 - Download libjpeg/9e:f74366f76f700cc6e991285892ad7a23c30e6d47 - Download libnghttp2/1.51.0:f74366f76f700cc6e991285892ad7a23c30e6d47 - Download libpng/1.6.39:8fbcc84fd73710baeb1053770e9887336c02dc9b - Download libtiff/4.4.0:dccc195c195b4ab03716fe215e764a8eea4212ab - Download libuv/1.44.2:f74366f76f700cc6e991285892ad7a23c30e6d47 - Download libwebp/1.3.0:925627bb9faa4169b8ec3d0d66343ea8295547e5 - Download libxml2/2.10.3:0168aa58427a83cb82511ffcaed61bac67e4d860 - Download libxslt/1.1.34:7990a1f53d65cdde3f3309d5dc43a810fb853dc8 - Download lmdb/0.9.29:f74366f76f700cc6e991285892ad7a23c30e6d47 - Download lzo/2.10:f74366f76f700cc6e991285892ad7a23c30e6d47 - Download ncbi-cxx-toolkit-public/27.0.0:ccd00d427523c9624cf8ff04d05711d691fb6d0c - Build openssl/1.1.1t:f74366f76f700cc6e991285892ad7a23c30e6d47 - Download pcre/8.45:06e22b9d14843ea3198d290490a4fecc619acf1f - Download protobuf/3.21.9:59b597dbb41174ba84fbe8897414ec9b6b10b618 - Download re2/20220601:eec6acc43f6348a597c20e5bd28d9e0590a02597 - Download sqlite3/3.41.1:78c2bdd0f586e3dc4b9f24ed32481331c9f0657b - Download xz_utils/5.4.0:f74366f76f700cc6e991285892ad7a23c30e6d47 - Download zlib/1.2.13:f74366f76f700cc6e991285892ad7a23c30e6d47 - Download zstd/1.5.4:f2909f55d2ac28fc53a15e7561e4c7fbfa2ba3ac - Download Installing (downloading, building) binaries... ERROR: Missing binary: grpc/1.50.1:d5a08dfa0ba121bd3a65fe31a27c6de49951ee14 ERROR: Missing binary: grpc-proto/cci.20220627:e507e3ec7303a0b2c02666df584c0471ebcc6de0 ERROR: Missing binary: libdeflate/1.17:f74366f76f700cc6e991285892ad7a23c30e6d47 libdeflate/1.17: WARN: Can't find a 'libdeflate/1.17' package for the specified settings, options and dependencies: - Settings: arch=x86_64, build_type=Release, compiler=apple-clang, compiler.version=11.0, os=Macos - Options: fPIC=True, shared=False - Dependencies: - Requirements: - Package ID: f74366f76f700cc6e991285892ad7a23c30e6d47 ERROR: Missing prebuilt package for 'grpc/1.50.1', 'grpc-proto/cci.20220627', 'libdeflate/1.17' Use 'conan search libdeflate/1.17@ --table=table.html -r=remote' and open the table.html file to see available packages Or try to build locally from sources with '--build=grpc --build=grpc-proto --build=libdeflate' More Info at 'https://docs.conan.io/en/latest/faq/troubleshooting.html#error-missing-prebuilt-package'
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 (informative, not required for merge) :x:
Note: Conan v2 builds are informative and they are not required for the PR to be merged.
The v2 pipeline failed. Please, review the errors and note this will be required for pull requests to be merged in the near future.
See details:
Failure in build 10 (53dc735d234d58b5e4fde77d9e821f131901cf1a):
An unexpected error happened and has been reported. Help is on its way! :horse_racing:
Now the same error (missing GRPC) on apple-clang
Conan v1 pipeline :x:
Failure in build 12 (99eda5abbc5f221adb8d76e4a65d40f76645be6d):
-
ncbi-cxx-toolkit-public/27.0.0@: CI failed to create some packages (All logs)
Logs for packageID
7f700ca9b42fd3211a23a915d8471fbf85d4f365:[settings] arch=x86_64 build_type=Release compiler=apple-clang compiler.libcxx=libc++ compiler.version=12.0 os=Macos [options] ncbi-cxx-toolkit-public:shared=False[...] zstd/1.5.4 from 'conan-center' - Downloaded Packages abseil/20220623.0:6a83d7f783e7ee89a83cf2fe72b5f5f67538e2a6 - Download bzip2/1.0.8:75fe66fbfe61230e9fcbb361f13b6b3baa483e0a - Download c-ares/1.18.1:49195aea8e76fd7c4eaf35bf5e4bce294641381f - Download giflib/5.2.1:d459d8c70df2c747e6be2c853a9cc24d9bbf8902 - Download googleapis/cci.20221108:72fa4639d4792ea60f49b65586088a794200894d - Download grpc/1.50.1:2b7aa46bc6836ec7a655ae7f35e0d43254c47c85 - Missing grpc-proto/cci.20220627:5713a151dcae18ca852112207743e691979f4ffa - Missing jbig/20160605:0500cabd9dcab8e3d59c82a2d7a2c7ed6bd89f93 - Download libdb/5.3.28:647afeb69d3b0a2d3d316e80b24d38c714cc6900 - Download libdeflate/1.17:647afeb69d3b0a2d3d316e80b24d38c714cc6900 - Missing libiconv/1.17:647afeb69d3b0a2d3d316e80b24d38c714cc6900 - Download libjpeg/9e:647afeb69d3b0a2d3d316e80b24d38c714cc6900 - Download libnghttp2/1.51.0:647afeb69d3b0a2d3d316e80b24d38c714cc6900 - Download libpng/1.6.39:ac5d0a30f12dfc11387a002e4010b156f3b7eda5 - Download libtiff/4.4.0:e19777e60ee1827a0853a45e909c3ad31d765f51 - Download libuv/1.44.2:647afeb69d3b0a2d3d316e80b24d38c714cc6900 - Download libwebp/1.3.0:2dbaf0210f4bb922bb094c944e22cc14a0bb05f6 - Download libxml2/2.10.3:91879ba438c09005d82e90506123f24cad77f559 - Download libxslt/1.1.34:9c789f83434e44fffa91c418c2e1bb240feb5540 - Download lmdb/0.9.29:647afeb69d3b0a2d3d316e80b24d38c714cc6900 - Download lzo/2.10:647afeb69d3b0a2d3d316e80b24d38c714cc6900 - Download ncbi-cxx-toolkit-public/27.0.0:7f700ca9b42fd3211a23a915d8471fbf85d4f365 - Build openssl/1.1.1t:647afeb69d3b0a2d3d316e80b24d38c714cc6900 - Download pcre/8.45:6b708b31085f36a04cd9dea85c6b67a06a563c31 - Download protobuf/3.21.9:75bd964490b5fd69058701c7a29d3049d70670c2 - Download re2/20220601:6a83d7f783e7ee89a83cf2fe72b5f5f67538e2a6 - Download sqlite3/3.41.1:1998449a55b0750dbfb77d1773ac42db2a3b9d53 - Download xz_utils/5.4.0:647afeb69d3b0a2d3d316e80b24d38c714cc6900 - Download zlib/1.2.13:647afeb69d3b0a2d3d316e80b24d38c714cc6900 - Download zstd/1.5.4:5705a7fa97c7293d9657913109fadb0b722cb589 - Download Installing (downloading, building) binaries... ERROR: Missing binary: grpc/1.50.1:2b7aa46bc6836ec7a655ae7f35e0d43254c47c85 ERROR: Missing binary: grpc-proto/cci.20220627:5713a151dcae18ca852112207743e691979f4ffa ERROR: Missing binary: libdeflate/1.17:647afeb69d3b0a2d3d316e80b24d38c714cc6900 libdeflate/1.17: WARN: Can't find a 'libdeflate/1.17' package for the specified settings, options and dependencies: - Settings: arch=x86_64, build_type=Release, compiler=apple-clang, compiler.version=12.0, os=Macos - Options: fPIC=True, shared=False - Dependencies: - Requirements: - Package ID: 647afeb69d3b0a2d3d316e80b24d38c714cc6900 ERROR: Missing prebuilt package for 'grpc/1.50.1', 'grpc-proto/cci.20220627', 'libdeflate/1.17' Use 'conan search libdeflate/1.17@ --table=table.html -r=remote' and open the table.html file to see available packages Or try to build locally from sources with '--build=grpc --build=grpc-proto --build=libdeflate' More Info at 'https://docs.conan.io/en/latest/faq/troubleshooting.html#error-missing-prebuilt-package'
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 (informative, not required for merge) :x:
Note: Conan v2 builds are informative and they are not required for the PR to be merged.
The v2 pipeline failed. Please, review the errors and note this will be required for pull requests to be merged in the near future.
See details:
Failure in build 11 (99eda5abbc5f221adb8d76e4a65d40f76645be6d):
An unexpected error happened and has been reported. Help is on its way! :horse_racing:
Conan v1 pipeline :x:
Failure in build 13 (99eda5abbc5f221adb8d76e4a65d40f76645be6d):
-
ncbi-cxx-toolkit-public/27.0.0@: CI failed to create some packages (All logs)
Logs for packageID
de5c5af68770194a8a09d3ffc6fcd2d5cde180d6:[settings] arch=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=11 os=Linux [options] ncbi-cxx-toolkit-public:shared=False[...] ncbi-cxx-toolkit-public/27.0.0 (test package): Generator cmake_find_package_multi created grpc-protoTargets.cmake ncbi-cxx-toolkit-public/27.0.0 (test package): Generator cmake_find_package_multi created grpc-protoTarget-release.cmake ncbi-cxx-toolkit-public/27.0.0 (test package): Generator cmake_find_package_multi created BZip2ConfigVersion.cmake ncbi-cxx-toolkit-public/27.0.0 (test package): Generator cmake_find_package_multi created BZip2Config.cmake ncbi-cxx-toolkit-public/27.0.0 (test package): Generator cmake_find_package_multi created BZip2Targets.cmake ncbi-cxx-toolkit-public/27.0.0 (test package): Generator cmake_find_package_multi created BZip2Target-release.cmake ncbi-cxx-toolkit-public/27.0.0 (test package): Generator cmake_find_package_multi created libdwarf-config-version.cmake ncbi-cxx-toolkit-public/27.0.0 (test package): Generator cmake_find_package_multi created libdwarf-config.cmake ncbi-cxx-toolkit-public/27.0.0 (test package): Generator cmake_find_package_multi created libdwarfTargets.cmake ncbi-cxx-toolkit-public/27.0.0 (test package): Generator cmake_find_package_multi created libdwarfTarget-release.cmake ncbi-cxx-toolkit-public/27.0.0 (test package): Generator cmake_find_package_multi created IconvConfigVersion.cmake ncbi-cxx-toolkit-public/27.0.0 (test package): Generator cmake_find_package_multi created IconvConfig.cmake ncbi-cxx-toolkit-public/27.0.0 (test package): Generator cmake_find_package_multi created IconvTargets.cmake ncbi-cxx-toolkit-public/27.0.0 (test package): Generator cmake_find_package_multi created IconvTarget-release.cmake ncbi-cxx-toolkit-public/27.0.0 (test package): Generator cmake_find_package_multi created googleapis-config-version.cmake ncbi-cxx-toolkit-public/27.0.0 (test package): Generator cmake_find_package_multi created googleapisTarget-release.cmake ncbi-cxx-toolkit-public/27.0.0 (test package): Generator cmake_find_package_multi created googleapisTargets.cmake ncbi-cxx-toolkit-public/27.0.0 (test package): Generator cmake_find_package_multi created googleapis-config.cmake ncbi-cxx-toolkit-public/27.0.0 (test package): Generator cmake_find_package_multi created libelf-config-version.cmake ncbi-cxx-toolkit-public/27.0.0 (test package): Generator cmake_find_package_multi created libelf-config.cmake ncbi-cxx-toolkit-public/27.0.0 (test package): Generator cmake_find_package_multi created libelfTargets.cmake ncbi-cxx-toolkit-public/27.0.0 (test package): Generator cmake_find_package_multi created libelfTarget-release.cmake ncbi-cxx-toolkit-public/27.0.0 (test package): Generator cmake_find_package_multi created protobuf-config-version.cmake ncbi-cxx-toolkit-public/27.0.0 (test package): Generator cmake_find_package_multi created protobufTarget-release.cmake ncbi-cxx-toolkit-public/27.0.0 (test package): Generator cmake_find_package_multi created protobufTargets.cmake ncbi-cxx-toolkit-public/27.0.0 (test package): Generator cmake_find_package_multi created protobuf-config.cmake ncbi-cxx-toolkit-public/27.0.0 (test package): Generator cmake_find_package_multi created ZLIBConfigVersion.cmake ncbi-cxx-toolkit-public/27.0.0 (test package): Generator cmake_find_package_multi created ZLIBConfig.cmake ncbi-cxx-toolkit-public/27.0.0 (test package): Generator cmake_find_package_multi created ZLIBTargets.cmake ncbi-cxx-toolkit-public/27.0.0 (test package): Generator cmake_find_package_multi created ZLIBTarget-release.cmake ncbi-cxx-toolkit-public/27.0.0 (test package): Aggregating env generators ncbi-cxx-toolkit-public/27.0.0 (test package): Generated conaninfo.txt ncbi-cxx-toolkit-public/27.0.0 (test package): Generated graphinfo Using lockfile: '/home/conan/w/prod/BuildSingleReference/cci-c125212d/recipes/ncbi-cxx-toolkit-public/all/test_v1_package/build/8930c279c1790510b71e9020152bdb6a120c5877/conan.lock' Using cached profile from lockfile [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] 'fPIC' option not found [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK ncbi-cxx-toolkit-public/27.0.0 (test package): Calling build() ----Running------ > cd '/home/conan/w/prod/BuildSingleReference/cci-c125212d/recipes/ncbi-cxx-toolkit-public/all/test_v1_package/build/8930c279c1790510b71e9020152bdb6a120c5877' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Release" -DCONAN_IN_LOCAL_CACHE="OFF" -DCONAN_COMPILER="gcc" -DCONAN_COMPILER_VERSION="11" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libstdc++11" -DCMAKE_INSTALL_PREFIX="/home/conan/w/prod/BuildSingleReference/cci-c125212d/recipes/ncbi-cxx-toolkit-public/all/test_v1_package/build/8930c279c1790510b71e9020152bdb6a120c5877/package" -DCMAKE_INSTALL_BINDIR="bin" -DCMAKE_INSTALL_SBINDIR="bin" -DCMAKE_INSTALL_LIBEXECDIR="bin" -DCMAKE_INSTALL_LIBDIR="lib" -DCMAKE_INSTALL_INCLUDEDIR="include" -DCMAKE_INSTALL_OLDINCLUDEDIR="include" -DCMAKE_INSTALL_DATAROOTDIR="share" -DCMAKE_PREFIX_PATH="/home/conan/w/prod/BuildSingleReference/cci-c125212d/recipes/ncbi-cxx-toolkit-public/all/test_v1_package/build/8930c279c1790510b71e9020152bdb6a120c5877" -DCMAKE_MODULE_PATH="/home/conan/w/prod/BuildSingleReference/cci-c125212d/recipes/ncbi-cxx-toolkit-public/all/test_v1_package/build/8930c279c1790510b71e9020152bdb6a120c5877" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -Wno-dev '/home/conan/w/prod/BuildSingleReference/cci-c125212d/recipes/ncbi-cxx-toolkit-public/all/test_v1_package' ----------------- -- Configuring incomplete, errors occurred! CMake Error at CMakeLists.txt:1 (cmake_minimum_required): CMake 3.16 or higher is required. You are running version 3.15.7 ERROR: ncbi-cxx-toolkit-public/27.0.0 (test package): Error in build() method, line 12 cmake.configure() ConanException: Error 1 while executing cd '/home/conan/w/prod/BuildSingleReference/cci-c125212d/recipes/ncbi-cxx-toolkit-public/all/test_v1_package/build/8930c279c1790510b71e9020152bdb6a120c5877' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Release" -DCONAN_IN_LOCAL_CACHE="OFF" -DCONAN_COMPILER="gcc" -DCONAN_COMPILER_VERSION="11" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libstdc++11" -DCMAKE_INSTALL_PREFIX="/home/conan/w/prod/BuildSingleReference/cci-c125212d/recipes/ncbi-cxx-toolkit-public/all/test_v1_package/build/8930c279c1790510b71e9020152bdb6a120c5877/package" -DCMAKE_INSTALL_BINDIR="bin" -DCMAKE_INSTALL_SBINDIR="bin" -DCMAKE_INSTALL_LIBEXECDIR="bin" -DCMAKE_INSTALL_LIBDIR="lib" -DCMAKE_INSTALL_INCLUDEDIR="include" -DCMAKE_INSTALL_OLDINCLUDEDIR="include" -DCMAKE_INSTALL_DATAROOTDIR="share" -DCMAKE_PREFIX_PATH="/home/conan/w/prod/BuildSingleReference/cci-c125212d/recipes/ncbi-cxx-toolkit-public/all/test_v1_package/build/8930c279c1790510b71e9020152bdb6a120c5877" -DCMAKE_MODULE_PATH="/home/conan/w/prod/BuildSingleReference/cci-c125212d/recipes/ncbi-cxx-toolkit-public/all/test_v1_package/build/8930c279c1790510b71e9020152bdb6a120c5877" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -Wno-dev '/home/conan/w/prod/BuildSingleReference/cci-c125212d/recipes/ncbi-cxx-toolkit-public/all/test_v1_package'
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 (informative, not required for merge) :x:
Note: Conan v2 builds are informative and they are not required for the PR to be merged.
The v2 pipeline failed. Please, review the errors and note this will be required for pull requests to be merged in the near future.
See details:
Failure in build 11 (99eda5abbc5f221adb8d76e4a65d40f76645be6d):
An unexpected error happened and has been reported. Help is on its way! :horse_racing:
Hooks produced the following warnings for commit 99eda5abbc5f221adb8d76e4a65d40f76645be6d
ncbi-cxx-toolkit-public/27.0.0
post_package_info(): WARN: [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] cpp_info.components["core"].build_modules is not a dictionary
I believe the issues with missing dependencies are now resolved, and that the build on CI can now proceed. I've pushed changes to make sure the minimum required version for the test package is no higher than 3.15 (the files generated by CMakeDeps are guaranteed to be compatible with 3.15).
For Conan 2.0, this recipe still has some issues as mentioned by @RubenRBS - once those are addressed, I'll believe some of the dependencies are not migrated to Conan 2.0 yet, so chances are we will not get a build until those are identified and addressed.
Why the description says I want to merge 12 commits? I want to merge 14 commits. What do I miss now? (Sorry about that)
seems fine on my end!
Conan v1 pipeline :heavy_check_mark:
All green in build 16 (ad7aacc6282850d2941e60a38dbb421e61b09ee6):
- ncbi-cxx-toolkit-public/27.0.0@: All packages built successfully! (All logs)
Conan v2 pipeline (informative, not required for merge) :x:
Note: Conan v2 builds are informative and they are not required for the PR to be merged.
The v2 pipeline failed. Please, review the errors and note this will be required for pull requests to be merged in the near future.
See details:
Failure in build 14 (ad7aacc6282850d2941e60a38dbb421e61b09ee6):
- ncbi-cxx-toolkit-public/27.0.0@:
Error running command
conan graph info --requires ncbi-cxx-toolkit-public/27.0.0@#aa9f98b87adbf2485819d72bbae08e6e -f json -pr:h /home/conan/w/prod-v2_cci_PR-16750/14/7d064160-22d3-488e-bedc-80ce97e5d334/profile_linux_11_libstdcpp11_gnu17_gcc_release_64.-shared-False.txt -pr:b /home/conan/w/prod-v2_cci_PR-16750/14/7d064160-22d3-488e-bedc-80ce97e5d334/profile_linux_11_libstdcpp11_gnu17_gcc_release_64..txt:======== Computing dependency graph ======== lzo/2.10: Not found in local cache, looking in remotes... lzo/2.10: Checking remote: conan-center Decompressing conan_export.tgz lzo/2.10: Downloaded recipe revision 850936b57f92160152bd9385b1770a69 libxml2/2.10.3: Not found in local cache, looking in remotes... libxml2/2.10.3: Checking remote: conan-center Decompressing conan_export.tgz libxml2/2.10.3: Downloaded recipe revision 1cbaf81341e07fcb0e61dadee882a193 zlib/1.2.13: Not found in local cache, looking in remotes... zlib/1.2.13: Checking remote: conan-center Decompressing conan_export.tgz zlib/1.2.13: Downloaded recipe revision 13c96f538b52e1600c40b88994de240f libiconv/1.17: Not found in local cache, looking in remotes... libiconv/1.17: Checking remote: conan-center Decompressing conan_export.tgz libiconv/1.17: Downloaded recipe revision fa54397801cd96911a8294bc5fc76335 pkgconf/1.9.3: Not found in local cache, looking in remotes... pkgconf/1.9.3: Checking remote: conan-center Decompressing conan_export.tgz pkgconf/1.9.3: Downloaded recipe revision a920b5c7f8d04f22b9fe03db91a864dd meson/1.0.0: Not found in local cache, looking in remotes... meson/1.0.0: Checking remote: conan-center Decompressing conan_export.tgz meson/1.0.0: Downloaded recipe revision 15586c0ac6f682805875ef903dbe7ee2 ninja/1.11.1: Not found in local cache, looking in remotes... ninja/1.11.1: Checking remote: conan-center Decompressing conan_export.tgz ninja/1.11.1: Downloaded recipe revision a2f0b832705907016f336839f96963f8 libpng/1.6.39: Not found in local cache, looking in remotes... libpng/1.6.39: Checking remote: conan-center Decompressing conan_export.tgz libpng/1.6.39: Downloaded recipe revision a4953955f060811c79abff9fe986b6fe bzip2/1.0.8: Not found in local cache, looking in remotes... bzip2/1.0.8: Checking remote: conan-center Decompressing conan_export.tgz bzip2/1.0.8: Downloaded recipe revision 411fc05e80d47a89045edc1ee6f23c1d giflib/5.2.1: Not found in local cache, looking in remotes... giflib/5.2.1: Checking remote: conan-center Decompressing conan_export.tgz giflib/5.2.1: Downloaded recipe revision 15033c544d771fa992cda180c0a1f8e0 libjpeg/9e: Not found in local cache, looking in remotes... libjpeg/9e: Checking remote: conan-center Decompressing conan_export.tgz libjpeg/9e: Downloaded recipe revision 68269859e4325ddc3f995d1fd3fc9187 libuv/1.44.2: Not found in local cache, looking in remotes... libuv/1.44.2: Checking remote: conan-center Decompressing conan_export.tgz libuv/1.44.2: Downloaded recipe revision 656c5f28ec978f7b8d4fcc55916dcb72 libunwind/1.6.2: Not found in local cache, looking in remotes... libunwind/1.6.2: Checking remote: conan-center Decompressing conan_export.tgz libunwind/1.6.2: Downloaded recipe revision 3fd3894a7a2dc2413b3284a7f53029b9 xz_utils/5.4.0: Not found in local cache, looking in remotes... xz_utils/5.4.0: Checking remote: conan-center Decompressing conan_export.tgz xz_utils/5.4.0: Downloaded recipe revision 186e94237b66f785e4ea095f2f621a56 libnghttp2/1.51.0: Not found in local cache, looking in remotes... libnghttp2/1.51.0: Checking remote: conan-center Decompressing conan_export.tgz libnghttp2/1.51.0: Downloaded recipe revision 1757a7250ffc076950acc0f16c3e8e6b grpc/1.50.1: Not found in local cache, looking in remotes... grpc/1.50.1: Checking remote: conan-center Decompressing conan_export.tgz grpc/1.50.1: Downloaded recipe revision df352027120f88bccf24cbc40a2297ce abseil/20220623.0: Not found in local cache, looking in remotes... abseil/20220623.0: Checking remote: conan-center Decompressing conan_export.tgz abseil/20220623.0: Downloaded recipe revision ef93150e7eb7891cb99d1dfb0aeeb877 c-ares/1.18.1: Not found in local cache, looking in remotes... c-ares/1.18.1: Checking remote: conan-center Decompressing conan_export.tgz c-ares/1.18.1: Downloaded recipe revision d642963a550bca20b0efc55871771466 openssl/1.1.1t: Not found in local cache, looking in remotes... openssl/1.1.1t: Checking remote: conan-center Decompressing conan_export.tgz openssl/1.1.1t: Downloaded recipe revision 7d9fc949345908e1b8609d9d9f528a08 re2/20220601: Not found in local cache, looking in remotes... re2/20220601: Checking remote: conan-center Decompressing conan_export.tgz re2/20220601: Downloaded recipe revision 9194be01ae4edae3c2f4cbbec2c57884 protobuf/3.21.9: Not found in local cache, looking in remotes... protobuf/3.21.9: Checking remote: conan-center Decompressing conan_export.tgz protobuf/3.21.9: Downloaded recipe revision 515ceb0a1653cf84363d9968b812d6be googleapis/cci.20221108: Not found in local cache, looking in remotes... googleapis/cci.20221108: Checking remote: conan-center Decompressing conan_export.tgz googleapis/cci.20221108: Downloaded recipe revision e4bebdfa02f3b6f93bae1d5001b8d439 googleapis/cci.20221108: RUN: cmake --version cmake/3.25.3: Not found in local cache, looking in remotes... cmake/3.25.3: Checking remote: conan-center Decompressing conan_export.tgz cmake/3.25.3: Downloaded recipe revision 586c962fa58ccc886a7b2667f7c19ab9 grpc-proto/cci.20220627: Not found in local cache, looking in remotes... grpc-proto/cci.20220627: Checking remote: conan-center Decompressing conan_export.tgz grpc-proto/cci.20220627: Downloaded recipe revision 3ad14e3ffdae516b4da2407d5f23c71d libdb/5.3.28: Not found in local cache, looking in remotes... libdb/5.3.28: Checking remote: conan-center Decompressing conan_export.tgz libdb/5.3.28: Downloaded recipe revision 355aa134e9ee1bda60fa224f8b54c913 Graph root cli Requirements abseil/20220623.0#ef93150e7eb7891cb99d1dfb0aeeb877 - Downloaded (conan-center) bzip2/1.0.8#411fc05e80d47a89045edc1ee6f23c1d - Downloaded (conan-center) c-ares/1.18.1#d642963a550bca20b0efc55871771466 - Downloaded (conan-center) giflib/5.2.1#15033c544d771fa992cda180c0a1f8e0 - Downloaded (conan-center) googleapis/cci.20221108#e4bebdfa02f3b6f93bae1d5001b8d439 - Downloaded (conan-center) grpc/1.50.1#df352027120f88bccf24cbc40a2297ce - Downloaded (conan-center) grpc-proto/cci.20220627#3ad14e3ffdae516b4da2407d5f23c71d - Downloaded (conan-center) libiconv/1.17#fa54397801cd96911a8294bc5fc76335 - Downloaded (conan-center) libjpeg/9e#68269859e4325ddc3f995d1fd3fc9187 - Downloaded (conan-center) libnghttp2/1.51.0#1757a7250ffc076950acc0f16c3e8e6b - Downloaded (conan-center) libpng/1.6.39#a4953955f060811c79abff9fe986b6fe - Downloaded (conan-center) libunwind/1.6.2#3fd3894a7a2dc2413b3284a7f53029b9 - Downloaded (conan-center) libuv/1.44.2#656c5f28ec978f7b8d4fcc55916dcb72 - Downloaded (conan-center) libxml2/2.10.3#1cbaf81341e07fcb0e61dadee882a193 - Downloaded (conan-center) lzo/2.10#850936b57f92160152bd9385b1770a69 - Downloaded (conan-center) ncbi-cxx-toolkit-public/27.0.0#aa9f98b87adbf2485819d72bbae08e6e - Cache openssl/1.1.1t#7d9fc949345908e1b8609d9d9f528a08 - Downloaded (conan-center) protobuf/3.21.9#515ceb0a1653cf84363d9968b812d6be - Downloaded (conan-center) re2/20220601#9194be01ae4edae3c2f4cbbec2c57884 - Downloaded (conan-center) xz_utils/5.4.0#186e94237b66f785e4ea095f2f621a56 - Downloaded (conan-center) zlib/1.2.13#13c96f538b52e1600c40b88994de240f - Downloaded (conan-center) Build requirements cmake/3.25.3#586c962fa58ccc886a7b2667f7c19ab9 - Downloaded (conan-center) meson/1.0.0#15586c0ac6f682805875ef903dbe7ee2 - Downloaded (conan-center) ninja/1.11.1#a2f0b832705907016f336839f96963f8 - Downloaded (conan-center) pkgconf/1.9.3#a920b5c7f8d04f22b9fe03db91a864dd - Downloaded (conan-center) protobuf/3.21.9#515ceb0a1653cf84363d9968b812d6be - Cache zlib/1.2.13#13c96f538b52e1600c40b88994de240f - Cache Graph error Package 'libdb/5.3.28' not resolved: libdb/5.3.28: Cannot load recipe. Error loading conanfile at '/home/conan/w/prod-v2_cci_PR-16750/p/libdb40629de145c60/e/conanfile.py': Unable to load conanfile in /home/conan/w/prod-v2_cci_PR-16750/p/libdb40629de145c60/e/conanfile.py File "<frozen importlib._bootstrap_external>", line 728, in exec_module File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "/home/conan/w/prod-v2_cci_PR-16750/p/libdb40629de145c60/e/conanfile.py", line 1, in <module> from conans import AutoToolsBuildEnvironment, ConanFile, MSBuild, tools ImportError: cannot import name 'AutoToolsBuildEnvironment' from 'conans' (/opt/pyenv/versions/3.7.13/lib/python3.7/site-packages/conans/__init__.py) ********************************************************* Recipe 'libdb/5.3.28' seems broken. It is possible that this recipe is not Conan 2.0 ready If the recipe comes from ConanCenter check: https://conan.io/cci-v2.html If it is your recipe, check if it is updated to 2.0 ********************************************************* ERROR: Package 'libdb/5.3.28' not resolved: libdb/5.3.28: Cannot load recipe. Error loading conanfile at '/home/conan/w/prod-v2_cci_PR-16750/p/libdb40629de145c60/e/conanfile.py': Unable to load conanfile in /home/conan/w/prod-v2_cci_PR-16750/p/libdb40629de145c60/e/conanfile.py File "<frozen importlib._bootstrap_external>", line 728, in exec_module File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "/home/conan/w/prod-v2_cci_PR-16750/p/libdb40629de145c60/e/conanfile.py", line 1, in <module> from conans import AutoToolsBuildEnvironment, ConanFile, MSBuild, tools ImportError: cannot import name 'AutoToolsBuildEnvironment' from 'conans' (/opt/pyenv/versions/3.7.13/lib/python3.7/site-packages/conans/__init__.py)
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.
Hooks produced the following warnings for commit ad7aacc6282850d2941e60a38dbb421e61b09ee6
ncbi-cxx-toolkit-public/27.0.0
post_package_info(): WARN: [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] cpp_info.components["core"].build_modules is not a dictionary
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libct_ftds100.dylib' links to system library 'ApplicationServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libdbapi_util_blobstore.dylib' links to system library 'ApplicationServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libsybdb_ftds100.dylib' links to system library 'ApplicationServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libncbi_xdbapi_ftds100.dylib' links to system library 'ApplicationServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libsdbapi.dylib' links to system library 'ApplicationServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libncbi_xdbapi_ftds.dylib' links to system library 'ApplicationServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libdbapi_sample_base.dylib' links to system library 'ApplicationServices' but it is not in cpp_info.frameworks.
post_package_info(): WARN: [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] cpp_info.components["core"].build_modules is not a dictionary
Conan v1 pipeline :heavy_check_mark:
All green in build 17 (643e8fb7f22a464708e2f838b15b6bde40432971):
- ncbi-cxx-toolkit-public/27.0.0@: All packages built successfully! (All logs)
Conan v2 pipeline :x:
Note: Conan v2 builds may be required once they are on the v2 ready list
The v2 pipeline failed. Please, review the errors and note this will be required for pull requests to be merged in the near future.
See details:
Failure in build 15 (643e8fb7f22a464708e2f838b15b6bde40432971):
- ncbi-cxx-toolkit-public/27.0.0@:
Error running command
conan graph info --requires ncbi-cxx-toolkit-public/27.0.0@#0ef3bcf2059683a4876abd76abcdc587 -f json -pr:h /home/conan/w/prod-v2_cci_PR-16750/15/73ed627f-a4dc-49da-8121-f99e9c9f79e0/profile_linux_11_libstdcpp11_gnu17_gcc_release_64.-shared-False.txt -pr:b /home/conan/w/prod-v2_cci_PR-16750/15/73ed627f-a4dc-49da-8121-f99e9c9f79e0/profile_linux_11_libstdcpp11_gnu17_gcc_release_64..txt:======== Computing dependency graph ======== zstd/1.5.4: Not found in local cache, looking in remotes... zstd/1.5.4: Checking remote: conan-center Decompressing conan_export.tgz zstd/1.5.4: Downloaded recipe revision 15ac0bc440f89247276d78ea4fdf8b14 sqlite3/3.41.1: Not found in local cache, looking in remotes... sqlite3/3.41.1: Checking remote: conan-center Decompressing conan_export.tgz sqlite3/3.41.1: Downloaded recipe revision a367521f65fc33539addbebededbf873 libdb/5.3.28: Not found in local cache, looking in remotes... libdb/5.3.28: Checking remote: conan-center Decompressing conan_export.tgz libdb/5.3.28: Downloaded recipe revision 355aa134e9ee1bda60fa224f8b54c913 Graph root cli Requirements ncbi-cxx-toolkit-public/27.0.0#0ef3bcf2059683a4876abd76abcdc587 - Cache sqlite3/3.41.1#a367521f65fc33539addbebededbf873 - Downloaded (conan-center) zstd/1.5.4#15ac0bc440f89247276d78ea4fdf8b14 - Downloaded (conan-center) Graph error Package 'libdb/5.3.28' not resolved: libdb/5.3.28: Cannot load recipe. Error loading conanfile at '/home/conan/w/prod-v2_cci_PR-16750/p/libdb40629de145c60/e/conanfile.py': Unable to load conanfile in /home/conan/w/prod-v2_cci_PR-16750/p/libdb40629de145c60/e/conanfile.py File "<frozen importlib._bootstrap_external>", line 728, in exec_module File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "/home/conan/w/prod-v2_cci_PR-16750/p/libdb40629de145c60/e/conanfile.py", line 1, in <module> from conans import AutoToolsBuildEnvironment, ConanFile, MSBuild, tools ImportError: cannot import name 'AutoToolsBuildEnvironment' from 'conans' (/opt/pyenv/versions/3.7.13/lib/python3.7/site-packages/conans/__init__.py) ********************************************************* Recipe 'libdb/5.3.28' seems broken. It is possible that this recipe is not Conan 2.0 ready If the recipe comes from ConanCenter check: https://conan.io/cci-v2.html If it is your recipe, check if it is updated to 2.0 ********************************************************* ERROR: Package 'libdb/5.3.28' not resolved: libdb/5.3.28: Cannot load recipe. Error loading conanfile at '/home/conan/w/prod-v2_cci_PR-16750/p/libdb40629de145c60/e/conanfile.py': Unable to load conanfile in /home/conan/w/prod-v2_cci_PR-16750/p/libdb40629de145c60/e/conanfile.py File "<frozen importlib._bootstrap_external>", line 728, in exec_module File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "/home/conan/w/prod-v2_cci_PR-16750/p/libdb40629de145c60/e/conanfile.py", line 1, in <module> from conans import AutoToolsBuildEnvironment, ConanFile, MSBuild, tools ImportError: cannot import name 'AutoToolsBuildEnvironment' from 'conans' (/opt/pyenv/versions/3.7.13/lib/python3.7/site-packages/conans/__init__.py)
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.
Hooks produced the following warnings for commit 643e8fb7f22a464708e2f838b15b6bde40432971
ncbi-cxx-toolkit-public/27.0.0
post_package_info(): WARN: [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] cpp_info.components["core"].build_modules is not a dictionary
post_package_info(): WARN: [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] cpp_info.components["core"].build_modules is not a dictionary