Skip to content
Unstable

Console Output

Skipping 110 KB.. Full Log
03:58:18 %if 0%{?rhel} == 8
03:58:18 BuildRequires: libarchive >= 3.3.3
03:58:18 %endif
03:58:18 
03:58:18 # Use gcc-11 on EL8 as well. devtoolset does not seem to be available on
03:58:18 # EL8. One is supposed to use gcc-toolset instead.
03:58:18 %{?el8:Requires: gcc-toolset-11-gcc gcc-toolset-11-gcc-c++ gcc-toolset-11-gcc-gfortran}
03:58:18 %if 0%{?rhel} == 8
03:58:18 BuildRequires: gcc-toolset-11-gcc gcc-toolset-11-gcc-c++ gcc-toolset-11-gcc-gfortran
03:58:18 %define devtoolsconfigureflags CC=/opt/rh/gcc-toolset-11/root/usr/bin/gcc CXX=/opt/rh/gcc-toolset-11/root/usr/bin/g++ FC=/opt/rh/gcc-toolset-11/root/usr/bin/gfortran AS=/opt/rh/gcc-toolset-11/root/usr/bin/as
03:58:18 %endif
03:58:18 
03:58:18 # EL7 has -static-libstdc++ inside devtools (but the system g++ does not know the flag) -- adrpo: check this, also for el6
03:58:18 %{?el7:Requires: devtoolset-11-gcc}
03:58:18 %{?el7:Requires: devtoolset-11-gcc-c++}
03:58:18 %{?el7:Requires: devtoolset-11-gcc-gfortran}
03:58:18 
03:58:18 %if 0%{?rhel} <= 7 && 0%{?rhel} >= 1
03:58:18 BuildRequires: devtoolset-11-gcc devtoolset-11-gcc-c++ devtoolset-11-gcc-gfortran
03:58:18 %define devtoolsconfigureflags CC=/opt/rh/devtoolset-11/root/usr/bin/gcc CXX=/opt/rh/devtoolset-11/root/usr/bin/g++ FC=/opt/rh/devtoolset-11/root/usr/bin/gfortran
03:58:18 %endif
03:58:18 
03:58:18 %if 0%{?fedora} >= 25
03:58:18 BuildRequires: OpenSceneGraph-devel
03:58:18 %endif
03:58:18 
03:58:18 %if 0%{?rhel} >= 10
03:58:18 %define withqt6 --with-qt6
03:58:18 %define omqtversion=QT6
03:58:18 %else
03:58:18 %define withqt6 ''
03:58:18 %define omqtversion=QT5
03:58:18 %endif
03:58:18 
03:58:18 
03:58:18 # We should use clang, but OMEdit does not compile with it due to odd default qmake flags
03:58:18 Requires: gcc
03:58:18 Requires: gcc-c++
03:58:18 Requires: lapack-devel
03:58:18 
03:58:18 Requires(post): %{_sbindir}/update-alternatives
03:58:18 Requires(postun): %{_sbindir}/update-alternatives
03:58:18 
03:58:18 # CentOS does not have suggests
03:58:18 %if 0%{?fedora} >= 24 || 0%{?rhel} >= 8
03:58:18 Suggests: boost-devel
03:58:18 Suggests: boost-static
03:58:18 Suggests: lapack-static
03:58:18 Suggests: openblas-static
03:58:18 %else
03:58:18 Requires: boost-devel
03:58:18 Requires: boost-static
03:58:18 %endif
03:58:18 
03:58:18 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
03:58:18 
03:58:18 %description
03:58:18 %{summary}
03:58:18 
03:58:18 %prep
03:58:18 
03:58:18 %setup -q -n openmodelica_1.27.0~dev-284-gcdfa351
03:58:18 tar xJf %{_sourcedir}/openmodelica-doc-latest.tar.xz
03:58:18 
03:58:18 
03:58:18 
03:58:18 %if 0%{?rhel} <= 7 && 0%{?rhel} >= 1
03:58:18 source /opt/rh/devtoolset-11/enable
03:58:18 %endif
03:58:18 
03:58:18 %if 0%{?rhel} == 8
03:58:18 source /opt/rh/gcc-toolset-11/enable
03:58:18 %endif
03:58:18 
03:58:18 autoreconf --install
03:58:18 ./configure CFLAGS="-Os" CXXFLAGS="-Os" QTDIR=/usr/%{_lib}/{omqtversion} %{withomniorb} %{withqt6}  %{?devtoolsconfigureflags} --without-omc --prefix=/opt/%{name} --without-omlibrary %{cmakecommand}
03:58:18 
03:58:18 %build
03:58:18 
03:58:18 %if 0%{?rhel} <= 7 && 0%{?rhel} >= 1
03:58:18 source /opt/rh/devtoolset-11/enable
03:58:18 %endif
03:58:18 
03:58:18 %if 0%{?rhel} == 8
03:58:18 source /opt/rh/gcc-toolset-11/enable
03:58:18 %endif
03:58:18 
03:58:18 make -j8
03:58:18 test ! -f libraries/install-index.json || make -j8 omlibrary
03:58:18 
03:58:18 %install
03:58:18 rm -rf %{buildroot}
03:58:18 make install DESTDIR="%{buildroot}"
03:58:18 mkdir -p %{buildroot}/opt/%{name}/lib/ %{buildroot}/opt/%{name}/share/doc/omc/ %{buildroot}%{_bindir}
03:58:18 ln -s /usr/lib/omlibrary %{buildroot}/opt/%{name}/lib/
03:58:18 ln -s /opt/%{name}/bin/omc %{buildroot}%{_bindir}/omc-nightly
03:58:18 ln -s /opt/%{name}/bin/OMEdit %{buildroot}%{_bindir}/OMEdit-nightly
03:58:18 ln -s /opt/%{name}/bin/OMShell %{buildroot}%{_bindir}/OMShell-nightly
03:58:18 ln -s /opt/%{name}/bin/OMShell-terminal %{buildroot}%{_bindir}/OMShell-terminal-nightly
03:58:18 ln -s /opt/%{name}/bin/OMNotebook %{buildroot}%{_bindir}/OMNotebook-nightly
03:58:18 ln -s /opt/%{name}/bin/OMPlot %{buildroot}%{_bindir}/OMPlot-nightly
03:58:18 touch %{buildroot}%{_bindir}/omc
03:58:18 touch %{buildroot}%{_bindir}/OMEdit
03:58:18 touch %{buildroot}%{_bindir}/OMShell
03:58:18 touch %{buildroot}%{_bindir}/OMShell-terminal
03:58:18 touch %{buildroot}%{_bindir}/OMNotebook
03:58:18 touch %{buildroot}%{_bindir}/OMPlot
03:58:18 cp -a openmodelica-doc*/* %{buildroot}/opt/%{name}/share/doc/omc/
03:58:18 
03:58:18 %postun
03:58:18 if [ "$1" -ge "1" ]; then
03:58:18   if [ "`readlink %{_sysconfdir}/alternatives/openmodelica`" == "%{_bindir}/omc-nightly" ]; then
03:58:18     %{_sbindir}/alternatives --set openmodelica %{_bindir}/omc-nightly
03:58:18   fi
03:58:18 fi
03:58:18 
03:58:18 %post
03:58:18 %{_sbindir}/update-alternatives --install %{_bindir}/omc openmodelica %{_bindir}/omc-nightly 1018000 \
03:58:18   --slave %{_bindir}/OMEdit openmodelica-OMEdit %{_bindir}/OMEdit-nightly \
03:58:18   --slave %{_bindir}/OMShell openmodelica-OMShell %{_bindir}/OMShell-nightly \
03:58:18   --slave %{_bindir}/OMShell-terminal openmodelica-OMShell-terminal %{_bindir}/OMShell-terminal-nightly \
03:58:18   --slave %{_bindir}/OMNotebook openmodelica-OMNotebook %{_bindir}/OMNotebook-nightly \
03:58:18   --slave %{_bindir}/OMPlot openmodelica-OMPlot %{_bindir}/OMPlot-nightly
03:58:18 
03:58:18 %preun
03:58:18 if [ $1 = 0 ]; then
03:58:18   %{_sbindir}/update-alternatives --remove openmodelica %{_bindir}/omc-nightly
03:58:18 fi
03:58:18 
03:58:18 %clean
03:58:18 rm -rf %{buildroot}
03:58:18 
03:58:18 %files
03:58:18 %defattr(-,root,root,-)
03:58:18 /opt/%{name}/*
03:58:18 %{_bindir}/*-nightly
03:58:18 %ghost %{_bindir}/omc
03:58:18 %ghost %{_bindir}/OMEdit
03:58:18 %ghost %{_bindir}/OMShell
03:58:18 %ghost %{_bindir}/OMShell-terminal
03:58:18 %ghost %{_bindir}/OMNotebook
03:58:18 %ghost %{_bindir}/OMPlot
03:58:18 
03:58:18 %changelog
03:58:18 * Thu Apr 02 2026  OpenModelica <openmodelica@ida.liu.se> ${version}-1
03:58:18 - First Build
[Pipeline] writeFile
[Pipeline] sh
03:58:19 + mkdir -p rpmbuild/SOURCES rpmbuild/SRPMS rpmbuild/RPMS
[Pipeline] sh
03:58:19 + HOME=/var/lib/jenkins/ws/LINUX_BUILDS
03:58:19 + spectool -g -R openmodelica.spec
03:58:19 warning: openmodelica.spec: line 146: Macro %omqtversion needs whitespace before body
03:58:19   0% of  74.0 MiB |                      | Elapsed Time: 0:00:00 ETA:  --:--:--
03:58:19   3% of  74.0 MiB |                      | Elapsed Time: 0:00:00 ETA:   0:00:01
03:58:19   8% of  74.0 MiB |#                     | Elapsed Time: 0:00:00 ETA:   0:00:01
03:58:19  13% of  74.0 MiB |###                   | Elapsed Time: 0:00:00 ETA:   0:00:01
03:58:19  21% of  74.0 MiB |####                  | Elapsed Time: 0:00:00 ETA:   0:00:00
03:58:19  29% of  74.0 MiB |######                | Elapsed Time: 0:00:00 ETA:   0:00:00
03:58:19  36% of  74.0 MiB |########              | Elapsed Time: 0:00:00 ETA:   0:00:00
03:58:19  44% of  74.0 MiB |#########             | Elapsed Time: 0:00:00 ETA:   0:00:00
03:58:19  51% of  74.0 MiB |###########           | Elapsed Time: 0:00:00 ETA:   0:00:00
03:58:19  59% of  74.0 MiB |#############         | Elapsed Time: 0:00:00 ETA:   0:00:00
03:58:19  67% of  74.0 MiB |##############        | Elapsed Time: 0:00:00 ETA:   0:00:00
03:58:19  74% of  74.0 MiB |################      | Elapsed Time: 0:00:00 ETA:   0:00:00
03:58:20  82% of  74.0 MiB |##################    | Elapsed Time: 0:00:00 ETA:   0:00:00
03:58:20  89% of  74.0 MiB |###################   | Elapsed Time: 0:00:00 ETA:   0:00:00
03:58:20  97% of  74.0 MiB |##################### | Elapsed Time: 0:00:00 ETA:   0:00:00
03:58:20 100% of  74.0 MiB |######################| Elapsed Time: 0:00:00 Time:  0:00:00
03:58:20   0% of  10.6 MiB |                      | Elapsed Time: 0:00:00 ETA:  --:--:--
03:58:20  20% of  10.6 MiB |####                  | Elapsed Time: 0:00:00 ETA:   0:00:00
03:58:20  34% of  10.6 MiB |#######               | Elapsed Time: 0:00:00 ETA:   0:00:00
03:58:20  69% of  10.6 MiB |###############       | Elapsed Time: 0:00:00 ETA:   0:00:00
03:58:20  92% of  10.6 MiB |####################  | Elapsed Time: 0:00:00 ETA:   0:00:00
03:58:20 100% of  10.6 MiB |######################| Elapsed Time: 0:00:00 Time:  0:00:00
03:58:20 Downloading: https://build.openmodelica.org/apt/pool/contrib/openmodelica_1.27.0~dev-284-gcdfa351.orig.tar.xz
03:58:20 Downloaded: openmodelica_1.27.0~dev-284-gcdfa351.orig.tar.xz
03:58:20 Downloading: https://openmodelica.org/doc/openmodelica-doc-latest.tar.xz
03:58:20 Downloaded: openmodelica-doc-latest.tar.xz
[Pipeline] sh
03:58:20 + export HOME=/var/lib/jenkins/ws/LINUX_BUILDS
03:58:20 + HOME=/var/lib/jenkins/ws/LINUX_BUILDS
03:58:20 + rpmbuild --define 'dist .fc42' -ba openmodelica.spec
[Pipeline] sh
04:04:27 + find /var/lib/jenkins/ws/LINUX_BUILDS -name '*.rpm'
04:04:27 /var/lib/jenkins/ws/LINUX_BUILDS/rpmbuild/RPMS/x86_64/openmodelica-nightly-1.27.0~dev~284~gcdfa351-1.fc42.x86_64.rpm
04:04:27 /var/lib/jenkins/ws/LINUX_BUILDS/rpmbuild/SRPMS/openmodelica-nightly-1.27.0~dev~284~gcdfa351-1.fc42.src.rpm
[Pipeline] }
$ docker stop --time=1 16e81b2d993a2d237c0c35c10fdd24bcff3f46bdaf71b2217e804092b35a589f
[Pipeline] // withDockerContainer
[Pipeline] sh
04:04:29 + find /var/lib/jenkins/ws/LINUX_BUILDS -name *.rpm
04:04:29 /var/lib/jenkins/ws/LINUX_BUILDS/rpmbuild/RPMS/x86_64/openmodelica-nightly-1.27.0~dev~284~gcdfa351-1.fc42.x86_64.rpm
04:04:29 /var/lib/jenkins/ws/LINUX_BUILDS/rpmbuild/SRPMS/openmodelica-nightly-1.27.0~dev~284~gcdfa351-1.fc42.src.rpm
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named dockerfiletext (to a value of type GStringImpl) which could lead to memory leaks or other issues.
[Pipeline] echo
04:04:29 
04:04:29 FROM docker.openmodelica.org/build-deps:fc42.amd64
04:04:29 COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.27.0~dev~284~gcdfa351-1.fc42.x86_64.rpm /root
04:04:29 RUN rpm -i /root/openmodelica-nightly-1.27.0~dev~284~gcdfa351-1.fc42.x86_64.rpm
04:04:29 
[Pipeline] writeFile
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
04:04:29 + docker build -t rpm-build-tmp .
04:04:29 #0 building with "default" instance using docker driver
04:04:29 
04:04:29 #1 [internal] load build definition from Dockerfile
04:04:29 #1 transferring dockerfile: 266B done
04:04:29 #1 DONE 0.0s
04:04:29 
04:04:29 #2 [internal] load metadata for docker.openmodelica.org/build-deps:fc42.amd64
04:04:29 #2 DONE 0.0s
04:04:29 
04:04:29 #3 [internal] load .dockerignore
04:04:29 #3 transferring context: 2B done
04:04:29 #3 DONE 0.0s
04:04:29 
04:04:29 #4 [internal] load build context
04:04:29 #4 ...
04:04:29 
04:04:29 #5 [1/3] FROM docker.openmodelica.org/build-deps:fc42.amd64
04:04:29 #5 DONE 0.1s
04:04:29 
04:04:29 #4 [internal] load build context
$ docker rm -f --volumes 16e81b2d993a2d237c0c35c10fdd24bcff3f46bdaf71b2217e804092b35a589f
04:04:29 #4 transferring context: 132.91MB 0.3s done
04:04:29 #4 DONE 0.3s
04:04:29 
04:04:29 #6 [2/3] COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.27.0~dev~284~gcdfa351-1.fc42.x86_64.rpm /root
04:04:29 #6 DONE 0.1s
04:04:29 
04:04:29 #7 [3/3] RUN rpm -i /root/openmodelica-nightly-1.27.0~dev~284~gcdfa351-1.fc42.x86_64.rpm
04:04:31 #7 DONE 1.3s
04:04:31 
04:04:31 #8 exporting to image
04:04:31 #8 exporting layers
04:04:31 #8 exporting layers 0.6s done
04:04:31 #8 writing image sha256:951d62695ad627d5144a7fe136a971cf71cfe4f2bf57041648ff6fc5e7a5be32 done
04:04:31 #8 naming to docker.io/library/rpm-build-tmp 0.0s done
04:04:31 #8 DONE 0.7s
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withCredentials
04:04:31 Masking supported pattern matches of $identity
[Pipeline] {
[Pipeline] findFiles
[Pipeline] sh
04:04:32 + wget --spider -q https://build.openmodelica.org/rpm/fc42/openmodelica-nightly-1.27.0~dev~284~gcdfa351-1.fc42.x86_64.rpm
04:04:32 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/rpmbuild/RPMS/x86_64/openmodelica-nightly-1.27.0~dev~284~gcdfa351-1.fc42.x86_64.rpm into: /var/www/build.openmodelica.org/rpm/fc42/
[Pipeline] sh
04:04:39 + wget --spider -q https://build.openmodelica.org/rpm/fc42/openmodelica-nightly-1.27.0~dev~284~gcdfa351-1.fc42.src.rpm
04:04:39 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/rpmbuild/SRPMS/openmodelica-nightly-1.27.0~dev~284~gcdfa351-1.fc42.src.rpm into: /var/www/build.openmodelica.org/rpm/fc42/
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (release)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (www-api-json)
[Pipeline] node
Running on r630-2 in /var/lib/jenkins/ws/LINUX_BUILDS
[Pipeline] {
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named prettyJSON (to a value of type String) which could lead to memory leaks or other issues.
[Pipeline] git
The recommended git tool is: git
using credential Hudson-SSH-Key
Fetching changes from the remote Git repository
 > git rev-parse --resolve-git-dir /var/lib/jenkins/ws/LINUX_BUILDS/.git # timeout=10
 > git config remote.origin.url git@github.com:OpenModelica/www.openmodelica.org.git # timeout=10
Fetching upstream changes from git@github.com:OpenModelica/www.openmodelica.org.git
 > git --version # timeout=10
 > git --version # 'git version 2.34.1'
using GIT_SSH to set credentials SSH Key for user Hudson
 > git fetch --tags --force --progress -- git@github.com:OpenModelica/www.openmodelica.org.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 27093aee501aa72040f37317088d1478dd128ca3 (refs/remotes/origin/main)
Commit message: "Updated Linux versions in the JSON"
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 27093aee501aa72040f37317088d1478dd128ca3 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D main # timeout=10
 > git checkout -b main 27093aee501aa72040f37317088d1478dd128ca3 # timeout=10
 > git rev-list --no-walk 27093aee501aa72040f37317088d1478dd128ca3 # timeout=10
[Pipeline] sh
+ git remote -v
+ grep www.openmodelica.org
origin	git@github.com:OpenModelica/www.openmodelica.org.git (fetch)
origin	git@github.com:OpenModelica/www.openmodelica.org.git (push)
[Pipeline] writeFile
[Pipeline] sh
+ git add static/api/linux.json
[Pipeline] sshagent
[ssh-agent] Using credentials hudson (SSH Key for user Hudson)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-XXXXXXvsaIWm/agent.1920434
SSH_AGENT_PID=1920436
Running ssh-add (command line suppressed)
Identity added: /var/lib/jenkins/ws/LINUX_BUILDS_tmp/private_key_10925030258163679067.key (/var/lib/jenkins/ws/LINUX_BUILDS_tmp/private_key_10925030258163679067.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ git diff-index --quiet HEAD
+ git config user.email openmodelica@ida.liu.se
+ git config user.name OpenModelica Hudson
+ git commit -m Updated Linux versions in the JSON
[main cd1ee808] Updated Linux versions in the JSON
 1 file changed, 1 insertion(+), 1 deletion(-)
+ GIT_SSH_COMMAND=ssh -o StrictHostKeyChecking=no git push --set-upstream origin main
remote: Bypassed rule violations for refs/heads/main:        
remote: 
remote: - Changes must be made through a pull request.        
remote: 
remote: - Required status check "continuous-integration/jenkins/pr-merge" is expected.        
remote: 
To github.com:OpenModelica/www.openmodelica.org.git
   27093aee..cd1ee808  main -> main
Branch 'main' set up to track remote branch 'main' from 'origin'.
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 1920436 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (buildVM nightly)
[Pipeline] node
Running on r630-2 in /var/lib/jenkins/ws/LINUX_BUILDS
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: git
using credential Hudson-SSH-Key
Fetching changes from the remote Git repository
Cleaning workspace
Checking out Revision 6a023c0f65cd68a6c7f9dd74f1018d56d9296ab7 (refs/remotes/origin/master)
Commit message: "Updated nightly build"
Cleaning workspace
[Pipeline] sh
 > git rev-parse --resolve-git-dir /var/lib/jenkins/ws/LINUX_BUILDS/.git # timeout=10
 > git config remote.origin.url git@gitlab.liu.se:OpenModelica/apt-build.git # timeout=10
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Fetching upstream changes from git@gitlab.liu.se:OpenModelica/apt-build.git
 > git --version # timeout=10
 > git --version # 'git version 2.34.1'
using GIT_SSH to set credentials SSH Key for user Hudson
 > git fetch --tags --force --progress -- git@gitlab.liu.se:OpenModelica/apt-build.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6a023c0f65cd68a6c7f9dd74f1018d56d9296ab7 # timeout=10
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
+ git checkout -f 6a023c0f65cd68a6c7f9dd74f1018d56d9296ab7
HEAD is now at 6a023c0f Updated nightly build
[Pipeline] fileExists
[Pipeline] sh
+ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/ubuntu-vg/ubuntu-lv during curtin installation
/dev/disk/by-id/dm-uuid-LVM-Tokab4BBdscvtsLRbubqfY4bXiYWpbDBNSc3iT1SaO8gqsfiGFbEcWT4e8AZrzIz / ext4 defaults 0 1
# /boot was on /dev/sde2 during curtin installation
/dev/disk/by-uuid/39585fc8-6542-46fb-b003-fbb004190f60 /boot ext4 defaults 0 1
#/swap.img	none	swap	sw	0	0

/var/www/build.openmodelica.org/virtual_machines/tmp-build/tmp.raw /var/www/build.openmodelica.org/virtual_machines/tmp-build/root ext4 noauto,offset=257949696,users,exec,dev 0 2
/var/www/build.openmodelica.org/virtual_machines/tmp-build/cache /var/www/build.openmodelica.org/virtual_machines/tmp-build/root/home/openmodelica/.openmodelica/cache none noauto,bind,users 0 2
[Pipeline] sh
+ sudo umount -l /var/www/build.openmodelica.org/virtual_machines/tmp-build/root/home/openmodelica/.openmodelica/cache
umount: /var/www/build.openmodelica.org/virtual_machines/tmp-build/root/home/openmodelica/.openmodelica/cache: no mount point specified.
+ true
[Pipeline] sh
+ sudo umount -l /var/www/build.openmodelica.org/virtual_machines/tmp-build/root/proc
umount: /var/www/build.openmodelica.org/virtual_machines/tmp-build/root/proc: not mounted.
+ true
[Pipeline] sh
+ sudo umount -l /var/www/build.openmodelica.org/virtual_machines/tmp-build/root
umount: /var/www/build.openmodelica.org/virtual_machines/tmp-build/root: not mounted.
+ true
[Pipeline] sh
+ rm -f /var/www/build.openmodelica.org/virtual_machines/tmp-build/tmp.raw /var/www/build.openmodelica.org/virtual_machines/tmp-build/tmp.vdi
[Pipeline] sh
+ vboxmanage list vms
+ grep inaccessible
+ grep -o {.*}
+ tr -d {}
[Pipeline] sh
+ + vboxmanagegrep list ^UUID:+  hdds
+ 
sedcut s/  */ / -d 
 -f2
