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-w9tgj-b8hn6
[Normal][capella/capella-agent-pod-um2-w9tgj-b8hn6][Scheduled] Successfully assigned capella-agent-pod-um2-w9tgj-b8hn6 to osnode-13.eclipse.org
[Normal][capella/capella-agent-pod-um2-w9tgj-b8hn6][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "workspace-volume" 
[Normal][capella/capella-agent-pod-um2-w9tgj-b8hn6][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "default-token-6q2jx" 
[Normal][capella/capella-agent-pod-um2-w9tgj-b8hn6][Pulled] Container image "node:12.16.1" already present on machine
[Normal][capella/capella-agent-pod-um2-w9tgj-b8hn6][Created] Created container
[Normal][capella/capella-agent-pod-um2-w9tgj-b8hn6][Started] Started container
[Normal][capella/capella-agent-pod-um2-w9tgj-b8hn6][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1" already present on machine
[Normal][capella/capella-agent-pod-um2-w9tgj-b8hn6][Created] Created container
[Normal][capella/capella-agent-pod-um2-w9tgj-b8hn6][Started] Started container
Agent capella-agent-pod-um2-w9tgj-b8hn6 is provisioned from template capella-agent-pod-um2-w9tgj
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.capella.svc.cluster.local/capella/job/capella-issues/102/"
    runUrl: "job/capella-issues/102/"
  labels:
    jenkins: "slave"
    jenkins/label: "capella-agent-pod-um2"
  name: "capella-agent-pod-um2-w9tgj-b8hn6"
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-w9tgj-b8hn6"
    - name: "JENKINS_NAME"
      value: "capella-agent-pod-um2-w9tgj-b8hn6"
    - 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.2.1"
    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-w9tgj-b8hn6 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-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":"eclipse/capella",
+ echo "bugsFile":"bugs-polarsys.json",
+ echo "count":100,
+ echo "includedProducts": [ "Capella" ],
+ echo "includedComponents": [ "Capella Gitadapter", "Core", "Detachment", "Diagram", "Diff-Merge", "Documentation", "Forum", "General", "Library", "ModelValidation", "Patterns", "Properties", "Rec-Rpl", "Releng", "Test framework", "Transition", "UI", "Website" ]
+ echo }
+ node index
All components
[
  'Capella Gitadapter', 'Capella Studio',
  'Core',               'Cybersecurity',
  'Detachment',         'Diagram',
  'Diff-Merge',         'Documentation',
  'Filtering',          'Forum',
  'GenDoc HTML',        'General',
  'Groovy',             'Library',
  'Mass VP',            'ModelValidation',
  'Modes/States VP',    'Patterns',
  'Perfo VP',           'Price VP',
  'Properties',         'Rec-Rpl',
  'Releng',             'RequirementsVP',
  'System2Subsystem',   'Test framework',
  'Textual editor',     'Transition',
  'UI',                 'Website',
  'XML Pivot'
]
Count of issues to import :
1569
Keeped products
[ 'Capella' ]
Keeped components
[
  'Capella Gitadapter', 'Core',
  'Detachment',         'Diagram',
  'Diff-Merge',         'Documentation',
  'Forum',              'General',
  'Library',            'ModelValidation',
  'Patterns',           'Properties',
  'Rec-Rpl',            'Releng',
  'Test framework',     'Transition',
  'UI',                 'Website'
]
[
  '0.8.0', '0.8.1', '0.8.2', '0.8.3',
  '0.8.4', '0.8.5', '0.8.6', '0.8.7',
  '1.0.0', '1.0.1', '1.0.2', '1.0.3',
  '1.0.4', '1.0.5', '1.1.0', '1.1.1',
  '1.1.2', '1.1.3', '1.1.4', '1.2.0',
  '1.2.1', '1.2.2', '1.2.3', '1.3.0',
  '1.3.1', '1.3.2', '1.3.3', '1.4.0',
  '1.4.1', '1.4.2', '5.0.0', '5.1.0'
]
Next bugzilla id is :
555204
Expected imported issues from config :
100
Next bugzilla to import are :
[
  555204, 555205, 555206, 555207, 555208, 555209, 555210,
  555211, 555212, 555213, 555214, 555215, 555216, 555217,
  555218, 555219, 555220, 555221, 555222, 555223, 555224,
  555225, 555226, 555227, 555228, 555229, 555230, 555231,
  555232, 555233, 555234, 555235, 555236, 555237, 555238,
  555239, 555240, 555241, 555242, 555243, 555244, 555245,
  555246, 555247, 555248, 555249, 555250, 555251, 555252,
  555253, 555254, 555255, 555256, 555257, 555258, 555259,
  555260, 555261, 555262, 555263, 555264, 555265, 555266,
  555267, 555268, 555269, 555270, 555271, 555272, 555273,
  555274, 555275, 555276, 555277, 555278, 555279, 555280,
  555281, 555282, 555283, 555284, 555285, 555286, 555287,
  555288, 555289, 555290, 555291, 555292, 555293, 555294,
  555295, 555296, 555297, 555298, 555299, 555300, 555301,
  555302, 555303
]
A closed issue with no target version (may be an issue or not): 555219
A closed issue with no target version (may be an issue or not): 555232
A closed issue with no target version (may be an issue or not): 555262
A closed issue with no target version (may be an issue or not): 555298
Milestones existing:
[
  '1.0.5', '1.2.3', '5.0.0', '5.1.0',
  '0.8.0', '0.8.1', '0.8.2', '0.8.3',
  '1.0.0', '0.8.4', '1.0.1', '0.8.5',
  '0.8.6', '1.0.2', '1.0.3', '1.1.0',
  '0.8.7', '1.0.4', '1.1.1', '1.1.2',
  '1.1.3', '1.2.0', '1.1.4', '1.2.1',
  '1.3.0', '1.2.2', '1.3.1', '1.4.0',
  '1.3.2', '1.4.1', '1.3.3', '1.4.2'
]
555204: createGithubIssue
555204: addGithubLabels
555204: addGithubMilestone
555204: postGithubComments
555204: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555204',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1547'
}
close issue 555204



If you want to quit, its now! (Ctrl+C)


555205: createGithubIssue
555205: addGithubLabels
555205: addGithubMilestone
555205: postGithubComments
555205: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555205',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1548'
}
close issue 555205



