Skip to content
Failed

Console Output

Started by user Michael Oberlehner
Running as Michael Oberlehner
Agent centos-8-1v0pb is provisioned from template centos-8
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "dcdbc7ed8a3e8b49b8443ee4b54d9618b35139e6"
    jenkins/label: "centos-latest_centos-8"
  name: "centos-8-1v0pb"
  namespace: "4diac"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.4diac.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-8-1v0pb"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "centos-8-1v0pb"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.4diac.svc.cluster.local/4diac/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-8:remoting-3160.vd76b_9ddd10cc"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-4diac"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on centos-8-1v0pb (centos-8 centos-latest) in workspace /home/jenkins/agent/workspace/4diac IDE Develop
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-3VtoO04q0LTP/agent.46
SSH_AGENT_PID=48
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/4diac IDE Develop@tmp/private_key_4195089966208633822.key (/home/jenkins/agent/workspace/4diac IDE Develop@tmp/private_key_4195089966208633822.key)
[ssh-agent] Using credentials genie.4diac (ssh://genie.4diac@projects-storage.eclipse.org)
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-4diac/4diac-ide
 > git init /home/jenkins/agent/workspace/4diac IDE Develop # timeout=10
Fetching upstream changes from https://github.com/eclipse-4diac/4diac-ide
 > git --version # timeout=10
 > git --version # 'git version 2.41.0'
 > git fetch --tags --force --progress -- https://github.com/eclipse-4diac/4diac-ide +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-4diac/4diac-ide # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision 43458310b5958849cf4e7c726cd04799d7b63742 (origin/develop)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 43458310b5958849cf4e7c726cd04799d7b63742 # timeout=10
Commit message: "try to remove ^M from Revolution Pi function blocks"
 > git rev-list --no-walk 43458310b5958849cf4e7c726cd04799d7b63742 # timeout=10
 > git remote # timeout=10
 > git submodule init # timeout=10
 > git submodule sync # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git submodule init # timeout=10
 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10
 > git config --get submodule.plugins/org.eclipse.fordiac.ide/doc-src.url # timeout=10
 > git config -f .gitmodules --get submodule.plugins/org.eclipse.fordiac.ide/doc-src.path # timeout=10
 > git submodule update --init --recursive plugins/org.eclipse.fordiac.ide/doc-src # timeout=10
Injecting SonarQube environment variables using the configuration: SonarCloud.io
$ pkill Xvnc
$ pkill Xrealvnc
$ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
[4diac IDE Develop] $ Xvnc -help
Starting xvnc
[4diac IDE Develop] $ Xvnc :79 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset

Xvnc TigerVNC 1.11.0 - built Jul 21 2021 11:25:16
Copyright (C) 1999-2020 TigerVNC Team and many others (see README.rst)
See https://www.tigervnc.org for information on TigerVNC.
Underlying X server release 12011000, The X.Org Foundation


Tue Apr 16 05:54:54 2024
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on all interface(s), port 5979
 vncext:      created VNC server for screen 0
[4diac IDE Develop] $ /bin/sh -xe /tmp/jenkins14340579540307921041.sh
+ export GDK_BACKEND=x11
+ GDK_BACKEND=x11
[4diac IDE Develop] $ /opt/tools/apache-maven/latest/bin/mvn -f ./pom.xml "-Dmaven.repo.local=/home/jenkins/agent/workspace/4diac IDE Develop/.repository" clean install -q -B -ntp sonar:sonar -Dsonar.projectKey=org.eclipse:4diac-ide -Dsonar.organization=eclipse -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=**** -Peclipse-sign,nightly
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 21.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-21/21.0.2
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
Running org.eclipse.fordiac.ide.globalconstantseditor.tests.GlobalConstantsParsingTest
log4j:WARN No appenders could be found for logger (org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.111 s -- in org.eclipse.fordiac.ide.globalconstantseditor.tests.GlobalConstantsParsingTest
org.eclipse.fordiac.ide.globalconstantseditor.tests.GlobalConstantsParsingTest.loadModel -- Time elapsed: 0.108 s

Results:

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

iconURI "fordiacimage://ICON_ZOOM_100" is invalid, no image will be shown
iconURI "fordiacimage://ICON_ZOOM_PAGE" is invalid, no image will be shown
Running org.eclipse.fordiac.ide.globalconstantseditor.ui.tests.DummyTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.eclipse.fordiac.ide.globalconstantseditor.ui.tests.DummyTest
org.eclipse.fordiac.ide.globalconstantseditor.ui.tests.DummyTest.dummyTestToSatisfySurefire -- Time elapsed: 0.031 s

Results:

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

iconURI "fordiacimage://ICON_ZOOM_100" is invalid, no image will be shown
iconURI "fordiacimage://ICON_ZOOM_PAGE" is invalid, no image will be shown
Build step 'Invoke top-level Maven targets' marked build as failure
Terminating xvnc.

Tue Apr 16 06:08:03 2024
 ComparingUpdateTracker: 0 pixels in / 0 pixels out
 ComparingUpdateTracker: (1:-nan ratio)
WARN: Unable to locate 'report-task.txt' in the workspace. Did the SonarScanner succeed?
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 48 killed;
[ssh-agent] Stopped.
Recording test results
[Checks API] No suitable checks publisher found.
Sending e-mails to: alois.zoitl@gmx.at cabral@fortiss.org Melik-Merkumians@acin.tuwien.ac.at
Finished: FAILURE