Started by timer
Checking out git git@gitlab.liu.se:OpenModelica/apt-build.git into /var/jenkins_home/workspace/LINUX_BUILDS_script/774335cde2ee91721c4d3a9602bc561368b7238bad469d39685cbed3758a99b0 to read Jenkinsfile
The recommended git tool is: git
using credential Hudson-SSH-Key
> git rev-parse --resolve-git-dir /var/jenkins_home/workspace/LINUX_BUILDS_script/774335cde2ee91721c4d3a9602bc561368b7238bad469d39685cbed3758a99b0/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url git@gitlab.liu.se:OpenModelica/apt-build.git # timeout=10
Cleaning workspace
> 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.47.3'
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
Checking out Revision 594f683a637db483028590b37ee6379bba1f3beb (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 594f683a637db483028590b37ee6379bba1f3beb # timeout=10
Commit message: "Updated nightly build"
> git rev-list --no-walk 594f683a637db483028590b37ee6379bba1f3beb # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] properties
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named archBase (to a value of type LinkedHashMap) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named targetDscFile (to a value of type LinkedHashMap) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named targetDepends (to a value of type LinkedHashMap) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named ignore (to a value of type ArrayList) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named allOSs (to a value of type ArrayList) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named rpmOSs (to a value of type ArrayList) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named archOSs (to a value of type LinkedHashMap) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named dockerImage (to a value of type LinkedHashMap) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named dockerTemplates (to a value of type LinkedHashMap) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named depsHashLabel (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named eol (to a value of type LinkedHashMap) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named pkgAvailableVersion (to a value of type LinkedHashMap) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named oldReleasesToSkip (to a value of type ArrayList) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named allTargets (to a value of type ArrayList) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named targets (to a value of type ArrayList) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named targetVersions (to a value of type LinkedHashMap) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named arch (to a value of type ArrayList) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named rpmArch (to a value of type ArrayList) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named archDockerLabel (to a value of type LinkedHashMap) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named rpmPrivateLibs (to a value of type LinkedHashMap) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named existingVersions (to a value of type ArrayList) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named buildDep (to a value of type Boolean) which could lead to memory leaks or other issues.
[Pipeline] node
Running on r630-2 in /var/lib/jenkins/ws/LINUX_BUILDS
[Pipeline] {
[Pipeline] stage
[Pipeline] { (checkout)
[Pipeline] echo
Running on: r630-2 (workspace /var/lib/jenkins/ws/LINUX_BUILDS)
[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 594f683a637db483028590b37ee6379bba1f3beb (refs/remotes/origin/master)
Commit message: "Updated nightly build"
Cleaning workspace
[Pipeline] sh
+ git rev-parse HEAD
[Pipeline] withDockerRegistry
$ docker login -u jenkins-nexus -p ******** https://docker.openmodelica.org
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your credentials are stored unencrypted in '/var/lib/jenkins/ws/LINUX_BUILDS_tmp/c2423786-f9f7-4013-9c76-ee23df731de7/config.json'.
Configure a credential helper to remove this warning. See
https://docs.docker.com/go/credential-store/
Login Succeeded
[Pipeline] {
[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.43.0'
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 594f683a637db483028590b37ee6379bba1f3beb # timeout=10
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
+ ./update-current-linux-os-releases.py
/var/lib/jenkins/ws/LINUX_BUILDS/./update-current-linux-os-releases.py:144: SyntaxWarning: invalid escape sequence '\d'
pkgVersions[pkg][osrelease] = re.search('\d+[.]\d+[.]\d+', version).group()
{'deb-all': ['bookworm', 'jammy', 'noble', 'resolute', 'trixie'], 'deb-arch-os': {'amd64': ['bookworm', 'jammy', 'noble', 'resolute', 'trixie'], 'arm64': ['bookworm', 'jammy', 'noble', 'resolute', 'trixie'], 'armhf': ['bookworm', 'jammy', 'noble', 'resolute', 'trixie'], 'i386': []}, 'deb-lts': ['bookworm', 'jammy', 'noble', 'resolute', 'trixie'], 'deb-old': [], 'docker': {'bookworm': 'debian:bookworm', 'el10': 'almalinux:10', 'el8': 'almalinux:8', 'el9': 'almalinux:9', 'fc43': 'fedora:43', 'fc44': 'fedora:44', 'jammy': 'ubuntu:jammy', 'noble': 'ubuntu:noble', 'resolute': 'ubuntu:resolute', 'trixie': 'debian:trixie'}, 'eol': {'bookworm': '2028-06-30', 'el10': '2035-05-31', 'el8': '2029-05-31', 'el9': '2032-05-31', 'fc43': '2026-12-09', 'fc44': '2027-06-02', 'jammy': '2027-06-01', 'noble': '2029-05-31', 'resolute': '2031-05-29', 'trixie': '2030-06-30'}, 'pkg': {'clang': {'bookworm': '14.0', 'el10': '-', 'el8': '-', 'el9': '-', 'fc43': '-', 'fc44': '-', 'jammy': '14.0', 'noble': '18.0', 'resolute': '21.1.6', 'trixie': '19.0'}, 'cmake': {'bookworm': '3.25.1', 'el10': '3.31.8', 'el8': '3.26.5', 'el9': '3.31.8', 'fc43': '3.31.11', 'fc44': '4.3.0', 'jammy': '3.22.1', 'noble': '3.28.3', 'resolute': '4.2.3', 'trixie': '3.31.6'}, 'gcc': {'bookworm': '12.2.0', 'el10': '14.3.1', 'el8': '8.5.0', 'el9': '11.5.0', 'fc43': '15.3.1', 'fc44': '16.2.1', 'jammy': '11.2.0', 'noble': '13.2.0', 'resolute': '15.2.0', 'trixie': '14.2.0'}}, 'rpm': ['el10', 'el8', 'el9', 'fc43', 'fc44']}
Not LTS: el8
Not LTS: el9
Not LTS: el10
Not LTS: fc43
Not LTS: fc44
Created current-linux-os-releases.json. Now checking repos.
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] sshagent
[ssh-agent] Using credentials hudson (SSH Key for user Hudson)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-GKm1eQac6ybK/agent.1444783
SSH_AGENT_PID=1444787
Running ssh-add (command line suppressed)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ git add current-linux-os-releases.json
+ git diff-index --quiet HEAD
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 1444787 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] readJSON
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named linux (to a value of type JSONObject) which could lead to memory leaks or other issues.
[Pipeline] readFile
[Pipeline] readFile
[Pipeline] findFiles
[Pipeline] readFile
[Pipeline] readFile
[Pipeline] readFile
[Pipeline] findFiles
[Pipeline] readFile
[Pipeline] readFile
[Pipeline] readFile
[Pipeline] readFile
[Pipeline] readFile
[Pipeline] readFile
[Pipeline] readJSON
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named missingJson (to a value of type JSONObject) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named missingImages (to a value of type ArrayList) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named buildDep (to a value of type Boolean) which could lead to memory leaks or other issues.
[Pipeline] echo
Targets: nightly, release, stable
[Pipeline] readJSON
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named version (to a value of type String) which could lead to memory leaks or other issues.
[Pipeline] sh
+ wget -q https://build.openmodelica.org/apt/pool/contrib/openmodelica_1.28.0~dev-743-g35d6171-1.dsc -O-
[Pipeline] sshagent
[ssh-agent] Using credentials hudson (SSH Key for user Hudson)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-1CZ5uZ3crA5z/agent.1444814
SSH_AGENT_PID=1444817
Running ssh-add (command line suppressed)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ ssh+ hudson@build.openmodelica.org find /var/www/build.openmodelica.org/apt/pool/sed -name s,/var/www/build.openmodelica.org/apt/pool/contrib-,, openmodelica_1.28.0~dev-743-g35d6171-1_*.deb
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named res (to a value of type String) which could lead to memory leaks or other issues.
[Pipeline] sh
+ + sshsed hudson@build.openmodelica.org s,/var/www/build.openmodelica.org/rpm/,, find
/var/www/build.openmodelica.org/rpm/ -name openmodelica-*.rpm
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named res (to a value of type String) which could lead to memory leaks or other issues.
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 1444817 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named version (to a value of type String) which could lead to memory leaks or other issues.
[Pipeline] sh
+ wget -q https://build.openmodelica.org/apt/pool/contrib/openmodelica_1.27.1-1.dsc -O-
[Pipeline] sshagent
[ssh-agent] Using credentials hudson (SSH Key for user Hudson)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-CaQwxHibTwpl/agent.1444962
SSH_AGENT_PID=1444965
Running ssh-add (command line suppressed)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ ssh hudson@build.openmodelica.org find /var/www/build.openmodelica.org/apt/pool/ -name openmodelica_1.27.1-1_*.deb
+ sed s,/var/www/build.openmodelica.org/apt/pool/contrib-,,
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named res (to a value of type String) which could lead to memory leaks or other issues.
[Pipeline] sh
+ + sedssh s,/var/www/build.openmodelica.org/rpm/,, hudson@build.openmodelica.org
find /var/www/build.openmodelica.org/rpm/ -name openmodelica-*.rpm
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named res (to a value of type String) which could lead to memory leaks or other issues.
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 1444965 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named version (to a value of type String) which could lead to memory leaks or other issues.
[Pipeline] sh
+ wget -q https://build.openmodelica.org/apt/pool/contrib/openmodelica_1.27.1~1-g562f07f-1.dsc -O-
[Pipeline] sshagent
[ssh-agent] Using credentials hudson (SSH Key for user Hudson)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-jayPIFQFZLGz/agent.1445099
SSH_AGENT_PID=1445102
Running ssh-add (command line suppressed)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ + ssh hudson@build.openmodelica.orgsed find s,/var/www/build.openmodelica.org/apt/pool/contrib-,, /var/www/build.openmodelica.org/apt/pool/
-name openmodelica_1.27.1~1-g562f07f-1_*.deb
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named res (to a value of type String) which could lead to memory leaks or other issues.
[Pipeline] sh
+ ssh hudson@build.openmodelica.org find /var/www/build.openmodelica.org/rpm/+ -name openmodelica-*.rpmsed
s,/var/www/build.openmodelica.org/rpm/,,
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named res (to a value of type String) which could lead to memory leaks or other issues.
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 1445102 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named targetGroups (to a value of type ArrayList) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named groupOfDepends (to a value of type LinkedHashMap) which could lead to memory leaks or other issues.
[Pipeline] echo
build-deps image groups: nightly, release+stable
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named stepsForParallelDocker (to a value of type LinkedHashMap) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named stepsForParallel (to a value of type LinkedHashMap) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named stepsForParallelRPM (to a value of type LinkedHashMap) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named OSs (to a value of type JSONArray) which could lead to memory leaks or other issues.
[Pipeline] echo
Skipping bookworm/openmodelica_1.27.1-1_amd64.deb (already exists)
[Pipeline] echo
Skipping bookworm/openmodelica_1.27.1~1-g562f07f-1_amd64.deb (already exists)
[Pipeline] echo
Skipping jammy/openmodelica_1.27.1-1_amd64.deb (already exists)
[Pipeline] echo
Skipping jammy/openmodelica_1.27.1~1-g562f07f-1_amd64.deb (already exists)
[Pipeline] echo
Skipping noble/openmodelica_1.27.1-1_amd64.deb (already exists)
[Pipeline] echo
Skipping noble/openmodelica_1.27.1~1-g562f07f-1_amd64.deb (already exists)
[Pipeline] echo
Skipping resolute/openmodelica_1.27.1-1_amd64.deb (already exists)
[Pipeline] echo
Skipping resolute/openmodelica_1.27.1~1-g562f07f-1_amd64.deb (already exists)
[Pipeline] echo
Skipping trixie/openmodelica_1.27.1-1_amd64.deb (already exists)
[Pipeline] echo
Skipping trixie/openmodelica_1.27.1~1-g562f07f-1_amd64.deb (already exists)
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named OSs (to a value of type JSONArray) which could lead to memory leaks or other issues.
[Pipeline] echo
Skipping bookworm/openmodelica_1.27.1-1_armhf.deb (already exists)
[Pipeline] echo
Skipping bookworm/openmodelica_1.27.1~1-g562f07f-1_armhf.deb (already exists)
[Pipeline] echo
Skipping jammy/openmodelica_1.27.1-1_armhf.deb (already exists)
[Pipeline] echo
Skipping jammy/openmodelica_1.27.1~1-g562f07f-1_armhf.deb (already exists)
[Pipeline] echo
Skipping noble/openmodelica_1.27.1-1_armhf.deb (already exists)
[Pipeline] echo
Skipping noble/openmodelica_1.27.1~1-g562f07f-1_armhf.deb (already exists)
[Pipeline] echo
Skipping resolute/openmodelica_1.27.1-1_armhf.deb (already exists)
[Pipeline] echo
Skipping resolute/openmodelica_1.27.1~1-g562f07f-1_armhf.deb (already exists)
[Pipeline] echo
Skipping trixie/openmodelica_1.27.1-1_armhf.deb (already exists)
[Pipeline] echo
Skipping trixie/openmodelica_1.27.1~1-g562f07f-1_armhf.deb (already exists)
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named OSs (to a value of type JSONArray) which could lead to memory leaks or other issues.
[Pipeline] echo
Skipping bookworm/openmodelica_1.27.1-1_arm64.deb (already exists)
[Pipeline] echo
Skipping bookworm/openmodelica_1.27.1~1-g562f07f-1_arm64.deb (already exists)
[Pipeline] echo
Skipping jammy/openmodelica_1.27.1-1_arm64.deb (already exists)
[Pipeline] echo
Skipping jammy/openmodelica_1.27.1~1-g562f07f-1_arm64.deb (already exists)
[Pipeline] echo
Skipping noble/openmodelica_1.27.1-1_arm64.deb (already exists)
[Pipeline] echo
Skipping noble/openmodelica_1.27.1~1-g562f07f-1_arm64.deb (already exists)
[Pipeline] echo
Skipping resolute/openmodelica_1.27.1-1_arm64.deb (already exists)
[Pipeline] echo
Skipping resolute/openmodelica_1.27.1~1-g562f07f-1_arm64.deb (already exists)
[Pipeline] echo
Skipping trixie/openmodelica_1.27.1-1_arm64.deb (already exists)
[Pipeline] echo
Skipping trixie/openmodelica_1.27.1~1-g562f07f-1_arm64.deb (already exists)
[Pipeline] sh
+ LC_ALL=C date +%a %b %d %Y
[Pipeline] sh
+ rm -f openmodelica.spec.tpl
+ wget -q https://raw.githubusercontent.com/OpenModelica/OpenModelicaBuildScripts/master/rpm/SPECS/openmodelica.spec.tpl
[Pipeline] readFile
[Pipeline] echo
NOT skipping el10/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.el10.x86_64.rpm (not existing or in the ignore list)
[Pipeline] echo
NOT skipping el8/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.el8.x86_64.rpm (not existing or in the ignore list)
[Pipeline] echo
NOT skipping el9/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.el9.x86_64.rpm (not existing or in the ignore list)
[Pipeline] echo
NOT skipping fc43/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.fc43.x86_64.rpm (not existing or in the ignore list)
[Pipeline] echo
NOT skipping fc44/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.fc44.x86_64.rpm (not existing or in the ignore list)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] stage
[Pipeline] { (build-dep)
[Pipeline] echo
Skipping build dependencies (user's choice)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] parallel
[Pipeline] { (Branch: bookworm nightly amd64)
[Pipeline] { (Branch: jammy nightly amd64)
[Pipeline] { (Branch: noble nightly amd64)
[Pipeline] { (Branch: resolute nightly amd64)
[Pipeline] { (Branch: trixie nightly amd64)
[Pipeline] { (Branch: bookworm nightly armhf)
[Pipeline] { (Branch: jammy nightly armhf)
[Pipeline] { (Branch: noble nightly armhf)
[Pipeline] { (Branch: resolute nightly armhf)
[Pipeline] { (Branch: trixie nightly armhf)
[Pipeline] { (Branch: bookworm nightly arm64)
[Pipeline] { (Branch: jammy nightly arm64)
[Pipeline] { (Branch: noble nightly arm64)
[Pipeline] { (Branch: resolute nightly arm64)
[Pipeline] { (Branch: trixie nightly arm64)
[Pipeline] { (Branch: el10 nightly)
[Pipeline] { (Branch: el8 nightly)
[Pipeline] { (Branch: el9 nightly)
[Pipeline] { (Branch: fc43 nightly)
[Pipeline] { (Branch: fc44 nightly)
[Pipeline] retry
[Pipeline] {
[Pipeline] retry
[Pipeline] {
[Pipeline] retry
[Pipeline] {
[Pipeline] retry
[Pipeline] {
[Pipeline] retry
[Pipeline] {
[Pipeline] retry
[Pipeline] {
[Pipeline] retry
[Pipeline] {
[Pipeline] retry
[Pipeline] {
[Pipeline] retry
[Pipeline] {
[Pipeline] retry
[Pipeline] {
[Pipeline] retry
[Pipeline] {
[Pipeline] retry
[Pipeline] {
[Pipeline] retry
[Pipeline] {
[Pipeline] retry
[Pipeline] {
[Pipeline] retry
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 14 hr
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 14 hr
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 14 hr
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 14 hr
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 14 hr
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 14 hr
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 14 hr
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 14 hr
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 14 hr
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 14 hr
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 14 hr
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 14 hr
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 14 hr
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 14 hr
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 14 hr
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 14 hr
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 14 hr
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 14 hr
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 14 hr
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 14 hr
[Pipeline] {
[Pipeline] node
[Pipeline] node
[Pipeline] node
Running on r7945-1 in /var/lib/jenkins/ws/LINUX_BUILDS
[Pipeline] node
Running on ryzen-5950x-2 in /var/lib/jenkins/ws/LINUX_BUILDS
[Pipeline] node
Running on ripper2-1 in /var/lib/jenkins1/ws/LINUX_BUILDS
Running on asap-1 in /var/lib/jenkins1/ws/LINUX_BUILDS
Running on r630-1-1 in /var/lib/jenkins1/ws/LINUX_BUILDS
[Pipeline] node
[Pipeline] node
[Pipeline] node
Running on ryzen-9950x in /var/lib/jenkins/ws/LINUX_BUILDS
[Pipeline] node
Running on ryzen-5950x-1 in /var/lib/jenkins/ws/LINUX_BUILDS
[Pipeline] node
Running on intel-5820k-1 in /var/lib/jenkins/ws/LINUX_BUILDS
[Pipeline] node
Running on dev.openmodelica.org in /var/lib/jenkins/ws/LINUX_BUILDS
Running on ripper2-2 in /var/lib/jenkins2/ws/LINUX_BUILDS
[Pipeline] node
[Pipeline] node
Running on arm-opi-1 in /var/lib/jenkins/ws/LINUX_BUILDS
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] echo
08:11:47 Running on: r7945-1 (workspace /var/lib/jenkins/ws/LINUX_BUILDS)
[Pipeline] sh
[Pipeline] echo
08:11:47 Running on: ryzen-5950x-2 (workspace /var/lib/jenkins/ws/LINUX_BUILDS)
[Pipeline] sh
[Pipeline] echo
08:11:47 Running on: ripper2-1 (workspace /var/lib/jenkins1/ws/LINUX_BUILDS)
[Pipeline] sh
[Pipeline] echo
08:11:47 Running on: asap-1 (workspace /var/lib/jenkins1/ws/LINUX_BUILDS)
[Pipeline] sh
[Pipeline] echo
08:11:47 Running on: r630-1-1 (workspace /var/lib/jenkins1/ws/LINUX_BUILDS)
[Pipeline] sh
[Pipeline] echo
08:11:47 Running on: ryzen-9950x (workspace /var/lib/jenkins/ws/LINUX_BUILDS)
[Pipeline] echo
08:11:47 Running on: ryzen-5950x-1 (workspace /var/lib/jenkins/ws/LINUX_BUILDS)
[Pipeline] echo
08:11:47 Running on: intel-5820k-1 (workspace /var/lib/jenkins/ws/LINUX_BUILDS)
[Pipeline] echo
08:11:47 Running on: dev.openmodelica.org (workspace /var/lib/jenkins/ws/LINUX_BUILDS)
[Pipeline] echo
08:11:47 Running on: ripper2-2 (workspace /var/lib/jenkins2/ws/LINUX_BUILDS)
[Pipeline] echo
08:11:47 Running on: arm-opi-1 (workspace /var/lib/jenkins/ws/LINUX_BUILDS)
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
08:11:47 + rm -rf rpmbuild
[Pipeline] sh
08:11:47 + rm -rf rpmbuild
[Pipeline] sh
08:11:47 + rm -rf rpmbuild
08:11:47 + rm -rf rpmbuild
08:11:47 + rm -rf rpmbuild
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
08:11:48 + docker pull docker.openmodelica.org/build-deps:bookworm.nightly.amd64
08:11:48 bookworm.nightly.amd64: Pulling from build-deps
08:11:48 5d95c6ab4d00: Pulling fs layer
08:11:48 f87791f2a460: Pulling fs layer
08:11:48 6efe6120fd6e: Pulling fs layer
08:11:48 da06e888aef5: Pulling fs layer
08:11:48 f3ba68ef1955: Pulling fs layer
08:11:48 abf56b2f8724: Pulling fs layer
08:11:48 + docker pull docker.openmodelica.org/build-deps:jammy.nightly.amd64
08:11:48 jammy.nightly.amd64: Pulling from build-deps
08:11:48 84ad5f3a28e1: Pulling fs layer
08:11:48 f8a4a1ad8916: Pulling fs layer
08:11:48 a1a8a1872a3e: Pulling fs layer
08:11:48 893abb45e4df: Pulling fs layer
08:11:48 95075944e0f3: Pulling fs layer
08:11:48 c44caf0318be: Pulling fs layer
08:11:48 95075944e0f3: Waiting
08:11:48 c44caf0318be: Waiting
08:11:48 893abb45e4df: Waiting
08:11:48 a1a8a1872a3e: Verifying Checksum
08:11:48 a1a8a1872a3e: Download complete
08:11:48 f8a4a1ad8916: Download complete
08:11:48 893abb45e4df: Verifying Checksum
08:11:48 893abb45e4df: Download complete
08:11:48 + docker pull docker.openmodelica.org/build-deps:noble.nightly.amd64
08:11:48 noble.nightly.amd64: Pulling from build-deps
08:11:48 Digest: sha256:d0bc1fef71840c7f50b46a538bc34fd4ebe7af6b33d397c4cbb59e06b4aed169
08:11:48 Status: Image is up to date for docker.openmodelica.org/build-deps:noble.nightly.amd64
08:11:48 docker.openmodelica.org/build-deps:noble.nightly.amd64
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
08:11:48 + docker pull docker.openmodelica.org/build-deps:trixie.nightly.amd64
08:11:48 + docker pull docker.openmodelica.org/build-deps:resolute.nightly.amd64
08:11:48 resolute.nightly.amd64: Pulling from build-deps
08:11:48 Digest: sha256:4ac73d1fedb318bea78a61cc11074e02aa79d3683b35c7f02651d3633ed477e4
08:11:48 Status: Image is up to date for docker.openmodelica.org/build-deps:resolute.nightly.amd64
08:11:48 docker.openmodelica.org/build-deps:resolute.nightly.amd64
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
08:11:48 + docker pull docker.openmodelica.org/build-deps:bookworm.nightly.armhf
08:11:48 bookworm.nightly.armhf: Pulling from build-deps
08:11:48 Digest: sha256:fafbfc20a604800db2e4fa14904b37bd5910df8fc29fe8d18f3b5b9022f2836e
08:11:48 Status: Image is up to date for docker.openmodelica.org/build-deps:bookworm.nightly.armhf
08:11:48 docker.openmodelica.org/build-deps:bookworm.nightly.armhf
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
08:11:48 + docker pull docker.openmodelica.org/build-deps:el10.amd64
08:11:48 el10.amd64: Pulling from build-deps
08:11:48 Digest: sha256:33c23ab6d494507fda217e1864edcff3565be8247955dcca6f706e4e8a289387
08:11:48 Status: Image is up to date for docker.openmodelica.org/build-deps:el10.amd64
08:11:48 docker.openmodelica.org/build-deps:el10.amd64
08:11:48 + docker pull docker.openmodelica.org/build-deps:fc43.amd64
08:11:48 fc43.amd64: Pulling from build-deps
08:11:48 Digest: sha256:b40248893b9305a0731362b3c8790f389706ee5f621a9b577e5e99a47b53afb6
08:11:48 Status: Image is up to date for docker.openmodelica.org/build-deps:fc43.amd64
08:11:48 docker.openmodelica.org/build-deps:fc43.amd64
[Pipeline] }
[Pipeline] }
[Pipeline] // withEnv
08:11:48 5d95c6ab4d00: Download complete
08:11:48 6efe6120fd6e: Download complete
08:11:48 da06e888aef5: Download complete
08:11:48 + docker pull docker.openmodelica.org/build-deps:fc44.amd64
08:11:48 fc44.amd64: Pulling from build-deps
08:11:48 Digest: sha256:1690889d40b54152ab75a8aaedd18361bed85d3f8fabbcc6e5f66cf011736667
08:11:48 Status: Image is up to date for docker.openmodelica.org/build-deps:fc44.amd64
08:11:48 docker.openmodelica.org/build-deps:fc44.amd64
[Pipeline] // withEnv
[Pipeline] sh
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named dockerImage (to a value of type Image) which could lead to memory leaks or other issues.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named dockerImage (to a value of type Image) which could lead to memory leaks or other issues.
[Pipeline] sh
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
08:11:48 trixie.nightly.amd64: Pulling from build-deps
08:11:48 27ee9a825048: Already exists
08:11:48 ebe3380c393a: Pulling fs layer
08:11:48 e257a4fdc94b: Pulling fs layer
08:11:48 43d663e87dcd: Pulling fs layer
08:11:48 9b1566ed174d: Pulling fs layer
08:11:48 58451a745634: Pulling fs layer
08:11:48 b7acba618fe4: Pulling fs layer
08:11:48 58451a745634: Waiting
08:11:48 9b1566ed174d: Waiting
08:11:48 b7acba618fe4: Waiting
08:11:48 ebe3380c393a: Verifying Checksum
08:11:48 43d663e87dcd: Verifying Checksum
08:11:48 43d663e87dcd: Download complete
08:11:48 e257a4fdc94b: Verifying Checksum
08:11:48 e257a4fdc94b: Download complete
08:11:48 + docker inspect -f . docker.openmodelica.org/build-deps:noble.nightly.amd64
08:11:48 .
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
08:11:48 + docker inspect -f . docker.openmodelica.org/build-deps:resolute.nightly.amd64
08:11:48 .
08:11:48 intel-5820k-1 does not seem to be running inside a container
08:11:48 + docker inspect -f . docker.openmodelica.org/build-deps:bookworm.nightly.armhf
08:11:48 .
08:11:48 + id -g
08:11:48 + docker inspect -f . docker.openmodelica.org/build-deps:fc43.amd64
08:11:48 .
08:11:48 + docker inspect -f . docker.openmodelica.org/build-deps:fc44.amd64
08:11:48 .
08:11:48 ebe3380c393a: Pull complete
08:11:48 e257a4fdc94b: Pull complete
08:11:48 43d663e87dcd: Pull complete
[Pipeline] {
[Pipeline] sh
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] sh
[Pipeline] // withEnv
[Pipeline] // withEnv
[Pipeline] // withEnv
[Pipeline] // withEnv
[Pipeline] withDockerContainer
08:11:48 asap-1 does not seem to be running inside a container
08:11:49 + id -u
08:11:49 + rm -rf tmp.build
[Pipeline] {
[Pipeline] withDockerContainer
08:11:49 r630-1-1 does not seem to be running inside a container
$ 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 ******** -e ******** -e ******** -e ******** -e ******** docker.openmodelica.org/build-deps:noble.nightly.amd64 cat
$ docker top 759c7ba914c52f17bf28162f3f93d2ffb7cedb2ced3cde1afa27ae67512bd9c1 -eo pid,comm
$ docker run -t -d -u 1001:1001 --privileged -w /var/lib/jenkins1/ws/LINUX_BUILDS -v /var/lib/jenkins1/ws/LINUX_BUILDS:/var/lib/jenkins1/ws/LINUX_BUILDS:rw,z -v /var/lib/jenkins1/ws/LINUX_BUILDS_tmp:/var/lib/jenkins1/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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** docker.openmodelica.org/build-deps:fc43.amd64 cat
[Pipeline] {
[Pipeline] withDockerContainer
08:11:50 ripper2-2 does not seem to be running inside a container
$ docker top 2e0896d65b795468c8ce494336d89b68bf70bc734fa0f5a9f85b921fd7b28fc0 -eo pid,comm
$ docker run -t -d -u 1001:1001 --privileged -w /var/lib/jenkins1/ws/LINUX_BUILDS -v /var/lib/jenkins1/ws/LINUX_BUILDS:/var/lib/jenkins1/ws/LINUX_BUILDS:rw,z -v /var/lib/jenkins1/ws/LINUX_BUILDS_tmp:/var/lib/jenkins1/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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** docker.openmodelica.org/build-deps:fc44.amd64 cat
[Pipeline] {
[Pipeline] withDockerContainer
08:11:50 84ad5f3a28e1: Verifying Checksum
08:11:50 84ad5f3a28e1: Download complete
08:11:50 arm-opi-1 does not seem to be running inside a container
$ docker top f12baaa2283c1675ab75f941db71ea21b64f21b80cbe4c1f22088d9e60965be2 -eo pid,comm
08:11:51 + mkdir -p tmp.build
08:11:51 + cd tmp.build
08:11:51 + wget -q https://build.openmodelica.org/apt/pool/contrib/openmodelica_1.28.0~dev-743-g35d6171-1.dsc
08:11:51 + wget -q https://build.openmodelica.org/apt/pool/contrib/openmodelica_1.28.0~dev-743-g35d6171-1.debian.tar.xz
08:11:51 + wget -q https://build.openmodelica.org/apt/pool/contrib/openmodelica_1.28.0~dev-743-g35d6171.orig.tar.xz
$ docker run -t -d -u 1001:1001 --privileged -w /var/lib/jenkins2/ws/LINUX_BUILDS -v /var/lib/jenkins2/ws/LINUX_BUILDS:/var/lib/jenkins2/ws/LINUX_BUILDS:rw,z -v /var/lib/jenkins2/ws/LINUX_BUILDS_tmp:/var/lib/jenkins2/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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** docker.openmodelica.org/build-deps:resolute.nightly.amd64 cat
[Pipeline] {
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
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
08:11:51
08:11:51 FROM docker.openmodelica.org/build-deps:el10.amd64
08:11:51
08:11:51 RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
08:11:51
[Pipeline] writeFile
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] sh
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
[Pipeline] sh
$ docker top b50cf470bca591bfa5a630edd254638d562240d5a84a5b9160a764b4a2d6e2d5 -eo pid,comm
08:11:51 + cat /var/lib/openmodelica-depends/openmodelica.spec.tpl
[Pipeline] echo
08:11:51 # See also Jenkinsfile in apt-build repository for stuff that is installed BEFORE everything here
08:11:51 # Don't try fancy stuff like debuginfo, which is useless on binary-only
08:11:51 # packages. Don't strip binary too
08:11:51 # Be sure buildpolicy set to do nothing
08:11:51 %define __spec_install_post %{nil}
08:11:51 %define debug_package %{nil}
08:11:51 %define __os_install_post %{_dbpath}/brp-compress
08:11:51
08:11:51 Summary: OpenModelica
08:11:51 Name: openmodelica-nightly
08:11:51 Version: 1.28.0~dev~743~g35d6171
08:11:51 Release: 1%{?dist}
08:11:51 License: OSMC-PL
08:11:51 Group: Development/Tools
08:11:51 # spectool -g -R SPECS/xxx.spec
08:11:51 # sudo yum-builddep SPECS/xxx.spec
08:11:51 SOURCE0 : https://build.openmodelica.org/apt/pool/contrib/openmodelica_1.28.0~dev-743-g35d6171.orig.tar.xz
08:11:51 SOURCE1 : https://openmodelica.org/doc/openmodelica-doc-latest.tar.xz
08:11:51
08:11:51 URL: https://openmodelica.org/
08:11:51
08:11:51 %if 0%{?rhel} == 6
08:11:51 Autoreq: 0
08:11:51 Requires: readline
08:11:51 Requires: qt5-qtbase
08:11:51 Requires: qt5-qtsvg
08:11:51 Requires: qt5-qtwebengine
08:11:51 Requires: qt5-qtxmlpatterns
08:11:51 Requires: libffi
08:11:51 %endif
08:11:51 Autoprov: 0
08:11:51 Prefix: /opt/%{name}
08:11:51 Prefix: %{_bindir}
08:11:51
08:11:51 %global __requires_exclude ^(lib.*Modelica.*|lib[oO][mM][^n].*[.]so.*|libklu[.]so.*|libsuitesparseconfig[.]so.*|libqjson[.]so.*|libfmi.*[.]so.*|libumfpack[.]so.*|libamd[.]so.*|libzlib[.]so.*|libbtf[.]so.*|libcminpack[.]so.*|libcoinmumps[.]so.*|libipopt[.]so.*|liblis[.]so.*|/usr/bin/python|libzmq[.]so.*|libtf[.]so.*|libcolamd[.]so.*|libsundials.*)$
08:11:51
08:11:51 # Recommended (for the repo): git rpm-build rpmdevtools epel-release
08:11:51 %if 0%{?rhel} > 0
08:11:51 # CentOS / RHEL requires the EPEL repository (for omniORB, etc)
08:11:51 BuildRequires: epel-release
08:11:51 Requires: epel-release
08:11:51 %endif
08:11:51
08:11:51 Requires: lapack-devel
08:11:51 Requires: make
08:11:51 Requires: gcc
08:11:51 Requires: gcc-gfortran
08:11:51 Requires: gcc-c++
08:11:51
08:11:51 BuildRequires: automake
08:11:51 BuildRequires: expat-devel
08:11:51 BuildRequires: bison
08:11:51 BuildRequires: flex
08:11:51 BuildRequires: lapack-devel
08:11:51 BuildRequires: libtool
08:11:51 BuildRequires: uuid
08:11:51 BuildRequires: uuid-devel
08:11:51 BuildRequires: hdf5-devel
08:11:51 BuildRequires: boost-devel
08:11:51 BuildRequires: boost-static
08:11:51 BuildRequires: hwloc-devel
08:11:51 BuildRequires: readline-devel
08:11:51 BuildRequires: libffi-devel
08:11:51 BuildRequires: curl-devel
08:11:51 BuildRequires: gettext
08:11:51 BuildRequires: make
08:11:51 BuildRequires: java
08:11:51 BuildRequires: tar
08:11:51 BuildRequires: xz
08:11:51 BuildRequires: gcc
08:11:51 BuildRequires: gcc-c++
08:11:51 BuildRequires: gcc-gfortran
08:11:51 # EL8 is the only target left without qt6, in EPEL or anywhere else
08:11:51 %if 0%{?rhel} > 0 && 0%{?rhel} <= 8
08:11:51 %define omqt5 1
08:11:51 %endif
08:11:51
08:11:51 %if 0%{?omqt5}
08:11:51 BuildRequires: qt5-qtwebengine-devel
08:11:51 BuildRequires: qt5-linguist
08:11:51 BuildRequires: qt5-qttools
08:11:51 BuildRequires: qt5-qtbase-devel
08:11:51 BuildRequires: qt5-qtsvg-devel
08:11:51 BuildRequires: qt5-qtxmlpatterns-devel
08:11:51 BuildRequires: qt5-qt3d-devel
08:11:51 %else
08:11:51 BuildRequires: qt6-qtwebengine-devel
08:11:51 BuildRequires: qt6-linguist
08:11:51 BuildRequires: qt6-qttools
08:11:51 BuildRequires: qt6-qtbase-devel
08:11:51 BuildRequires: qt6-qtsvg-devel
08:11:51 BuildRequires: qt6-qt3d-devel
08:11:51 BuildRequires: qt6-qt5compat-devel
08:11:51 BuildRequires: qt6-qthttpserver-devel
08:11:51 BuildRequires: qt6-qtwebsockets-devel
08:11:51 %endif
08:11:51
08:11:51
08:11:51 # Use cmake versions > 3. On EL7 this is provided by cmake3 package.
08:11:51 # On EL > 7 it is just cmake.
08:11:51 %if 0%{?rhel} == 7
08:11:51 BuildRequires: cmake3
08:11:51 %define cmakecommand CMAKE=cmake3
08:11:51 %else
08:11:51 BuildRequires: cmake
08:11:51 %define cmakecommand CMAKE=cmake
08:11:51 %endif
08:11:51
08:11:51 # The base centos:8 image (we use for our build-deps:el8 image) comes with
08:11:51 # broken cmake package due to old libarchive (v3.3.2). v3.3.3 Seems to work.
08:11:51 # Once the base image is updated this can be removed.
08:11:51 %if 0%{?rhel} == 8
08:11:51 BuildRequires: libarchive >= 3.3.3
08:11:51 %endif
08:11:51
08:11:51 # Use gcc-11 on EL8 as well. devtoolset does not seem to be available on
08:11:51 # EL8. One is supposed to use gcc-toolset instead.
08:11:51 %{?el8:Requires: gcc-toolset-11-gcc gcc-toolset-11-gcc-c++ gcc-toolset-11-gcc-gfortran}
08:11:51 %if 0%{?rhel} == 8
08:11:51 BuildRequires: gcc-toolset-11-gcc gcc-toolset-11-gcc-c++ gcc-toolset-11-gcc-gfortran
08:11:51 %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
08:11:51 %endif
08:11:51
08:11:51 # EL7 has -static-libstdc++ inside devtools (but the system g++ does not know the flag) -- adrpo: check this, also for el6
08:11:51 %{?el7:Requires: devtoolset-11-gcc}
08:11:51 %{?el7:Requires: devtoolset-11-gcc-c++}
08:11:51 %{?el7:Requires: devtoolset-11-gcc-gfortran}
08:11:51
08:11:51 %if 0%{?rhel} <= 7 && 0%{?rhel} >= 1
08:11:51 BuildRequires: devtoolset-11-gcc devtoolset-11-gcc-c++ devtoolset-11-gcc-gfortran
08:11:51 %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
08:11:51 %endif
08:11:51
08:11:51 %if 0%{?fedora} >= 25
08:11:51 BuildRequires: OpenSceneGraph-devel
08:11:51 %endif
08:11:51
08:11:51 %if 0%{?omqt5}
08:11:51 %define withqt6 ''
08:11:51 %define omqtversion qt5
08:11:51 %else
08:11:51 %define withqt6 --with-qt6
08:11:51 %define omqtversion qt6
08:11:51 %endif
08:11:51
08:11:51
08:11:51 # We should use clang, but OMEdit does not compile with it due to odd default qmake flags
08:11:51 Requires: gcc
08:11:51 Requires: gcc-c++
08:11:51 Requires: lapack-devel
08:11:51
08:11:51 Requires(post): %{_sbindir}/update-alternatives
08:11:51 Requires(postun): %{_sbindir}/update-alternatives
08:11:51
08:11:51 # CentOS does not have suggests
08:11:51 %if 0%{?fedora} >= 24 || 0%{?rhel} >= 8
08:11:51 Suggests: boost-devel
08:11:51 Suggests: boost-static
08:11:51 Suggests: lapack-static
08:11:51 Suggests: openblas-static
08:11:51 %else
08:11:51 Requires: boost-devel
08:11:51 Requires: boost-static
08:11:51 %endif
08:11:51
08:11:51 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
08:11:51
08:11:51 %description
08:11:51 %{summary}
08:11:51
08:11:51 %prep
08:11:51
08:11:51 %setup -q -n openmodelica_1.28.0~dev-743-g35d6171
08:11:51 tar xJf %{_sourcedir}/openmodelica-doc-latest.tar.xz
08:11:51
08:11:51
08:11:51
08:11:51 %if 0%{?rhel} <= 7 && 0%{?rhel} >= 1
08:11:51 source /opt/rh/devtoolset-11/enable
08:11:51 %endif
08:11:51
08:11:51 %if 0%{?rhel} == 8
08:11:51 source /opt/rh/gcc-toolset-11/enable
08:11:51 %endif
08:11:51
08:11:51 export LANG=C.UTF-8
08:11:51 autoreconf --install
08:11:51 ./configure CFLAGS="-Os" CXXFLAGS="-Os" QTDIR=/usr/%{_lib}/%{omqtversion} --without-omniORB %{withqt6} %{?devtoolsconfigureflags} --without-omc --prefix=/opt/%{name} --without-omlibrary %{cmakecommand}
08:11:51
08:11:51 %build
08:11:51
08:11:51 %if 0%{?rhel} <= 7 && 0%{?rhel} >= 1
08:11:51 export LANG=C.UTF-8
08:11:51 source /opt/rh/devtoolset-11/enable
08:11:51 %endif
08:11:51
08:11:51 %if 0%{?rhel} == 8
08:11:51 export LANG=C.UTF-8
08:11:51 source /opt/rh/gcc-toolset-11/enable
08:11:51 %endif
08:11:51
08:11:51 export LANG=C.UTF-8
08:11:51 make -j8
08:11:51 test ! -f libraries/install-index.json || make -j8 omlibrary
08:11:51
08:11:51 %install
08:11:51 rm -rf %{buildroot}
08:11:51 make install DESTDIR="%{buildroot}"
08:11:51 mkdir -p %{buildroot}/opt/%{name}/lib/ %{buildroot}/opt/%{name}/share/doc/omc/ %{buildroot}%{_bindir}
08:11:51 ln -s /usr/lib/omlibrary %{buildroot}/opt/%{name}/lib/
08:11:51 ln -s /opt/%{name}/bin/omc %{buildroot}%{_bindir}/omc-nightly
08:11:51 ln -s /opt/%{name}/bin/OMEdit %{buildroot}%{_bindir}/OMEdit-nightly
08:11:51 ln -s /opt/%{name}/bin/OMShell %{buildroot}%{_bindir}/OMShell-nightly
08:11:51 ln -s /opt/%{name}/bin/OMShell-terminal %{buildroot}%{_bindir}/OMShell-terminal-nightly
08:11:51 ln -s /opt/%{name}/bin/OMNotebook %{buildroot}%{_bindir}/OMNotebook-nightly
08:11:51 ln -s /opt/%{name}/bin/OMPlot %{buildroot}%{_bindir}/OMPlot-nightly
08:11:51 touch %{buildroot}%{_bindir}/omc
08:11:51 touch %{buildroot}%{_bindir}/OMEdit
08:11:51 touch %{buildroot}%{_bindir}/OMShell
08:11:51 touch %{buildroot}%{_bindir}/OMShell-terminal
08:11:51 touch %{buildroot}%{_bindir}/OMNotebook
08:11:51 touch %{buildroot}%{_bindir}/OMPlot
08:11:51 cp -a openmodelica-doc*/* %{buildroot}/opt/%{name}/share/doc/omc/
08:11:51
08:11:51 %postun
08:11:51 if [ "$1" -ge "1" ]; then
08:11:51 if [ "`readlink %{_sysconfdir}/alternatives/openmodelica`" == "%{_bindir}/omc-nightly" ]; then
08:11:51 %{_sbindir}/alternatives --set openmodelica %{_bindir}/omc-nightly
08:11:51 fi
08:11:51 fi
08:11:51
08:11:51 %post
08:11:51 %{_sbindir}/update-alternatives --install %{_bindir}/omc openmodelica %{_bindir}/omc-nightly 1018000 \
08:11:51 --slave %{_bindir}/OMEdit openmodelica-OMEdit %{_bindir}/OMEdit-nightly \
08:11:51 --slave %{_bindir}/OMShell openmodelica-OMShell %{_bindir}/OMShell-nightly \
08:11:51 --slave %{_bindir}/OMShell-terminal openmodelica-OMShell-terminal %{_bindir}/OMShell-terminal-nightly \
08:11:51 --slave %{_bindir}/OMNotebook openmodelica-OMNotebook %{_bindir}/OMNotebook-nightly \
08:11:51 --slave %{_bindir}/OMPlot openmodelica-OMPlot %{_bindir}/OMPlot-nightly
08:11:51
08:11:51 %preun
08:11:51 if [ $1 = 0 ]; then
08:11:51 %{_sbindir}/update-alternatives --remove openmodelica %{_bindir}/omc-nightly
08:11:51 fi
08:11:51
08:11:51 %clean
08:11:51 rm -rf %{buildroot}
08:11:51
08:11:51 %files
08:11:51 %defattr(-,root,root,-)
08:11:51 /opt/%{name}/*
08:11:51 %{_bindir}/*-nightly
08:11:51 %ghost %{_bindir}/omc
08:11:51 %ghost %{_bindir}/OMEdit
08:11:51 %ghost %{_bindir}/OMShell
08:11:51 %ghost %{_bindir}/OMShell-terminal
08:11:51 %ghost %{_bindir}/OMNotebook
08:11:51 %ghost %{_bindir}/OMPlot
08:11:51
08:11:51 %changelog
08:11:51 * Tue Sep 15 2026 OpenModelica <openmodelica@ida.liu.se> ${version}-1
08:11:51 - First Build
08:11:51 + cat /var/lib/openmodelica-depends/openmodelica.spec.tpl
[Pipeline] writeFile
[Pipeline] sh
08:11:51 + rm -rf tmp.build
[Pipeline] echo
08:11:51 # See also Jenkinsfile in apt-build repository for stuff that is installed BEFORE everything here
08:11:51 # Don't try fancy stuff like debuginfo, which is useless on binary-only
08:11:51 # packages. Don't strip binary too
08:11:51 # Be sure buildpolicy set to do nothing
08:11:51 %define __spec_install_post %{nil}
08:11:51 %define debug_package %{nil}
08:11:51 %define __os_install_post %{_dbpath}/brp-compress
08:11:51
08:11:51 Summary: OpenModelica
08:11:51 Name: openmodelica-nightly
08:11:51 Version: 1.28.0~dev~743~g35d6171
08:11:51 Release: 1%{?dist}
08:11:51 License: OSMC-PL
08:11:51 Group: Development/Tools
08:11:51 # spectool -g -R SPECS/xxx.spec
08:11:51 # sudo yum-builddep SPECS/xxx.spec
08:11:51 SOURCE0 : https://build.openmodelica.org/apt/pool/contrib/openmodelica_1.28.0~dev-743-g35d6171.orig.tar.xz
08:11:51 SOURCE1 : https://openmodelica.org/doc/openmodelica-doc-latest.tar.xz
08:11:51
08:11:51 URL: https://openmodelica.org/
08:11:51
08:11:51 %if 0%{?rhel} == 6
08:11:51 Autoreq: 0
08:11:51 Requires: readline
08:11:51 Requires: qt5-qtbase
08:11:51 Requires: qt5-qtsvg
08:11:51 Requires: qt5-qtwebengine
08:11:51 Requires: qt5-qtxmlpatterns
08:11:51 Requires: libffi
08:11:51 %endif
08:11:51 Autoprov: 0
08:11:51 Prefix: /opt/%{name}
08:11:51 Prefix: %{_bindir}
08:11:51
08:11:51 %global __requires_exclude ^(lib.*Modelica.*|lib[oO][mM][^n].*[.]so.*|libklu[.]so.*|libsuitesparseconfig[.]so.*|libqjson[.]so.*|libfmi.*[.]so.*|libumfpack[.]so.*|libamd[.]so.*|libzlib[.]so.*|libbtf[.]so.*|libcminpack[.]so.*|libcoinmumps[.]so.*|libipopt[.]so.*|liblis[.]so.*|/usr/bin/python|libzmq[.]so.*|libtf[.]so.*|libcolamd[.]so.*|libsundials.*)$
08:11:51
08:11:51 # Recommended (for the repo): git rpm-build rpmdevtools epel-release
08:11:51 %if 0%{?rhel} > 0
08:11:51 # CentOS / RHEL requires the EPEL repository (for omniORB, etc)
08:11:51 BuildRequires: epel-release
08:11:51 Requires: epel-release
08:11:51 %endif
08:11:51
08:11:51 Requires: lapack-devel
08:11:51 Requires: make
08:11:51 Requires: gcc
08:11:51 Requires: gcc-gfortran
08:11:51 Requires: gcc-c++
08:11:51
08:11:51 BuildRequires: automake
08:11:51 BuildRequires: expat-devel
08:11:51 BuildRequires: bison
08:11:51 BuildRequires: flex
08:11:51 BuildRequires: lapack-devel
08:11:51 BuildRequires: libtool
08:11:51 BuildRequires: uuid
08:11:51 BuildRequires: uuid-devel
08:11:51 BuildRequires: hdf5-devel
08:11:51 BuildRequires: boost-devel
08:11:51 BuildRequires: boost-static
08:11:51 BuildRequires: hwloc-devel
08:11:51 BuildRequires: readline-devel
08:11:51 BuildRequires: libffi-devel
08:11:51 BuildRequires: curl-devel
08:11:51 BuildRequires: gettext
08:11:51 BuildRequires: make
08:11:51 BuildRequires: java
08:11:51 BuildRequires: tar
08:11:51 BuildRequires: xz
08:11:51 BuildRequires: gcc
08:11:51 BuildRequires: gcc-c++
08:11:51 BuildRequires: gcc-gfortran
08:11:51 # EL8 is the only target left without qt6, in EPEL or anywhere else
08:11:51 %if 0%{?rhel} > 0 && 0%{?rhel} <= 8
08:11:51 %define omqt5 1
08:11:51 %endif
08:11:51
08:11:51 %if 0%{?omqt5}
08:11:51 BuildRequires: qt5-qtwebengine-devel
08:11:51 BuildRequires: qt5-linguist
08:11:51 BuildRequires: qt5-qttools
08:11:51 BuildRequires: qt5-qtbase-devel
08:11:51 BuildRequires: qt5-qtsvg-devel
08:11:51 BuildRequires: qt5-qtxmlpatterns-devel
08:11:51 BuildRequires: qt5-qt3d-devel
08:11:51 %else
08:11:51 BuildRequires: qt6-qtwebengine-devel
08:11:51 BuildRequires: qt6-linguist
08:11:51 BuildRequires: qt6-qttools
08:11:51 BuildRequires: qt6-qtbase-devel
08:11:51 BuildRequires: qt6-qtsvg-devel
08:11:51 BuildRequires: qt6-qt3d-devel
08:11:51 BuildRequires: qt6-qt5compat-devel
08:11:51 BuildRequires: qt6-qthttpserver-devel
08:11:51 BuildRequires: qt6-qtwebsockets-devel
08:11:51 %endif
08:11:51
08:11:51
08:11:51 # Use cmake versions > 3. On EL7 this is provided by cmake3 package.
08:11:51 # On EL > 7 it is just cmake.
08:11:51 %if 0%{?rhel} == 7
08:11:51 BuildRequires: cmake3
08:11:51 %define cmakecommand CMAKE=cmake3
08:11:51 %else
08:11:51 BuildRequires: cmake
08:11:51 %define cmakecommand CMAKE=cmake
08:11:51 %endif
08:11:51
08:11:51 # The base centos:8 image (we use for our build-deps:el8 image) comes with
08:11:51 # broken cmake package due to old libarchive (v3.3.2). v3.3.3 Seems to work.
08:11:51 # Once the base image is updated this can be removed.
08:11:51 %if 0%{?rhel} == 8
08:11:51 BuildRequires: libarchive >= 3.3.3
08:11:51 %endif
08:11:51
08:11:51 # Use gcc-11 on EL8 as well. devtoolset does not seem to be available on
08:11:51 # EL8. One is supposed to use gcc-toolset instead.
08:11:51 %{?el8:Requires: gcc-toolset-11-gcc gcc-toolset-11-gcc-c++ gcc-toolset-11-gcc-gfortran}
08:11:51 %if 0%{?rhel} == 8
08:11:51 BuildRequires: gcc-toolset-11-gcc gcc-toolset-11-gcc-c++ gcc-toolset-11-gcc-gfortran
08:11:51 %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
08:11:51 %endif
08:11:51
08:11:51 # EL7 has -static-libstdc++ inside devtools (but the system g++ does not know the flag) -- adrpo: check this, also for el6
08:11:51 %{?el7:Requires: devtoolset-11-gcc}
08:11:51 %{?el7:Requires: devtoolset-11-gcc-c++}
08:11:51 %{?el7:Requires: devtoolset-11-gcc-gfortran}
08:11:51
08:11:51 %if 0%{?rhel} <= 7 && 0%{?rhel} >= 1
08:11:51 BuildRequires: devtoolset-11-gcc devtoolset-11-gcc-c++ devtoolset-11-gcc-gfortran
08:11:51 %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
08:11:51 %endif
08:11:51
08:11:51 %if 0%{?fedora} >= 25
08:11:51 BuildRequires: OpenSceneGraph-devel
08:11:51 %endif
08:11:51
08:11:51 %if 0%{?omqt5}
08:11:51 %define withqt6 ''
08:11:51 %define omqtversion qt5
08:11:51 %else
08:11:51 %define withqt6 --with-qt6
08:11:51 %define omqtversion qt6
08:11:51 %endif
08:11:51
08:11:51
08:11:51 # We should use clang, but OMEdit does not compile with it due to odd default qmake flags
08:11:51 Requires: gcc
08:11:51 Requires: gcc-c++
08:11:51 Requires: lapack-devel
08:11:51
08:11:51 Requires(post): %{_sbindir}/update-alternatives
08:11:51 Requires(postun): %{_sbindir}/update-alternatives
08:11:51
08:11:51 # CentOS does not have suggests
08:11:51 %if 0%{?fedora} >= 24 || 0%{?rhel} >= 8
08:11:51 Suggests: boost-devel
08:11:51 Suggests: boost-static
08:11:51 Suggests: lapack-static
08:11:51 Suggests: openblas-static
08:11:51 %else
08:11:51 Requires: boost-devel
08:11:51 Requires: boost-static
08:11:51 %endif
08:11:51
08:11:51 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
08:11:51
08:11:51 %description
08:11:51 %{summary}
08:11:51
08:11:51 %prep
08:11:51
08:11:51 %setup -q -n openmodelica_1.28.0~dev-743-g35d6171
08:11:51 tar xJf %{_sourcedir}/openmodelica-doc-latest.tar.xz
08:11:51
08:11:51
08:11:51
08:11:51 %if 0%{?rhel} <= 7 && 0%{?rhel} >= 1
08:11:51 source /opt/rh/devtoolset-11/enable
08:11:51 %endif
08:11:51
08:11:51 %if 0%{?rhel} == 8
08:11:51 source /opt/rh/gcc-toolset-11/enable
08:11:51 %endif
08:11:51
08:11:51 export LANG=C.UTF-8
08:11:51 autoreconf --install
08:11:51 ./configure CFLAGS="-Os" CXXFLAGS="-Os" QTDIR=/usr/%{_lib}/%{omqtversion} --without-omniORB %{withqt6} %{?devtoolsconfigureflags} --without-omc --prefix=/opt/%{name} --without-omlibrary %{cmakecommand}
08:11:51
08:11:51 %build
08:11:51
08:11:51 %if 0%{?rhel} <= 7 && 0%{?rhel} >= 1
08:11:51 export LANG=C.UTF-8
08:11:51 source /opt/rh/devtoolset-11/enable
08:11:51 %endif
08:11:51
08:11:51 %if 0%{?rhel} == 8
08:11:51 export LANG=C.UTF-8
08:11:51 source /opt/rh/gcc-toolset-11/enable
08:11:51 %endif
08:11:51
08:11:51 export LANG=C.UTF-8
08:11:51 make -j8
08:11:51 test ! -f libraries/install-index.json || make -j8 omlibrary
08:11:51
08:11:51 %install
08:11:51 rm -rf %{buildroot}
08:11:51 make install DESTDIR="%{buildroot}"
08:11:51 mkdir -p %{buildroot}/opt/%{name}/lib/ %{buildroot}/opt/%{name}/share/doc/omc/ %{buildroot}%{_bindir}
08:11:51 ln -s /usr/lib/omlibrary %{buildroot}/opt/%{name}/lib/
08:11:51 ln -s /opt/%{name}/bin/omc %{buildroot}%{_bindir}/omc-nightly
08:11:51 ln -s /opt/%{name}/bin/OMEdit %{buildroot}%{_bindir}/OMEdit-nightly
08:11:51 ln -s /opt/%{name}/bin/OMShell %{buildroot}%{_bindir}/OMShell-nightly
08:11:51 ln -s /opt/%{name}/bin/OMShell-terminal %{buildroot}%{_bindir}/OMShell-terminal-nightly
08:11:51 ln -s /opt/%{name}/bin/OMNotebook %{buildroot}%{_bindir}/OMNotebook-nightly
08:11:51 ln -s /opt/%{name}/bin/OMPlot %{buildroot}%{_bindir}/OMPlot-nightly
08:11:51 touch %{buildroot}%{_bindir}/omc
08:11:51 touch %{buildroot}%{_bindir}/OMEdit
08:11:51 touch %{buildroot}%{_bindir}/OMShell
08:11:51 touch %{buildroot}%{_bindir}/OMShell-terminal
08:11:51 touch %{buildroot}%{_bindir}/OMNotebook
08:11:51 touch %{buildroot}%{_bindir}/OMPlot
08:11:51 cp -a openmodelica-doc*/* %{buildroot}/opt/%{name}/share/doc/omc/
08:11:51
08:11:51 %postun
08:11:51 if [ "$1" -ge "1" ]; then
08:11:51 if [ "`readlink %{_sysconfdir}/alternatives/openmodelica`" == "%{_bindir}/omc-nightly" ]; then
08:11:51 %{_sbindir}/alternatives --set openmodelica %{_bindir}/omc-nightly
08:11:51 fi
08:11:51 fi
08:11:51
08:11:51 %post
08:11:51 %{_sbindir}/update-alternatives --install %{_bindir}/omc openmodelica %{_bindir}/omc-nightly 1018000 \
08:11:51 --slave %{_bindir}/OMEdit openmodelica-OMEdit %{_bindir}/OMEdit-nightly \
08:11:51 --slave %{_bindir}/OMShell openmodelica-OMShell %{_bindir}/OMShell-nightly \
08:11:51 --slave %{_bindir}/OMShell-terminal openmodelica-OMShell-terminal %{_bindir}/OMShell-terminal-nightly \
08:11:51 --slave %{_bindir}/OMNotebook openmodelica-OMNotebook %{_bindir}/OMNotebook-nightly \
08:11:51 --slave %{_bindir}/OMPlot openmodelica-OMPlot %{_bindir}/OMPlot-nightly
08:11:51
08:11:51 %preun
08:11:51 if [ $1 = 0 ]; then
08:11:51 %{_sbindir}/update-alternatives --remove openmodelica %{_bindir}/omc-nightly
08:11:51 fi
08:11:51
08:11:51 %clean
08:11:51 rm -rf %{buildroot}
08:11:51
08:11:51 %files
08:11:51 %defattr(-,root,root,-)
08:11:51 /opt/%{name}/*
08:11:51 %{_bindir}/*-nightly
08:11:51 %ghost %{_bindir}/omc
08:11:51 %ghost %{_bindir}/OMEdit
08:11:51 %ghost %{_bindir}/OMShell
08:11:51 %ghost %{_bindir}/OMShell-terminal
08:11:51 %ghost %{_bindir}/OMNotebook
08:11:51 %ghost %{_bindir}/OMPlot
08:11:51
08:11:51 %changelog
08:11:51 * Tue Sep 15 2026 OpenModelica <openmodelica@ida.liu.se> ${version}-1
08:11:51 - First Build
[Pipeline] writeFile
08:11:51 + rm -rf tmp.build
[Pipeline] sh
08:11:51 + docker pull docker.openmodelica.org/build-deps:el8.amd64
08:11:51 el8.amd64: Pulling from build-deps
08:11:51 Digest: sha256:bffc13242b9e0251fa90a3aed5b42499a54f7536656a2d4224bf30ffaa89ca22
08:11:51 Status: Image is up to date for docker.openmodelica.org/build-deps:el8.amd64
08:11:51 docker.openmodelica.org/build-deps:el8.amd64
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] sh
08:11:51 + docker pull docker.openmodelica.org/build-deps:el9.amd64
08:11:51 el9.amd64: Pulling from build-deps
08:11:51 Digest: sha256:f2f5d48d62ff73a498a3373a19b3fbc4fecafc1c87a598eeb673440db5e85655
08:11:51 Status: Image is up to date for docker.openmodelica.org/build-deps:el9.amd64
08:11:51 docker.openmodelica.org/build-deps:el9.amd64
08:11:51 + docker build -t rpm-build-tmp .
08:11:51 #0 building with "default" instance using docker driver
08:11:51
08:11:51 #1 [internal] load build definition from Dockerfile
08:11:51 #1 transferring dockerfile: 171B done
08:11:51 #1 DONE 0.0s
08:11:51
08:11:51 #2 [internal] load metadata for docker.openmodelica.org/build-deps:el10.amd64
08:11:51 #2 DONE 0.0s
08:11:51
08:11:51 #3 [internal] load .dockerignore
08:11:51 #3 transferring context: 2B done
08:11:51 #3 DONE 0.0s
08:11:51
08:11:51 #4 [1/2] FROM docker.openmodelica.org/build-deps:el10.amd64
08:11:51 #4 DONE 0.0s
08:11:51
08:11:51 #5 [2/2] RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
08:11:51 #5 CACHED
08:11:51
08:11:51 #6 exporting to image
08:11:51 #6 exporting layers done
08:11:51 #6 writing image sha256:68f0e19199f3c539b87ce0fa05463b7c9f2f380f05b0766bf14ffe3f7b9b231e done
08:11:51 #6 naming to docker.io/library/rpm-build-tmp done
08:11:51 #6 DONE 0.0s
$ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** docker.openmodelica.org/build-deps:bookworm.nightly.armhf cat
[Pipeline] }
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] // withEnv
[Pipeline] sh
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named dockerImage (to a value of type Image) which could lead to memory leaks or other issues.
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
08:11:51 + mkdir -p rpmbuild/SOURCES rpmbuild/SRPMS rpmbuild/RPMS
[Pipeline] sh
08:11:51 + mkdir -p rpmbuild/SOURCES rpmbuild/SRPMS rpmbuild/RPMS
[Pipeline] sh
08:11:51 84ad5f3a28e1: Pull complete
08:11:51 + id -g
[Pipeline] sh
08:11:51 + id -g
[Pipeline] sh
08:11:52 + docker inspect -f . rpm-build-tmp
08:11:52 .
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
08:11:52 r7945-1 does not seem to be running inside a container
08:11:52 + HOME=/var/lib/jenkins1/ws/LINUX_BUILDS
08:11:52 + spectool -g -R openmodelica.spec
08:11:52 + HOME=/var/lib/jenkins1/ws/LINUX_BUILDS
08:11:52 + spectool -g -R openmodelica.spec
$ docker top a1bc43a8a19b2c80c3db01e6ad6d1e540d2fea2cbca4bce1ef6af02800e014c3 -eo pid,comm
08:11:52 f8a4a1ad8916: Pull complete
08:11:52 a1a8a1872a3e: Pull complete
08:11:52 893abb45e4df: Pull complete
08:11:52 + id -u
08:11:52 + id -u
[Pipeline] {
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
08:11:52
08:11:52 FROM docker.openmodelica.org/build-deps:el8.amd64
08:11:52
08:11:52 RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
08:11:52
[Pipeline] writeFile
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
08:11:52
08:11:52 FROM docker.openmodelica.org/build-deps:el9.amd64
08:11:52
08:11:52 RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
08:11:52
[Pipeline] writeFile
[Pipeline] sh
08:11:52 0% of 195.8 MiB | | Elapsed Time: 0:00:00 ETA: --:--:--
08:11:52 0% of 195.8 MiB | | Elapsed Time: 0:00:00 ETA: 0:00:21
[Pipeline] isUnix
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
08:11:52 0% of 195.8 MiB | | Elapsed Time: 0:00:00 ETA: --:--:--
08:11:52 0% of 195.8 MiB | | Elapsed Time: 0:00:00 ETA: 0:00:22
[Pipeline] sh
08:11:52 abf56b2f8724: Download complete
08:11:52 + cat /var/lib/openmodelica-depends/openmodelica.spec.tpl
08:11:52 0% of 195.8 MiB | | Elapsed Time: 0:00:00 ETA: 0:00:21
08:11:52 1% of 195.8 MiB | | Elapsed Time: 0:00:00 ETA: 0:00:20
08:11:52 1% of 195.8 MiB | | Elapsed Time: 0:00:00 ETA: 0:00:20
[Pipeline] echo
08:11:52 # See also Jenkinsfile in apt-build repository for stuff that is installed BEFORE everything here
08:11:52 # Don't try fancy stuff like debuginfo, which is useless on binary-only
08:11:52 # packages. Don't strip binary too
08:11:52 # Be sure buildpolicy set to do nothing
08:11:52 %define __spec_install_post %{nil}
08:11:52 %define debug_package %{nil}
08:11:52 %define __os_install_post %{_dbpath}/brp-compress
08:11:52
08:11:52 Summary: OpenModelica
08:11:52 Name: openmodelica-nightly
08:11:52 Version: 1.28.0~dev~743~g35d6171
08:11:52 Release: 1%{?dist}
08:11:52 License: OSMC-PL
08:11:52 Group: Development/Tools
08:11:52 # spectool -g -R SPECS/xxx.spec
08:11:52 # sudo yum-builddep SPECS/xxx.spec
08:11:52 SOURCE0 : https://build.openmodelica.org/apt/pool/contrib/openmodelica_1.28.0~dev-743-g35d6171.orig.tar.xz
08:11:52 SOURCE1 : https://openmodelica.org/doc/openmodelica-doc-latest.tar.xz
08:11:52
08:11:52 URL: https://openmodelica.org/
08:11:52
08:11:52 %if 0%{?rhel} == 6
08:11:52 Autoreq: 0
08:11:52 Requires: readline
08:11:52 Requires: qt5-qtbase
08:11:52 Requires: qt5-qtsvg
08:11:52 Requires: qt5-qtwebengine
08:11:52 Requires: qt5-qtxmlpatterns
08:11:52 Requires: libffi
08:11:52 %endif
08:11:52 Autoprov: 0
08:11:52 Prefix: /opt/%{name}
08:11:52 Prefix: %{_bindir}
08:11:52
08:11:52 %global __requires_exclude ^(lib.*Modelica.*|lib[oO][mM][^n].*[.]so.*|libklu[.]so.*|libsuitesparseconfig[.]so.*|libqjson[.]so.*|libfmi.*[.]so.*|libumfpack[.]so.*|libamd[.]so.*|libzlib[.]so.*|libbtf[.]so.*|libcminpack[.]so.*|libcoinmumps[.]so.*|libipopt[.]so.*|liblis[.]so.*|/usr/bin/python|libzmq[.]so.*|libtf[.]so.*|libcolamd[.]so.*|libsundials.*|liblpsolve55.*)$
08:11:52
08:11:52 # Recommended (for the repo): git rpm-build rpmdevtools epel-release
08:11:52 %if 0%{?rhel} > 0
08:11:52 # CentOS / RHEL requires the EPEL repository (for omniORB, etc)
08:11:52 BuildRequires: epel-release
08:11:52 Requires: epel-release
08:11:52 %endif
08:11:52
08:11:52 Requires: lapack-devel
08:11:52 Requires: make
08:11:52 Requires: gcc
08:11:52 Requires: gcc-gfortran
08:11:52 Requires: gcc-c++
08:11:52
08:11:52 BuildRequires: automake
08:11:52 BuildRequires: expat-devel
08:11:52 BuildRequires: bison
08:11:52 BuildRequires: flex
08:11:52 BuildRequires: lapack-devel
08:11:52 BuildRequires: libtool
08:11:52 BuildRequires: uuid
08:11:52 BuildRequires: uuid-devel
08:11:52 BuildRequires: hdf5-devel
08:11:52 BuildRequires: boost-devel
08:11:52 BuildRequires: boost-static
08:11:52 BuildRequires: hwloc-devel
08:11:52 BuildRequires: readline-devel
08:11:52 BuildRequires: libffi-devel
08:11:52 BuildRequires: curl-devel
08:11:52 BuildRequires: gettext
08:11:52 BuildRequires: make
08:11:52 BuildRequires: java
08:11:52 BuildRequires: tar
08:11:52 BuildRequires: xz
08:11:52 BuildRequires: gcc
08:11:52 BuildRequires: gcc-c++
08:11:52 BuildRequires: gcc-gfortran
08:11:52 # EL8 is the only target left without qt6, in EPEL or anywhere else
08:11:52 %if 0%{?rhel} > 0 && 0%{?rhel} <= 8
08:11:52 %define omqt5 1
08:11:52 %endif
08:11:52
08:11:52 %if 0%{?omqt5}
08:11:52 BuildRequires: qt5-qtwebengine-devel
08:11:52 BuildRequires: qt5-linguist
08:11:52 BuildRequires: qt5-qttools
08:11:52 BuildRequires: qt5-qtbase-devel
08:11:52 BuildRequires: qt5-qtsvg-devel
08:11:52 BuildRequires: qt5-qtxmlpatterns-devel
08:11:52 BuildRequires: qt5-qt3d-devel
08:11:52 %else
08:11:52 BuildRequires: qt6-qtwebengine-devel
08:11:52 BuildRequires: qt6-linguist
08:11:52 BuildRequires: qt6-qttools
08:11:52 BuildRequires: qt6-qtbase-devel
08:11:52 BuildRequires: qt6-qtsvg-devel
08:11:52 BuildRequires: qt6-qt3d-devel
08:11:52 BuildRequires: qt6-qt5compat-devel
08:11:52 BuildRequires: qt6-qthttpserver-devel
08:11:52 BuildRequires: qt6-qtwebsockets-devel
08:11:52 %endif
08:11:52
08:11:52
08:11:52 # Use cmake versions > 3. On EL7 this is provided by cmake3 package.
08:11:52 # On EL > 7 it is just cmake.
08:11:52 %if 0%{?rhel} == 7
08:11:52 BuildRequires: cmake3
08:11:52 %define cmakecommand CMAKE=cmake3
08:11:52 %else
08:11:52 BuildRequires: cmake
08:11:52 %define cmakecommand CMAKE=cmake
08:11:52 %endif
08:11:52
08:11:52 # The base centos:8 image (we use for our build-deps:el8 image) comes with
08:11:52 # broken cmake package due to old libarchive (v3.3.2). v3.3.3 Seems to work.
08:11:52 # Once the base image is updated this can be removed.
08:11:52 %if 0%{?rhel} == 8
08:11:52 BuildRequires: libarchive >= 3.3.3
08:11:52 %endif
08:11:52
08:11:52 # Use gcc-11 on EL8 as well. devtoolset does not seem to be available on
08:11:52 # EL8. One is supposed to use gcc-toolset instead.
08:11:52 %{?el8:Requires: gcc-toolset-11-gcc gcc-toolset-11-gcc-c++ gcc-toolset-11-gcc-gfortran}
08:11:52 %if 0%{?rhel} == 8
08:11:52 BuildRequires: gcc-toolset-11-gcc gcc-toolset-11-gcc-c++ gcc-toolset-11-gcc-gfortran
08:11:52 %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
08:11:52 %endif
08:11:52
08:11:52 # EL7 has -static-libstdc++ inside devtools (but the system g++ does not know the flag) -- adrpo: check this, also for el6
08:11:52 %{?el7:Requires: devtoolset-11-gcc}
08:11:52 %{?el7:Requires: devtoolset-11-gcc-c++}
08:11:52 %{?el7:Requires: devtoolset-11-gcc-gfortran}
08:11:52
08:11:52 %if 0%{?rhel} <= 7 && 0%{?rhel} >= 1
08:11:52 BuildRequires: devtoolset-11-gcc devtoolset-11-gcc-c++ devtoolset-11-gcc-gfortran
08:11:52 %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
08:11:52 %endif
08:11:52
08:11:52 %if 0%{?fedora} >= 25
08:11:52 BuildRequires: OpenSceneGraph-devel
08:11:52 %endif
08:11:52
08:11:52 %if 0%{?omqt5}
08:11:52 %define withqt6 ''
08:11:52 %define omqtversion qt5
08:11:52 %else
08:11:52 %define withqt6 --with-qt6
08:11:52 %define omqtversion qt6
08:11:52 %endif
08:11:52
08:11:52
08:11:52 # We should use clang, but OMEdit does not compile with it due to odd default qmake flags
08:11:52 Requires: gcc
08:11:52 Requires: gcc-c++
08:11:52 Requires: lapack-devel
08:11:52
08:11:52 Requires(post): %{_sbindir}/update-alternatives
08:11:52 Requires(postun): %{_sbindir}/update-alternatives
08:11:52
08:11:52 # CentOS does not have suggests
08:11:52 %if 0%{?fedora} >= 24 || 0%{?rhel} >= 8
08:11:52 Suggests: boost-devel
08:11:52 Suggests: boost-static
08:11:52 Suggests: lapack-static
08:11:52 Suggests: openblas-static
08:11:52 %else
08:11:52 Requires: boost-devel
08:11:52 Requires: boost-static
08:11:52 %endif
08:11:52
08:11:52 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
08:11:52
08:11:52 %description
08:11:52 %{summary}
08:11:52
08:11:52 %prep
08:11:52
08:11:52 %setup -q -n openmodelica_1.28.0~dev-743-g35d6171
08:11:52 tar xJf %{_sourcedir}/openmodelica-doc-latest.tar.xz
08:11:52
08:11:52
08:11:52
08:11:52 %if 0%{?rhel} <= 7 && 0%{?rhel} >= 1
08:11:52 source /opt/rh/devtoolset-11/enable
08:11:52 %endif
08:11:52
08:11:52 %if 0%{?rhel} == 8
08:11:52 source /opt/rh/gcc-toolset-11/enable
08:11:52 %endif
08:11:52
08:11:52 export LANG=C.UTF-8
08:11:52 autoreconf --install
08:11:52 ./configure CFLAGS="-Os" CXXFLAGS="-Os" QTDIR=/usr/%{_lib}/%{omqtversion} --without-omniORB %{withqt6} %{?devtoolsconfigureflags} --without-omc --prefix=/opt/%{name} --without-omlibrary %{cmakecommand}
08:11:52
08:11:52 %build
08:11:52
08:11:52 %if 0%{?rhel} <= 7 && 0%{?rhel} >= 1
08:11:52 export LANG=C.UTF-8
08:11:52 source /opt/rh/devtoolset-11/enable
08:11:52 %endif
08:11:52
08:11:52 %if 0%{?rhel} == 8
08:11:52 export LANG=C.UTF-8
08:11:52 source /opt/rh/gcc-toolset-11/enable
08:11:52 %endif
08:11:52
08:11:52 export LANG=C.UTF-8
08:11:52 make -j8
08:11:52 test ! -f libraries/install-index.json || make -j8 omlibrary
08:11:52
08:11:52 %install
08:11:52 rm -rf %{buildroot}
08:11:52 make install DESTDIR="%{buildroot}"
08:11:52 mkdir -p %{buildroot}/opt/%{name}/lib/ %{buildroot}/opt/%{name}/share/doc/omc/ %{buildroot}%{_bindir}
08:11:52 ln -s /usr/lib/omlibrary %{buildroot}/opt/%{name}/lib/
08:11:52 ln -s /opt/%{name}/bin/omc %{buildroot}%{_bindir}/omc-nightly
08:11:52 ln -s /opt/%{name}/bin/OMEdit %{buildroot}%{_bindir}/OMEdit-nightly
08:11:52 ln -s /opt/%{name}/bin/OMShell %{buildroot}%{_bindir}/OMShell-nightly
08:11:52 ln -s /opt/%{name}/bin/OMShell-terminal %{buildroot}%{_bindir}/OMShell-terminal-nightly
08:11:52 ln -s /opt/%{name}/bin/OMNotebook %{buildroot}%{_bindir}/OMNotebook-nightly
08:11:52 ln -s /opt/%{name}/bin/OMPlot %{buildroot}%{_bindir}/OMPlot-nightly
08:11:52 touch %{buildroot}%{_bindir}/omc
08:11:52 touch %{buildroot}%{_bindir}/OMEdit
08:11:52 touch %{buildroot}%{_bindir}/OMShell
08:11:52 touch %{buildroot}%{_bindir}/OMShell-terminal
08:11:52 touch %{buildroot}%{_bindir}/OMNotebook
08:11:52 touch %{buildroot}%{_bindir}/OMPlot
08:11:52 cp -a openmodelica-doc*/* %{buildroot}/opt/%{name}/share/doc/omc/
08:11:52
08:11:52 %postun
08:11:52 if [ "$1" -ge "1" ]; then
08:11:52 if [ "`readlink %{_sysconfdir}/alternatives/openmodelica`" == "%{_bindir}/omc-nightly" ]; then
08:11:52 %{_sbindir}/alternatives --set openmodelica %{_bindir}/omc-nightly
08:11:52 fi
08:11:52 fi
08:11:52
08:11:52 %post
08:11:52 %{_sbindir}/update-alternatives --install %{_bindir}/omc openmodelica %{_bindir}/omc-nightly 1018000 \
08:11:52 --slave %{_bindir}/OMEdit openmodelica-OMEdit %{_bindir}/OMEdit-nightly \
08:11:52 --slave %{_bindir}/OMShell openmodelica-OMShell %{_bindir}/OMShell-nightly \
08:11:52 --slave %{_bindir}/OMShell-terminal openmodelica-OMShell-terminal %{_bindir}/OMShell-terminal-nightly \
08:11:52 --slave %{_bindir}/OMNotebook openmodelica-OMNotebook %{_bindir}/OMNotebook-nightly \
08:11:52 --slave %{_bindir}/OMPlot openmodelica-OMPlot %{_bindir}/OMPlot-nightly
08:11:52
08:11:52 %preun
08:11:52 if [ $1 = 0 ]; then
08:11:52 %{_sbindir}/update-alternatives --remove openmodelica %{_bindir}/omc-nightly
08:11:52 fi
08:11:52
08:11:52 %clean
08:11:52 rm -rf %{buildroot}
08:11:52
08:11:52 %files
08:11:52 %defattr(-,root,root,-)
08:11:52 /opt/%{name}/*
08:11:52 %{_bindir}/*-nightly
08:11:52 %ghost %{_bindir}/omc
08:11:52 %ghost %{_bindir}/OMEdit
08:11:52 %ghost %{_bindir}/OMShell
08:11:52 %ghost %{_bindir}/OMShell-terminal
08:11:52 %ghost %{_bindir}/OMNotebook
08:11:52 %ghost %{_bindir}/OMPlot
08:11:52
08:11:52 %changelog
08:11:52 * Tue Sep 15 2026 OpenModelica <openmodelica@ida.liu.se> ${version}-1
08:11:52 - First Build
[Pipeline] writeFile
[Pipeline] sh
08:11:52 0% of 195.8 MiB | | Elapsed Time: 0:00:00 ETA: 0:00:21
08:11:52 1% of 195.8 MiB | | Elapsed Time: 0:00:00 ETA: 0:00:20
08:11:52 1% of 195.8 MiB | | Elapsed Time: 0:00:00 ETA: 0:00:20
08:11:52 + docker build -t rpm-build-tmp .
08:11:52 #0 building with "default" instance using docker driver
08:11:52
08:11:52 #1 [internal] load build definition from Dockerfile
08:11:52 #1 transferring dockerfile: 170B done
08:11:52 #1 DONE 0.0s
08:11:52
08:11:52 #2 [internal] load metadata for docker.openmodelica.org/build-deps:el8.amd64
08:11:52 #2 DONE 0.0s
08:11:52
08:11:52 #3 [internal] load .dockerignore
08:11:52 #3 transferring context: 2B done
08:11:52 #3 DONE 0.0s
08:11:52
08:11:52 #4 [1/2] FROM docker.openmodelica.org/build-deps:el8.amd64
08:11:52 #4 DONE 0.0s
08:11:52
08:11:52 #5 [2/2] RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
08:11:52 #5 CACHED
08:11:52
08:11:52 #6 exporting to image
08:11:52 #6 exporting layers done
08:11:52 #6 writing image sha256:0123b24876046e7b27dbac0526c3f0b9d7d34ca72e592b4e0aed5632578d59ed done
08:11:52 #6 naming to docker.io/library/rpm-build-tmp done
08:11:52 #6 DONE 0.0s
[Pipeline] }
[Pipeline] // withEnv
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named dockerImage (to a value of type Image) which could lead to memory leaks or other issues.
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
08:11:52 + docker build -t rpm-build-tmp .
[Pipeline] sh
08:11:52 2% of 195.8 MiB | | Elapsed Time: 0:00:00 ETA: 0:00:20
08:11:52 2% of 195.8 MiB | | Elapsed Time: 0:00:00 ETA: 0:00:20
08:11:52 3% of 195.8 MiB | | Elapsed Time: 0:00:00 ETA: 0:00:20
08:11:52 2% of 195.8 MiB | | Elapsed Time: 0:00:00 ETA: 0:00:20
08:11:52 2% of 195.8 MiB | | Elapsed Time: 0:00:00 ETA: 0:00:20
08:11:52 3% of 195.8 MiB | | Elapsed Time: 0:00:00 ETA: 0:00:20
08:11:52 + mkdir -p rpmbuild/SOURCES rpmbuild/SRPMS rpmbuild/RPMS
[Pipeline] sh
08:11:52 #0 building with "default" instance using docker driver
08:11:52
08:11:52 #1 [internal] load build definition from Dockerfile
08:11:52 #1 transferring dockerfile: 170B done
08:11:52 #1 DONE 0.0s
08:11:52
08:11:52 #2 [internal] load metadata for docker.openmodelica.org/build-deps:el9.amd64
08:11:52 #2 DONE 0.0s
08:11:52
08:11:52 #3 [internal] load .dockerignore
08:11:52 #3 transferring context: 2B done
08:11:52 #3 DONE 0.0s
08:11:52
08:11:52 #4 [1/2] FROM docker.openmodelica.org/build-deps:el9.amd64
08:11:52 #4 DONE 0.0s
08:11:52
08:11:52 #5 [2/2] RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
08:11:52 #5 CACHED
08:11:52
08:11:52 #6 exporting to image
08:11:52 #6 exporting layers done
08:11:52 #6 writing image sha256:6ea50f63632acca6d2da62270a942a8d557c92bb95e9f6ecb86878302bad0e99 done
08:11:52 #6 naming to docker.io/library/rpm-build-tmp done
08:11:52 #6 DONE 0.0s
[Pipeline] }
[Pipeline] // withEnv
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named dockerImage (to a value of type Image) which could lead to memory leaks or other issues.
08:11:52 + docker inspect -f . rpm-build-tmp
08:11:52 .
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
08:11:52 ryzen-5950x-2 does not seem to be running inside a container
08:11:53 5d95c6ab4d00: Pull complete
08:11:53 6efe6120fd6e: Pull complete
08:11:53 abf56b2f8724: Pull complete
08:11:53 da06e888aef5: Pull complete
$ 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 ******** -e ******** -e ******** -e ******** -e ******** rpm-build-tmp cat
08:11:53 3% of 195.8 MiB | | Elapsed Time: 0:00:00 ETA: 0:00:19
08:11:53 3% of 195.8 MiB | | Elapsed Time: 0:00:00 ETA: 0:00:19
08:11:53 4% of 195.8 MiB | | Elapsed Time: 0:00:00 ETA: 0:00:19
08:11:53 3% of 195.8 MiB | | Elapsed Time: 0:00:00 ETA: 0:00:19
08:11:53 3% of 195.8 MiB | | Elapsed Time: 0:00:00 ETA: 0:00:19
08:11:53 4% of 195.8 MiB | | Elapsed Time: 0:00:00 ETA: 0:00:19
08:11:53 + HOME=/var/lib/jenkins/ws/LINUX_BUILDS
08:11:53 + spectool -g -R openmodelica.spec
08:11:53
08:11:53 0.0 / 195.8 MiB [ ]
[Pipeline] {
[Pipeline] sh
[Pipeline] sh
$ docker top 272b0c8420fd96723fa2b18627b1f5f917cc7dcb17b39517569e348dd09f73ac -eo pid,comm
08:11:53 4% of 195.8 MiB |# | Elapsed Time: 0:00:00 ETA: 0:00:19
08:11:53 5% of 195.8 MiB |# | Elapsed Time: 0:00:01 ETA: 0:00:19
08:11:53 5% of 195.8 MiB |# | Elapsed Time: 0:00:01 ETA: 0:00:20
08:11:53 4% of 195.8 MiB |# | Elapsed Time: 0:00:00 ETA: 0:00:19
08:11:53 5% of 195.8 MiB |# | Elapsed Time: 0:00:01 ETA: 0:00:20
08:11:53 952.0 KiB / 195.8 MiB [ ]
08:11:53 1.8 MiB / 195.8 MiB [ ]
08:11:53 + docker inspect -f . rpm-build-tmp
08:11:53 .
[Pipeline] }
[Pipeline] // withEnv
08:11:53 + cat /var/lib/openmodelica-depends/openmodelica.spec.tpl
[Pipeline] withDockerContainer
08:11:53 ripper2-1 does not seem to be running inside a container
08:11:53 5% of 195.8 MiB |# | Elapsed Time: 0:00:01 ETA: 0:00:20
08:11:53 5% of 195.8 MiB |# | Elapsed Time: 0:00:01 ETA: 0:00:19
08:11:53 6% of 195.8 MiB |# | Elapsed Time: 0:00:01 ETA: 0:00:19
08:11:53 5% of 195.8 MiB |# | Elapsed Time: 0:00:01 ETA: 0:00:19
08:11:53 6% of 195.8 MiB |# | Elapsed Time: 0:00:01 ETA: 0:00:19
08:11:53 6% of 195.8 MiB |# | Elapsed Time: 0:00:01 ETA: 0:00:19
08:11:53 2.7 MiB / 195.8 MiB [= ]
08:11:53 3.6 MiB / 195.8 MiB [= ]
08:11:53 4.4 MiB / 195.8 MiB [= ]
[Pipeline] {
08:11:53 6% of 195.8 MiB |# | Elapsed Time: 0:00:01 ETA: 0:00:19
08:11:53 7% of 195.8 MiB |# | Elapsed Time: 0:00:01 ETA: 0:00:19
08:11:53 7% of 195.8 MiB |# | Elapsed Time: 0:00:01 ETA: 0:00:19
08:11:53 7% of 195.8 MiB |# | Elapsed Time: 0:00:01 ETA: 0:00:19
08:11:53 7% of 195.8 MiB |# | Elapsed Time: 0:00:01 ETA: 0:00:19
[Pipeline] sh
08:11:53 5.3 MiB / 195.8 MiB [= ]
08:11:53 6.2 MiB / 195.8 MiB [== ]
[Pipeline] echo
08:11:53 # See also Jenkinsfile in apt-build repository for stuff that is installed BEFORE everything here
08:11:53 # Don't try fancy stuff like debuginfo, which is useless on binary-only
08:11:53 # packages. Don't strip binary too
08:11:53 # Be sure buildpolicy set to do nothing
08:11:53 %define __spec_install_post %{nil}
08:11:53 %define debug_package %{nil}
08:11:53 %define __os_install_post %{_dbpath}/brp-compress
08:11:53
08:11:53 Summary: OpenModelica
08:11:53 Name: openmodelica-nightly
08:11:53 Version: 1.28.0~dev~743~g35d6171
08:11:53 Release: 1%{?dist}
08:11:53 License: OSMC-PL
08:11:53 Group: Development/Tools
08:11:53 # spectool -g -R SPECS/xxx.spec
08:11:53 # sudo yum-builddep SPECS/xxx.spec
08:11:53 SOURCE0 : https://build.openmodelica.org/apt/pool/contrib/openmodelica_1.28.0~dev-743-g35d6171.orig.tar.xz
08:11:53 SOURCE1 : https://openmodelica.org/doc/openmodelica-doc-latest.tar.xz
08:11:53
08:11:53 URL: https://openmodelica.org/
08:11:53
08:11:53 %if 0%{?rhel} == 6
08:11:53 Autoreq: 0
08:11:53 Requires: readline
08:11:53 Requires: qt5-qtbase
08:11:53 Requires: qt5-qtsvg
08:11:53 Requires: qt5-qtwebengine
08:11:53 Requires: qt5-qtxmlpatterns
08:11:53 Requires: libffi
08:11:53 %endif
08:11:53 Autoprov: 0
08:11:53 Prefix: /opt/%{name}
08:11:53 Prefix: %{_bindir}
08:11:53
08:11:53 %global __requires_exclude ^(lib.*Modelica.*|lib[oO][mM][^n].*[.]so.*|libklu[.]so.*|libsuitesparseconfig[.]so.*|libqjson[.]so.*|libfmi.*[.]so.*|libumfpack[.]so.*|libamd[.]so.*|libzlib[.]so.*|libbtf[.]so.*|libcminpack[.]so.*|libcoinmumps[.]so.*|libipopt[.]so.*|liblis[.]so.*|/usr/bin/python|libzmq[.]so.*|libtf[.]so.*|libcolamd[.]so.*|libsundials.*|liblpsolve55.*)$
08:11:53
08:11:53 # Recommended (for the repo): git rpm-build rpmdevtools epel-release
08:11:53 %if 0%{?rhel} > 0
08:11:53 # CentOS / RHEL requires the EPEL repository (for omniORB, etc)
08:11:53 BuildRequires: epel-release
08:11:53 Requires: epel-release
08:11:53 %endif
08:11:53
08:11:53 Requires: lapack-devel
08:11:53 Requires: make
08:11:53 Requires: gcc
08:11:53 Requires: gcc-gfortran
08:11:53 Requires: gcc-c++
08:11:53
08:11:53 BuildRequires: automake
08:11:53 %if 0%{?rhel} >= 8
08:11:53 %define withomniorb --without-omniORB
08:11:53 %else
08:11:53 %define withomniorb --with-omniORB
08:11:53 BuildRequires: omniORB-devel
08:11:53 BuildRequires: lpsolve-devel
08:11:53 %endif
08:11:53 BuildRequires: expat-devel
08:11:53 BuildRequires: bison
08:11:53 BuildRequires: flex
08:11:53 BuildRequires: lapack-devel
08:11:53 BuildRequires: libtool
08:11:53 BuildRequires: uuid
08:11:53 BuildRequires: uuid-devel
08:11:53 BuildRequires: hdf5-devel
08:11:53 BuildRequires: boost-devel
08:11:53 BuildRequires: boost-static
08:11:53 BuildRequires: hwloc-devel
08:11:53 BuildRequires: readline-devel
08:11:53 BuildRequires: libffi-devel
08:11:53 BuildRequires: curl-devel
08:11:53 BuildRequires: gettext
08:11:53 BuildRequires: make
08:11:53 BuildRequires: java
08:11:53 BuildRequires: tar
08:11:53 BuildRequires: xz
08:11:53 BuildRequires: gcc
08:11:53 BuildRequires: gcc-c++
08:11:53 BuildRequires: gcc-gfortran
08:11:53 # EL8 is the only target left without qt6, in EPEL or anywhere else
08:11:53 %if 0%{?rhel} > 0 && 0%{?rhel} <= 8
08:11:53 %define omqt5 1
08:11:53 %endif
08:11:53
08:11:53 %if 0%{?omqt5}
08:11:53 BuildRequires: qt5-qtwebengine-devel
08:11:53 BuildRequires: qt5-linguist
08:11:53 BuildRequires: qt5-qttools
08:11:53 BuildRequires: qt5-qtbase-devel
08:11:53 BuildRequires: qt5-qtsvg-devel
08:11:53 BuildRequires: qt5-qtxmlpatterns-devel
08:11:53 BuildRequires: qt5-qt3d-devel
08:11:53 %else
08:11:53 BuildRequires: qt6-qtwebengine-devel
08:11:53 BuildRequires: qt6-linguist
08:11:53 BuildRequires: qt6-qttools
08:11:53 BuildRequires: qt6-qtbase-devel
08:11:53 BuildRequires: qt6-qtsvg-devel
08:11:53 BuildRequires: qt6-qt3d-devel
08:11:53 BuildRequires: qt6-qt5compat-devel
08:11:53 BuildRequires: qt6-qthttpserver-devel
08:11:53 BuildRequires: qt6-qtwebsockets-devel
08:11:53 %endif
08:11:53
08:11:53
08:11:53 # Use cmake versions > 3. On EL7 this is provided by cmake3 package.
08:11:53 # On EL > 7 it is just cmake.
08:11:53 %if 0%{?rhel} == 7
08:11:53 BuildRequires: cmake3
08:11:53 %define cmakecommand CMAKE=cmake3
08:11:53 %else
08:11:53 BuildRequires: cmake
08:11:53 %define cmakecommand CMAKE=cmake
08:11:53 %endif
08:11:53
08:11:53 # The base centos:8 image (we use for our build-deps:el8 image) comes with
08:11:53 # broken cmake package due to old libarchive (v3.3.2). v3.3.3 Seems to work.
08:11:53 # Once the base image is updated this can be removed.
08:11:53 %if 0%{?rhel} == 8
08:11:53 BuildRequires: libarchive >= 3.3.3
08:11:53 %endif
08:11:53
08:11:53 # Use gcc-11 on EL8 as well. devtoolset does not seem to be available on
08:11:53 # EL8. One is supposed to use gcc-toolset instead.
08:11:53 %{?el8:Requires: gcc-toolset-11-gcc gcc-toolset-11-gcc-c++ gcc-toolset-11-gcc-gfortran}
08:11:53 %if 0%{?rhel} == 8
08:11:53 BuildRequires: gcc-toolset-11-gcc gcc-toolset-11-gcc-c++ gcc-toolset-11-gcc-gfortran
08:11:53 %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
08:11:53 %endif
08:11:53
08:11:53 # EL7 has -static-libstdc++ inside devtools (but the system g++ does not know the flag) -- adrpo: check this, also for el6
08:11:53 %{?el7:Requires: devtoolset-11-gcc}
08:11:53 %{?el7:Requires: devtoolset-11-gcc-c++}
08:11:53 %{?el7:Requires: devtoolset-11-gcc-gfortran}
08:11:53
08:11:53 %if 0%{?rhel} <= 7 && 0%{?rhel} >= 1
08:11:53 BuildRequires: devtoolset-11-gcc devtoolset-11-gcc-c++ devtoolset-11-gcc-gfortran
08:11:53 %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
08:11:53 %endif
08:11:53
08:11:53 %if 0%{?fedora} >= 25
08:11:53 BuildRequires: OpenSceneGraph-devel
08:11:53 %endif
08:11:53
08:11:53 %if 0%{?omqt5}
08:11:53 %define withqt6 ''
08:11:53 %define omqtversion qt5
08:11:53 %else
08:11:53 %define withqt6 --with-qt6
08:11:53 %define omqtversion qt6
08:11:53 %endif
08:11:53
08:11:53
08:11:53 # We should use clang, but OMEdit does not compile with it due to odd default qmake flags
08:11:53 Requires: gcc
08:11:53 Requires: gcc-c++
08:11:53 Requires: lapack-devel
08:11:53
08:11:53 Requires(post): %{_sbindir}/update-alternatives
08:11:53 Requires(postun): %{_sbindir}/update-alternatives
08:11:53
08:11:53 # CentOS does not have suggests
08:11:53 %if 0%{?fedora} >= 24 || 0%{?rhel} >= 8
08:11:53 Suggests: boost-devel
08:11:53 Suggests: boost-static
08:11:53 Suggests: lapack-static
08:11:53 Suggests: openblas-static
08:11:53 %else
08:11:53 Requires: boost-devel
08:11:53 Requires: boost-static
08:11:53 %endif
08:11:53
08:11:53 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
08:11:53
08:11:53 %description
08:11:53 %{summary}
08:11:53
08:11:53 %prep
08:11:53
08:11:53 %setup -q -n openmodelica_1.28.0~dev-743-g35d6171
08:11:53 tar xJf %{_sourcedir}/openmodelica-doc-latest.tar.xz
08:11:53
08:11:53
08:11:53
08:11:53 %if 0%{?rhel} <= 7 && 0%{?rhel} >= 1
08:11:53 source /opt/rh/devtoolset-11/enable
08:11:53 %endif
08:11:53
08:11:53 %if 0%{?rhel} == 8
08:11:53 source /opt/rh/gcc-toolset-11/enable
08:11:53 %endif
08:11:53
08:11:53 export LANG=C.UTF-8
08:11:53 autoreconf --install
08:11:53 ./configure CFLAGS="-Os" CXXFLAGS="-Os" QTDIR=/usr/%{_lib}/%{omqtversion} %{withomniorb} %{withqt6} %{?devtoolsconfigureflags} --without-omc --prefix=/opt/%{name} --without-omlibrary %{cmakecommand}
08:11:53
08:11:53 %build
08:11:53
08:11:53 %if 0%{?rhel} <= 7 && 0%{?rhel} >= 1
08:11:53 export LANG=C.UTF-8
08:11:53 source /opt/rh/devtoolset-11/enable
08:11:53 %endif
08:11:53
08:11:53 %if 0%{?rhel} == 8
08:11:53 export LANG=C.UTF-8
08:11:53 source /opt/rh/gcc-toolset-11/enable
08:11:53 %endif
08:11:53
08:11:53 export LANG=C.UTF-8
08:11:53 make -j8
08:11:53 test ! -f libraries/install-index.json || make -j8 omlibrary
08:11:53
08:11:53 %install
08:11:53 rm -rf %{buildroot}
08:11:53 make install DESTDIR="%{buildroot}"
08:11:53 mkdir -p %{buildroot}/opt/%{name}/lib/ %{buildroot}/opt/%{name}/share/doc/omc/ %{buildroot}%{_bindir}
08:11:53 ln -s /usr/lib/omlibrary %{buildroot}/opt/%{name}/lib/
08:11:53 ln -s /opt/%{name}/bin/omc %{buildroot}%{_bindir}/omc-nightly
08:11:53 ln -s /opt/%{name}/bin/OMEdit %{buildroot}%{_bindir}/OMEdit-nightly
08:11:53 ln -s /opt/%{name}/bin/OMShell %{buildroot}%{_bindir}/OMShell-nightly
08:11:53 ln -s /opt/%{name}/bin/OMShell-terminal %{buildroot}%{_bindir}/OMShell-terminal-nightly
08:11:53 ln -s /opt/%{name}/bin/OMNotebook %{buildroot}%{_bindir}/OMNotebook-nightly
08:11:53 ln -s /opt/%{name}/bin/OMPlot %{buildroot}%{_bindir}/OMPlot-nightly
08:11:53 touch %{buildroot}%{_bindir}/omc
08:11:53 touch %{buildroot}%{_bindir}/OMEdit
08:11:53 touch %{buildroot}%{_bindir}/OMShell
08:11:53 touch %{buildroot}%{_bindir}/OMShell-terminal
08:11:53 touch %{buildroot}%{_bindir}/OMNotebook
08:11:53 touch %{buildroot}%{_bindir}/OMPlot
08:11:53 cp -a openmodelica-doc*/* %{buildroot}/opt/%{name}/share/doc/omc/
08:11:53
08:11:53 %postun
08:11:53 if [ "$1" -ge "1" ]; then
08:11:53 if [ "`readlink %{_sysconfdir}/alternatives/openmodelica`" == "%{_bindir}/omc-nightly" ]; then
08:11:53 %{_sbindir}/alternatives --set openmodelica %{_bindir}/omc-nightly
08:11:53 fi
08:11:53 fi
08:11:53
08:11:53 %post
08:11:53 %{_sbindir}/update-alternatives --install %{_bindir}/omc openmodelica %{_bindir}/omc-nightly 1018000 \
08:11:53 --slave %{_bindir}/OMEdit openmodelica-OMEdit %{_bindir}/OMEdit-nightly \
08:11:53 --slave %{_bindir}/OMShell openmodelica-OMShell %{_bindir}/OMShell-nightly \
08:11:53 --slave %{_bindir}/OMShell-terminal openmodelica-OMShell-terminal %{_bindir}/OMShell-terminal-nightly \
08:11:53 --slave %{_bindir}/OMNotebook openmodelica-OMNotebook %{_bindir}/OMNotebook-nightly \
08:11:53 --slave %{_bindir}/OMPlot openmodelica-OMPlot %{_bindir}/OMPlot-nightly
08:11:53
08:11:53 %preun
08:11:53 if [ $1 = 0 ]; then
08:11:53 %{_sbindir}/update-alternatives --remove openmodelica %{_bindir}/omc-nightly
08:11:53 fi
08:11:53
08:11:53 %clean
08:11:53 rm -rf %{buildroot}
08:11:53
08:11:53 %files
08:11:53 %defattr(-,root,root,-)
08:11:53 /opt/%{name}/*
08:11:53 %{_bindir}/*-nightly
08:11:53 %ghost %{_bindir}/omc
08:11:53 %ghost %{_bindir}/OMEdit
08:11:53 %ghost %{_bindir}/OMShell
08:11:53 %ghost %{_bindir}/OMShell-terminal
08:11:53 %ghost %{_bindir}/OMNotebook
08:11:53 %ghost %{_bindir}/OMPlot
08:11:53
08:11:53 %changelog
08:11:53 * Tue Sep 15 2026 OpenModelica <openmodelica@ida.liu.se> ${version}-1
08:11:53 - First Build
[Pipeline] writeFile
[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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** rpm-build-tmp cat
08:11:54 8% of 195.8 MiB |# | Elapsed Time: 0:00:01 ETA: 0:00:19
08:11:54 8% of 195.8 MiB |# | Elapsed Time: 0:00:01 ETA: 0:00:19
08:11:54 8% of 195.8 MiB |# | Elapsed Time: 0:00:01 ETA: 0:00:19
$ docker top da1710b6f93dd40a790f7c13bb24b4f098fd43fb7776a9beed68c4dc820e36df -eo pid,comm
08:11:54 8% of 195.8 MiB |# | Elapsed Time: 0:00:01 ETA: 0:00:19
08:11:54 8% of 195.8 MiB |# | Elapsed Time: 0:00:01 ETA: 0:00:19
08:11:54 8% of 195.8 MiB |# | Elapsed Time: 0:00:01 ETA: 0:00:19
08:11:54 + cat /var/lib/openmodelica-depends/openmodelica.spec.tpl
08:11:54 7.1 MiB / 195.8 MiB [== ]
08:11:54 8.0 MiB / 195.8 MiB [== ]
08:11:54 8.9 MiB / 195.8 MiB [== ]
[Pipeline] echo
08:11:54 # See also Jenkinsfile in apt-build repository for stuff that is installed BEFORE everything here
08:11:54 # Don't try fancy stuff like debuginfo, which is useless on binary-only
08:11:54 # packages. Don't strip binary too
08:11:54 # Be sure buildpolicy set to do nothing
08:11:54 %define __spec_install_post %{nil}
08:11:54 %define debug_package %{nil}
08:11:54 %define __os_install_post %{_dbpath}/brp-compress
08:11:54
08:11:54 Summary: OpenModelica
08:11:54 Name: openmodelica-nightly
08:11:54 Version: 1.28.0~dev~743~g35d6171
08:11:54 Release: 1%{?dist}
08:11:54 License: OSMC-PL
08:11:54 Group: Development/Tools
08:11:54 # spectool -g -R SPECS/xxx.spec
08:11:54 # sudo yum-builddep SPECS/xxx.spec
08:11:54 SOURCE0 : https://build.openmodelica.org/apt/pool/contrib/openmodelica_1.28.0~dev-743-g35d6171.orig.tar.xz
08:11:54 SOURCE1 : https://openmodelica.org/doc/openmodelica-doc-latest.tar.xz
08:11:54
08:11:54 URL: https://openmodelica.org/
08:11:54
08:11:54 %if 0%{?rhel} == 6
08:11:54 Autoreq: 0
08:11:54 Requires: readline
08:11:54 Requires: qt5-qtbase
08:11:54 Requires: qt5-qtsvg
08:11:54 Requires: qt5-qtwebengine
08:11:54 Requires: qt5-qtxmlpatterns
08:11:54 Requires: libffi
08:11:54 %endif
08:11:54 Autoprov: 0
08:11:54 Prefix: /opt/%{name}
08:11:54 Prefix: %{_bindir}
08:11:54
08:11:54 %global __requires_exclude ^(lib.*Modelica.*|lib[oO][mM][^n].*[.]so.*|libklu[.]so.*|libsuitesparseconfig[.]so.*|libqjson[.]so.*|libfmi.*[.]so.*|libumfpack[.]so.*|libamd[.]so.*|libzlib[.]so.*|libbtf[.]so.*|libcminpack[.]so.*|libcoinmumps[.]so.*|libipopt[.]so.*|liblis[.]so.*|/usr/bin/python|libzmq[.]so.*|libtf[.]so.*|libcolamd[.]so.*|libsundials.*|liblpsolve55.*)$
08:11:54
08:11:54 # Recommended (for the repo): git rpm-build rpmdevtools epel-release
08:11:54 %if 0%{?rhel} > 0
08:11:54 # CentOS / RHEL requires the EPEL repository (for omniORB, etc)
08:11:54 BuildRequires: epel-release
08:11:54 Requires: epel-release
08:11:54 %endif
08:11:54
08:11:54 Requires: lapack-devel
08:11:54 Requires: make
08:11:54 Requires: gcc
08:11:54 Requires: gcc-gfortran
08:11:54 Requires: gcc-c++
08:11:54
08:11:54 BuildRequires: automake
08:11:54 BuildRequires: expat-devel
08:11:54 BuildRequires: bison
08:11:54 BuildRequires: flex
08:11:54 BuildRequires: lapack-devel
08:11:54 BuildRequires: libtool
08:11:54 BuildRequires: uuid
08:11:54 BuildRequires: uuid-devel
08:11:54 BuildRequires: hdf5-devel
08:11:54 BuildRequires: boost-devel
08:11:54 BuildRequires: boost-static
08:11:54 BuildRequires: hwloc-devel
08:11:54 BuildRequires: readline-devel
08:11:54 BuildRequires: libffi-devel
08:11:54 BuildRequires: curl-devel
08:11:54 BuildRequires: gettext
08:11:54 BuildRequires: make
08:11:54 BuildRequires: java
08:11:54 BuildRequires: tar
08:11:54 BuildRequires: xz
08:11:54 BuildRequires: gcc
08:11:54 BuildRequires: gcc-c++
08:11:54 BuildRequires: gcc-gfortran
08:11:54 # EL8 is the only target left without qt6, in EPEL or anywhere else
08:11:54 %if 0%{?rhel} > 0 && 0%{?rhel} <= 8
08:11:54 %define omqt5 1
08:11:54 %endif
08:11:54
08:11:54 %if 0%{?omqt5}
08:11:54 BuildRequires: qt5-qtwebengine-devel
08:11:54 BuildRequires: qt5-linguist
08:11:54 BuildRequires: qt5-qttools
08:11:54 BuildRequires: qt5-qtbase-devel
08:11:54 BuildRequires: qt5-qtsvg-devel
08:11:54 BuildRequires: qt5-qtxmlpatterns-devel
08:11:54 BuildRequires: qt5-qt3d-devel
08:11:54 %else
08:11:54 BuildRequires: qt6-qtwebengine-devel
08:11:54 BuildRequires: qt6-linguist
08:11:54 BuildRequires: qt6-qttools
08:11:54 BuildRequires: qt6-qtbase-devel
08:11:54 BuildRequires: qt6-qtsvg-devel
08:11:54 BuildRequires: qt6-qt3d-devel
08:11:54 BuildRequires: qt6-qt5compat-devel
08:11:54 BuildRequires: qt6-qthttpserver-devel
08:11:54 BuildRequires: qt6-qtwebsockets-devel
08:11:54 %endif
08:11:54
08:11:54
08:11:54 # Use cmake versions > 3. On EL7 this is provided by cmake3 package.
08:11:54 # On EL > 7 it is just cmake.
08:11:54 %if 0%{?rhel} == 7
08:11:54 BuildRequires: cmake3
08:11:54 %define cmakecommand CMAKE=cmake3
08:11:54 %else
08:11:54 BuildRequires: cmake
08:11:54 %define cmakecommand CMAKE=cmake
08:11:54 %endif
08:11:54
08:11:54 # The base centos:8 image (we use for our build-deps:el8 image) comes with
08:11:54 # broken cmake package due to old libarchive (v3.3.2). v3.3.3 Seems to work.
08:11:54 # Once the base image is updated this can be removed.
08:11:54 %if 0%{?rhel} == 8
08:11:54 BuildRequires: libarchive >= 3.3.3
08:11:54 %endif
08:11:54
08:11:54 # Use gcc-11 on EL8 as well. devtoolset does not seem to be available on
08:11:54 # EL8. One is supposed to use gcc-toolset instead.
08:11:54 %{?el8:Requires: gcc-toolset-11-gcc gcc-toolset-11-gcc-c++ gcc-toolset-11-gcc-gfortran}
08:11:54 %if 0%{?rhel} == 8
08:11:54 BuildRequires: gcc-toolset-11-gcc gcc-toolset-11-gcc-c++ gcc-toolset-11-gcc-gfortran
08:11:54 %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
08:11:54 %endif
08:11:54
08:11:54 # EL7 has -static-libstdc++ inside devtools (but the system g++ does not know the flag) -- adrpo: check this, also for el6
08:11:54 %{?el7:Requires: devtoolset-11-gcc}
08:11:54 %{?el7:Requires: devtoolset-11-gcc-c++}
08:11:54 %{?el7:Requires: devtoolset-11-gcc-gfortran}
08:11:54
08:11:54 %if 0%{?rhel} <= 7 && 0%{?rhel} >= 1
08:11:54 BuildRequires: devtoolset-11-gcc devtoolset-11-gcc-c++ devtoolset-11-gcc-gfortran
08:11:54 %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
08:11:54 %endif
08:11:54
08:11:54 %if 0%{?fedora} >= 25
08:11:54 BuildRequires: OpenSceneGraph-devel
08:11:54 %endif
08:11:54
08:11:54 %if 0%{?omqt5}
08:11:54 %define withqt6 ''
08:11:54 %define omqtversion qt5
08:11:54 %else
08:11:54 %define withqt6 --with-qt6
08:11:54 %define omqtversion qt6
08:11:54 %endif
08:11:54
08:11:54
08:11:54 # We should use clang, but OMEdit does not compile with it due to odd default qmake flags
08:11:54 Requires: gcc
08:11:54 Requires: gcc-c++
08:11:54 Requires: lapack-devel
08:11:54
08:11:54 Requires(post): %{_sbindir}/update-alternatives
08:11:54 Requires(postun): %{_sbindir}/update-alternatives
08:11:54
08:11:54 # CentOS does not have suggests
08:11:54 %if 0%{?fedora} >= 24 || 0%{?rhel} >= 8
08:11:54 Suggests: boost-devel
08:11:54 Suggests: boost-static
08:11:54 Suggests: lapack-static
08:11:54 Suggests: openblas-static
08:11:54 %else
08:11:54 Requires: boost-devel
08:11:54 Requires: boost-static
08:11:54 %endif
08:11:54
08:11:54 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
08:11:54
08:11:54 %description
08:11:54 %{summary}
08:11:54
08:11:54 %prep
08:11:54
08:11:54 %setup -q -n openmodelica_1.28.0~dev-743-g35d6171
08:11:54 tar xJf %{_sourcedir}/openmodelica-doc-latest.tar.xz
08:11:54
08:11:54
08:11:54
08:11:54 %if 0%{?rhel} <= 7 && 0%{?rhel} >= 1
08:11:54 source /opt/rh/devtoolset-11/enable
08:11:54 %endif
08:11:54
08:11:54 %if 0%{?rhel} == 8
08:11:54 source /opt/rh/gcc-toolset-11/enable
08:11:54 %endif
08:11:54
08:11:54 export LANG=C.UTF-8
08:11:54 autoreconf --install
08:11:54 ./configure CFLAGS="-Os" CXXFLAGS="-Os" QTDIR=/usr/%{_lib}/%{omqtversion} --without-omniORB %{withqt6} %{?devtoolsconfigureflags} --without-omc --prefix=/opt/%{name} --without-omlibrary %{cmakecommand}
08:11:54
08:11:54 %build
08:11:54
08:11:54 %if 0%{?rhel} <= 7 && 0%{?rhel} >= 1
08:11:54 export LANG=C.UTF-8
08:11:54 source /opt/rh/devtoolset-11/enable
08:11:54 %endif
08:11:54
08:11:54 %if 0%{?rhel} == 8
08:11:54 export LANG=C.UTF-8
08:11:54 source /opt/rh/gcc-toolset-11/enable
08:11:54 %endif
08:11:54
08:11:54 export LANG=C.UTF-8
08:11:54 make -j8
08:11:54 test ! -f libraries/install-index.json || make -j8 omlibrary
08:11:54
08:11:54 %install
08:11:54 rm -rf %{buildroot}
08:11:54 make install DESTDIR="%{buildroot}"
08:11:54 mkdir -p %{buildroot}/opt/%{name}/lib/ %{buildroot}/opt/%{name}/share/doc/omc/ %{buildroot}%{_bindir}
08:11:54 ln -s /usr/lib/omlibrary %{buildroot}/opt/%{name}/lib/
08:11:54 ln -s /opt/%{name}/bin/omc %{buildroot}%{_bindir}/omc-nightly
08:11:54 ln -s /opt/%{name}/bin/OMEdit %{buildroot}%{_bindir}/OMEdit-nightly
08:11:54 ln -s /opt/%{name}/bin/OMShell %{buildroot}%{_bindir}/OMShell-nightly
08:11:54 ln -s /opt/%{name}/bin/OMShell-terminal %{buildroot}%{_bindir}/OMShell-terminal-nightly
08:11:54 ln -s /opt/%{name}/bin/OMNotebook %{buildroot}%{_bindir}/OMNotebook-nightly
08:11:54 ln -s /opt/%{name}/bin/OMPlot %{buildroot}%{_bindir}/OMPlot-nightly
08:11:54 touch %{buildroot}%{_bindir}/omc
08:11:54 touch %{buildroot}%{_bindir}/OMEdit
08:11:54 touch %{buildroot}%{_bindir}/OMShell
08:11:54 touch %{buildroot}%{_bindir}/OMShell-terminal
08:11:54 touch %{buildroot}%{_bindir}/OMNotebook
08:11:54 touch %{buildroot}%{_bindir}/OMPlot
08:11:54 cp -a openmodelica-doc*/* %{buildroot}/opt/%{name}/share/doc/omc/
08:11:54
08:11:54 %postun
08:11:54 if [ "$1" -ge "1" ]; then
08:11:54 if [ "`readlink %{_sysconfdir}/alternatives/openmodelica`" == "%{_bindir}/omc-nightly" ]; then
08:11:54 %{_sbindir}/alternatives --set openmodelica %{_bindir}/omc-nightly
08:11:54 fi
08:11:54 fi
08:11:54
08:11:54 %post
08:11:54 %{_sbindir}/update-alternatives --install %{_bindir}/omc openmodelica %{_bindir}/omc-nightly 1018000 \
08:11:54 --slave %{_bindir}/OMEdit openmodelica-OMEdit %{_bindir}/OMEdit-nightly \
08:11:54 --slave %{_bindir}/OMShell openmodelica-OMShell %{_bindir}/OMShell-nightly \
08:11:54 --slave %{_bindir}/OMShell-terminal openmodelica-OMShell-terminal %{_bindir}/OMShell-terminal-nightly \
08:11:54 --slave %{_bindir}/OMNotebook openmodelica-OMNotebook %{_bindir}/OMNotebook-nightly \
08:11:54 --slave %{_bindir}/OMPlot openmodelica-OMPlot %{_bindir}/OMPlot-nightly
08:11:54
08:11:54 %preun
08:11:54 if [ $1 = 0 ]; then
08:11:54 %{_sbindir}/update-alternatives --remove openmodelica %{_bindir}/omc-nightly
08:11:54 fi
08:11:54
08:11:54 %clean
08:11:54 rm -rf %{buildroot}
08:11:54
08:11:54 %files
08:11:54 %defattr(-,root,root,-)
08:11:54 /opt/%{name}/*
08:11:54 %{_bindir}/*-nightly
08:11:54 %ghost %{_bindir}/omc
08:11:54 %ghost %{_bindir}/OMEdit
08:11:54 %ghost %{_bindir}/OMShell
08:11:54 %ghost %{_bindir}/OMShell-terminal
08:11:54 %ghost %{_bindir}/OMNotebook
08:11:54 %ghost %{_bindir}/OMPlot
08:11:54
08:11:54 %changelog
08:11:54 * Tue Sep 15 2026 OpenModelica <openmodelica@ida.liu.se> ${version}-1
08:11:54 - First Build
[Pipeline] writeFile
[Pipeline] sh
08:11:54 + mkdir -p rpmbuild/SOURCES rpmbuild/SRPMS rpmbuild/RPMS
[Pipeline] sh
08:11:54 9% of 195.8 MiB |## | Elapsed Time: 0:00:02 ETA: 0:00:19
08:11:54 9% of 195.8 MiB |## | Elapsed Time: 0:00:02 ETA: 0:00:19
08:11:54 9% of 195.8 MiB |## | Elapsed Time: 0:00:02 ETA: 0:00:19
08:11:54 9% of 195.8 MiB |## | Elapsed Time: 0:00:02 ETA: 0:00:19
08:11:54 10% of 195.8 MiB |## | Elapsed Time: 0:00:02 ETA: 0:00:19
08:11:54 9.8 MiB / 195.8 MiB [=== ]
08:11:54 10.6 MiB / 195.8 MiB [=== ]
08:11:54 + mkdir -p rpmbuild/SOURCES rpmbuild/SRPMS rpmbuild/RPMS
[Pipeline] sh
08:11:54 + HOME=/var/lib/jenkins/ws/LINUX_BUILDS
08:11:54 + spectool -g -R openmodelica.spec
08:11:54 Getting https://build.openmodelica.org/apt/pool/contrib/openmodelica_1.28.0~dev-743-g35d6171.orig.tar.xz to /var/lib/jenkins/ws/LINUX_BUILDS/rpmbuild/SOURCES/openmodelica_1.28.0~dev-743-g35d6171.orig.tar.xz
08:11:54 % Total % Received % Xferd Average Speed Time Time Time Current
08:11:54 Dload Upload Total Spent Left Speed
08:11:54
$ docker run -t -d -u 1001:1001 --privileged -w /var/lib/jenkins1/ws/LINUX_BUILDS -v /var/lib/jenkins1/ws/LINUX_BUILDS:/var/lib/jenkins1/ws/LINUX_BUILDS:rw,z -v /var/lib/jenkins1/ws/LINUX_BUILDS_tmp:/var/lib/jenkins1/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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** rpm-build-tmp cat
08:11:54 10% of 195.8 MiB |## | Elapsed Time: 0:00:02 ETA: 0:00:19
08:11:54 10% of 195.8 MiB |## | Elapsed Time: 0:00:02 ETA: 0:00:19
08:11:54 10% of 195.8 MiB |## | Elapsed Time: 0:00:02 ETA: 0:00:19
08:11:54 10% of 195.8 MiB |## | Elapsed Time: 0:00:02 ETA: 0:00:19
08:11:54 10% of 195.8 MiB |## | Elapsed Time: 0:00:02 ETA: 0:00:19
08:11:54 11% of 195.8 MiB |## | Elapsed Time: 0:00:02 ETA: 0:00:19
08:11:54 11.5 MiB / 195.8 MiB [=== ]
08:11:54 12.4 MiB / 195.8 MiB [=== ]
08:11:54 13.2 MiB / 195.8 MiB [==== ]
08:11:54 + HOME=/var/lib/jenkins1/ws/LINUX_BUILDS
08:11:54 + spectool -g -R openmodelica.spec
08:11:54
$ docker top e92bf60a65c8e8924f449f163d353263518a994daf5879a8b4fec0f86ade6dcd -eo pid,comm
08:11:54 11% of 195.8 MiB |## | Elapsed Time: 0:00:02 ETA: 0:00:19
08:11:54 11% of 195.8 MiB |## | Elapsed Time: 0:00:02 ETA: 0:00:19
08:11:54 14.0 MiB / 195.8 MiB [==== ]
08:11:54 14.8 MiB / 195.8 MiB [==== ]
08:11:54 11% of 195.8 MiB |## | Elapsed Time: 0:00:02 ETA: 0:00:19
08:11:54 12% of 195.8 MiB |## | Elapsed Time: 0:00:02 ETA: 0:00:19
08:11:55 0.0 / 195.8 MiB [ ]
08:11:55 784.0 KiB / 195.8 MiB [ ]
08:11:55 1.5 MiB / 195.8 MiB [ ]
08:11:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
08:11:55 12% of 195.8 MiB |## | Elapsed Time: 0:00:02 ETA: 0:00:19
08:11:55 12% of 195.8 MiB |## | Elapsed Time: 0:00:02 ETA: 0:00:19
08:11:55 12% of 195.8 MiB |## | Elapsed Time: 0:00:02 ETA: 0:00:19
08:11:55 15.5 MiB / 195.8 MiB [==== ]
08:11:55 16.3 MiB / 195.8 MiB [==== ]
08:11:55 17.0 MiB / 195.8 MiB [===== ]
08:11:55 12% of 195.8 MiB |## | Elapsed Time: 0:00:02 ETA: 0:00:19
08:11:55 12% of 195.8 MiB |## | Elapsed Time: 0:00:02 ETA: 0:00:19
08:11:55 13% of 195.8 MiB |## | Elapsed Time: 0:00:03 ETA: 0:00:19
08:11:55 2.3 MiB / 195.8 MiB [= ]
08:11:55 3.0 MiB / 195.8 MiB [= ]
08:11:55 13% of 195.8 MiB |## | Elapsed Time: 0:00:03 ETA: 0:00:19
08:11:55 13% of 195.8 MiB |### | Elapsed Time: 0:00:03 ETA: 0:00:19
08:11:55 13% of 195.8 MiB |### | Elapsed Time: 0:00:03 ETA: 0:00:19
08:11:55 17.8 MiB / 195.8 MiB [===== ]
08:11:55 18.5 MiB / 195.8 MiB [===== ]
08:11:55 13% of 195.8 MiB |### | Elapsed Time: 0:00:03 ETA: 0:00:19
08:11:55 13% of 195.8 MiB |### | Elapsed Time: 0:00:03 ETA: 0:00:19
08:11:55 14% of 195.8 MiB |### | Elapsed Time: 0:00:03 ETA: 0:00:19
08:11:55 3.8 MiB / 195.8 MiB [= ]
08:11:55 4.6 MiB / 195.8 MiB [= ]
08:11:55 5.3 MiB / 195.8 MiB [= ]
08:11:55 14% of 195.8 MiB |### | Elapsed Time: 0:00:03 ETA: 0:00:19
08:11:55 14% of 195.8 MiB |### | Elapsed Time: 0:00:03 ETA: 0:00:19
08:11:55 + mkdir -p tmp.build
08:11:55 + cd tmp.build
08:11:55 + wget -q https://build.openmodelica.org/apt/pool/contrib/openmodelica_1.28.0~dev-743-g35d6171-1.dsc
08:11:55 + wget -q https://build.openmodelica.org/apt/pool/contrib/openmodelica_1.28.0~dev-743-g35d6171-1.debian.tar.xz
08:11:55 + wget -q https://build.openmodelica.org/apt/pool/contrib/openmodelica_1.28.0~dev-743-g35d6171.orig.tar.xz
08:11:55 19.3 MiB / 195.8 MiB [===== ]
08:11:55 20.0 MiB / 195.8 MiB [====== ]
08:11:55 20.7 MiB / 195.8 MiB [====== ]
08:11:55 14% of 195.8 MiB |### | Elapsed Time: 0:00:03 ETA: 0:00:19
08:11:55 14% of 195.8 MiB |### | Elapsed Time: 0:00:03 ETA: 0:00:19
08:11:55 15% of 195.8 MiB |### | Elapsed Time: 0:00:03 ETA: 0:00:19
08:11:55 6.0 MiB / 195.8 MiB [== ]
08:11:55 6.7 MiB / 195.8 MiB [== ]
08:11:55 + mkdir -p tmp.build
08:11:55 + cd tmp.build
08:11:55 + wget -q https://build.openmodelica.org/apt/pool/contrib/openmodelica_1.28.0~dev-743-g35d6171-1.dsc
08:11:55 + wget -q https://build.openmodelica.org/apt/pool/contrib/openmodelica_1.28.0~dev-743-g35d6171-1.debian.tar.xz
08:11:55 + wget -q https://build.openmodelica.org/apt/pool/contrib/openmodelica_1.28.0~dev-743-g35d6171.orig.tar.xz
08:11:55 14% of 195.8 MiB |### | Elapsed Time: 0:00:03 ETA: 0:00:19
08:11:55 15% of 195.8 MiB |### | Elapsed Time: 0:00:03 ETA: 0:00:19
08:11:55 15% of 195.8 MiB |### | Elapsed Time: 0:00:03 ETA: 0:00:19
08:11:55 21.4 MiB / 195.8 MiB [====== ]
08:11:55 22.1 MiB / 195.8 MiB [====== ]
08:11:55 2 195M 2 4117k 0 0 7724k 0 0:00:25 --:--:-- 0:00:25 7709k
08:11:55 15% of 195.8 MiB |### | Elapsed Time: 0:00:03 ETA: 0:00:19
08:11:55 15% of 195.8 MiB |### | Elapsed Time: 0:00:03 ETA: 0:00:19
08:11:56 7.4 MiB / 195.8 MiB [== ]
08:11:56 8.1 MiB / 195.8 MiB [== ]
08:11:56 8.7 MiB / 195.8 MiB [== ]
08:11:56 15% of 195.8 MiB |### | Elapsed Time: 0:00:03 ETA: 0:00:19
08:11:56 16% of 195.8 MiB |### | Elapsed Time: 0:00:03 ETA: 0:00:19
08:11:56 16% of 195.8 MiB |### | Elapsed Time: 0:00:03 ETA: 0:00:19
08:11:56 22.7 MiB / 195.8 MiB [====== ]
08:11:56 23.4 MiB / 195.8 MiB [====== ]
08:11:56 24.0 MiB / 195.8 MiB [======= ]
08:11:56 16% of 195.8 MiB |### | Elapsed Time: 0:00:03 ETA: 0:00:19
08:11:56 16% of 195.8 MiB |### | Elapsed Time: 0:00:03 ETA: 0:00:19
08:11:56 16% of 195.8 MiB |### | Elapsed Time: 0:00:04 ETA: 0:00:19
08:11:56 9.3 MiB / 195.8 MiB [=== ]
08:11:56 10.0 MiB / 195.8 MiB [=== ]
08:11:56 16% of 195.8 MiB |### | Elapsed Time: 0:00:04 ETA: 0:00:20
08:11:56 17% of 195.8 MiB |### | Elapsed Time: 0:00:04 ETA: 0:00:20
08:11:56 24.6 MiB / 195.8 MiB [======= ]
08:11:56 25.3 MiB / 195.8 MiB [======= ]
08:11:56 17% of 195.8 MiB |### | Elapsed Time: 0:00:04 ETA: 0:00:19
08:11:56 17% of 195.8 MiB |### | Elapsed Time: 0:00:04 ETA: 0:00:20
08:11:56 17% of 195.8 MiB |### | Elapsed Time: 0:00:04 ETA: 0:00:20
08:11:56 10.6 MiB / 195.8 MiB [=== ]
08:11:56 11.2 MiB / 195.8 MiB [=== ]
08:11:56 11.8 MiB / 195.8 MiB [=== ]
08:11:56 17% of 195.8 MiB |### | Elapsed Time: 0:00:04 ETA: 0:00:20
08:11:56 17% of 195.8 MiB |### | Elapsed Time: 0:00:04 ETA: 0:00:20
08:11:56 18% of 195.8 MiB |### | Elapsed Time: 0:00:04 ETA: 0:00:20
08:11:56 25.9 MiB / 195.8 MiB [======= ]
08:11:56 26.5 MiB / 195.8 MiB [======= ]
08:11:56 27.2 MiB / 195.8 MiB [======== ]
08:11:56 18% of 195.8 MiB |### | Elapsed Time: 0:00:04 ETA: 0:00:20
08:11:56 18% of 195.8 MiB |#### | Elapsed Time: 0:00:04 ETA: 0:00:20
08:11:56 12.5 MiB / 195.8 MiB [=== ]
08:11:56 13.2 MiB / 195.8 MiB [==== ]
08:11:56 18% of 195.8 MiB |#### | Elapsed Time: 0:00:04 ETA: 0:00:20
08:11:56 18% of 195.8 MiB |#### | Elapsed Time: 0:00:04 ETA: 0:00:20
08:11:56 18% of 195.8 MiB |#### | Elapsed Time: 0:00:04 ETA: 0:00:20
08:11:56 27.9 MiB / 195.8 MiB [======== ]
08:11:56 28.5 MiB / 195.8 MiB [======== ]
08:11:57 18% of 195.8 MiB |#### | Elapsed Time: 0:00:04 ETA: 0:00:20
08:11:57 18% of 195.8 MiB |#### | Elapsed Time: 0:00:04 ETA: 0:00:19
08:11:57 19% of 195.8 MiB |#### | Elapsed Time: 0:00:04 ETA: 0:00:19
08:11:57 13.8 MiB / 195.8 MiB [==== ]
08:11:57 14.5 MiB / 195.8 MiB [==== ]
08:11:57 15.2 MiB / 195.8 MiB [==== ]
08:11:57 19% of 195.8 MiB |#### | Elapsed Time: 0:00:04 ETA: 0:00:20
08:11:57 19% of 195.8 MiB |#### | Elapsed Time: 0:00:04 ETA: 0:00:20
08:11:57 29.2 MiB / 195.8 MiB [======== ]
08:11:57 29.9 MiB / 195.8 MiB [======== ]
08:11:57 30.5 MiB / 195.8 MiB [======== ]
08:11:57 19% of 195.8 MiB |#### | Elapsed Time: 0:00:04 ETA: 0:00:19
08:11:57 19% of 195.8 MiB |#### | Elapsed Time: 0:00:04 ETA: 0:00:19
08:11:57 20% of 195.8 MiB |#### | Elapsed Time: 0:00:05 ETA: 0:00:19
08:11:57 15.8 MiB / 195.8 MiB [==== ]
08:11:57 16.5 MiB / 195.8 MiB [===== ]
08:11:57 5 195M 5 11.1M 0 0 7420k 0 0:00:27 0:00:01 0:00:26 7415k
08:11:57 20% of 195.8 MiB |#### | Elapsed Time: 0:00:05 ETA: 0:00:20
08:11:57 20% of 195.8 MiB |#### | Elapsed Time: 0:00:05 ETA: 0:00:20
08:11:57 20% of 195.8 MiB |#### | Elapsed Time: 0:00:05 ETA: 0:00:19
08:11:57 31.2 MiB / 195.8 MiB [========= ]
08:11:57 31.9 MiB / 195.8 MiB [========= ]
08:11:57 20% of 195.8 MiB |#### | Elapsed Time: 0:00:05 ETA: 0:00:19
08:11:57 20% of 195.8 MiB |#### | Elapsed Time: 0:00:05 ETA: 0:00:19
08:11:57 17.2 MiB / 195.8 MiB [===== ]
08:11:57 17.8 MiB / 195.8 MiB [===== ]
08:11:57 18.5 MiB / 195.8 MiB [===== ]
08:11:57 32.5 MiB / 195.8 MiB [========= ]
08:11:57 33.2 MiB / 195.8 MiB [========= ]
08:11:57 33.9 MiB / 195.8 MiB [========= ]
08:11:57 20% of 195.8 MiB |#### | Elapsed Time: 0:00:05 ETA: 0:00:19
08:11:57 21% of 195.8 MiB |#### | Elapsed Time: 0:00:05 ETA: 0:00:19
08:11:57 21% of 195.8 MiB |#### | Elapsed Time: 0:00:05 ETA: 0:00:19
08:11:57 21% of 195.8 MiB |#### | Elapsed Time: 0:00:05 ETA: 0:00:19
08:11:57 21% of 195.8 MiB |#### | Elapsed Time: 0:00:05 ETA: 0:00:19
08:11:57 21% of 195.8 MiB |#### | Elapsed Time: 0:00:05 ETA: 0:00:19
08:11:57 19.1 MiB / 195.8 MiB [===== ]
08:11:57 19.8 MiB / 195.8 MiB [===== ]
08:11:58 34.6 MiB / 195.8 MiB [========== ]
08:11:58 35.2 MiB / 195.8 MiB [========== ]
08:11:58 21% of 195.8 MiB |#### | Elapsed Time: 0:00:05 ETA: 0:00:19
08:11:58 22% of 195.8 MiB |#### | Elapsed Time: 0:00:05 ETA: 0:00:19
08:11:58 22% of 195.8 MiB |#### | Elapsed Time: 0:00:05 ETA: 0:00:19
08:11:58 22% of 195.8 MiB |#### | Elapsed Time: 0:00:05 ETA: 0:00:19
08:11:58 22% of 195.8 MiB |#### | Elapsed Time: 0:00:05 ETA: 0:00:19
08:11:58 22% of 195.8 MiB |##### | Elapsed Time: 0:00:05 ETA: 0:00:19
08:11:58 20.5 MiB / 195.8 MiB [====== ]
08:11:58 21.2 MiB / 195.8 MiB [====== ]
08:11:58 21.8 MiB / 195.8 MiB [====== ]
08:11:58 35.9 MiB / 195.8 MiB [========== ]
08:11:58 36.6 MiB / 195.8 MiB [========== ]
08:11:58 37.2 MiB / 195.8 MiB [========== ]
08:11:58 22% of 195.8 MiB |##### | Elapsed Time: 0:00:05 ETA: 0:00:19
08:11:58 23% of 195.8 MiB |##### | Elapsed Time: 0:00:05 ETA: 0:00:19
08:11:58 8 195M 8 17.4M 0 0 7077k 0 0:00:28 0:00:02 0:00:26 7075k
08:11:58 23% of 195.8 MiB |##### | Elapsed Time: 0:00:05 ETA: 0:00:19
08:11:58 23% of 195.8 MiB |##### | Elapsed Time: 0:00:06 ETA: 0:00:19
08:11:58 23% of 195.8 MiB |##### | Elapsed Time: 0:00:06 ETA: 0:00:19
08:11:58 22.5 MiB / 195.8 MiB [====== ]
08:11:58 23.2 MiB / 195.8 MiB [====== ]
08:11:58 37.9 MiB / 195.8 MiB [========== ]
08:11:58 38.6 MiB / 195.8 MiB [=========== ]
08:11:58 23% of 195.8 MiB |##### | Elapsed Time: 0:00:06 ETA: 0:00:19
08:11:58 23% of 195.8 MiB |##### | Elapsed Time: 0:00:06 ETA: 0:00:19
08:11:58 24% of 195.8 MiB |##### | Elapsed Time: 0:00:06 ETA: 0:00:19
08:11:58 24% of 195.8 MiB |##### | Elapsed Time: 0:00:06 ETA: 0:00:19
08:11:58 24% of 195.8 MiB |##### | Elapsed Time: 0:00:06 ETA: 0:00:19
08:11:58 23.8 MiB / 195.8 MiB [======= ]
08:11:58 24.5 MiB / 195.8 MiB [======= ]
08:11:58 25.2 MiB / 195.8 MiB [======= ]
08:11:58 39.2 MiB / 195.8 MiB [=========== ]
08:11:58 39.9 MiB / 195.8 MiB [=========== ]
08:11:58 40.5 MiB / 195.8 MiB [=========== ]
08:11:58 24% of 195.8 MiB |##### | Elapsed Time: 0:00:06 ETA: 0:00:19
08:11:58 24% of 195.8 MiB |##### | Elapsed Time: 0:00:06 ETA: 0:00:19
08:11:58 25% of 195.8 MiB |##### | Elapsed Time: 0:00:06 ETA: 0:00:19
08:11:58 24% of 195.8 MiB |##### | Elapsed Time: 0:00:06 ETA: 0:00:19
08:11:58 25% of 195.8 MiB |##### | Elapsed Time: 0:00:06 ETA: 0:00:19
08:11:58 25% of 195.8 MiB |##### | Elapsed Time: 0:00:06 ETA: 0:00:19
08:11:58 25.8 MiB / 195.8 MiB [======= ]
08:11:58 26.5 MiB / 195.8 MiB [======= ]
08:11:59 41.2 MiB / 195.8 MiB [=========== ]
08:11:59 41.9 MiB / 195.8 MiB [============ ]
08:11:59 25% of 195.8 MiB |##### | Elapsed Time: 0:00:06 ETA: 0:00:19
08:11:59 25% of 195.8 MiB |##### | Elapsed Time: 0:00:06 ETA: 0:00:19
08:11:59 25% of 195.8 MiB |##### | Elapsed Time: 0:00:06 ETA: 0:00:19
08:11:59 25% of 195.8 MiB |##### | Elapsed Time: 0:00:06 ETA: 0:00:19
08:11:59 26% of 195.8 MiB |##### | Elapsed Time: 0:00:06 ETA: 0:00:19
08:11:59 27.1 MiB / 195.8 MiB [======= ]
08:11:59 27.8 MiB / 195.8 MiB [======== ]
08:11:59 28.5 MiB / 195.8 MiB [======== ]
08:11:59 12 195M 12 24.0M 0 0 6959k 0 0:00:28 0:00:03 0:00:25 6957k
08:11:59 42.6 MiB / 195.8 MiB [============ ]
08:11:59 43.2 MiB / 195.8 MiB [============ ]
08:11:59 43.9 MiB / 195.8 MiB [============ ]
08:11:59 26% of 195.8 MiB |##### | Elapsed Time: 0:00:06 ETA: 0:00:19
08:11:59 26% of 195.8 MiB |##### | Elapsed Time: 0:00:06 ETA: 0:00:19
08:11:59 26% of 195.8 MiB |##### | Elapsed Time: 0:00:06 ETA: 0:00:19
08:11:59 26% of 195.8 MiB |##### | Elapsed Time: 0:00:06 ETA: 0:00:19
08:11:59 26% of 195.8 MiB |##### | Elapsed Time: 0:00:07 ETA: 0:00:19
08:11:59 27% of 195.8 MiB |##### | Elapsed Time: 0:00:07 ETA: 0:00:19
08:11:59 29.2 MiB / 195.8 MiB [======== ]
08:11:59 29.9 MiB / 195.8 MiB [======== ]
08:11:59 30.5 MiB / 195.8 MiB [======== ]
08:11:59 44.6 MiB / 195.8 MiB [============ ]
08:11:59 45.2 MiB / 195.8 MiB [============ ]
08:11:59 45.9 MiB / 195.8 MiB [============= ]
08:11:59 26% of 195.8 MiB |##### | Elapsed Time: 0:00:07 ETA: 0:00:19
08:11:59 27% of 195.8 MiB |##### | Elapsed Time: 0:00:07 ETA: 0:00:19
08:11:59 27% of 195.8 MiB |###### | Elapsed Time: 0:00:07 ETA: 0:00:19
08:11:59 27% of 195.8 MiB |###### | Elapsed Time: 0:00:07 ETA: 0:00:19
08:11:59 27% of 195.8 MiB |###### | Elapsed Time: 0:00:07 ETA: 0:00:18
08:11:59 28% of 195.8 MiB |###### | Elapsed Time: 0:00:07 ETA: 0:00:18
08:11:59 31.2 MiB / 195.8 MiB [========= ]
08:11:59 31.8 MiB / 195.8 MiB [========= ]
08:11:59 46.6 MiB / 195.8 MiB [============= ]
08:11:59 47.2 MiB / 195.8 MiB [============= ]
08:11:59 27% of 195.8 MiB |###### | Elapsed Time: 0:00:07 ETA: 0:00:19
08:11:59 28% of 195.8 MiB |###### | Elapsed Time: 0:00:07 ETA: 0:00:18
08:11:59 28% of 195.8 MiB |###### | Elapsed Time: 0:00:07 ETA: 0:00:18
08:11:59 32.5 MiB / 195.8 MiB [========= ]
08:11:59 28% of 195.8 MiB |###### | Elapsed Time: 0:00:07 ETA: 0:00:18
08:11:59 28% of 195.8 MiB |###### | Elapsed Time: 0:00:07 ETA: 0:00:18
08:11:59 33.2 MiB / 195.8 MiB [========= ]
08:11:59 33.8 MiB / 195.8 MiB [========= ]
08:12:00 47.9 MiB / 195.8 MiB [============= ]
08:12:00 48.5 MiB / 195.8 MiB [============= ]
08:12:00 49.2 MiB / 195.8 MiB [============== ]
08:12:00 28% of 195.8 MiB |###### | Elapsed Time: 0:00:07 ETA: 0:00:18
08:12:00 29% of 195.8 MiB |###### | Elapsed Time: 0:00:07 ETA: 0:00:18
08:12:00 15 195M 15 30.6M 0 0 6924k 0 0:00:28 0:00:04 0:00:24 6922k
08:12:00 34.5 MiB / 195.8 MiB [========== ]
08:12:00 35.1 MiB / 195.8 MiB [========== ]
08:12:00 29% of 195.8 MiB |###### | Elapsed Time: 0:00:07 ETA: 0:00:18
08:12:00 29% of 195.8 MiB |###### | Elapsed Time: 0:00:07 ETA: 0:00:18
08:12:00 29% of 195.8 MiB |###### | Elapsed Time: 0:00:07 ETA: 0:00:18
08:12:00 49.9 MiB / 195.8 MiB [============== ]
08:12:00 50.5 MiB / 195.8 MiB [============== ]
08:12:00 29% of 195.8 MiB |###### | Elapsed Time: 0:00:07 ETA: 0:00:18
08:12:00 29% of 195.8 MiB |###### | Elapsed Time: 0:00:07 ETA: 0:00:18
08:12:00 30% of 195.8 MiB |###### | Elapsed Time: 0:00:08 ETA: 0:00:18
08:12:00 35.8 MiB / 195.8 MiB [========== ]
08:12:00 36.5 MiB / 195.8 MiB [========== ]
08:12:00 37.1 MiB / 195.8 MiB [========== ]
08:12:00 30% of 195.8 MiB |###### | Elapsed Time: 0:00:08 ETA: 0:00:18
08:12:00 30% of 195.8 MiB |###### | Elapsed Time: 0:00:08 ETA: 0:00:18
08:12:00 30% of 195.8 MiB |###### | Elapsed Time: 0:00:08 ETA: 0:00:18
08:12:00 51.2 MiB / 195.8 MiB [============== ]
08:12:00 51.9 MiB / 195.8 MiB [============== ]
08:12:00 52.5 MiB / 195.8 MiB [============== ]
08:12:00 30% of 195.8 MiB |###### | Elapsed Time: 0:00:08 ETA: 0:00:18
08:12:00 30% of 195.8 MiB |###### | Elapsed Time: 0:00:08 ETA: 0:00:18
08:12:00 31% of 195.8 MiB |###### | Elapsed Time: 0:00:08 ETA: 0:00:18
08:12:00 37.8 MiB / 195.8 MiB [========== ]
08:12:00 38.5 MiB / 195.8 MiB [=========== ]
08:12:00 31% of 195.8 MiB |###### | Elapsed Time: 0:00:08 ETA: 0:00:18
08:12:00 31% of 195.8 MiB |###### | Elapsed Time: 0:00:08 ETA: 0:00:18
08:12:00 31% of 195.8 MiB |###### | Elapsed Time: 0:00:08 ETA: 0:00:18
08:12:00 53.2 MiB / 195.8 MiB [=============== ]
08:12:00 53.8 MiB / 195.8 MiB [=============== ]
08:12:00 31% of 195.8 MiB |###### | Elapsed Time: 0:00:08 ETA: 0:00:18
08:12:00 31% of 195.8 MiB |###### | Elapsed Time: 0:00:08 ETA: 0:00:18
08:12:00 31% of 195.8 MiB |####### | Elapsed Time: 0:00:08 ETA: 0:00:18
08:12:00 39.1 MiB / 195.8 MiB [=========== ]
08:12:00 39.8 MiB / 195.8 MiB [=========== ]
08:12:00 40.5 MiB / 195.8 MiB [=========== ]
08:12:00 31% of 195.8 MiB |####### | Elapsed Time: 0:00:08 ETA: 0:00:18
08:12:00 32% of 195.8 MiB |####### | Elapsed Time: 0:00:08 ETA: 0:00:18
08:12:01 19 195M 19 37.2M 0 0 6894k 0 0:00:29 0:00:05 0:00:24 6804k
08:12:01 54.5 MiB / 195.8 MiB [=============== ]
08:12:01 55.2 MiB / 195.8 MiB [=============== ]
08:12:01 55.9 MiB / 195.8 MiB [=============== ]
08:12:01 32% of 195.8 MiB |####### | Elapsed Time: 0:00:08 ETA: 0:00:18
08:12:01 32% of 195.8 MiB |####### | Elapsed Time: 0:00:08 ETA: 0:00:18
08:12:01 41.1 MiB / 195.8 MiB [=========== ]
08:12:01 41.8 MiB / 195.8 MiB [============ ]
08:12:01 32% of 195.8 MiB |####### | Elapsed Time: 0:00:08 ETA: 0:00:18
08:12:01 32% of 195.8 MiB |####### | Elapsed Time: 0:00:08 ETA: 0:00:18
08:12:01 33% of 195.8 MiB |####### | Elapsed Time: 0:00:08 ETA: 0:00:17
08:12:01 56.5 MiB / 195.8 MiB [================ ]
08:12:01 57.2 MiB / 195.8 MiB [================ ]
08:12:01 32% of 195.8 MiB |####### | Elapsed Time: 0:00:08 ETA: 0:00:18
08:12:01 33% of 195.8 MiB |####### | Elapsed Time: 0:00:08 ETA: 0:00:17
08:12:01 33% of 195.8 MiB |####### | Elapsed Time: 0:00:09 ETA: 0:00:17
08:12:01 42.4 MiB / 195.8 MiB [============ ]
08:12:01 43.1 MiB / 195.8 MiB [============ ]
08:12:01 43.8 MiB / 195.8 MiB [============ ]
08:12:01 33% of 195.8 MiB |####### | Elapsed Time: 0:00:09 ETA: 0:00:17
08:12:01 33% of 195.8 MiB |####### | Elapsed Time: 0:00:09 ETA: 0:00:17
08:12:01 34% of 195.8 MiB |####### | Elapsed Time: 0:00:09 ETA: 0:00:17
08:12:01 57.8 MiB / 195.8 MiB [================ ]
08:12:01 58.5 MiB / 195.8 MiB [================ ]
08:12:01 59.2 MiB / 195.8 MiB [================ ]
08:12:01 33% of 195.8 MiB |####### | Elapsed Time: 0:00:09 ETA: 0:00:17
08:12:01 34% of 195.8 MiB |####### | Elapsed Time: 0:00:09 ETA: 0:00:17
08:12:01 34% of 195.8 MiB |####### | Elapsed Time: 0:00:09 ETA: 0:00:17
08:12:01 44.4 MiB / 195.8 MiB [============ ]
08:12:01 45.1 MiB / 195.8 MiB [============ ]
08:12:01 34% of 195.8 MiB |####### | Elapsed Time: 0:00:09 ETA: 0:00:17
08:12:01 34% of 195.8 MiB |####### | Elapsed Time: 0:00:09 ETA: 0:00:17
08:12:01 59.8 MiB / 195.8 MiB [================= ]
08:12:01 60.5 MiB / 195.8 MiB [================= ]
08:12:01 34% of 195.8 MiB |####### | Elapsed Time: 0:00:09 ETA: 0:00:17
08:12:01 35% of 195.8 MiB |####### | Elapsed Time: 0:00:09 ETA: 0:00:17
08:12:01 45.8 MiB / 195.8 MiB [============= ]
08:12:01 46.4 MiB / 195.8 MiB [============= ]
08:12:01 47.1 MiB / 195.8 MiB [============= ]
08:12:01 35% of 195.8 MiB |####### | Elapsed Time: 0:00:09 ETA: 0:00:17
08:12:01 35% of 195.8 MiB |####### | Elapsed Time: 0:00:09 ETA: 0:00:17
08:12:01 35% of 195.8 MiB |####### | Elapsed Time: 0:00:09 ETA: 0:00:17
08:12:01 22 195M 22 43.8M 0 0 6867k 0 0:00:29 0:00:06 0:00:23 6696k
08:12:02 61.2 MiB / 195.8 MiB [================= ]
08:12:02 61.8 MiB / 195.8 MiB [================= ]
08:12:02 62.5 MiB / 195.8 MiB [================= ]
08:12:02 35% of 195.8 MiB |####### | Elapsed Time: 0:00:09 ETA: 0:00:17
08:12:02 35% of 195.8 MiB |####### | Elapsed Time: 0:00:09 ETA: 0:00:17
08:12:02 36% of 195.8 MiB |####### | Elapsed Time: 0:00:09 ETA: 0:00:17
08:12:02 47.8 MiB / 195.8 MiB [============= ]
08:12:02 48.4 MiB / 195.8 MiB [============= ]
08:12:02 36% of 195.8 MiB |####### | Elapsed Time: 0:00:09 ETA: 0:00:17
08:12:02 36% of 195.8 MiB |######## | Elapsed Time: 0:00:09 ETA: 0:00:17
08:12:02 36% of 195.8 MiB |######## | Elapsed Time: 0:00:09 ETA: 0:00:17
08:12:02 63.1 MiB / 195.8 MiB [================= ]
08:12:02 63.8 MiB / 195.8 MiB [================== ]
08:12:02 36% of 195.8 MiB |######## | Elapsed Time: 0:00:09 ETA: 0:00:17
08:12:02 36% of 195.8 MiB |######## | Elapsed Time: 0:00:09 ETA: 0:00:17
08:12:02 37% of 195.8 MiB |######## | Elapsed Time: 0:00:10 ETA: 0:00:17
08:12:02 49.1 MiB / 195.8 MiB [============== ]
08:12:02 49.8 MiB / 195.8 MiB [============== ]
08:12:02 50.4 MiB / 195.8 MiB [============== ]
08:12:02 37% of 195.8 MiB |######## | Elapsed Time: 0:00:10 ETA: 0:00:17
08:12:02 37% of 195.8 MiB |######## | Elapsed Time: 0:00:10 ETA: 0:00:17
08:12:02 37% of 195.8 MiB |######## | Elapsed Time: 0:00:10 ETA: 0:00:16
Still waiting to schedule task
‘arm-opi-2’ is offline
‘arm64-1-1’ is offline
‘arm64-1-2’ is offline
‘asap-2’ doesn’t have label ‘linux-dpkg-arm32’
‘backup.openmodelica.org’ doesn’t have label ‘linux-dpkg-arm32’
‘mac00286’ doesn’t have label ‘linux-dpkg-arm32’
‘mac00914’ doesn’t have label ‘linux-dpkg-arm32’
‘r630-1-2’ doesn’t have label ‘linux-dpkg-arm32’
‘r630-2’ doesn’t have label ‘linux-dpkg-arm32’
‘w.r7950.win.1.maas’ doesn’t have label ‘linux-dpkg-arm32’
‘w.r7950.win.2.maas’ doesn’t have label ‘linux-dpkg-arm32’
Still waiting to schedule task
‘arm-opi-2’ is offline
‘arm64-1-1’ is offline
‘arm64-1-2’ is offline
‘asap-2’ doesn’t have label ‘linux-dpkg-arm32’
‘backup.openmodelica.org’ doesn’t have label ‘linux-dpkg-arm32’
‘mac00286’ doesn’t have label ‘linux-dpkg-arm32’
‘mac00914’ doesn’t have label ‘linux-dpkg-arm32’
‘r630-1-2’ doesn’t have label ‘linux-dpkg-arm32’
‘r630-2’ doesn’t have label ‘linux-dpkg-arm32’
‘w.r7950.win.1.maas’ doesn’t have label ‘linux-dpkg-arm32’
‘w.r7950.win.2.maas’ doesn’t have label ‘linux-dpkg-arm32’
Still waiting to schedule task
‘arm-opi-2’ is offline
‘arm64-1-1’ is offline
‘arm64-1-2’ is offline
‘asap-2’ doesn’t have label ‘linux-dpkg-arm32’
‘backup.openmodelica.org’ doesn’t have label ‘linux-dpkg-arm32’
‘mac00286’ doesn’t have label ‘linux-dpkg-arm32’
‘mac00914’ doesn’t have label ‘linux-dpkg-arm32’
‘r630-1-2’ doesn’t have label ‘linux-dpkg-arm32’
‘r630-2’ doesn’t have label ‘linux-dpkg-arm32’
‘w.r7950.win.1.maas’ doesn’t have label ‘linux-dpkg-arm32’
‘w.r7950.win.2.maas’ doesn’t have label ‘linux-dpkg-arm32’
Still waiting to schedule task
‘arm-opi-2’ is offline
‘arm64-1-1’ is offline
‘arm64-1-2’ is offline
‘asap-2’ doesn’t have label ‘linux-dpkg-arm32’
‘backup.openmodelica.org’ doesn’t have label ‘linux-dpkg-arm32’
‘mac00286’ doesn’t have label ‘linux-dpkg-arm32’
‘mac00914’ doesn’t have label ‘linux-dpkg-arm32’
‘r630-1-2’ doesn’t have label ‘linux-dpkg-arm32’
‘r630-2’ doesn’t have label ‘linux-dpkg-arm32’
‘w.r7950.win.1.maas’ doesn’t have label ‘linux-dpkg-arm32’
‘w.r7950.win.2.maas’ doesn’t have label ‘linux-dpkg-arm32’
Still waiting to schedule task
‘arm-opi-2’ is offline
‘arm64-1-1’ is offline
‘arm64-1-2’ is offline
‘asap-2’ doesn’t have label ‘linux-dpkg-arm64’
‘backup.openmodelica.org’ doesn’t have label ‘linux-dpkg-arm64’
‘mac00286’ doesn’t have label ‘linux-dpkg-arm64’
‘mac00914’ doesn’t have label ‘linux-dpkg-arm64’
‘r630-1-2’ doesn’t have label ‘linux-dpkg-arm64’
‘r630-2’ doesn’t have label ‘linux-dpkg-arm64’
‘w.r7950.win.1.maas’ doesn’t have label ‘linux-dpkg-arm64’
‘w.r7950.win.2.maas’ doesn’t have label ‘linux-dpkg-arm64’
Still waiting to schedule task
‘arm-opi-2’ is offline
‘arm64-1-1’ is offline
‘arm64-1-2’ is offline
‘asap-2’ doesn’t have label ‘linux-dpkg-arm64’
‘backup.openmodelica.org’ doesn’t have label ‘linux-dpkg-arm64’
‘mac00286’ doesn’t have label ‘linux-dpkg-arm64’
‘mac00914’ doesn’t have label ‘linux-dpkg-arm64’
‘r630-1-2’ doesn’t have label ‘linux-dpkg-arm64’
‘r630-2’ doesn’t have label ‘linux-dpkg-arm64’
‘w.r7950.win.1.maas’ doesn’t have label ‘linux-dpkg-arm64’
‘w.r7950.win.2.maas’ doesn’t have label ‘linux-dpkg-arm64’
Still waiting to schedule task
‘arm-opi-2’ is offline
‘arm64-1-1’ is offline
‘arm64-1-2’ is offline
‘asap-2’ doesn’t have label ‘linux-dpkg-arm64’
‘backup.openmodelica.org’ doesn’t have label ‘linux-dpkg-arm64’
‘mac00286’ doesn’t have label ‘linux-dpkg-arm64’
‘mac00914’ doesn’t have label ‘linux-dpkg-arm64’
‘r630-1-2’ doesn’t have label ‘linux-dpkg-arm64’
‘r630-2’ doesn’t have label ‘linux-dpkg-arm64’
‘w.r7950.win.1.maas’ doesn’t have label ‘linux-dpkg-arm64’
‘w.r7950.win.2.maas’ doesn’t have label ‘linux-dpkg-arm64’
Still waiting to schedule task
‘arm-opi-2’ is offline
‘arm64-1-1’ is offline
‘arm64-1-2’ is offline
‘asap-2’ doesn’t have label ‘linux-dpkg-arm64’
‘backup.openmodelica.org’ doesn’t have label ‘linux-dpkg-arm64’
‘mac00286’ doesn’t have label ‘linux-dpkg-arm64’
‘mac00914’ doesn’t have label ‘linux-dpkg-arm64’
‘r630-1-2’ doesn’t have label ‘linux-dpkg-arm64’
‘r630-2’ doesn’t have label ‘linux-dpkg-arm64’
‘w.r7950.win.1.maas’ doesn’t have label ‘linux-dpkg-arm64’
‘w.r7950.win.2.maas’ doesn’t have label ‘linux-dpkg-arm64’
Still waiting to schedule task
‘arm-opi-2’ is offline
‘arm64-1-1’ is offline
‘arm64-1-2’ is offline
‘asap-2’ doesn’t have label ‘linux-dpkg-arm64’
‘backup.openmodelica.org’ doesn’t have label ‘linux-dpkg-arm64’
‘mac00286’ doesn’t have label ‘linux-dpkg-arm64’
‘mac00914’ doesn’t have label ‘linux-dpkg-arm64’
‘r630-1-2’ doesn’t have label ‘linux-dpkg-arm64’
‘r630-2’ doesn’t have label ‘linux-dpkg-arm64’
‘w.r7950.win.1.maas’ doesn’t have label ‘linux-dpkg-arm64’
‘w.r7950.win.2.maas’ doesn’t have label ‘linux-dpkg-arm64’
08:12:02 64.5 MiB / 195.8 MiB [================== ]
08:12:02 65.2 MiB / 195.8 MiB [================== ]
08:12:02 65.8 MiB / 195.8 MiB [================== ]
08:12:02 37% of 195.8 MiB |######## | Elapsed Time: 0:00:10 ETA: 0:00:17
08:12:02 37% of 195.8 MiB |######## | Elapsed Time: 0:00:10 ETA: 0:00:16
08:12:02 37% of 195.8 MiB |######## | Elapsed Time: 0:00:10 ETA: 0:00:16
08:12:02 51.1 MiB / 195.8 MiB [============== ]
08:12:02 51.8 MiB / 195.8 MiB [============== ]
08:12:02 37% of 195.8 MiB |######## | Elapsed Time: 0:00:10 ETA: 0:00:16
08:12:02 38% of 195.8 MiB |######## | Elapsed Time: 0:00:10 ETA: 0:00:16
08:12:02 66.5 MiB / 195.8 MiB [================== ]
08:12:02 67.2 MiB / 195.8 MiB [=================== ]
08:12:02 38% of 195.8 MiB |######## | Elapsed Time: 0:00:10 ETA: 0:00:16
08:12:02 38% of 195.8 MiB |######## | Elapsed Time: 0:00:10 ETA: 0:00:16
08:12:02 52.4 MiB / 195.8 MiB [============== ]
08:12:02 53.1 MiB / 195.8 MiB [=============== ]
08:12:02 53.8 MiB / 195.8 MiB [=============== ]
08:12:02 38% of 195.8 MiB |######## | Elapsed Time: 0:00:10 ETA: 0:00:16
08:12:02 38% of 195.8 MiB |######## | Elapsed Time: 0:00:10 ETA: 0:00:16
08:12:02 39% of 195.8 MiB |######## | Elapsed Time: 0:00:10 ETA: 0:00:16
08:12:03 67.8 MiB / 195.8 MiB [=================== ]
08:12:03 68.5 MiB / 195.8 MiB [=================== ]
08:12:03 69.2 MiB / 195.8 MiB [=================== ]
08:12:03 38% of 195.8 MiB |######## | Elapsed Time: 0:00:10 ETA: 0:00:16
08:12:03 39% of 195.8 MiB |######## | Elapsed Time: 0:00:10 ETA: 0:00:16
08:12:03 39% of 195.8 MiB |######## | Elapsed Time: 0:00:10 ETA: 0:00:16
08:12:03 54.4 MiB / 195.8 MiB [=============== ]
08:12:03 55.1 MiB / 195.8 MiB [=============== ]
08:12:03 55.8 MiB / 195.8 MiB [=============== ]
08:12:03 39% of 195.8 MiB |######## | Elapsed Time: 0:00:10 ETA: 0:00:16
08:12:03 39% of 195.8 MiB |######## | Elapsed Time: 0:00:10 ETA: 0:00:16
08:12:03 40% of 195.8 MiB |######## | Elapsed Time: 0:00:11 ETA: 0:00:16
08:12:03 25 195M 25 50.3M 0 0 6847k 0 0:00:29 0:00:07 0:00:22 6731k
08:12:03 69.8 MiB / 195.8 MiB [=================== ]
08:12:03 70.5 MiB / 195.8 MiB [=================== ]
08:12:03 39% of 195.8 MiB |######## | Elapsed Time: 0:00:10 ETA: 0:00:16
08:12:03 40% of 195.8 MiB |######## | Elapsed Time: 0:00:11 ETA: 0:00:16
08:12:03 40% of 195.8 MiB |######## | Elapsed Time: 0:00:11 ETA: 0:00:16
08:12:03 56.4 MiB / 195.8 MiB [================ ]
08:12:03 57.1 MiB / 195.8 MiB [================ ]
08:12:03 40% of 195.8 MiB |######## | Elapsed Time: 0:00:11 ETA: 0:00:16
08:12:03 40% of 195.8 MiB |######## | Elapsed Time: 0:00:11 ETA: 0:00:16
08:12:03 41% of 195.8 MiB |######### | Elapsed Time: 0:00:11 ETA: 0:00:16
08:12:03 71.2 MiB / 195.8 MiB [==================== ]
08:12:03 71.8 MiB / 195.8 MiB [==================== ]
08:12:03 72.5 MiB / 195.8 MiB [==================== ]
08:12:03 40% of 195.8 MiB |######## | Elapsed Time: 0:00:11 ETA: 0:00:16
08:12:03 41% of 195.8 MiB |######### | Elapsed Time: 0:00:11 ETA: 0:00:16
08:12:03 57.7 MiB / 195.8 MiB [================ ]
08:12:03 58.4 MiB / 195.8 MiB [================ ]
08:12:03 59.1 MiB / 195.8 MiB [================ ]
08:12:03 41% of 195.8 MiB |######### | Elapsed Time: 0:00:11 ETA: 0:00:16
08:12:03 41% of 195.8 MiB |######### | Elapsed Time: 0:00:11 ETA: 0:00:15
08:12:03 42% of 195.8 MiB |######### | Elapsed Time: 0:00:11 ETA: 0:00:15
08:12:03 73.1 MiB / 195.8 MiB [==================== ]
08:12:03 73.8 MiB / 195.8 MiB [==================== ]
08:12:03 41% of 195.8 MiB |######### | Elapsed Time: 0:00:11 ETA: 0:00:16
08:12:03 41% of 195.8 MiB |######### | Elapsed Time: 0:00:11 ETA: 0:00:16
08:12:03 42% of 195.8 MiB |######### | Elapsed Time: 0:00:11 ETA: 0:00:15
08:12:03 59.7 MiB / 195.8 MiB [================ ]
08:12:03 60.4 MiB / 195.8 MiB [================= ]
08:12:04 42% of 195.8 MiB |######### | Elapsed Time: 0:00:11 ETA: 0:00:15
08:12:04 42% of 195.8 MiB |######### | Elapsed Time: 0:00:11 ETA: 0:00:15
08:12:04 74.5 MiB / 195.8 MiB [===================== ]
08:12:04 75.2 MiB / 195.8 MiB [===================== ]
08:12:04 75.8 MiB / 195.8 MiB [===================== ]
08:12:04 42% of 195.8 MiB |######### | Elapsed Time: 0:00:11 ETA: 0:00:15
08:12:04 42% of 195.8 MiB |######### | Elapsed Time: 0:00:11 ETA: 0:00:15
08:12:04 43% of 195.8 MiB |######### | Elapsed Time: 0:00:11 ETA: 0:00:15
08:12:04 61.1 MiB / 195.8 MiB [================= ]
08:12:04 61.7 MiB / 195.8 MiB [================= ]
08:12:04 62.4 MiB / 195.8 MiB [================= ]
08:12:04 29 195M 29 56.9M 0 0 6833k 0 0:00:29 0:00:08 0:00:21 6742k
08:12:04 43% of 195.8 MiB |######### | Elapsed Time: 0:00:11 ETA: 0:00:15
08:12:04 43% of 195.8 MiB |######### | Elapsed Time: 0:00:11 ETA: 0:00:15
08:12:04 43% of 195.8 MiB |######### | Elapsed Time: 0:00:12 ETA: 0:00:15
08:12:04 76.5 MiB / 195.8 MiB [===================== ]
08:12:04 77.2 MiB / 195.8 MiB [===================== ]
08:12:04 43% of 195.8 MiB |######### | Elapsed Time: 0:00:11 ETA: 0:00:15
08:12:04 43% of 195.8 MiB |######### | Elapsed Time: 0:00:12 ETA: 0:00:15
08:12:04 63.0 MiB / 195.8 MiB [================= ]
08:12:04 63.7 MiB / 195.8 MiB [================== ]
08:12:04 44% of 195.8 MiB |######### | Elapsed Time: 0:00:12 ETA: 0:00:15
08:12:04 44% of 195.8 MiB |######### | Elapsed Time: 0:00:12 ETA: 0:00:15
08:12:04 44% of 195.8 MiB |######### | Elapsed Time: 0:00:12 ETA: 0:00:15
08:12:04 77.8 MiB / 195.8 MiB [===================== ]
08:12:04 78.5 MiB / 195.8 MiB [====================== ]
08:12:04 79.2 MiB / 195.8 MiB [====================== ]
08:12:04 44% of 195.8 MiB |######### | Elapsed Time: 0:00:12 ETA: 0:00:15
08:12:04 44% of 195.8 MiB |######### | Elapsed Time: 0:00:12 ETA: 0:00:15
08:12:04 44% of 195.8 MiB |######### | Elapsed Time: 0:00:12 ETA: 0:00:15
08:12:04 64.4 MiB / 195.8 MiB [================== ]
08:12:04 65.1 MiB / 195.8 MiB [================== ]
08:12:04 65.7 MiB / 195.8 MiB [================== ]
08:12:04 44% of 195.8 MiB |######### | Elapsed Time: 0:00:12 ETA: 0:00:15
08:12:04 45% of 195.8 MiB |######### | Elapsed Time: 0:00:12 ETA: 0:00:15
08:12:04 45% of 195.8 MiB |########## | Elapsed Time: 0:00:12 ETA: 0:00:15
08:12:04 79.8 MiB / 195.8 MiB [====================== ]
08:12:04 80.5 MiB / 195.8 MiB [====================== ]
08:12:04 44% of 195.8 MiB |######### | Elapsed Time: 0:00:12 ETA: 0:00:15
08:12:04 45% of 195.8 MiB |######### | Elapsed Time: 0:00:12 ETA: 0:00:15
08:12:04 45% of 195.8 MiB |########## | Elapsed Time: 0:00:12 ETA: 0:00:15
08:12:05 66.4 MiB / 195.8 MiB [================== ]
08:12:05 67.0 MiB / 195.8 MiB [================== ]
08:12:05 45% of 195.8 MiB |########## | Elapsed Time: 0:00:12 ETA: 0:00:14
08:12:05 46% of 195.8 MiB |########## | Elapsed Time: 0:00:12 ETA: 0:00:14
08:12:05 81.2 MiB / 195.8 MiB [====================== ]
08:12:05 81.9 MiB / 195.8 MiB [======================= ]
08:12:05 82.5 MiB / 195.8 MiB [======================= ]
08:12:05 45% of 195.8 MiB |########## | Elapsed Time: 0:00:12 ETA: 0:00:14
08:12:05 46% of 195.8 MiB |########## | Elapsed Time: 0:00:12 ETA: 0:00:14
08:12:05 46% of 195.8 MiB |########## | Elapsed Time: 0:00:12 ETA: 0:00:14
08:12:05 32 195M 32 63.5M 0 0 6823k 0 0:00:29 0:00:09 0:00:20 6732k
08:12:05 67.7 MiB / 195.8 MiB [=================== ]
08:12:05 68.4 MiB / 195.8 MiB [=================== ]
08:12:05 69.0 MiB / 195.8 MiB [=================== ]
08:12:05 46% of 195.8 MiB |########## | Elapsed Time: 0:00:12 ETA: 0:00:14
08:12:05 46% of 195.8 MiB |########## | Elapsed Time: 0:00:12 ETA: 0:00:14
08:12:05 47% of 195.8 MiB |########## | Elapsed Time: 0:00:13 ETA: 0:00:14
08:12:05 83.2 MiB / 195.8 MiB [======================= ]
08:12:05 83.9 MiB / 195.8 MiB [======================= ]
08:12:05 46% of 195.8 MiB |########## | Elapsed Time: 0:00:13 ETA: 0:00:14
08:12:05 47% of 195.8 MiB |########## | Elapsed Time: 0:00:13 ETA: 0:00:14
08:12:05 69.7 MiB / 195.8 MiB [=================== ]
08:12:05 70.3 MiB / 195.8 MiB [=================== ]
08:12:05 47% of 195.8 MiB |########## | Elapsed Time: 0:00:13 ETA: 0:00:14
08:12:05 47% of 195.8 MiB |########## | Elapsed Time: 0:00:13 ETA: 0:00:14
08:12:05 48% of 195.8 MiB |########## | Elapsed Time: 0:00:13 ETA: 0:00:14
08:12:05 84.5 MiB / 195.8 MiB [======================= ]
08:12:05 85.2 MiB / 195.8 MiB [======================= ]
08:12:05 85.9 MiB / 195.8 MiB [======================== ]
08:12:05 47% of 195.8 MiB |########## | Elapsed Time: 0:00:13 ETA: 0:00:14
08:12:05 47% of 195.8 MiB |########## | Elapsed Time: 0:00:13 ETA: 0:00:14
08:12:05 48% of 195.8 MiB |########## | Elapsed Time: 0:00:13 ETA: 0:00:14
08:12:05 71.0 MiB / 195.8 MiB [==================== ]
08:12:05 71.7 MiB / 195.8 MiB [==================== ]
08:12:05 72.3 MiB / 195.8 MiB [==================== ]
08:12:05 48% of 195.8 MiB |########## | Elapsed Time: 0:00:13 ETA: 0:00:14
08:12:05 48% of 195.8 MiB |########## | Elapsed Time: 0:00:13 ETA: 0:00:14
08:12:05 86.5 MiB / 195.8 MiB [======================== ]
08:12:05 87.2 MiB / 195.8 MiB [======================== ]
08:12:05 48% of 195.8 MiB |########## | Elapsed Time: 0:00:13 ETA: 0:00:14
08:12:05 48% of 195.8 MiB |########## | Elapsed Time: 0:00:13 ETA: 0:00:14
08:12:05 49% of 195.8 MiB |########## | Elapsed Time: 0:00:13 ETA: 0:00:14
08:12:06 73.0 MiB / 195.8 MiB [==================== ]
08:12:06 73.7 MiB / 195.8 MiB [==================== ]
08:12:06 49% of 195.8 MiB |########## | Elapsed Time: 0:00:13 ETA: 0:00:14
08:12:06 49% of 195.8 MiB |########## | Elapsed Time: 0:00:13 ETA: 0:00:14
08:12:06 49% of 195.8 MiB |########## | Elapsed Time: 0:00:13 ETA: 0:00:14
08:12:06 35 195M 35 70.0M 0 0 6814k 0 0:00:29 0:00:10 0:00:19 6725k
08:12:06 87.8 MiB / 195.8 MiB [======================== ]
08:12:06 88.5 MiB / 195.8 MiB [======================== ]
08:12:06 89.2 MiB / 195.8 MiB [========================= ]
08:12:06 49% of 195.8 MiB |########## | Elapsed Time: 0:00:13 ETA: 0:00:14
08:12:06 49% of 195.8 MiB |########## | Elapsed Time: 0:00:13 ETA: 0:00:14
08:12:06 74.3 MiB / 195.8 MiB [==================== ]
08:12:06 75.0 MiB / 195.8 MiB [===================== ]
08:12:06 75.6 MiB / 195.8 MiB [===================== ]
08:12:06 50% of 195.8 MiB |########### | Elapsed Time: 0:00:13 ETA: 0:00:13
08:12:06 50% of 195.8 MiB |########### | Elapsed Time: 0:00:14 ETA: 0:00:13
08:12:06 50% of 195.8 MiB |########### | Elapsed Time: 0:00:14 ETA: 0:00:13
08:12:06 89.8 MiB / 195.8 MiB [========================= ]
08:12:06 90.5 MiB / 195.8 MiB [========================= ]
08:12:06 50% of 195.8 MiB |########### | Elapsed Time: 0:00:13 ETA: 0:00:13
08:12:06 50% of 195.8 MiB |########### | Elapsed Time: 0:00:14 ETA: 0:00:13
08:12:06 50% of 195.8 MiB |########### | Elapsed Time: 0:00:14 ETA: 0:00:13
08:12:06 76.3 MiB / 195.8 MiB [===================== ]
08:12:06 76.9 MiB / 195.8 MiB [===================== ]
08:12:06 77.6 MiB / 195.8 MiB [===================== ]
08:12:06 50% of 195.8 MiB |########### | Elapsed Time: 0:00:14 ETA: 0:00:13
08:12:06 51% of 195.8 MiB |########### | Elapsed Time: 0:00:14 ETA: 0:00:13
08:12:06 51% of 195.8 MiB |########### | Elapsed Time: 0:00:14 ETA: 0:00:13
08:12:06 91.1 MiB / 195.8 MiB [========================= ]
08:12:06 91.7 MiB / 195.8 MiB [========================= ]
08:12:06 92.4 MiB / 195.8 MiB [========================= ]
08:12:06 50% of 195.8 MiB |########### | Elapsed Time: 0:00:14 ETA: 0:00:13
08:12:06 51% of 195.8 MiB |########### | Elapsed Time: 0:00:14 ETA: 0:00:13
08:12:06 51% of 195.8 MiB |########### | Elapsed Time: 0:00:14 ETA: 0:00:13
08:12:06 78.2 MiB / 195.8 MiB [====================== ]
08:12:06 78.9 MiB / 195.8 MiB [====================== ]
08:12:06 51% of 195.8 MiB |########### | Elapsed Time: 0:00:14 ETA: 0:00:13
08:12:06 52% of 195.8 MiB |########### | Elapsed Time: 0:00:14 ETA: 0:00:13
08:12:06 93.0 MiB / 195.8 MiB [========================== ]
08:12:06 93.7 MiB / 195.8 MiB [========================== ]
08:12:06 94.3 MiB / 195.8 MiB [========================== ]
08:12:06 51% of 195.8 MiB |########### | Elapsed Time: 0:00:14 ETA: 0:00:13
08:12:06 52% of 195.8 MiB |########### | Elapsed Time: 0:00:14 ETA: 0:00:13
08:12:07 79.5 MiB / 195.8 MiB [====================== ]
08:12:07 80.2 MiB / 195.8 MiB [====================== ]
08:12:07 80.8 MiB / 195.8 MiB [====================== ]
08:12:07 39 195M 39 76.6M 0 0 6805k 0 0:00:29 0:00:11 0:00:18 6725k
08:12:07 52% of 195.8 MiB |########### | Elapsed Time: 0:00:14 ETA: 0:00:13
08:12:07 52% of 195.8 MiB |########### | Elapsed Time: 0:00:14 ETA: 0:00:13
08:12:07 53% of 195.8 MiB |########### | Elapsed Time: 0:00:14 ETA: 0:00:13
08:12:07 95.0 MiB / 195.8 MiB [========================== ]
08:12:07 95.7 MiB / 195.8 MiB [========================== ]
08:12:07 52% of 195.8 MiB |########### | Elapsed Time: 0:00:14 ETA: 0:00:13
08:12:07 52% of 195.8 MiB |########### | Elapsed Time: 0:00:14 ETA: 0:00:13
08:12:07 53% of 195.8 MiB |########### | Elapsed Time: 0:00:14 ETA: 0:00:13
08:12:07 81.5 MiB / 195.8 MiB [====================== ]
08:12:07 82.2 MiB / 195.8 MiB [======================= ]
08:12:07 53% of 195.8 MiB |########### | Elapsed Time: 0:00:15 ETA: 0:00:13
08:12:07 53% of 195.8 MiB |########### | Elapsed Time: 0:00:15 ETA: 0:00:12
08:12:07 54% of 195.8 MiB |########### | Elapsed Time: 0:00:15 ETA: 0:00:12
08:12:07 96.3 MiB / 195.8 MiB [=========================== ]
08:12:07 97.0 MiB / 195.8 MiB [=========================== ]
08:12:07 97.7 MiB / 195.8 MiB [=========================== ]
08:12:07 53% of 195.8 MiB |########### | Elapsed Time: 0:00:15 ETA: 0:00:13
08:12:07 53% of 195.8 MiB |########### | Elapsed Time: 0:00:15 ETA: 0:00:12
08:12:07 54% of 195.8 MiB |########### | Elapsed Time: 0:00:15 ETA: 0:00:12
08:12:07 82.8 MiB / 195.8 MiB [======================= ]
08:12:07 83.5 MiB / 195.8 MiB [======================= ]
08:12:07 84.2 MiB / 195.8 MiB [======================= ]
08:12:07 54% of 195.8 MiB |########### | Elapsed Time: 0:00:15 ETA: 0:00:12
08:12:07 54% of 195.8 MiB |############ | Elapsed Time: 0:00:15 ETA: 0:00:12
08:12:07 55% of 195.8 MiB |############ | Elapsed Time: 0:00:15 ETA: 0:00:12
08:12:07 98.4 MiB / 195.8 MiB [=========================== ]
08:12:07 99.1 MiB / 195.8 MiB [=========================== ]
08:12:07 54% of 195.8 MiB |########### | Elapsed Time: 0:00:15 ETA: 0:00:12
08:12:07 54% of 195.8 MiB |############ | Elapsed Time: 0:00:15 ETA: 0:00:12
08:12:07 55% of 195.8 MiB |############ | Elapsed Time: 0:00:15 ETA: 0:00:12
08:12:07 84.9 MiB / 195.8 MiB [======================= ]
08:12:07 85.5 MiB / 195.8 MiB [======================== ]
08:12:07 55% of 195.8 MiB |############ | Elapsed Time: 0:00:15 ETA: 0:00:12
08:12:07 55% of 195.8 MiB |############ | Elapsed Time: 0:00:15 ETA: 0:00:12
08:12:07 99.7 MiB / 195.8 MiB [============================ ]
08:12:07 100.4 MiB / 195.8 MiB [============================ ]
08:12:07 101.1 MiB / 195.8 MiB [============================ ]
08:12:07 55% of 195.8 MiB |############ | Elapsed Time: 0:00:15 ETA: 0:00:12
08:12:07 55% of 195.8 MiB |############ | Elapsed Time: 0:00:15 ETA: 0:00:12
08:12:07 42 195M 42 83.0M 0 0 6785k 0 0:00:29 0:00:12 0:00:17 6692k
08:12:08 86.2 MiB / 195.8 MiB [======================== ]
08:12:08 86.9 MiB / 195.8 MiB [======================== ]
08:12:08 87.6 MiB / 195.8 MiB [======================== ]
08:12:08 56% of 195.8 MiB |############ | Elapsed Time: 0:00:15 ETA: 0:00:12
08:12:08 56% of 195.8 MiB |############ | Elapsed Time: 0:00:15 ETA: 0:00:12
08:12:08 56% of 195.8 MiB |############ | Elapsed Time: 0:00:15 ETA: 0:00:12
08:12:08 101.8 MiB / 195.8 MiB [============================ ]
08:12:08 102.4 MiB / 195.8 MiB [============================ ]
08:12:08 56% of 195.8 MiB |############ | Elapsed Time: 0:00:15 ETA: 0:00:12
08:12:08 56% of 195.8 MiB |############ | Elapsed Time: 0:00:15 ETA: 0:00:12
08:12:08 56% of 195.8 MiB |############ | Elapsed Time: 0:00:15 ETA: 0:00:12
08:12:08 88.3 MiB / 195.8 MiB [======================== ]
08:12:08 89.0 MiB / 195.8 MiB [========================= ]
08:12:08 56% of 195.8 MiB |############ | Elapsed Time: 0:00:16 ETA: 0:00:12
08:12:08 57% of 195.8 MiB |############ | Elapsed Time: 0:00:16 ETA: 0:00:12
08:12:08 57% of 195.8 MiB |############ | Elapsed Time: 0:00:16 ETA: 0:00:11
08:12:08 103.1 MiB / 195.8 MiB [============================ ]
08:12:08 103.8 MiB / 195.8 MiB [============================= ]
08:12:08 104.5 MiB / 195.8 MiB [============================= ]
08:12:08 56% of 195.8 MiB |############ | Elapsed Time: 0:00:16 ETA: 0:00:12
08:12:08 57% of 195.8 MiB |############ | Elapsed Time: 0:00:16 ETA: 0:00:12
08:12:08 57% of 195.8 MiB |############ | Elapsed Time: 0:00:16 ETA: 0:00:11
08:12:08 89.6 MiB / 195.8 MiB [========================= ]
08:12:08 90.3 MiB / 195.8 MiB [========================= ]
08:12:08 90.9 MiB / 195.8 MiB [========================= ]
08:12:08 57% of 195.8 MiB |############ | Elapsed Time: 0:00:16 ETA: 0:00:11
08:12:08 58% of 195.8 MiB |############ | Elapsed Time: 0:00:16 ETA: 0:00:11
08:12:08 58% of 195.8 MiB |############ | Elapsed Time: 0:00:16 ETA: 0:00:11
08:12:08 105.1 MiB / 195.8 MiB [============================= ]
08:12:08 105.8 MiB / 195.8 MiB [============================= ]
08:12:08 57% of 195.8 MiB |############ | Elapsed Time: 0:00:16 ETA: 0:00:11
08:12:08 58% of 195.8 MiB |############ | Elapsed Time: 0:00:16 ETA: 0:00:11
08:12:08 58% of 195.8 MiB |############ | Elapsed Time: 0:00:16 ETA: 0:00:11
08:12:08 91.6 MiB / 195.8 MiB [========================= ]
08:12:08 92.2 MiB / 195.8 MiB [========================= ]
08:12:08 58% of 195.8 MiB |############ | Elapsed Time: 0:00:16 ETA: 0:00:11
08:12:08 59% of 195.8 MiB |############# | Elapsed Time: 0:00:16 ETA: 0:00:11
08:12:08 59% of 195.8 MiB |############# | Elapsed Time: 0:00:16 ETA: 0:00:11
08:12:08 106.4 MiB / 195.8 MiB [============================= ]
08:12:08 107.1 MiB / 195.8 MiB [============================== ]
08:12:08 107.8 MiB / 195.8 MiB [============================== ]
08:12:09 58% of 195.8 MiB |############ | Elapsed Time: 0:00:16 ETA: 0:00:11
08:12:09 59% of 195.8 MiB |############# | Elapsed Time: 0:00:16 ETA: 0:00:11
08:12:09 92.9 MiB / 195.8 MiB [========================== ]
08:12:09 93.6 MiB / 195.8 MiB [========================== ]
08:12:09 94.3 MiB / 195.8 MiB [========================== ]
08:12:09 59% of 195.8 MiB |############# | Elapsed Time: 0:00:16 ETA: 0:00:11
08:12:09 60% of 195.8 MiB |############# | Elapsed Time: 0:00:16 ETA: 0:00:11
08:12:09 108.5 MiB / 195.8 MiB [============================== ]
08:12:09 109.1 MiB / 195.8 MiB [============================== ]
08:12:09 59% of 195.8 MiB |############# | Elapsed Time: 0:00:16 ETA: 0:00:11
08:12:09 59% of 195.8 MiB |############# | Elapsed Time: 0:00:16 ETA: 0:00:11
08:12:09 60% of 195.8 MiB |############# | Elapsed Time: 0:00:16 ETA: 0:00:11
08:12:09 45 195M 45 89.6M 0 0 6787k 0 0:00:29 0:00:13 0:00:16 6710k
08:12:09 94.9 MiB / 195.8 MiB [========================== ]
08:12:09 95.6 MiB / 195.8 MiB [========================== ]
08:12:09 60% of 195.8 MiB |############# | Elapsed Time: 0:00:17 ETA: 0:00:11
08:12:09 60% of 195.8 MiB |############# | Elapsed Time: 0:00:17 ETA: 0:00:11
08:12:09 61% of 195.8 MiB |############# | Elapsed Time: 0:00:17 ETA: 0:00:10
08:12:09 109.8 MiB / 195.8 MiB [============================== ]
08:12:09 110.5 MiB / 195.8 MiB [============================== ]
08:12:09 111.1 MiB / 195.8 MiB [=============================== ]
08:12:09 60% of 195.8 MiB |############# | Elapsed Time: 0:00:17 ETA: 0:00:11
08:12:09 60% of 195.8 MiB |############# | Elapsed Time: 0:00:17 ETA: 0:00:11
08:12:09 61% of 195.8 MiB |############# | Elapsed Time: 0:00:17 ETA: 0:00:10
08:12:09 96.3 MiB / 195.8 MiB [=========================== ]
08:12:09 96.9 MiB / 195.8 MiB [=========================== ]
08:12:09 97.6 MiB / 195.8 MiB [=========================== ]
08:12:09 111.8 MiB / 195.8 MiB [=============================== ]
08:12:09 112.5 MiB / 195.8 MiB [=============================== ]
08:12:09 61% of 195.8 MiB |############# | Elapsed Time: 0:00:17 ETA: 0:00:10
08:12:09 61% of 195.8 MiB |############# | Elapsed Time: 0:00:17 ETA: 0:00:10
08:12:09 62% of 195.8 MiB |############# | Elapsed Time: 0:00:17 ETA: 0:00:10
08:12:09 61% of 195.8 MiB |############# | Elapsed Time: 0:00:17 ETA: 0:00:10
08:12:09 61% of 195.8 MiB |############# | Elapsed Time: 0:00:17 ETA: 0:00:10
08:12:09 98.3 MiB / 195.8 MiB [=========================== ]
08:12:09 98.9 MiB / 195.8 MiB [=========================== ]
08:12:09 113.1 MiB / 195.8 MiB [=============================== ]
08:12:09 113.8 MiB / 195.8 MiB [=============================== ]
08:12:09 114.4 MiB / 195.8 MiB [================================ ]
08:12:09 62% of 195.8 MiB |############# | Elapsed Time: 0:00:17 ETA: 0:00:10
08:12:09 62% of 195.8 MiB |############# | Elapsed Time: 0:00:17 ETA: 0:00:10
08:12:10 62% of 195.8 MiB |############# | Elapsed Time: 0:00:17 ETA: 0:00:10
08:12:10 62% of 195.8 MiB |############# | Elapsed Time: 0:00:17 ETA: 0:00:10
08:12:10 62% of 195.8 MiB |############# | Elapsed Time: 0:00:17 ETA: 0:00:10
08:12:10 99.6 MiB / 195.8 MiB [=========================== ]
08:12:10 100.3 MiB / 195.8 MiB [============================ ]
08:12:10 100.9 MiB / 195.8 MiB [============================ ]
08:12:10 115.1 MiB / 195.8 MiB [================================ ]
08:12:10 115.8 MiB / 195.8 MiB [================================ ]
08:12:10 63% of 195.8 MiB |############# | Elapsed Time: 0:00:17 ETA: 0:00:10
08:12:10 63% of 195.8 MiB |############# | Elapsed Time: 0:00:17 ETA: 0:00:10
08:12:10 63% of 195.8 MiB |############# | Elapsed Time: 0:00:18 ETA: 0:00:10
08:12:10 49 195M 49 96.2M 0 0 6783k 0 0:00:29 0:00:14 0:00:15 6707k
08:12:10 63% of 195.8 MiB |############# | Elapsed Time: 0:00:17 ETA: 0:00:10
08:12:10 63% of 195.8 MiB |############# | Elapsed Time: 0:00:17 ETA: 0:00:10
08:12:10 63% of 195.8 MiB |############# | Elapsed Time: 0:00:18 ETA: 0:00:10
08:12:10 101.6 MiB / 195.8 MiB [============================ ]
08:12:10 102.2 MiB / 195.8 MiB [============================ ]
08:12:10 116.4 MiB / 195.8 MiB [================================ ]
08:12:10 117.1 MiB / 195.8 MiB [================================ ]
08:12:10 117.8 MiB / 195.8 MiB [================================ ]
08:12:10 63% of 195.8 MiB |############## | Elapsed Time: 0:00:18 ETA: 0:00:10
08:12:10 64% of 195.8 MiB |############## | Elapsed Time: 0:00:18 ETA: 0:00:10
08:12:10 64% of 195.8 MiB |############## | Elapsed Time: 0:00:18 ETA: 0:00:10
08:12:10 63% of 195.8 MiB |############## | Elapsed Time: 0:00:18 ETA: 0:00:10
08:12:10 64% of 195.8 MiB |############## | Elapsed Time: 0:00:18 ETA: 0:00:10
08:12:10 64% of 195.8 MiB |############## | Elapsed Time: 0:00:18 ETA: 0:00:10
08:12:10 103.0 MiB / 195.8 MiB [============================ ]
08:12:10 103.7 MiB / 195.8 MiB [============================= ]
08:12:10 104.3 MiB / 195.8 MiB [============================= ]
08:12:10 118.5 MiB / 195.8 MiB [================================= ]
08:12:10 119.1 MiB / 195.8 MiB [================================= ]
08:12:10 64% of 195.8 MiB |############## | Elapsed Time: 0:00:18 ETA: 0:00:09
08:12:10 65% of 195.8 MiB |############## | Elapsed Time: 0:00:18 ETA: 0:00:09
08:12:10 65% of 195.8 MiB |############## | Elapsed Time: 0:00:18 ETA: 0:00:09
08:12:10 64% of 195.8 MiB |############## | Elapsed Time: 0:00:18 ETA: 0:00:09
08:12:10 65% of 195.8 MiB |############## | Elapsed Time: 0:00:18 ETA: 0:00:09
08:12:10 105.0 MiB / 195.8 MiB [============================= ]
08:12:10 105.7 MiB / 195.8 MiB [============================= ]
08:12:11 119.8 MiB / 195.8 MiB [================================= ]
08:12:11 120.4 MiB / 195.8 MiB [================================= ]
08:12:11 121.1 MiB / 195.8 MiB [================================= ]
08:12:11 65% of 195.8 MiB |############## | Elapsed Time: 0:00:18 ETA: 0:00:09
08:12:11 66% of 195.8 MiB |############## | Elapsed Time: 0:00:18 ETA: 0:00:09
08:12:11 65% of 195.8 MiB |############## | Elapsed Time: 0:00:18 ETA: 0:00:09
08:12:11 65% of 195.8 MiB |############## | Elapsed Time: 0:00:18 ETA: 0:00:09
08:12:11 66% of 195.8 MiB |############## | Elapsed Time: 0:00:18 ETA: 0:00:09
08:12:11 106.3 MiB / 195.8 MiB [============================= ]
08:12:11 107.0 MiB / 195.8 MiB [============================== ]
08:12:11 107.6 MiB / 195.8 MiB [============================== ]
08:12:11 52 195M 52 102M 0 0 6779k 0 0:00:29 0:00:15 0:00:14 6707k
08:12:11 121.8 MiB / 195.8 MiB [================================== ]
08:12:11 122.5 MiB / 195.8 MiB [================================== ]
08:12:11 66% of 195.8 MiB |############## | Elapsed Time: 0:00:18 ETA: 0:00:09
08:12:11 66% of 195.8 MiB |############## | Elapsed Time: 0:00:18 ETA: 0:00:09
08:12:11 67% of 195.8 MiB |############## | Elapsed Time: 0:00:19 ETA: 0:00:09
08:12:11 66% of 195.8 MiB |############## | Elapsed Time: 0:00:18 ETA: 0:00:09
08:12:11 66% of 195.8 MiB |############## | Elapsed Time: 0:00:18 ETA: 0:00:09
08:12:11 67% of 195.8 MiB |############## | Elapsed Time: 0:00:19 ETA: 0:00:09
08:12:11 108.3 MiB / 195.8 MiB [============================== ]
08:12:11 109.0 MiB / 195.8 MiB [============================== ]
08:12:11 123.1 MiB / 195.8 MiB [================================== ]
08:12:11 123.8 MiB / 195.8 MiB [================================== ]
08:12:11 124.4 MiB / 195.8 MiB [================================== ]
08:12:11 67% of 195.8 MiB |############## | Elapsed Time: 0:00:19 ETA: 0:00:09
08:12:11 67% of 195.8 MiB |############## | Elapsed Time: 0:00:19 ETA: 0:00:09
08:12:11 68% of 195.8 MiB |############## | Elapsed Time: 0:00:19 ETA: 0:00:09
08:12:11 67% of 195.8 MiB |############## | Elapsed Time: 0:00:19 ETA: 0:00:09
08:12:11 67% of 195.8 MiB |############## | Elapsed Time: 0:00:19 ETA: 0:00:09
08:12:11 109.6 MiB / 195.8 MiB [============================== ]
08:12:11 110.3 MiB / 195.8 MiB [============================== ]
08:12:11 111.0 MiB / 195.8 MiB [=============================== ]
08:12:11 125.1 MiB / 195.8 MiB [================================== ]
08:12:11 125.8 MiB / 195.8 MiB [=================================== ]
08:12:11 68% of 195.8 MiB |############### | Elapsed Time: 0:00:19 ETA: 0:00:08
08:12:11 68% of 195.8 MiB |############### | Elapsed Time: 0:00:19 ETA: 0:00:08
08:12:11 69% of 195.8 MiB |############### | Elapsed Time: 0:00:19 ETA: 0:00:08
08:12:11 68% of 195.8 MiB |############## | Elapsed Time: 0:00:19 ETA: 0:00:09
08:12:11 68% of 195.8 MiB |############### | Elapsed Time: 0:00:19 ETA: 0:00:08
08:12:11 68% of 195.8 MiB |############### | Elapsed Time: 0:00:19 ETA: 0:00:08
08:12:11 111.6 MiB / 195.8 MiB [=============================== ]
08:12:11 112.3 MiB / 195.8 MiB [=============================== ]
08:12:11 112.9 MiB / 195.8 MiB [=============================== ]
08:12:12 126.4 MiB / 195.8 MiB [=================================== ]
08:12:12 127.1 MiB / 195.8 MiB [=================================== ]
08:12:12 127.7 MiB / 195.8 MiB [=================================== ]
08:12:12 69% of 195.8 MiB |############### | Elapsed Time: 0:00:19 ETA: 0:00:08
08:12:12 69% of 195.8 MiB |############### | Elapsed Time: 0:00:19 ETA: 0:00:08
08:12:12 69% of 195.8 MiB |############### | Elapsed Time: 0:00:19 ETA: 0:00:08
08:12:12 69% of 195.8 MiB |############### | Elapsed Time: 0:00:19 ETA: 0:00:08
08:12:12 69% of 195.8 MiB |############### | Elapsed Time: 0:00:19 ETA: 0:00:08
08:12:12 55 195M 55 109M 0 0 6773k 0 0:00:29 0:00:16 0:00:13 6698k
08:12:12 113.6 MiB / 195.8 MiB [=============================== ]
08:12:12 114.2 MiB / 195.8 MiB [================================ ]
08:12:12 128.4 MiB / 195.8 MiB [=================================== ]
08:12:12 129.0 MiB / 195.8 MiB [==================================== ]
08:12:12 69% of 195.8 MiB |############### | Elapsed Time: 0:00:19 ETA: 0:00:08
08:12:12 70% of 195.8 MiB |############### | Elapsed Time: 0:00:20 ETA: 0:00:08
08:12:12 69% of 195.8 MiB |############### | Elapsed Time: 0:00:19 ETA: 0:00:08
08:12:12 70% of 195.8 MiB |############### | Elapsed Time: 0:00:20 ETA: 0:00:08
08:12:12 70% of 195.8 MiB |############### | Elapsed Time: 0:00:20 ETA: 0:00:08
08:12:12 114.9 MiB / 195.8 MiB [================================ ]
08:12:12 115.5 MiB / 195.8 MiB [================================ ]
08:12:12 116.1 MiB / 195.8 MiB [================================ ]
08:12:12 129.7 MiB / 195.8 MiB [==================================== ]
08:12:12 130.3 MiB / 195.8 MiB [==================================== ]
08:12:12 131.0 MiB / 195.8 MiB [==================================== ]
08:12:12 70% of 195.8 MiB |############### | Elapsed Time: 0:00:20 ETA: 0:00:08
08:12:12 70% of 195.8 MiB |############### | Elapsed Time: 0:00:20 ETA: 0:00:08
08:12:12 71% of 195.8 MiB |############### | Elapsed Time: 0:00:20 ETA: 0:00:08
08:12:12 70% of 195.8 MiB |############### | Elapsed Time: 0:00:20 ETA: 0:00:08
08:12:12 71% of 195.8 MiB |############### | Elapsed Time: 0:00:20 ETA: 0:00:08
08:12:12 71% of 195.8 MiB |############### | Elapsed Time: 0:00:20 ETA: 0:00:08
08:12:12 116.8 MiB / 195.8 MiB [================================ ]
08:12:12 117.4 MiB / 195.8 MiB [================================ ]
08:12:12 131.6 MiB / 195.8 MiB [==================================== ]
08:12:12 132.3 MiB / 195.8 MiB [==================================== ]
08:12:12 71% of 195.8 MiB |############### | Elapsed Time: 0:00:20 ETA: 0:00:08
08:12:12 71% of 195.8 MiB |############### | Elapsed Time: 0:00:20 ETA: 0:00:08
08:12:12 72% of 195.8 MiB |############### | Elapsed Time: 0:00:20 ETA: 0:00:07
08:12:12 71% of 195.8 MiB |############### | Elapsed Time: 0:00:20 ETA: 0:00:08
08:12:12 72% of 195.8 MiB |############### | Elapsed Time: 0:00:20 ETA: 0:00:07
08:12:12 118.1 MiB / 195.8 MiB [================================= ]
08:12:12 118.8 MiB / 195.8 MiB [================================= ]
08:12:12 119.4 MiB / 195.8 MiB [================================= ]
08:12:13 132.9 MiB / 195.8 MiB [===================================== ]
08:12:13 133.6 MiB / 195.8 MiB [===================================== ]
08:12:13 134.2 MiB / 195.8 MiB [===================================== ]
08:12:13 59 195M 59 115M 0 0 6768k 0 0:00:29 0:00:17 0:00:12 6726k
08:12:13 72% of 195.8 MiB |############### | Elapsed Time: 0:00:20 ETA: 0:00:07
08:12:13 72% of 195.8 MiB |################ | Elapsed Time: 0:00:20 ETA: 0:00:07
08:12:13 72% of 195.8 MiB |############### | Elapsed Time: 0:00:20 ETA: 0:00:07
08:12:13 72% of 195.8 MiB |################ | Elapsed Time: 0:00:20 ETA: 0:00:07
08:12:13 73% of 195.8 MiB |################ | Elapsed Time: 0:00:20 ETA: 0:00:07
08:12:13 120.1 MiB / 195.8 MiB [================================= ]
08:12:13 120.8 MiB / 195.8 MiB [================================= ]
08:12:13 134.9 MiB / 195.8 MiB [===================================== ]
08:12:13 135.6 MiB / 195.8 MiB [===================================== ]
08:12:13 73% of 195.8 MiB |################ | Elapsed Time: 0:00:20 ETA: 0:00:07
08:12:13 73% of 195.8 MiB |################ | Elapsed Time: 0:00:20 ETA: 0:00:07
08:12:13 73% of 195.8 MiB |################ | Elapsed Time: 0:00:21 ETA: 0:00:07
08:12:13 73% of 195.8 MiB |################ | Elapsed Time: 0:00:20 ETA: 0:00:07
08:12:13 73% of 195.8 MiB |################ | Elapsed Time: 0:00:21 ETA: 0:00:07
08:12:13 74% of 195.8 MiB |################ | Elapsed Time: 0:00:21 ETA: 0:00:07
08:12:13 121.4 MiB / 195.8 MiB [================================= ]
08:12:13 122.1 MiB / 195.8 MiB [================================== ]
08:12:13 122.7 MiB / 195.8 MiB [================================== ]
08:12:13 136.2 MiB / 195.8 MiB [====================================== ]
08:12:13 137.0 MiB / 195.8 MiB [====================================== ]
08:12:13 137.6 MiB / 195.8 MiB [====================================== ]
08:12:13 74% of 195.8 MiB |################ | Elapsed Time: 0:00:21 ETA: 0:00:07
08:12:13 74% of 195.8 MiB |################ | Elapsed Time: 0:00:21 ETA: 0:00:07
08:12:13 74% of 195.8 MiB |################ | Elapsed Time: 0:00:21 ETA: 0:00:07
08:12:13 74% of 195.8 MiB |################ | Elapsed Time: 0:00:21 ETA: 0:00:07
08:12:13 74% of 195.8 MiB |################ | Elapsed Time: 0:00:21 ETA: 0:00:07
08:12:13 75% of 195.8 MiB |################ | Elapsed Time: 0:00:21 ETA: 0:00:07
08:12:13 123.4 MiB / 195.8 MiB [================================== ]
08:12:13 124.1 MiB / 195.8 MiB [================================== ]
08:12:13 138.3 MiB / 195.8 MiB [====================================== ]
08:12:13 138.9 MiB / 195.8 MiB [====================================== ]
08:12:13 75% of 195.8 MiB |################ | Elapsed Time: 0:00:21 ETA: 0:00:07
08:12:13 75% of 195.8 MiB |################ | Elapsed Time: 0:00:21 ETA: 0:00:07
08:12:13 75% of 195.8 MiB |################ | Elapsed Time: 0:00:21 ETA: 0:00:07
08:12:13 75% of 195.8 MiB |################ | Elapsed Time: 0:00:21 ETA: 0:00:06
08:12:13 124.8 MiB / 195.8 MiB [================================== ]
08:12:13 125.4 MiB / 195.8 MiB [=================================== ]
08:12:13 126.1 MiB / 195.8 MiB [=================================== ]
08:12:13 62 195M 62 122M 0 0 6759k 0 0:00:29 0:00:18 0:00:11 6682k
08:12:14 139.6 MiB / 195.8 MiB [======================================= ]
08:12:14 140.3 MiB / 195.8 MiB [======================================= ]
08:12:14 140.9 MiB / 195.8 MiB [======================================= ]
08:12:14 75% of 195.8 MiB |################ | Elapsed Time: 0:00:21 ETA: 0:00:06
08:12:14 75% of 195.8 MiB |################ | Elapsed Time: 0:00:21 ETA: 0:00:06
08:12:14 76% of 195.8 MiB |################ | Elapsed Time: 0:00:21 ETA: 0:00:06
08:12:14 75% of 195.8 MiB |################ | Elapsed Time: 0:00:21 ETA: 0:00:06
08:12:14 76% of 195.8 MiB |################ | Elapsed Time: 0:00:21 ETA: 0:00:06
08:12:14 76% of 195.8 MiB |################ | Elapsed Time: 0:00:21 ETA: 0:00:06
08:12:14 126.8 MiB / 195.8 MiB [=================================== ]
08:12:14 127.4 MiB / 195.8 MiB [=================================== ]
08:12:14 141.6 MiB / 195.8 MiB [======================================= ]
08:12:14 142.2 MiB / 195.8 MiB [======================================= ]
08:12:14 76% of 195.8 MiB |################ | Elapsed Time: 0:00:21 ETA: 0:00:06
08:12:14 76% of 195.8 MiB |################ | Elapsed Time: 0:00:22 ETA: 0:00:06
08:12:14 77% of 195.8 MiB |################ | Elapsed Time: 0:00:22 ETA: 0:00:06
08:12:14 76% of 195.8 MiB |################ | Elapsed Time: 0:00:22 ETA: 0:00:06
08:12:14 77% of 195.8 MiB |################ | Elapsed Time: 0:00:22 ETA: 0:00:06
08:12:14 77% of 195.8 MiB |################# | Elapsed Time: 0:00:22 ETA: 0:00:06
08:12:14 128.1 MiB / 195.8 MiB [=================================== ]
08:12:14 128.7 MiB / 195.8 MiB [==================================== ]
08:12:14 129.4 MiB / 195.8 MiB [==================================== ]
08:12:14 142.9 MiB / 195.8 MiB [======================================= ]
08:12:14 143.6 MiB / 195.8 MiB [======================================== ]
08:12:14 144.2 MiB / 195.8 MiB [======================================== ]
08:12:14 77% of 195.8 MiB |################# | Elapsed Time: 0:00:22 ETA: 0:00:06
08:12:14 77% of 195.8 MiB |################# | Elapsed Time: 0:00:22 ETA: 0:00:06
08:12:14 77% of 195.8 MiB |################# | Elapsed Time: 0:00:22 ETA: 0:00:06
08:12:14 78% of 195.8 MiB |################# | Elapsed Time: 0:00:22 ETA: 0:00:06
08:12:14 78% of 195.8 MiB |################# | Elapsed Time: 0:00:22 ETA: 0:00:06
08:12:14 130.1 MiB / 195.8 MiB [==================================== ]
08:12:14 130.7 MiB / 195.8 MiB [==================================== ]
08:12:14 144.9 MiB / 195.8 MiB [======================================== ]
08:12:14 145.6 MiB / 195.8 MiB [======================================== ]
08:12:14 78% of 195.8 MiB |################# | Elapsed Time: 0:00:22 ETA: 0:00:06
08:12:14 78% of 195.8 MiB |################# | Elapsed Time: 0:00:22 ETA: 0:00:06
08:12:14 78% of 195.8 MiB |################# | Elapsed Time: 0:00:22 ETA: 0:00:06
08:12:14 78% of 195.8 MiB |################# | Elapsed Time: 0:00:22 ETA: 0:00:06
08:12:14 79% of 195.8 MiB |################# | Elapsed Time: 0:00:22 ETA: 0:00:05
08:12:15 131.4 MiB / 195.8 MiB [==================================== ]
08:12:15 132.0 MiB / 195.8 MiB [==================================== ]
08:12:15 132.7 MiB / 195.8 MiB [===================================== ]
08:12:15 146.2 MiB / 195.8 MiB [======================================== ]
08:12:15 146.9 MiB / 195.8 MiB [========================================= ]
08:12:15 147.5 MiB / 195.8 MiB [========================================= ]
08:12:15 79% of 195.8 MiB |################# | Elapsed Time: 0:00:22 ETA: 0:00:05
08:12:15 79% of 195.8 MiB |################# | Elapsed Time: 0:00:22 ETA: 0:00:05
08:12:15 79% of 195.8 MiB |################# | Elapsed Time: 0:00:22 ETA: 0:00:05
08:12:15 79% of 195.8 MiB |################# | Elapsed Time: 0:00:22 ETA: 0:00:05
08:12:15 79% of 195.8 MiB |################# | Elapsed Time: 0:00:22 ETA: 0:00:05
08:12:15 80% of 195.8 MiB |################# | Elapsed Time: 0:00:22 ETA: 0:00:05
08:12:15 133.4 MiB / 195.8 MiB [===================================== ]
08:12:15 134.0 MiB / 195.8 MiB [===================================== ]
08:12:15 148.2 MiB / 195.8 MiB [========================================= ]
08:12:15 148.9 MiB / 195.8 MiB [========================================= ]
08:12:15 65 195M 65 128M 0 0 6758k 0 0:00:29 0:00:19 0:00:10 6684k
08:12:15 80% of 195.8 MiB |################# | Elapsed Time: 0:00:22 ETA: 0:00:05
08:12:15 80% of 195.8 MiB |################# | Elapsed Time: 0:00:23 ETA: 0:00:05
08:12:15 80% of 195.8 MiB |################# | Elapsed Time: 0:00:23 ETA: 0:00:05
08:12:15 80% of 195.8 MiB |################# | Elapsed Time: 0:00:23 ETA: 0:00:05
08:12:15 81% of 195.8 MiB |################# | Elapsed Time: 0:00:23 ETA: 0:00:05
08:12:15 134.7 MiB / 195.8 MiB [===================================== ]
08:12:15 135.4 MiB / 195.8 MiB [===================================== ]
08:12:15 136.0 MiB / 195.8 MiB [====================================== ]
08:12:15 149.5 MiB / 195.8 MiB [========================================= ]
08:12:15 150.2 MiB / 195.8 MiB [========================================= ]
08:12:15 150.9 MiB / 195.8 MiB [========================================== ]
08:12:15 80% of 195.8 MiB |################# | Elapsed Time: 0:00:23 ETA: 0:00:05
08:12:15 81% of 195.8 MiB |################# | Elapsed Time: 0:00:23 ETA: 0:00:05
08:12:15 81% of 195.8 MiB |################# | Elapsed Time: 0:00:23 ETA: 0:00:05
08:12:15 81% of 195.8 MiB |################# | Elapsed Time: 0:00:23 ETA: 0:00:05
08:12:15 81% of 195.8 MiB |################# | Elapsed Time: 0:00:23 ETA: 0:00:05
08:12:15 136.7 MiB / 195.8 MiB [====================================== ]
08:12:15 137.4 MiB / 195.8 MiB [====================================== ]
08:12:15 138.0 MiB / 195.8 MiB [====================================== ]
08:12:15 151.6 MiB / 195.8 MiB [========================================== ]
08:12:15 152.2 MiB / 195.8 MiB [========================================== ]
08:12:15 69 195M 69 135M 0 0 6750k 0 0:00:29 0:00:20 0:00:09 6661k
08:12:15 81% of 195.8 MiB |################# | Elapsed Time: 0:00:23 ETA: 0:00:05
08:12:15 82% of 195.8 MiB |################## | Elapsed Time: 0:00:23 ETA: 0:00:05
08:12:15 82% of 195.8 MiB |################## | Elapsed Time: 0:00:23 ETA: 0:00:05
08:12:15 82% of 195.8 MiB |################## | Elapsed Time: 0:00:23 ETA: 0:00:05
08:12:15 82% of 195.8 MiB |################## | Elapsed Time: 0:00:23 ETA: 0:00:05
08:12:15 82% of 195.8 MiB |################## | Elapsed Time: 0:00:23 ETA: 0:00:04
08:12:16 138.7 MiB / 195.8 MiB [====================================== ]
08:12:16 139.4 MiB / 195.8 MiB [====================================== ]
08:12:16 152.9 MiB / 195.8 MiB [========================================== ]
08:12:16 153.5 MiB / 195.8 MiB [========================================== ]
08:12:16 154.2 MiB / 195.8 MiB [=========================================== ]
08:12:16 82% of 195.8 MiB |################## | Elapsed Time: 0:00:23 ETA: 0:00:04
08:12:16 82% of 195.8 MiB |################## | Elapsed Time: 0:00:23 ETA: 0:00:04
08:12:16 83% of 195.8 MiB |################## | Elapsed Time: 0:00:23 ETA: 0:00:04
08:12:16 82% of 195.8 MiB |################## | Elapsed Time: 0:00:23 ETA: 0:00:04
08:12:16 83% of 195.8 MiB |################## | Elapsed Time: 0:00:23 ETA: 0:00:04
08:12:16 83% of 195.8 MiB |################## | Elapsed Time: 0:00:23 ETA: 0:00:04
08:12:16 140.0 MiB / 195.8 MiB [======================================= ]
08:12:16 140.7 MiB / 195.8 MiB [======================================= ]
08:12:16 141.4 MiB / 195.8 MiB [======================================= ]
08:12:16 154.9 MiB / 195.8 MiB [=========================================== ]
08:12:16 155.5 MiB / 195.8 MiB [=========================================== ]
08:12:16 83% of 195.8 MiB |################## | Elapsed Time: 0:00:24 ETA: 0:00:04
08:12:16 83% of 195.8 MiB |################## | Elapsed Time: 0:00:24 ETA: 0:00:04
08:12:16 83% of 195.8 MiB |################## | Elapsed Time: 0:00:24 ETA: 0:00:04
08:12:16 84% of 195.8 MiB |################## | Elapsed Time: 0:00:24 ETA: 0:00:04
08:12:16 84% of 195.8 MiB |################## | Elapsed Time: 0:00:24 ETA: 0:00:04
08:12:16 142.0 MiB / 195.8 MiB [======================================= ]
08:12:16 142.7 MiB / 195.8 MiB [======================================= ]
08:12:16 156.2 MiB / 195.8 MiB [=========================================== ]
08:12:16 156.9 MiB / 195.8 MiB [=========================================== ]
08:12:16 157.7 MiB / 195.8 MiB [=========================================== ]
08:12:16 84% of 195.8 MiB |################## | Elapsed Time: 0:00:24 ETA: 0:00:04
08:12:16 84% of 195.8 MiB |################## | Elapsed Time: 0:00:24 ETA: 0:00:04
08:12:16 85% of 195.8 MiB |################## | Elapsed Time: 0:00:24 ETA: 0:00:04
08:12:16 85% of 195.8 MiB |################## | Elapsed Time: 0:00:24 ETA: 0:00:04
08:12:16 85% of 195.8 MiB |################## | Elapsed Time: 0:00:24 ETA: 0:00:04
08:12:16 143.5 MiB / 195.8 MiB [======================================== ]
08:12:16 144.3 MiB / 195.8 MiB [======================================== ]
08:12:16 145.1 MiB / 195.8 MiB [======================================== ]
08:12:16 158.5 MiB / 195.8 MiB [============================================ ]
08:12:16 159.3 MiB / 195.8 MiB [============================================ ]
08:12:16 85% of 195.8 MiB |################## | Elapsed Time: 0:00:24 ETA: 0:00:04
08:12:16 85% of 195.8 MiB |################## | Elapsed Time: 0:00:24 ETA: 0:00:04
08:12:17 85% of 195.8 MiB |################## | Elapsed Time: 0:00:24 ETA: 0:00:04
08:12:17 86% of 195.8 MiB |################## | Elapsed Time: 0:00:24 ETA: 0:00:03
08:12:17 86% of 195.8 MiB |################### | Elapsed Time: 0:00:24 ETA: 0:00:03
08:12:17 145.9 MiB / 195.8 MiB [======================================== ]
08:12:17 146.8 MiB / 195.8 MiB [======================================== ]
08:12:17 160.1 MiB / 195.8 MiB [============================================ ]
08:12:17 160.9 MiB / 195.8 MiB [============================================ ]
08:12:17 161.7 MiB / 195.8 MiB [============================================= ]
08:12:17 86% of 195.8 MiB |################## | Elapsed Time: 0:00:24 ETA: 0:00:03
08:12:17 86% of 195.8 MiB |################### | Elapsed Time: 0:00:24 ETA: 0:00:03
08:12:17 87% of 195.8 MiB |################### | Elapsed Time: 0:00:24 ETA: 0:00:03
08:12:17 86% of 195.8 MiB |################### | Elapsed Time: 0:00:24 ETA: 0:00:03
08:12:17 87% of 195.8 MiB |################### | Elapsed Time: 0:00:24 ETA: 0:00:03
08:12:17 87% of 195.8 MiB |################### | Elapsed Time: 0:00:25 ETA: 0:00:03
08:12:17 72 195M 72 141M 0 0 6751k 0 0:00:29 0:00:21 0:00:08 6680k
08:12:17 147.6 MiB / 195.8 MiB [========================================= ]
08:12:17 148.4 MiB / 195.8 MiB [========================================= ]
08:12:17 149.2 MiB / 195.8 MiB [========================================= ]
08:12:17 162.5 MiB / 195.8 MiB [============================================= ]
08:12:17 163.4 MiB / 195.8 MiB [============================================= ]
08:12:17 164.2 MiB / 195.8 MiB [============================================= ]
08:12:17 87% of 195.8 MiB |################### | Elapsed Time: 0:00:25 ETA: 0:00:03
08:12:17 87% of 195.8 MiB |################### | Elapsed Time: 0:00:25 ETA: 0:00:03
08:12:17 88% of 195.8 MiB |################### | Elapsed Time: 0:00:25 ETA: 0:00:03
08:12:17 88% of 195.8 MiB |################### | Elapsed Time: 0:00:25 ETA: 0:00:03
08:12:17 88% of 195.8 MiB |################### | Elapsed Time: 0:00:25 ETA: 0:00:03
08:12:17 150.0 MiB / 195.8 MiB [========================================= ]
08:12:17 150.9 MiB / 195.8 MiB [========================================== ]
08:12:17 165.0 MiB / 195.8 MiB [============================================== ]
08:12:17 165.9 MiB / 195.8 MiB [============================================== ]
08:12:17 88% of 195.8 MiB |################### | Elapsed Time: 0:00:25 ETA: 0:00:03
08:12:17 89% of 195.8 MiB |################### | Elapsed Time: 0:00:25 ETA: 0:00:03
08:12:17 89% of 195.8 MiB |################### | Elapsed Time: 0:00:25 ETA: 0:00:03
08:12:17 89% of 195.8 MiB |################### | Elapsed Time: 0:00:25 ETA: 0:00:02
08:12:17 89% of 195.8 MiB |################### | Elapsed Time: 0:00:25 ETA: 0:00:02
08:12:17 151.8 MiB / 195.8 MiB [========================================== ]
08:12:17 152.7 MiB / 195.8 MiB [========================================== ]
08:12:17 153.5 MiB / 195.8 MiB [========================================== ]
08:12:17 166.8 MiB / 195.8 MiB [============================================== ]
08:12:17 167.6 MiB / 195.8 MiB [============================================== ]
08:12:17 168.5 MiB / 195.8 MiB [============================================== ]
08:12:17 89% of 195.8 MiB |################### | Elapsed Time: 0:00:25 ETA: 0:00:02
08:12:17 90% of 195.8 MiB |################### | Elapsed Time: 0:00:25 ETA: 0:00:02
08:12:17 90% of 195.8 MiB |################### | Elapsed Time: 0:00:25 ETA: 0:00:02
08:12:18 90% of 195.8 MiB |################### | Elapsed Time: 0:00:25 ETA: 0:00:02
08:12:18 90% of 195.8 MiB |################### | Elapsed Time: 0:00:25 ETA: 0:00:02
08:12:18 91% of 195.8 MiB |#################### | Elapsed Time: 0:00:25 ETA: 0:00:02
08:12:18 154.4 MiB / 195.8 MiB [=========================================== ]
08:12:18 155.3 MiB / 195.8 MiB [=========================================== ]
08:12:18 169.4 MiB / 195.8 MiB [=============================================== ]
08:12:18 170.3 MiB / 195.8 MiB [=============================================== ]
08:12:18 76 195M 76 149M 0 0 6783k 0 0:00:29 0:00:22 0:00:07 6837k
08:12:18 91% of 195.8 MiB |#################### | Elapsed Time: 0:00:25 ETA: 0:00:02
08:12:18 91% of 195.8 MiB |#################### | Elapsed Time: 0:00:25 ETA: 0:00:02
08:12:18 91% of 195.8 MiB |#################### | Elapsed Time: 0:00:25 ETA: 0:00:02
08:12:18 92% of 195.8 MiB |#################### | Elapsed Time: 0:00:26 ETA: 0:00:02
08:12:18 92% of 195.8 MiB |#################### | Elapsed Time: 0:00:26 ETA: 0:00:02
08:12:18 156.2 MiB / 195.8 MiB [=========================================== ]
08:12:18 157.1 MiB / 195.8 MiB [=========================================== ]
08:12:18 158.0 MiB / 195.8 MiB [============================================ ]
08:12:18 171.2 MiB / 195.8 MiB [=============================================== ]
08:12:18 172.1 MiB / 195.8 MiB [=============================================== ]
08:12:18 173.0 MiB / 195.8 MiB [================================================ ]
08:12:18 92% of 195.8 MiB |#################### | Elapsed Time: 0:00:26 ETA: 0:00:02
08:12:18 92% of 195.8 MiB |#################### | Elapsed Time: 0:00:26 ETA: 0:00:02
08:12:18 92% of 195.8 MiB |#################### | Elapsed Time: 0:00:26 ETA: 0:00:02
08:12:18 92% of 195.8 MiB |#################### | Elapsed Time: 0:00:26 ETA: 0:00:02
08:12:18 93% of 195.8 MiB |#################### | Elapsed Time: 0:00:26 ETA: 0:00:01
08:12:18 93% of 195.8 MiB |#################### | Elapsed Time: 0:00:26 ETA: 0:00:01
08:12:18 158.9 MiB / 195.8 MiB [============================================ ]
08:12:18 159.8 MiB / 195.8 MiB [============================================ ]
08:12:18 173.9 MiB / 195.8 MiB [================================================ ]
08:12:18 174.9 MiB / 195.8 MiB [================================================ ]
08:12:18 c44caf0318be: Verifying Checksum
08:12:18 c44caf0318be: Download complete
08:12:18 93% of 195.8 MiB |#################### | Elapsed Time: 0:00:26 ETA: 0:00:01
08:12:18 93% of 195.8 MiB |#################### | Elapsed Time: 0:00:26 ETA: 0:00:01
08:12:18 94% of 195.8 MiB |#################### | Elapsed Time: 0:00:26 ETA: 0:00:01
08:12:18 94% of 195.8 MiB |#################### | Elapsed Time: 0:00:26 ETA: 0:00:01
08:12:18 94% of 195.8 MiB |#################### | Elapsed Time: 0:00:26 ETA: 0:00:01
08:12:18 94% of 195.8 MiB |#################### | Elapsed Time: 0:00:26 ETA: 0:00:01
08:12:18 160.8 MiB / 195.8 MiB [============================================ ]
08:12:18 161.7 MiB / 195.8 MiB [============================================= ]
08:12:18 162.7 MiB / 195.8 MiB [============================================= ]
08:12:18 175.8 MiB / 195.8 MiB [================================================ ]
08:12:18 176.8 MiB / 195.8 MiB [================================================= ]
08:12:18 177.8 MiB / 195.8 MiB [================================================= ]
08:12:19 94% of 195.8 MiB |#################### | Elapsed Time: 0:00:26 ETA: 0:00:01
08:12:19 94% of 195.8 MiB |#################### | Elapsed Time: 0:00:26 ETA: 0:00:01
08:12:19 95% of 195.8 MiB |#################### | Elapsed Time: 0:00:26 ETA: 0:00:01
08:12:19 95% of 195.8 MiB |#################### | Elapsed Time: 0:00:26 ETA: 0:00:01
08:12:19 95% of 195.8 MiB |##################### | Elapsed Time: 0:00:26 ETA: 0:00:01
08:12:19 96% of 195.8 MiB |##################### | Elapsed Time: 0:00:26 ETA: 0:00:01
08:12:19 163.7 MiB / 195.8 MiB [============================================= ]
08:12:19 164.6 MiB / 195.8 MiB [============================================= ]
08:12:19 80 195M 80 157M 0 0 6861k 0 0:00:29 0:00:23 0:00:06 7239k
08:12:19 178.7 MiB / 195.8 MiB [================================================= ]
08:12:19 179.7 MiB / 195.8 MiB [================================================== ]
08:12:19 95% of 195.8 MiB |##################### | Elapsed Time: 0:00:26 ETA: 0:00:01
08:12:19 96% of 195.8 MiB |##################### | Elapsed Time: 0:00:26 ETA: 0:00:01
08:12:19 96% of 195.8 MiB |##################### | Elapsed Time: 0:00:26 ETA: 0:00:00
08:12:19 96% of 195.8 MiB |##################### | Elapsed Time: 0:00:26 ETA: 0:00:00
08:12:19 97% of 195.8 MiB |##################### | Elapsed Time: 0:00:27 ETA: 0:00:00
08:12:19 97% of 195.8 MiB |##################### | Elapsed Time: 0:00:27 ETA: 0:00:00
08:12:19 165.6 MiB / 195.8 MiB [============================================== ]
08:12:19 166.5 MiB / 195.8 MiB [============================================== ]
08:12:19 167.5 MiB / 195.8 MiB [============================================== ]
08:12:19 180.6 MiB / 195.8 MiB [================================================== ]
08:12:19 181.6 MiB / 195.8 MiB [================================================== ]
08:12:19 182.6 MiB / 195.8 MiB [================================================== ]
08:12:19 f87791f2a460: Download complete
08:12:19 97% of 195.8 MiB |##################### | Elapsed Time: 0:00:27 ETA: 0:00:00
08:12:19 97% of 195.8 MiB |##################### | Elapsed Time: 0:00:27 ETA: 0:00:00
08:12:19 97% of 195.8 MiB |##################### | Elapsed Time: 0:00:27 ETA: 0:00:00
08:12:19 97% of 195.8 MiB |##################### | Elapsed Time: 0:00:27 ETA: 0:00:00
08:12:19 98% of 195.8 MiB |##################### | Elapsed Time: 0:00:27 ETA: 0:00:00
08:12:19 98% of 195.8 MiB |##################### | Elapsed Time: 0:00:27 ETA: 0:00:00
08:12:19 168.5 MiB / 195.8 MiB [============================================== ]
08:12:19 169.4 MiB / 195.8 MiB [=============================================== ]
08:12:19 183.5 MiB / 195.8 MiB [=================================================== ]
08:12:19 184.5 MiB / 195.8 MiB [=================================================== ]
08:12:19 185.4 MiB / 195.8 MiB [=================================================== ]
08:12:19 98% of 195.8 MiB |##################### | Elapsed Time: 0:00:27 ETA: 0:00:00
08:12:19 98% of 195.8 MiB |##################### | Elapsed Time: 0:00:27 ETA: 0:00:00
08:12:19 99% of 195.8 MiB |##################### | Elapsed Time: 0:00:27 ETA: 0:00:00
08:12:19 99% of 195.8 MiB |##################### | Elapsed Time: 0:00:27 ETA: 0:00:00
08:12:19 99% of 195.8 MiB |##################### | Elapsed Time: 0:00:27 ETA: 0:00:00
08:12:19 100% of 195.8 MiB |######################| Elapsed Time: 0:00:27 Time: 0:00:27
08:12:19 170.4 MiB / 195.8 MiB [=============================================== ]
08:12:19 171.3 MiB / 195.8 MiB [=============================================== ]
08:12:19 172.3 MiB / 195.8 MiB [================================================ ]
08:12:20 85 195M 85 166M 0 0 6965k 0 0:00:28 0:00:24 0:00:04 7776k
08:12:20 99% of 195.8 MiB |##################### | Elapsed Time: 0:00:27 ETA: 0:00:00
08:12:20 100% of 195.8 MiB |######################| Elapsed Time: 0:00:27 Time: 0:00:27
08:12:20 0% of 10.6 MiB | | Elapsed Time: 0:00:00 ETA: --:--:--
08:12:20 5% of 10.6 MiB |# | Elapsed Time: 0:00:00 ETA: 0:00:00
08:12:20 10% of 10.6 MiB |## | Elapsed Time: 0:00:00 ETA: 0:00:00
08:12:20 186.5 MiB / 195.8 MiB [=================================================== ]
08:12:20 187.4 MiB / 195.8 MiB [==================================================== ]
08:12:20 188.5 MiB / 195.8 MiB [==================================================== ]
08:12:20 0% of 10.6 MiB | | Elapsed Time: 0:00:00 ETA: --:--:--
08:12:20 5% of 10.6 MiB |# | Elapsed Time: 0:00:00 ETA: 0:00:00
08:12:20 10% of 10.6 MiB |## | Elapsed Time: 0:00:00 ETA: 0:00:00
08:12:20 15% of 10.6 MiB |### | Elapsed Time: 0:00:00 ETA: 0:00:00
08:12:20 173.3 MiB / 195.8 MiB [================================================ ]
08:12:20 174.3 MiB / 195.8 MiB [================================================ ]
08:12:20 175.3 MiB / 195.8 MiB [================================================ ]
08:12:20 15% of 10.6 MiB |### | Elapsed Time: 0:00:00 ETA: 0:00:00
08:12:20 20% of 10.6 MiB |#### | Elapsed Time: 0:00:00 ETA: 0:00:00
08:12:20 25% of 10.6 MiB |##### | Elapsed Time: 0:00:00 ETA: 0:00:00
08:12:20 30% of 10.6 MiB |###### | Elapsed Time: 0:00:00 ETA: 0:00:00
08:12:20 189.5 MiB / 195.8 MiB [==================================================== ]
08:12:20 190.5 MiB / 195.8 MiB [===================================================== ]
08:12:20 191.4 MiB / 195.8 MiB [===================================================== ]
08:12:20 20% of 10.6 MiB |#### | Elapsed Time: 0:00:00 ETA: 0:00:00
08:12:20 25% of 10.6 MiB |##### | Elapsed Time: 0:00:00 ETA: 0:00:00
08:12:20 30% of 10.6 MiB |###### | Elapsed Time: 0:00:00 ETA: 0:00:00
08:12:20 35% of 10.6 MiB |####### | Elapsed Time: 0:00:00 ETA: 0:00:00
08:12:20 40% of 10.6 MiB |######## | Elapsed Time: 0:00:00 ETA: 0:00:00
08:12:20 176.3 MiB / 195.8 MiB [================================================= ]
08:12:20 177.2 MiB / 195.8 MiB [================================================= ]
08:12:20 35% of 10.6 MiB |####### | Elapsed Time: 0:00:00 ETA: 0:00:00
08:12:20 40% of 10.6 MiB |######## | Elapsed Time: 0:00:00 ETA: 0:00:00
08:12:20 45% of 10.6 MiB |########## | Elapsed Time: 0:00:00 ETA: 0:00:00
08:12:20 50% of 10.6 MiB |########### | Elapsed Time: 0:00:00 ETA: 0:00:00
08:12:20 55% of 10.6 MiB |############ | Elapsed Time: 0:00:00 ETA: 0:00:00
08:12:20 192.4 MiB / 195.8 MiB [===================================================== ]
08:12:20 193.4 MiB / 195.8 MiB [===================================================== ]
08:12:20 45% of 10.6 MiB |########## | Elapsed Time: 0:00:00 ETA: 0:00:00
08:12:20 50% of 10.6 MiB |########### | Elapsed Time: 0:00:00 ETA: 0:00:00
08:12:20 55% of 10.6 MiB |############ | Elapsed Time: 0:00:00 ETA: 0:00:00
08:12:20 60% of 10.6 MiB |############# | Elapsed Time: 0:00:00 ETA: 0:00:00
08:12:20 65% of 10.6 MiB |############## | Elapsed Time: 0:00:00 ETA: 0:00:00
08:12:20 178.2 MiB / 195.8 MiB [================================================= ]
08:12:20 179.1 MiB / 195.8 MiB [================================================= ]
08:12:20 180.1 MiB / 195.8 MiB [================================================== ]
08:12:20 58451a745634: Verifying Checksum
08:12:20 58451a745634: Download complete
08:12:20 b7acba618fe4: Verifying Checksum
08:12:20 b7acba618fe4: Download complete
08:12:20 60% of 10.6 MiB |############# | Elapsed Time: 0:00:00 ETA: 0:00:00
08:12:20 65% of 10.6 MiB |############## | Elapsed Time: 0:00:00 ETA: 0:00:00
08:12:20 70% of 10.6 MiB |############### | Elapsed Time: 0:00:00 ETA: 0:00:00
08:12:20 75% of 10.6 MiB |################ | Elapsed Time: 0:00:00 ETA: 0:00:00
08:12:20 194.4 MiB / 195.8 MiB [======================================================]
08:12:20 195.3 MiB / 195.8 MiB [======================================================]
08:12:20 195.8 MiB / 195.8 MiB [======================================================]
08:12:20
08:12:20 0.0 / 10.6 MiB [ ]
08:12:20 70% of 10.6 MiB |############### | Elapsed Time: 0:00:00 ETA: 0:00:00
08:12:20 75% of 10.6 MiB |################ | Elapsed Time: 0:00:00 ETA: 0:00:00
08:12:20 81% of 10.6 MiB |################# | Elapsed Time: 0:00:00 ETA: 0:00:00
08:12:20 86% of 10.6 MiB |################## | Elapsed Time: 0:00:00 ETA: 0:00:00
08:12:20 181.0 MiB / 195.8 MiB [================================================== ]
08:12:20 182.0 MiB / 195.8 MiB [================================================== ]
08:12:20 90 195M 90 176M 0 0 7076k 0 0:00:28 0:00:25 0:00:03 8414k
08:12:21 81% of 10.6 MiB |################# | Elapsed Time: 0:00:00 ETA: 0:00:00
08:12:21 86% of 10.6 MiB |################## | Elapsed Time: 0:00:00 ETA: 0:00:00
08:12:21 91% of 10.6 MiB |#################### | Elapsed Time: 0:00:01 ETA: 0:00:00
08:12:21 96% of 10.6 MiB |##################### | Elapsed Time: 0:00:01 ETA: 0:00:00
08:12:21 100% of 10.6 MiB |######################| Elapsed Time: 0:00:01 Time: 0:00:01
08:12:21 Downloading: https://build.openmodelica.org/apt/pool/contrib/openmodelica_1.28.0~dev-743-g35d6171.orig.tar.xz
08:12:21 Downloaded: openmodelica_1.28.0~dev-743-g35d6171.orig.tar.xz
08:12:21 Downloading: https://openmodelica.org/doc/openmodelica-doc-latest.tar.xz
08:12:21 Downloaded: openmodelica-doc-latest.tar.xz
08:12:21 992.0 KiB / 10.6 MiB [===== ]
08:12:21 1.9 MiB / 10.6 MiB [========== ]
08:12:21 2.9 MiB / 10.6 MiB [=============== ]
08:12:21 91% of 10.6 MiB |#################### | Elapsed Time: 0:00:01 ETA: 0:00:00
08:12:21 96% of 10.6 MiB |##################### | Elapsed Time: 0:00:01 ETA: 0:00:00
08:12:21 100% of 10.6 MiB |######################| Elapsed Time: 0:00:01 Time: 0:00:01
08:12:21 Downloading: https://build.openmodelica.org/apt/pool/contrib/openmodelica_1.28.0~dev-743-g35d6171.orig.tar.xz
08:12:21 Downloaded: openmodelica_1.28.0~dev-743-g35d6171.orig.tar.xz
08:12:21 Downloading: https://openmodelica.org/doc/openmodelica-doc-latest.tar.xz
08:12:21 Downloaded: openmodelica-doc-latest.tar.xz
08:12:21 183.0 MiB / 195.8 MiB [================================================== ]
08:12:21 184.0 MiB / 195.8 MiB [=================================================== ]
08:12:21 185.0 MiB / 195.8 MiB [=================================================== ]
[Pipeline] sh
[Pipeline] sh
08:12:21 4.0 MiB / 10.6 MiB [==================== ]
08:12:21 5.2 MiB / 10.6 MiB [========================== ]
08:12:21 186.1 MiB / 195.8 MiB [=================================================== ]
08:12:21 187.3 MiB / 195.8 MiB [==================================================== ]
08:12:21 + echo LANG:
08:12:21 LANG:
08:12:21 + export HOME=/var/lib/jenkins1/ws/LINUX_BUILDS
08:12:21 + HOME=/var/lib/jenkins1/ws/LINUX_BUILDS
08:12:21 + export LANG=C.UTF-8
08:12:21 + LANG=C.UTF-8
08:12:21 + rpmbuild --define 'dist .fc43' -ba openmodelica.spec
08:12:21 6.4 MiB / 10.6 MiB [================================ ]
08:12:21 7.5 MiB / 10.6 MiB [====================================== ]
08:12:21 8.7 MiB / 10.6 MiB [============================================ ]
08:12:21 + echo LANG:
08:12:21 LANG:
08:12:21 + export HOME=/var/lib/jenkins1/ws/LINUX_BUILDS
08:12:21 + HOME=/var/lib/jenkins1/ws/LINUX_BUILDS
08:12:21 + export LANG=C.UTF-8
08:12:21 + LANG=C.UTF-8
08:12:21 + rpmbuild --define 'dist .fc44' -ba openmodelica.spec
08:12:21 188.5 MiB / 195.8 MiB [==================================================== ]
08:12:21 189.7 MiB / 195.8 MiB [==================================================== ]
08:12:21 190.8 MiB / 195.8 MiB [===================================================== ]
08:12:21 9.9 MiB / 10.6 MiB [================================================== ]
08:12:21 10.6 MiB / 10.6 MiB [======================================================]
08:12:21 Downloading: https://build.openmodelica.org/apt/pool/contrib/openmodelica_1.28.0~dev-743-g35d6171.orig.tar.xz
08:12:21 Downloaded: openmodelica_1.28.0~dev-743-g35d6171.orig.tar.xz
08:12:21 Downloading: https://openmodelica.org/doc/openmodelica-doc-latest.tar.xz
08:12:21 Downloaded: openmodelica-doc-latest.tar.xz
[Pipeline] sh
08:12:21 95 195M 95 186M 0 0 7181k 0 0:00:27 0:00:26 0:00:01 9031k
08:12:21 100 195M 100 195M 0 0 7324k 0 0:00:27 0:00:27 --:--:-- 9841k
08:12:21 Getting https://openmodelica.org/doc/openmodelica-doc-latest.tar.xz to /var/lib/jenkins/ws/LINUX_BUILDS/rpmbuild/SOURCES/openmodelica-doc-latest.tar.xz
08:12:21 % Total % Received % Xferd Average Speed Time Time Time Current
08:12:21 Dload Upload Total Spent Left Speed
08:12:21
08:12:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
08:12:21 192.0 MiB / 195.8 MiB [===================================================== ]
08:12:21 193.3 MiB / 195.8 MiB [===================================================== ]
08:12:22 + echo LANG:
08:12:22 LANG:
08:12:22 + export HOME=/var/lib/jenkins/ws/LINUX_BUILDS
08:12:22 + HOME=/var/lib/jenkins/ws/LINUX_BUILDS
08:12:22 + export LANG=C.UTF-8
08:12:22 + LANG=C.UTF-8
08:12:22 + rpmbuild --define 'dist .el10' -ba openmodelica.spec
08:12:22 194.7 MiB / 195.8 MiB [======================================================]
08:12:22 195.8 MiB / 195.8 MiB [======================================================]
08:12:22
08:12:22 0.0 / 10.6 MiB [ ]
08:12:22 1.3 MiB / 10.6 MiB [======= ]
08:12:22 2.6 MiB / 10.6 MiB [============= ]
08:12:22 4.0 MiB / 10.6 MiB [==================== ]
08:12:22 5.4 MiB / 10.6 MiB [=========================== ]
08:12:22 6.9 MiB / 10.6 MiB [=================================== ]
08:12:22 8.6 MiB / 10.6 MiB [============================================ ]
08:12:22 10.6 MiB / 10.6 MiB [======================================================]
08:12:22 Downloading: https://build.openmodelica.org/apt/pool/contrib/openmodelica_1.28.0~dev-743-g35d6171.orig.tar.xz
08:12:22 Downloaded: openmodelica_1.28.0~dev-743-g35d6171.orig.tar.xz
08:12:22 Downloading: https://openmodelica.org/doc/openmodelica-doc-latest.tar.xz
08:12:22 Downloaded: openmodelica-doc-latest.tar.xz
[Pipeline] sh
08:12:22 17 10.6M 17 1890k 0 0 12.1M 0 --:--:-- --:--:-- --:--:-- 12.0M
08:12:22 100 10.6M 100 10.6M 0 0 13.6M 0 --:--:-- --:--:-- --:--:-- 13.6M
[Pipeline] sh
08:12:22 + echo LANG:
08:12:22 LANG:
08:12:22 + export HOME=/var/lib/jenkins1/ws/LINUX_BUILDS
08:12:22 + HOME=/var/lib/jenkins1/ws/LINUX_BUILDS
08:12:22 + export LANG=C.UTF-8
08:12:22 + LANG=C.UTF-8
08:12:22 + rpmbuild --define 'dist .el9' -ba openmodelica.spec
08:12:23 + dpkg-source -x openmodelica_1.28.0~dev-743-g35d6171-1.dsc
08:12:23 dpkg-source: warning: extracting unsigned source package (openmodelica_1.28.0~dev-743-g35d6171-1.dsc)
08:12:23 dpkg-source: info: extracting openmodelica in openmodelica-1.28.0~dev-743-g35d6171
08:12:23 dpkg-source: info: unpacking openmodelica_1.28.0~dev-743-g35d6171.orig.tar.xz
08:12:23 + echo LANG:
08:12:23 LANG:
08:12:23 + export HOME=/var/lib/jenkins/ws/LINUX_BUILDS
08:12:23 + HOME=/var/lib/jenkins/ws/LINUX_BUILDS
08:12:23 + export LANG=C.UTF-8
08:12:23 + LANG=C.UTF-8
08:12:23 + rpmbuild --define 'dist .el8' -ba openmodelica.spec
08:12:27 + dpkg-source -x openmodelica_1.28.0~dev-743-g35d6171-1.dsc
08:12:27 dpkg-source: warning: extracting unsigned source package (openmodelica_1.28.0~dev-743-g35d6171-1.dsc)
08:12:27 dpkg-source: info: extracting openmodelica in openmodelica-1.28.0~dev-743-g35d6171
08:12:27 dpkg-source: info: unpacking openmodelica_1.28.0~dev-743-g35d6171.orig.tar.xz
08:12:27 + dpkg-source -x openmodelica_1.28.0~dev-743-g35d6171-1.dsc
08:12:27 dpkg-source: warning: extracting unsigned source package (openmodelica_1.28.0~dev-743-g35d6171-1.dsc)
08:12:27 dpkg-source: info: extracting openmodelica in openmodelica-1.28.0~dev-743-g35d6171
08:12:27 dpkg-source: info: unpacking openmodelica_1.28.0~dev-743-g35d6171.orig.tar.xz
08:12:34 dpkg-source: info: unpacking openmodelica_1.28.0~dev-743-g35d6171-1.debian.tar.xz
[Pipeline] sh
08:12:34 + grep ^MemAvailable: /proc/meminfo
08:12:34 + grep -o [0-9][0-9]*
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named kbAvailable (to a value of type Integer) which could lead to memory leaks or other issues.
[Pipeline] sh
08:12:34 + nproc
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named kBPerProc (to a value of type BigDecimal) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named maxProc (to a value of type Integer) which could lead to memory leaks or other issues.
[Pipeline] sh
08:12:35 + cd tmp.build/openmodelica-1.28.0~dev-743-g35d6171
08:12:35 + dpkg-buildpackage -rfakeroot -b -j32
08:12:35 dpkg-source: info: unpacking openmodelica_1.28.0~dev-743-g35d6171-1.debian.tar.xz
[Pipeline] sh
08:12:35 + grep ^MemAvailable: /proc/meminfo
08:12:35 + grep -o [0-9][0-9]*
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named kbAvailable (to a value of type Integer) which could lead to memory leaks or other issues.
[Pipeline] sh
08:12:35 + nproc
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named kBPerProc (to a value of type BigDecimal) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named maxProc (to a value of type Integer) which could lead to memory leaks or other issues.
[Pipeline] sh
08:12:36 + cd tmp.build/openmodelica-1.28.0~dev-743-g35d6171
08:12:36 + dpkg-buildpackage -rfakeroot -b -j12
08:12:49 dpkg-source: info: unpacking openmodelica_1.28.0~dev-743-g35d6171-1.debian.tar.xz
[Pipeline] sh
08:12:50 + cd tmp.build/openmodelica-1.28.0~dev-743-g35d6171
08:12:50 + dpkg-buildpackage -rfakeroot -b -j8
08:12:57 95075944e0f3: Verifying Checksum
08:12:57 95075944e0f3: Download complete
08:12:58 f3ba68ef1955: Download complete
08:12:59 9b1566ed174d: Verifying Checksum
08:12:59 9b1566ed174d: Download complete
08:13:01 f3ba68ef1955: Pull complete
08:13:01 f87791f2a460: Pull complete
08:13:01 Digest: sha256:5daf9dd4eff25b03986ce91622a3ddef1a1ba1f69dda470d2c867b206627fbfb
08:13:01 Status: Downloaded newer image for docker.openmodelica.org/build-deps:bookworm.nightly.amd64
08:13:01 docker.openmodelica.org/build-deps:bookworm.nightly.amd64
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
08:13:02 + docker inspect -f . docker.openmodelica.org/build-deps:bookworm.nightly.amd64
08:13:02 .
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
08:13:02 ryzen-9950x does not seem to be running inside a container
[Pipeline] {
$ 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 ******** -e ******** -e ******** -e ******** -e ******** docker.openmodelica.org/build-deps:bookworm.nightly.amd64 cat
[Pipeline] sh
08:13:03 + rm -rf tmp.build
$ docker top 8ca71f3dbb8332ae1e2b1e99a58d40118ecb397f763c26b16cf2db85e6e4d9fa -eo pid,comm
08:13:04 + mkdir -p tmp.build
08:13:04 + cd tmp.build
08:13:04 + wget -q https://build.openmodelica.org/apt/pool/contrib/openmodelica_1.28.0~dev-743-g35d6171-1.dsc
08:13:04 + wget -q https://build.openmodelica.org/apt/pool/contrib/openmodelica_1.28.0~dev-743-g35d6171-1.debian.tar.xz
08:13:05 + wget -q https://build.openmodelica.org/apt/pool/contrib/openmodelica_1.28.0~dev-743-g35d6171.orig.tar.xz
08:13:06 + dpkg-source -x openmodelica_1.28.0~dev-743-g35d6171-1.dsc
08:13:06 dpkg-source: warning: extracting unsigned source package (openmodelica_1.28.0~dev-743-g35d6171-1.dsc)
08:13:07 dpkg-source: info: extracting openmodelica in openmodelica-1.28.0~dev-743-g35d6171
08:13:07 dpkg-source: info: unpacking openmodelica_1.28.0~dev-743-g35d6171.orig.tar.xz
08:13:15 dpkg-source: info: unpacking openmodelica_1.28.0~dev-743-g35d6171-1.debian.tar.xz
[Pipeline] sh
08:13:15 + grep ^MemAvailable: /proc/meminfo
08:13:15 + grep -o [0-9][0-9]*
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named kbAvailable (to a value of type Integer) which could lead to memory leaks or other issues.
[Pipeline] sh
08:13:16 + nproc
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named kBPerProc (to a value of type BigDecimal) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named maxProc (to a value of type Integer) which could lead to memory leaks or other issues.
[Pipeline] sh
08:13:16 + cd tmp.build/openmodelica-1.28.0~dev-743-g35d6171
08:13:16 + dpkg-buildpackage -rfakeroot -b -j32
08:13:44 95075944e0f3: Pull complete
08:13:48 c44caf0318be: Pull complete
08:13:48 Digest: sha256:9a1f6f6632bab7f77ab6f06d87c4b38618eb074dd4bca72da8a2b65c27c5cbba
08:13:48 Status: Downloaded newer image for docker.openmodelica.org/build-deps:jammy.nightly.amd64
08:13:48 docker.openmodelica.org/build-deps:jammy.nightly.amd64
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
08:13:48 + docker inspect -f . docker.openmodelica.org/build-deps:jammy.nightly.amd64
08:13:48 .
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
08:13:48 ryzen-5950x-1 does not seem to be running inside a container
$ 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 ******** -e ******** -e ******** -e ******** -e ******** docker.openmodelica.org/build-deps:jammy.nightly.amd64 cat
[Pipeline] {
[Pipeline] sh
08:13:52 + rm -rf tmp.build
$ docker top a96f4ca8134dd65f9b8f8f64f94fab769741fe2924f170da40c73a5c5b065b41 -eo pid,comm
08:13:54 + mkdir -p tmp.build
08:13:54 + cd tmp.build
08:13:54 + wget -q https://build.openmodelica.org/apt/pool/contrib/openmodelica_1.28.0~dev-743-g35d6171-1.dsc
08:13:54 + wget -q https://build.openmodelica.org/apt/pool/contrib/openmodelica_1.28.0~dev-743-g35d6171-1.debian.tar.xz
08:13:54 + wget -q https://build.openmodelica.org/apt/pool/contrib/openmodelica_1.28.0~dev-743-g35d6171.orig.tar.xz
08:13:56 + dpkg-source -x openmodelica_1.28.0~dev-743-g35d6171-1.dsc
08:13:56 dpkg-source: warning: extracting unsigned source package (openmodelica_1.28.0~dev-743-g35d6171-1.dsc)
08:13:57 dpkg-source: info: extracting openmodelica in openmodelica-1.28.0~dev-743-g35d6171
08:13:57 dpkg-source: info: unpacking openmodelica_1.28.0~dev-743-g35d6171.orig.tar.xz
08:14:07 dpkg-source: info: unpacking openmodelica_1.28.0~dev-743-g35d6171-1.debian.tar.xz
[Pipeline] sh
08:14:08 + grep ^MemAvailable: /proc/meminfo
08:14:08 + grep -o [0-9][0-9]*
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named kbAvailable (to a value of type Integer) which could lead to memory leaks or other issues.
[Pipeline] sh
08:14:08 + nproc
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named kBPerProc (to a value of type BigDecimal) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named maxProc (to a value of type Integer) which could lead to memory leaks or other issues.
[Pipeline] sh
08:14:08 + cd tmp.build/openmodelica-1.28.0~dev-743-g35d6171
08:14:08 + dpkg-buildpackage -rfakeroot -b -j32
08:14:50 9b1566ed174d: Pull complete
08:14:50 58451a745634: Pull complete
08:15:00 b7acba618fe4: Pull complete
08:15:00 Digest: sha256:00e18d9156fb70097c3bcd927626235067a2526d624cdd992de936cfa06ea40e
08:15:00 Status: Downloaded newer image for docker.openmodelica.org/build-deps:trixie.nightly.amd64
08:15:00 docker.openmodelica.org/build-deps:trixie.nightly.amd64
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
08:15:01 + docker inspect -f . docker.openmodelica.org/build-deps:trixie.nightly.amd64
08:15:01 .
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
08:15:01 dev.openmodelica.org does not seem to be running inside a container
$ docker run -t -d -u 1026:1026 --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 ******** -e ******** -e ******** -e ******** -e ******** docker.openmodelica.org/build-deps:trixie.nightly.amd64 cat
[Pipeline] {
[Pipeline] sh
08:15:02 + rm -rf tmp.build
$ docker top 076625391fe81b1cf34c69070a390418d9ed3b743c86a3fd6eaf100bfb6d4b4f -eo pid,comm
08:15:07 + mkdir -p tmp.build
08:15:07 + cd tmp.build
08:15:07 + wget -q https://build.openmodelica.org/apt/pool/contrib/openmodelica_1.28.0~dev-743-g35d6171-1.dsc
08:15:07 + wget -q https://build.openmodelica.org/apt/pool/contrib/openmodelica_1.28.0~dev-743-g35d6171-1.debian.tar.xz
08:15:07 + wget -q https://build.openmodelica.org/apt/pool/contrib/openmodelica_1.28.0~dev-743-g35d6171.orig.tar.xz
08:15:09 + dpkg-source -x openmodelica_1.28.0~dev-743-g35d6171-1.dsc
08:15:09 dpkg-source: warning: extracting unsigned source package (openmodelica_1.28.0~dev-743-g35d6171-1.dsc)
08:15:12 dpkg-source: info: extracting openmodelica in openmodelica-1.28.0~dev-743-g35d6171
08:15:12 dpkg-source: info: unpacking openmodelica_1.28.0~dev-743-g35d6171.orig.tar.xz
08:15:24 dpkg-source: info: unpacking openmodelica_1.28.0~dev-743-g35d6171-1.debian.tar.xz
[Pipeline] sh
08:15:24 + grep ^MemAvailable: /proc/meminfo
08:15:24 + grep -o [0-9][0-9]*
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named kbAvailable (to a value of type Integer) which could lead to memory leaks or other issues.
[Pipeline] sh
08:15:25 + nproc
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named kBPerProc (to a value of type BigDecimal) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named maxProc (to a value of type Integer) which could lead to memory leaks or other issues.
[Pipeline] sh
08:15:25 + cd tmp.build/openmodelica-1.28.0~dev-743-g35d6171
08:15:25 + dpkg-buildpackage -rfakeroot -b -j12
[Pipeline] withCredentials
08:18:22 Masking supported pattern matches of $identity
[Pipeline] {
[Pipeline] dir
08:18:22 Running in /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build
[Pipeline] {
[Pipeline] findFiles
[Pipeline] sh
08:18:23 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/drcontrol_1.28.0~dev-743-g35d6171-1_all.deb
08:18:23 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/drcontrol_1.28.0~dev-743-g35d6171-1_all.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
08:18:24 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/drmodelica_1.28.0~dev-743-g35d6171-1_all.deb
08:18:24 + echo fail
[Pipeline] sshPut
[Pipeline] sh
08:18:24 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/libomc-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.deb
08:18:24 + echo fail
[Pipeline] sshPut
[Pipeline] sh
08:18:25 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/libomc-dev_1.28.0~dev-743-g35d6171-1_amd64.deb
08:18:25 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/drmodelica_1.28.0~dev-743-g35d6171-1_all.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
[Pipeline] sh
08:18:25 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/libomc_1.28.0~dev-743-g35d6171-1_amd64.deb
08:18:25 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomc-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomc-dev_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
08:18:26 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/libomccpp-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.deb
08:18:26 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomc_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
08:18:26 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/libomccpp_1.28.0~dev-743-g35d6171-1_amd64.deb
08:18:26 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomccpp-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomccpp_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
08:18:27 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/libomcsimulation-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.deb
08:18:27 + echo fail
[Pipeline] sshPut
[Pipeline] sh
08:18:27 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/libomcsimulation_1.28.0~dev-743-g35d6171-1_amd64.deb
08:18:27 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomcsimulation-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
08:18:28 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/libomplot-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.deb
08:18:28 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomcsimulation_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
08:18:28 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/libomplot-dev_1.28.0~dev-743-g35d6171-1_amd64.deb
08:18:28 + echo fail
[Pipeline] sshPut
[Pipeline] sh
08:18:29 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/libomplot_1.28.0~dev-743-g35d6171-1_amd64.deb
08:18:29 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomplot-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
[Pipeline] sh
08:18:29 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/libomsensplugin-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.deb
08:18:29 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomplot-dev_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
[Pipeline] sh
08:18:30 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/libomsensplugin_1.28.0~dev-743-g35d6171-1_amd64.deb
08:18:30 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomplot_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
[Pipeline] sh
08:18:30 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/libomsimulator-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.deb
08:18:30 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomsensplugin-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomsensplugin_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
08:18:31 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/libomsimulator_1.28.0~dev-743-g35d6171-1_amd64.deb
08:18:31 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomsimulator-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
08:18:31 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/omc-common_1.28.0~dev-743-g35d6171-1_all.deb
08:18:31 + echo fail
[Pipeline] sshPut
[Pipeline] sh
08:18:32 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/omc-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.deb
08:18:32 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomsimulator_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
[Pipeline] sh
08:18:32 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/omc_1.28.0~dev-743-g35d6171-1_amd64.deb
08:18:32 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omc-common_1.28.0~dev-743-g35d6171-1_all.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
[Pipeline] sh
08:18:33 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/omedit-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.deb
08:18:33 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omc-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omc_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
08:18:33 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/omedit_1.28.0~dev-743-g35d6171-1_amd64.deb
08:18:33 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omedit-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
08:18:34 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/omlibrary_1.28.0~dev-743-g35d6171-1_all.deb
08:18:34 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omedit_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
[Pipeline] sh
08:18:35 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/omnotebook-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.deb
08:18:35 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omlibrary_1.28.0~dev-743-g35d6171-1_all.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
[Pipeline] sh
08:18:35 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/omnotebook_1.28.0~dev-743-g35d6171-1_amd64.deb
08:18:35 + echo fail
[Pipeline] sshPut
[Pipeline] sh
08:18:36 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/omplot-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.deb
08:18:36 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omnotebook-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
[Pipeline] sh
08:18:36 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/omplot_1.28.0~dev-743-g35d6171-1_amd64.deb
08:18:36 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omnotebook_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
[Pipeline] sh
08:18:37 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/omshell-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.deb
08:18:37 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omshell-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omplot_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omplot-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
[Pipeline] sh
08:18:37 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/omshell-terminal-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.deb
08:18:37 + echo fail
[Pipeline] sshPut
[Pipeline] sh
08:18:38 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/omshell-terminal_1.28.0~dev-743-g35d6171-1_amd64.deb
08:18:38 + echo fail
[Pipeline] sshPut
[Pipeline] sh
08:18:38 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/omshell_1.28.0~dev-743-g35d6171-1_amd64.deb
08:18:38 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omshell-terminal-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
[Pipeline] sh
08:18:39 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/omsimulator_1.28.0~dev-743-g35d6171-1_amd64.deb
08:18:39 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omshell-terminal_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
[Pipeline] sh
08:18:39 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/openmodelica_1.28.0~dev-743-g35d6171-1_amd64.deb
08:18:39 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omshell_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omsimulator_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/openmodelica_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
$ docker stop --time=1 8ca71f3dbb8332ae1e2b1e99a58d40118ecb397f763c26b16cf2db85e6e4d9fa
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
$ docker rm -f --volumes 8ca71f3dbb8332ae1e2b1e99a58d40118ecb397f763c26b16cf2db85e6e4d9fa
[Pipeline] sh
08:20:44 + find /var/lib/jenkins/ws/LINUX_BUILDS -name '*.rpm'
08:20:46 /var/lib/jenkins/ws/LINUX_BUILDS/rpmbuild/RPMS/x86_64/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.el8.x86_64.rpm
08:20:46 /var/lib/jenkins/ws/LINUX_BUILDS/rpmbuild/SRPMS/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.el8.src.rpm
[Pipeline] }
$ docker stop --time=1 da1710b6f93dd40a790f7c13bb24b4f098fd43fb7776a9beed68c4dc820e36df
[Pipeline] // withDockerContainer
[Pipeline] sh
08:20:47 + find /var/lib/jenkins/ws/LINUX_BUILDS -name *.rpm
08:20:48 /var/lib/jenkins/ws/LINUX_BUILDS/rpmbuild/RPMS/x86_64/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.el8.x86_64.rpm
08:20:48 /var/lib/jenkins/ws/LINUX_BUILDS/rpmbuild/SRPMS/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.el8.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
08:20:48
08:20:48 FROM docker.openmodelica.org/build-deps:el8.amd64
08:20:48 COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.el8.x86_64.rpm /root
08:20:48 RUN curl -s -O https://build.openmodelica.org/rpm/fake/fakeprovide-omlib-all.noarch.rpm && rpm -i fakeprovide-omlib-all.noarch.rpm && rpm -i /root/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.el8.x86_64.rpm
08:20:48
[Pipeline] writeFile
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
08:20:48 + docker build -t rpm-build-tmp .
08:20:48 #0 building with "default" instance using docker driver
08:20:48
08:20:48 #1 [internal] load build definition from Dockerfile
08:20:48 #1 transferring dockerfile: 393B done
08:20:48 #1 DONE 0.0s
08:20:48
08:20:48 #2 [internal] load metadata for docker.openmodelica.org/build-deps:el8.amd64
08:20:48 #2 DONE 0.0s
08:20:48
08:20:48 #3 [internal] load .dockerignore
08:20:48 #3 transferring context: 2B done
08:20:48 #3 DONE 0.0s
08:20:48
08:20:48 #4 [1/3] FROM docker.openmodelica.org/build-deps:el8.amd64
08:20:48 #4 CACHED
08:20:48
08:20:48 #5 [internal] load build context
$ docker rm -f --volumes da1710b6f93dd40a790f7c13bb24b4f098fd43fb7776a9beed68c4dc820e36df
08:20:49 #5 transferring context: 173.82MB 0.9s done
08:20:49 #5 DONE 0.9s
08:20:49
08:20:49 #6 [2/3] COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.el8.x86_64.rpm /root
08:20:49 #6 DONE 0.3s
08:20:49
08:20:49 #7 [3/3] RUN curl -s -O https://build.openmodelica.org/rpm/fake/fakeprovide-omlib-all.noarch.rpm && rpm -i fakeprovide-omlib-all.noarch.rpm && rpm -i /root/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.el8.x86_64.rpm
[Pipeline] sh
08:20:58 + find /var/lib/jenkins/ws/LINUX_BUILDS -name '*.rpm'
08:20:59 /var/lib/jenkins/ws/LINUX_BUILDS/rpmbuild/RPMS/x86_64/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.el10.x86_64.rpm
08:20:59 /var/lib/jenkins/ws/LINUX_BUILDS/rpmbuild/SRPMS/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.el10.src.rpm
[Pipeline] }
08:20:59 #7 DONE 9.3s
08:20:59
08:20:59 #8 exporting to image
08:20:59 #8 exporting layers
08:21:00 #8 exporting layers 1.7s done
08:21:00 #8 writing image sha256:b77572dab0d8b55f75f604b40fd8dfd63b043f67433a93abae379b3e5d97a1f9 done
08:21:00 #8 naming to docker.io/library/rpm-build-tmp done
08:21:00 #8 DONE 1.7s
$ docker stop --time=1 272b0c8420fd96723fa2b18627b1f5f917cc7dcb17b39517569e348dd09f73ac
[Pipeline] // withDockerContainer
[Pipeline] sh
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withCredentials
08:21:01 Masking supported pattern matches of $identity
[Pipeline] {
[Pipeline] findFiles
08:21:01 + find /var/lib/jenkins/ws/LINUX_BUILDS -name *.rpm
08:21:01 /var/lib/jenkins/ws/LINUX_BUILDS/rpmbuild/RPMS/x86_64/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.el10.x86_64.rpm
08:21:01 /var/lib/jenkins/ws/LINUX_BUILDS/rpmbuild/SRPMS/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.el10.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
08:21:01
08:21:01 FROM docker.openmodelica.org/build-deps:el10.amd64
08:21:01 COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.el10.x86_64.rpm /root
08:21:01 RUN curl -s -O https://build.openmodelica.org/rpm/fake/fakeprovide-omlib-all.noarch.rpm && rpm -i fakeprovide-omlib-all.noarch.rpm && rpm -i /root/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.el10.x86_64.rpm
08:21:01
[Pipeline] writeFile
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
08:21:01 + docker build -t rpm-build-tmp .
08:21:01 #0 building with "default" instance using docker driver
08:21:01
08:21:01 #1 [internal] load build definition from Dockerfile
08:21:01 #1 transferring dockerfile: 396B done
08:21:01 #1 DONE 0.0s
08:21:01
08:21:01 #2 [internal] load metadata for docker.openmodelica.org/build-deps:el10.amd64
08:21:01 #2 DONE 0.0s
08:21:01
08:21:01 #3 [internal] load .dockerignore
08:21:01 #3 transferring context: 2B done
08:21:01 #3 DONE 0.0s
08:21:01
08:21:01 #4 [1/3] FROM docker.openmodelica.org/build-deps:el10.amd64
08:21:01 #4 CACHED
08:21:01
08:21:01 #5 [internal] load build context
[Pipeline] sh
$ docker rm -f --volumes 272b0c8420fd96723fa2b18627b1f5f917cc7dcb17b39517569e348dd09f73ac
08:21:02 + wget --spider -q https://build.openmodelica.org/rpm/el8/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.el8.x86_64.rpm
08:21:02 + echo fail
[Pipeline] sshPut
08:21:02 #5 transferring context: 182.30MB 0.3s done
08:21:02 #5 DONE 0.3s
08:21:02
08:21:02 #6 [2/3] COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.el10.x86_64.rpm /root
08:21:02 #6 DONE 0.2s
08:21:02
08:21:02 #7 [3/3] RUN curl -s -O https://build.openmodelica.org/rpm/fake/fakeprovide-omlib-all.noarch.rpm && rpm -i fakeprovide-omlib-all.noarch.rpm && rpm -i /root/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.el10.x86_64.rpm
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/rpmbuild/RPMS/x86_64/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.el8.x86_64.rpm into: /var/www/build.openmodelica.org/rpm/el8/
[Pipeline] sh
08:21:04 #7 DONE 2.5s
08:21:04
08:21:04 #8 exporting to image
08:21:04 #8 exporting layers
08:21:04 + wget --spider -q https://build.openmodelica.org/rpm/el8/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.el8.src.rpm
08:21:04 + echo fail
[Pipeline] sshPut
08:21:05 #8 exporting layers 0.7s done
08:21:05 #8 writing image sha256:3c2466c2df8a358334f082053b52149e2a0a148542ee5466ebaea00479f9e2de
08:21:05 #8 writing image sha256:3c2466c2df8a358334f082053b52149e2a0a148542ee5466ebaea00479f9e2de done
08:21:05 #8 naming to docker.io/library/rpm-build-tmp 0.0s done
08:21:05 #8 DONE 0.8s
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withCredentials
08:21:05 Masking supported pattern matches of $identity
[Pipeline] {
[Pipeline] findFiles
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/rpmbuild/SRPMS/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.el8.src.rpm into: /var/www/build.openmodelica.org/rpm/el8/
08:21:06 + wget --spider -q https://build.openmodelica.org/rpm/el10/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.el10.x86_64.rpm
08:21:06 + 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.28.0~dev~743~g35d6171-1.el10.x86_64.rpm into: /var/www/build.openmodelica.org/rpm/el10/
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] sh
08:21:08 + wget --spider -q https://build.openmodelica.org/rpm/el10/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.el10.src.rpm
08:21:08 + 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.28.0~dev~743~g35d6171-1.el10.src.rpm into: /var/www/build.openmodelica.org/rpm/el10/
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] withCredentials
08:22:30 Masking supported pattern matches of $identity
[Pipeline] {
[Pipeline] dir
08:22:30 Running in /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build
[Pipeline] {
[Pipeline] findFiles
[Pipeline] sh
08:22:30 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/drcontrol_1.28.0~dev-743-g35d6171-1_all.deb
08:22:30 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/drcontrol_1.28.0~dev-743-g35d6171-1_all.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
[Pipeline] sh
08:22:31 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/drmodelica_1.28.0~dev-743-g35d6171-1_all.deb
08:22:31 + echo fail
[Pipeline] sshPut
[Pipeline] sh
08:22:32 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/libomc-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb
08:22:32 + echo fail
[Pipeline] sshPut
[Pipeline] sh
08:22:32 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/libomc-dev_1.28.0~dev-743-g35d6171-1_amd64.deb
08:22:32 + echo fail
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/drmodelica_1.28.0~dev-743-g35d6171-1_all.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomc-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
08:22:33 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/libomc_1.28.0~dev-743-g35d6171-1_amd64.deb
08:22:33 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomc-dev_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
08:22:34 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/libomccpp-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb
08:22:34 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomc_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
08:22:34 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/libomccpp_1.28.0~dev-743-g35d6171-1_amd64.deb
08:22:34 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomccpp-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
08:22:35 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/libomcsimulation-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb
08:22:35 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomccpp_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
08:22:35 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/libomcsimulation_1.28.0~dev-743-g35d6171-1_amd64.deb
08:22:35 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomcsimulation-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
08:22:36 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/libomplot-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb
08:22:36 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomplot-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomcsimulation_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
08:22:36 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/libomplot-dev_1.28.0~dev-743-g35d6171-1_amd64.deb
08:22:36 + echo fail
[Pipeline] sshPut
[Pipeline] sh
08:22:37 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/libomplot_1.28.0~dev-743-g35d6171-1_amd64.deb
08:22:37 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomplot-dev_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
08:22:37 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/libomsensplugin-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb
08:22:37 + echo fail
[Pipeline] sshPut
[Pipeline] sh
08:22:38 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/libomsensplugin_1.28.0~dev-743-g35d6171-1_amd64.deb
08:22:38 + echo fail
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomplot_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
[Pipeline] sshPut
[Pipeline] sh
08:22:38 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/libomsimulator-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb
08:22:38 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomsensplugin-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomsensplugin_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
08:22:39 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/libomsimulator_1.28.0~dev-743-g35d6171-1_amd64.deb
08:22:39 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomsimulator-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
08:22:39 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/omc-common_1.28.0~dev-743-g35d6171-1_all.deb
08:22:39 + echo fail
[Pipeline] sshPut
[Pipeline] sh
08:22:40 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/omc-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb
08:22:40 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomsimulator_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
[Pipeline] sh
08:22:40 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/omc_1.28.0~dev-743-g35d6171-1_amd64.deb
08:22:40 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omc-common_1.28.0~dev-743-g35d6171-1_all.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
[Pipeline] sh
08:22:41 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/omedit-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb
08:22:41 + echo fail
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omc-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omc_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
08:22:41 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/omedit_1.28.0~dev-743-g35d6171-1_amd64.deb
08:22:41 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omedit-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
08:22:42 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/omlibrary_1.28.0~dev-743-g35d6171-1_all.deb
08:22:42 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omedit_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
[Pipeline] sh
08:22:43 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/omnotebook-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb
08:22:43 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omlibrary_1.28.0~dev-743-g35d6171-1_all.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
[Pipeline] sh
08:22:43 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/omnotebook_1.28.0~dev-743-g35d6171-1_amd64.deb
08:22:43 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omnotebook-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
08:22:44 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/omplot-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb
08:22:44 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omnotebook_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
08:22:44 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/omplot_1.28.0~dev-743-g35d6171-1_amd64.deb
08:22:44 + echo fail
[Pipeline] sshPut
[Pipeline] sh
08:22:45 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/omshell-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb
08:22:45 + echo fail
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omplot-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
[Pipeline] sshPut
[Pipeline] sh
08:22:45 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/omshell-terminal-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb
08:22:45 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omplot_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
[Pipeline] sh
08:22:46 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/omshell-terminal_1.28.0~dev-743-g35d6171-1_amd64.deb
08:22:46 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omshell-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omshell-terminal_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omshell-terminal-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
[Pipeline] sh
08:22:46 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/omshell_1.28.0~dev-743-g35d6171-1_amd64.deb
08:22:46 + echo fail
[Pipeline] sshPut
[Pipeline] sh
08:22:47 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/omsimulator_1.28.0~dev-743-g35d6171-1_amd64.deb
08:22:47 + echo fail
[Pipeline] sshPut
[Pipeline] sh
08:22:47 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/openmodelica_1.28.0~dev-743-g35d6171-1_amd64.deb
08:22:47 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omshell_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omsimulator_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/openmodelica_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
$ docker stop --time=1 a96f4ca8134dd65f9b8f8f64f94fab769741fe2924f170da40c73a5c5b065b41
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
$ docker rm -f --volumes a96f4ca8134dd65f9b8f8f64f94fab769741fe2924f170da40c73a5c5b065b41
[Pipeline] withCredentials
08:26:27 Masking supported pattern matches of $identity
[Pipeline] {
[Pipeline] dir
08:26:27 Running in /var/lib/jenkins2/ws/LINUX_BUILDS/tmp.build
[Pipeline] {
[Pipeline] findFiles
[Pipeline] sh
08:26:27 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-resolute/drcontrol_1.28.0~dev-743-g35d6171-1_all.deb
08:26:27 + echo fail
[Pipeline] sshPut
[Pipeline] sh
08:26:28 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-resolute/drmodelica_1.28.0~dev-743-g35d6171-1_all.deb
08:26:28 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins2/ws/LINUX_BUILDS/tmp.build/drcontrol_1.28.0~dev-743-g35d6171-1_all.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-resolute/
[Pipeline] sh
08:26:28 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-resolute/libomc-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb
08:26:28 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins2/ws/LINUX_BUILDS/tmp.build/drmodelica_1.28.0~dev-743-g35d6171-1_all.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-resolute/
08:26:29 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-resolute/libomc-dev_1.28.0~dev-743-g35d6171-1_amd64.deb
08:26:29 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins2/ws/LINUX_BUILDS/tmp.build/libomc-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-resolute/
08:26:29 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-resolute/libomc_1.28.0~dev-743-g35d6171-1_amd64.deb
08:26:29 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins2/ws/LINUX_BUILDS/tmp.build/libomc-dev_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-resolute/
08:26:30 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-resolute/libomccpp-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb
08:26:30 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins2/ws/LINUX_BUILDS/tmp.build/libomc_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-resolute/
08:26:31 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-resolute/libomccpp_1.28.0~dev-743-g35d6171-1_amd64.deb
08:26:31 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins2/ws/LINUX_BUILDS/tmp.build/libomccpp-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-resolute/
08:26:31 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-resolute/libomcsimulation-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb
08:26:31 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins2/ws/LINUX_BUILDS/tmp.build/libomccpp_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-resolute/
08:26:32 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-resolute/libomcsimulation_1.28.0~dev-743-g35d6171-1_amd64.deb
08:26:32 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins2/ws/LINUX_BUILDS/tmp.build/libomcsimulation-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-resolute/
08:26:32 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-resolute/libomplot-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb
08:26:32 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins2/ws/LINUX_BUILDS/tmp.build/libomplot-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-resolute/
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins2/ws/LINUX_BUILDS/tmp.build/libomcsimulation_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-resolute/
08:26:33 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-resolute/libomplot-dev_1.28.0~dev-743-g35d6171-1_amd64.deb
08:26:33 + echo fail
[Pipeline] sshPut
[Pipeline] sh
08:26:34 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-resolute/libomplot_1.28.0~dev-743-g35d6171-1_amd64.deb
08:26:34 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins2/ws/LINUX_BUILDS/tmp.build/libomplot-dev_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-resolute/
08:26:34 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-resolute/libomsensplugin-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb
08:26:34 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins2/ws/LINUX_BUILDS/tmp.build/libomplot_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-resolute/
08:26:35 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-resolute/libomsensplugin_1.28.0~dev-743-g35d6171-1_amd64.deb
08:26:35 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins2/ws/LINUX_BUILDS/tmp.build/libomsensplugin-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-resolute/
08:26:35 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-resolute/libomsimulator-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb
08:26:35 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins2/ws/LINUX_BUILDS/tmp.build/libomsensplugin_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-resolute/
08:26:36 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-resolute/libomsimulator_1.28.0~dev-743-g35d6171-1_amd64.deb
08:26:36 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins2/ws/LINUX_BUILDS/tmp.build/libomsimulator-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-resolute/
08:26:36 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-resolute/omc-common_1.28.0~dev-743-g35d6171-1_all.deb
08:26:36 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins2/ws/LINUX_BUILDS/tmp.build/libomsimulator_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-resolute/
08:26:37 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-resolute/omc-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb
08:26:37 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins2/ws/LINUX_BUILDS/tmp.build/omc-common_1.28.0~dev-743-g35d6171-1_all.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-resolute/
08:26:37 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-resolute/omc_1.28.0~dev-743-g35d6171-1_amd64.deb
08:26:37 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins2/ws/LINUX_BUILDS/tmp.build/omc-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-resolute/
08:26:38 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-resolute/omedit-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb
08:26:38 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins2/ws/LINUX_BUILDS/tmp.build/omc_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-resolute/
08:26:39 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-resolute/omedit_1.28.0~dev-743-g35d6171-1_amd64.deb
08:26:39 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins2/ws/LINUX_BUILDS/tmp.build/omedit-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-resolute/
[Pipeline] sh
08:26:39 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-resolute/omlibrary_1.28.0~dev-743-g35d6171-1_all.deb
08:26:39 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins2/ws/LINUX_BUILDS/tmp.build/omedit_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-resolute/
[Pipeline] sh
08:26:40 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-resolute/omnotebook-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb
08:26:40 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins2/ws/LINUX_BUILDS/tmp.build/omlibrary_1.28.0~dev-743-g35d6171-1_all.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-resolute/
[Pipeline] sh
08:26:41 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-resolute/omnotebook_1.28.0~dev-743-g35d6171-1_amd64.deb
08:26:41 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins2/ws/LINUX_BUILDS/tmp.build/omnotebook-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-resolute/
08:26:41 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-resolute/omplot-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb
08:26:41 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins2/ws/LINUX_BUILDS/tmp.build/omnotebook_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-resolute/
08:26:42 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-resolute/omplot_1.28.0~dev-743-g35d6171-1_amd64.deb
08:26:42 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins2/ws/LINUX_BUILDS/tmp.build/omplot-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-resolute/
08:26:42 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-resolute/omshell-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb
08:26:42 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins2/ws/LINUX_BUILDS/tmp.build/omshell-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-resolute/
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins2/ws/LINUX_BUILDS/tmp.build/omplot_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-resolute/
08:26:43 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-resolute/omshell-terminal-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb
08:26:43 + echo fail
[Pipeline] sshPut
[Pipeline] sh
08:26:43 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-resolute/omshell-terminal_1.28.0~dev-743-g35d6171-1_amd64.deb
08:26:43 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins2/ws/LINUX_BUILDS/tmp.build/omshell-terminal-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-resolute/
08:26:44 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-resolute/omshell_1.28.0~dev-743-g35d6171-1_amd64.deb
08:26:44 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins2/ws/LINUX_BUILDS/tmp.build/omshell-terminal_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-resolute/
08:26:44 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-resolute/omsimulator_1.28.0~dev-743-g35d6171-1_amd64.deb
08:26:44 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins2/ws/LINUX_BUILDS/tmp.build/omshell_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-resolute/
08:26:45 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-resolute/openmodelica_1.28.0~dev-743-g35d6171-1_amd64.deb
08:26:45 + echo fail
[Pipeline] sshPut
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins2/ws/LINUX_BUILDS/tmp.build/omsimulator_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-resolute/
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins2/ws/LINUX_BUILDS/tmp.build/openmodelica_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-resolute/
$ docker stop --time=1 b50cf470bca591bfa5a630edd254638d562240d5a84a5b9160a764b4a2d6e2d5
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
$ docker rm -f --volumes b50cf470bca591bfa5a630edd254638d562240d5a84a5b9160a764b4a2d6e2d5
[Pipeline] withCredentials
08:31:43 Masking supported pattern matches of $identity
[Pipeline] {
[Pipeline] dir
08:31:43 Running in /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build
[Pipeline] {
[Pipeline] findFiles
[Pipeline] sh
08:31:43 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/drcontrol_1.28.0~dev-743-g35d6171-1_all.deb
08:31:43 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/drcontrol_1.28.0~dev-743-g35d6171-1_all.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
[Pipeline] sh
08:31:45 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/drmodelica_1.28.0~dev-743-g35d6171-1_all.deb
08:31:45 + echo fail
[Pipeline] sshPut
[Pipeline] sh
08:31:46 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/libomc-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb
08:31:46 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/drmodelica_1.28.0~dev-743-g35d6171-1_all.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
[Pipeline] sh
08:31:46 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/libomc-dev_1.28.0~dev-743-g35d6171-1_amd64.deb
08:31:46 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomc-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
[Pipeline] sh
08:31:47 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/libomc_1.28.0~dev-743-g35d6171-1_amd64.deb
08:31:47 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomc-dev_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomc_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
08:31:48 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/libomccpp-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb
08:31:48 + echo fail
[Pipeline] sshPut
[Pipeline] sh
08:31:49 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/libomccpp_1.28.0~dev-743-g35d6171-1_amd64.deb
08:31:49 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomccpp-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
[Pipeline] sh
08:31:49 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/libomcsimulation-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb
08:31:49 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomccpp_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
[Pipeline] sh
08:31:50 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/libomcsimulation_1.28.0~dev-743-g35d6171-1_amd64.deb
08:31:50 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomcsimulation-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
[Pipeline] sh
08:31:51 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/libomplot-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb
08:31:51 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomcsimulation_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
[Pipeline] sh
08:31:51 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/libomplot-dev_1.28.0~dev-743-g35d6171-1_amd64.deb
08:31:51 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomplot-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
08:31:52 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/libomplot_1.28.0~dev-743-g35d6171-1_amd64.deb
08:31:52 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomplot-dev_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
08:31:52 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/libomsensplugin-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb
08:31:52 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomplot_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
08:31:53 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/libomsensplugin_1.28.0~dev-743-g35d6171-1_amd64.deb
08:31:53 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomsensplugin-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
08:31:54 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/libomsimulator-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb
08:31:54 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomsensplugin_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
[Pipeline] sh
08:31:54 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/libomsimulator_1.28.0~dev-743-g35d6171-1_amd64.deb
08:31:54 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomsimulator-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
[Pipeline] sh
08:31:55 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/omc-common_1.28.0~dev-743-g35d6171-1_all.deb
08:31:55 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomsimulator_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
08:31:56 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/omc-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb
08:31:56 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omc-common_1.28.0~dev-743-g35d6171-1_all.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
08:31:56 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/omc_1.28.0~dev-743-g35d6171-1_amd64.deb
08:31:56 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omc-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
08:31:57 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/omedit-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb
08:31:57 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omc_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omedit-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
08:31:58 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/omedit_1.28.0~dev-743-g35d6171-1_amd64.deb
08:31:58 + echo fail
[Pipeline] sshPut
[Pipeline] sh
08:31:58 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/omlibrary_1.28.0~dev-743-g35d6171-1_all.deb
08:31:58 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omedit_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omlibrary_1.28.0~dev-743-g35d6171-1_all.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
08:31:59 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/omnotebook-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb
08:31:59 + echo fail
[Pipeline] sshPut
[Pipeline] sh
08:32:00 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/omnotebook_1.28.0~dev-743-g35d6171-1_amd64.deb
08:32:00 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omnotebook-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
08:32:01 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/omplot-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb
08:32:01 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omnotebook_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
08:32:01 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/omplot_1.28.0~dev-743-g35d6171-1_amd64.deb
08:32:01 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omplot-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
08:32:02 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/omshell-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb
08:32:02 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omplot_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
08:32:03 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/omshell-terminal-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb
08:32:03 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omshell-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
08:32:03 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/omshell-terminal_1.28.0~dev-743-g35d6171-1_amd64.deb
08:32:03 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omshell-terminal-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
08:32:04 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/omshell_1.28.0~dev-743-g35d6171-1_amd64.deb
08:32:04 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omshell-terminal_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
08:32:04 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/omsimulator_1.28.0~dev-743-g35d6171-1_amd64.deb
08:32:04 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omshell_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
08:32:05 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/openmodelica_1.28.0~dev-743-g35d6171-1_amd64.deb
08:32:05 + echo fail
[Pipeline] sshPut
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omsimulator_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/openmodelica_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
$ docker stop --time=1 759c7ba914c52f17bf28162f3f93d2ffb7cedb2ced3cde1afa27ae67512bd9c1
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
$ docker rm -f --volumes 759c7ba914c52f17bf28162f3f93d2ffb7cedb2ced3cde1afa27ae67512bd9c1
[Pipeline] sh
08:32:30 + find /var/lib/jenkins1/ws/LINUX_BUILDS -name '*.rpm'
08:32:30 /var/lib/jenkins1/ws/LINUX_BUILDS/rpmbuild/SRPMS/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.el9.src.rpm
08:32:30 /var/lib/jenkins1/ws/LINUX_BUILDS/rpmbuild/RPMS/x86_64/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.el9.x86_64.rpm
[Pipeline] }
$ docker stop --time=1 e92bf60a65c8e8924f449f163d353263518a994daf5879a8b4fec0f86ade6dcd
[Pipeline] // withDockerContainer
[Pipeline] sh
08:32:32 + find /var/lib/jenkins1/ws/LINUX_BUILDS -name *.rpm
08:32:32 /var/lib/jenkins1/ws/LINUX_BUILDS/rpmbuild/SRPMS/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.el9.src.rpm
08:32:32 /var/lib/jenkins1/ws/LINUX_BUILDS/rpmbuild/RPMS/x86_64/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.el9.x86_64.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
08:32:32
08:32:32 FROM docker.openmodelica.org/build-deps:el9.amd64
08:32:32 COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.el9.x86_64.rpm /root
08:32:32 RUN curl -s -O https://build.openmodelica.org/rpm/fake/fakeprovide-omlib-all.noarch.rpm && rpm -i fakeprovide-omlib-all.noarch.rpm && rpm -i /root/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.el9.x86_64.rpm
08:32:32
[Pipeline] writeFile
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
08:32:32 + docker build -t rpm-build-tmp .
$ docker rm -f --volumes e92bf60a65c8e8924f449f163d353263518a994daf5879a8b4fec0f86ade6dcd
08:32:32 #0 building with "default" instance using docker driver
08:32:32
08:32:32 #1 [internal] load build definition from Dockerfile
08:32:32 #1 transferring dockerfile: 393B done
08:32:32 #1 DONE 0.0s
08:32:32
08:32:32 #2 [internal] load metadata for docker.openmodelica.org/build-deps:el9.amd64
08:32:32 #2 DONE 0.0s
08:32:32
08:32:32 #3 [internal] load .dockerignore
08:32:32 #3 transferring context: 2B done
08:32:32 #3 DONE 0.0s
08:32:32
08:32:32 #4 [1/3] FROM docker.openmodelica.org/build-deps:el9.amd64
08:32:32 #4 CACHED
08:32:32
08:32:32 #5 [internal] load build context
08:32:33 #5 transferring context: 177.19MB 0.8s done
08:32:33 #5 DONE 0.8s
08:32:33
08:32:33 #6 [2/3] COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.el9.x86_64.rpm /root
08:32:34 #6 DONE 0.5s
08:32:34
08:32:34 #7 [3/3] RUN curl -s -O https://build.openmodelica.org/rpm/fake/fakeprovide-omlib-all.noarch.rpm && rpm -i fakeprovide-omlib-all.noarch.rpm && rpm -i /root/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.el9.x86_64.rpm
08:32:38 #7 DONE 3.7s
08:32:38
08:32:38 #8 exporting to image
08:32:38 #8 exporting layers
08:32:39 #8 exporting layers 1.7s done
08:32:39 #8 writing image sha256:2b90ab35662aec62f521eebb97cf92da4c76319b42f8e38287eca310acfd764e done
08:32:39 #8 naming to docker.io/library/rpm-build-tmp done
08:32:39 #8 DONE 1.7s
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withCredentials
08:32:39 Masking supported pattern matches of $identity
[Pipeline] {
[Pipeline] findFiles
[Pipeline] sh
08:32:41 + wget --spider -q https://build.openmodelica.org/rpm/el9/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.el9.x86_64.rpm
08:32:41 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins1/ws/LINUX_BUILDS/rpmbuild/RPMS/x86_64/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.el9.x86_64.rpm into: /var/www/build.openmodelica.org/rpm/el9/
[Pipeline] sh
08:32:43 + wget --spider -q https://build.openmodelica.org/rpm/el9/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.el9.src.rpm
08:32:43 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins1/ws/LINUX_BUILDS/rpmbuild/SRPMS/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.el9.src.rpm into: /var/www/build.openmodelica.org/rpm/el9/
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] sh
08:33:58 + find /var/lib/jenkins1/ws/LINUX_BUILDS -name '*.rpm'
08:33:59 /var/lib/jenkins1/ws/LINUX_BUILDS/rpmbuild/RPMS/x86_64/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.fc43.x86_64.rpm
08:33:59 /var/lib/jenkins1/ws/LINUX_BUILDS/rpmbuild/SRPMS/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.fc43.src.rpm
[Pipeline] }
$ docker stop --time=1 2e0896d65b795468c8ce494336d89b68bf70bc734fa0f5a9f85b921fd7b28fc0
[Pipeline] // withDockerContainer
[Pipeline] sh
08:34:01 + find /var/lib/jenkins1/ws/LINUX_BUILDS -name *.rpm
08:34:01 /var/lib/jenkins1/ws/LINUX_BUILDS/rpmbuild/RPMS/x86_64/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.fc43.x86_64.rpm
08:34:01 /var/lib/jenkins1/ws/LINUX_BUILDS/rpmbuild/SRPMS/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.fc43.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
08:34:01
08:34:01 FROM docker.openmodelica.org/build-deps:fc43.amd64
08:34:01 COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.fc43.x86_64.rpm /root
08:34:01 RUN rpm -i /root/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.fc43.x86_64.rpm
08:34:01
[Pipeline] writeFile
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
08:34:02 + docker build -t rpm-build-tmp .
$ docker rm -f --volumes 2e0896d65b795468c8ce494336d89b68bf70bc734fa0f5a9f85b921fd7b28fc0
08:34:02 #0 building with "default" instance using docker driver
08:34:02
08:34:02 #1 [internal] load build definition from Dockerfile
08:34:02 #1 transferring dockerfile: 266B done
08:34:02 #1 DONE 0.0s
08:34:02
08:34:02 #2 [internal] load metadata for docker.openmodelica.org/build-deps:fc43.amd64
08:34:02 #2 DONE 0.0s
08:34:02
08:34:02 #3 [internal] load .dockerignore
08:34:02 #3 transferring context: 2B done
08:34:02 #3 DONE 0.0s
08:34:02
08:34:02 #4 [1/3] FROM docker.openmodelica.org/build-deps:fc43.amd64
08:34:02 #4 CACHED
08:34:02
08:34:02 #5 [internal] load build context
08:34:05 #5 transferring context: 184.91MB 3.1s done
08:34:05 #5 DONE 3.1s
08:34:05
08:34:05 #6 [2/3] COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.fc43.x86_64.rpm /root
08:34:12 #6 DONE 5.9s
08:34:12
08:34:12 #7 [3/3] RUN rpm -i /root/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.fc43.x86_64.rpm
08:34:30 #7 DONE 17.2s
08:34:30
08:34:30 #8 exporting to image
08:34:30 #8 exporting layers
08:34:45 #8 exporting layers 16.5s done
08:34:45 #8 writing image sha256:8dbaa1f3e43b152e54ca94de1e72af6c98201297d455102001efa2130f298a21 done
08:34:45 #8 naming to docker.io/library/rpm-build-tmp 0.0s done
08:34:45 #8 DONE 16.6s
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withCredentials
08:34:45 Masking supported pattern matches of $identity
[Pipeline] {
[Pipeline] findFiles
[Pipeline] sh
08:34:45 + wget --spider -q https://build.openmodelica.org/rpm/fc43/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.fc43.x86_64.rpm
08:34:45 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins1/ws/LINUX_BUILDS/rpmbuild/RPMS/x86_64/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.fc43.x86_64.rpm into: /var/www/build.openmodelica.org/rpm/fc43/
[Pipeline] sh
08:34:49 + wget --spider -q https://build.openmodelica.org/rpm/fc43/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.fc43.src.rpm
08:34:49 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins1/ws/LINUX_BUILDS/rpmbuild/SRPMS/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.fc43.src.rpm into: /var/www/build.openmodelica.org/rpm/fc43/
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] sh
08:35:29 + find /var/lib/jenkins1/ws/LINUX_BUILDS -name '*.rpm'
08:35:30 /var/lib/jenkins1/ws/LINUX_BUILDS/rpmbuild/SRPMS/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.fc44.src.rpm
08:35:30 /var/lib/jenkins1/ws/LINUX_BUILDS/rpmbuild/RPMS/x86_64/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.fc44.x86_64.rpm
[Pipeline] }
$ docker stop --time=1 f12baaa2283c1675ab75f941db71ea21b64f21b80cbe4c1f22088d9e60965be2
[Pipeline] // withDockerContainer
[Pipeline] sh
08:35:32 + find /var/lib/jenkins1/ws/LINUX_BUILDS -name *.rpm
08:35:32 /var/lib/jenkins1/ws/LINUX_BUILDS/rpmbuild/SRPMS/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.fc44.src.rpm
08:35:32 /var/lib/jenkins1/ws/LINUX_BUILDS/rpmbuild/RPMS/x86_64/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.fc44.x86_64.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
08:35:32
08:35:32 FROM docker.openmodelica.org/build-deps:fc44.amd64
08:35:32 COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.fc44.x86_64.rpm /root
08:35:32 RUN rpm -i /root/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.fc44.x86_64.rpm
08:35:32
[Pipeline] writeFile
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
08:35:33 + docker build -t rpm-build-tmp .
$ docker rm -f --volumes f12baaa2283c1675ab75f941db71ea21b64f21b80cbe4c1f22088d9e60965be2
08:35:33 #0 building with "default" instance using docker driver
08:35:33
08:35:33 #1 [internal] load build definition from Dockerfile
08:35:33 #1 transferring dockerfile: 266B done
08:35:33 #1 DONE 0.0s
08:35:33
08:35:33 #2 [internal] load metadata for docker.openmodelica.org/build-deps:fc44.amd64
08:35:33 #2 DONE 0.0s
08:35:33
08:35:33 #3 [internal] load .dockerignore
08:35:33 #3 transferring context: 2B done
08:35:33 #3 DONE 0.0s
08:35:33
08:35:33 #4 [1/3] FROM docker.openmodelica.org/build-deps:fc44.amd64
08:35:33 #4 CACHED
08:35:33
08:35:33 #5 [internal] load build context
08:35:35 #5 transferring context: 186.46MB 2.3s done
08:35:35 #5 DONE 2.4s
08:35:35
08:35:35 #6 [2/3] COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.fc44.x86_64.rpm /root
08:35:53 #6 DONE 15.9s
08:35:53
08:35:53 #7 [3/3] RUN rpm -i /root/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.fc44.x86_64.rpm
08:36:32 #7 DONE 39.9s
08:36:32
08:36:32 #8 exporting to image
08:36:32 #8 exporting layers
08:36:39 #8 exporting layers 7.3s done
08:36:39 #8 writing image sha256:fe8a1808f3f6de0c06b8e26d86c6a617256769e521e87b766948b882a95ccd36 0.0s done
08:36:39 #8 naming to docker.io/library/rpm-build-tmp 0.0s done
08:36:39 #8 DONE 7.5s
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withCredentials
08:36:39 Masking supported pattern matches of $identity
[Pipeline] {
[Pipeline] findFiles
[Pipeline] sh
08:36:39 + wget --spider -q https://build.openmodelica.org/rpm/fc44/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.fc44.x86_64.rpm
08:36:39 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins1/ws/LINUX_BUILDS/rpmbuild/RPMS/x86_64/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.fc44.x86_64.rpm into: /var/www/build.openmodelica.org/rpm/fc44/
[Pipeline] sh
08:36:42 + wget --spider -q https://build.openmodelica.org/rpm/fc44/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.fc44.src.rpm
08:36:42 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins1/ws/LINUX_BUILDS/rpmbuild/SRPMS/openmodelica-nightly-1.28.0~dev~743~g35d6171-1.fc44.src.rpm into: /var/www/build.openmodelica.org/rpm/fc44/
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] withCredentials
08:41:02 Masking supported pattern matches of $identity
[Pipeline] {
[Pipeline] dir
08:41:02 Running in /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build
[Pipeline] {
[Pipeline] findFiles
[Pipeline] sh
08:41:02 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-trixie/drcontrol_1.28.0~dev-743-g35d6171-1_all.deb
08:41:02 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/drcontrol_1.28.0~dev-743-g35d6171-1_all.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-trixie/
[Pipeline] sh
08:41:04 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-trixie/drmodelica_1.28.0~dev-743-g35d6171-1_all.deb
08:41:04 + echo fail
[Pipeline] sshPut
[Pipeline] sh
08:41:05 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-trixie/libomc-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.deb
08:41:05 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/drmodelica_1.28.0~dev-743-g35d6171-1_all.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-trixie/
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomc-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-trixie/
[Pipeline] sh
08:41:06 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-trixie/libomc-dev_1.28.0~dev-743-g35d6171-1_amd64.deb
08:41:06 + echo fail
[Pipeline] sshPut
[Pipeline] sh
08:41:06 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-trixie/libomc_1.28.0~dev-743-g35d6171-1_amd64.deb
08:41:06 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomc-dev_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-trixie/
08:41:07 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-trixie/libomccpp-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.deb
08:41:07 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomc_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-trixie/
[Pipeline] sh
08:41:08 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-trixie/libomccpp_1.28.0~dev-743-g35d6171-1_amd64.deb
08:41:08 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomccpp-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-trixie/
[Pipeline] sh
08:41:08 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-trixie/libomcsimulation-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.deb
08:41:08 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomccpp_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-trixie/
08:41:09 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-trixie/libomcsimulation_1.28.0~dev-743-g35d6171-1_amd64.deb
08:41:09 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomcsimulation-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-trixie/
[Pipeline] sh
08:41:10 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-trixie/libomplot-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.deb
08:41:10 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomcsimulation_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-trixie/
08:41:10 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-trixie/libomplot-dev_1.28.0~dev-743-g35d6171-1_amd64.deb
08:41:10 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomplot-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-trixie/
08:41:11 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-trixie/libomplot_1.28.0~dev-743-g35d6171-1_amd64.deb
08:41:11 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomplot-dev_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-trixie/
08:41:12 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-trixie/libomsensplugin-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.deb
08:41:12 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomplot_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-trixie/
08:41:12 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-trixie/libomsensplugin_1.28.0~dev-743-g35d6171-1_amd64.deb
08:41:12 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomsensplugin-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-trixie/
08:41:13 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-trixie/libomsimulator-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.deb
08:41:13 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomsensplugin_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-trixie/
[Pipeline] sh
08:41:14 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-trixie/libomsimulator_1.28.0~dev-743-g35d6171-1_amd64.deb
08:41:14 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomsimulator-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-trixie/
08:41:14 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-trixie/omc-common_1.28.0~dev-743-g35d6171-1_all.deb
08:41:14 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomsimulator_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-trixie/
08:41:15 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-trixie/omc-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.deb
08:41:15 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omc-common_1.28.0~dev-743-g35d6171-1_all.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-trixie/
08:41:15 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-trixie/omc_1.28.0~dev-743-g35d6171-1_amd64.deb
08:41:15 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omc_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-trixie/
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omc-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-trixie/
[Pipeline] sh
08:41:16 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-trixie/omedit-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.deb
08:41:16 + echo fail
[Pipeline] sshPut
[Pipeline] sh
08:41:17 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-trixie/omedit_1.28.0~dev-743-g35d6171-1_amd64.deb
08:41:17 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omedit-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-trixie/
[Pipeline] sh
08:41:17 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-trixie/omlibrary_1.28.0~dev-743-g35d6171-1_all.deb
08:41:17 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omedit_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-trixie/
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omlibrary_1.28.0~dev-743-g35d6171-1_all.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-trixie/
08:41:18 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-trixie/omnotebook-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.deb
08:41:18 + echo fail
[Pipeline] sshPut
[Pipeline] sh
08:41:19 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-trixie/omnotebook_1.28.0~dev-743-g35d6171-1_amd64.deb
08:41:19 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omnotebook-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-trixie/
08:41:20 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-trixie/omplot-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.deb
08:41:20 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omnotebook_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-trixie/
08:41:20 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-trixie/omplot_1.28.0~dev-743-g35d6171-1_amd64.deb
08:41:20 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omplot-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-trixie/
08:41:21 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-trixie/omshell-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.deb
08:41:21 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omplot_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-trixie/
08:41:21 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-trixie/omshell-terminal-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.deb
08:41:21 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omshell-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-trixie/
08:41:22 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-trixie/omshell-terminal_1.28.0~dev-743-g35d6171-1_amd64.deb
08:41:22 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omshell-terminal-dbgsym_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-trixie/
08:41:23 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-trixie/omshell_1.28.0~dev-743-g35d6171-1_amd64.deb
08:41:23 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omshell-terminal_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-trixie/
08:41:23 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-trixie/omsimulator_1.28.0~dev-743-g35d6171-1_amd64.deb
08:41:23 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omshell_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-trixie/
08:41:24 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-trixie/openmodelica_1.28.0~dev-743-g35d6171-1_amd64.deb
08:41:24 + echo fail
[Pipeline] sshPut
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omsimulator_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-trixie/
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/openmodelica_1.28.0~dev-743-g35d6171-1_amd64.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-trixie/
$ docker stop --time=1 076625391fe81b1cf34c69070a390418d9ed3b743c86a3fd6eaf100bfb6d4b4f
$ docker rm -f --volumes 076625391fe81b1cf34c69070a390418d9ed3b743c86a3fd6eaf100bfb6d4b4f
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
[Pipeline] withCredentials
08:41:27 Masking supported pattern matches of $identity
[Pipeline] {
[Pipeline] dir
08:41:27 Running in /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build
[Pipeline] {
[Pipeline] findFiles
[Pipeline] sh
08:41:28 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/libomc-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.deb
08:41:28 + echo fail
[Pipeline] sshPut
[Pipeline] sh
08:41:29 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/libomc-dev_1.28.0~dev-743-g35d6171-1_armhf.deb
08:41:29 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomc-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
[Pipeline] sh
08:41:30 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/libomc_1.28.0~dev-743-g35d6171-1_armhf.deb
08:41:30 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomc-dev_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomc_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
08:41:30 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/libomcsimulation-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.deb
08:41:30 + echo fail
[Pipeline] sshPut
[Pipeline] sh
08:41:31 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/libomcsimulation_1.28.0~dev-743-g35d6171-1_armhf.deb
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomcsimulation-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
08:41:31 + echo fail
[Pipeline] sshPut
[Pipeline] sh
08:41:32 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/libomplot-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.deb
08:41:32 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomcsimulation_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
[Pipeline] sh
08:41:33 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/libomplot-dev_1.28.0~dev-743-g35d6171-1_armhf.deb
08:41:33 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomplot-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
[Pipeline] sh
08:41:34 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/libomplot_1.28.0~dev-743-g35d6171-1_armhf.deb
08:41:34 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomplot-dev_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
[Pipeline] sh
08:41:35 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/libomsensplugin-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.deb
08:41:35 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomplot_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
[Pipeline] sh
08:41:35 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/libomsensplugin_1.28.0~dev-743-g35d6171-1_armhf.deb
08:41:35 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomsensplugin-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
[Pipeline] sh
08:41:36 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/libomsimulator-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.deb
08:41:36 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomsensplugin_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
[Pipeline] sh
08:41:37 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/libomsimulator_1.28.0~dev-743-g35d6171-1_armhf.deb
08:41:37 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomsimulator-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
[Pipeline] sh
08:41:38 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/omc-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.deb
08:41:38 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomsimulator_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
[Pipeline] sh
08:41:38 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/omc_1.28.0~dev-743-g35d6171-1_armhf.deb
08:41:38 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omc-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
08:41:39 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/omedit-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.deb
08:41:39 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omc_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
[Pipeline] sh
08:41:40 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/omedit_1.28.0~dev-743-g35d6171-1_armhf.deb
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omedit-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
08:41:40 + echo fail
[Pipeline] sshPut
[Pipeline] sh
08:41:41 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/omnotebook-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.deb
08:41:41 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omedit_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
[Pipeline] sh
08:41:42 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/omnotebook_1.28.0~dev-743-g35d6171-1_armhf.deb
08:41:42 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omnotebook-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
[Pipeline] sh
08:41:43 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/omplot-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.deb
08:41:43 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omnotebook_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
[Pipeline] sh
08:41:43 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/omplot_1.28.0~dev-743-g35d6171-1_armhf.deb
08:41:43 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omplot-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
[Pipeline] sh
08:41:44 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/omshell-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.deb
08:41:44 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omplot_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
08:41:44 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/omshell-terminal-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.deb
08:41:45 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omshell-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
[Pipeline] sh
08:41:45 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/omshell-terminal_1.28.0~dev-743-g35d6171-1_armhf.deb
08:41:45 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omshell-terminal-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
[Pipeline] sh
08:41:46 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/omshell_1.28.0~dev-743-g35d6171-1_armhf.deb
08:41:46 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omshell-terminal_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
08:41:47 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/omsimulator_1.28.0~dev-743-g35d6171-1_armhf.deb
08:41:47 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omshell_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
08:41:47 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-bookworm/openmodelica_1.28.0~dev-743-g35d6171-1_armhf.deb
08:41:48 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omsimulator_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/openmodelica_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-bookworm/
$ docker stop --time=1 a1bc43a8a19b2c80c3db01e6ad6d1e540d2fea2cbca4bce1ef6af02800e014c3
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // node
Running on arm-opi-1 in /var/lib/jenkins/ws/LINUX_BUILDS
[Pipeline] }
[Pipeline] // timeout
[Pipeline] {
[Pipeline] }
[Pipeline] wrap
[Pipeline] // retry
[Pipeline] }
[Pipeline] {
[Pipeline] echo
08:41:50 Running on: arm-opi-1 (workspace /var/lib/jenkins/ws/LINUX_BUILDS)
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
08:41:50 + docker pull docker.openmodelica.org/build-deps:jammy.nightly.armhf
08:41:50 jammy.nightly.armhf: Pulling from build-deps
08:41:50 Digest: sha256:8ffe1fe1f4a49096e61813db57bec450da28390025f90fb644c366e83a9a1d9c
08:41:50 Status: Image is up to date for docker.openmodelica.org/build-deps:jammy.nightly.armhf
08:41:50 docker.openmodelica.org/build-deps:jammy.nightly.armhf
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
$ docker rm -f --volumes a1bc43a8a19b2c80c3db01e6ad6d1e540d2fea2cbca4bce1ef6af02800e014c3
08:41:50 + docker inspect -f . docker.openmodelica.org/build-deps:jammy.nightly.armhf
08:41:50 .
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
08:41:50 arm-opi-1 does not seem to be running inside a container
[Pipeline] {
[Pipeline] sh
08:41:51 + rm -rf tmp.build
$ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** docker.openmodelica.org/build-deps:jammy.nightly.armhf cat
$ docker top b7d2999cf1ece14aae5aa24949afff112d2ae6c7a57b5f6df319ee7148d6174e -eo pid,comm
08:41:55 + mkdir -p tmp.build
08:41:55 + cd tmp.build
08:41:55 + wget -q https://build.openmodelica.org/apt/pool/contrib/openmodelica_1.28.0~dev-743-g35d6171-1.dsc
08:41:55 + wget -q https://build.openmodelica.org/apt/pool/contrib/openmodelica_1.28.0~dev-743-g35d6171-1.debian.tar.xz
08:41:55 + wget -q https://build.openmodelica.org/apt/pool/contrib/openmodelica_1.28.0~dev-743-g35d6171.orig.tar.xz
08:41:57 + dpkg-source -x openmodelica_1.28.0~dev-743-g35d6171-1.dsc
08:41:57 dpkg-source: warning: extracting unsigned source package (openmodelica_1.28.0~dev-743-g35d6171-1.dsc)
08:42:00 dpkg-source: info: extracting openmodelica in openmodelica-1.28.0~dev-743-g35d6171
08:42:00 dpkg-source: info: unpacking openmodelica_1.28.0~dev-743-g35d6171.orig.tar.xz
08:42:22 dpkg-source: info: unpacking openmodelica_1.28.0~dev-743-g35d6171-1.debian.tar.xz
[Pipeline] sh
08:42:22 + cd tmp.build/openmodelica-1.28.0~dev-743-g35d6171
08:42:22 + dpkg-buildpackage -rfakeroot -b -j8
[Pipeline] withCredentials
09:12:00 Masking supported pattern matches of $identity
[Pipeline] {
[Pipeline] dir
09:12:00 Running in /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build
[Pipeline] {
[Pipeline] findFiles
[Pipeline] sh
09:12:01 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/libomc-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.ddeb
09:12:01 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomc-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
09:12:02 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/libomc-dev_1.28.0~dev-743-g35d6171-1_armhf.deb
09:12:02 + echo fail
[Pipeline] sshPut
[Pipeline] sh
09:12:02 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/libomc_1.28.0~dev-743-g35d6171-1_armhf.deb
09:12:02 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomc-dev_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
[Pipeline] sh
09:12:03 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/libomcsimulation-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.ddeb
09:12:03 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomc_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
[Pipeline] sh
09:12:04 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/libomcsimulation_1.28.0~dev-743-g35d6171-1_armhf.deb
09:12:04 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomcsimulation-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
[Pipeline] sh
09:12:05 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/libomplot-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.ddeb
09:12:05 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomcsimulation_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
[Pipeline] sh
09:12:05 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/libomplot-dev_1.28.0~dev-743-g35d6171-1_armhf.deb
09:12:05 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomplot-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
[Pipeline] sh
09:12:06 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/libomplot_1.28.0~dev-743-g35d6171-1_armhf.deb
09:12:06 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomplot-dev_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
[Pipeline] sh
09:12:07 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/libomsensplugin-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.ddeb
09:12:07 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomplot_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
09:12:07 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/libomsensplugin_1.28.0~dev-743-g35d6171-1_armhf.deb
09:12:07 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomsensplugin-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
[Pipeline] sh
09:12:08 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/libomsimulator-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.ddeb
09:12:08 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomsensplugin_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
[Pipeline] sh
09:12:09 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/libomsimulator_1.28.0~dev-743-g35d6171-1_armhf.deb
09:12:09 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomsimulator-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
[Pipeline] sh
09:12:10 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/omc-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.ddeb
09:12:10 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomsimulator_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omc-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
09:12:10 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/omc_1.28.0~dev-743-g35d6171-1_armhf.deb
09:12:10 + echo fail
[Pipeline] sshPut
[Pipeline] sh
09:12:11 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/omedit-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.ddeb
09:12:11 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omc_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
[Pipeline] sh
09:12:12 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/omedit_1.28.0~dev-743-g35d6171-1_armhf.deb
09:12:12 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omedit-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
[Pipeline] sh
09:12:13 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/omnotebook-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.ddeb
09:12:13 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omedit_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
[Pipeline] sh
09:12:13 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/omnotebook_1.28.0~dev-743-g35d6171-1_armhf.deb
09:12:13 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omnotebook-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
[Pipeline] sh
09:12:14 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/omplot-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.ddeb
09:12:14 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omnotebook_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
[Pipeline] sh
09:12:15 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/omplot_1.28.0~dev-743-g35d6171-1_armhf.deb
09:12:15 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omplot-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
[Pipeline] sh
09:12:15 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/omshell-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.ddeb
09:12:15 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omplot_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
[Pipeline] sh
09:12:16 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/omshell-terminal-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.ddeb
09:12:16 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omshell-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
[Pipeline] sh
09:12:17 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/omshell-terminal_1.28.0~dev-743-g35d6171-1_armhf.deb
09:12:17 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omshell-terminal-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
[Pipeline] sh
09:12:17 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/omshell_1.28.0~dev-743-g35d6171-1_armhf.deb
09:12:17 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omshell-terminal_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
[Pipeline] sh
09:12:18 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/omsimulator_1.28.0~dev-743-g35d6171-1_armhf.deb
09:12:18 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omshell_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
09:12:19 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-jammy/openmodelica_1.28.0~dev-743-g35d6171-1_armhf.deb
09:12:19 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omsimulator_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/openmodelica_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-jammy/
$ docker stop --time=1 b7d2999cf1ece14aae5aa24949afff112d2ae6c7a57b5f6df319ee7148d6174e
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // node
Running on arm-opi-1 in /var/lib/jenkins/ws/LINUX_BUILDS
[Pipeline] }
[Pipeline] // timeout
[Pipeline] {
[Pipeline] }
[Pipeline] wrap
[Pipeline] // retry
[Pipeline] }
[Pipeline] {
[Pipeline] echo
09:12:21 Running on: arm-opi-1 (workspace /var/lib/jenkins/ws/LINUX_BUILDS)
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
09:12:21 + docker pull docker.openmodelica.org/build-deps:noble.nightly.armhf
09:12:21 noble.nightly.armhf: Pulling from build-deps
09:12:21 Digest: sha256:99e30508247739a872f69885a3c786256d2e75c04cc14beddae689229c120a9d
09:12:21 Status: Image is up to date for docker.openmodelica.org/build-deps:noble.nightly.armhf
09:12:21 docker.openmodelica.org/build-deps:noble.nightly.armhf
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
09:12:22 + docker inspect -f . docker.openmodelica.org/build-deps:noble.nightly.armhf
09:12:22 .
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
09:12:22 arm-opi-1 does not seem to be running inside a container
$ docker rm -f --volumes b7d2999cf1ece14aae5aa24949afff112d2ae6c7a57b5f6df319ee7148d6174e
[Pipeline] {
[Pipeline] sh
09:12:23 + rm -rf tmp.build
$ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** docker.openmodelica.org/build-deps:noble.nightly.armhf cat
$ docker top 36ee68480c61c0300eea8c5695e697fb7bda9988e02934a1b4ed9dc8cc889a69 -eo pid,comm
09:12:27 + mkdir -p tmp.build
09:12:27 + cd tmp.build
09:12:27 + wget -q https://build.openmodelica.org/apt/pool/contrib/openmodelica_1.28.0~dev-743-g35d6171-1.dsc
09:12:27 + wget -q https://build.openmodelica.org/apt/pool/contrib/openmodelica_1.28.0~dev-743-g35d6171-1.debian.tar.xz
09:12:27 + wget -q https://build.openmodelica.org/apt/pool/contrib/openmodelica_1.28.0~dev-743-g35d6171.orig.tar.xz
09:12:29 + dpkg-source -x openmodelica_1.28.0~dev-743-g35d6171-1.dsc
09:12:29 dpkg-source: warning: extracting unsigned source package (openmodelica_1.28.0~dev-743-g35d6171-1.dsc)
09:12:32 dpkg-source: info: extracting openmodelica in openmodelica-1.28.0~dev-743-g35d6171
09:12:32 dpkg-source: info: unpacking openmodelica_1.28.0~dev-743-g35d6171.orig.tar.xz
09:12:54 dpkg-source: info: unpacking openmodelica_1.28.0~dev-743-g35d6171-1.debian.tar.xz
[Pipeline] sh
09:12:54 + cd tmp.build/openmodelica-1.28.0~dev-743-g35d6171
09:12:54 + dpkg-buildpackage -rfakeroot -b -j8
[Pipeline] withCredentials
09:43:32 Masking supported pattern matches of $identity
[Pipeline] {
[Pipeline] dir
09:43:32 Running in /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build
[Pipeline] {
[Pipeline] findFiles
[Pipeline] sh
09:43:33 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/libomc-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.ddeb
09:43:33 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomc-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
09:43:34 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/libomc-dev_1.28.0~dev-743-g35d6171-1_armhf.deb
09:43:34 + echo fail
[Pipeline] sshPut
[Pipeline] sh
09:43:35 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/libomc_1.28.0~dev-743-g35d6171-1_armhf.deb
09:43:35 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomc-dev_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
[Pipeline] sh
09:43:36 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/libomcsimulation-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.ddeb
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomc_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
09:43:36 + echo fail
[Pipeline] sshPut
[Pipeline] sh
09:43:37 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/libomcsimulation_1.28.0~dev-743-g35d6171-1_armhf.deb
09:43:37 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomcsimulation-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
[Pipeline] sh
09:43:38 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/libomplot-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.ddeb
09:43:38 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomcsimulation_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
[Pipeline] sh
09:43:38 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/libomplot-dev_1.28.0~dev-743-g35d6171-1_armhf.deb
09:43:39 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomplot-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
[Pipeline] sh
09:43:39 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/libomplot_1.28.0~dev-743-g35d6171-1_armhf.deb
09:43:39 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomplot-dev_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
09:43:40 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/libomsensplugin-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.ddeb
09:43:40 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomsensplugin-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomplot_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
[Pipeline] sh
09:43:41 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/libomsensplugin_1.28.0~dev-743-g35d6171-1_armhf.deb
09:43:41 + echo fail
[Pipeline] sshPut
[Pipeline] sh
09:43:42 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/libomsimulator-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.ddeb
09:43:42 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomsensplugin_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
[Pipeline] sh
09:43:42 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/libomsimulator_1.28.0~dev-743-g35d6171-1_armhf.deb
09:43:42 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomsimulator-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
[Pipeline] sh
09:43:43 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/omc-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.ddeb
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/libomsimulator_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
09:43:44 + echo fail
[Pipeline] sshPut
[Pipeline] sh
09:43:44 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/omc_1.28.0~dev-743-g35d6171-1_armhf.deb
09:43:44 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omc-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
09:43:45 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/omedit-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.ddeb
09:43:45 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omc_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
[Pipeline] sh
09:43:46 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/omedit_1.28.0~dev-743-g35d6171-1_armhf.deb
09:43:46 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omedit-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
[Pipeline] sh
09:43:46 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/omnotebook-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.ddeb
09:43:46 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omedit_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
09:43:47 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/omnotebook_1.28.0~dev-743-g35d6171-1_armhf.deb
09:43:47 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omnotebook-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
09:43:48 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/omplot-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.ddeb
09:43:48 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omnotebook_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
[Pipeline] sh
09:43:49 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/omplot_1.28.0~dev-743-g35d6171-1_armhf.deb
09:43:49 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omplot-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
[Pipeline] sh
09:43:49 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/omshell-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.ddeb
09:43:49 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omplot_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
09:43:50 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/omshell-terminal-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.ddeb
09:43:50 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omshell-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
[Pipeline] sh
09:43:51 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/omshell-terminal_1.28.0~dev-743-g35d6171-1_armhf.deb
09:43:51 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omshell-terminal-dbgsym_1.28.0~dev-743-g35d6171-1_armhf.ddeb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
[Pipeline] sh
09:43:52 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/omshell_1.28.0~dev-743-g35d6171-1_armhf.deb
09:43:52 + echo fail
[Pipeline] sshPut
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omshell-terminal_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
[Pipeline] sh
09:43:52 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/omsimulator_1.28.0~dev-743-g35d6171-1_armhf.deb
09:43:52 + echo fail
[Pipeline] sshPut
[Pipeline] sh
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omshell_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
09:43:53 + wget --spider -q https://build.openmodelica.org/apt/pool/contrib-noble/openmodelica_1.28.0~dev-743-g35d6171-1_armhf.deb
09:43:53 + echo fail
[Pipeline] sshPut
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/omsimulator_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
Sending a file/directory to build[build.openmodelica.org]: from: /var/lib/jenkins/ws/LINUX_BUILDS/tmp.build/openmodelica_1.28.0~dev-743-g35d6171-1_armhf.deb into: /var/www/build.openmodelica.org/linux/apt/pool/contrib-noble/
$ docker stop --time=1 36ee68480c61c0300eea8c5695e697fb7bda9988e02934a1b4ed9dc8cc889a69
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // node
Running on arm-opi-1 in /var/lib/jenkins/ws/LINUX_BUILDS
[Pipeline] }
[Pipeline] // timeout
[Pipeline] {
[Pipeline] }
[Pipeline] wrap
[Pipeline] // retry
[Pipeline] }
[Pipeline] {
[Pipeline] echo
09:43:55 Running on: arm-opi-1 (workspace /var/lib/jenkins/ws/LINUX_BUILDS)
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
09:43:55 + docker pull docker.openmodelica.org/build-deps:resolute.nightly.armhf
09:43:55 resolute.nightly.armhf: Pulling from build-deps
09:43:55 Digest: sha256:0d86a3640566262597154d10003b856a238b76fff2f5d03745c5b642a41ba881
09:43:55 Status: Image is up to date for docker.openmodelica.org/build-deps:resolute.nightly.armhf
09:43:55 docker.openmodelica.org/build-deps:resolute.nightly.armhf
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
09:43:56 + docker inspect -f . docker.openmodelica.org/build-deps:resolute.nightly.armhf
09:43:56 .
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
09:43:56 arm-opi-1 does not seem to be running inside a container
$ docker rm -f --volumes 36ee68480c61c0300eea8c5695e697fb7bda9988e02934a1b4ed9dc8cc889a69
[Pipeline] {
[Pipeline] sh
09:43:57 + rm -rf tmp.build
$ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** docker.openmodelica.org/build-deps:resolute.nightly.armhf cat
$ docker top bbb1ecf21c6128d9fe54c0cd8fb38cea32d04e07ac9ade81a13c8eec9c2803a6 -eo pid,comm
09:44:01 + mkdir -p tmp.build
09:44:01 + cd tmp.build
09:44:01 + wget -q https://build.openmodelica.org/apt/pool/contrib/openmodelica_1.28.0~dev-743-g35d6171-1.dsc
09:44:01 + wget -q https://build.openmodelica.org/apt/pool/contrib/openmodelica_1.28.0~dev-743-g35d6171-1.debian.tar.xz
09:44:01 + wget -q https://build.openmodelica.org/apt/pool/contrib/openmodelica_1.28.0~dev-743-g35d6171.orig.tar.xz
09:44:09 + dpkg-source -x openmodelica_1.28.0~dev-743-g35d6171-1.dsc
09:44:09 dpkg-source: warning: extracting unsigned source package (openmodelica_1.28.0~dev-743-g35d6171-1.dsc)
09:44:11 dpkg-source: info: extracting openmodelica in openmodelica-1.28.0~dev-743-g35d6171
09:44:11 dpkg-source: info: unpacking openmodelica_1.28.0~dev-743-g35d6171.orig.tar.xz
09:44:29 dpkg-source: info: unpacking openmodelica_1.28.0~dev-743-g35d6171-1.debian.tar.xz
[Pipeline] sh
09:44:29 + cd tmp.build/openmodelica-1.28.0~dev-743-g35d6171
09:44:29 + dpkg-buildpackage -rfakeroot -b -j8
Aborted by Martin Sjölund
09:45:46 Sending interrupt signal to process
[Pipeline] // node
[Pipeline] // node
[Pipeline] // node
[Pipeline] // node
[Pipeline] // node
[Pipeline] // node
09:45:46 Sending interrupt signal to process
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // timeout
[Pipeline] // timeout
[Pipeline] // timeout
[Pipeline] // timeout
[Pipeline] // timeout
[Pipeline] // timeout
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // retry
[Pipeline] // retry
[Pipeline] // retry
[Pipeline] // retry
[Pipeline] // retry
[Pipeline] // retry
[Pipeline] }
Failed in branch trixie nightly armhf
[Pipeline] }
Failed in branch bookworm nightly arm64
[Pipeline] }
Failed in branch jammy nightly arm64
[Pipeline] }
Failed in branch noble nightly arm64
[Pipeline] }
Failed in branch resolute nightly arm64
[Pipeline] }
Failed in branch trixie nightly arm64
09:45:51 Terminated
[Pipeline] }
$ docker stop --time=1 bbb1ecf21c6128d9fe54c0cd8fb38cea32d04e07ac9ade81a13c8eec9c2803a6
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
Failed in branch resolute nightly armhf
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] End of Pipeline
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 39d0856a-bed3-4c90-89ea-8b22635bc8c2
Finished: ABORTED