Skipping 126 KB..
Full LogTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTest
03:41:50
03:41:50 %if 0%{?rhel} <= 7 && 0%{?rhel} >= 1
03:41:50 source /opt/rh/devtoolset-11/enable
03:41:50 %endif
03:41:50
03:41:50 %if 0%{?rhel} == 8
03:41:50 source /opt/rh/gcc-toolset-11/enable
03:41:50 %endif
03:41:50
03:41:50 autoreconf --install
03:41:50 ./configure CFLAGS="-Os" CXXFLAGS="-Os" QTDIR=/usr/%{_lib}/{omqtversion} %{withomniorb} %{withqt6} %{?devtoolsconfigureflags} --without-omc --prefix=/opt/%{name} --without-omlibrary %{cmakecommand}
03:41:50
03:41:50 %build
03:41:50
03:41:50 %if 0%{?rhel} <= 7 && 0%{?rhel} >= 1
03:41:50 source /opt/rh/devtoolset-11/enable
03:41:50 %endif
03:41:50
03:41:50 %if 0%{?rhel} == 8
03:41:50 source /opt/rh/gcc-toolset-11/enable
03:41:50 %endif
03:41:50
03:41:50 make -j8
03:41:50 test ! -f libraries/install-index.json || make -j8 omlibrary
03:41:50
03:41:50 %install
03:41:50 rm -rf %{buildroot}
03:41:50 make install DESTDIR="%{buildroot}"
03:41:50 mkdir -p %{buildroot}/opt/%{name}/lib/ %{buildroot}/opt/%{name}/share/doc/omc/ %{buildroot}%{_bindir}
03:41:50 ln -s /usr/lib/omlibrary %{buildroot}/opt/%{name}/lib/
03:41:50 ln -s /opt/%{name}/bin/omc %{buildroot}%{_bindir}/omc-nightly
03:41:50 ln -s /opt/%{name}/bin/OMEdit %{buildroot}%{_bindir}/OMEdit-nightly
03:41:50 ln -s /opt/%{name}/bin/OMShell %{buildroot}%{_bindir}/OMShell-nightly
03:41:50 ln -s /opt/%{name}/bin/OMShell-terminal %{buildroot}%{_bindir}/OMShell-terminal-nightly
03:41:50 ln -s /opt/%{name}/bin/OMNotebook %{buildroot}%{_bindir}/OMNotebook-nightly
03:41:50 ln -s /opt/%{name}/bin/OMPlot %{buildroot}%{_bindir}/OMPlot-nightly
03:41:50 touch %{buildroot}%{_bindir}/omc
03:41:50 touch %{buildroot}%{_bindir}/OMEdit
03:41:50 touch %{buildroot}%{_bindir}/OMShell
03:41:50 touch %{buildroot}%{_bindir}/OMShell-terminal
03:41:50 touch %{buildroot}%{_bindir}/OMNotebook
03:41:50 touch %{buildroot}%{_bindir}/OMPlot
03:41:50 cp -a openmodelica-doc*/* %{buildroot}/opt/%{name}/share/doc/omc/
03:41:50
03:41:50 %postun
03:41:50 if [ "$1" -ge "1" ]; then
03:41:50 if [ "`readlink %{_sysconfdir}/alternatives/openmodelica`" == "%{_bindir}/omc-nightly" ]; then
03:41:50 %{_sbindir}/alternatives --set openmodelica %{_bindir}/omc-nightly
03:41:50 fi
03:41:50 fi
03:41:50
03:41:50 %post
03:41:50 %{_sbindir}/update-alternatives --install %{_bindir}/omc openmodelica %{_bindir}/omc-nightly 1018000 \
03:41:50 --slave %{_bindir}/OMEdit openmodelica-OMEdit %{_bindir}/OMEdit-nightly \
03:41:50 --slave %{_bindir}/OMShell openmodelica-OMShell %{_bindir}/OMShell-nightly \
03:41:50 --slave %{_bindir}/OMShell-terminal openmodelica-OMShell-terminal %{_bindir}/OMShell-terminal-nightly \
03:41:50 --slave %{_bindir}/OMNotebook openmodelica-OMNotebook %{_bindir}/OMNotebook-nightly \
03:41:50 --slave %{_bindir}/OMPlot openmodelica-OMPlot %{_bindir}/OMPlot-nightly
03:41:50
03:41:50 %preun
03:41:50 if [ $1 = 0 ]; then
03:41:50 %{_sbindir}/update-alternatives --remove openmodelica %{_bindir}/omc-nightly
03:41:50 fi
03:41:50
03:41:50 %clean
03:41:50 rm -rf %{buildroot}
03:41:50
03:41:50 %files
03:41:50 %defattr(-,root,root,-)
03:41:50 /opt/%{name}/*
03:41:50 %{_bindir}/*-nightly
03:41:50 %ghost %{_bindir}/omc
03:41:50 %ghost %{_bindir}/OMEdit
03:41:50 %ghost %{_bindir}/OMShell
03:41:50 %ghost %{_bindir}/OMShell-terminal
03:41:50 %ghost %{_bindir}/OMNotebook
03:41:50 %ghost %{_bindir}/OMPlot
03:41:50
03:41:50 %changelog
03:41:50 * Sun Nov 02 2025 OpenModelica <openmodelica@ida.liu.se> ${version}-1
03:41:50 - First Build
[Pipeline] writeFile
[Pipeline] sh
03:41:50 + mkdir -p rpmbuild/SOURCES rpmbuild/SRPMS rpmbuild/RPMS
[Pipeline] sh
$ docker run -t -d -u 1001:1001 --privileged -w /var/lib/jenkins/ws/LINUX_BUILDS -v /var/lib/jenkins/ws/LINUX_BUILDS:/var/lib/jenkins/ws/LINUX_BUILDS:rw,z -v /var/lib/jenkins/ws/LINUX_BUILDS_tmp:/var/lib/jenkins/ws/LINUX_BUILDS_tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** docker.openmodelica.org/build-deps:fc43.amd64 cat
$ docker top 454b25a347a77e73bb6a77247e7964066b9ecbeddd962b90e314b507882530d1 -eo pid,comm
03:41:50 + HOME=/var/lib/jenkins/ws/LINUX_BUILDS
03:41:50 + spectool -g -R openmodelica.spec
03:41:50 warning: openmodelica.spec: line 143: Macro %omqtversion needs whitespace before body
03:41:50 0% of 64.5 MiB | | Elapsed Time: 0:00:00 ETA: --:--:--
03:41:50 7% of 64.5 MiB |# | Elapsed Time: 0:00:00 ETA: 0:00:00
03:41:50 13% of 64.5 MiB |### | Elapsed Time: 0:00:00 ETA: 0:00:00
03:41:51 20% of 64.5 MiB |#### | Elapsed Time: 0:00:00 ETA: 0:00:00
03:41:51 27% of 64.5 MiB |###### | Elapsed Time: 0:00:00 ETA: 0:00:00
03:41:51 35% of 64.5 MiB |####### | Elapsed Time: 0:00:00 ETA: 0:00:00
03:41:51 43% of 64.5 MiB |######### | Elapsed Time: 0:00:00 ETA: 0:00:00
03:41:51 48% of 64.5 MiB |########## | Elapsed Time: 0:00:00 ETA: 0:00:00
03:41:51 55% of 64.5 MiB |############ | Elapsed Time: 0:00:00 ETA: 0:00:00
03:41:51 63% of 64.5 MiB |############# | Elapsed Time: 0:00:00 ETA: 0:00:00
03:41:51 68% of 64.5 MiB |############### | Elapsed Time: 0:00:00 ETA: 0:00:00
03:41:51 74% of 64.5 MiB |################ | Elapsed Time: 0:00:00 ETA: 0:00:00
03:41:51 82% of 64.5 MiB |################## | Elapsed Time: 0:00:00 ETA: 0:00:00
03:41:51 88% of 64.5 MiB |################### | Elapsed Time: 0:00:00 ETA: 0:00:00
03:41:51 94% of 64.5 MiB |#################### | Elapsed Time: 0:00:00 ETA: 0:00:00
03:41:51 100% of 64.5 MiB |######################| Elapsed Time: 0:00:00 Time: 0:00:00
03:41:51 0% of 10.6 MiB | | Elapsed Time: 0:00:00 ETA: --:--:--
03:41:51 40% of 10.6 MiB |######## | Elapsed Time: 0:00:00 ETA: 0:00:00
03:41:51 83% of 10.6 MiB |################## | Elapsed Time: 0:00:00 ETA: 0:00:00
03:41:51 100% of 10.6 MiB |######################| Elapsed Time: 0:00:00 Time: 0:00:00
03:41:51 Downloading: https://build.openmodelica.org/apt/pool/contrib/openmodelica_1.26.0~dev-447-g1d11bb5.orig.tar.xz
03:41:51 Downloaded: openmodelica_1.26.0~dev-447-g1d11bb5.orig.tar.xz
03:41:51 Downloading: https://openmodelica.org/doc/openmodelica-doc-latest.tar.xz
03:41:51 Downloaded: openmodelica-doc-latest.tar.xz
[Pipeline] sh
03:41:52 + export HOME=/var/lib/jenkins/ws/LINUX_BUILDS
03:41:52 + HOME=/var/lib/jenkins/ws/LINUX_BUILDS
03:41:52 + rpmbuild --define 'dist .fc43' -ba openmodelica.spec
03:42:10 + cat log
03:42:10 warning: /var/lib/jenkins/ws/LINUX_BUILDS/openmodelica.spec: line 143: Macro %omqtversion needs whitespace before body
03:42:10 setting SOURCE_DATE_EPOCH=1762041600
03:42:10 Executing(%mkbuilddir): /bin/sh -e /var/tmp/rpm-tmp.ByX0zB
03:42:10 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.cdH1Wb
03:42:10 + umask 022
03:42:10 + cd /var/lib/jenkins/ws/LINUX_BUILDS/rpmbuild/BUILD/openmodelica-nightly-1.26.0_dev_447_g1d11bb5-build
03:42:10 + cd /var/lib/jenkins/ws/LINUX_BUILDS/rpmbuild/BUILD/openmodelica-nightly-1.26.0_dev_447_g1d11bb5-build
03:42:10 + rm -rf openmodelica_1.26.0~dev-447-g1d11bb5
03:42:10 + /usr/lib/rpm/rpmuncompress -x /var/lib/jenkins/ws/LINUX_BUILDS/rpmbuild/SOURCES/openmodelica_1.26.0~dev-447-g1d11bb5.orig.tar.xz
03:42:10 + STATUS=0
03:42:10 + '[' 0 -ne 0 ']'
03:42:10 + cd openmodelica_1.26.0~dev-447-g1d11bb5
03:42:10 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
03:42:10 + tar xJf /var/lib/jenkins/ws/LINUX_BUILDS/rpmbuild/SOURCES/openmodelica-doc-latest.tar.xz
03:42:10 + autoreconf --install
03:42:10 configure.ac:35: warning: The macro 'AC_TRY_LINK' is obsolete.
03:42:10 configure.ac:35: You should run autoupdate.
03:42:10 ./lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
03:42:10 configure.ac:35: the top level
03:42:10 configure.ac:38: warning: AC_OUTPUT should be used without arguments.
03:42:10 configure.ac:38: You should run autoupdate.
03:42:10 + ./configure CFLAGS=-Os CXXFLAGS=-Os 'QTDIR=/usr/lib64/{omqtversion}' --with-omniORB --with-qt6 --without-omc --prefix=/opt/openmodelica-nightly --without-omlibrary CMAKE=cmake
03:42:10 checking for gcc... gcc
03:42:10 checking whether the C compiler works... yes
03:42:10 checking for C compiler default output file name... a.out
03:42:10 checking for suffix of executables...
03:42:10 checking whether we are cross compiling... no
03:42:10 checking for suffix of object files... o
03:42:10 checking whether the compiler supports GNU C... yes
03:42:10 checking whether gcc accepts -g... yes
03:42:10 checking for gcc option to enable C11 features... none needed
03:42:10 checking for g++... g++
03:42:10 checking whether the compiler supports GNU C++... yes
03:42:10 checking whether g++ accepts -g... yes
03:42:10 checking for g++ option to enable C++11 features... none needed
03:42:10 checking how to run the C preprocessor... gcc -E
03:42:10 checking build system type... x86_64-pc-linux-gnu
03:42:10 checking host system type... x86_64-pc-linux-gnu
03:42:10 checking target system type... x86_64-pc-linux-gnu
03:42:10 build_short: x86_64-linux-gnu
03:42:10 host_short: x86_64-linux-gnu
03:42:10 checking if cppruntime is requested... no
03:42:10 checking for omniidl... /usr/sbin/omniidl
03:42:10 checking for CORBA... omniorb
03:42:10 configure.ac:35: warning: The macro 'AC_TRY_LINK' is obsolete.
03:42:10 configure.ac:35: You should run autoupdate.
03:42:10 ./lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
03:42:10 configure.ac:35: the top level
03:42:10 configure.ac:38: warning: AC_OUTPUT should be used without arguments.
03:42:10 configure.ac:38: You should run autoupdate.
03:42:10 configure: "Subproject OMOptim does not exist"
03:42:10 configure: creating ./config.status
03:42:10 config.status: creating Makefile
03:42:10 === configuring in OMCompiler (/var/lib/jenkins/ws/LINUX_BUILDS/rpmbuild/BUILD/openmodelica-nightly-1.26.0_dev_447_g1d11bb5-build/openmodelica_1.26.0~dev-447-g1d11bb5/OMCompiler)
03:42:10 configure: running /bin/sh ./configure --disable-option-checking '--prefix=/opt/openmodelica-nightly' 'CFLAGS=-Os' 'CXXFLAGS=-Os' 'QTDIR=/usr/lib64/{omqtversion}' '--with-omniORB' '--with-qt6' '--without-omc' '--without-omlibrary' 'CMAKE=cmake' '--with-ombuilddir=/var/lib/jenkins/ws/LINUX_BUILDS/rpmbuild/BUILD/openmodelica-nightly-1.26.0_dev_447_g1d11bb5-build/openmodelica_1.26.0~dev-447-g1d11bb5/build' --cache-file=/dev/null --srcdir=.
03:42:10 checking build system type... x86_64-pc-linux-gnu
03:42:10 checking host system type... x86_64-pc-linux-gnu
03:42:10 checking target system type... x86_64-pc-linux-gnu
03:42:10 checking for gcc... gcc
03:42:10 checking whether the C compiler works... yes
03:42:10 checking for C compiler default output file name... a.out
03:42:10 checking for suffix of executables...
03:42:10 checking whether we are cross compiling... no
03:42:10 checking for suffix of object files... o
03:42:10 checking whether the compiler supports GNU C... yes
03:42:10 checking whether gcc accepts -g... yes
03:42:10 checking for gcc option to enable C11 features... none needed
03:42:10 checking for stdio.h... yes
03:42:10 checking for stdlib.h... yes
03:42:10 checking for string.h... yes
03:42:10 checking for inttypes.h... yes
03:42:10 checking for stdint.h... yes
03:42:10 checking for strings.h... yes
03:42:10 checking for sys/stat.h... yes
03:42:10 checking for sys/types.h... yes
03:42:10 checking for unistd.h... yes
03:42:10 checking size of void *... 8
03:42:10 build_short: x86_64-linux-gnu
03:42:10 host_short: x86_64-linux-gnu
03:42:10 checking for gcc... (cached) gcc
03:42:10 checking whether the compiler supports GNU C... (cached) yes
03:42:10 checking whether gcc accepts -g... (cached) yes
03:42:10 checking for gcc option to enable C11 features... (cached) none needed
03:42:10 checking for g++... g++
03:42:10 checking whether the compiler supports GNU C++... yes
03:42:10 checking whether g++ accepts -g... yes
03:42:10 checking for g++ option to enable C++11 features... none needed
03:42:10 checking how to run the C preprocessor... gcc -E
03:42:10 checking whether make sets $(MAKE)... yes
03:42:10 checking for gfortran... gfortran
03:42:10 checking whether the compiler supports GNU Fortran... yes
03:42:10 checking whether gfortran accepts -g... yes
03:42:10 checking if -Werror works... ok
03:42:10 checking looking for --no-undefined... yes
03:42:10 gcc
03:42:10 checking for flags to append to CFLAGS (-fno-stack-protector)... -Os -fno-stack-protector
03:42:10 checking for flags to append to LDFLAGS ( -Wl,--no-as-needed -Wl,--disable-new-dtags)... -Wl,--no-as-needed -Wl,--disable-new-dtags
03:42:10 checking for flags to append to FCFLAGS... -fallow-argument-mismatch
03:42:10 checking getconf LONG_BIT = 64 CFLAGS... adding -fPIC
03:42:10 checking whether g++ supports C++17 features with -std=c++17... yes
03:42:10 checking for omc... building it through bootstrapping (you might end up unable to recompile omc if you modify source code)
03:42:10 checking for library containing clock_gettime... none required
03:42:10 checking for sys/time.h... yes
03:42:10 checking for antlr.Tool support... ANTLR Parser Generator Version 2.7.7 (20060906) 1989-2005
03:42:10 yes
03:42:10 checking for expat.h... yes
03:42:10 checking for an ANSI C-conforming const... yes
03:42:10 checking for size_t... yes
03:42:10 checking for vprintf... yes
03:42:10 checking for getcwd... yes
03:42:10 checking for select... yes
03:42:10 checking for strdup... yes
03:42:10 checking for strerror... yes
03:42:10 checking for scandir... yes
03:42:10 checking for OpenMP... -fopenmp
03:42:10 checking runtime compiler... gcc ok
03:42:10 checking runtime compiler CFLAGS... -fPIC -falign-functions -mfpmath=sse -fno-dollars-in-identifiers -Wno-parentheses-equality
03:42:10 checking for library containing dlopen... none required
03:42:10 checking for socket... yes
03:42:10 checking for gethostbyname... yes
03:42:10 checking LAPACK/BLAS flags... -llapack -lblas
03:42:10 checking for deprecated LAPACK routines... yes
03:42:10 checking for curl/curl.h... yes
03:42:10 checking for curl_global_init in -lcurl... yes
03:42:10 checking for locale.h... yes
03:42:10 checking for libintl.h... yes
03:42:10 checking gettext linking... in C-library
03:42:10 checking setlocale linking... in C-library
03:42:10 checking for uuid/uuid.h... no
03:42:10 checking for pthread_self in -lpthread... yes
03:42:10 checking for omniidl... /usr/sbin/omniidl
03:42:10 checking for CORBA... omniorb
03:42:10 checking for OpenCL... checking for CL/cl.h... no
03:42:10 checking for OpenCL/cl.h... no
03:42:10 checking for revision... OpenModelica 1.26.0~dev-447-g1d11bb5
03:42:10 checking for OpenModelica platform name... x86_64-linux
03:42:10 checking for Modelica platform name... linux64
03:42:10 checking add extra sundials cmake config flags on MacOS...
03:42:10 configure: "Given CMAKE: cmake
03:42:10 configure: creating ./config.status
03:42:10 config.status: creating Makefile
03:42:10 config.status: creating omc_config.unix.h
03:42:10 config.status: creating revision.h
03:42:10 config.status: creating Compiler/Util/Autoconf.mo
03:42:10 config.status: creating Compiler/Makefile
03:42:10 config.status: creating Compiler/Script/Makefile
03:42:10 config.status: creating Compiler/Template/Makefile
03:42:10 config.status: creating Compiler/runtime/Makefile
03:42:10 config.status: creating Compiler/FrontEndCpp/Makefile
03:42:10 config.status: creating Parser/Makefile
03:42:10 config.status: creating SimulationRuntime/OMSICpp/Makefile.env
03:42:10 config.status: creating SimulationRuntime/cpp/Makefile.env
03:42:10 config.status: creating SimulationRuntime/c/Makefile
03:42:10 config.status: creating SimulationRuntime/opc/ua/Makefile
03:42:10 config.status: creating SimulationRuntime/fmi/export/buildproject/Makefile
03:42:10 config.status: creating SimulationRuntime/ParModelica/Makefile
03:42:10 config.status: creating SimulationRuntime/ParModelica/auto/Makefile
03:42:10 config.status: creating SimulationRuntime/ParModelica/explicit/openclrt/Makefile
03:42:10 config.status: creating Compiler/boot/Makefile
03:42:10 config.status: creating Compiler/Lexers/Makefile
03:42:10 config.status: executing omc_config.unix.h.fix commands
03:42:10 === configuring in SimulationRuntime/OMSICpp (/var/lib/jenkins/ws/LINUX_BUILDS/rpmbuild/BUILD/openmodelica-nightly-1.26.0_dev_447_g1d11bb5-build/openmodelica_1.26.0~dev-447-g1d11bb5/OMCompiler/SimulationRuntime/OMSICpp)
03:42:10 configure: running /bin/sh ./configure --disable-option-checking '--prefix=/opt/openmodelica-nightly' 'CFLAGS=-Os' 'CXXFLAGS=-Os' 'QTDIR=/usr/lib64/{omqtversion}' '--with-omniORB' '--with-qt6' '--without-omc' '--without-omlibrary' 'CMAKE=cmake' '--with-ombuilddir=/var/lib/jenkins/ws/LINUX_BUILDS/rpmbuild/BUILD/openmodelica-nightly-1.26.0_dev_447_g1d11bb5-build/openmodelica_1.26.0~dev-447-g1d11bb5/build' --cache-file=/dev/null --srcdir=.
03:42:10 checking for gcc... gcc
03:42:10 checking whether the C compiler works... yes
03:42:10 checking for C compiler default output file name... a.out
03:42:10 checking for suffix of executables...
03:42:10 checking whether we are cross compiling... no
03:42:10 checking for suffix of object files... o
03:42:10 checking whether the compiler supports GNU C... yes
03:42:10 checking whether gcc accepts -g... yes
03:42:10 checking for gcc option to enable C11 features... none needed
03:42:10 checking for g++... g++
03:42:10 checking whether the compiler supports GNU C++... yes
03:42:10 checking whether g++ accepts -g... yes
03:42:10 checking for g++ option to enable C++11 features... none needed
03:42:10 checking how to run the C preprocessor... gcc -E
03:42:10 checking build system type... x86_64-pc-linux-gnu
03:42:10 checking host system type... x86_64-pc-linux-gnu
03:42:10 checking target system type... x86_64-pc-linux-gnu
03:42:10 checking if boost static linking is requested... no
03:42:10 checking if boost real paths are requested... no
03:42:10 checking if c++03 support is requested... no
03:42:10 checking if runtime profiling is requested... no
03:42:10 checking if ScoreP is requested... no
03:42:10 ScoreP-home is set to
03:42:10 checking if sundials for FMUs is requested... no
03:42:10 checking if parallel output is requested... no
03:42:10 checking if logger should be used... yes
03:42:10 Build type is set to RelWithDebInfo
03:42:10 configure: creating ./config.status
03:42:10 config.status: creating Makefile
03:42:10 === configuring in SimulationRuntime/cpp (/var/lib/jenkins/ws/LINUX_BUILDS/rpmbuild/BUILD/openmodelica-nightly-1.26.0_dev_447_g1d11bb5-build/openmodelica_1.26.0~dev-447-g1d11bb5/OMCompiler/SimulationRuntime/cpp)
03:42:10 configure: running /bin/sh ./configure --disable-option-checking '--prefix=/opt/openmodelica-nightly' 'CFLAGS=-Os' 'CXXFLAGS=-Os' 'QTDIR=/usr/lib64/{omqtversion}' '--with-omniORB' '--with-qt6' '--without-omc' '--without-omlibrary' 'CMAKE=cmake' '--with-ombuilddir=/var/lib/jenkins/ws/LINUX_BUILDS/rpmbuild/BUILD/openmodelica-nightly-1.26.0_dev_447_g1d11bb5-build/openmodelica_1.26.0~dev-447-g1d11bb5/build' --cache-file=/dev/null --srcdir=.
03:42:10 checking for gcc... gcc
03:42:10 checking whether the C compiler works... yes
03:42:10 checking for C compiler default output file name... a.out
03:42:10 checking for suffix of executables...
03:42:10 checking whether we are cross compiling... no
03:42:10 checking for suffix of object files... o
03:42:10 checking whether the compiler supports GNU C... yes
03:42:10 checking whether gcc accepts -g... yes
03:42:10 checking for gcc option to enable C11 features... none needed
03:42:10 checking for g++... g++
03:42:10 checking whether the compiler supports GNU C++... yes
03:42:10 checking whether g++ accepts -g... yes
03:42:10 checking for g++ option to enable C++11 features... none needed
03:42:10 checking how to run the C preprocessor... gcc -E
03:42:10 checking build system type... x86_64-pc-linux-gnu
03:42:10 checking host system type... x86_64-pc-linux-gnu
03:42:10 checking target system type... x86_64-pc-linux-gnu
03:42:10 checking if boost static linking is requested... no
03:42:10 checking if boost real paths are requested... no
03:42:10 checking if c++03 support is requested... no
03:42:10 checking if runtime profiling is requested... no
03:42:10 checking if ScoreP is requested... no
03:42:10 ScoreP-home is set to
03:42:10 checking if sundials for FMUs is requested... no
03:42:10 checking if parallel output is requested... no
03:42:10 checking if logger should be used... yes
03:42:10 Build type is set to RelWithDebInfo
03:42:10 configure: creating ./config.status
03:42:10 config.status: creating Makefile
03:42:10
03:42:10 Configured OpenModelica successfully using the following options:
03:42:10 Simulations may use sundials suite: Yes
03:42:10 Simulations may use SUITESPARSE: Yes
03:42:10 ParModelica: No
03:42:10 === configuring in OMPlot (/var/lib/jenkins/ws/LINUX_BUILDS/rpmbuild/BUILD/openmodelica-nightly-1.26.0_dev_447_g1d11bb5-build/openmodelica_1.26.0~dev-447-g1d11bb5/OMPlot)
03:42:10 configure: running /bin/sh ./configure --disable-option-checking '--prefix=/opt/openmodelica-nightly' 'CFLAGS=-Os' 'CXXFLAGS=-Os' 'QTDIR=/usr/lib64/{omqtversion}' '--with-omniORB' '--with-qt6' '--without-omc' '--without-omlibrary' 'CMAKE=cmake' '--with-ombuilddir=/var/lib/jenkins/ws/LINUX_BUILDS/rpmbuild/BUILD/openmodelica-nightly-1.26.0_dev_447_g1d11bb5-build/openmodelica_1.26.0~dev-447-g1d11bb5/build' --cache-file=/dev/null --srcdir=.
03:42:10 checking build system type... x86_64-pc-linux-gnu
03:42:10 checking host system type... x86_64-pc-linux-gnu
03:42:10 checking target system type... x86_64-pc-linux-gnu
03:42:10 checking for gcc... gcc
03:42:10 checking whether the C compiler works... yes
03:42:10 checking for C compiler default output file name... a.out
03:42:10 checking for suffix of executables...
03:42:10 checking whether we are cross compiling... no
03:42:10 checking for suffix of object files... o
03:42:10 checking whether the compiler supports GNU C... yes
03:42:10 checking whether gcc accepts -g... yes
03:42:10 checking for gcc option to enable C11 features... none needed
03:42:10 checking for g++... g++
03:42:10 checking whether the compiler supports GNU C++... yes
03:42:10 checking whether g++ accepts -g... yes
03:42:10 checking for g++ option to enable C++11 features... none needed
03:42:10 checking whether g++ supports C++17 features with -std=c++17... yes
03:42:10 ./configure: line 5055: lsb_release: command not found
03:42:10 checking if qt6 is requested... yes
03:42:10 checking for qmake arguments... qmake6
03:42:10 checking for lrelease... ./configure: line 5180: qmake6: command not found
03:42:10 ./configure: line 5181: qmake6: command not found
03:42:10 configure: error: /lrelease does not exist
03:42:10 configure: error: ./configure failed for OMPlot
03:42:10 error: Bad exit status from /var/tmp/rpm-tmp.cdH1Wb (%prep)
03:42:10
03:42:10 RPM build warnings:
03:42:10 /var/lib/jenkins/ws/LINUX_BUILDS/openmodelica.spec: line 143: Macro %omqtversion needs whitespace before body
03:42:10
03:42:10 RPM build errors:
03:42:10 Bad exit status from /var/tmp/rpm-tmp.cdH1Wb (%prep)
03:42:10 + exit 1
[Pipeline] }
$ docker stop --time=1 454b25a347a77e73bb6a77247e7964066b9ecbeddd962b90e314b507882530d1
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
Failed in branch fc43 nightly
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE