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
Waiting for next available executor
Created Pod: capella/capella-agent-pod-um2-f45tl-w7gzq
[Normal][capella/capella-agent-pod-um2-f45tl-w7gzq][Scheduled] Successfully assigned capella/capella-agent-pod-um2-f45tl-w7gzq to okdnode-10
[Normal][capella/capella-agent-pod-um2-f45tl-w7gzq][AddedInterface] Add eth0 [10.40.27.253/23]
[Normal][capella/capella-agent-pod-um2-f45tl-w7gzq][Pulled] Container image "node:12.16.1" already present on machine
[Normal][capella/capella-agent-pod-um2-f45tl-w7gzq][Created] Created container node
[Normal][capella/capella-agent-pod-um2-f45tl-w7gzq][Started] Started container node
[Normal][capella/capella-agent-pod-um2-f45tl-w7gzq][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5" already present on machine
[Normal][capella/capella-agent-pod-um2-f45tl-w7gzq][Created] Created container jnlp
[Normal][capella/capella-agent-pod-um2-f45tl-w7gzq][Started] Started container jnlp
Agent capella-agent-pod-um2-f45tl-w7gzq is provisioned from template capella-agent-pod-um2-f45tl
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.capella.svc.cluster.local/capella/job/capella-issues/118/"
    runUrl: "job/capella-issues/118/"
  labels:
    jenkins: "slave"
    jenkins/label: "capella-agent-pod-um2"
  name: "capella-agent-pod-um2-f45tl-w7gzq"
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-f45tl-w7gzq"
    - name: "JENKINS_NAME"
      value: "capella-agent-pod-um2-f45tl-w7gzq"
    - 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-f45tl-w7gzq 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":10000,
+ echo "includedProducts": [ "Amalgam" ],
+ echo "includedComponents": [ "examples", "Releng", "UI", "Web" ]
+ echo }
+ node index
[Error: ENOENT: no such file or directory, open 'show_bug.cgi.xml'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'open',
  path: 'show_bug.cgi.xml'
}
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] archiveArtifacts
Archiving artifacts
‘**/created.json’ doesn’t match anything: ‘**’ exists but not ‘**/created.json’
Error when executing always post condition:
hudson.AbortException: No artifacts found that match the file pattern "**/created.json". Configuration error?
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:280)
	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)

[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
ERROR: No artifacts found that match the file pattern "**/created.json". Configuration error?
Finished: FAILURE