OPM / opm-models

The models module for the Open Porous Media Simulation (OPM) framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A lot of tests fail from my building

GitPaean opened this issue · comments

It is a parallel building.

The following tests FAILED:
	  2 - test_blackoilfluidstate (Failed)
	  3 - waterair_pvs_ni (Failed)
	  4 - lens_immiscible_vcfv (Failed)
	  5 - lens_immiscible_ecfv (Failed)
	  6 - finger_immiscible_ecfv (Not Run)
	  7 - finger_immiscible_vcfv (Not Run)
	  8 - finger_immiscible_ecfv_adaptive (Not Run)
	  9 - test_stokes (Failed)
	 10 - test_stokes2c (Failed)
	 11 - test_stokesni (Failed)
	 12 - co2injection_flash_ni_vcfv (Failed)
	 13 - co2injection_flash_ni_ecfv (Failed)
	 14 - co2injection_flash_vcfv (Failed)
	 15 - co2injection_flash_ecfv (Failed)
	 16 - co2injection_ncp_ni_vcfv (Failed)
	 17 - co2injection_pvs_ni_vcfv (Failed)
	 18 - co2injection_ncp_vcfv (Failed)
	 19 - co2injection_pvs_vcfv (Failed)
	 20 - co2injection_immiscible_ni_vcfv (Failed)
	 21 - co2injection_immiscible_vcfv (Failed)
	 22 - co2injection_immiscible_ecfv (Failed)
	 23 - co2injection_ncp_ecfv (Failed)
	 24 - co2injection_pvs_ecfv (Failed)
	 25 - co2injection_immiscible_ni_ecfv (Failed)
	 26 - co2injection_ncp_ni_ecfv (Failed)
	 27 - co2injection_pvs_ni_ecfv (Failed)
	 28 - powerinjection_forchheimer (Failed)
	 29 - powerinjection_darcy (Failed)
	 30 - cuvette_pvs (Failed)
	 31 - infiltration_pvs (Failed)
	 32 - lens_richards_vcfv (Failed)
	 33 - lens_richards_ecfv (Failed)
	 34 - obstacle_immiscible (Failed)
	 35 - obstacle_ncp (Failed)
	 36 - obstacle_pvs (Failed)
	 37 - outflow_pvs (Failed)
	 38 - diffusion_flash (Failed)
	 39 - diffusion_ncp (Failed)
	 40 - diffusion_pvs (Failed)
	 41 - groundwater_immiscible (Failed)
	 42 - reservoir_blackoil_vcfv (Failed)
	 43 - reservoir_blackoil_ecfv (Failed)
	 44 - reservoir_ncp_vcfv (Failed)
	 45 - reservoir_ncp_ecfv (Failed)
	 46 - fracture_discretefracture (Not Run)
	 47 - test_propertysystem (Failed)
	 48 - test_quadrature (Failed)
	 49 - co2injection_ncp_ni_ecfv_parallel (Failed)
	 50 - obstacle_immiscible_parallel (Failed)
	 51 - lens_immiscible_vcfv_parallel (Failed)
	 52 - lens_immiscible_ecfv_parallel (Failed)
	 53 - obstacle_immiscible_parameters (Failed)
	 54 - obstacle_pvs_restart (Failed)
	 55 - tutorial1 (Failed)
Errors while running CTest

It would be good to also see some output, e.g. the output of
ctest -V -R test_blackoilfluidstate

ctest -V -R test_blackoilfluidstate
UpdateCTestConfiguration  from :/home/kaib/OPM-devel/debug/ewoms-build/DartConfiguration.tcl
Parse Config file:/home/kaib/OPM-devel/debug/ewoms-build/DartConfiguration.tcl
UpdateCTestConfiguration  from :/home/kaib/OPM-devel/debug/ewoms-build/DartConfiguration.tcl
Parse Config file:/home/kaib/OPM-devel/debug/ewoms-build/DartConfiguration.tcl
Test project /home/kaib/OPM-devel/debug/ewoms-build
Constructing a list of tests
Done constructing a list of tests
Checking test dependency graph...
Checking test dependency graph end
test 2
    Start 2: test_blackoilfluidstate

2: Test command: /home/kaib/OPM-devel/debug/ewoms/bin/runtest.sh "--plain" "test_blackoilfluidstate"
2: Test timeout computed to be: 1500
2: No binary file found or binary file is non-unique (is: )
2: 
2: Usage:
2: 
2: runTest.sh TEST_TYPE TEST_BINARY [TEST_ARGS]
2: where TEST_TYPE can either be --plain, --simulation or --parallel-simulation=$NUM_CORES (is '--plain').
1/1 Test #2: test_blackoilfluidstate ..........***Failed    0.01 sec

0% tests passed, 1 tests failed out of 1

Total Test time (real) =   0.02 sec

The following tests FAILED:
	  2 - test_blackoilfluidstate (Failed)
Errors while running CTest

your error message means that the tests have not been compiled. (since building them takes a very long time and I'm pretty sure that most people don't want to wait for an additional 20 minutes to get their flow simulator, they are turned of by default.)

to make them build by running make without arguments, pass -DBUILD_TESTING=YES to cmake or use make test-suite.

Since it is something desired, closing the issue now.