Branch: rosetta:commits 「revision: №20424」
Test: linux.gcc.cxx11thread.serialization.code_quality.serialization
SubTest: protocols_rna_denovo_coarse_CoarseRNA_LoopCloser.cc
SubTest files: 「file-system-view」
Daemon: nobu-1    
State: protocols_rna_denovo_coarse_CoarseRNA_LoopCloser.cc

Processing file src/protocols/rna/denovo/coarse/CoarseRNA_LoopCloser.cc: In file included from /home/benchmark/rosetta/source/src/protocols/rna/denovo/coarse/CoarseRNA_LoopCloser.cc:37: In file included from /home/benchmark/rosetta/source/src/numeric/xyz.functions.hh:23: /home/benchmark/rosetta/source/src/numeric/trig.functions.hh:77:108: error: no member named 'sin_cos_range_tolerance' in namespace 'basic::options::OptionKeys::run' in_sin_cos_range( T const & x, T const & tol = T( basic::options::option[ basic::options::OptionKeys::run::sin_cos_range_tolerance ] ) ) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ /home/benchmark/rosetta/source/src/numeric/trig.functions.hh:98:105: error: no member named 'sin_cos_range_tolerance' in namespace 'basic::options::OptionKeys::run' sin_cos_range( T const & x, T const & tol = T( basic::options::option[ basic::options::OptionKeys::run::sin_cos_range_tolerance ] ) ) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ /home/benchmark/rosetta/source/src/numeric/trig.functions.hh:118:64: error: no member named 'keep_beyond_sin_cos_range' in namespace 'basic::options::OptionKeys::run' if (basic::options::option[ basic::options::OptionKeys::run::keep_beyond_sin_cos_range ]) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ In file included from /home/benchmark/rosetta/source/src/protocols/rna/denovo/coarse/CoarseRNA_LoopCloser.cc:37: /home/benchmark/rosetta/source/src/numeric/xyz.functions.hh:306:21: error: no matching function for call to 'sin_cos_range' angle = std::acos( sin_cos_range( dot(a, b) ) ); ^~~~~~~~~~~~~ /home/benchmark/rosetta/source/src/numeric/xyz.functions.hh:324:2: note: in instantiation of function template specialization 'numeric::angle_radians<double>' requested here angle_radians( p1, p2, p3, angle ); ^ /home/benchmark/rosetta/source/src/numeric/xyz.functions.hh:332:43: note: in instantiation of function template specialization 'numeric::angle_radians<double>' requested here xyzVector< double > const & p3) { return angle_radians(p1, p2, p3); } ^ /home/benchmark/rosetta/source/src/numeric/xyz.functions.hh:349:2: error: no matching function for call to 'angle_radians' angle_radians( p1, p2, p3, angle ); ^~~~~~~~~~~~~ /home/benchmark/rosetta/source/src/numeric/xyz.functions.hh:357:43: note: in instantiation of function template specialization 'numeric::angle_degrees<double>' requested here xyzVector< double > const & p3) { return angle_degrees(p1, p2, p3); } ^ /home/benchmark/rosetta/source/src/numeric/xyz.functions.hh:294:1: note: candidate template ignored: substitution failure [with T = double] angle_radians( ^ /home/benchmark/rosetta/source/src/numeric/xyz.functions.hh:367:1: note: candidate template ignored: could not match 'xyzVector<type-parameter-0-0>' against 'double' angle_radians( ^ /home/benchmark/rosetta/source/src/numeric/xyz.functions.hh:317:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided angle_radians( ^ /home/benchmark/rosetta/source/src/numeric/xyz.functions.hh:377:23: error: no matching function for call to 'sin_cos_range' T angle = std::acos( sin_cos_range( dot(a, b) ) ); ^~~~~~~~~~~~~ /home/benchmark/rosetta/source/src/numeric/xyz.functions.hh:386:43: note: in instantiation of function template specialization 'numeric::angle_radians<double>' requested here xyzVector< double > const & p4) { return angle_radians(p1, p2, p3, p4); } ^ /home/benchmark/rosetta/source/src/numeric/xyz.functions.hh:403:12: error: no matching function for call to 'angle_radians' T angle = angle_radians( p1, p2, p3, p4 ); ^~~~~~~~~~~~~ /home/benchmark/rosetta/source/src/numeric/xyz.functions.hh:412:43: note: in instantiation of function template specialization 'numeric::angle_degrees<double>' requested here xyzVector< double > const & p4) { return angle_degrees(p1, p2, p3, p4); } ^ /home/benchmark/rosetta/source/src/numeric/xyz.functions.hh:294:1: note: candidate template ignored: deduced conflicting types for parameter 'T' ('double' vs. 'const numeric::xyzVector<double>') angle_radians( ^ /home/benchmark/rosetta/source/src/numeric/xyz.functions.hh:367:1: note: candidate template ignored: substitution failure [with T = double] angle_radians( ^ /home/benchmark/rosetta/source/src/numeric/xyz.functions.hh:317:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided angle_radians( ^ 7 errors generated. Error while processing /home/benchmark/rosetta/source/src/protocols/rna/denovo/coarse/CoarseRNA_LoopCloser.cc.