Skip to content

turn slow tests back on (got turned off accidentally)

Sign in for the full log view
GitHub Actions / JUnit Test Report failed Dec 1, 2024 in 0s

41 tests run, 26 passed, 0 skipped, 15 failed.

Annotations

Check failure on line 1 in MDOcean/tests/test.m

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

test.validateNominalReportFeasible

Verification failed in test/validateNominalReportFeasible.
    ---------------------
Raw output
Verification failed in test/validateNominalReportFeasible.
    ---------------------
    Framework Diagnostic:
    ---------------------
    verifyTrue failed.
    --> The value must evaluate to "true".
    
    Actual Value:
      logical
    
       0
    ----------------------
    Additional Diagnostic:
    ----------------------
    Nominal design violates these constraints: , FOS_float_max, FOS_float_fatigue, irrelevant_max_force
    ------------------
    Stack Information:
    ------------------
    In /home/runner/work/MDOcean/MDOcean/MDOcean/tests/test.m (test.validateNominalReportFeasible) at 155

Check failure on line 1 in MDOcean/tests/test.m

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

test.validateNominalWecsimFeasible

Verification failed in test/validateNominalWecsimFeasible.
    ---------------------
Raw output
Verification failed in test/validateNominalWecsimFeasible.
    ---------------------
    Framework Diagnostic:
    ---------------------
    verifyTrue failed.
    --> The value must evaluate to "true".
    
    Actual Value:
      logical
    
       0
    ----------------------
    Additional Diagnostic:
    ----------------------
    Nominal design violates these constraints: , FOS_float_max, FOS_float_fatigue, irrelevant_max_force
    ------------------
    Stack Information:
    ------------------
    In /home/runner/work/MDOcean/MDOcean/MDOcean/tests/test.m (test.validateNominalWecsimFeasible) at 160

Check failure on line 1 in MDOcean/tests/test.m

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

test.validateNominalHydroCoeffs

Verification failed in test/validateNominalHydroCoeffs.
    ---------------------
Raw output
Verification failed in test/validateNominalHydroCoeffs.
    ---------------------
    Framework Diagnostic:
    ---------------------
    verifyLessThanOrEqual failed.
    --> Each element must be less than or equal to the maximum value.
        
        Failing Indices:
             1     2     3     4
    
    Actual Value:
       0.204482267456327   0.887336280522300   0.208933730234385   0.813333333333333
    Maximum Value (Inclusive):
       0.100000000000000
    ------------------
    Stack Information:
    ------------------
    In /home/runner/work/MDOcean/MDOcean/MDOcean/tests/test.m (test.validateNominalHydroCoeffs) at 165

Check failure on line 1 in MDOcean/tests/test.m

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

test.allFiguresRun(which_figs=none6,which_tabs=Tab_6_OptimalDVsFor4Locations)

Verification failed in test/allFiguresRun(which_figs=none6,which_tabs=Tab_6_OptimalDVsFor4Locations).
    ---------------------
Raw output
Verification failed in test/allFiguresRun(which_figs=none6,which_tabs=Tab_6_OptimalDVsFor4Locations).
    ---------------------
    Framework Diagnostic:
    ---------------------
    verifyGreaterThan failed.
    --> Each element must be greater than the minimum value.
        
        Failing Indices:
             1     2     3     4
    
    Actual Value:
        -2    -2    -2    -2
    Minimum Value (Exclusive):
         0
    ------------------
    Stack Information:
    ------------------
    In /home/runner/work/MDOcean/MDOcean/MDOcean/tests/test.m (test.allFiguresRun) at 132

Check failure on line 1 in MDOcean/tests/test.m

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

test.validateNominalReport(field_report=mass_vc,rel_tol_report=0.1_1)

Verification failed in test/validateNominalReport(field_report=mass_vc,rel_tol_report=0.1_1).
    ---------------------
