Test: linux.clang.unit 「view this page in B3 βῆτα server」
Branch: rosetta:commits 「revision: №20519」
Test files: 「file-system-view」 「file-list-view」
Daemon: nobu-1     Started at: 2024-09-24 17:19:53     Run time: 0:03:15      State: build failed


Compiling: find bin -type l ! -name ".*" -exec rm {} \; ; /home/benchmark/prefix/nobu-1/linux/python-3.9.gcc/99a1a29fd465f86265a7c5b92d75dbcd/bin/python3.9 ./scons.py bin mode=debug cxx=clang extras= -j48 && /home/benchmark/prefix/nobu-1/linux/python-3.9.gcc/99a1a29fd465f86265a7c5b92d75dbcd/bin/python3.9 ./scons.py cxx=clang mode=debug extras= cat=test -j48 scons: Reading SConscript files ... Running versioning script ... Done. (0.1 seconds) Number of option files updated: 0 Total 4707 options. Updating submodules needed for compilation. Finished updating ResidueProperty code -- no changes needed Finished updating VariantType code -- no changes needed scons: done reading SConscript files. scons: Building targets ... clang++ -o build/src/debug/linux/5.4/64/x86/clang/3.4/default/protocols/peptide_deriver/PeptideDeriverMarkdownStreamOutputter.os -c -std=c++11 -isystem external/boost_submod/ -isystem external/ -isystem external/include/ -isystem external/dbio/ -isystem external/libxml2/include -isystem external/rdkit -march=core2 -mtune=generic -pipe -Qunused-arguments -DUNUSUAL_ALLOCATOR_DECLARATION -ftemplate-depth-256 -stdlib=libstdc++ -W -Wall -Wextra -pedantic -Werror -Wno-long-long -Wno-strict-aliasing -O0 -g -fPIC -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS -DBOOST_DISABLE_THREADS -DPTR_STD -Isrc -Iexternal/include -Isrc/platform/linux/64/clang/3.4 -Isrc/platform/linux/64/clang -Isrc/platform/linux/64 -Isrc/platform/linux src/protocols/peptide_deriver/PeptideDeriverMarkdownStreamOutputter.cc clang++ -o build/src/debug/linux/5.4/64/x86/clang/3.4/default/protocols/motifs/LigandDiscoverySearch.os -c -std=c++11 -isystem external/boost_submod/ -isystem external/ -isystem external/include/ -isystem external/dbio/ -isystem external/libxml2/include -isystem external/rdkit -march=core2 -mtune=generic -pipe -Qunused-arguments -DUNUSUAL_ALLOCATOR_DECLARATION -ftemplate-depth-256 -stdlib=libstdc++ -W -Wall -Wextra -pedantic -Werror -Wno-long-long -Wno-strict-aliasing -O0 -g -fPIC -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS -DBOOST_DISABLE_THREADS -DPTR_STD -Isrc -Iexternal/include -Isrc/platform/linux/64/clang/3.4 -Isrc/platform/linux/64/clang -Isrc/platform/linux/64 -Isrc/platform/linux src/protocols/motifs/LigandDiscoverySearch.cc src/protocols/motifs/LigandDiscoverySearch.cc:998:142: error: non-const lvalue reference to type 'core::Size' (aka 'unsigned long') cannot bind to a value of unrelated type 'int' if(score_placed_ligand(minipose, original_pose, pdb_name, pdb_short_unique_name, comment_table_header, comment_table_data, delta_score, clashing_counter)) ^~~~~~~~~~~~~~~~ src/protocols/motifs/LigandDiscoverySearch.hh:269:260: note: passing argument to parameter 'clashing_counter' here bool score_placed_ligand(core::pose::PoseOP & minipose, core::pose::Pose original_pose, std::string & pdb_name, std::string & pdb_short_unique_name, std::string & comment_table_header, std::string & comment_table_data, core::Real & delta_score, core::Size & clashing_counter); ^ src/protocols/motifs/LigandDiscoverySearch.cc:1435:4: error: use of undeclared identifier 'passed_placement_counter' ++passed_placement_counter; ^ src/protocols/motifs/LigandDiscoverySearch.cc:1439:41: error: use of undeclared identifier 'ligresOP' working_pose_->append_residue_by_jump(*ligresOP, working_pose_->size(), "", "", true); ^ src/protocols/motifs/LigandDiscoverySearch.cc:1445:174: error: use of undeclared identifier 'trip_atom_1' sc_cst_set->add_constraint( core::scoring::constraints::ConstraintCOP( utility::pointer::make_shared< core::scoring::constraints::CoordinateConstraint >( core::id::AtomID( trip_atom_1, working_pose_->size() ), core::id::AtomID( working_pose_->residue( working_position ).atom_index( "CA" ), 1 ), ligresOP->xyz( trip_atom_1 ), fx1 ) ) ); ^ src/protocols/motifs/LigandDiscoverySearch.cc:1448:174: error: use of undeclared identifier 'trip_atom_2' sc_cst_set->add_constraint( core::scoring::constraints::ConstraintCOP( utility::pointer::make_shared< core::scoring::constraints::CoordinateConstraint >( core::id::AtomID( trip_atom_2, working_pose_->size() ), core::id::AtomID( working_pose_->residue( working_position ).atom_index( "CA" ), 1 ), ligresOP->xyz( trip_atom_2 ), fx2 ) ) ); ^ src/protocols/motifs/LigandDiscoverySearch.cc:1451:174: error: use of undeclared identifier 'trip_atom_3' sc_cst_set->add_constraint( core::scoring::constraints::ConstraintCOP( utility::pointer::make_shared< core::scoring::constraints::CoordinateConstraint >( core::id::AtomID( trip_atom_3, working_pose_->size() ), core::id::AtomID( working_pose_->residue( working_position ).atom_index( "CA" ), 1 ), ligresOP->xyz( trip_atom_3 ), fx3 ) ) ); ^ src/protocols/motifs/LigandDiscoverySearch.cc:1488:7: error: use of undeclared identifier 'ligand_added' if ( ligand_added == false ) { ^ src/protocols/motifs/LigandDiscoverySearch.cc:1489:3: error: use of undeclared identifier 'ligand_added' ligand_added = true; ^ src/protocols/motifs/LigandDiscoverySearch.cc:1502:31: error: use of undeclared identifier 'lig_mrt'; did you mean 'lig_rt'? rts->add_base_residue_type(lig_mrt); ^~~~~~~ lig_rt src/protocols/motifs/LigandDiscoverySearch.cc:1499:34: note: 'lig_rt' declared here core::chemical::ResidueTypeCOP lig_rt(def_rts->name_mapOP(working_pose_->residue(working_pose_->size()).name())); ^ src/protocols/motifs/LigandDiscoverySearch.cc:1502:9: error: no matching member function for call to 'add_base_residue_type' rts->add_base_residue_type(lig_mrt); ~~~~~^~~~~~~~~~~~~~~~~~~~~ src/core/chemical/PoseResidueTypeSet.hh:106:7: note: candidate function not viable: no known conversion from 'shared_ptr<const class core::chemical::ResidueType>' to 'shared_ptr<class core::chemical::MutableResidueType>' for 1st argument void add_base_residue_type( MutableResidueTypeOP new_type ) override; ^ src/core/chemical/PoseResidueTypeSet.hh:107:7: note: candidate function not viable: no known conversion from 'core::chemical::ResidueTypeCOP' (aka 'shared_ptr<const core::chemical::ResidueType>') to 'const std::string' (aka 'const basic_string<char>') for 1st argument void add_base_residue_type( std::string const & filename ) override; ^ src/protocols/motifs/LigandDiscoverySearch.cc:1639:13: error: use of undeclared identifier 'output_prefix' pdb_name = output_prefix + "_ResPos_" + std::to_string(working_position) + "_ResID_" + discovery_position_residue + "_Trio" + std::to_string(i) + "_" + ligresOP->name() + "_motif_" + motifcop->remark(); ^ src/protocols/motifs/LigandDiscoverySearch.cc:1639:57: error: use of undeclared identifier 'working_position'; did you mean 'working_positions_'? pdb_name = output_prefix + "_ResPos_" + std::to_string(working_position) + "_ResID_" + discovery_position_residue + "_Trio" + std::to_string(i) + "_" + ligresOP->name() + "_motif_" + motifcop->remark(); ^~~~~~~~~~~~~~~~ working_positions_ src/protocols/motifs/LigandDiscoverySearch.hh:282:31: note: 'working_positions_' declared here utility::vector1<core::Size> working_positions_; ^ src/protocols/motifs/LigandDiscoverySearch.cc:1639:42: error: no matching function for call to 'to_string' pdb_name = output_prefix + "_ResPos_" + std::to_string(working_position) + "_ResID_" + discovery_position_residue + "_Trio" + std::to_string(i) + "_" + ligresOP->name() + "_motif_" + motifcop->remark(); ^~~~~~~~~~~~~~ /bin/../lib/gcc/x86_64-redhat-linux/4.8.5/../../../../include/c++/4.8.5/bits/basic_string.h:2864:3: note: candidate function not viable: no known conversion from 'utility::vector1<core::Size>' to 'int' for 1st argument to_string(int __val) ^ /bin/../lib/gcc/x86_64-redhat-linux/4.8.5/../../../../include/c++/4.8.5/bits/basic_string.h:2869:3: note: candidate function not viable: no known conversion from 'utility::vector1<core::Size>' to 'unsigned int' for 1st argument to_string(unsigned __val) ^ /bin/../lib/gcc/x86_64-redhat-linux/4.8.5/../../../../include/c++/4.8.5/bits/basic_string.h:2875:3: note: candidate function not viable: no known conversion from 'utility::vector1<core::Size>' to 'long' for 1st argument to_string(long __val) ^ /bin/../lib/gcc/x86_64-redhat-linux/4.8.5/../../../../include/c++/4.8.5/bits/basic_string.h:2880:3: note: candidate function not viable: no known conversion from 'utility::vector1<core::Size>' to 'unsigned long' for 1st argument to_string(unsigned long __val) ^ /bin/../lib/gcc/x86_64-redhat-linux/4.8.5/../../../../include/c++/4.8.5/bits/basic_string.h:2886:3: note: candidate function not viable: no known conversion from 'utility::vector1<core::Size>' to 'long long' for 1st argument to_string(long long __val) ^ /bin/../lib/gcc/x86_64-redhat-linux/4.8.5/../../../../include/c++/4.8.5/bits/basic_string.h:2892:3: note: candidate function not viable: no known conversion from 'utility::vector1<core::Size>' to 'unsigned long long' for 1st argument to_string(unsigned long long __val) ^ /bin/../lib/gcc/x86_64-redhat-linux/4.8.5/../../../../include/c++/4.8.5/bits/basic_string.h:2898:3: note: candidate function not viable: no known conversion from 'utility::vector1<core::Size>' to 'float' for 1st argument to_string(float __val) ^ /bin/../lib/gcc/x86_64-redhat-linux/4.8.5/../../../../include/c++/4.8.5/bits/basic_string.h:2907:3: note: candidate function not viable: no known conversion from 'utility::vector1<core::Size>' to 'double' for 1st argument to_string(double __val) ^ /bin/../lib/gcc/x86_64-redhat-linux/4.8.5/../../../../include/c++/4.8.5/bits/basic_string.h:2916:3: note: candidate function not viable: no known conversion from 'utility::vector1<core::Size>' to 'long double' for 1st argument to_string(long double __val) ^ src/protocols/motifs/LigandDiscoverySearch.cc:1639:89: error: use of undeclared identifier 'discovery_position_residue' pdb_name = output_prefix + "_ResPos_" + std::to_string(working_position) + "_ResID_" + discovery_position_residue + "_Trio" + std::to_string(i) + "_" + ligresOP->name() + "_motif_" + motifcop->remark(); ^ src/protocols/motifs/LigandDiscoverySearch.cc:1639:143: error: use of undeclared identifier 'i'; did you mean 'boost::detail::empty_helper_t2::i'? pdb_name = output_prefix + "_ResPos_" + std::to_string(working_position) + "_ResID_" + discovery_position_residue + "_Trio" + std::to_string(i) + "_" + ligresOP->name() + "_motif_" + motifcop->remark(); ^ boost::detail::empty_helper_t2::i external/boost_submod/boost/type_traits/is_empty.hpp:51:30: note: 'boost::detail::empty_helper_t2::i' declared here struct empty_helper_t2 { int i[256]; }; ^ src/protocols/motifs/LigandDiscoverySearch.cc:1639:143: error: invalid use of non-static data member 'i' pdb_name = output_prefix + "_ResPos_" + std::to_string(working_position) + "_ResID_" + discovery_position_residue + "_Trio" + std::to_string(i) + "_" + ligresOP->name() + "_motif_" + motifcop->remark(); ^ src/protocols/motifs/LigandDiscoverySearch.cc:1639:154: error: use of undeclared identifier 'ligresOP' pdb_name = output_prefix + "_ResPos_" + std::to_string(working_position) + "_ResID_" + discovery_position_residue + "_Trio" + std::to_string(i) + "_" + ligresOP->name() + "_motif_" + motifcop->remark(); ^ src/protocols/motifs/LigandDiscoverySearch.cc:1639:185: error: use of undeclared identifier 'motifcop' pdb_name = output_prefix + "_ResPos_" + std::to_string(working_position) + "_ResID_" + discovery_position_residue + "_Trio" + std::to_string(i) + "_" + ligresOP->name() + "_motif_" + motifcop->remark(); ^ src/protocols/motifs/LigandDiscoverySearch.cc:1643:71: error: use of undeclared identifier 'output_prefix' core::pose::add_comment(*working_pose_, "Placement: Output prefix:", output_prefix); ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. clang++ -o build/src/debug/linux/5.4/64/x86/clang/3.4/default/protocols/jd2/AtomTreeDiffJobOutputter.os -c -std=c++11 -isystem external/boost_submod/ -isystem external/ -isystem external/include/ -isystem external/dbio/ -isystem external/libxml2/include -isystem external/rdkit -march=core2 -mtune=generic -pipe -Qunused-arguments -DUNUSUAL_ALLOCATOR_DECLARATION -ftemplate-depth-256 -stdlib=libstdc++ -W -Wall -Wextra -pedantic -Werror -Wno-long-long -Wno-strict-aliasing -O0 -g -fPIC -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS -DBOOST_DISABLE_THREADS -DPTR_STD -Isrc -Iexternal/include -Isrc/platform/linux/64/clang/3.4 -Isrc/platform/linux/64/clang -Isrc/platform/linux/64 -Isrc/platform/linux src/protocols/jd2/AtomTreeDiffJobOutputter.cc clang++ -o build/src/debug/linux/5.4/64/x86/clang/3.4/default/protocols/jd2/SerializedPoseJobInputter.os -c -std=c++11 -isystem external/boost_submod/ -isystem external/ -isystem external/include/ -isystem external/dbio/ -isystem external/libxml2/include -isystem external/rdkit -march=core2 -mtune=generic -pipe -Qunused-arguments -DUNUSUAL_ALLOCATOR_DECLARATION -ftemplate-depth-256 -stdlib=libstdc++ -W -Wall -Wextra -pedantic -Werror -Wno-long-long -Wno-strict-aliasing -O0 -g -fPIC -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS -DBOOST_DISABLE_THREADS -DPTR_STD -Isrc -Iexternal/include -Isrc/platform/linux/64/clang/3.4 -Isrc/platform/linux/64/clang -Isrc/platform/linux/64 -Isrc/platform/linux src/protocols/jd2/SerializedPoseJobInputter.cc clang++ -o build/src/debug/linux/5.4/64/x86/clang/3.4/default/protocols/jd2/SerializedPoseJobOutputter.os -c -std=c++11 -isystem external/boost_submod/ -isystem external/ -isystem external/include/ -isystem external/dbio/ -isystem external/libxml2/include -isystem external/rdkit -march=core2 -mtune=generic -pipe -Qunused-arguments -DUNUSUAL_ALLOCATOR_DECLARATION -ftemplate-depth-256 -stdlib=libstdc++ -W -Wall -Wextra -pedantic -Werror -Wno-long-long -Wno-strict-aliasing -O0 -g -fPIC -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS -DBOOST_DISABLE_THREADS -DPTR_STD -Isrc -Iexternal/include -Isrc/platform/linux/64/clang/3.4 -Isrc/platform/linux/64/clang -Isrc/platform/linux/64 -Isrc/platform/linux src/protocols/jd2/SerializedPoseJobOutputter.cc clang++ -o build/src/debug/linux/5.4/64/x86/clang/3.4/default/protocols/jobdist/JobDistributors.os -c -std=c++11 -isystem external/boost_submod/ -isystem external/ -isystem external/include/ -isystem external/dbio/ -isystem external/libxml2/include -isystem external/rdkit -march=core2 -mtune=generic -pipe -Qunused-arguments -DUNUSUAL_ALLOCATOR_DECLARATION -ftemplate-depth-256 -stdlib=libstdc++ -W -Wall -Wextra -pedantic -Werror -Wno-long-long -Wno-strict-aliasing -O0 -g -fPIC -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS -DBOOST_DISABLE_THREADS -DPTR_STD -Isrc -Iexternal/include -Isrc/platform/linux/64/clang/3.4 -Isrc/platform/linux/64/clang -Isrc/platform/linux/64 -Isrc/platform/linux src/protocols/jobdist/JobDistributors.cc clang++ -o build/src/debug/linux/5.4/64/x86/clang/3.4/default/core/init/init.os -c -std=c++11 -isystem external/boost_submod/ -isystem external/ -isystem external/include/ -isystem external/dbio/ -isystem external/libxml2/include -isystem external/rdkit -march=core2 -mtune=generic -pipe -Qunused-arguments -DUNUSUAL_ALLOCATOR_DECLARATION -ftemplate-depth-256 -stdlib=libstdc++ -W -Wall -Wextra -pedantic -Werror -Wno-long-long -Wno-strict-aliasing -O0 -g -fPIC -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS -DBOOST_DISABLE_THREADS -DPTR_STD -Isrc -Iexternal/include -Isrc/platform/linux/64/clang/3.4 -Isrc/platform/linux/64/clang -Isrc/platform/linux/64 -Isrc/platform/linux src/core/init/init.cc clang++ -o build/src/debug/linux/5.4/64/x86/clang/3.4/default/utility/crash_report.os -c -std=c++11 -isystem external/boost_submod/ -isystem external/ -isystem external/include/ -isystem external/dbio/ -isystem external/libxml2/include -isystem external/rdkit -march=core2 -mtune=generic -pipe -Qunused-arguments -DUNUSUAL_ALLOCATOR_DECLARATION -ftemplate-depth-256 -stdlib=libstdc++ -W -Wall -Wextra -pedantic -Werror -Wno-long-long -Wno-strict-aliasing -O0 -g -fPIC -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS -DBOOST_DISABLE_THREADS -DPTR_STD -Isrc -Iexternal/include -Isrc/platform/linux/64/clang/3.4 -Isrc/platform/linux/64/clang -Isrc/platform/linux/64 -Isrc/platform/linux src/utility/crash_report.cc clang++ -o build/src/debug/linux/5.4/64/x86/clang/3.4/default/core/io/mmtf/mmtf_writer.os -c -std=c++11 -isystem external/boost_submod/ -isystem external/ -isystem external/include/ -isystem external/dbio/ -isystem external/libxml2/include -isystem external/rdkit -march=core2 -mtune=generic -pipe -Qunused-arguments -DUNUSUAL_ALLOCATOR_DECLARATION -ftemplate-depth-256 -stdlib=libstdc++ -W -Wall -Wextra -pedantic -Werror -Wno-long-long -Wno-strict-aliasing -O0 -g -fPIC -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS -DBOOST_DISABLE_THREADS -DPTR_STD -Isrc -Iexternal/include -Isrc/platform/linux/64/clang/3.4 -Isrc/platform/linux/64/clang -Isrc/platform/linux/64 -Isrc/platform/linux src/core/io/mmtf/mmtf_writer.cc clang++ -o build/src/debug/linux/5.4/64/x86/clang/3.4/default/core/io/pose_to_sfr/PoseToStructFileRepConverter.os -c -std=c++11 -isystem external/boost_submod/ -isystem external/ -isystem external/include/ -isystem external/dbio/ -isystem external/libxml2/include -isystem external/rdkit -march=core2 -mtune=generic -pipe -Qunused-arguments -DUNUSUAL_ALLOCATOR_DECLARATION -ftemplate-depth-256 -stdlib=libstdc++ -W -Wall -Wextra -pedantic -Werror -Wno-long-long -Wno-strict-aliasing -O0 -g -fPIC -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS -DBOOST_DISABLE_THREADS -DPTR_STD -Isrc -Iexternal/include -Isrc/platform/linux/64/clang/3.4 -Isrc/platform/linux/64/clang -Isrc/platform/linux/64 -Isrc/platform/linux src/core/io/pose_to_sfr/PoseToStructFileRepConverter.cc clang++ -o build/src/debug/linux/5.4/64/x86/clang/3.4/default/protocols/features/ProtocolFeatures.os -c -std=c++11 -isystem external/boost_submod/ -isystem external/ -isystem external/include/ -isystem external/dbio/ -isystem external/libxml2/include -isystem external/rdkit -march=core2 -mtune=generic -pipe -Qunused-arguments -DUNUSUAL_ALLOCATOR_DECLARATION -ftemplate-depth-256 -stdlib=libstdc++ -W -Wall -Wextra -pedantic -Werror -Wno-long-long -Wno-strict-aliasing -O0 -g -fPIC -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS -DBOOST_DISABLE_THREADS -DPTR_STD -Isrc -Iexternal/include -Isrc/platform/linux/64/clang/3.4 -Isrc/platform/linux/64/clang -Isrc/platform/linux/64 -Isrc/platform/linux src/protocols/features/ProtocolFeatures.cc clang++ -o build/src/debug/linux/5.4/64/x86/clang/3.4/default/apps/public/motif_ligand_discovery/ligand_discovery_search_protocol.o -c -std=c++11 -isystem external/boost_submod/ -isystem external/ -isystem external/include/ -isystem external/dbio/ -isystem external/libxml2/include -isystem external/rdkit -march=core2 -mtune=generic -pipe -Qunused-arguments -DUNUSUAL_ALLOCATOR_DECLARATION -ftemplate-depth-256 -stdlib=libstdc++ -W -Wall -Wextra -pedantic -Werror -Wno-long-long -Wno-strict-aliasing -O0 -g -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS -DBOOST_DISABLE_THREADS -DPTR_STD -Isrc -Iexternal/include -Isrc/platform/linux/64/clang/3.4 -Isrc/platform/linux/64/clang -Isrc/platform/linux/64 -Isrc/platform/linux src/apps/public/motif_ligand_discovery/ligand_discovery_search_protocol.cc scons: *** [build/src/debug/linux/5.4/64/x86/clang/3.4/default/protocols/motifs/LigandDiscoverySearch.os] Error 1 scons: building terminated because of errors.
null