If you want to quit, its now! (Ctrl+C)


555206: createGithubIssue
555206: addGithubLabels
555206: addGithubMilestone
555206: postGithubComments
555206: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555206',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1549'
}
close issue 555206



If you want to quit, its now! (Ctrl+C)


555207: createGithubIssue
555207: addGithubLabels
555207: addGithubMilestone
555207: postGithubComments
555207: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555207',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1550'
}
close issue 555207



If you want to quit, its now! (Ctrl+C)


555208: createGithubIssue
555208: addGithubLabels
555208: addGithubMilestone
555208: postGithubComments
555208: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555208',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1551'
}
close issue 555208



If you want to quit, its now! (Ctrl+C)


555209: createGithubIssue
555209: addGithubLabels
555209: addGithubMilestone
555209: postGithubComments
555209: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555209',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1552'
}
kept opened 555209



If you want to quit, its now! (Ctrl+C)


555210: createGithubIssue
555210: addGithubLabels
555210: addGithubMilestone
555210: postGithubComments
555210: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555210',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1553'
}
close issue 555210



If you want to quit, its now! (Ctrl+C)


555211: createGithubIssue
555211: addGithubLabels
555211: addGithubMilestone
555211: postGithubComments
555211: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555211',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1554'
}
close issue 555211



If you want to quit, its now! (Ctrl+C)


555212: createGithubIssue
555212: addGithubLabels
555212: addGithubMilestone
555212: postGithubComments
555212: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555212',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1555'
}
close issue 555212



If you want to quit, its now! (Ctrl+C)


555213: createGithubIssue
555213: addGithubLabels
555213: addGithubMilestone
555213: postGithubComments
555213: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555213',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1556'
}
close issue 555213



If you want to quit, its now! (Ctrl+C)


555214: createGithubIssue
555214: addGithubLabels
555214: addGithubMilestone
555214: postGithubComments
555214: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555214',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1557'
}
close issue 555214



If you want to quit, its now! (Ctrl+C)


555215: createGithubIssue
555215: addGithubLabels
555215: addGithubMilestone
555215: postGithubComments
555215: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555215',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1558'
}
close issue 555215



If you want to quit, its now! (Ctrl+C)


555216: createGithubIssue
555216: addGithubLabels
555216: addGithubMilestone
555216: postGithubComments
555216: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555216',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1559'
}
kept opened 555216



If you want to quit, its now! (Ctrl+C)


555217: createGithubIssue
555217: addGithubLabels
555217: addGithubMilestone
555217: postGithubComments
555217: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555217',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1560'
}
close issue 555217



If you want to quit, its now! (Ctrl+C)


555218: createGithubIssue
555218: addGithubLabels
555218: addGithubMilestone
555218: postGithubComments
555218: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555218',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1561'
}
close issue 555218



If you want to quit, its now! (Ctrl+C)


555219: createGithubIssue
555219: addGithubLabels
555219: addGithubMilestone
555219: postGithubComments
555219: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555219',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1562'
}
close issue 555219



If you want to quit, its now! (Ctrl+C)


555220: createGithubIssue
555220: addGithubLabels
555220: addGithubMilestone
555220: postGithubComments
555220: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555220',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1563'
}
close issue 555220



If you want to quit, its now! (Ctrl+C)


555221: createGithubIssue
555221: addGithubLabels
555221: addGithubMilestone
555221: postGithubComments
555221: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555221',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1564'
}
close issue 555221



If you want to quit, its now! (Ctrl+C)


555222: createGithubIssue
555222: addGithubLabels
555222: addGithubMilestone
555222: postGithubComments
555222: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555222',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1565'
}
kept opened 555222



If you want to quit, its now! (Ctrl+C)


555223: createGithubIssue
555223: addGithubLabels
555223: addGithubMilestone
555223: postGithubComments
555223: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555223',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1566'
}
kept opened 555223



If you want to quit, its now! (Ctrl+C)


555224: createGithubIssue
555224: addGithubLabels
555224: addGithubMilestone
555224: postGithubComments
555224: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555224',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1567'
}
kept opened 555224



If you want to quit, its now! (Ctrl+C)


555225: createGithubIssue
555225: addGithubLabels
555225: addGithubMilestone
555225: postGithubComments
555225: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555225',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1568'
}
close issue 555225



If you want to quit, its now! (Ctrl+C)


555226: createGithubIssue
555226: addGithubLabels
555226: addGithubMilestone
555226: postGithubComments
555226: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555226',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1569'
}
close issue 555226



If you want to quit, its now! (Ctrl+C)


555227: createGithubIssue
555227: addGithubLabels
555227: addGithubMilestone
555227: postGithubComments
555227: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555227',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1570'
}
close issue 555227



If you want to quit, its now! (Ctrl+C)


555228: createGithubIssue
555228: addGithubLabels
555228: addGithubMilestone
555228: postGithubComments
555228: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555228',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1571'
}
kept opened 555228



If you want to quit, its now! (Ctrl+C)


555229: createGithubIssue
555229: addGithubLabels
555229: addGithubMilestone
555229: postGithubComments
555229: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555229',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1572'
}
kept opened 555229



If you want to quit, its now! (Ctrl+C)


555230: createGithubIssue
555230: addGithubLabels
555230: addGithubMilestone
555230: postGithubComments
555230: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555230',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1573'
}
kept opened 555230



If you want to quit, its now! (Ctrl+C)


