Skip to content
Success

Console Output

Started by user Frederic Gurr
Running as Frederic Gurr
Checking out git https://github.com/fredg02/hono.git into /var/jenkins/jobs/Failing-Example_releng_test/workspace@script/c53b598b02214313cd8088cd9fb0e7270fffec77be7ffed47f5184e99e381d1a to read jenkins/Failing-Pipeline.groovy
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/jenkins/jobs/Failing-Example_releng_test/workspace@script/c53b598b02214313cd8088cd9fb0e7270fffec77be7ffed47f5184e99e381d1a/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/fredg02/hono.git # timeout=10
Fetching upstream changes from https://github.com/fredg02/hono.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/fredg02/hono.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/build_cli_native_executable^{commit} # timeout=10
Checking out Revision ad99d6bc54b682da0e70db07b7053e4b0bb6ea8c (refs/remotes/origin/build_cli_native_executable)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ad99d6bc54b682da0e70db07b7053e4b0bb6ea8c # timeout=10
Commit message: "Fix path"
 > git rev-list --no-walk 3dd1b4d1d787a7d249b11d91e5490aa86c919c69 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] readTrusted
Obtained jenkins/HonoBuilderPod.yaml from git https://github.com/fredg02/hono.git
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes hono/failing-example-releng-test-13-qpn6d-7wxhd-gd4w3
[Normal][hono/failing-example-releng-test-13-qpn6d-7wxhd-gd4w3][Scheduled] Successfully assigned hono/failing-example-releng-test-13-qpn6d-7wxhd-gd4w3 to okdnode-17
[Normal][hono/failing-example-releng-test-13-qpn6d-7wxhd-gd4w3][AddedInterface] Add eth0 [10.40.37.92/23] from openshift-sdn
[Normal][hono/failing-example-releng-test-13-qpn6d-7wxhd-gd4w3][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13" already present on machine
[Normal][hono/failing-example-releng-test-13-qpn6d-7wxhd-gd4w3][Created] Created container jnlp
[Normal][hono/failing-example-releng-test-13-qpn6d-7wxhd-gd4w3][Started] Started container jnlp
[Normal][hono/failing-example-releng-test-13-qpn6d-7wxhd-gd4w3][Pulling] Pulling image "sophokles73/hono-builder:latest"
[Normal][hono/failing-example-releng-test-13-qpn6d-7wxhd-gd4w3][Pulled] Successfully pulled image "sophokles73/hono-builder:latest" in 855.405341ms
[Normal][hono/failing-example-releng-test-13-qpn6d-7wxhd-gd4w3][Created] Created container hono-builder
[Normal][hono/failing-example-releng-test-13-qpn6d-7wxhd-gd4w3][Started] Started container hono-builder
Still waiting to schedule task
‘failing-example-releng-test-13-qpn6d-7wxhd-gd4w3’ is offline
Agent failing-example-releng-test-13-qpn6d-7wxhd-gd4w3 is provisioned from template Failing-Example_releng_test_13-qpn6d-7wxhd
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.hono.svc.cluster.local/hono/job/Failing-Example_releng_test/13/"
    runUrl: "job/Failing-Example_releng_test/13/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "d098eb2e0222182e490d3fb30830c43b2222bb88"
    jenkins/label: "Failing-Example_releng_test_13-qpn6d"
  name: "failing-example-releng-test-13-qpn6d-7wxhd-gd4w3"
  namespace: "hono"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.hono.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "failing-example-releng-test-13-qpn6d-7wxhd-gd4w3"
    - name: "JENKINS_NAME"
      value: "failing-example-releng-test-13-qpn6d-7wxhd-gd4w3"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.hono.svc.cluster.local/hono/"
    - name: "HOME"
      value: "/home/jenkins"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13"
    name: "jnlp"
    resources:
      limits: {}
      requests:
        memory: "256Mi"
        cpu: "100m"
    volumeMounts:
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-known-hosts"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - command:
    - "cat"
    env:
    - name: "HOME"
      value: "/home/jenkins"
    image: "sophokles73/hono-builder:latest"
    name: "hono-builder"
    resources:
      limits:
        memory: "8Gi"
        cpu: "2"
      requests:
        memory: "8Gi"
        cpu: "2"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins"
      name: "jenkins-home"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-known-hosts"
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "settings-xml"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "settings-security-xml"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/repository"
      name: "m2-repo"
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "toolchains-xml"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "settings-security-xml"
    secret:
      items:
      - key: "settings-security.xml"
        path: "settings-security.xml"
      secretName: "m2-secret-dir"
  - configMap:
      items:
      - key: "toolchains.xml"
        path: "toolchains.xml"
      name: "m2-dir"
    name: "toolchains-xml"
  - emptyDir: {}
    name: "m2-repo"
  - emptyDir: {}
    name: "jenkins-home"
  - name: "settings-xml"
    secret:
      items:
      - key: "settings.xml"
        path: "settings.xml"
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - configMap:
      name: "known-hosts"
    name: "volume-known-hosts"

Running on failing-example-releng-test-13-qpn6d-7wxhd-gd4w3 in /home/jenkins/agent/workspace/Failing-Example_releng_test
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/fredg02/hono.git
 > git init /home/jenkins/agent/workspace/Failing-Example_releng_test # timeout=10
Fetching upstream changes from https://github.com/fredg02/hono.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/fredg02/hono.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision ad99d6bc54b682da0e70db07b7053e4b0bb6ea8c (refs/remotes/origin/build_cli_native_executable)
 > git config remote.origin.url https://github.com/fredg02/hono.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/build_cli_native_executable^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ad99d6bc54b682da0e70db07b7053e4b0bb6ea8c # timeout=10
Commit message: "Fix path"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 45 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Check build environment)
[Pipeline] sh
/bin/bash
git version 2.30.2
Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Maven home: /maven
Java version: 17.0.4, vendor: Eclipse Adoptium, runtime: /graalvm
Default locale: en_US, platform encoding: ANSI_X3.4-1968
OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
openjdk 17.0.4 2022-07-19
OpenJDK Runtime Environment Temurin-17.0.4+8 (build 17.0.4+8)
OpenJDK 64-Bit Server VM Temurin-17.0.4+8 (build 17.0.4+8, mixed mode, sharing)
native-image 22.2.0.0-Final Mandrel Distribution (Java Version 17.0.4+8)
upx 3.96
UCL data compression library 1.03
zlib data compression library 1.2.11
LZMA SDK version 4.43
Copyright (C) 1996-2020 Markus Franz Xaver Johannes Oberhumer
Copyright (C) 1996-2020 Laszlo Molnar
Copyright (C) 2000-2020 John F. Reiser
Copyright (C) 2002-2020 Jens Medoch
Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler
Copyright (C) 1999-2006 Igor Pavlov
UPX comes with ABSOLUTELY NO WARRANTY; for details type 'upx -L'.
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
Finished: SUCCESS