Raw output
Verification failed in test/validateNominalReport(field_report=mass_vc,rel_tol_report=0.1_1).
    ---------------------
    Framework Diagnostic:
    ---------------------
    verifyEqual failed.
    --> The numeric values are not equal using "isequaln".
    --> The error was not within relative tolerance.
    --> Failure table:
                 Actual         Expected          Error            RelativeError       RelativeTolerance
            ________________    ________    _________________    __________________    _________________
                                                                                                        
            181032.547757644     224000     -42967.4522423563    -0.191818983224805           0.1       
    
    Actual Value:
         1.810325477576437e+05
    Expected Value:
          224000
    ------------------
    Stack Information:
    ------------------
    In /home/runner/work/MDOcean/MDOcean/MDOcean/tests/test.m (test.validateNominalReport) at 140

Check failure on line 1 in MDOcean/tests/test.m

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

test.validateNominalReport(field_report=capex,rel_tol_report=0.25)

Verification failed in test/validateNominalReport(field_report=capex,rel_tol_report=0.25).
    ---------------------
Raw output
Verification failed in test/validateNominalReport(field_report=capex,rel_tol_report=0.25).
    ---------------------
    Framework Diagnostic:
    ---------------------
    verifyEqual failed.
    --> The numeric values are not equal using "isequaln".
    --> The error was not within relative tolerance.
    --> Failure table:
            Index        Actual         Expected          Error            RelativeError      RelativeTolerance
            _____    _______________    _________    ________________    _________________    _________________
                                                                                                               
              1      33571129.373176    17000000     16571129.373176     0.974772316069175          0.25       
              2      215129293.73176    61000000     154129293.73176     2.52670973330754           0.25       
              3      1022054468.6588    207000000    815054468.658799    3.93746120125024           0.25       
              4      2030710937.3176    390000000    1640710937.3176     4.20695112132717           0.25       
    
    Actual Value:
       1.0e+09 *
    
       0.033571129373176   0.215129293731760   1.022054468658799   2.030710937317598
    Expected Value:
        17000000    61000000   207000000   390000000
    ------------------
    Stack Information:
    ------------------
    In /home/runner/work/MDOcean/MDOcean/MDOcean/tests/test.m (test.validateNominalReport) at 140

Check failure on line 1 in MDOcean/tests/test.m

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

test.validateNominalReport(field_report=LCOE,rel_tol_report=0.25_2)

Verification failed in test/validateNominalReport(field_report=LCOE,rel_tol_report=0.25_2).
    ---------------------
Raw output
Verification failed in test/validateNominalReport(field_report=LCOE,rel_tol_report=0.25_2).
    ---------------------
    Framework Diagnostic:
    ---------------------
    verifyEqual failed.
    --> The numeric values are not equal using "isequaln".
    --> The error was not within relative tolerance.
    --> Failure table:
            Index         Actual         Expected         Error            RelativeError      RelativeTolerance
            _____    ________________    ________    ________________    _________________    _________________
                                                                                                               
              1      5.62722136664838      4.48      1.14722136664838    0.256076197912584          0.25       
              2      3.1169219180893       1.45      1.6669219180893     1.14960132282021           0.25       
              3      2.75913511643992      0.85      1.90913511643992    2.24604131345873           0.25       
              4      2.69322264504681      0.76      1.93322264504681    2.54371400664054           0.25       
    
    Actual Value:
       5.627221366648378   3.116921918089299   2.759135116439924   2.693222645046814
    Expected Value:
       4.480000000000000   1.450000000000000   0.850000000000000   0.760000000000000
    ------------------
    Stack Information:
    ------------------
    In /home/runner/work/MDOcean/MDOcean/MDOcean/tests/test.m (test.validateNominalReport) at 140

Check failure on line 1 in MDOcean/tests/test.m

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

test.validateNominalReport(field_report=power_avg,rel_tol_report=0.1_4)

Verification failed in test/validateNominalReport(field_report=power_avg,rel_tol_report=0.1_4).
    ---------------------
Raw output
Verification failed in test/validateNominalReport(field_report=power_avg,rel_tol_report=0.1_4).
    ---------------------
    Framework Diagnostic:
    ---------------------
    verifyEqual failed.
    --> The numeric values are not equal using "isequaln".
    --> The error was not within relative tolerance.
    --> Failure table:
                Actual         Expected         Error            RelativeError      RelativeTolerance
            _______________    ________    ________________    _________________    _________________
                                                                                                     
            108581.02885327     85900      22681.0288532702    0.264039916801749           0.1       
    
    Actual Value:
         1.085810288532702e+05
    Expected Value:
           85900
    ------------------
    Stack Information:
    ------------------
    In /home/runner/work/MDOcean/MDOcean/MDOcean/tests/test.m (test.validateNominalReport) at 140

Check failure on line 1 in MDOcean/tests/test.m

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

test.validateNominalReport(field_report=force_heave,rel_tol_report=0.1_6)

Verification failed in test/validateNominalReport(field_report=force_heave,rel_tol_report=0.1_6).
    ---------------------
Raw output
Verification failed in test/validateNominalReport(field_report=force_heave,rel_tol_report=0.1_6).
    ---------------------
    Framework Diagnostic:
    ---------------------
    verifyEqual failed.
    --> The numeric values are not equal using "isequaln".
    --> The error was not within relative tolerance.
    --> Failure table:
                 Actual         Expected          Error            RelativeError       RelativeTolerance
            ________________    ________    _________________    __________________    _________________
                                                                                                        
            6600901.14793345    8500000     -1899098.85206655    -0.223423394360771           0.1       
    
    Actual Value:
         6.600901147933451e+06
    Expected Value:
         8500000
    ------------------
    Stack Information:
    ------------------
    In /home/runner/work/MDOcean/MDOcean/MDOcean/tests/test.m (test.validateNominalReport) at 140

Check failure on line 1 in MDOcean/tests/test.m

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

test.validateNominalReport(field_report=FOS_spar,rel_tol_report=0.1_7)

Verification failed in test/validateNominalReport(field_report=FOS_spar,rel_tol_report=0.1_7).
    ---------------------
Raw output
Verification failed in test/validateNominalReport(field_report=FOS_spar,rel_tol_report=0.1_7).
    ---------------------
    Framework Diagnostic:
    ---------------------
    verifyEqual failed.
    --> The numeric values are not equal using "isequaln".
    --> The error was not within relative tolerance.
    --> Failure table:
                 Actual         Expected         Error            RelativeError      RelativeTolerance
            ________________    ________    ________________    _________________    _________________
                                                                                                      
            15.2284071690557      11.1      4.12840716905566    0.371928573788798           0.1       
    
    Actual Value:
      15.228407169055656
    Expected Value:
      11.100000000000000
    ------------------
    Stack Information:
    ------------------
    In /home/runner/work/MDOcean/MDOcean/MDOcean/tests/test.m (test.validateNominalReport) at 140

Check failure on line 1 in MDOcean/tests/test.m

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

test.validateNominalWecsim(field_wecsim=LCOE,rel_tol_wecsim=0.1)

Verification failed in test/validateNominalWecsim(field_wecsim=LCOE,rel_tol_wecsim=0.1).
    ---------------------
Raw output
Verification failed in test/validateNominalWecsim(field_wecsim=LCOE,rel_tol_wecsim=0.1).
    ---------------------
    Framework Diagnostic:
    ---------------------
    verifyEqual failed.
    --> The numeric values are not equal using "isequaln".
    --> The error was not within relative tolerance.
    --> Failure table:
            Index         Actual         Expected    Error    RelativeError    RelativeTolerance
            _____    ________________    ________    _____    _____________    _________________
                                                                                                
              1      5.52516166015582      NaN        NaN          NaN                0.1       
              2      3.05487422692458      NaN        NaN          NaN                0.1       
              3      2.70279023933586      NaN        NaN          NaN                0.1       
              4      2.63792835607764      NaN        NaN          NaN                0.1       
    
    Actual Value:
       5.525161660155824   3.054874226924582   2.702790239335858   2.637928356077639
    Expected Value:
       NaN   NaN   NaN   NaN
    ------------------
    Stack Information:
    ------------------
    In /home/runner/work/MDOcean/MDOcean/MDOcean/tests/test.m (test.validateNominalWecsim) at 146

Check failure on line 1 in MDOcean/tests/test.m

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