555231: createGithubIssue
555231: addGithubLabels
555231: addGithubMilestone
555231: postGithubComments
555231: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555231',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1574'
}
kept opened 555231



If you want to quit, its now! (Ctrl+C)


555232: createGithubIssue
555232: addGithubLabels
555232: addGithubMilestone
555232: postGithubComments
555232: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555232',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1575'
}
close issue 555232



If you want to quit, its now! (Ctrl+C)


555233: createGithubIssue
555233: addGithubLabels
555233: addGithubMilestone
555233: postGithubComments
555233: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555233',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1576'
}
kept opened 555233



If you want to quit, its now! (Ctrl+C)


555234: createGithubIssue
555234: addGithubLabels
555234: addGithubMilestone
555234: postGithubComments
555234: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555234',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1577'
}
kept opened 555234



If you want to quit, its now! (Ctrl+C)


555235: createGithubIssue
555235: addGithubLabels
555235: addGithubMilestone
555235: postGithubComments
555235: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555235',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1578'
}
close issue 555235



If you want to quit, its now! (Ctrl+C)


555236: createGithubIssue
555236: addGithubLabels
555236: addGithubMilestone
555236: postGithubComments
555236: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555236',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1579'
}
close issue 555236



If you want to quit, its now! (Ctrl+C)


555237: createGithubIssue
555237: addGithubLabels
555237: addGithubMilestone
555237: postGithubComments
555237: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555237',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1580'
}
close issue 555237



If you want to quit, its now! (Ctrl+C)


555238: createGithubIssue
555238: addGithubLabels
555238: addGithubMilestone
555238: postGithubComments
555238: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555238',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1581'
}
close issue 555238



If you want to quit, its now! (Ctrl+C)


555239: createGithubIssue
555239: addGithubLabels
555239: addGithubMilestone
555239: postGithubComments
555239: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555239',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1582'
}
close issue 555239



If you want to quit, its now! (Ctrl+C)


555240: createGithubIssue
555240: addGithubLabels
555240: addGithubMilestone
555240: postGithubComments
555240: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555240',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1583'
}
close issue 555240



If you want to quit, its now! (Ctrl+C)


555241: createGithubIssue
555241: addGithubLabels
555241: addGithubMilestone
555241: postGithubComments
555241: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555241',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1584'
}
close issue 555241



If you want to quit, its now! (Ctrl+C)


555242: createGithubIssue
555242: addGithubLabels
555242: addGithubMilestone
555242: postGithubComments
555242: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555242',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1585'
}
close issue 555242



If you want to quit, its now! (Ctrl+C)


555243: createGithubIssue
555243: addGithubLabels
555243: addGithubMilestone
555243: postGithubComments
555243: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555243',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1586'
}
close issue 555243



If you want to quit, its now! (Ctrl+C)


555244: createGithubIssue
555244: addGithubLabels
555244: addGithubMilestone
555244: postGithubComments
555244: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555244',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1587'
}
close issue 555244



If you want to quit, its now! (Ctrl+C)


555245: createGithubIssue
555245: addGithubLabels
555245: addGithubMilestone
555245: postGithubComments
555245: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555245',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1588'
}
close issue 555245



If you want to quit, its now! (Ctrl+C)


555246: createGithubIssue
555246: addGithubLabels
555246: addGithubMilestone
555246: postGithubComments
555246: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555246',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1589'
}
close issue 555246



If you want to quit, its now! (Ctrl+C)


555247: createGithubIssue
555247: addGithubLabels
555247: addGithubMilestone
555247: postGithubComments
555247: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555247',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1590'
}
close issue 555247



If you want to quit, its now! (Ctrl+C)


555248: createGithubIssue
555248: addGithubLabels
555248: addGithubMilestone
555248: postGithubComments
555248: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555248',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1591'
}
close issue 555248



If you want to quit, its now! (Ctrl+C)


555249: createGithubIssue
555249: addGithubLabels
555249: addGithubMilestone
555249: postGithubComments
555249: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555249',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1592'
}
close issue 555249



