Skip to content

Console Output

Started by timer
Running as SYSTEM
Agent basic-97whx is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-97whx"
  namespace: "simrel"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.simrel.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-97whx"
    - 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: "basic-97whx"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.simrel.svc.cluster.local/simrel/"
    image: "docker.io/eclipsecbi/jiro-agent-basic: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-simrel"
      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 basic-97whx (basic) in workspace /home/jenkins/agent/workspace/simrel.releng.sanityCheckComposites
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[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-yGy1frn4KVS8/agent.49
SSH_AGENT_PID=51
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/simrel.releng.sanityCheckComposites@tmp/private_key_11570340248210379591.key (/home/jenkins/agent/workspace/simrel.releng.sanityCheckComposites@tmp/private_key_11570340248210379591.key)
[ssh-agent] Using credentials genie.simrel (ssh://genie.simrel@projects-storage.eclipse.org)
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-simrel/simrel.tools
 > git init /home/jenkins/agent/workspace/simrel.releng.sanityCheckComposites/org.eclipse.simrel.tools # timeout=10
Fetching upstream changes from https://github.com/eclipse-simrel/simrel.tools
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse-simrel/simrel.tools +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-simrel/simrel.tools # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse origin/main^{commit} # timeout=10
Checking out Revision d277850a00595c5ec4a7b9276980c23693e8b0b6 (origin/main)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d277850a00595c5ec4a7b9276980c23693e8b0b6 # timeout=10
Commit message: "Fix repo name double qualification."
 > git rev-list --no-walk d277850a00595c5ec4a7b9276980c23693e8b0b6 # timeout=10
No emails were triggered.
[simrel.releng.sanityCheckComposites] $ /usr/bin/env bash /tmp/jenkins6681370398199077934.sh

	[INFO] trainname: 
[INFO] No argument was passed to checkComposites.sh so assuming "all".
Copying Eclipse platform archive via SCP...
	Note: see workspace for files of IU listings

	Checking repo:
	https://download.eclipse.orgreleases/2023-06

WARNING: Using incubator modules: jdk.incubator.foreign, jdk.incubator.vector
May 04, 2024 4:07:27 AM org.apache.aries.spifly.BaseActivator log
INFO: Registered provider org.slf4j.simple.SimpleServiceProvider of service org.slf4j.spi.SLF4JServiceProvider in bundle slf4j.simple

	Number of IUs in releases_2023-06: 7414
	[INFO] Elapsed seconds for this repo: 9

	Checking repo:
	https://download.eclipse.orgreleases/2023-09

WARNING: Using incubator modules: jdk.incubator.foreign, jdk.incubator.vector
May 04, 2024 4:07:36 AM org.apache.aries.spifly.BaseActivator log
INFO: Registered provider org.slf4j.simple.SimpleServiceProvider of service org.slf4j.spi.SLF4JServiceProvider in bundle slf4j.simple

	Number of IUs in releases_2023-09: 6935
	[INFO] Elapsed seconds for this repo: 7

	Checking repo:
	https://download.eclipse.orgreleases/2023-12

WARNING: Using incubator modules: jdk.incubator.foreign, jdk.incubator.vector
May 04, 2024 4:07:42 AM org.apache.aries.spifly.BaseActivator log
INFO: Registered provider org.slf4j.simple.SimpleServiceProvider of service org.slf4j.spi.SLF4JServiceProvider in bundle slf4j.simple

	Number of IUs in releases_2023-12: 7950
	[INFO] Elapsed seconds for this repo: 6

	Checking repo:
	https://download.eclipse.orgreleases/2024-03

WARNING: Using incubator modules: jdk.incubator.vector, jdk.incubator.foreign
May 04, 2024 4:07:49 AM org.apache.aries.spifly.BaseActivator log
INFO: Registered provider org.slf4j.simple.SimpleServiceProvider of service org.slf4j.spi.SLF4JServiceProvider in bundle slf4j.simple

	Number of IUs in releases_2024-03: 7923
	[INFO] Elapsed seconds for this repo: 7

	Checking repo:
	https://download.eclipse.orgreleases/2024-06

WARNING: Using incubator modules: jdk.incubator.vector, jdk.incubator.foreign
May 04, 2024 4:07:56 AM org.apache.aries.spifly.BaseActivator log
INFO: Registered provider org.slf4j.simple.SimpleServiceProvider of service org.slf4j.spi.SLF4JServiceProvider in bundle slf4j.simple

	Number of IUs in releases_2024-06: 8389
	[INFO] Elapsed seconds for this repo: 7

	Repository	 Number of IUs
	releases_2023-067414	 
	releases_2023-096935	 
	releases_2023-127950	 
	releases_2024-037923	 
	releases_2024-068389	 

	[INFO] Elapsed seconds for this script: 45

$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 51 killed;
[ssh-agent] Stopped.
Archiving artifacts
No emails were triggered.
Finished: SUCCESS