Member Site Forums Rosetta 3 Rosetta 3 – Build/Install test/run.py errors Reply To: test/run.py errors

#5531
Anonymous

    Hi smlewis,
    I have done according to your suggestions,it showed me that follow,it’s ok now?
    [root@localhost rosetta_source]# test/run.py -d /rosetta/rosetta_database -j8 –mode=release –mute all
    Identifying platform…

    Platform found: release/linux/2.6/64/x86/gcc/
    Paths: cd build/test/release/linux/2.6/64/x86/gcc/ && command line: ./protocols.test –database /rosetta/rosetta_database -mute all
    Paths: cd build/test/release/linux/2.6/64/x86/gcc/ && command line: ./core.test –database /rosetta/rosetta_database -mute all
    Paths: cd build/test/release/linux/2.6/64/x86/gcc/ && command line: ./ObjexxFCL.test –database /rosetta/rosetta_database -mute all
    Paths: cd build/test/release/linux/2.6/64/x86/gcc/ && command line: ./numeric.test –database /rosetta/rosetta_database -mute all
    Paths: cd build/test/release/linux/2.6/64/x86/gcc/ && command line: ./utility.test –database /rosetta/rosetta_database -mute all
    Paths: cd build/test/release/linux/2.6/64/x86/gcc/ && command line: ./apps.test –database /rosetta/rosetta_database -mute all
    Running 0 tests
    All tests passed!
    Running 82 tests
    Test suite: HistogramTests (test/numeric/interpolation/Histogram.cxxtest.hh)
    Test suite: FFTTests (test/numeric/fourier/fft.cxxtest.hh)
    Test suite: Cubic_spline_tests (test/numeric/interpolation/spline/Cubic_spline.cxxtest.hh)
    Test suite: Bicubic_spline_tests (test/numeric/interpolation/spline/Bicubic_spline.cxxtest.hh)
    Test suite: WeightedSamplerTests (test/numeric/random/WeightedSampler.cxxtest.hh)
    Test suite: ReservoirSamplingTests (test/numeric/random/reservoir_sample.cxxtest.hh)
    Test suite: BoundingBoxTests (test/numeric/geometry/BoundingBox.cxxtest.hh)
    Test suite: KDTreeTests (test/numeric/kdtree/kdtree.cxxtest.hh)
    Test suite: agglomerative_hierarchical_clusteringTest (test/numeric/agglomerative_hierarchical_clustering.cxxtest.hh)
    Test suite: ClusteringTreeNodeTest (test/numeric/ClusteringTreeNode.cxxtest.hh)

    Test suite: XYZVectorTests (test/numeric/xyzVector.cxxtest.hh)
    Test suite: XYZTripleTests (test/numeric/xyzTriple.cxxtest.hh)
    Test suite: XYZMatrixTests (test/numeric/xyzMatrix.cxxtest.hh)
    Test suite: XYZFunctionsTests (test/numeric/xyz.functions.cxxtest.hh)
    Test suite: RandomSystemTests (test/numeric/random.cxxtest.hh)
    Test suite: QuaternionTests (test/numeric/Quaternion.cxxtest.hh)
    Test suite: StatisticsFunctionsTests (test/numeric/statistics.functions.cxxtest.hh)
    Test suite: NumericFunctionsTests (test/numeric/numeric.functions.cxxtest.hh)
    Test suite: MultiDimensionalHistogramTests (test/numeric/MultiDimensionalHistogram.cxxtest.hh)
    Test suite: HomogenousTransformTests (test/numeric/HomogeneousTransform.cxxtest.hh)
    Test suite: ConversionsTests (test/numeric/conversions.cxxtest.hh)
    Test suite: NumericUtilTests (test/numeric/util.cxxtest.hh)
    All tests passed!
    Running 1 test
    Test suite: LigandDockTest (test/apps/public/ligand_docking/ligand_dock.cxxtest.hh)
    All tests passed!
    Running 113 tests
    Test suite: OwningPtrMITests (test/utility/pointer/owning_ptr_MI.cxxtest.hh)
    Test suite: OwningPtrTests (test/utility/pointer/owning_ptr.cxxtest.hh)
    Test suite: AccessPtrTests (test/utility/pointer/access_ptr.cxxtest.hh)
    Test suite: ZipStreamTests (test/utility/io/zipstream.cxxtest.hh)

    Test Line 1
    Test Line 2
    Test suite: IZStreamTests (test/utility/io/izstream.cxxtest.hh)
    Test suite: TokenHubTests (test/utility/signals/TokenHub.cxxtest.hh)
    Test suite: SignalHubTests (test/utility/signals/SignalHub.cxxtest.hh)
    Test suite: PausableSignalHubTests (test/utility/signals/PausableSignalHub.cxxtest.hh)
    Test suite: BufferedSignalHubTests (test/utility/signals/BufferedSignalHub.cxxtest.hh)
    Test suite: FactoryTests (test/utility/factory/Factory.cxxtest.hh)
    Test suite: UserKeyTests (test/utility/keys/UserKey.cxxtest.hh)
    Test suite: SmallKeyVectorTests (test/utility/keys/SmallKeyVector.cxxtest.hh)
    Test suite: SmallKeyMapTests (test/utility/keys/SmallKeyMap.cxxtest.hh)
    Test suite: Key4VectorTests (test/utility/keys/Key4Vector.cxxtest.hh)
    Test suite: Key4TupleTests (test/utility/keys/Key4Tuple.cxxtest.hh)
    Test suite: KeyVectorTests (test/utility/keys/ClassKeyVector.cxxtest.hh)
    Test suite: KeyMapTests (test/utility/keys/ClassKeyMap.cxxtest.hh)
    Test suite: AutoKeyTests (test/utility/keys/AutoKey.cxxtest.hh)
    Test suite: PathNameTests (test/utility/file/PathName.cxxtest.hh)
    Test suite: FileSysUtilTests (test/utility/file/file_sys_util.cxxtest.hh)
    Test suite: Sqlite3ConnectionManagerTests (test/utility/sql_database/Sqlite3ConnectionManager.cxxtest.hh)
    Test suite: StringUtilTests (test/utility/string_util.cxxtest.hh)
    Test suite: VectorLTests (test/utility/vectorL.cxxtest.hh)
    Test suite: Vector1BoolTests (test/utility/vector1_bool.cxxtest.hh)
    Test suite: Vector1_Tests (test/utility/vector1.cxxtest.hh)
    Test suite: Vector0Tests (test/utility/vector0.cxxtest.hh)
    Test suite: UToolsTests (test/utility/UTools.cxxtest.hh)
    Test suite: OrderedTupleTests (test/utility/OrderedTuple.cxxtest.hh)
    Test suite: LexicographicalIteratorTests (test/utility/LexicographicalIterator.cxxtest.hh)
    Test suite: integer_mappingTests (test/utility/integer_mapping.cxxtest.hh)
    Test suite: in_place_listTests (test/utility/in_place_list.cxxtest.hh)
    Test suite: heapTests (test/utility/heap.cxxtest.hh)
    Test suite: BitVectorTests (test/utility/BitVector.cxxtest.hh)
    Test suite: BitSetTests (test/utility/BitSet.cxxtest.hh)
    All tests passed!
    Running 311 tests
    Test suite: rtmin_setup_Tests (test/core/pack/scmin/rtmin_setup.cxxtest.hh)
    Test suite: SCMinMultifuncTests (test/core/pack/scmin/SCMinMultifunc.cxxtest.hh)
    Test suite: SCMinMinimizerMapTests (test/core/pack/scmin/SCMinMinimizerMap.cxxtest.hh)
    Test suite: AtomTreeCollectionTests (test/core/pack/scmin/AtomTreeCollection.cxxtest.hh)
    Test suite: RotamerSubsetsTest (test/core/pack/rotamer_set/RotamerSubsets.cxxtest.hh)
    Test suite: RotamerSetsTests (test/core/pack/rotamer_set/RotamerSet.cxxtest.hh)
    Test suite: TaskOperationsTests (test/core/pack/task/operation/TaskOperations.cxxtest.hh)
    Test suite: Resfile_Silent (test/core/pack/task/Resfile_Silent.cxxtest.hh)
    Test suite: FixHisTautomerTest (test/core/pack/task/fix_his_tautomer.cxxtest.hh)
    Test suite: ResfileReaderTests (test/core/pack/task/ResfileReader.cxxtest.hh)
    Test suite: SymmetricRotamerTrials (test/core/pack/SymmetricRotamerTrials.cxxtest.hh)
    Test suite: RotamerTrials (test/core/pack/RotamerTrials.cxxtest.hh)
    Test suite: min_pack_Tests (test/core/pack/min_pack.cxxtest.hh)
    Test suite: InteractionGraphFactoryTests (test/core/pack/interaction_graph/InteractionGraphFactory.cxxtest.hh)
    ~DoubleLazyIG: used 0 bytes instead of 0
    ~DoubleLazyIG: used 0 bytes instead of 0
    Test suite: RotamerDotsTests (test/core/pack/interaction_graph/RotamerDots.cxxtest.hh)
    Test suite: HPatchInteractionGraphTests (test/core/pack/interaction_graph/HPatchInteractionGraph.cxxtest.hh)
    Test suite: SurfaceInteractionGraphTests (test/core/pack/interaction_graph/SurfaceInteractionGraph.cxxtest.hh)
    Test suite: FASTERInteractionGraphTests (test/core/pack/interaction_graph/FASTERInteractionGraph.cxxtest.hh)
    Test suite: FASTERAnnealerTests (test/core/pack/annealer/FASTERAnnealer.cxxtest.hh)
    Test suite: DunbrackTest (test/core/scoring/dunbrack/Dunbrack.cxxtest.hh)

    In DunbrackTest::test_dunbrack_best_rotamer_energy:
    ./test/core/scoring/dunbrack/Dunbrack.cxxtest.hh:219: Error: Assertion failed: best_rotamerE <= this_rotamerE
    ./test/core/scoring/dunbrack/Dunbrack.cxxtest.hh:219: Error: Assertion failed: best_rotamerE <= this_rotamerE
    ./test/core/scoring/dunbrack/Dunbrack.cxxtest.hh:219: Error: Assertion failed: best_rotamerE <= this_rotamerE
    CXXTEST_ERROR: test_dunbrack_best_rotamer_energy Failed!
    Test suite: FullatomCustomPairDistanceEnergyTests (test/core/scoring/custom_pair_distance/FullatomCustomPairDistanceEnergy.cxxtest.hh)
    Test suite: ParticleSwarmMinimizerTests (test/core/optimization/ParticleSwarmMinimizer.cxxtest.hh)
    Test suite: MinimizerTests (test/core/optimization/Minimizer.cxxtest.hh)
    Test suite: CarbonHBondEnergyTests (test/core/scoring/carbon_hbonds/CarbonHBondEnergy.cxxtest.hh)
    Test suite: HackElecEnergyTests (test/core/scoring/hackelec/HackElecEnergy.cxxtest.hh)
    Test suite: MMTorsionScoreTests (test/core/mm/MMTorsionScore.cxxtest.hh)
    Test suite: MMTorsionLibraryTests (test/core/mm/MMTorsionLibrary.cxxtest.hh)
    Test suite: MMBondAngleScoreTests (test/core/mm/MMBondAngleScore.cxxtest.hh)
    Test suite: MMBondAngleLibraryTests (test/core/mm/MMBondAngleLibrary.cxxtest.hh)
    Test suite: GeometricSolEnergyTests (test/core/scoring/geometric_solvation/GeometricSolEnergy.cxxtest.hh)
    Test suite: SplineFuncTests (test/core/scoring/constraints/SplineFunc.cxxtest.hh)
    Test suite: ConstraintUtilTests (test/core/scoring/constraints/util.cxxtest.hh)
    Test suite: GaussianFuncTests (test/core/scoring/constraints/GaussianFunc.cxxtest.hh)
    Test suite: HarmonicFuncTests (test/core/scoring/constraints/HarmonicFunc.cxxtest.hh)
    Test suite: DihedralConstraintTests (test/core/scoring/constraints/DihedralConstraint.cxxtest.hh)
    Test suite: ConstraintsEnergyTests (test/core/scoring/constraints/ConstraintsEnergy.cxxtest.hh)
    Test suite: ConstraintSetRemappingTests (test/core/scoring/constraints/ConstraintSetRemapping.cxxtest.hh)
    Test suite: BigBinConstraintTests (test/core/scoring/constraints/BigBinConstraint.cxxtest.hh)
    Test suite: AtomPairConstraintTests (test/core/scoring/constraints/AtomPairConstraint.cxxtest.hh)
    Test suite: AngleConstraintTests (test/core/scoring/constraints/AngleConstraint.cxxtest.hh)
    Test suite: CartGridTest (test/core/grid/CartGrid.cxxtest.hh)
    Test suite: MetricValueIOTest (test/core/util/MetricValueIO.cxxtest.hh)
    Test suite: InterfaceTest (test/core/conformation/Interface.cxxtest.hh)
    Test suite: ConformationTests (test/core/conformation/Conformation.cxxtest.hh)
    Test suite: ConformationAtomTest (test/core/conformation/Atom.cxxtest.hh)
    Test suite: PoseUtilTests (test/core/pose/util.cxxtest.hh)
    Test suite: PoseTests (test/core/pose/Pose.cxxtest.hh)
    Test suite: PDBPoseMapTests (test/core/pose/PDBPoseMap.cxxtest.hh)
    Test suite: PDBInfoTests (test/core/pose/PDBInfo.cxxtest.hh)
    Test suite: OrderedFragSetTest (test/core/fragment/OrderedFragSet.cxxtest.hh)
    Test suite: IndependentBBTorsionSRFDTests (test/core/fragment/IndependentBBTorsionSRFD.cxxtest.hh)
    Test suite: FragmentConstantLengthTest (test/core/fragment/ConstantLengthFragments.cxxtest.hh)
    Test suite: EtableEnergyTests (test/core/scoring/etable/EtableEnergy.cxxtest.hh)
    Test suite: Symmetric_Binary_Protein_Silent_File_Tests (test/core/io/silent/symmetric_binary_protein_silent.cxxtest.hh)
    Test suite: Binary_Protein_Silent_File_Tests (test/core/io/silent/binary_protein_silent.cxxtest.hh)
    Test suite: PDBSilentStruct_Tests (test/core/io/silent/pdb_silent.cxxtest.hh)
    Test suite: ProteinSilentStructTests (test/core/io/silent/protein_silent.cxxtest.hh)
    Test suite: FoldTreeTest (test/core/kinematics/FoldTree.cxxtest.hh)
    Test suite: FragmentCandidatesTests (test/core/fragment/picking/FragmentCandidatesTests.cxxtest.hh)
    Test suite: TorsionBinIOTests (test/core/fragment/picking/TorsionBinIO.cxxtest.hh)
    Test suite: AutomorphismTest (test/core/chemical/automorphism.cxxtest.hh)
    Test suite: MMAtomTypeSetTests (test/core/chemical/MMAtomTypeSet.cxxtest.hh)
    Test suite: AtomTypeSetTests (test/core/chemical/AtomTypeSet.cxxtest.hh)
    Test suite: SymmetricConformationTests (test/core/conformation/symmetry/SymmetricConformation.cxxtest.hh)
    Test suite: ArrayPoolTests (test/core/graph/ArrayPool.cxxtest.hh)
    Test suite: GraphTests (test/core/graph/Graph.cxxtest.hh)
    Test suite: DisjointSetsTests (test/core/graph/DisjointSets.cxxtest.hh)
    Test suite: AtomTreeDiffTests (test/core/io/atom_tree_diffs/atom_tree_diff.cxxtest.hh)
    Test suite: VirtualResidueScoreTest (test/core/scoring/VirtualResidues.cxxtest.hh)
    Test suite: UnfoldedStatePotentialTests (test/core/scoring/UnfoldedStatePotential.cxxtest.hh)
    Test suite: SurfacePotentialTests (test/core/scoring/SurfacePotential.cxxtest.hh)
    Test suite: ScoreTest (test/core/scoring/ScoreTest.cxxtest.hh)
    Test suite: SasaTests (test/core/scoring/sasa.cxxtest.hh)
    Test suite: RmsUtilTest (test/core/scoring/rms_util.cxxtest.hh)
    Test suite: EnvPairPotentialTest (test/core/scoring/EnvPairPotential.cxxtest.hh)
    Test suite: EnergyMapTest (test/core/scoring/EnergyMap.cxxtest.hh)
    Test suite: SymmetricMinimizerTests (test/core/optimization/symmetry/SymmetricMinimizer.cxxtest.hh)
    Test suite: FullatomDisulfideEnergyTests (test/core/scoring/disulfides/FullatomDisulfideEnergy.cxxtest.hh)
    Test suite: PDB_IO (test/core/io/PDB_IO.cxxtest.hh)
    Test suite: UnfoldedStateEnergyTests (test/core/scoring/methods/UnfoldedStateEnergy.cxxtest.hh)
    Test suite: RG_Energy_Tests (test/core/scoring/methods/RG_Energy.cxxtest.hh)
    Test suite: RamachandranEnergyTests (test/core/scoring/methods/RamachandranEnergy.cxxtest.hh)
    Test suite: ProClosureEnergyTests (test/core/scoring/methods/ProClosureEnergy.cxxtest.hh)
    Test suite: P_AA_EnergyTests (test/core/scoring/methods/P_AA_Energy.cxxtest.hh)
    Test suite: P_AA_pp_EnergyTests (test/core/scoring/methods/P_AA_pp_Energy.cxxtest.hh)
    Test suite: PairEnergyTests (test/core/scoring/methods/PairEnergy.cxxtest.hh)
    Test suite: MMTorsionEnergyTests (test/core/scoring/methods/MMTorsionEnergy.cxxtest.hh)
    Test suite: MMBondAngleEnergyTests (test/core/scoring/methods/MMBondAngleEnergy.cxxtest.hh)
    Test suite: LinearChainbreakEnergyTests (test/core/scoring/methods/LinearChainbreakEnergy.cxxtest.hh)
    Test suite: ContactOrderEnergy_Tests (test/core/scoring/methods/ContactOrderEnergy.cxxtest.hh)
    Test suite: ChainbreakEnergyTests (test/core/scoring/methods/ChainbreakEnergy.cxxtest.hh)
    Test suite: HBondDerivTest (test/core/scoring/hbonds/HBondDerivTest.cxxtest.hh)
    Test suite: HBondFadeIntervalTest (test/core/scoring/hbonds/HBondFadeIntervalTest.cxxtest.hh)
    Test suite: HBondDatabaseTest (test/core/scoring/hbonds/HBondDatabaseTest.cxxtest.hh)
    Test suite: HBPolyTest (test/core/scoring/hbonds/polynomial.cxxtest.hh)
    Test suite: HBondsTest (test/core/scoring/hbonds/HBonds.cxxtest.hh)
    Test suite: HBondEnergyTests (test/core/scoring/hbonds/HBondEnergy.cxxtest.hh)
    Test suite: SymmetricScoreTest (test/core/scoring/symmetry/SymmetricScoreTest.cxxtest.hh)
    Testing score: fa_atr…
    Testing score: fa_rep…
    Testing score: fa_sol…
    Testing score: fa_intra_atr…
    Testing score: fa_intra_rep…
    Testing score: fa_intra_sol…
    Testing score: mm_twist…
    Testing score: hack_elec…
    Testing score: atom_pair_constraint…
    Testing score: coordinate_constraint…
    Testing score: hbond_sr_bb…
    Comparing the symmetrical score: -88.8243 to the assymetric: -88.8406 difference: 0.0162786
    Test suite: SequenceUtilTests (test/core/sequence/SequenceUtil.cxxtest.hh)
    Test suite: SequenceAlignmentTests (test/core/sequence/SequenceAlignment.cxxtest.hh)
    Test suite: SequenceMappingTests (test/core/sequence/SequenceMapping.cxxtest.hh)
    Test suite: ScoringSchemeTests (test/core/sequence/ScoringSchemes.cxxtest.hh)
    Test suite: VallTests (test/core/fragment/picking/vall/vall.cxxtest.hh)

    Failed 1 of 311 tests
    Success rate: 99%
    Running 204 tests
    Test suite: EntityTests (test/protocols/genetic_algorithm/Entity.cxxtest.hh)
    Test suite: RotamerRecoveryTests (test/protocols/rotamer_recovery/RotamerRecovery.cxxtest.hh)
    Test suite: RRReporterTests (test/protocols/rotamer_recovery/RRReporter.cxxtest.hh)
    Test suite: RRComparerTests (test/protocols/rotamer_recovery/RRComparer.cxxtest.hh)
    Test suite: BranchAngleOptimizerTest (test/protocols/branch_angle/BranchAngleOptimizer.cxxtest.hh)
    Test suite: WobbleMoverTest (test/protocols/abinitio/WobbleMover.cxxtest.hh)
    Test suite: PseudocontactShiftTests (test/protocols/abinitio/PseudocontactShiftEnergy.cxxtest.hh)
    Test suite: GunnCostTest (test/protocols/abinitio/GunnCost.cxxtest.hh)
    Test suite: FragmentMoverTest (test/protocols/abinitio/FragmentMover.cxxtest.hh)
    Test suite: ThreadingMover_Tests (test/protocols/comparative_modeling/ThreadingMover.cxxtest.hh)
    Test suite: AlignmentStream_Tests (test/protocols/comparative_modeling/AlignmentStream.cxxtest.hh)
    Test suite: CM_Util_Tests (test/protocols/comparative_modeling/util.cxxtest.hh)
    Test suite: PlainSilentFileJobDistributorTest (test/protocols/jobdist/PlainSilentFileJobDistributor.cxxtest.hh)
    jobdist curr_nstruct: 8 actual curr_nstruct: 8
    jobdist curr_nstruct: 9 actual curr_nstruct: 9
    Test suite: VoxelSetIteratorTests (test/protocols/match/VoxelSetIterator.cxxtest.hh)
    Test suite: RigidLigandBuilderTests (test/protocols/match/RigidLigandBuilder.cxxtest.hh)
    Test suite: ScaffoldBuildPointTests (test/protocols/match/ScaffoldBuildPoint.cxxtest.hh)
    Test suite: ProteinUpstreamBuilderTests (test/protocols/match/ProteinUpstreamBuilder.cxxtest.hh)
    Test suite: ProteinSCSamplerTests (test/protocols/match/ProteinSCSampler.cxxtest.hh)
    Test suite: OccupiedSpaceHashTests (test/protocols/match/OccupiedSpaceHash.cxxtest.hh)
    Test suite: LigandConformerTests (test/protocols/match/LigandConformer.cxxtest.hh)
    Test suite: HasherTests (test/protocols/match/Hasher.cxxtest.hh)
    Test suite: ExternalGeomSamplerTests (test/protocols/match/ExternalGeomSampler.cxxtest.hh)
    Test suite: BumpGridTests (test/protocols/match/BumpGrid.cxxtest.hh)
    Test suite: ResidueTorsionRestraintsTest (test/protocols/ligand_docking/ResidueTorsionRestraints.cxxtest.hh)
    Test suite: SegmentSwapTests (test/protocols/forge/build/SegmentSwap.cxxtest.hh)
    Test suite: SegmentRebuildTests (test/protocols/forge/build/SegmentRebuild.cxxtest.hh)
    new cuts made: 8
    FOLD_TREE EDGE 1 4 -1 EDGE 4 8 -1 JEDGE 4 19 1 N C END EDGE 19 20 -1 EDGE 19 9 -1

    new cuts made: 6
    FOLD_TREE EDGE 1 4 -1 EDGE 4 6 -1 JEDGE 4 12 1 N C END EDGE 12 13 -1 EDGE 12 7 -1

    new cuts made: 8
    FOLD_TREE EDGE 1 5 -1 EDGE 5 8 -1 JEDGE 5 15 1 N C END EDGE 15 27 -1 EDGE 15 9 -1

    new cuts made: 8
    FOLD_TREE EDGE 1 4 -1 EDGE 4 8 -1 JEDGE 4 19 1 N C END EDGE 19 20 -1 EDGE 19 9 -1

    new cuts made: 6
    FOLD_TREE EDGE 1 4 -1 EDGE 4 6 -1 JEDGE 4 12 1 N C END EDGE 12 13 -1 EDGE 12 7 -1

    new cuts made: 11
    FOLD_TREE EDGE 1 7 -1 EDGE 7 11 -1 JEDGE 7 21 1 CA CA END EDGE 21 12 -1 EDGE 21 27 -1

    new cuts made: 6
    FOLD_TREE EDGE 1 2 -1 EDGE 2 6 -1 JEDGE 2 19 1 N C END EDGE 19 20 -1 EDGE 19 7 -1

    new cuts made: 5
    FOLD_TREE EDGE 1 2 -1 EDGE 2 5 -1 JEDGE 2 13 1 N C END EDGE 13 14 -1 EDGE 13 6 -1

    new cuts made: 7
    FOLD_TREE EDGE 1 2 -1 EDGE 2 7 -1 JEDGE 2 23 1 N C END EDGE 23 24 -1 EDGE 23 8 -1

    FOLD_TREE EDGE 11 6 -1 EDGE 6 12 1 EDGE 12 22 -1 EDGE 6 1 -1

    FOLD_TREE EDGE 1 7 -1 JEDGE 1 8 1 CA C END EDGE 8 18 -1

    FOLD_TREE EDGE 1 9 -1 JEDGE 1 12 1 CA C END EDGE 12 17 -1 EDGE 12 10 -1

    FOLD_TREE EDGE 1 9 -1 EDGE 1 10 1 EDGE 10 20 -1

    Test suite: SegmentInsertTests (test/protocols/forge/build/SegmentInsert.cxxtest.hh)
    Test suite: RelativeConnectRightTests (test/protocols/forge/build/RelativeConnectRight.cxxtest.hh)
    Test suite: GrowRightTests (test/protocols/forge/build/GrowRight.cxxtest.hh)
    Test suite: GrowLeftTests (test/protocols/forge/build/GrowLeft.cxxtest.hh)
    Test suite: ConnectRightTests (test/protocols/forge/build/ConnectRight.cxxtest.hh)
    Test suite: BuildManagerTests (test/protocols/forge/build/BuildManager.cxxtest.hh)
    new cuts made: 5
    FOLD_TREE EDGE 1 4 -1 EDGE 4 5 -1 JEDGE 4 8 1 N C END EDGE 8 18 -1 EDGE 8 6 -1

    new cuts made: 15
    FOLD_TREE EDGE 3 6 -1 EDGE 6 7 -1 JEDGE 6 10 1 N C END EDGE 10 8 -1 EDGE 3 1 -1 EDGE 10 11 -1 EDGE 11 15 -1 JEDGE 11 19 2 N C END EDGE 19 22 -1 EDGE 19 16 -1

    Test suite: BridgeTests (test/protocols/forge/build/Bridge.cxxtest.hh)
    Test suite: DDGBindOptEDataTests (test/protocols/optimize_weights/DDGBindOptEData.cxxtest.hh)
    Test suite: ArithmeticTests (test/protocols/optimize_weights/Arithmetic.cxxtest.hh)
    Test suite: APClusterTest (test/protocols/cluster/APCluster.cxxtest.hh)
    Test suite: cout_io (test/protocols/util/cout.cxxtest.hh)
    Test suite: Neighbor_CalculatorsTests (test/protocols/toolbox/PoseMetricCalculators/Neighbor_Calculators.cxxtest.hh)
    Test suite: DsspTests (test/protocols/jumping/Dssp.cxxtest.hh)
    Test suite: JumpingTest (test/protocols/jumping/JumpSetup.cxxtest.hh)
    Test suite: MatchConstraintFileInfoTest (test/protocols/enzdes/MatchConstraintFileInfo.cxxtest.hh)
    Test suite: PredockRotCenterTest (test/protocols/enzdes/PredockRotCenter.cxxtest.hh)
    Test suite: HBondCalculatorsTest (test/protocols/enzdes/HBondCalculatorsTest.cxxtest.hh)
    Test suite: LigInterfaceConstraintsTest (test/protocols/enzdes/LigInterfaceConstraints.cxxtest.hh)
    Test suite: fold_tree_functions_Tests (test/protocols/forge/methods/fold_tree_functions.cxxtest.hh)
    Test suite: ProteinInterfaceDesignOperationTests (test/protocols/toolbox/TaskOperations/ProteinInterfaceDesignOperation.cxxtest.hh)
    Test suite: RestrictNonSurfaceToRepackingOperationTests (test/protocols/toolbox/TaskOperations/RestrictNonSurfaceToRepackingOperation.cxxtest.hh)
    Test suite: RestrictOperationsTests (test/protocols/toolbox/TaskOperations/RestrictOperations.cxxtest.hh)
    Test suite: DockingTest (test/protocols/docking/DockingTest.cxxtest.hh)
    Test suite: TaskAwareMinMoverTests (test/protocols/moves/TaskAwareMinMover.cxxtest.hh)
    Test suite: TypesetMoversTests (test/protocols/moves/TypesetMovers.cxxtest.hh)
    Test suite: ShearMoverTest (test/protocols/moves/ShearMover.cxxtest.hh)
    Test suite: SmallMoverTest (test/protocols/moves/SmallMover.cxxtest.hh)
    Test suite: ScoreTest (test/protocols/moves/ScoreTest.cxxtest.hh)
    Start All Scoring tests
    Testing: ScoreMover…
    End Scoring -score:patch score12 test
    End Scoring tests
    Test suite: RigidBodyMoverTests (test/protocols/moves/RigidBodyMover.cxxtest.hh)
    Test suite: MoversTest (test/protocols/moves/MoversTest.cxxtest.hh)
    Testing: SmallMover…
    End SmallMover test
    Testing: ShearMover…
    End ShearMover test
    Test suite: ContainerMoversTest (test/protocols/moves/MoverContainer.cxxtest.hh)
    Test suite: BackrubMoverTest (test/protocols/moves/BackrubMover.cxxtest.hh)
    Test suite: TorsionSamplingKinematicPerturberTests (test/protocols/moves/kinematic_closure/TorsionSamplingKinematicPerturber.cxxtest.hh)
    All tests passed!


    Unit test summary


    Total number of tests: 711
    number tests passed: 710
    number tests failed: 1
    failed tests:
    core.test: test_dunbrack_best_rotamer_energy
    Success rate: 99%


    End of Unit test summary
    Done!