If you want to quit, its now! (Ctrl+C)


555250: createGithubIssue
555250: addGithubLabels
555250: addGithubMilestone
555250: postGithubComments
555250: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555250',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1593'
}
close issue 555250



If you want to quit, its now! (Ctrl+C)


555251: createGithubIssue
555251: addGithubLabels
555251: addGithubMilestone
555251: postGithubComments
555251: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555251',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1594'
}
close issue 555251



If you want to quit, its now! (Ctrl+C)


555252: createGithubIssue
555252: addGithubLabels
555252: addGithubMilestone
555252: postGithubComments
555252: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555252',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1595'
}
close issue 555252



If you want to quit, its now! (Ctrl+C)


555253: createGithubIssue
555253: addGithubLabels
555253: addGithubMilestone
555253: postGithubComments
555253: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555253',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1596'
}
close issue 555253



If you want to quit, its now! (Ctrl+C)


555254: createGithubIssue
555254: addGithubLabels
555254: addGithubMilestone
555254: postGithubComments
555254: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555254',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1597'
}
close issue 555254



If you want to quit, its now! (Ctrl+C)


555255: createGithubIssue
555255: addGithubLabels
555255: addGithubMilestone
555255: postGithubComments
555255: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555255',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1598'
}
close issue 555255



If you want to quit, its now! (Ctrl+C)


555256: createGithubIssue
555256: addGithubLabels
555256: addGithubMilestone
555256: postGithubComments
555256: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555256',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1599'
}
close issue 555256



If you want to quit, its now! (Ctrl+C)


555257: createGithubIssue
555257: addGithubLabels
555257: addGithubMilestone
555257: postGithubComments
555257: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555257',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1600'
}
close issue 555257



If you want to quit, its now! (Ctrl+C)


555258: createGithubIssue
555258: addGithubLabels
555258: addGithubMilestone
555258: postGithubComments
555258: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555258',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1601'
}
close issue 555258



If you want to quit, its now! (Ctrl+C)


555259: createGithubIssue
555259: addGithubLabels
555259: addGithubMilestone
555259: postGithubComments
555259: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555259',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1602'
}
close issue 555259



If you want to quit, its now! (Ctrl+C)


555260: createGithubIssue
555260: addGithubLabels
555260: addGithubMilestone
555260: postGithubComments
555260: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555260',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1603'
}
close issue 555260



If you want to quit, its now! (Ctrl+C)


555261: createGithubIssue
555261: addGithubLabels
555261: addGithubMilestone
555261: postGithubComments
555261: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555261',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1604'
}
close issue 555261



If you want to quit, its now! (Ctrl+C)


555262: createGithubIssue
555262: addGithubLabels
555262: addGithubMilestone
555262: postGithubComments
555262: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555262',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1605'
}
close issue 555262



If you want to quit, its now! (Ctrl+C)


555263: createGithubIssue
555263: addGithubLabels
555263: addGithubMilestone
555263: postGithubComments
555263: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555263',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1606'
}
close issue 555263



If you want to quit, its now! (Ctrl+C)


555264: createGithubIssue
555264: addGithubLabels
555264: addGithubMilestone
555264: postGithubComments
555264: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555264',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1607'
}
close issue 555264



If you want to quit, its now! (Ctrl+C)


555265: createGithubIssue
555265: addGithubLabels
555265: addGithubMilestone
555265: postGithubComments
555265: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555265',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1608'
}
close issue 555265



If you want to quit, its now! (Ctrl+C)


555266: createGithubIssue
555266: addGithubLabels
555266: addGithubMilestone
555266: postGithubComments
555266: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555266',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1609'
}
close issue 555266



If you want to quit, its now! (Ctrl+C)


555267: createGithubIssue
555267: addGithubLabels
555267: addGithubMilestone
555267: postGithubComments
555267: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555267',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1610'
}
close issue 555267



If you want to quit, its now! (Ctrl+C)