+ vboxmanage closemedium disk bce00fc3-7000-4342-92c5-51fb241e3ef4
+ vboxmanage closemedium disk 5bc2054e-7512-4580-81be-b3384ba7af77
[Pipeline] sh
+ VBoxManage clonehd /var/www/build.openmodelica.org/virtual_machines/base_image/OpenModelicaUbuntu22.04.vdi /var/www/build.openmodelica.org/virtual_machines/tmp-build/tmp.raw --format RAW
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Clone medium created in format 'RAW'. UUID: 334fd01d-44f4-4f5f-91fe-41b174665d2a
[Pipeline] sh
+ mount /var/www/build.openmodelica.org/virtual_machines/tmp-build/root
[Pipeline] sh
+ sudo chroot /var/www/build.openmodelica.org/virtual_machines/tmp-build/root su -l openmodelica -c mkdir -p /home/openmodelica/.openmodelica/cache
[Pipeline] sh
+ sudo mount /var/www/build.openmodelica.org/virtual_machines/tmp-build/root/home/openmodelica/.openmodelica/cache
[Pipeline] sh
+ sudo mount -t proc none /var/www/build.openmodelica.org/virtual_machines/tmp-build/root/proc
[Pipeline] sh
+ sudo chroot /var/www/build.openmodelica.org/virtual_machines/tmp-build/root sh -c echo nameserver 8.8.8.8 > /etc/resolv.conf
[Pipeline] sh
+ sudo chroot /var/www/build.openmodelica.org/virtual_machines/tmp-build/root apt-get update
Hit:1 http://se.archive.ubuntu.com/ubuntu jammy InRelease
Get:2 http://se.archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
Get:4 http://se.archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]
Get:5 http://se.archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [980 kB]
Get:6 http://se.archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3,365 kB]
Get:7 http://se.archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [512 kB]
Get:8 http://se.archive.ubuntu.com/ubuntu jammy-updates/main amd64 DEP-11 Metadata [114 kB]
Get:9 http://se.archive.ubuntu.com/ubuntu jammy-updates/main DEP-11 48x48 Icons [37.0 kB]
Get:10 http://se.archive.ubuntu.com/ubuntu jammy-updates/main DEP-11 64x64 Icons [56.3 kB]
Get:11 http://se.archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [19.6 kB]
Get:12 http://se.archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [5,608 kB]
Get:13 http://se.archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [52.7 kB]
Get:14 http://se.archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [1,075 kB]
Get:15 http://se.archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 DEP-11 Metadata [212 B]
Get:16 http://se.archive.ubuntu.com/ubuntu jammy-updates/restricted DEP-11 48x48 Icons [29 B]
Get:17 http://se.archive.ubuntu.com/ubuntu jammy-updates/restricted DEP-11 64x64 Icons [29 B]
Get:18 http://se.archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [676 B]
Get:19 http://se.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,262 kB]
Get:20 http://se.archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [800 kB]
Get:21 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3,068 kB]
Get:22 http://se.archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [316 kB]
Get:23 http://se.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 DEP-11 Metadata [360 kB]
Get:24 http://se.archive.ubuntu.com/ubuntu jammy-updates/universe DEP-11 48x48 Icons [253 kB]
Get:25 http://se.archive.ubuntu.com/ubuntu jammy-updates/universe DEP-11 64x64 Icons [410 kB]
Get:26 http://se.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [30.4 kB]
Get:27 http://se.archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [8,984 B]
Get:28 http://se.archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [59.0 kB]
Get:29 http://se.archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [13.5 kB]
Get:30 http://se.archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 DEP-11 Metadata [940 B]
Get:31 http://se.archive.ubuntu.com/ubuntu jammy-updates/multiverse DEP-11 48x48 Icons [1,867 B]
Get:32 http://se.archive.ubuntu.com/ubuntu jammy-updates/multiverse DEP-11 64x64 Icons [2,497 B]
Get:33 http://se.archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [612 B]
Get:34 http://se.archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [69.4 kB]
Get:35 http://se.archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [61.1 kB]
Get:36 http://se.archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.5 kB]
Get:37 http://se.archive.ubuntu.com/ubuntu jammy-backports/main amd64 DEP-11 Metadata [7,364 B]
Get:38 http://se.archive.ubuntu.com/ubuntu jammy-backports/main DEP-11 48x48 Icons [9,537 B]
Get:39 http://se.archive.ubuntu.com/ubuntu jammy-backports/main DEP-11 64x64 Icons [11.3 kB]
Get:40 http://se.archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [412 B]
Get:41 http://se.archive.ubuntu.com/ubuntu jammy-backports/restricted amd64 DEP-11 Metadata [212 B]
Get:42 http://se.archive.ubuntu.com/ubuntu jammy-backports/restricted DEP-11 48x48 Icons [29 B]
Get:43 http://se.archive.ubuntu.com/ubuntu jammy-backports/restricted DEP-11 64x64 Icons [29 B]
Get:44 http://se.archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [19.3 kB]
Get:45 http://se.archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [30.4 kB]
Get:46 http://se.archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.9 kB]
Get:47 http://se.archive.ubuntu.com/ubuntu jammy-backports/universe amd64 DEP-11 Metadata [7,304 B]
Get:48 http://se.archive.ubuntu.com/ubuntu jammy-backports/universe DEP-11 48x48 Icons [19.7 kB]
Get:49 http://se.archive.ubuntu.com/ubuntu jammy-backports/universe DEP-11 64x64 Icons [28.2 kB]
Get:50 http://se.archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B]
Get:51 http://se.archive.ubuntu.com/ubuntu jammy-backports/multiverse amd64 DEP-11 Metadata [212 B]
Get:52 http://se.archive.ubuntu.com/ubuntu jammy-backports/multiverse DEP-11 48x48 Icons [29 B]
Get:53 http://se.archive.ubuntu.com/ubuntu jammy-backports/multiverse DEP-11 64x64 Icons [29 B]
Get:54 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [791 kB]
Get:55 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [438 kB]
Get:56 http://security.ubuntu.com/ubuntu jammy-security/main amd64 DEP-11 Metadata [54.5 kB]
Get:57 http://security.ubuntu.com/ubuntu jammy-security/main DEP-11 48x48 Icons [20.3 kB]
Get:58 http://security.ubuntu.com/ubuntu jammy-security/main DEP-11 64x64 Icons [31.6 kB]
Get:59 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [14.1 kB]
Get:60 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [49.8 kB]
Get:61 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [5,356 kB]
Get:62 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [1,025 kB]
Get:63 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 DEP-11 Metadata [208 B]
Get:64 http://security.ubuntu.com/ubuntu jammy-security/restricted DEP-11 48x48 Icons [29 B]
Get:65 http://security.ubuntu.com/ubuntu jammy-security/restricted DEP-11 64x64 Icons [29 B]
Get:66 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [680 B]
Get:67 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1,025 kB]
Get:68 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [689 kB]
Get:69 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [226 kB]
Get:70 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 DEP-11 Metadata [126 kB]
Get:71 http://security.ubuntu.com/ubuntu jammy-security/universe DEP-11 48x48 Icons [82.0 kB]
Get:72 http://security.ubuntu.com/ubuntu jammy-security/universe DEP-11 64x64 Icons [122 kB]
Get:73 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [22.8 kB]
Get:74 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [5,628 B]
Get:75 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [51.9 kB]
Get:76 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [10.6 kB]
Get:77 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 DEP-11 Metadata [208 B]
Get:78 http://security.ubuntu.com/ubuntu jammy-security/multiverse DEP-11 48x48 Icons [29 B]
Get:79 http://security.ubuntu.com/ubuntu jammy-security/multiverse DEP-11 64x64 Icons [29 B]
Get:80 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [388 B]
Fetched 29.2 MB in 4s (7,177 kB/s)
Reading package lists...
[Pipeline] sh
+ sudo chroot /var/www/build.openmodelica.org/virtual_machines/tmp-build/root apt-get install -qyy ca-certificates curl gnupg lsb-release
Reading package lists...
Building dependency tree...
Reading state information...
lsb-release is already the newest version (11.1.0ubuntu4).
lsb-release set to manually installed.
The following additional packages will be installed:
  dirmngr gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
  gpgconf gpgsm gpgv libcurl4
