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

Processing file src/apps/public/motif_ligand_discovery/ligand_discovery_search_protocol.cc: /home/benchmark/rosetta/source/src/apps/public/motif_ligand_discovery/ligand_discovery_search_protocol.cc:246:33: error: no matching constructor for initialization of 'utility::vector1<core::Size>' utility::vector1<core::Size> discovery_position(option[OptionKeys::motifs::protein_discovery_locus].begin(), ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/benchmark/rosetta/source/src/utility/vector1.hh:186:2: note: candidate constructor [with InputIterator = __gnu_cxx::__normal_iterator<const int *, std::vector<int, std::allocator<int> > >] not viable: no known conversion from '(lambda at /home/benchmark/rosetta/source/src/apps/public/motif_ligand_discovery/ligand_discovery_search_protocol.cc:248:49)' to 'const allocator_type' (aka 'const std::allocator<unsigned long>') for 3rd argument vector1( ^ /home/benchmark/rosetta/source/src/utility/vector1.hh:174:2: note: candidate constructor not viable: no known conversion from 'typename Values::const_iterator' (aka '__normal_iterator<const_pointer, std::vector<int, std::allocator<int> > >') to 'size_type' (aka 'unsigned long') for 1st argument vector1( ^ /home/benchmark/rosetta/source/src/utility/vector1.hh:142:2: note: candidate constructor template not viable: requires single argument 'v', but 3 arguments were provided vector1( vectorL< L_, T_, A_ > const & v ) : ^ /home/benchmark/rosetta/source/src/utility/vector1.hh:159:2: note: candidate constructor template not viable: requires single argument 'v', but 3 arguments were provided vector1( std::vector< T_, A_ > const & v ) : ^ /home/benchmark/rosetta/source/src/utility/vector1.hh:213:2: note: candidate constructor not viable: requires at most 2 arguments, but 3 were provided vector1( std::initializer_list<T> init, const A& alloc = A() ) : ^ /home/benchmark/rosetta/source/src/utility/vector1.hh:127:2: note: candidate constructor not viable: allows at most single argument 'alloc', but 3 arguments were provided vector1( allocator_type const & alloc = allocator_type() ) : ^ /home/benchmark/rosetta/source/src/utility/vector1.hh:134:2: note: candidate constructor not viable: requires single argument 'v', but 3 arguments were provided vector1( vector1 const & v ) : ^ /home/benchmark/rosetta/source/src/utility/vector1.hh:150:2: note: candidate constructor not viable: requires single argument 'v', but 3 arguments were provided vector1( super const & v ) : ^ /home/benchmark/rosetta/source/src/utility/vector1.hh:167:2: note: candidate constructor not viable: requires single argument 'num', but 3 arguments were provided vector1( size_type num ) : ^ /home/benchmark/rosetta/source/src/utility/vector1.hh:197:2: note: candidate constructor not viable: requires single argument 'v', but 3 arguments were provided vector1( vector1 && v ) : ^ /home/benchmark/rosetta/source/src/utility/vector1.hh:205:2: note: candidate constructor not viable: requires single argument 'v', but 3 arguments were provided vector1( super && v ) : ^ 1 error generated. Error while processing /home/benchmark/rosetta/source/src/apps/public/motif_ligand_discovery/ligand_discovery_search_protocol.cc.