555268: createGithubIssue
555268: addGithubLabels
555268: addGithubMilestone
555268: postGithubComments
555268: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555268',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1611'
}
close issue 555268



If you want to quit, its now! (Ctrl+C)


555269: createGithubIssue
555269: addGithubLabels
555269: addGithubMilestone
555269: postGithubComments
555269: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555269',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1612'
}
close issue 555269



If you want to quit, its now! (Ctrl+C)


555270: createGithubIssue
555270: addGithubLabels
555270: addGithubMilestone
555270: postGithubComments
555270: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555270',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1613'
}
close issue 555270



If you want to quit, its now! (Ctrl+C)


555271: createGithubIssue
555271: addGithubLabels
555271: addGithubMilestone
555271: postGithubComments
555271: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555271',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1614'
}
close issue 555271



If you want to quit, its now! (Ctrl+C)


555272: createGithubIssue
555272: addGithubLabels
555272: addGithubMilestone
555272: postGithubComments
555272: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555272',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1615'
}
close issue 555272



If you want to quit, its now! (Ctrl+C)


555273: createGithubIssue
555273: addGithubLabels
555273: addGithubMilestone
555273: postGithubComments
555273: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555273',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1616'
}
close issue 555273



If you want to quit, its now! (Ctrl+C)


555274: createGithubIssue
555274: addGithubLabels
555274: addGithubMilestone
555274: postGithubComments
555274: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555274',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1617'
}
close issue 555274



If you want to quit, its now! (Ctrl+C)


555275: createGithubIssue
555275: addGithubLabels
555275: addGithubMilestone
555275: postGithubComments
555275: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555275',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1618'
}
close issue 555275



If you want to quit, its now! (Ctrl+C)


555276: createGithubIssue
555276: addGithubLabels
555276: addGithubMilestone
555276: postGithubComments
555276: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555276',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1619'
}
close issue 555276



If you want to quit, its now! (Ctrl+C)


555277: createGithubIssue
555277: addGithubLabels
555277: addGithubMilestone
555277: postGithubComments
555277: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555277',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1620'
}
close issue 555277



If you want to quit, its now! (Ctrl+C)


555278: createGithubIssue
555278: addGithubLabels
555278: addGithubMilestone
555278: postGithubComments
555278: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555278',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1621'
}
close issue 555278



If you want to quit, its now! (Ctrl+C)


555279: createGithubIssue
555279: addGithubLabels
555279: addGithubMilestone
555279: postGithubComments
555279: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555279',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1622'
}
close issue 555279



If you want to quit, its now! (Ctrl+C)


555280: createGithubIssue
555280: addGithubLabels
555280: addGithubMilestone
555280: postGithubComments
555280: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555280',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1623'
}
close issue 555280



If you want to quit, its now! (Ctrl+C)


555281: createGithubIssue
555281: addGithubLabels
555281: addGithubMilestone
555281: postGithubComments
555281: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555281',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1624'
}
close issue 555281



If you want to quit, its now! (Ctrl+C)


555282: createGithubIssue
555282: addGithubLabels
555282: addGithubMilestone
555282: postGithubComments
555282: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555282',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1625'
}
close issue 555282



If you want to quit, its now! (Ctrl+C)


555283: createGithubIssue
555283: addGithubLabels
555283: addGithubMilestone
555283: postGithubComments
555283: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555283',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1626'
}
close issue 555283



If you want to quit, its now! (Ctrl+C)


555284: createGithubIssue
555284: addGithubLabels
555284: addGithubMilestone
555284: postGithubComments
555284: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555284',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1627'
}
close issue 555284



If you want to quit, its now! (Ctrl+C)


555285: createGithubIssue
555285: addGithubLabels
555285: addGithubMilestone
555285: postGithubComments
555285: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555285',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1628'
}
close issue 555285



If you want to quit, its now! (Ctrl+C)


555286: createGithubIssue
555286: addGithubLabels
555286: addGithubMilestone
555286: postGithubComments
555286: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555286',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1629'
}
close issue 555286



