Skip to content
Failed

Console Output

Started by user Niraj Modi
Running as Niraj Modi
Obtained Jenkinsfile from git git@github.com:eclipse-platform/www.eclipse.org-swt.git
[Pipeline] Start of Pipeline
[Pipeline] echo
[WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option.
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes releng/hugo-agent-7frvp-mwzpp
[Normal][releng/hugo-agent-7frvp-mwzpp][Scheduled] Successfully assigned releng/hugo-agent-7frvp-mwzpp to okdnode-21
[Normal][releng/hugo-agent-7frvp-mwzpp][AddedInterface] Add eth0 [10.40.42.13/23] from openshift-sdn
[Normal][releng/hugo-agent-7frvp-mwzpp][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.11.2" already present on machine
[Normal][releng/hugo-agent-7frvp-mwzpp][Created] Created container jnlp
[Normal][releng/hugo-agent-7frvp-mwzpp][Started] Started container jnlp
[Normal][releng/hugo-agent-7frvp-mwzpp][Pulled] Container image "eclipsecbi/hugo:0.81.0" already present on machine
[Normal][releng/hugo-agent-7frvp-mwzpp][Created] Created container hugo
[Normal][releng/hugo-agent-7frvp-mwzpp][Started] Started container hugo
Still waiting to schedule task
‘hugo-agent-7frvp-mwzpp’ is offline
Agent hugo-agent-7frvp-mwzpp is provisioned from template hugo-agent-7frvp
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.releng.svc.cluster.local/releng/job/Publish%20SWT%20Website/1/"
    runUrl: "job/Publish%20SWT%20Website/1/"
  labels:
    run: "hugo"
    jenkins: "slave"
    jenkins/label-digest: "7ac110df4066c009b519c7b03c365692b5eeb4d5"
    jenkins/label: "hugo-agent"
  name: "hugo-agent-7frvp-mwzpp"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.releng.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "hugo-agent-7frvp-mwzpp"
    - name: "JENKINS_NAME"
      value: "hugo-agent-7frvp-mwzpp"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.releng.svc.cluster.local/releng/"
    - name: "HOME"
      value: "/home/jenkins"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.11.2"
    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"
    image: "eclipsecbi/hugo:0.81.0"
    name: "hugo"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - configMap:
      name: "known-hosts"
    name: "volume-known-hosts"

Running on hugo-agent-7frvp-mwzpp in /home/jenkins/agent/workspace/Publish SWT Website
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/Publish SWT Website/hugo
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
using credential github-bot-ssh
Cloning the remote Git repository
Cloning repository git@github.com:eclipse-platform/www.eclipse.org-swt.git
 > git init /home/jenkins/agent/workspace/Publish SWT Website/hugo # timeout=10
Fetching upstream changes from git@github.com:eclipse-platform/www.eclipse.org-swt.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_SSH to set credentials GitHub bot (SSH)
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/Publish SWT Website/hugo@tmp/jenkins-gitclient-ssh10211403102225040107.key
 > git fetch --tags --force --progress -- git@github.com:eclipse-platform/www.eclipse.org-swt.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 500d505de1abba41433777b5a5f46347c73c72bd (refs/remotes/origin/master)
 > git config remote.origin.url git@github.com:eclipse-platform/www.eclipse.org-swt.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 500d505de1abba41433777b5a5f46347c73c72bd # timeout=10
Commit message: "Improve SWT windows native build setup page. - fixes eclipse-platform#3"
First time build. Skipping changelog.
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // dir
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout www repo)
[Pipeline] dir
Running in /home/jenkins/agent/workspace/Publish SWT Website/www
[Pipeline] {
[Pipeline] sshagent
[ssh-agent] Using credentials eclipse-releng-bot (GitHub bot (SSH))
[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-OJ4dcYi4AAAm/agent.288
SSH_AGENT_PID=290
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/Publish SWT Website/www@tmp/private_key_6623076136062652795.key (/home/jenkins/agent/workspace/Publish SWT Website/www@tmp/private_key_6623076136062652795.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ git clone 'git@github.com:eclipse-platform/www.eclipse.org-{PROJECT_NAME}.git' .
Cloning into '.'...
fatal: remote error: 
   is not a valid repository name
  Visit https://support.github.com/ for help
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 290 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build website (master) with Hugo)
Stage "Build website (master) with Hugo" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build website (staging) with Hugo)
Stage "Build website (staging) with Hugo" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Push to $env.BRANCH_NAME branch)
Stage "Push to $env.BRANCH_NAME branch" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
ERROR: script returned exit code 128
Finished: FAILURE