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] echo
[WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option.
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes amalgam/capella-agent-pod-um2-2dc7z-194xv
[Normal][amalgam/capella-agent-pod-um2-2dc7z-194xv][Scheduled] Successfully assigned amalgam/capella-agent-pod-um2-2dc7z-194xv to okdnode-26
[Normal][amalgam/capella-agent-pod-um2-2dc7z-194xv][AddedInterface] Add eth0 [10.40.52.103/23]
[Normal][amalgam/capella-agent-pod-um2-2dc7z-194xv][Pulled] Container image "node:12.16.1" already present on machine
[Normal][amalgam/capella-agent-pod-um2-2dc7z-194xv][Created] Created container node
[Normal][amalgam/capella-agent-pod-um2-2dc7z-194xv][Started] Started container node
[Normal][amalgam/capella-agent-pod-um2-2dc7z-194xv][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5" already present on machine
[Normal][amalgam/capella-agent-pod-um2-2dc7z-194xv][Created] Created container jnlp
[Normal][amalgam/capella-agent-pod-um2-2dc7z-194xv][Started] Started container jnlp
Still waiting to schedule task
‘capella-agent-pod-um2-2dc7z-194xv’ is offline
Agent capella-agent-pod-um2-2dc7z-194xv is provisioned from template capella-agent-pod-um2-2dc7z
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.amalgam.svc.cluster.local/amalgam/job/rate/4/"
    runUrl: "job/rate/4/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "744f0af96fd28674ea6983e3d5522217bd90e590"
    jenkins/label: "capella-agent-pod-um2"
  name: "capella-agent-pod-um2-2dc7z-194xv"
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.amalgam.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "capella-agent-pod-um2-2dc7z-194xv"
    - name: "JENKINS_NAME"
      value: "capella-agent-pod-um2-2dc7z-194xv"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.amalgam.svc.cluster.local/amalgam/"
    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-2dc7z-194xv 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-amalgam-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   7970      0 --:--:-- --:--:-- --:--:--  7977
{
  "login": "eclipse-amalgam-bot",
  "id": 87860721,
  "node_id": "MDQ6VXNlcjg3ODYwNzIx",
  "avatar_url": "https://avatars.githubusercontent.com/u/87860721?v=4",
  "gravatar_id": "",
  "url": "https://api.github.com/users/eclipse-amalgam-bot",
  "html_url": "https://github.com/eclipse-amalgam-bot",
  "followers_url": "https://api.github.com/users/eclipse-amalgam-bot/followers",
  "following_url": "https://api.github.com/users/eclipse-amalgam-bot/following{/other_user}",
  "gists_url": "https://api.github.com/users/eclipse-amalgam-bot/gists{/gist_id}",
  "starred_url": "https://api.github.com/users/eclipse-amalgam-bot/starred{/owner}{/repo}",
  "subscriptions_url": "https://api.github.com/users/eclipse-amalgam-bot/subscriptions",
  "organizations_url": "https://api.github.com/users/eclipse-amalgam-bot/orgs",
  "repos_url": "https://api.github.com/users/eclipse-amalgam-bot/repos",
  "events_url": "https://api.github.com/users/eclipse-amalgam-bot/events{/privacy}",
  "received_events_url": "https://api.github.com/users/eclipse-amalgam-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": "2021-07-23T12:01:37Z",
  "updated_at": "2021-07-23T13:22:20Z"
}
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
Finished: SUCCESS