Skip to content

Console Output

Started by user Philippe DUL
Running as Philippe DUL
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: capella/capella-agent-pod-um2-f9gn4-vwkw3
[Normal][capella/capella-agent-pod-um2-f9gn4-vwkw3][Scheduled] Successfully assigned capella/capella-agent-pod-um2-f9gn4-vwkw3 to okdnode-14
Still waiting to schedule task
‘capella-agent-pod-um2-f9gn4-vwkw3’ is offline
[Normal][capella/capella-agent-pod-um2-f9gn4-vwkw3][AddedInterface] Add eth0 [10.40.48.32/23]
[Normal][capella/capella-agent-pod-um2-f9gn4-vwkw3][Pulled] Container image "node:12.16.1" already present on machine
[Normal][capella/capella-agent-pod-um2-f9gn4-vwkw3][Created] Created container node
[Normal][capella/capella-agent-pod-um2-f9gn4-vwkw3][Started] Started container node
[Normal][capella/capella-agent-pod-um2-f9gn4-vwkw3][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5" already present on machine
[Normal][capella/capella-agent-pod-um2-f9gn4-vwkw3][Created] Created container jnlp
[Normal][capella/capella-agent-pod-um2-f9gn4-vwkw3][Started] Started container jnlp
Agent capella-agent-pod-um2-f9gn4-vwkw3 is provisioned from template capella-agent-pod-um2-f9gn4
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.capella.svc.cluster.local/capella/job/rate/11/"
    runUrl: "job/rate/11/"
  labels:
    jenkins: "slave"
    jenkins/label: "capella-agent-pod-um2"
  name: "capella-agent-pod-um2-f9gn4-vwkw3"
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.capella.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "capella-agent-pod-um2-f9gn4-vwkw3"
    - name: "JENKINS_NAME"
      value: "capella-agent-pod-um2-f9gn4-vwkw3"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.capella.svc.cluster.local/capella/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5"
    name: "jnlp"
    resources:
      requests:
        cpu: "100m"
        memory: "256Mi"
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - emptyDir:
      medium: ""
    name: "workspace-volume"

Running on capella-agent-pod-um2-f9gn4-vwkw3 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/user
  % 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  1420  100  1420    0     0   7997      0 --:--:-- --:--:-- --:--:--  8022
{
  "login": "eclipse-capella-bot",
  "id": 59924963,
  "node_id": "MDQ6VXNlcjU5OTI0OTYz",
  "avatar_url": "https://avatars.githubusercontent.com/u/59924963?v=4",
  "gravatar_id": "",
  "url": "https://api.github.com/users/eclipse-capella-bot",
  "html_url": "https://github.com/eclipse-capella-bot",
  "followers_url": "https://api.github.com/users/eclipse-capella-bot/followers",
  "following_url": "https://api.github.com/users/eclipse-capella-bot/following{/other_user}",
  "gists_url": "https://api.github.com/users/eclipse-capella-bot/gists{/gist_id}",
  "starred_url": "https://api.github.com/users/eclipse-capella-bot/starred{/owner}{/repo}",
  "subscriptions_url": "https://api.github.com/users/eclipse-capella-bot/subscriptions",
  "organizations_url": "https://api.github.com/users/eclipse-capella-bot/orgs",
  "repos_url": "https://api.github.com/users/eclipse-capella-bot/repos",
  "events_url": "https://api.github.com/users/eclipse-capella-bot/events{/privacy}",
  "received_events_url": "https://api.github.com/users/eclipse-capella-bot/received_events",
  "type": "User",
  "site_admin": false,
  "name": null,
  "company": null,
  "blog": "",
  "location": null,
  "email": null,
  "hireable": null,
  "bio": null,
  "twitter_username": null,
  "public_repos": 0,
  "public_gists": 0,
  "followers": 0,
  "following": 0,
  "created_at": "2020-01-15T14:48:53Z",
  "updated_at": "2021-02-08T14:04:09Z"
}
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
Finished: SUCCESS