Skip to content

Console Output

Started by user Sravan Kumar Lakkimsetti
Running as Sravan Kumar Lakkimsetti
Agent basic-snt4c is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-snt4c"
  namespace: "releng"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.releng.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-snt4c"
    - 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-snt4c"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.releng.svc.cluster.local/releng/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3044.vb_940a_a_e4f72e"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/settings-deploy-ossrh-releng.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-deploy-ossrh-releng.xml"
    - 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-deploy-ossrh-pde.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-deploy-ossrh-pde.xml"
    - 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/.m2/settings-deploy-ossrh-jdt.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-deploy-ossrh-jdt.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-releng"
      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-snt4c (basic) in workspace /home/jenkins/agent/workspace/list_artifacts_from_download_server
[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-4cTKd3bn6hvJ/agent.53
SSH_AGENT_PID=55
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/list_artifacts_from_download_server@tmp/private_key_16690254786827808153.key (/home/jenkins/agent/workspace/list_artifacts_from_download_server@tmp/private_key_16690254786827808153.key)
[ssh-agent] Using credentials genie.releng (ssh://genie.releng@projects-storage.eclipse.org)
[list_artifacts_from_download_server] $ /bin/bash -x /tmp/jenkins17677595240574282076.sh
+ ssh genie.releng@projects-storage.eclipse.org ls /home/data/httpd/download.eclipse.org/eclipse/updates/
3.0
3.1
3.2
3.3
3.4
3.5
3.6
3.6-JUnit-Tests
3.7
3.8
4.0
4.1
4.10
4.11
4.12
4.13
4.14
4.15
4.16
4.17
4.18
4.19
4.2
4.20
4.21
4.22
4.23
4.24
4.25
4.25milestones
4.25-P-builds-old
4.26
4.26milestones
4.27
4.27-I-builds
4.27-P-builds
4.27-Y-builds
4.28
4.28-I-builds
4.28-Y-builds
4.3
4.4
4.5
4.6
4.7
4.8
4.9
buildtools
I-builds
index.html
latest
P-builds
template_repo
TIME
Y-builds
ztime
+ ssh genie.releng@projects-storage.eclipse.org ls /home/data/httpd/download.eclipse.org/eclipse/updates/4.27-I-builds/
categories
compositeArtifacts.jar
compositeContent.jar
I20221130-1800
I20221201-0500
I20221201-1800
I20221205-0710
I20221205-1800
I20221206-1800
I20221207-1800
I20221208-1800
I20221209-0520
I20221209-1800
I20221210-1800
I20221211-1800
I20221212-1800
I20221213-0200
I20221213-1800
I20221214-0610
I20221214-1800
I20221215-0320
I20221215-0840
I20221215-1800
I20221216-1800
I20221217-1800
I20221219-0820
I20221219-1800
I20221220-1800
I20221221-1800
I20221222-1800
I20221223-1800
I20221224-1800
I20221225-1800
I20221226-1800
I20221227-1800
I20221228-1800
I20221229-1800
I20221230-1800
I20221231-1800
I20230101-1800
I20230102-1800
I20230103-1800
I20230104-0600
I20230104-1800
I20230106-1800
I20230107-0600
I20230107-1800
I20230108-0600
I20230109-0410
I20230109-0600
I20230109-1800
I20230110-1800
I20230111-1800
I20230112-0730
I20230112-1800
I20230113-1800
I20230114-1800
I20230115-1800
I20230116-1800
I20230117-0430
I20230117-1800
I20230118-0200
I20230118-1800
I20230120-1340
I20230122-0330
I20230123-1800
I20230124-0530
I20230124-1210
I20230124-1800
I20230125-0250
I20230125-1800
I20230126-1800
I20230127-1750
I20230127-1800
I20230128-1800
I20230129-0610
I20230129-1800
I20230130-1330
I20230131-0150
I20230131-1800
I20230201-1800
I20230202-1800
I20230203-1800
I20230204-1800
I20230205-1800
I20230206-1800
I20230207-1800
I20230208-0150
I20230208-1800
I20230209-1800
I20230210-1800
I20230211-0330
I20230211-1800
I20230212-0600
I20230212-1800
I20230213-0600
I20230213-1800
I20230214-0600
I20230214-1800
I20230215-0610
I20230215-1800
I20230217-1800
I20230218-0600
I20230218-1800
I20230219-0600
I20230219-1800
I20230220-0920
I20230220-1800
I20230221-0600
I20230221-0900
I20230221-1800
I20230222-0600
I20230222-1800
I20230225-0350
I20230225-0620
I20230225-1800
I20230226-0600
I20230226-1800
I20230227-0600
I20230227-1800
I20230228-0600
I20230228-1800
I20230302-0300
p2.index
+ ssh genie.releng@projects-storage.eclipse.org cat /home/data/httpd/download.eclipse.org/eclipse/updates/index.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
  <title>Eclipse</title>
  <meta http-equiv="Cache-control" content="no-cache, no-store, must-revalidate">
  <meta http-equiv="REFRESH" content="0;url=https://download.eclipse.org/eclipse/updates/4.26/" />
</head>
<body>
  This page will redirect to <a href="https://download.eclipse.org/eclipse/updates/4.26/">current software repository</a>.
</body>
</html>
+ ssh genie.releng@projects-storage.eclipse.org ls /home/data/httpd/download.eclipse.org/eclipse/downloads/drops4/
I20220912-1800
I20220919-0240
I20220926-0600
I20221003-1800
I20221010-1250
I20221017-1800
I20221024-1800
I20221031-1800
I20221107-1920
I20221114-1800
I20221121-0600
I20221128-1800
I20221205-0710
I20221212-1800
I20221219-0820
I20221226-1800
I20230102-1800
I20230109-0410
I20230116-1800
I20230123-1800
I20230130-1330
I20230206-1800
I20230213-0600
I20230220-0920
I20230227-0600
I20230307-0840
I20230307-1800
I20230308-2300
I20230309-1800
I20230310-1800
I20230311-1800
index.html
R-4.24-202206070700
R-4.25-202208311800
R-4.26-202211231800
R-4.27-202303020300
S-4.27M1-202301041800
S-4.27M3-202302151800
S-4.27RC1-202302221800
S-4.27RC2-202303020300
Y20220910-1000
Y20220911-1000
Y20220912-0150
Y20220912-1030
Y20220913-1000
Y20220914-1000
Y20220915-1000
Y20220915-2220
Y20220916-0520
Y20220919-1000
Y20220920-0230
Y20220920-0720
Y20220920-1110
Y20230124-1020
Y20230125-1000
Y20230126-1000
Y20230127-1000
Y20230128-1000
Y20230131-1000
Y20230201-1000
Y20230202-1000
Y20230203-1000
Y20230204-1000
Y20230205-1000
Y20230206-1000
Y20230207-1000
Y20230208-1000
Y20230209-0550
Y20230209-1000
Y20230210-1000
Y20230211-1000
Y20230212-1000
Y20230213-1000
Y20230214-1000
Y20230215-1000
Y20230216-1000
Y20230217-1000
Y20230218-1000
Y20230219-1000
Y20230220-1000
Y20230221-1000
Y20230222-1000
Y20230223-1000
Y20230224-1000
Y20230225-1000
Y20230226-1000
Y20230227-1000
Y20230228-1000
Y20230301-1000
Y20230302-1000
Y20230303-1000
Y20230307-1000
Y20230308-1000
Y20230309-1000
Y20230310-0540
Y20230310-1000
+ ssh genie.releng@projects-storage.eclipse.org ls /home/data/httpd/download.eclipse.org/eclipse/downloads/
build_types.html
clock.gif
createIndex4x.php
createIndex4x.php.switchover
dlconfig4.php
DL.footer.php.html
DL.footer.php.htmlORIG
DL.header.php.html
dlSconfig4.php
DL.thin.header.php.html
dlYconfig4.php
drops4
error.gif
FAIL.gif
images
index.html
indexTest.html
info.gif
new.gif
OK.gif
perf
successFullBuilds.php
successFullBuilds.php.orig
ToolTip.css
ToolTip.js
warn.gif
YIndex.php
+ ssh genie.releng@projects-storage.eclipse.org ls /home/data/httpd/download.eclipse.org/equinox/drops/
I20230309-1800
I20230310-1800
I20230311-1800
R-4.24-202206070700
R-4.25-202208311800
R-4.26-202211231800
R-4.27-202303020300
S-4.27M1-202301041800
S-4.27M3-202302151800
S-4.27RC1-202302221800
S-4.27RC2-202303020300
Y20230309-1000
Y20230310-0540
Y20230310-1000
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 55 killed;
[ssh-agent] Stopped.
Finished: SUCCESS