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