Member Site › Forums › Rosetta 3 › Rosetta 3 – Build/Install › test/run.py errors › Reply To: test/run.py errors
smlewis,thank you ,I added “–mode=release” flag in test/run.py,but I also got the error,
[root@localhost rosetta_source]# test/run.py -d /rosetta/rosetta_database -j8 –mode=release
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
Paths: cd build/test/release/linux/2.6/64/x86/gcc/ && command line: ./core.test –database /rosetta/rosetta_database
Paths: cd build/test/release/linux/2.6/64/x86/gcc/ && command line: ./ObjexxFCL.test –database /rosetta/rosetta_database
Paths: cd build/test/release/linux/2.6/64/x86/gcc/ && command line: ./numeric.test –database /rosetta/rosetta_database
Paths: cd build/test/release/linux/2.6/64/x86/gcc/ && command line: ./utility.test –database /rosetta/rosetta_database
Paths: cd build/test/release/linux/2.6/64/x86/gcc/ && command line: ./apps.test –database /rosetta/rosetta_database
Paths: cd build/test/release/linux/2.6/64/x86/gcc/ && command line: ./devel.test –database /rosetta/rosetta_database
bash: ./core.test: 没有那个文件或目录
Running 0 tests
All tests passed!
bash: ./protocols.test: No such file or directory
Running 1 test
Test suite: LigandDockTest (test/apps/public/ligand_docking/ligand_dock.cxxtest.hh)
core.init: Mini-Rosetta version Exported from unknown
core.init: command: ./apps.test –database /rosetta/rosetta_database -run:constant_seed -run:rng mt19937 -in:file:s apps/public/ligand_docking/7cpa_7cpa_input.pdb -in:file:native apps/public/ligand_docking/7cpa_7cpa_native.pdb -out:path:pdb apps/public/ligand_docking -packing:no_optH -docking:randomize2 -docking:uniform_trans 5 -docking:ligand:start_from -1.731 32.589 -5.039 -docking:ligand:minimize_ligand -docking:ligand:harmonic_torsions 10
core.init: Constant seed mode, seed=1111111 seed_offset=0 real_seed=1111111
core.init.random: RandomGenerator:init: Normal mode, seed=1111111 RG_type=mt19937
core.scoring.dunbrack.SingleLigandRotamerLibrary: Read in 10 rotamers for CP1!
core.scoring.dunbrack: Dunbrack library took 0.12 seconds to load from binary
Warning: No AA record found for AQ1; assuming UNK
core.pack.task: Packer task: initialize from command line()
All tests passed!
bash: ./devel.test: No such file or directory
bash: ./utility.test: No such file or directory
bash: ./numeric.test: No such file or directory
Unable to read yaml file with test results build/test/release/linux/2.6/64/x86/gcc//core.test.yaml – unit test run aborted!