If you want to quit, its now! (Ctrl+C)


555287: createGithubIssue
555287: addGithubLabels
555287: addGithubMilestone
555287: postGithubComments
555287: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555287',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1630'
}
close issue 555287



If you want to quit, its now! (Ctrl+C)


555288: createGithubIssue
555288: addGithubLabels
555288: addGithubMilestone
555288: postGithubComments
555288: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555288',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1631'
}
close issue 555288



If you want to quit, its now! (Ctrl+C)


555289: createGithubIssue
555289: addGithubLabels
555289: addGithubMilestone
555289: postGithubComments
555289: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555289',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1632'
}
close issue 555289



If you want to quit, its now! (Ctrl+C)


555290: createGithubIssue
555290: addGithubLabels
555290: addGithubMilestone
555290: postGithubComments
555290: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555290',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1633'
}
close issue 555290



If you want to quit, its now! (Ctrl+C)


555291: createGithubIssue
555291: addGithubLabels
555291: addGithubMilestone
555291: postGithubComments
555291: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555291',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1634'
}
close issue 555291



If you want to quit, its now! (Ctrl+C)


555292: createGithubIssue
555292: addGithubLabels
555292: addGithubMilestone
555292: postGithubComments
555292: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555292',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1635'
}
close issue 555292



If you want to quit, its now! (Ctrl+C)


555293: createGithubIssue
555293: addGithubLabels
555293: addGithubMilestone
555293: postGithubComments
555293: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555293',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1636'
}
close issue 555293



If you want to quit, its now! (Ctrl+C)


555294: createGithubIssue
555294: addGithubLabels
555294: addGithubMilestone
555294: postGithubComments
555294: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555294',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1637'
}
close issue 555294



If you want to quit, its now! (Ctrl+C)


555295: createGithubIssue
555295: addGithubLabels
555295: addGithubMilestone
555295: postGithubComments
555295: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555295',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1638'
}
close issue 555295



If you want to quit, its now! (Ctrl+C)


555296: createGithubIssue
555296: addGithubLabels
555296: addGithubMilestone
555296: postGithubComments
555296: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555296',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1639'
}
close issue 555296



If you want to quit, its now! (Ctrl+C)


555297: createGithubIssue
555297: addGithubLabels
555297: addGithubMilestone
555297: postGithubComments
555297: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555297',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1640'
}
close issue 555297



If you want to quit, its now! (Ctrl+C)


555298: createGithubIssue
555298: addGithubLabels
555298: addGithubMilestone
555298: postGithubComments
555298: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555298',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1641'
}
close issue 555298



If you want to quit, its now! (Ctrl+C)


555299: createGithubIssue
555299: addGithubLabels
555299: addGithubMilestone
555299: postGithubComments
555299: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555299',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1642'
}
close issue 555299



If you want to quit, its now! (Ctrl+C)


555300: createGithubIssue
555300: addGithubLabels
555300: addGithubMilestone
555300: postGithubComments
555300: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555300',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1643'
}
kept opened 555300



If you want to quit, its now! (Ctrl+C)


555301: createGithubIssue
555301: addGithubLabels
555301: addGithubMilestone
555301: postGithubComments
555301: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555301',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1644'
}
kept opened 555301



If you want to quit, its now! (Ctrl+C)


555302: createGithubIssue
555302: addGithubLabels
555302: addGithubMilestone
555302: postGithubComments
555302: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555302',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1645'
}
close issue 555302



If you want to quit, its now! (Ctrl+C)


555303: createGithubIssue
555303: addGithubLabels
555303: addGithubMilestone
555303: postGithubComments
555303: closeIssue
{
  bug: 'https://bugs.eclipse.org/bugs/show_bug.cgi?id=555303',
  issue: 'https://api.github.com/repos/eclipse/capella/issues/1646'
}
kept opened 555303



If you want to quit, its now! (Ctrl+C)


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