Bug#1037809: opm-material: ftbfs with GCC-13

Matthias Klose doko at debian.org
Wed Jun 14 10:29:42 BST 2023


Package: src:opm-material
Version: 2022.10+ds-4
Severity: normal
Tags: sid trixie
User: debian-gcc at lists.debian.org
Usertags: ftbfs-gcc-13

[This bug is targeted to the upcoming trixie release]

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-13/g++-13, but succeeds to build with gcc-12/g++-12. The
severity of this report will be raised before the trixie release.

The full build log can be found at:
http://qa-logs.debian.net/2023/05/22/logs/opm-material_2022.10+ds-4_unstable_gccexp.log
The last lines of the build log are at the end of this report.

To build with GCC 13, either set CC=gcc-13 CXX=g++-13 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-13/porting_to.html

[...]
15: ----------------------------------
15: Testing fluid system 'Opm::TwoPhaseImmiscibleFluidSystem<float, Opm::GasPhase<float, Opm::N2<float> >, Opm::LiquidPhase<float, Opm::H2O<float> > >'
15: ----------------------------------
15: Testing fluid system 'Opm::SinglePhaseFluidSystem<float, Opm::LiquidPhase<float, Opm::H2O<float> > >'
15: ----------------------------------
15: Testing fluid system 'Opm::SinglePhaseFluidSystem<float, Opm::GasPhase<float, Opm::N2<float> > >'
15: ----------------------------------
15: Testing fluid system 'Opm::BrineCO2FluidSystem<float, CO2Tables>'
15: ----------------------------------
15: Testing fluid system 'Opm::H2ON2FluidSystem<float>'
15: ----------------------------------
15: Testing fluid system 'Opm::H2ON2LiquidPhaseFluidSystem<float>'
15: ----------------------------------
15: Testing fluid system 'Opm::H2OAirFluidSystem<float, Opm::SimpleH2O<float> >'
15: ----------------------------------
15: Testing fluid system 'Opm::H2OAirMesityleneFluidSystem<float>'
15: ----------------------------------
15: Testing fluid system 'Opm::H2OAirXyleneFluidSystem<float>'
15: ----------------------------------
15: Testing fluid system 'Opm::TwoPhaseImmiscibleFluidSystem<float, Opm::LiquidPhase<float, Opm::H2O<float> >, Opm::LiquidPhase<float, Opm::H2O<float> > >'
15: ----------------------------------
15: Testing fluid system 'Opm::TwoPhaseImmiscibleFluidSystem<float, Opm::LiquidPhase<float, Opm::H2O<float> >, Opm::GasPhase<float, Opm::N2<float> > >'
15: ----------------------------------
15: Testing fluid system 'Opm::TwoPhaseImmiscibleFluidSystem<float, Opm::GasPhase<float, Opm::N2<float> >, Opm::LiquidPhase<float, Opm::H2O<float> > >'
15: ----------------------------------
15: Testing fluid system 'Opm::SinglePhaseFluidSystem<float, Opm::LiquidPhase<float, Opm::H2O<float> > >'
15: ----------------------------------
15: Testing fluid system 'Opm::SinglePhaseFluidSystem<float, Opm::GasPhase<float, Opm::N2<float> > >'
15: ----------------------------------
15: Testing fluid system 'Opm::BrineCO2FluidSystem<float, CO2Tables>'
15: ----------------------------------
15: Testing fluid system 'Opm::H2ON2FluidSystem<float>'
15: ----------------------------------
15: Testing fluid system 'Opm::H2ON2LiquidPhaseFluidSystem<float>'
15: ----------------------------------
15: Testing fluid system 'Opm::H2OAirFluidSystem<float, Opm::SimpleH2O<float> >'
15: ----------------------------------
15: Testing fluid system 'Opm::H2OAirMesityleneFluidSystem<float>'
15: ----------------------------------
15: Testing fluid system 'Opm::H2OAirXyleneFluidSystem<float>'
15: ----------------------------------
15: Testing fluid system 'Opm::TwoPhaseImmiscibleFluidSystem<float, Opm::LiquidPhase<float, Opm::H2O<float> >, Opm::LiquidPhase<float, Opm::H2O<float> > >'
15: ----------------------------------
15: Testing fluid system 'Opm::TwoPhaseImmiscibleFluidSystem<float, Opm::LiquidPhase<float, Opm::H2O<float> >, Opm::GasPhase<float, Opm::N2<float> > >'
15: ----------------------------------
15: Testing fluid system 'Opm::TwoPhaseImmiscibleFluidSystem<float, Opm::GasPhase<float, Opm::N2<float> >, Opm::LiquidPhase<float, Opm::H2O<float> > >'
15: ----------------------------------
15: Testing fluid system 'Opm::SinglePhaseFluidSystem<float, Opm::LiquidPhase<float, Opm::H2O<float> > >'
15: ----------------------------------
15: Testing fluid system 'Opm::SinglePhaseFluidSystem<float, Opm::GasPhase<float, Opm::N2<float> > >'
15: ----------------------------------
16/18 Test #15: fluidsystems .....................   Passed    4.67 sec
17/18 Test #17: threecomponents_ptflash ..........***Timeout 1500.11 sec

18/18 Test #18: co2brine_ptflash .................***Timeout 1500.02 sec


89% tests passed, 2 tests failed out of 18

Total Test time (real) = 1501.22 sec

The following tests FAILED:
	 17 - threecomponents_ptflash (Timeout)
	 18 - co2brine_ptflash (Timeout)
Errors while running CTest
make[1]: *** [Makefile:74: test] Error 8
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_test: error: cd obj-x86_64-linux-gnu && make -j8 test ARGS\+=--verbose ARGS\+=-j8 returned exit code 2
make: *** [debian/rules:9: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2



More information about the debian-science-maintainers mailing list