Started by user Philippe Dul Running as Philippe Dul Running in Durability level: PERFORMANCE_OPTIMIZED [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 on ‘capella-agent-pod-um2’ Agent capella-agent-pod-um2-5drl1-33bzs is provisioned from template capella-agent-pod-um2-5drl1 --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.diffmerge.svc.cluster.local/diffmerge/job/diffmerge-issues/9/" runUrl: "job/diffmerge-issues/9/" labels: jenkins: "slave" jenkins/label-digest: "744f0af96fd28674ea6983e3d5522217bd90e590" jenkins/label: "capella-agent-pod-um2" name: "capella-agent-pod-um2-5drl1-33bzs" spec: containers: - image: "node:12.16.1" name: "node" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.diffmerge.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "capella-agent-pod-um2-5drl1-33bzs" - name: "JENKINS_NAME" value: "capella-agent-pod-um2-5drl1-33bzs" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.diffmerge.svc.cluster.local/diffmerge/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5" 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 capella-agent-pod-um2-5drl1-33bzs in /home/jenkins/agent/workspace/rate [Pipeline] { [Pipeline] stage [Pipeline] { (Generate Documentation) [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] sh + npm version { npm: '6.13.4', ares: '1.15.0', brotli: '1.0.7', cldr: '35.1', http_parser: '2.9.3', icu: '64.2', llhttp: '2.0.4', modules: '72', napi: '5', nghttp2: '1.40.0', node: '12.16.1', openssl: '1.1.1d', tz: '2019c', unicode: '12.1', uv: '1.34.0', v8: '7.8.279.23-node.31', zlib: '1.2.11' } [Pipeline] withCredentials Masking supported pattern matches of $TOKEN [Pipeline] { [Pipeline] sh Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure. Affected argument(s) used the following variable(s): [TOKEN] See https://jenkins.io/redirect/groovy-string-interpolation for details. + curl -u eclipse-capella-bot:**** -H Accept: application/vnd.github.v3+json https://api.github.com/rate_limit % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 824 100 824 0 0 4565 0 --:--:-- --:--:-- --:--:-- 4577 { "resources": { "core": { "limit": 5000, "used": 111, "remaining": 4889, "reset": 1626950072 }, "search": { "limit": 30, "used": 0, "remaining": 30, "reset": 1626947150 }, "graphql": { "limit": 5000, "used": 0, "remaining": 5000, "reset": 1626950690 }, "integration_manifest": { "limit": 5000, "used": 0, "remaining": 5000, "reset": 1626950690 }, "source_import": { "limit": 100, "used": 0, "remaining": 100, "reset": 1626947150 }, "code_scanning_upload": { "limit": 500, "used": 0, "remaining": 500, "reset": 1626950690 } }, "rate": { "limit": 5000, "used": 111, "remaining": 4889, "reset": 1626950072 } } [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline Finished: SUCCESS