Started by user Eugen Neufeld Rebuilds build #43 Running as Eugen Neufeld Agent basic-b6cpg is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "" name: "basic-b6cpg" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.ecp.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-b6cpg" - 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-b6cpg" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.ecp.svc.cluster.local/ecp/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5" imagePullPolicy: "Always" name: "jnlp" resources: limits: memory: "4096Mi" cpu: "2000m" requests: memory: "4096Mi" cpu: "1000m" securityContext: privileged: false 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 - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: beta.kubernetes.io/os: "linux" restartPolicy: "Never" securityContext: {} volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-ecp" 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-b6cpg in workspace /home/jenkins/agent/workspace/update root composite update site [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-Dhg7AQC9gJfM/agent.62 SSH_AGENT_PID=64 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/update root composite update site@tmp/private_key_2801591580049383114.key (/home/jenkins/agent/workspace/update root composite update site@tmp/private_key_2801591580049383114.key) [ssh-agent] Using credentials genie.ecp (ssh://genie.ecp@projects-storage.eclipse.org) [update root composite update site] $ /bin/bash /tmp/jenkins15097673123878203740.sh Last login: Wed Mar 17 13:12:16 2021 from 172.30.50.30 build.eclipse.org *** Please be aware that this server must be used for purposes approved by the Eclipse Management Organization (EMO) and/or an Eclipse Project Management Committee (PMC). Using this server to establish outbound connections or to open ports on remote systems is PERMITTED, provided usage is in accordance with the EMO or your project's PMC. Please contact webmaster@eclipse.org for info. *** - To access the downloads area, type: cd downloads - To change your password, please log in to http://portal.eclipse.org/ - Everything you need is in: - /home/data/httpd/download.eclipse.org, archive.eclipse.org - /cvsroot, /svnroot and /gitroot - /shared *** - Do not use your user home directory as a working directory (except local *build accounts) - Use /shared as a working directory, and to temporarily store build artifacts. It is accessible via http://build.eclipse.org/(directory) - Please note: /shared and *build home directories are snapshot, not backed up - Using local filesystems (:local:/cvsroot, etc) for code repository access will be faster and more reliable than user pserver. - http://dev.eclipse.org/cacti/ for build server & Hudson health If your prompt is r$ and you are disconnected after a command, you have a restricted shell. Please login to the portal and request a real shell if you really need one. New Git repos can be created without a shell by using: initrepo /gitroot/path/to/repo.git # Update top composite update site cd /home/data/httpd/download.eclipse.org/ecp/releases/ rm compositeArtifacts.jar rm compositeContent.jar /shared/rt/rap/scripts/comp-repo.sh . --name "EMF Client Platform Release Builds" --eclipse /shared/rt/rap/build-runtimes/eclipse add releases_124 add releases_125 add releases_126 exit 0 [?1034hgenie.ecp@build:~> # Update top composite update site genie.ecp@build:~> cd /home/data/httpd/download.eclipse.org/ecp/releases/ genie.ecp@build:/home/data/httpd/download.eclipse.org/ecp/releases> rm composite Artifacts.jar genie.ecp@build:/home/data/httpd/download.eclipse.org/ecp/releases> rm composite Content.jar genie.ecp@build:/home/data/httpd/download.eclipse.org/ecp/releases> genie.ecp@build:/home/data/httpd/download.eclipse.org/ecp/releases> /shared/rt/r ap/scripts/comp-repo.sh . --name "EMF Client Platform Release Builds" --eclipse /shared/rt/rap/build-runtimes/eclipse add releases_124 add releases_125 add rele ases_126 Using Equinox launcher: /shared/rt/rap/build-runtimes/eclipse/plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar Buildfile: /tmp/tmp.bdAlKJXfvB default: BUILD SUCCESSFUL BUILD SUCCESSFUL Total time: 10 seconds genie.ecp@build:/home/data/httpd/download.eclipse.org/ecp/releases> exit 0 logout Connection to projects-storage.eclipse.org closed. $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 64 killed; [ssh-agent] Stopped. Finished: SUCCESS