Skip to content

Console Output

Started by timer
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 jdt/jikespg-7-vcxx8-x546x
[Normal][jdt/jikespg-7-vcxx8-x546x][Scheduled] Successfully assigned jdt/jikespg-7-vcxx8-x546x to okdnode-8
[Normal][jdt/jikespg-7-vcxx8-x546x][AddedInterface] Add eth0 [10.40.23.158/23]
[Normal][jdt/jikespg-7-vcxx8-x546x][Pulling] Pulling image "sravankumarl/ubuntu:jikespg"
[Normal][jdt/jikespg-7-vcxx8-x546x][Pulled] Successfully pulled image "sravankumarl/ubuntu:jikespg" in 7.550013425s
[Normal][jdt/jikespg-7-vcxx8-x546x][Created] Created container custom
[Normal][jdt/jikespg-7-vcxx8-x546x][Started] Started container custom
[Normal][jdt/jikespg-7-vcxx8-x546x][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.7" already present on machine
[Normal][jdt/jikespg-7-vcxx8-x546x][Created] Created container jnlp
[Normal][jdt/jikespg-7-vcxx8-x546x][Started] Started container jnlp
Still waiting to schedule task
‘jikespg-7-vcxx8-x546x’ is offline
Agent jikespg-7-vcxx8-x546x is provisioned from template jikespg-7-vcxx8
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.jdt.svc.cluster.local/jdt/job/eclipse.jdt.core-jikespg/7/"
    runUrl: "job/eclipse.jdt.core-jikespg/7/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "b09216cec829574a2a152aa3a8bb890d39a2cb9d"
    jenkins/label: "jikespg-7"
  name: "jikespg-7-vcxx8-x546x"
spec:
  containers:
  - command:
    - "cat"
    image: "sravankumarl/ubuntu:jikespg"
    imagePullPolicy: "Always"
    name: "custom"
    resources:
      limits:
        memory: "2048Mi"
        cpu: "1000m"
      requests:
        memory: "512Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.jdt.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "jikespg-7-vcxx8-x546x"
    - name: "JENKINS_NAME"
      value: "jikespg-7-vcxx8-x546x"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.jdt.svc.cluster.local/jdt/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.7"
    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:
  - name: "settings-security-xml"
    secret:
      items:
      - key: "settings-security.xml"
        path: "settings-security.xml"
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-3"

Running on jikespg-7-vcxx8-x546x in /home/jenkins/agent/workspace/eclipse.jdt.core-jikespg
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Run jikespg)
[Pipeline] container
[Pipeline] {
[Pipeline] sh
03:15:24 [2021-10-04T07:15:24.296Z] + mkdir -p /home/jenkins/agent/workspace/eclipse.jdt.core-jikespg/jikespg_output
03:15:24 [2021-10-04T07:15:24.599Z] + pushd /home/jenkins/agent/workspace/eclipse.jdt.core-jikespg/jikespg_output
03:15:24 [2021-10-04T07:15:24.599Z] ~/jenkins/agent/workspace/eclipse.jdt.core-jikespg/jikespg_output ~/jenkins/agent/workspace/eclipse.jdt.core-jikespg
03:15:24 [2021-10-04T07:15:24.599Z] + wget --no-check-certificate -O java.g https://git.eclipse.org/c/jdt/eclipse.jdt.core.git/plain/org.eclipse.jdt.core/grammar/java.g
03:15:24 [2021-10-04T07:15:24.599Z] --2021-10-04 07:15:24--  https://git.eclipse.org/c/jdt/eclipse.jdt.core.git/plain/org.eclipse.jdt.core/grammar/java.g
03:15:24 [2021-10-04T07:15:24.600Z] Resolving git.eclipse.org (git.eclipse.org)... 198.41.30.196
03:15:24 [2021-10-04T07:15:24.600Z] Connecting to git.eclipse.org (git.eclipse.org)|198.41.30.196|:443... connected.
03:15:24 [2021-10-04T07:15:24.600Z] WARNING: cannot verify git.eclipse.org's certificate, issued by 'CN=DigiCert SHA2 High Assurance Server CA,OU=www.digicert.com,O=DigiCert Inc,C=US':
03:15:24 [2021-10-04T07:15:24.600Z]   Unable to locally verify the issuer's authority.
03:15:24 [2021-10-04T07:15:24.600Z] HTTP request sent, awaiting response... 200 OK
03:15:24 [2021-10-04T07:15:24.600Z] Length: 114797 (112K) [text/plain]
03:15:24 [2021-10-04T07:15:24.600Z] Saving to: 'java.g'
03:15:24 [2021-10-04T07:15:24.600Z] 
03:15:24 [2021-10-04T07:15:24.600Z]      0K .......... .......... .......... .......... .......... 44% 37.6M 0s
03:15:24 [2021-10-04T07:15:24.600Z]     50K .......... .......... .......... .......... .......... 89%  103M 0s
03:15:24 [2021-10-04T07:15:24.600Z]    100K .......... ..                                         100%  228M=0.002s
03:15:24 [2021-10-04T07:15:24.600Z] 
03:15:24 [2021-10-04T07:15:24.600Z] 2021-10-04 07:15:24 (59.9 MB/s) - 'java.g' saved [114797/114797]
03:15:24 [2021-10-04T07:15:24.600Z] 
03:15:24 [2021-10-04T07:15:24.600Z] + /home/git/jikespg/src/jikespg java.g
03:15:24 [2021-10-04T07:15:24.600Z] + tee output.txt
03:15:24 [2021-10-04T07:15:24.600Z] 
03:15:24 [2021-10-04T07:15:24.600Z]  IBM Research Jikes Parser Generator            Mon Oct  4 07:15:24 2021
03:15:24 [2021-10-04T07:15:24.600Z] %OPTIONS ACTION, AN=JavaAction.java, GP=java, 
03:15:24 [2021-10-04T07:15:24.600Z] %OPTIONS FILE-PREFIX=java, ESCAPE=$, PREFIX=TokenName, OUTPUT-SIZE=125 ,
03:15:24 [2021-10-04T07:15:24.600Z] %OPTIONS NOGOTO-DEFAULT, SINGLE-PRODUCTIONS, LALR=1 , TABLE, 
03:15:24 [2021-10-04T07:15:24.600Z] %OPTIONS ERROR_MAPS 
03:15:24 [2021-10-04T07:15:24.600Z] %OPTIONS first follow
03:15:24 [2021-10-04T07:15:24.600Z] %OPTIONS TRACE=FULL ,
03:15:24 [2021-10-04T07:15:24.600Z] %OPTIONS VERBOSE
03:15:24 [2021-10-04T07:15:24.600Z] %OPTIONS DEFERRED
03:15:24 [2021-10-04T07:15:24.600Z] %OPTIONS NAMES=MAX
03:15:24 [2021-10-04T07:15:24.600Z] %OPTIONS SCOPES
03:15:24 [2021-10-04T07:15:24.600Z] Options in effect:
03:15:24 [2021-10-04T07:15:24.600Z]     ACTION  ACTFILE-NAME=JavaAction.java  BLOCKB=/.  BLOCKE=./  BYTE  CONFLICTS
03:15:24 [2021-10-04T07:15:24.600Z]     DEFAULT=5  NODEBUG  DEFERRED  NOEDIT  ERROR-MAPS  ESCAPE=$  
03:15:24 [2021-10-04T07:15:24.600Z]     FILE-PREFIX=java  FIRST  FOLLOW  GENERATE-PARSER=JAVA  NOGOTO-DEFAULT  
03:15:24 [2021-10-04T07:15:24.600Z]     HACTFILE-NAME=javahdr.java  HBLOCKB=/:  HBLOCKE=:/  LALR=1  LIST  
03:15:24 [2021-10-04T07:15:24.600Z]     MAX-DISTANCE=30  MIN-DISTANCE=3  NAMES=MAXIMUM  NONT-CHECK  ORMARK=|  
03:15:24 [2021-10-04T07:15:24.600Z]     OUTPUT-SIZE=125  PREFIX=TokenName  READ-REDUCE  SCOPES  NOSHIFT-DEFAULT  
03:15:24 [2021-10-04T07:15:24.600Z]     SINGLE-PRODUCTIONS  STACK-SIZE=128  STATES  SUFFIX=  TABLE=SPACE  
03:15:24 [2021-10-04T07:15:24.600Z]     TRACE=FULL  VERBOSE  WARNINGS  XREF  
03:15:24 [2021-10-04T07:15:24.600Z] 
03:15:24 [2021-10-04T07:15:24.600Z] *** The following Terminals are useless: 
03:15:24 [2021-10-04T07:15:24.600Z]         const  goto  
03:15:24 [2021-10-04T07:15:24.600Z] 
03:15:24 [2021-10-04T07:15:24.600Z] This grammar is LALR(1).
03:15:24 [2021-10-04T07:15:24.600Z] 
03:15:24 [2021-10-04T07:15:24.600Z] Number of Terminals: 136
03:15:24 [2021-10-04T07:15:24.600Z] Number of Nonterminals: 429
03:15:24 [2021-10-04T07:15:24.600Z] Number of Productions: 933
03:15:24 [2021-10-04T07:15:24.600Z] Number of Single Productions: 280
03:15:24 [2021-10-04T07:15:24.600Z] Number of Items: 2916
03:15:24 [2021-10-04T07:15:24.600Z] Number of Scopes: 319
03:15:24 [2021-10-04T07:15:24.600Z] Number of States: 1219
03:15:24 [2021-10-04T07:15:24.600Z] Number of Shift actions: 6085
03:15:24 [2021-10-04T07:15:24.600Z] Number of Goto actions: 10328
03:15:24 [2021-10-04T07:15:24.600Z] Number of Shift/Reduce actions: 757
03:15:24 [2021-10-04T07:15:24.600Z] Number of Goto/Reduce actions: 2572
03:15:24 [2021-10-04T07:15:24.600Z] Number of Reduce actions: 18648
03:15:24 [2021-10-04T07:15:24.600Z] Number of Shift-Reduce conflicts: 0
03:15:24 [2021-10-04T07:15:24.600Z] Number of Reduce-Reduce conflicts: 0
03:15:24 [2021-10-04T07:15:24.600Z] 
03:15:24 [2021-10-04T07:15:24.600Z] Length of base Action Table: 17667
03:15:24 [2021-10-04T07:15:24.600Z] Number of entries in base Action Table: 14119
03:15:24 [2021-10-04T07:15:24.601Z] Percentage of increase: 25.1%
03:15:24 [2021-10-04T07:15:24.601Z] Storage required for base Tables: 35334 Bytes, 35K
03:15:24 [2021-10-04T07:15:24.601Z] Storage required for Rules: 2796 Bytes
03:15:24 [2021-10-04T07:15:24.601Z] Number of unique terminal states: 889
03:15:24 [2021-10-04T07:15:24.601Z] Number of Shift actions saved by merging: 4091
03:15:24 [2021-10-04T07:15:24.601Z] Number of Reduce actions saved by merging: 2765
03:15:24 [2021-10-04T07:15:24.601Z] Number of Reduce saved by default: 11957
03:15:24 [2021-10-04T07:15:24.601Z] 
03:15:24 [2021-10-04T07:15:24.601Z] Length of Terminal Check Table: 8264
03:15:24 [2021-10-04T07:15:24.601Z] Length of Terminal Action Table: 8200
03:15:24 [2021-10-04T07:15:24.601Z] Number of entries in Terminal Action Table: 7566
03:15:24 [2021-10-04T07:15:24.601Z] Percentage of increase: 8.3%
03:15:24 [2021-10-04T07:15:24.601Z] Storage required for Terminal Tables: 24664 Bytes, 25K
03:15:24 [2021-10-04T07:15:24.601Z] Total storage required for Tables: 59998 Bytes, 59K
03:15:24 [2021-10-04T07:15:24.601Z] 
03:15:24 [2021-10-04T07:15:24.601Z] 
03:15:24 [2021-10-04T07:15:24.601Z] Actions in Compressed Tables:
03:15:24 [2021-10-04T07:15:24.601Z]      Number of Shifts: 2321
03:15:24 [2021-10-04T07:15:24.601Z]      Number of Shift/Reduces: 430
03:15:24 [2021-10-04T07:15:24.601Z]      Number of Gotos: 10328
03:15:24 [2021-10-04T07:15:24.601Z]      Number of Goto/Reduces: 2572
03:15:24 [2021-10-04T07:15:24.601Z]      Number of Reduces: 3926
03:15:24 [2021-10-04T07:15:24.601Z]      Number of Defaults: 600
03:15:24 [2021-10-04T07:15:24.601Z] 
03:15:24 [2021-10-04T07:15:24.601Z] Error maps storage:
03:15:24 [2021-10-04T07:15:24.601Z]     Storage required for ACTION_SYMBOLS_BASE map: 2438 Bytes
03:15:24 [2021-10-04T07:15:24.601Z]     Storage required for ACTION_SYMBOLS_RANGE map: 3890 Bytes
03:15:24 [2021-10-04T07:15:24.601Z]     Storage required for NACTION_SYMBOLS_BASE map: 2438 Bytes
03:15:24 [2021-10-04T07:15:24.601Z]     Storage required for NACTION_SYMBOLS_RANGE map: 1606 Bytes
03:15:24 [2021-10-04T07:15:24.601Z]     Storage required for TERMINAL_INDEX map: 272 Bytes
03:15:24 [2021-10-04T07:15:24.601Z]     Storage required for NON_TERMINAL_INDEX map: 860 Bytes
03:15:24 [2021-10-04T07:15:24.601Z]     Storage required for STRING_BUFFER map: 17444 Bytes
03:15:24 [2021-10-04T07:15:24.601Z] 
03:15:24 [2021-10-04T07:15:24.601Z] ***Warning: Base Check vector contains value > 127. 16-bit words used.
03:15:24 [2021-10-04T07:15:24.601Z] ***Warning: Terminal symbol > 127. 16-bit words used.
03:15:24 [2021-10-04T07:15:24.601Z] non-sealed may be an invalid variable name.
03:15:24 [2021-10-04T07:15:24.601Z] 
03:15:24 [2021-10-04T07:15:24.601Z] Escaped symbol $eof is an invalid C variable.
03:15:24 [2021-10-04T07:15:24.601Z] 
03:15:24 [2021-10-04T07:15:24.601Z] Escaped symbol $error is an invalid C variable.
03:15:24 [2021-10-04T07:15:24.601Z] 
03:15:24 [2021-10-04T07:15:24.601Z] + popd
03:15:24 [2021-10-04T07:15:24.601Z] ~/jenkins/agent/workspace/eclipse.jdt.core-jikespg
[Pipeline] }
[Pipeline] // container
[Pipeline] archiveArtifacts
03:15:24 [2021-10-04T07:15:24.658Z] Archiving artifacts
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
Finished: SUCCESS