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-663s2-0t9m1
[Normal][capella/capella-agent-pod-um2-663s2-0t9m1][Scheduled] Successfully assigned capella/capella-agent-pod-um2-663s2-0t9m1 to okdnode-22
[Normal][capella/capella-agent-pod-um2-663s2-0t9m1][AddedInterface] Add eth0 [10.40.47.153/23]
[Normal][capella/capella-agent-pod-um2-663s2-0t9m1][Pulling] Pulling image "node:12.16.1"
[Normal][capella/capella-agent-pod-um2-663s2-0t9m1][Pulled] Successfully pulled image "node:12.16.1" in 38.505519596s
[Normal][capella/capella-agent-pod-um2-663s2-0t9m1][Created] Created container node
[Normal][capella/capella-agent-pod-um2-663s2-0t9m1][Started] Started container node
[Normal][capella/capella-agent-pod-um2-663s2-0t9m1][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5" already present on machine
[Normal][capella/capella-agent-pod-um2-663s2-0t9m1][Created] Created container jnlp
[Normal][capella/capella-agent-pod-um2-663s2-0t9m1][Started] Started container jnlp
Agent capella-agent-pod-um2-663s2-0t9m1 is provisioned from template capella-agent-pod-um2-663s2
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.capella.svc.cluster.local/capella/job/capella-issues/120/"
    runUrl: "job/capella-issues/120/"
  labels:
    jenkins: "slave"
    jenkins/label: "capella-agent-pod-um2"
  name: "capella-agent-pod-um2-663s2-0t9m1"
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-663s2-0t9m1"
    - name: "JENKINS_NAME"
      value: "capella-agent-pod-um2-663s2-0t9m1"
    - 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-663s2-0t9m1 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
Aborted by Philippe DUL
Error when executing always post condition:
Also:   java.lang.InterruptedException
		at java.base/java.lang.Object.wait(Native Method)
		at java.base/java.lang.Object.wait(Object.java:221)
		at hudson.remoting.FastPipedInputStream.read(FastPipedInputStream.java:176)
	Caused: java.io.IOException
		at hudson.remoting.FastPipedInputStream.read(FastPipedInputStream.java:178)
		at hudson.util.HeadBufferingStream.read(HeadBufferingStream.java:61)
		at com.jcraft.jzlib.InflaterInputStream.fill(InflaterInputStream.java:175)
		at com.jcraft.jzlib.InflaterInputStream.read(InflaterInputStream.java:106)
		at org.apache.commons.compress.utils.IOUtils.readFully(IOUtils.java:168)
		at org.apache.commons.compress.utils.IOUtils.readFully(IOUtils.java:142)
		at org.apache.commons.compress.archivers.tar.TarArchiveInputStream.readRecord(TarArchiveInputStream.java:459)
		at org.apache.commons.compress.archivers.tar.TarArchiveInputStream.getRecord(TarArchiveInputStream.java:428)
		at org.apache.commons.compress.archivers.tar.TarArchiveInputStream.getNextTarEntry(TarArchiveInputStream.java:305)
		at hudson.FilePath.readFromTar(FilePath.java:2826)
	Caused: java.io.IOException: Failed to extract /home/jenkins/agent/workspace/capella-issues/transfer of 1 files
		at hudson.FilePath.readFromTar(FilePath.java:2852)
		at hudson.FilePath.copyRecursiveTo(FilePath.java:2630)
		at jenkins.model.StandardArtifactManager.archive(StandardArtifactManager.java:70)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:257)
		at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:99)
		at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:69)
		at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
		at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution$$Lambda$661/0x00000000a00a0740.run(Unknown Source)
		at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
		at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
org.jenkinsci.plugins.workflow.steps.FlowInterruptedException
	at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.interrupt(CpsFlowExecution.java:1147)
	at org.jenkinsci.plugins.workflow.job.WorkflowRun$2.lambda$interrupt$0(WorkflowRun.java:388)
	at org.jenkinsci.plugins.workflow.job.WorkflowRun$2$$Lambda$871/0x00000000a41d8360.run(Unknown Source)
	at jenkins.security.ImpersonatingScheduledExecutorService$1.run(ImpersonatingScheduledExecutorService.java:58)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:836)

[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
java.lang.InterruptedException
	at java.base/java.lang.Object.wait(Native Method)
	at java.base/java.lang.Object.wait(Object.java:221)
	at hudson.remoting.FastPipedInputStream.read(FastPipedInputStream.java:176)
Caused: java.io.IOException
	at hudson.remoting.FastPipedInputStream.read(FastPipedInputStream.java:178)
	at hudson.util.HeadBufferingStream.read(HeadBufferingStream.java:61)
	at com.jcraft.jzlib.InflaterInputStream.fill(InflaterInputStream.java:175)
	at com.jcraft.jzlib.InflaterInputStream.read(InflaterInputStream.java:106)
	at org.apache.commons.compress.utils.IOUtils.readFully(IOUtils.java:168)
	at org.apache.commons.compress.utils.IOUtils.readFully(IOUtils.java:142)
	at org.apache.commons.compress.archivers.tar.TarArchiveInputStream.readRecord(TarArchiveInputStream.java:459)
	at org.apache.commons.compress.archivers.tar.TarArchiveInputStream.getRecord(TarArchiveInputStream.java:428)
	at org.apache.commons.compress.archivers.tar.TarArchiveInputStream.getNextTarEntry(TarArchiveInputStream.java:305)
	at hudson.FilePath.readFromTar(FilePath.java:2826)
Caused: java.io.IOException: Failed to extract /home/jenkins/agent/workspace/capella-issues/transfer of 1 files
	at hudson.FilePath.readFromTar(FilePath.java:2852)
	at hudson.FilePath.copyRecursiveTo(FilePath.java:2630)
	at jenkins.model.StandardArtifactManager.archive(StandardArtifactManager.java:70)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:257)
	at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:99)
	at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:69)
	at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
	at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution$$Lambda$661/0x00000000a00a0740.run(Unknown Source)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:836)
Finished: ABORTED