Skip to content

Console Output

Started by user Helio Chissini de Castro
Running as Helio Chissini de Castro
Obtained Jenkinsfile from git https://github.com/eclipse/sw360.website.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
Still waiting to schedule task
Waiting for next available executor
Created Pod: kubernetes sw360/hugo-agent-5zgsh-npfv5
[Normal][sw360/hugo-agent-5zgsh-npfv5][Scheduled] Successfully assigned sw360/hugo-agent-5zgsh-npfv5 to okdnode-15
[Normal][sw360/hugo-agent-5zgsh-npfv5][AddedInterface] Add eth0 [10.40.33.170/23] from openshift-sdn
[Normal][sw360/hugo-agent-5zgsh-npfv5][Pulled] Container image "klakegg/hugo:0.93.2-ext-ubuntu" already present on machine
[Normal][sw360/hugo-agent-5zgsh-npfv5][Created] Created container hugo
[Normal][sw360/hugo-agent-5zgsh-npfv5][Started] Started container hugo
[Normal][sw360/hugo-agent-5zgsh-npfv5][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13" already present on machine
[Normal][sw360/hugo-agent-5zgsh-npfv5][Created] Created container jnlp
[Normal][sw360/hugo-agent-5zgsh-npfv5][Started] Started container jnlp
Agent hugo-agent-5zgsh-npfv5 is provisioned from template hugo-agent-5zgsh
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.sw360.svc.cluster.local/sw360/job/sw360.website.staging/3/"
    runUrl: "job/sw360.website.staging/3/"
  labels:
    run: "hugo"
    jenkins: "slave"
    jenkins/label-digest: "7ac110df4066c009b519c7b03c365692b5eeb4d5"
    jenkins/label: "hugo-agent"
  name: "hugo-agent-5zgsh-npfv5"
  namespace: "sw360"
spec:
  containers:
  - command:
    - "cat"
    image: "klakegg/hugo:0.93.2-ext-ubuntu"
    name: "hugo"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.sw360.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "hugo-agent-5zgsh-npfv5"
    - name: "JENKINS_NAME"
      value: "hugo-agent-5zgsh-npfv5"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.sw360.svc.cluster.local/sw360/"
    - name: "HOME"
      value: "/home/jenkins/agent"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13"
    name: "jnlp"
    resources:
      limits: {}
      requests:
        memory: "256Mi"
        cpu: "100m"
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - emptyDir:
      medium: ""
    name: "workspace-volume"

Running on hugo-agent-5zgsh-npfv5 in /home/jenkins/agent/workspace/sw360.website.staging
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/sw360.website.staging/hugo
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/sw360.website.git
 > git init /home/jenkins/agent/workspace/sw360.website.staging/hugo # timeout=10
Fetching upstream changes from https://github.com/eclipse/sw360.website.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse/sw360.website.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git config remote.origin.url https://github.com/eclipse/sw360.website.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 5e0578592e499d1aa62b3381adf7c4af28242c23 (refs/remotes/origin/hcc/new_website)
 > git rev-parse refs/remotes/origin/hcc/new_website^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5e0578592e499d1aa62b3381adf7c4af28242c23 # timeout=10
Commit message: "debug(Jenkins): Verify Jenkins build"
First time build. Skipping changelog.
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // dir
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout www repo)
[Pipeline] sh
+ grep -q '^git.eclipse.org' /home/jenkins/agent/.ssh/known_hosts
grep: /home/jenkins/agent/.ssh/known_hosts: No such file or directory
+ mkdir -p /home/jenkins/agent/.ssh
+ ssh-keyscan -t rsa git.eclipse.org
# git.eclipse.org:22 SSH-2.0-OpenSSH_7.2
[Pipeline] dir
Running in /home/jenkins/agent/workspace/sw360.website.staging/www
[Pipeline] {
[Pipeline] git
The recommended git tool is: NONE
using credential git.eclipse.org-bot-ssh
Cloning the remote Git repository
Cloning repository ssh://genie.sw360@git.eclipse.org:29418/www.eclipse.org/sw360.git
 > git init /home/jenkins/agent/workspace/sw360.website.staging/www # timeout=10
Fetching upstream changes from ssh://genie.sw360@git.eclipse.org:29418/www.eclipse.org/sw360.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_SSH to set credentials ssh://genie.sw360@git.eclipse.org
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/sw360.website.staging/www@tmp/jenkins-gitclient-ssh3024784814173013476.key
 > git fetch --tags --force --progress -- ssh://genie.sw360@git.eclipse.org:29418/www.eclipse.org/sw360.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git config remote.origin.url ssh://genie.sw360@git.eclipse.org:29418/www.eclipse.org/sw360.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision a93d4695b48543c1c904ef3bd84a4b8e2b9606ac (refs/remotes/origin/master)
Commit message: "Website build sw360.website-70"
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a93d4695b48543c1c904ef3bd84a4b8e2b9606ac # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master a93d4695b48543c1c904ef3bd84a4b8e2b9606ac # timeout=10
 > git rev-list --no-walk 917bdd1aae4da130df4521157a44f6b3fdad365c # timeout=10
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Verify files)
[Pipeline] container
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/sw360.website.staging/hugo
[Pipeline] {
[Pipeline] sh
+ find .
.
./.git
./.git/branches
./.git/description
./.git/hooks
./.git/hooks/applypatch-msg.sample
./.git/hooks/commit-msg.sample
./.git/hooks/fsmonitor-watchman.sample
./.git/hooks/post-update.sample
./.git/hooks/pre-applypatch.sample
./.git/hooks/pre-commit.sample
./.git/hooks/pre-push.sample
./.git/hooks/pre-rebase.sample
./.git/hooks/pre-receive.sample
./.git/hooks/prepare-commit-msg.sample
./.git/hooks/update.sample
./.git/info
./.git/info/exclude
./.git/refs
./.git/refs/heads
./.git/refs/tags
./.git/refs/remotes
./.git/refs/remotes/origin
./.git/refs/remotes/origin/hcc
./.git/refs/remotes/origin/hcc/new_website
./.git/refs/remotes/origin/master
./.git/refs/remotes/origin/mcj
./.git/refs/remotes/origin/mcj/addingscreenshots
./.git/refs/remotes/origin/stage
./.git/refs/remotes/origin/staging
./.git/HEAD
./.git/config
./.git/objects
./.git/objects/pack
./.git/objects/pack/pack-f354f8a604939368ffc208abd69604def3bdf03d.pack
./.git/objects/pack/pack-f354f8a604939368ffc208abd69604def3bdf03d.idx
./.git/objects/info
./.git/FETCH_HEAD
./.git/logs
./.git/logs/refs
./.git/logs/refs/remotes
./.git/logs/refs/remotes/origin
./.git/logs/refs/remotes/origin/hcc
./.git/logs/refs/remotes/origin/hcc/new_website
./.git/logs/refs/remotes/origin/master
./.git/logs/refs/remotes/origin/mcj
./.git/logs/refs/remotes/origin/mcj/addingscreenshots
./.git/logs/refs/remotes/origin/stage
./.git/logs/refs/remotes/origin/staging
./.git/logs/HEAD
./.git/index
./.gitignore
./.gitmodules
./CONTRIBUTING.md
./Jenkinsfile
./LICENSE
./NOTICE
./README.md
./assets
./assets/icons
./assets/icons/logo.svg
./assets/scss
./assets/scss/_styles_project.scss
./assets/scss/_variables_project.scss
./config.toml
./content
./content/en
./content/en/_index.html
./content/en/about
./content/en/about/index.md
./content/en/docs
./content/en/docs/Deployment
./content/en/docs/Deployment/BareMetal
./content/en/docs/Deployment/BareMetal/Deploy-Natively-11.md
./content/en/docs/Deployment/BareMetal/_index.md
./content/en/docs/Deployment/Deploy-Authorization-Concept.md
./content/en/docs/Deployment/Deploy-CVE-search.md
./content/en/docs/Deployment/Deploy-Configuration-Country-Codes.md
./content/en/docs/Deployment/Deploy-Configuration-Files.md
./content/en/docs/Deployment/Deploy-Docker.md
./content/en/docs/Deployment/Deploy-Export-and-Import.md
./content/en/docs/Deployment/Deploy-Requirements.md
./content/en/docs/Deployment/Deploy-Secure-Deployment.md
./content/en/docs/Deployment/Upgrading
./content/en/docs/Deployment/Upgrading/Deploy-Upgrade-to-Liferay-7.3-and-Java-11.md
./content/en/docs/Deployment/Upgrading/_index.md
./content/en/docs/Deployment/_index.md
./content/en/docs/Developers
./content/en/docs/Developers/Dev-Adding-New-Fields-to-Existing-Classes.md
./content/en/docs/Developers/Dev-Adding-a-new-portlet:-Backend.md
./content/en/docs/Developers/Dev-Adding-a-new-portlet:-Frontend.md
./content/en/docs/Developers/Dev-Branches.md
./content/en/docs/Developers/Dev-Database-Migration-using-Costco.md
./content/en/docs/Developers/Dev-DoD-and-Style.md
./content/en/docs/Developers/Dev-External-Documents-with-CouchDB.md
./content/en/docs/Developers/Dev-Filtering-in-Portlets.md
./content/en/docs/Developers/Dev-Fossology-Integration.md
./content/en/docs/Developers/Dev-Liferay-Friendly-URL.md
./content/en/docs/Developers/Dev-Moderation-Requests.md
./content/en/docs/Developers/Dev-REST-API.md
./content/en/docs/Developers/Dev-Releasing-SW360.md
./content/en/docs/Developers/Dev-Role-Authorisation-Model.md
./content/en/docs/Developers/Dev-Semantic-Commits.md
./content/en/docs/Developers/Dev-Testing-Frameworks.md
./content/en/docs/Developers/Dev-Troubleshooting.md
./content/en/docs/Developers/Dev-Using-RequireJS-for-javascript-modules.md
./content/en/docs/Developers/TestCases
./content/en/docs/Developers/TestCases/Test-Cases-Components.md
./content/en/docs/Developers/TestCases/Test-Cases-Licenses.md
./content/en/docs/Developers/TestCases/Test-Cases-Moderations.md
./content/en/docs/Developers/TestCases/Test-Cases-Projects.md
./content/en/docs/Developers/TestCases/_index.md
./content/en/docs/Developers/_index.md
./content/en/docs/Userguide
./content/en/docs/Userguide/User-Attachment-File-Types.md
./content/en/docs/Userguide/User-BDP-Import.md
./content/en/docs/Userguide/User-Data-Model-Enumerations.md
./content/en/docs/Userguide/User-Scheduling-CVE-Search-by-Admins.md
./content/en/docs/Userguide/User-Search.md
./content/en/docs/Userguide/VulnerabilityManagement
./content/en/docs/Userguide/VulnerabilityManagement/User-Check-Vulnerabilities-for-Your-Project.md
./content/en/docs/Userguide/VulnerabilityManagement/_index.md
./content/en/docs/Userguide/Workflows
./content/en/docs/Userguide/Workflows/_index.md
./content/en/docs/Userguide/_index.md
./content/en/docs/_index.md
./content/en/presentations
./content/en/presentations/_index.md
./content/en/screenshots
./content/en/screenshots/index.md
./data
./data/carousel
./data/carousel/kuksa-slide-01.yaml
./data/carousel/kuksa-slide-02.yaml
./data/carousel/kuksa-slide-03.yaml
./data/clients
./data/clients/ASiemens.yaml
./data/clients/BoschSI.yaml
./data/clients/Eclipse.yaml
./docker_serve_local.sh
./go.mod
./go.sum
./layouts
./layouts/404.html
./layouts/partials
./layouts/partials/footer.html
./layouts/partials/hooks
./layouts/partials/hooks/head-end.html
./layouts/partials/navbar.html
./layouts/shortcodes
./layouts/shortcodes/blocks
./layouts/shortcodes/blocks/sw360section.html
./layouts/shortcodes/blocks/vision.html
./layouts/shortcodes/gallery
./layouts/shortcodes/gallery/card.html
./layouts/shortcodes/gallery/gallery.html
./layouts/shortcodes/page
./layouts/shortcodes/page/header.html
./package.json
./static
./static/favicons
./static/favicons/android-144x144.png
./static/favicons/android-192x192.png
./static/favicons/android-36x36.png
./static/favicons/android-48x48.png
./static/favicons/android-72x72.png
./static/favicons/android-96x96.png
./static/favicons/android-chrome-192x192.png
./static/favicons/android-chrome-512x512.png
./static/favicons/android-chrome-maskable-192x192.png
./static/favicons/android-chrome-maskable-512x512.png
./static/favicons/apple-touch-icon-120x120.png
./static/favicons/apple-touch-icon-152x152.png
./static/favicons/apple-touch-icon-167x167.png
./static/favicons/apple-touch-icon-60x60.png
./static/favicons/apple-touch-icon-76x76.png
./static/favicons/apple-touch-icon.png
./static/favicons/coast-228x228.png
./static/favicons/favicon-128x128.png
./static/favicons/favicon-16x16.png
./static/favicons/favicon-256x256.png
./static/favicons/favicon-32x32.png
./static/favicons/favicon-48x48.png
./static/favicons/favicon-64x64.png
./static/favicons/favicon-96x96.png
./static/favicons/favicon.ico
./static/favicons/msapplication-icon-144x144.png
./static/favicons/mstile-150x150.png
./static/favicons/tile150x150.png
./static/favicons/tile310x150.png
./static/favicons/tile310x310.png
./static/favicons/tile70x70.png
./static/img
./static/img/banners
./static/img/banners/banner-1.jpg
./static/img/carousel
./static/img/carousel/sw360-slide-01.jpg
./static/img/carousel/sw360-slide-02.jpg
./static/img/carousel/sw360-slide-03.jpg
./static/img/clients
./static/img/clients/BoschSI.png
./static/img/clients/Eclipse.png
./static/img/clients/Siemens.png
./static/img/clients/Verifa.png
./static/img/favicon.ico
./static/img/featured-background.jpg
./static/img/logos
./static/img/logos/logo_full.svg
./static/img/sw360screenshots
./static/img/sw360screenshots/sw360screenshot-components01.png
./static/img/sw360screenshots/sw360screenshot-components02.png
./static/img/sw360screenshots/sw360screenshot-components03.png
./static/img/sw360screenshots/sw360screenshot-components04.png
./static/img/sw360screenshots/sw360screenshot-ecc.png
./static/img/sw360screenshots/sw360screenshot-home.png
./static/img/sw360screenshots/sw360screenshot-preferences01.png
./static/img/sw360screenshots/sw360screenshot-preferences02.png
./static/img/sw360screenshots/sw360screenshot-projectlist.png
./static/img/sw360screenshots/sw360screenshot-projects01.png
./static/img/sw360screenshots/sw360screenshot-projects02.png
./static/img/sw360screenshots/sw360screenshot-projects03.png
./static/img/sw360screenshots/sw360screenshot-projects04.png
./static/img/sw360screenshots/sw360screenshot-search.png
./themes
./themes/README.md
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build website with Hugo)
[Pipeline] container
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/sw360.website.staging/hugo
[Pipeline] {
[Pipeline] sh
+ hugo -b https://www.eclipse.org/sw360/
hugo: downloading modules …
hugo: collected modules in 30615 ms
Error: module "docsy" not found; either add it as a Hugo Module or store it in "/home/jenkins/agent/workspace/sw360.website.staging/hugo/themes".: module does not exist
Total in 30615 ms
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Push www)
Stage "Push www" 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 255
Finished: FAILURE