Suggested packages:
  tor parcimonie xloadimage scdaemon
The following NEW packages will be installed:
  curl
The following packages will be upgraded:
  ca-certificates dirmngr gnupg gnupg-l10n gnupg-utils gpg gpg-agent
  gpg-wks-client gpg-wks-server gpgconf gpgsm gpgv libcurl4
13 upgraded, 1 newly installed, 0 to remove and 484 not upgraded.
Need to get 2,894 kB of archives.
After this operation, 490 kB of additional disk space will be used.
Get:1 http://se.archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-wks-client amd64 2.2.27-3ubuntu2.5 [62.7 kB]
Get:2 http://se.archive.ubuntu.com/ubuntu jammy-updates/main amd64 dirmngr amd64 2.2.27-3ubuntu2.5 [293 kB]
Get:3 http://se.archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg-utils amd64 2.2.27-3ubuntu2.5 [309 kB]
Get:4 http://se.archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-wks-server amd64 2.2.27-3ubuntu2.5 [57.6 kB]
Get:5 http://se.archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-agent amd64 2.2.27-3ubuntu2.5 [209 kB]
Get:6 http://se.archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg amd64 2.2.27-3ubuntu2.5 [519 kB]
Get:7 http://se.archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgconf amd64 2.2.27-3ubuntu2.5 [94.3 kB]
Get:8 http://se.archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg-l10n all 2.2.27-3ubuntu2.5 [54.5 kB]
Get:9 http://se.archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg all 2.2.27-3ubuntu2.5 [315 kB]
Get:10 http://se.archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgsm amd64 2.2.27-3ubuntu2.5 [197 kB]
Get:11 http://se.archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgv amd64 2.2.27-3ubuntu2.5 [137 kB]
Get:12 http://se.archive.ubuntu.com/ubuntu jammy-updates/main amd64 ca-certificates all 20240203~22.04.1 [162 kB]
Get:13 http://se.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl4 amd64 7.81.0-1ubuntu1.23 [290 kB]
Get:14 http://se.archive.ubuntu.com/ubuntu jammy-updates/main amd64 curl amd64 7.81.0-1ubuntu1.23 [194 kB]
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
dpkg-preconfigure: unable to re-open stdin: 
Fetched 2,894 kB in 0s (15.9 MB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (2: No such file or directory)
(Reading database ... 156044 files and directories currently installed.)
Preparing to unpack .../00-gpg-wks-client_2.2.27-3ubuntu2.5_amd64.deb ...
Unpacking gpg-wks-client (2.2.27-3ubuntu2.5) over (2.2.27-3ubuntu2) ...
Preparing to unpack .../01-dirmngr_2.2.27-3ubuntu2.5_amd64.deb ...
Unpacking dirmngr (2.2.27-3ubuntu2.5) over (2.2.27-3ubuntu2) ...
Preparing to unpack .../02-gnupg-utils_2.2.27-3ubuntu2.5_amd64.deb ...
Unpacking gnupg-utils (2.2.27-3ubuntu2.5) over (2.2.27-3ubuntu2) ...
Preparing to unpack .../03-gpg-wks-server_2.2.27-3ubuntu2.5_amd64.deb ...
Unpacking gpg-wks-server (2.2.27-3ubuntu2.5) over (2.2.27-3ubuntu2) ...
Preparing to unpack .../04-gpg-agent_2.2.27-3ubuntu2.5_amd64.deb ...
Unpacking gpg-agent (2.2.27-3ubuntu2.5) over (2.2.27-3ubuntu2) ...
Preparing to unpack .../05-gpg_2.2.27-3ubuntu2.5_amd64.deb ...
Unpacking gpg (2.2.27-3ubuntu2.5) over (2.2.27-3ubuntu2) ...
Preparing to unpack .../06-gpgconf_2.2.27-3ubuntu2.5_amd64.deb ...
Unpacking gpgconf (2.2.27-3ubuntu2.5) over (2.2.27-3ubuntu2) ...
Preparing to unpack .../07-gnupg-l10n_2.2.27-3ubuntu2.5_all.deb ...
Unpacking gnupg-l10n (2.2.27-3ubuntu2.5) over (2.2.27-3ubuntu2) ...
Preparing to unpack .../08-gnupg_2.2.27-3ubuntu2.5_all.deb ...
Unpacking gnupg (2.2.27-3ubuntu2.5) over (2.2.27-3ubuntu2) ...
Preparing to unpack .../09-gpgsm_2.2.27-3ubuntu2.5_amd64.deb ...
Unpacking gpgsm (2.2.27-3ubuntu2.5) over (2.2.27-3ubuntu2) ...
Preparing to unpack .../10-gpgv_2.2.27-3ubuntu2.5_amd64.deb ...
Unpacking gpgv (2.2.27-3ubuntu2.5) over (2.2.27-3ubuntu2) ...
Setting up gpgv (2.2.27-3ubuntu2.5) ...
(Reading database ... 156044 files and directories currently installed.)
Preparing to unpack .../ca-certificates_20240203~22.04.1_all.deb ...
Unpacking ca-certificates (20240203~22.04.1) over (20211016) ...
Preparing to unpack .../libcurl4_7.81.0-1ubuntu1.23_amd64.deb ...
Unpacking libcurl4:amd64 (7.81.0-1ubuntu1.23) over (7.81.0-1ubuntu1.1) ...
Selecting previously unselected package curl.
Preparing to unpack .../curl_7.81.0-1ubuntu1.23_amd64.deb ...
Unpacking curl (7.81.0-1ubuntu1.23) ...
Setting up ca-certificates (20240203~22.04.1) ...
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
Updating certificates in /etc/ssl/certs...
rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
30 added, 11 removed; done.
Setting up gnupg-l10n (2.2.27-3ubuntu2.5) ...
Setting up gpgconf (2.2.27-3ubuntu2.5) ...
Setting up libcurl4:amd64 (7.81.0-1ubuntu1.23) ...
Setting up curl (7.81.0-1ubuntu1.23) ...
Setting up gpg (2.2.27-3ubuntu2.5) ...
Setting up gnupg-utils (2.2.27-3ubuntu2.5) ...
Setting up gpg-agent (2.2.27-3ubuntu2.5) ...
Setting up gpgsm (2.2.27-3ubuntu2.5) ...
Setting up dirmngr (2.2.27-3ubuntu2.5) ...
Setting up gpg-wks-server (2.2.27-3ubuntu2.5) ...
Setting up gpg-wks-client (2.2.27-3ubuntu2.5) ...
Setting up gnupg (2.2.27-3ubuntu2.5) ...
Processing triggers for libc-bin (2.35-0ubuntu3) ...
Processing triggers for man-db (2.10.2-1) ...
Processing triggers for install-info (6.8-4build1) ...
Processing triggers for ca-certificates (20240203~22.04.1) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
[Pipeline] sh
+ + sudo chrootcurl /var/www/build.openmodelica.org/virtual_machines/tmp-build/root -fsSL gpg http://build.openmodelica.org/apt/openmodelica.asc --dearmor
 -o /usr/share/keyrings/openmodelica-keyring.gpg
[Pipeline] sh
+ sudo chroot /var/www/build.openmodelica.org/virtual_machines/tmp-build/root apt-get update
Hit:1 http://se.archive.ubuntu.com/ubuntu jammy InRelease
Hit:2 http://se.archive.ubuntu.com/ubuntu jammy-updates InRelease
Hit:3 http://se.archive.ubuntu.com/ubuntu jammy-backports InRelease
Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease
Reading package lists...
[Pipeline] sh
+ echo deb [arch=amd64 signed-by=/usr/share/keyrings/openmodelica-keyring.gpg] http://build.openmodelica.org/apt jammy nightly
+ sudo chroot /var/www/build.openmodelica.org/virtual_machines/tmp-build/root tee /etc/apt/sources.list.d/openmodelica.list
deb [arch=amd64 signed-by=/usr/share/keyrings/openmodelica-keyring.gpg] http://build.openmodelica.org/apt jammy nightly
[Pipeline] sh
+ sudo chroot /var/www/build.openmodelica.org/virtual_machines/tmp-build/root apt-get update
Hit:1 http://se.archive.ubuntu.com/ubuntu jammy InRelease
Hit:2 http://se.archive.ubuntu.com/ubuntu jammy-updates InRelease
Hit:3 http://se.archive.ubuntu.com/ubuntu jammy-backports InRelease
Ign:4 https://build.openmodelica.org/apt jammy InRelease
Get:5 https://build.openmodelica.org/apt jammy Release [26.3 kB]
Get:6 https://build.openmodelica.org/apt jammy Release.gpg [833 B]
Get:7 https://build.openmodelica.org/apt jammy/nightly amd64 Packages [5,978 B]
Hit:8 http://security.ubuntu.com/ubuntu jammy-security InRelease
Fetched 33.1 kB in 0s (78.2 kB/s)
Reading package lists...
[Pipeline] sh
+ sudo chroot /var/www/build.openmodelica.org/virtual_machines/tmp-build/root apt-cache show omc
Package: omc
Architecture: amd64
Version: 1.27.0~dev-279-g67145d7-1
Priority: optional
Section: math
Source: openmodelica
Maintainer: OpenModelica Build System <build@openmodelica.org>
Installed-Size: 550
Depends: clang, cmake, build-essential, libexpat1-dev, liblapack-dev, zip, unzip, omc-common, libomc, libomcsimulation, libc6 (>= 2.34)
Recommends: libomccpp, omplot, gnuplot-nox, xsltproc, libsaxonb-java
Suggests: python-beautifulsoup
Breaks: omlib-modelica-3.2.3, omlib-modelica-4.0.0, omlib-modelicaservices-3.2.3, omlib-modelicaservices-4.0.0
Filename: pool/contrib-jammy/omc_1.27.0~dev-279-g67145d7-1_amd64.deb
Size: 120020
MD5sum: fbe872866f4767b2edd49973ea4427b3
SHA1: 21f09f60a948bfb657bf8159154c9feaea74a044
SHA256: eb4b652d6a8a7ecaae5f6f5305954a933819d21743fecf1e1772333938d3ebef
SHA512: 706b60f20c14fc6b671261dcd76b0d865785bd9c201d7a1d05179c864857a7ece7fcf8f7dcfb879aa0be1fe841bb2878e46a074efd41d1d86ce83a635535bd7d
Description: The OpenModelica Compiler
 This is the core of the OpenModelica project. It can be used stand-alone as
 a compiler. It is recommended to use it together with an OpenModelica client,
 such as OMShell (textual interface), OMNotebook (for teaching purposes)
 or OMEdit (graphical modeling).
Description-md5: 45e8f0c20a91294f90760327b30dae2f

[Pipeline] sh
+ sudo chroot /var/www/build.openmodelica.org/virtual_machines/tmp-build/root apt-cache show omc
+ grep ^Version:
Version: 1.27.0~dev-279-g67145d7-1
[Pipeline] sh
+ + + grepsudo ^Version:grep chroot
 1.27.0~dev-284-gcdfa351 /var/www/build.openmodelica.org/virtual_machines/tmp-build/root
 apt-cache show omc
[Pipeline] echo
Something went wrong! We don't have the required omc version and revision in the apt-cache! Skipping!
[Pipeline] unstable
WARNING: Something went wrong! We don't have the required omc version and revision in the apt-cache! Skipping!
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (buildVM stable)
[Pipeline] node
Running on r630-2 in /var/lib/jenkins/ws/LINUX_BUILDS
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: git
using credential Hudson-SSH-Key
Fetching changes from the remote Git repository
Cleaning workspace
Checking out Revision 6a023c0f65cd68a6c7f9dd74f1018d56d9296ab7 (refs/remotes/origin/master)
Commit message: "Updated nightly build"
Cleaning workspace
[Pipeline] sh
+ git checkout -f 6a023c0f65cd68a6c7f9dd74f1018d56d9296ab7
HEAD is now at 6a023c0f Updated nightly build
[Pipeline] fileExists
[Pipeline] echo
File already exists: /var/www/build.openmodelica.org/virtual_machines/stable/openmodelica-1.26.3~1-g7583224.vdi
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (buildVM release)
[Pipeline] node
 > git rev-parse --resolve-git-dir /var/lib/jenkins/ws/LINUX_BUILDS/.git # timeout=10
 > git config remote.origin.url git@gitlab.liu.se:OpenModelica/apt-build.git # timeout=10
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Fetching upstream changes from git@gitlab.liu.se:OpenModelica/apt-build.git
 > git --version # timeout=10
 > git --version # 'git version 2.34.1'
using GIT_SSH to set credentials SSH Key for user Hudson
 > git fetch --tags --force --progress -- git@gitlab.liu.se:OpenModelica/apt-build.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6a023c0f65cd68a6c7f9dd74f1018d56d9296ab7 # timeout=10
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Still waiting to schedule task
Waiting for next available executor on ‘r630-2’
Running on r630-2 in /var/lib/jenkins/ws/LINUX_BUILDS
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: git
using credential Hudson-SSH-Key
Fetching changes from the remote Git repository
Cleaning workspace
Checking out Revision 6a023c0f65cd68a6c7f9dd74f1018d56d9296ab7 (refs/remotes/origin/master)
Commit message: "Updated nightly build"
Cleaning workspace
[Pipeline] sh
+ git checkout -f 6a023c0f65cd68a6c7f9dd74f1018d56d9296ab7
HEAD is now at 6a023c0f Updated nightly build
[Pipeline] fileExists
[Pipeline] echo
File already exists: /var/www/build.openmodelica.org/virtual_machines/release/openmodelica-1.26.3.vdi
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] End of Pipeline
Finished: UNSTABLE