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
Still waiting to schedule task
All nodes of label ‘capella-agent-pod-um2’ are offline
Created Pod: capella/capella-agent-pod-um2-wplkt-m6rcp
[Normal][capella/capella-agent-pod-um2-wplkt-m6rcp][Scheduled] Successfully assigned capella/capella-agent-pod-um2-wplkt-m6rcp to okdnode-22
[Normal][capella/capella-agent-pod-um2-wplkt-m6rcp][AddedInterface] Add eth0 [10.40.47.155/23]
[Normal][capella/capella-agent-pod-um2-wplkt-m6rcp][Pulled] Container image "node:12.16.1" already present on machine
[Normal][capella/capella-agent-pod-um2-wplkt-m6rcp][Created] Created container node
[Normal][capella/capella-agent-pod-um2-wplkt-m6rcp][Started] Started container node
[Normal][capella/capella-agent-pod-um2-wplkt-m6rcp][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5" already present on machine
[Normal][capella/capella-agent-pod-um2-wplkt-m6rcp][Created] Created container jnlp
[Normal][capella/capella-agent-pod-um2-wplkt-m6rcp][Started] Started container jnlp
Agent capella-agent-pod-um2-wplkt-m6rcp is provisioned from template capella-agent-pod-um2-wplkt
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.capella.svc.cluster.local/capella/job/capella-issues/121/"
    runUrl: "job/capella-issues/121/"
  labels:
    jenkins: "slave"
    jenkins/label: "capella-agent-pod-um2"
  name: "capella-agent-pod-um2-wplkt-m6rcp"
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-wplkt-m6rcp"
    - name: "JENKINS_NAME"
      value: "capella-agent-pod-um2-wplkt-m6rcp"
    - 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-wplkt-m6rcp in /home/jenkins/agent/workspace/capella-issues
[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] sh
+ git clone -b master https://github.com/pdulth/bugzilla-import.git bugs
Cloning into 'bugs'...
[Pipeline] sh
+ git clone -b master https://github.com/pdulth/bugzilla-github-import.git import
Cloning into 'import'...
[Pipeline] sh
+ mv bugs/bugs-modeling.json bugs/bugs-polarsys.json import/
[Pipeline] withCredentials
Masking supported pattern matches of $TOKEN
[Pipeline] {
[Pipeline] sh
+ cd import
+ echo 
+ echo {
+ echo "user":"eclipse-capella-bot",
+ echo "password":"****",
+ echo "userCommiter":"eclipse-capella-bot",
+ echo "passwordCommiter":"****",
+ echo "repository":"pdulth/amgi2",
+ echo "bugsFile":"bugs-modeling.json",
+ echo "count":400000,
+ echo "includedProducts": [ "Amalgam" ],
+ echo "includedComponents": [ "examples", "Releng", "UI", "Web" ]
+ echo }
+ node index
All components
[ 'Examples', 'Releng', 'UI', 'Web' ]
Count of issues to import :
149
Keeped products
[ 'Amalgam' ]
Keeped components
[ 'Releng', 'UI', 'Web' ]
[
  '1.0',    '1.0 M2',
  '1.0 M4', '1.0 M5',
  '1.0 M6', '1.10.0',
  '1.11.0', '1.12.0',
  '1.12.1', '1.8.0',
  '1.9.0'
]
Next bugzilla id is :
219055
Expected imported issues from config :
400000
Next bugzilla to import are :
[]
Milestones existing:
[]
create: 1.0
create: 1.0 M2
create: 1.0 M4
create: 1.0 M5
create: 1.0 M6
create: 1.10.0
create: 1.11.0
create: 1.12.0
create: 1.12.1
create: 1.8.0
create: 1.9.0
All issues are transferred
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
Finished: SUCCESS