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/21 # timeout=10
 > git rev-parse a2d863d03363e4e6526fcd20afd84abfbfaba129^{commit} # timeout=10
Checking out Revision a2d863d03363e4e6526fcd20afd84abfbfaba129 (refs/changes/87/167887/21)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a2d863d03363e4e6526fcd20afd84abfbfaba129 # 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
Created Pod: basyx/basyx-null-27-xkxm8-g2gmt
[Normal][basyx/basyx-null-27-xkxm8-g2gmt][Scheduled] Successfully assigned basyx-null-27-xkxm8-g2gmt to osnode-19.eclipse.org
[Normal][basyx/basyx-null-27-xkxm8-g2gmt][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "workspace-volume" 
[Normal][basyx/basyx-null-27-xkxm8-g2gmt][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "volume-known-hosts" 
[Normal][basyx/basyx-null-27-xkxm8-g2gmt][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "default-token-fj2s5" 
[Normal][basyx/basyx-null-27-xkxm8-g2gmt][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1" already present on machine
[Normal][basyx/basyx-null-27-xkxm8-g2gmt][Created] Created container
[Normal][basyx/basyx-null-27-xkxm8-g2gmt][Started] Started container
[Normal][basyx/basyx-null-27-xkxm8-g2gmt][Pulling] pulling image "iesetps/basyx-ci-cpp:latest"
Still waiting to schedule task
‘basyx-null-27-xkxm8-g2gmt’ is offline
[Normal][basyx/basyx-null-27-xkxm8-g2gmt][Pulled] Successfully pulled image "iesetps/basyx-ci-cpp:latest"
[Normal][basyx/basyx-null-27-xkxm8-g2gmt][Created] Created container
[Normal][basyx/basyx-null-27-xkxm8-g2gmt][Started] Started container
Agent basyx-null-27-xkxm8-g2gmt is provisioned from template basyx-null-27-xkxm8
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.basyx.svc.cluster.local/basyx/job/BaSyx_CI_CPP/27/"
    runUrl: "job/BaSyx_CI_CPP/27/"
  labels:
    jenkins: "slave"
    jenkins/label: "basyx-null-27"
  name: "basyx-null-27-xkxm8-g2gmt"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.basyx.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basyx-null-27-xkxm8-g2gmt"
    - name: "JENKINS_NAME"
      value: "basyx-null-27-xkxm8-g2gmt"
    - 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/.ssh"
      name: "volume-known-hosts"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - 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/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-27-xkxm8-g2gmt 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 a2d863d03363e4e6526fcd20afd84abfbfaba129 (refs/changes/87/167887/21)
 > 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/21 # timeout=10
 > git rev-parse a2d863d03363e4e6526fcd20afd84abfbfaba129^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a2d863d03363e4e6526fcd20afd84abfbfaba129 # 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
+ ssh -p 29418 gerrit-local gerrit review -m TEST a2d863d03363e4e6526fcd20afd84abfbfaba129
Host key verification failed.
[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