-
Notifications
You must be signed in to change notification settings - Fork 457
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regression test fails #587
Comments
Hi @hamidMech did you catch this line in the error output?
|
Yes, I did. I have tried to install openfast on my Linux machine connected to the university's network. |
Ok can you provide some more specific details or questions? Given the error I mentioned above, you should verify that you can execute the executable manually. Simply run it from a terminal like this: cd /scratch/NREL/openfast/build/glue-codes/openfast/
./openfast -v Try that and paste the output here. |
Here is the outcome: abedih@tfd105:~/Desktop/scratch/NREL_2/openfast/build/glue-codes/openfast$ ./openfast -v OpenFAST Copyright (C) 2020 National Renewable Energy Laboratory This program is licensed under Apache License Version 2.0 and comes with ABSOLUTELY NO WARRANTY. OpenFAST-v2.4.0-53-g3d170ccc
OpenFAST terminated normally. abedih@tfd105:~/Desktop/scratch/NREL_2/openfast/build/glue-codes/openfast$ |
@hamidMech hi 7% tests passed, 40 tests failed out of 43 Label Time Summary: Total Test time (real) = 5.19 sec The following tests FAILED: |
@HYFOAM |
@hamidMech This is not the same path that you have set up in the original post. Double check your paths and that you are pointing to the correct executables. @HYFOAM Like I suggested to @hamidMech, provide more details on your issue. Try to describe the problem by getting more information. Use the CTest command that @hamidMech used in the original post to run a single case with verbose output (its the one beginning with |
Here is the outcome: abedih@tfd105:/scratch/NREL/openfast/build/glue-codes/openfast$ ./openfast -v OpenFAST Copyright (C) 2020 National Renewable Energy Laboratory This program is licensed under Apache License Version 2.0 and comes with ABSOLUTELY NO WARRANTY. OpenFAST-v2.4.0-53-g3d170ccc
OpenFAST terminated normally. abedih@tfd105:/scratch/NREL/openfast/build/glue-codes/openfast$ |
Can you describe the system you're using to run this? Is this a compute node? |
Nothing stands out as a problem here. My suggestion is for you to try to understand why the testing framework may not be able to execute the OpenFAST executable. You could try moving the project under your home directory rather than |
Hello,
When I run the "ctest" command I get the below fail message. Could you please help me how to solve it?
Best regards,
Hamid
7% tests passed, 43 tests failed out of 46
Label Time Summary:
aeroacoustics = 0.12 secproc (1 test)
aerodyn = 0.13 secproc (1 test)
aerodyn14 = 0.96 secproc (8 tests)
aerodyn15 = 2.40 secproc (20 tests)
beamdyn = 1.32 secproc (11 tests)
bem = 0.13 secproc (1 test)
dynamic = 0.36 secproc (3 tests)
elastodyn = 3.13 secproc (26 tests)
extptfm = 0.12 secproc (1 test)
hydrodyn = 1.09 secproc (9 tests)
linear = 0.61 secproc (5 tests)
map = 0.36 secproc (3 tests)
moordyn = 0.12 secproc (1 test)
offshore = 0.96 secproc (8 tests)
olaf = 0.24 secproc (2 tests)
openfast = 4.10 secproc (34 tests)
servodyn = 3.25 secproc (27 tests)
static = 0.48 secproc (4 tests)
subdyn = 0.36 sec*proc (3 tests)
Total Test time (real) = 5.24 sec
The following tests FAILED:
1 - AWT_YFix_WSt (Failed)
2 - AWT_WSt_StartUp_HighSpShutDown (Failed)
3 - AWT_YFree_WSt (Failed)
4 - AWT_YFree_WTurb (Failed)
5 - AWT_WSt_StartUpShutDown (Failed)
6 - AOC_WSt (Failed)
7 - AOC_YFree_WTurb (Failed)
8 - AOC_YFix_WSt (Failed)
9 - UAE_Dnwind_YRamp_WSt (Failed)
10 - UAE_Upwind_Rigid_WRamp_PwrCurve (Failed)
11 - WP_VSP_WTurb_PitchFail (Failed)
12 - WP_VSP_ECD (Failed)
13 - WP_VSP_WTurb (Failed)
14 - SWRT_YFree_VS_EDG01 (Failed)
15 - SWRT_YFree_VS_EDC01 (Failed)
16 - SWRT_YFree_VS_WTurb (Failed)
17 - 5MW_Land_DLL_WTurb (Failed)
18 - 5MW_OC3Mnpl_DLL_WTurb_WavesIrr (Failed)
19 - 5MW_OC3Trpd_DLL_WSt_WavesReg (Failed)
20 - 5MW_OC4Jckt_DLL_WTurb_WavesIrr_MGrowth (Failed)
21 - 5MW_ITIBarge_DLL_WTurb_WavesIrr (Failed)
22 - 5MW_TLP_DLL_WTurb_WavesIrr_WavesMulti (Failed)
23 - 5MW_OC3Spar_DLL_WTurb_WavesIrr (Failed)
24 - 5MW_OC4Semi_WSt_WavesWN (Failed)
25 - 5MW_Land_BD_DLL_WTurb (Failed)
26 - 5MW_OC4Jckt_ExtPtfm (Failed)
27 - HelicalWake_OLAF (Failed)
28 - EllipticalWing_OLAF (Failed)
29 - IEA_LB_RWT-AeroAcoustics (Failed)
30 - WP_Stationary_Linear (Failed)
31 - Ideal_Beam_Fixed_Free_Linear (Failed)
32 - Ideal_Beam_Free_Free_Linear (Failed)
33 - 5MW_Land_BD_Linear (Failed)
34 - 5MW_OC4Semi_Linear (Failed)
35 - ad_timeseries_shutdown (Failed)
36 - bd_5MW_dynamic (Failed)
37 - bd_5MW_dynamic_gravity_Az00 (Failed)
38 - bd_5MW_dynamic_gravity_Az90 (Failed)
39 - bd_curved_beam (Failed)
40 - bd_isotropic_rollup (Failed)
41 - bd_static_cantilever_beam (Failed)
42 - bd_static_twisted_with_k1 (Failed)
43 - hd_OC3tripod_offshore_fixedbottom_wavesirr (Failed)
Errors while running CTest
abedih@tfd105:/scratch/NREL/openfast/build$ ctest -VV -R AOC_YFix_WSt
UpdateCTestConfiguration from :/scratch/NREL/openfast/build/DartConfiguration.tcl
Parse Config file:/scratch/NREL/openfast/build/DartConfiguration.tcl
UpdateCTestConfiguration from :/scratch/NREL/openfast/build/DartConfiguration.tcl
Parse Config file:/scratch/NREL/openfast/build/DartConfiguration.tcl
Test project /scratch/NREL/openfast/build
Constructing a list of tests
Done constructing a list of tests
Updating test list for fixtures
Added 0 tests to meet fixture requirements
Checking test dependency graph...
Checking test dependency graph end
test 8
Start 8: AOC_YFix_WSt
8: Test command: /usr/bin/python3 "/scratch/NREL/openfast/reg_tests/executeOpenfastRegressionCase.py" "AOC_YFix_WSt" "/scratch/NREL/openfast/build/glue-codes/openfast/openfast" "/scratch/NREL/openfast/reg_tests/.." "/scratch/NREL/openfast/build/reg_tests/glue-codes/openfast" "0.00001" "Linux" "GNU"
8: Test timeout computed to be: 5400
8: Error: executable at /scratch/NREL/openfast/build/glue-codes/openfast/openfast does not have proper permissions.
1/1 Test #8: AOC_YFix_WSt .....................***Failed 0.40 sec
0% tests passed, 1 tests failed out of 1
Label Time Summary:
aerodyn15 = 0.40 secproc (1 test)
elastodyn = 0.40 secproc (1 test)
openfast = 0.40 secproc (1 test)
servodyn = 0.40 secproc (1 test)
Total Test time (real) = 0.41 sec
The following tests FAILED:
8 - AOC_YFix_WSt (Failed)
Errors while running CTest
The text was updated successfully, but these errors were encountered: