Skip to content

Console Output

Triggered by Gerrit: https://git.eclipse.org/r/c/basyx/basyx/+/167887
Checking out git https://git.eclipse.org/r/basyx/basyx into /var/jenkins/workspace/BaSyx_CI_CPP@script to read Jenkinsfile_Cpp
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://git.eclipse.org/r/basyx/basyx
 > git init /var/jenkins/workspace/BaSyx_CI_CPP@script # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/basyx/basyx
 > git --version # timeout=10
 > git fetch --tags --force --progress -- https://git.eclipse.org/r/basyx/basyx +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git.eclipse.org/r/basyx/basyx # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git.eclipse.org/r/basyx/basyx # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/basyx/basyx
 > git fetch --tags --force --progress -- https://git.eclipse.org/r/basyx/basyx refs/changes/87/167887/20 # timeout=10
 > git rev-parse 49158c08c6ec069be2ac908331e77269723182c9^{commit} # timeout=10
Checking out Revision 49158c08c6ec069be2ac908331e77269723182c9 (refs/changes/87/167887/20)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 49158c08c6ec069be2ac908331e77269723182c9 # timeout=10
Commit message: "Test commit to check printing of warning messages in CI pipeline"
 > git rev-parse FETCH_HEAD^{commit} # timeout=10
 > git rev-list --no-walk ebc0156af9cedcafe5908a93a1abf8f2321cf9a2 # timeout=10
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Created Pod: basyx/basyx-null-26-334rr-mzh1w
[Normal][basyx/basyx-null-26-334rr-mzh1w][Scheduled] Successfully assigned basyx-null-26-334rr-mzh1w to osnode-20.eclipse.org
[Normal][basyx/basyx-null-26-334rr-mzh1w][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "workspace-volume" 
[Normal][basyx/basyx-null-26-334rr-mzh1w][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "volume-known-hosts" 
[Normal][basyx/basyx-null-26-334rr-mzh1w][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "default-token-fj2s5" 
[Normal][basyx/basyx-null-26-334rr-mzh1w][Pulling] pulling image "iesetps/basyx-ci-cpp:latest"
[Normal][basyx/basyx-null-26-334rr-mzh1w][Pulled] Successfully pulled image "iesetps/basyx-ci-cpp:latest"
[Normal][basyx/basyx-null-26-334rr-mzh1w][Created] Created container
[Normal][basyx/basyx-null-26-334rr-mzh1w][Started] Started container
[Normal][basyx/basyx-null-26-334rr-mzh1w][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1" already present on machine
[Normal][basyx/basyx-null-26-334rr-mzh1w][Created] Created container
[Normal][basyx/basyx-null-26-334rr-mzh1w][Started] Started container
Agent basyx-null-26-334rr-mzh1w is provisioned from template basyx-null-26-334rr
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.basyx.svc.cluster.local/basyx/job/BaSyx_CI_CPP/26/"
    runUrl: "job/BaSyx_CI_CPP/26/"
  labels:
    jenkins: "slave"
    jenkins/label: "basyx-null-26"
  name: "basyx-null-26-334rr-mzh1w"
spec:
  containers:
  - command:
    - "cat"
    image: "iesetps/basyx-ci-cpp:latest"
    name: "cpp"
    resources:
      limits:
        memory: "4Gi"
        cpu: "2.00"
      requests:
        memory: "4Gi"
        cpu: "2.00"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-known-hosts"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.basyx.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basyx-null-26-334rr-mzh1w"
    - name: "JENKINS_NAME"
      value: "basyx-null-26-334rr-mzh1w"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.basyx.svc.cluster.local/basyx/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1"
    name: "jnlp"
    resources:
      requests:
        cpu: "100m"
        memory: "256Mi"
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - configMap:
      name: "known-hosts"
    name: "volume-known-hosts"

Running on basyx-null-26-334rr-mzh1w in /home/jenkins/agent/workspace/BaSyx_CI_CPP
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://git.eclipse.org/r/basyx/basyx
 > git init /home/jenkins/agent/workspace/BaSyx_CI_CPP # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/basyx/basyx
 > git --version # timeout=10
 > git fetch --tags --force --progress -- https://git.eclipse.org/r/basyx/basyx +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 49158c08c6ec069be2ac908331e77269723182c9 (refs/changes/87/167887/20)
 > git config remote.origin.url https://git.eclipse.org/r/basyx/basyx # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git.eclipse.org/r/basyx/basyx # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/basyx/basyx
 > git fetch --tags --force --progress -- https://git.eclipse.org/r/basyx/basyx refs/changes/87/167887/20 # timeout=10
 > git rev-parse 49158c08c6ec069be2ac908331e77269723182c9^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 49158c08c6ec069be2ac908331e77269723182c9 # timeout=10
Commit message: "Test commit to check printing of warning messages in CI pipeline"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (C++ SDK Tests)
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ chmod +x ./ci/build_cpp.sh
+ ./ci/build_cpp.sh
No files changed in C++ SDK.
Skipping continous integration tests for C++.
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (SDK Integration Tests)
[Pipeline] catchError
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ env
+ grep GERRIT
GERRIT_EVENT_ACCOUNT_NAME=Thomas Psota
GERRIT_PATCHSET_NUMBER=20
GERRIT_CHANGE_COMMIT_MESSAGE=VGVzdCBjb21taXQgdG8gY2hlY2sgcHJpbnRpbmcgb2Ygd2FybmluZyBtZXNzYWdlcyBpbiBDSSBwaXBlbGluZQoKQ2hhbmdlLUlkOiBJODM2ZjYwNWY3NzkyYzY4NDJiZTFjNWEyMzllNTFhOTQxNDQwMzZlNgpTaWduZWQtb2ZmLWJ5OiBUaG9tYXMgUHNvdGEgPHRob21hcy5wc290YUBpZXNlLmZyYXVuaG9mZXIuZGU+Cg==
GERRIT_CHANGE_WIP_STATE=false
GERRIT_PROJECT=basyx/basyx
GERRIT_CHANGE_SUBJECT=Test commit to check printing of warning messages in CI pipeline
GERRIT_EVENT_ACCOUNT=\"Thomas Psota\" <thomas.psota@iese.fraunhofer.de>
GERRIT_EVENT_HASH=-1515595548
GERRIT_TOPIC=
GERRIT_CHANGE_ID=I836f605f7792c6842be1c5a239e51a94144036e6
GERRIT_PATCHSET_REVISION=49158c08c6ec069be2ac908331e77269723182c9
GERRIT_CHANGE_NUMBER=167887
GERRIT_BRANCH=cpp
GERRIT_CHANGE_OWNER_EMAIL=thomas.psota@iese.fraunhofer.de
GERRIT_PATCHSET_UPLOADER_EMAIL=thomas.psota@iese.fraunhofer.de
GERRIT_VERSION=3.2.2
GERRIT_HOST=gerrit-local
GERRIT_SCHEME=ssh
GERRIT_CHANGE_OWNER_NAME=Thomas Psota
GERRIT_PATCHSET_UPLOADER_NAME=Thomas Psota
GERRIT_PORT=29418
GERRIT_REFSPEC=refs/changes/87/167887/20
GERRIT_CHANGE_OWNER=\"Thomas Psota\" <thomas.psota@iese.fraunhofer.de>
GERRIT_CHANGE_PRIVATE_STATE=false
GERRIT_NAME=Eclipse Gerrit
GERRIT_PATCHSET_UPLOADER=\"Thomas Psota\" <thomas.psota@iese.fraunhofer.de>
GERRIT_EVENT_ACCOUNT_EMAIL=thomas.psota@iese.fraunhofer.de
GERRIT_CHANGE_URL=https://git.eclipse.org/r/c/basyx/basyx/+/167887
GERRIT_EVENT_TYPE=patchset-created
[Pipeline] sh
+ ssh -p 29418 gerrit-local gerrit review -m TEST 49158c08c6ec069be2ac908331e77269723182c9
No user exists for uid 1000190000
[Pipeline] }
[Pipeline] // container
[Pipeline] }
ERROR: script returned exit code 255
[Pipeline] // catchError
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
Finished: SUCCESS