test.validateNominalWecsim(field_wecsim=c_v,rel_tol_wecsim=0.1_1)

Verification failed in test/validateNominalWecsim(field_wecsim=c_v,rel_tol_wecsim=0.1_1).
    ---------------------
Raw output
Verification failed in test/validateNominalWecsim(field_wecsim=c_v,rel_tol_wecsim=0.1_1).
    ---------------------
    Framework Diagnostic:
    ---------------------
    verifyEqual failed.
    --> The numeric values are not equal using "isequaln".
    --> The error was not within relative tolerance.
    --> Failure table:
                 Actual         Expected    Error    RelativeError    RelativeTolerance
            ________________    ________    _____    _____________    _________________
                                                                                       
            75.8945110267842      NaN        NaN          NaN                0.1       
    
    Actual Value:
      75.894511026784187
    Expected Value:
       NaN
    ------------------
    Stack Information:
    ------------------
    In /home/runner/work/MDOcean/MDOcean/MDOcean/tests/test.m (test.validateNominalWecsim) at 146

Check failure on line 1 in MDOcean/tests/test.m

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

test.allFiguresRun(which_figs=Fig_6_ParetoFront,which_tabs=none6)

Error occurred in test/allFiguresRun(which_figs=Fig_6_ParetoFront,which_tabs=none6) and it did not run to completion.
    ---------
Raw output
Error occurred in test/allFiguresRun(which_figs=Fig_6_ParetoFront,which_tabs=none6) and it did not run to completion.
    ---------
    Error ID:
    ---------
    'MATLAB:UndefinedFunction'
    --------------
    Error Details:
    --------------
    Unrecognized function or variable 'idxs'.
    
    Error in pareto_search (line 57)
        X0 = [probMO.x0'; X_opt(idxs,:)'; X_seeds];
    
    Error in all_figures (line 54)
        pareto_search(filename_uuid);
    
    Error in test/allFiguresRun (line 129)
                success_criterion = all_figures(which_figs,which_tabs,testCase.uuid.Value);

Check failure on line 1 in MDOcean/tests/test.m

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

test.allFiguresRun(which_figs=Fig_7_DesignHeuristics,which_tabs=none7)

Error occurred in test/allFiguresRun(which_figs=Fig_7_DesignHeuristics,which_tabs=none7) and it did not run to completion.
    ---------
Raw output
Error occurred in test/allFiguresRun(which_figs=Fig_7_DesignHeuristics,which_tabs=none7) and it did not run to completion.
    ---------
    Error ID:
    ---------
    'MATLAB:UndefinedFunction'
    --------------
    Error Details:
    --------------
    Unrecognized function or variable 'idxs'.
    
    Error in pareto_search (line 57)
        X0 = [probMO.x0'; X_opt(idxs,:)'; X_seeds];
    
    Error in all_figures (line 54)
        pareto_search(filename_uuid);
    
    Error in test/allFiguresRun (line 129)
                success_criterion = all_figures(which_figs,which_tabs,testCase.uuid.Value);

Check failure on line 1 in MDOcean/tests/test.m

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

test.allFiguresRun(which_figs=Fig_8_ParameterSensitivities,which_tabs=none8)

Error occurred in test/allFiguresRun(which_figs=Fig_8_ParameterSensitivities,which_tabs=none8) and it did not run to completion.
    ---------
Raw output
Error occurred in test/allFiguresRun(which_figs=Fig_8_ParameterSensitivities,which_tabs=none8) and it did not run to completion.
    ---------
    Error ID:
    ---------
    'MATLAB:rulerFunctions:InvalidNumericLimits'
    --------------
    Error Details:
    --------------
    Error using xlim (line 37)
    Limits must be a 2-element vector of increasing numeric values.
    
    Error in param_sweep (line 119)
    xlim([-1 1] + fix(imrange(slope_LCOE)))
    
    Error in all_figures (line 61)
        param_sweep(filename_uuid)
    
    Error in test/allFiguresRun (line 129)
                success_criterion = all_figures(which_figs,which_tabs,testCase.uuid.Value);