Skip to content

Console Output

Started by timer
Querying the current revision of merge request #159...
Current revision of merge request #159 is 6864a83fba08ff421ea2059641628b37a8d988b3
Obtained Jenkinsfile from 63b6d60b9087569b751d6767e80505919808d381+6864a83fba08ff421ea2059641628b37a8d988b3
Loading library releng-pipeline@refs/tags/v0.11.0
Library releng-pipeline@refs/tags/v0.11.0 is cached. Copying from home.
[Pipeline] Start of Pipeline
[Pipeline] libraryResource
[Pipeline] echo
Final resourceContent: apiVersion: v1
kind: Pod
spec:
  containers:
  - name: kubectl
    image: eclipsefdn/kubectl:okd-c1
    imagePullPolicy: Always
    command: [ "sleep" ]
    args: [ "infinity" ]
    resources:
      limits:
        cpu: 500m
        memory: 256Mi
  - name: containertools
    image: eclipsefdn/containertools:alpine-latest
    imagePullPolicy: Always
    command: [ "sleep" ]
    args: [ "infinity" ]
    resources:
      limits:
        cpu: 500m
        memory: 256Mi
  - name: build
    image: eclipsefdn/hugo-node:h0.110.0-n18.13.0
    imagePullPolicy: Always
    command: [ "sleep" ]
    args: [ "infinity" ]
    resources:
      limits:
        cpu: 2
        memory: 2Gi
  - name: jnlp
    imagePullPolicy: Always
    resources:
      limits:
        cpu: 1
        memory: 512Mi

[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes foundation-internal-webdev/public-sparkplug-eclipse-org-mr-159-24-mz682-4jxlx-qdht0
Agent public-sparkplug-eclipse-org-mr-159-24-mz682-4jxlx-qdht0 is provisioned from template public_sparkplug_eclipse_org_MR-159_24-mz682-4jxlx
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.foundation-internal-webdev.svc.cluster.local/ci/webdev/job/public/job/sparkplug.eclipse.org/job/MR-159/24/"
    runUrl: "job/public/job/sparkplug.eclipse.org/job/MR-159/24/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "7ba7db8390c308b116b134e051c52e0edfcae3d2"
    jenkins/label: "public_sparkplug_eclipse_org_MR-159_24-mz682"
  name: "public-sparkplug-eclipse-org-mr-159-24-mz682-4jxlx-qdht0"
  namespace: "foundation-internal-webdev"
spec:
  containers:
  - args:
    - "infinity"
    command:
    - "sleep"
    image: "eclipsefdn/kubectl:okd-c1"
    imagePullPolicy: "Always"
    name: "kubectl"
    resources:
      limits:
        cpu: "500m"
        memory: "256Mi"
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - args:
    - "infinity"
    command:
    - "sleep"
    image: "eclipsefdn/containertools:alpine-latest"
    imagePullPolicy: "Always"
    name: "containertools"
    resources:
      limits:
        cpu: "500m"
        memory: "256Mi"
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - args:
    - "infinity"
    command:
    - "sleep"
    image: "eclipsefdn/hugo-node:h0.110.0-n18.13.0"
    imagePullPolicy: "Always"
    name: "build"
    resources:
      limits:
        cpu: "2"
        memory: "2Gi"
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.foundation-internal-webdev.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "public-sparkplug-eclipse-org-mr-159-24-mz682-4jxlx-qdht0"
    - name: "JENKINS_NAME"
      value: "public-sparkplug-eclipse-org-mr-159-24-mz682-4jxlx-qdht0"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.foundation-internal-webdev.svc.cluster.local/ci/webdev/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "1"
        memory: "512Mi"
    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 public-sparkplug-eclipse-org-mr-159-24-mz682-4jxlx-qdht0 in /home/jenkins/agent/workspace/lic_sparkplug.eclipse.org_MR-159
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential gitlab-credentials
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://gitlab.eclipse.org/eclipsefdn/it/websites/sparkplug.eclipse.org.git
 > git init /home/jenkins/agent/workspace/lic_sparkplug.eclipse.org_MR-159 # timeout=10
Fetching upstream changes from https://gitlab.eclipse.org/eclipsefdn/it/websites/sparkplug.eclipse.org.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitLab username/token
 > git fetch --no-tags --force --progress -- https://gitlab.eclipse.org/eclipsefdn/it/websites/sparkplug.eclipse.org.git +refs/merge-requests/159/head:refs/remotes/origin/MR-159 +refs/heads/main:refs/remotes/origin/main # timeout=10
Fetching without tags
 > git config remote.origin.url https://gitlab.eclipse.org/eclipsefdn/it/websites/sparkplug.eclipse.org.git # timeout=10
 > git config --add remote.origin.fetch +refs/merge-requests/159/head:refs/remotes/origin/MR-159 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/main:refs/remotes/origin/main # timeout=10
 > git config remote.origin.url https://gitlab.eclipse.org/eclipsefdn/it/websites/sparkplug.eclipse.org.git # timeout=10
Fetching upstream changes from https://gitlab.eclipse.org/eclipsefdn/it/websites/sparkplug.eclipse.org.git
using GIT_ASKPASS to set credentials GitLab username/token
 > git fetch --no-tags --force --progress -- https://gitlab.eclipse.org/eclipsefdn/it/websites/sparkplug.eclipse.org.git +refs/merge-requests/159/head:refs/remotes/origin/MR-159 +refs/heads/main:refs/remotes/origin/main # timeout=10
Merging remotes/origin/main commit 63b6d60b9087569b751d6767e80505919808d381 into PR head commit 6864a83fba08ff421ea2059641628b37a8d988b3
Merge succeeded, producing 6864a83fba08ff421ea2059641628b37a8d988b3
Checking out Revision 6864a83fba08ff421ea2059641628b37a8d988b3 (upgrade-efhst-200)
Commit message: "chore: upgrade dependencies"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6864a83fba08ff421ea2059641628b37a8d988b3 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials GitLab username/token
 > git merge 63b6d60b9087569b751d6767e80505919808d381 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6864a83fba08ff421ea2059641628b37a8d988b3 # timeout=10
 > git rev-list --no-walk 6864a83fba08ff421ea2059641628b37a8d988b3 # timeout=10
[GitLab Pipeline Status] Notifying merge request build status: RUNNING public/sparkplug.eclipse.org/MR-159 #24: Build started...
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Compute build variables)
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ [[ false == \t\r\u\e ]]
+ echo 'credentialsId: gitlab-credentials'
credentialsId: gitlab-credentials
+ exit 0
[Pipeline] withCredentials
Masking supported pattern matches of $BOT_ID or $__UNUSED
[Pipeline] {
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] echo
Deployment config: 
[Pipeline] echo
{
    "appName": "sparkplug.eclipse.org",
    "safeAppName": "sparkplug-eclipse-org",
    "productionBranchName": "main",
    "productionDomain": "preview-159--sparkplug-eclipse-org.eclipsecontent.org",
    "deployPreviews": true,
    "previewDomain": "eclipsecontent.org",
    "previewBranchesRegex": null,
    "branchDomain": null,
    "cronExpression": "H H * * H",
    "debug": false,
    "container": {
        "name": "docker.io/eclipsefdn/sparkplug-eclipse-org",
        "version": "mr-159--6864a83-b24",
        "dockerfile": null,
        "buildArgs": null,
        "annotation": true,
        "registryCredentialsId": "04264967-fea0-40c2-bf60-09af5aeba60f"
    },
    "deployment": {
        "locationPath": "/",
        "nginxHttpPort": 8080,
        "nginxServerConf": null,
        "dateTimeUTC": "2024-04-21T06:11:21.947155446",
        "domain": "preview-159--sparkplug-eclipse-org.eclipsecontent.org",
        "kind": "changeRequestPreview",
        "containerImageNameWithTag": "docker.io/eclipsefdn/sparkplug-eclipse-org:mr-159--6864a83-b24",
        "authBasic": false,
        "authBasicSecretPath": "/etc/nginx/htpasswd",
        "secretPath": ""
    },
    "build": {
        "kubeAgentYmlFile": null,
        "containerImage": "eclipsefdn/hugo-node:h0.110.0-n18.13.0",
        "destinationFolder": "./public/",
        "script": null
    },
    "kubernetes": {
        "namespace": "foundation-internal-webdev-jamstack-sites",
        "credentialsId": "ci-bot-okd-c1-token",
        "apiServerUrl": "https://api.okd-c1.eclipse.org:6443",
        "deploymentName": "sparkplug-eclipse-org--mr-159"
    },
    "scm": {
        "credentialsId": "gitlab-credentials",
        "changeId": "159",
        "branchName": "MR-159",
        "repoHost": "gitlab.eclipse.org",
        "repoId": "eclipsefdn/it/websites/sparkplug.eclipse.org",
        "botId": "webdev-bot",
        "commitId": "6864a83fba08ff421ea2059641628b37a8d988b3"
    }
}
[Pipeline] withCredentials
Masking supported pattern matches of $__UNUSED or $GITLAB_MR_COMMENT_TOKEN
[Pipeline] {
[Pipeline] writeFile
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] sh
+ curl -fsSL -H@/tmp/headers16447471781557684454.tmp 'https://gitlab.eclipse.org/api/v4/projects/eclipsefdn%2Fit%2Fwebsites%2Fsparkplug.eclipse.org/merge_requests/159/notes?per_page=50'
+ rm -f /tmp/headers16447471781557684454.tmp
[Pipeline] withCredentials
Masking supported pattern matches of $__UNUSED or $GITLAB_MR_COMMENT_TOKEN
[Pipeline] {
[Pipeline] writeFile
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] writeFile
[Pipeline] sh
+ curl -fsSL -H@/tmp/headers14588962492115341049.tmp -X PUT --data @/tmp/bodyPayload2885203366062860326.json https://gitlab.eclipse.org/api/v4/projects/eclipsefdn%2Fit%2Fwebsites%2Fsparkplug.eclipse.org/merge_requests/159/notes/1351535
+ rm -f /tmp/headers14588962492115341049.tmp /tmp/bodyPayload2885203366062860326.json
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build Hugo site)
[Pipeline] container
[Pipeline] {
[Pipeline] sh
[Pipeline] libraryResource
[Pipeline] echo
Final resourceContent: #!/usr/bin/env bash

set -euo pipefail

if [[ -e yarn.lock ]]; then
  yarn install --frozen-lockfile;
elif [[ -e package-lock.json ]]; then
  npm --unsafe-perm ci;
fi;

hugo --gc --minify --destination "${1}" --baseURL "${2}"
[Pipeline] writeFile
[Pipeline] sh
yarn install v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
$ NODE_ENV=production npm run production

> eclipsefdn-hugo-sparkplug@0.0.0 production
> NODE_ENV=production webpack --progress --config=node_modules/laravel-mix/setup/webpack.config.js

Loading eclipsefdn-solstice-assets default configurations.
[info] [webpackbar] Compiling Mix


                         
   Laravel Mix v6.0.49   
                         

✔ Compiled Successfully in 13918ms
┌───────────────────────────────────┬───────────┐
│                              File │ Size      │
├───────────────────────────────────┼───────────┤
│                   /js/solstice.js │ 704 KiB   │
│       /js/solstice.js.LICENSE.txt │ 29.5 KiB  │
│                    css/styles.css │ 258 KiB   │
│  …be1347c682810f199c7f486f40c5974 │ 19.7 KiB  │
│  …60b2710bdbbe3dfe48b58d59bd5f1fb │ 106 KiB   │
│  …692b9ec53fd5972caa2f2372ae20d16 │ 44.3 KiB  │
│  …e810be3a3e14c682a257d6eff341fe4 │ 17.6 KiB  │
│  …2b1212e45a2bc35dd731913b27ad813 │ 22.9 KiB  │
│  …b43027f47b20503057dfbbaa9401fef │ 162 KiB   │
│  …1e38fd9e0e74ba58f7a2b77ef29fdd3 │ 434 KiB   │
│  …e59d2330b4c6deb84b340635ed36249 │ 162 KiB   │
│  …0fd1704ea223900efa9fd4e869efb08 │ 75.4 KiB  │
│  …691f37e57f04c152e2315ab7dbad881 │ 95.7 KiB  │
│  …ff4cdba736e2dc23bf93c4cf1478c9c │ 72 KiB    │
│  …0396e55728e86a1ac89bc04ac2c2628 │ 85.7 KiB  │
│  …f6f7c3cc118b6847a46a29e2132324b │ 87.8 KiB  │
│  …95e6713847e041253ed9cb668f604cc │ 114 KiB   │
│  …e3ff235dce23fd5ff0cb8b5600b94d7 │ 56.4 KiB  │
│  …cd2524866a19f5d91a28118bb831e1f │ 46.9 KiB  │
│  …f3d4485bb645a85af3c261377b2c77a │ 92.7 KiB  │
│  …07c056f2120bd11f6b38f781f08150c │ 3.19 KiB  │
│  …ea2caca91f7bff636a3caf8412871c5 │ 23.4 KiB  │
│  …77ad5db4a5fd4291dd35234a1a057ce │ 3.13 KiB  │
│  …aa26698d2593cb8396fbcd1264c3290 │ 14.6 KiB  │
│  …816bd41acf906da45f21e963109a2fc │ 36.4 KiB  │
│  …c2a995c59419bc34713639c431fc953 │ 64.9 KiB  │
│  …3ff043b6b0a45ea06c721f163d52496 │ 1.23 KiB  │
│  …da31ed3c4336f7cde32228284b14936 │ 62.3 KiB  │
│  …70bb3f7797f58e39915fa38d052e732 │ 4.97 KiB  │
│  …9b9ff4c965177e7a88f4dc0c77538cb │ 993 bytes │
│  …f01b07148f205f6e8258e92bbf652d9 │ 4.86 KiB  │
└───────────────────────────────────┴───────────┘
[success] [webpackbar] Mix: Compiled successfully in 14.26s
webpack compiled successfully
Done in 34.62s.
Start building sites … 
hugo v0.110.0-e32a493b7826d02763c3b79623952e625402b168+extended linux/amd64 BuildDate=2023-01-17T12:16:09Z VendorInfo=gohugoio
ERROR 2024/04/21 06:12:00 render of "page" failed: "/home/jenkins/agent/workspace/lic_sparkplug.eclipse.org_MR-159/node_modules/eclipsefdn-hugo-solstice-theme/layouts/_default/baseof.html:16:25": execute of template failed: template: _default/single.html:16:25: executing "head" at <partial "head.html" .>: error calling partial: "/home/jenkins/agent/workspace/lic_sparkplug.eclipse.org_MR-159/node_modules/eclipsefdn-hugo-solstice-theme/layouts/partials/head.html:35:37": execute of template failed: template: partials/head.html:35:37: executing "partials/head.html" at <.Page.Params.author>: can't evaluate field Page in type string
ERROR 2024/04/21 06:12:00 render of "page" failed: "/home/jenkins/agent/workspace/lic_sparkplug.eclipse.org_MR-159/node_modules/eclipsefdn-hugo-solstice-theme/layouts/_default/baseof.html:16:25": execute of template failed: template: _default/single.html:16:25: executing "head" at <partial "head.html" .>: error calling partial: "/home/jenkins/agent/workspace/lic_sparkplug.eclipse.org_MR-159/node_modules/eclipsefdn-hugo-solstice-theme/layouts/partials/head.html:35:37": execute of template failed: template: partials/head.html:35:37: executing "partials/head.html" at <.Page.Params.author>: can't evaluate field Page in type string
ERROR 2024/04/21 06:12:00 render of "page" failed: "/home/jenkins/agent/workspace/lic_sparkplug.eclipse.org_MR-159/node_modules/eclipsefdn-hugo-solstice-theme/layouts/_default/baseof.html:16:25": execute of template failed: template: _default/single.html:16:25: executing "head" at <partial "head.html" .>: error calling partial: "/home/jenkins/agent/workspace/lic_sparkplug.eclipse.org_MR-159/node_modules/eclipsefdn-hugo-solstice-theme/layouts/partials/head.html:35:37": execute of template failed: template: partials/head.html:35:37: executing "partials/head.html" at <.Page.Params.author>: can't evaluate field Page in type string
Error: Error building site: failed to render pages: render of "page" failed: "/home/jenkins/agent/workspace/lic_sparkplug.eclipse.org_MR-159/node_modules/eclipsefdn-hugo-solstice-theme/layouts/_default/baseof.html:16:25": execute of template failed: template: _default/single.html:16:25: executing "head" at <partial "head.html" .>: error calling partial: "/home/jenkins/agent/workspace/lic_sparkplug.eclipse.org_MR-159/node_modules/eclipsefdn-hugo-solstice-theme/layouts/partials/head.html:35:37": execute of template failed: template: partials/head.html:35:37: executing "partials/head.html" at <.Page.Params.author>: can't evaluate field Page in type string
Total in 940 ms
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build Docker image)
Stage "Build Docker image" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deployment and cleanup)
Stage "Deployment and cleanup" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] parallel
[Pipeline] { (Branch: Cleanup previews)
[Pipeline] { (Branch: Deploy to kubernetes cluster)
[Pipeline] stage
[Pipeline] { (Cleanup previews)
[Pipeline] stage
[Pipeline] { (Deploy to kubernetes cluster)
Stage "Cleanup previews" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
Stage "Deploy to kubernetes cluster" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
Failed in branch Cleanup previews
[Pipeline] }
Failed in branch Deploy to kubernetes cluster
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] script
[Pipeline] {
[Pipeline] withCredentials
Masking supported pattern matches of $__UNUSED or $GITLAB_MR_COMMENT_TOKEN
[Pipeline] {
[Pipeline] writeFile
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] writeFile
[Pipeline] sh
+ curl -fsSL -H@/tmp/headers18144474350521758360.tmp -X PUT --data @/tmp/bodyPayload12451580788477305434.json https://gitlab.eclipse.org/api/v4/projects/eclipsefdn%2Fit%2Fwebsites%2Fsparkplug.eclipse.org/merge_requests/159/notes/1351535
+ rm -f /tmp/headers18144474350521758360.tmp /tmp/bodyPayload12451580788477305434.json
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
ERROR: script returned exit code 255
[GitLab Pipeline Status] Notifying merge request build status: FAILED public/sparkplug.eclipse.org/MR-159 #24: There was a failure building this commit.
Finished: FAILURE