orcc/ci-server-scripts

orcc_build script fails with xronos

Closed this issue · 13 comments

I am configuring a server running latest install of Arch Linux for orcc. I have cloned orcc and orc-apps to $WORK_DIR and installed eclipse using orcc_eclipse_setup.

orcc_build is run using

./orcc_build $WORK_DIR $WORK_DIR/orcc/eclipse/feature/ $WORK_DIR/orcc/eclipse/plugins/ $WORK_DIR/orcc/eclipse/bundles/ $WORK_DIR/xronos/eclipse/plugins/

orcc_build script fails while building xronos plugin. The log is given below:

Variable BUILDTYPE has not been set. Initialized to "tests"
***START*** Fri, 23 May 2014 10:59:43 +0300 Build type: tests

****************************************************************
*             Generates Cal Xtext architecture                 *
****************************************************************

0    INFO  StandaloneSetup    - Registering platform uri '/home/sudeep/workspace/working-dir/build.dir.tests/plugins'
975  INFO  DirectoryCleaner   - Cleaning /home/sudeep/workspace/working-dir/build.dir.tests/plugins/net.sf.orcc.cal/../net.sf.orcc.cal/src-gen
976  INFO  DirectoryCleaner   - Cleaning /home/sudeep/workspace/working-dir/build.dir.tests/plugins/net.sf.orcc.cal/../net.sf.orcc.cal.ui/src-gen
976  INFO  DirectoryCleaner   - Cleaning /home/sudeep/workspace/working-dir/build.dir.tests/plugins/net.sf.orcc.cal/../net.sf.orcc.cal.tests/src-gen
1063 INFO  LanguageConfig     - generating infrastructure for net.sf.orcc.cal.Cal with fragments : ImplicitRuntimeFragment, ImplicitUiFragment, GrammarAccessFragment, EMFGeneratorFragment, ParseTreeConstructorFragment, ResourceFactoryFragment, XtextAntlrGeneratorFragment, JavaValidatorFragment, ImportNamespacesScopingFragment, QualifiedNamesFragment, BuilderIntegrationFragment, FormatterFragment, LabelProviderFragment, OutlineTreeProviderFragment, QuickOutlineFragment, JavaBasedContentAssistFragment, XtextAntlrUiGeneratorFragment, Junit4Fragment, QuickfixProviderFragment, RefactorElementNameFragment, CompareFragment
4155 INFO  GenModelHelper     - Registered GenModel 'http://orcc.sf.net/cal/Cal' from 'platform:/resource/net.sf.orcc.cal/model/generated/Cal.genmodel'
11691 INFO  JavaValidatorFragment - generating Java-based EValidator API
14172 INFO  Junit4Fragment     - generating Junit4 Test support classes
14182 INFO  CompareFragment    - generating Compare Framework infrastructure
14238 INFO  Workflow           - Done.

****************************************************************
*             Generates Java sources from Xtend                *
****************************************************************

==> Plugin: /home/sudeep/workspace/working-dir//build.dir.tests/plugins/net.sf.orcc.backends
0    INFO  XtendBatchCompiler - Compiling 48 source files to /home/sudeep/workspace/working-dir//build.dir.tests/plugins/net.sf.orcc.backends/xtend-gen
0 [main] INFO org.eclipse.xtend.core.compiler.batch.XtendBatchCompiler  - Compiling 48 source files to /home/sudeep/workspace/working-dir//build.dir.tests/plugins/net.sf.orcc.backends/xtend-gen

==> Plugin: /home/sudeep/workspace/working-dir//build.dir.tests/plugins/net.sf.orcc.core
0    INFO  XtendBatchCompiler - Compiling 1 source file to /home/sudeep/workspace/working-dir//build.dir.tests/plugins/net.sf.orcc.core/xtend-gen
0 [main] INFO org.eclipse.xtend.core.compiler.batch.XtendBatchCompiler  - Compiling 1 source file to /home/sudeep/workspace/working-dir//build.dir.tests/plugins/net.sf.orcc.core/xtend-gen

==> Plugin: /home/sudeep/workspace/working-dir//build.dir.tests/plugins/net.sf.orcc.models
0    INFO  XtendBatchCompiler - Compiling 1 source file to /home/sudeep/workspace/working-dir//build.dir.tests/plugins/net.sf.orcc.models/xtend-gen
0 [main] INFO org.eclipse.xtend.core.compiler.batch.XtendBatchCompiler  - Compiling 1 source file to /home/sudeep/workspace/working-dir//build.dir.tests/plugins/net.sf.orcc.models/xtend-gen

==> Plugin: /home/sudeep/workspace/working-dir//build.dir.tests/plugins/net.sf.orcc.simulators
0    INFO  XtendBatchCompiler - Compiling 2 source files to /home/sudeep/workspace/working-dir//build.dir.tests/plugins/net.sf.orcc.simulators/xtend-gen
0 [main] INFO org.eclipse.xtend.core.compiler.batch.XtendBatchCompiler  - Compiling 2 source files to /home/sudeep/workspace/working-dir//build.dir.tests/plugins/net.sf.orcc.simulators/xtend-gen

==> Plugin: /home/sudeep/workspace/working-dir//build.dir.tests/plugins/net.sf.orcc.ui
0    INFO  XtendBatchCompiler - Compiling 1 source file to /home/sudeep/workspace/working-dir//build.dir.tests/plugins/net.sf.orcc.ui/xtend-gen
0 [main] INFO org.eclipse.xtend.core.compiler.batch.XtendBatchCompiler  - Compiling 1 source file to /home/sudeep/workspace/working-dir//build.dir.tests/plugins/net.sf.orcc.ui/xtend-gen

==> Plugin: /home/sudeep/workspace/working-dir//build.dir.tests/plugins/org.xronos.orcc
0    ERROR XtendBatchCompiler - 
ERROR:  DebugPrinter.xtend - /home/sudeep/workspace/working-dir/build.dir.tests/plugins/org.xronos.orcc/src/org/xronos/orcc/backend/debug/DebugPrinter.xtend
225: The method profileEnd(Action) of type DebugPrinter must override a superclass method.
0 [main] ERROR org.eclipse.xtend.core.compiler.batch.XtendBatchCompiler  - 
ERROR:  DebugPrinter.xtend - /home/sudeep/workspace/working-dir/build.dir.tests/plugins/org.xronos.orcc/src/org/xronos/orcc/backend/debug/DebugPrinter.xtend
225: The method profileEnd(Action) of type DebugPrinter must override a superclass method.
3    ERROR XtendBatchCompiler - 
ERROR:  DebugPrinter.xtend - /home/sudeep/workspace/working-dir/build.dir.tests/plugins/org.xronos.orcc/src/org/xronos/orcc/backend/debug/DebugPrinter.xtend
226: The method profileStart(Action) of type DebugPrinter must override a superclass method.
3 [main] ERROR org.eclipse.xtend.core.compiler.batch.XtendBatchCompiler  - 
ERROR:  DebugPrinter.xtend - /home/sudeep/workspace/working-dir/build.dir.tests/plugins/org.xronos.orcc/src/org/xronos/orcc/backend/debug/DebugPrinter.xtend
226: The method profileStart(Action) of type DebugPrinter must override a superclass method.
4    WARN  XtendBatchCompiler - 
WARNING:    DebugPrinter.xtend - /home/sudeep/workspace/working-dir/build.dir.tests/plugins/org.xronos.orcc/src/org/xronos/orcc/backend/debug/DebugPrinter.xtend
191: Unnecessary cast from String to String
4 [main] WARN org.eclipse.xtend.core.compiler.batch.XtendBatchCompiler  - 
WARNING:    DebugPrinter.xtend - /home/sudeep/workspace/working-dir/build.dir.tests/plugins/org.xronos.orcc/src/org/xronos/orcc/backend/debug/DebugPrinter.xtend
191: Unnecessary cast from String to String

Which is the java version installed on your machine ?

java version "1.7.0_55"
OpenJDK Runtime Environment (IcedTea 2.4.7) (ArchLinux build 7.u55_2.4.7-1-x86_64)
OpenJDK 64-Bit Server VM (build 24.51-b03, mixed mode)

EDIT: Had posted for wrong system unfortunately! Apologies

Same error exists with java from Oracle

java version "1.7.0_55"
Java(TM) SE Runtime Environment (build 1.7.0_55-b13)
Java HotSpot(TM) 64-Bit Server VM (build 24.55-b03, mixed mode)

Here is the command and error log

$ ./orcc_build $WORK_DIR $WORK_DIR/orcc/eclipse/feature/ $WORK_DIR/orcc/eclipse/plugins/ $WORK_DIR/orcc/eclipse/bundles $WORK_DIR/xronos/eclipse/plugins/
Variable BUILDTYPE has not been set. Initialized to "tests"
***START*** Fri, 23 May 2014 12:48:42 +0300 Build type: tests

****************************************************************
*             Generates Cal Xtext architecture                 *
****************************************************************

0    INFO  StandaloneSetup    - Registering platform uri '/home/sudeep/workspace/working-dir/build.dir.tests/plugins'
1224 INFO  DirectoryCleaner   - Cleaning /home/sudeep/workspace/working-dir/build.dir.tests/plugins/net.sf.orcc.cal/../net.sf.orcc.cal/src-gen
1225 INFO  DirectoryCleaner   - Cleaning /home/sudeep/workspace/working-dir/build.dir.tests/plugins/net.sf.orcc.cal/../net.sf.orcc.cal.ui/src-gen
1225 INFO  DirectoryCleaner   - Cleaning /home/sudeep/workspace/working-dir/build.dir.tests/plugins/net.sf.orcc.cal/../net.sf.orcc.cal.tests/src-gen
1346 INFO  LanguageConfig     - generating infrastructure for net.sf.orcc.cal.Cal with fragments : ImplicitRuntimeFragment, ImplicitUiFragment, GrammarAccessFragment, EMFGeneratorFragment, ParseTreeConstructorFragment, ResourceFactoryFragment, XtextAntlrGeneratorFragment, JavaValidatorFragment, ImportNamespacesScopingFragment, QualifiedNamesFragment, BuilderIntegrationFragment, FormatterFragment, LabelProviderFragment, OutlineTreeProviderFragment, QuickOutlineFragment, JavaBasedContentAssistFragment, XtextAntlrUiGeneratorFragment, Junit4Fragment, QuickfixProviderFragment, RefactorElementNameFragment, CompareFragment
5424 INFO  GenModelHelper     - Registered GenModel 'http://orcc.sf.net/cal/Cal' from 'platform:/resource/net.sf.orcc.cal/model/generated/Cal.genmodel'
14272 INFO  JavaValidatorFragment - generating Java-based EValidator API
17378 INFO  Junit4Fragment     - generating Junit4 Test support classes
17391 INFO  CompareFragment    - generating Compare Framework infrastructure
17471 INFO  Workflow           - Done.

****************************************************************
*             Generates Java sources from Xtend                *
****************************************************************

==> Plugin: /home/sudeep/workspace/working-dir//build.dir.tests/plugins/net.sf.orcc.backends
0    INFO  XtendBatchCompiler - Compiling 48 source files to /home/sudeep/workspace/working-dir//build.dir.tests/plugins/net.sf.orcc.backends/xtend-gen
0 [main] INFO org.eclipse.xtend.core.compiler.batch.XtendBatchCompiler  - Compiling 48 source files to /home/sudeep/workspace/working-dir//build.dir.tests/plugins/net.sf.orcc.backends/xtend-gen

==> Plugin: /home/sudeep/workspace/working-dir//build.dir.tests/plugins/net.sf.orcc.core
0    INFO  XtendBatchCompiler - Compiling 1 source file to /home/sudeep/workspace/working-dir//build.dir.tests/plugins/net.sf.orcc.core/xtend-gen
0 [main] INFO org.eclipse.xtend.core.compiler.batch.XtendBatchCompiler  - Compiling 1 source file to /home/sudeep/workspace/working-dir//build.dir.tests/plugins/net.sf.orcc.core/xtend-gen

==> Plugin: /home/sudeep/workspace/working-dir//build.dir.tests/plugins/net.sf.orcc.models
0    INFO  XtendBatchCompiler - Compiling 1 source file to /home/sudeep/workspace/working-dir//build.dir.tests/plugins/net.sf.orcc.models/xtend-gen
0 [main] INFO org.eclipse.xtend.core.compiler.batch.XtendBatchCompiler  - Compiling 1 source file to /home/sudeep/workspace/working-dir//build.dir.tests/plugins/net.sf.orcc.models/xtend-gen

==> Plugin: /home/sudeep/workspace/working-dir//build.dir.tests/plugins/net.sf.orcc.simulators
0    INFO  XtendBatchCompiler - Compiling 2 source files to /home/sudeep/workspace/working-dir//build.dir.tests/plugins/net.sf.orcc.simulators/xtend-gen
0 [main] INFO org.eclipse.xtend.core.compiler.batch.XtendBatchCompiler  - Compiling 2 source files to /home/sudeep/workspace/working-dir//build.dir.tests/plugins/net.sf.orcc.simulators/xtend-gen

==> Plugin: /home/sudeep/workspace/working-dir//build.dir.tests/plugins/net.sf.orcc.ui
0    INFO  XtendBatchCompiler - Compiling 1 source file to /home/sudeep/workspace/working-dir//build.dir.tests/plugins/net.sf.orcc.ui/xtend-gen
0 [main] INFO org.eclipse.xtend.core.compiler.batch.XtendBatchCompiler  - Compiling 1 source file to /home/sudeep/workspace/working-dir//build.dir.tests/plugins/net.sf.orcc.ui/xtend-gen

==> Plugin: /home/sudeep/workspace/working-dir//build.dir.tests/plugins/org.xronos.orcc
0    ERROR XtendBatchCompiler - 
ERROR:  DebugPrinter.xtend - /home/sudeep/workspace/working-dir/build.dir.tests/plugins/org.xronos.orcc/src/org/xronos/orcc/backend/debug/DebugPrinter.xtend
225: The method profileEnd(Action) of type DebugPrinter must override a superclass method.
0 [main] ERROR org.eclipse.xtend.core.compiler.batch.XtendBatchCompiler  - 
ERROR:  DebugPrinter.xtend - /home/sudeep/workspace/working-dir/build.dir.tests/plugins/org.xronos.orcc/src/org/xronos/orcc/backend/debug/DebugPrinter.xtend
225: The method profileEnd(Action) of type DebugPrinter must override a superclass method.
2    ERROR XtendBatchCompiler - 
ERROR:  DebugPrinter.xtend - /home/sudeep/workspace/working-dir/build.dir.tests/plugins/org.xronos.orcc/src/org/xronos/orcc/backend/debug/DebugPrinter.xtend
226: The method profileStart(Action) of type DebugPrinter must override a superclass method.
2 [main] ERROR org.eclipse.xtend.core.compiler.batch.XtendBatchCompiler  - 
ERROR:  DebugPrinter.xtend - /home/sudeep/workspace/working-dir/build.dir.tests/plugins/org.xronos.orcc/src/org/xronos/orcc/backend/debug/DebugPrinter.xtend
226: The method profileStart(Action) of type DebugPrinter must override a superclass method.
2    WARN  XtendBatchCompiler - 
WARNING:        DebugPrinter.xtend - /home/sudeep/workspace/working-dir/build.dir.tests/plugins/org.xronos.orcc/src/org/xronos/orcc/backend/debug/DebugPrinter.xtend
191: Unnecessary cast from String to String
2 [main] WARN org.eclipse.xtend.core.compiler.batch.XtendBatchCompiler  - 
WARNING:        DebugPrinter.xtend - /home/sudeep/workspace/working-dir/build.dir.tests/plugins/org.xronos.orcc/src/org/xronos/orcc/backend/debug/DebugPrinter.xtend
191: Unnecessary cast from String to String

I don't know what it the exact cause of your issue. This script is used everyday on a Ubuntu server 12.04, using OpenJDK 1.6

java -version
java version "1.6.0_31"
OpenJDK Runtime Environment (IcedTea6 1.13.3) (6b31-1.13.3-1ubuntu1~0.12.04.2)
OpenJDK 64-Bit Server VM (build 23.25-b01, mixed mode)

I can also use this script on my development environment, Ubuntu 14.04

java -version
java version "1.7.0_55"
OpenJDK Runtime Environment (IcedTea 2.4.7) (7u55-2.4.7-1ubuntu1)
OpenJDK 64-Bit Server VM (build 24.51-b03, mixed mode)

Searching on the Internet for the error The method must override a superclass method. often mention the default eclipse configuration, based on Java 1.5. The basic workaround for this kind of error is to configure Eclipse Compiler Compliance level to 1.6. But this should not be the case here, since org.xronos.orcc plugin already overrides this configuration (see http://git.io/MXyqrw).

The error seems related to the fact that profileStart(Action) and profileEnd(Action) actions method are overridden in xronos DebugPrinter.xtend while they are not defined in the base class net.sf.orcc.backends.net.sf.orcc.backends.c.InstancePrinter. But these method are defined (if you cloned both master branches for orcc and xronos git repositories).

So I don't have any idea on the cause of this issue...

I changed the access qualifier of these two methods from private to protected. That seems to go around that problem. But that generated another problem. The script could not find org.xronos.openforge_0.0.0 while building pde scripts.

So in the end, I did away with xronos plugin entirely and edited feature.xml to remove plugin dependency xronos. That seems to have worked. I have to yet to try orcc_run_compilation & orcc_run_simulation scripts though.

I don't understand, in the Orcc master, the 2 methods are already in protected. See https://github.com/orcc/orcc/blob/master/eclipse/plugins/net.sf.orcc.backends/src/net/sf/orcc/backends/c/InstancePrinter.xtend#L801. And in the DebugPrinter.xtend file, these 2 methods are not set to private (see https://github.com/orcc/xronos/blob/master/eclipse/plugins/org.xronos.orcc/src/org/xronos/orcc/backend/debug/DebugPrinter.xtend#L225). So can you explain which was the methods you set to protected to resolve your issue ?

For the second error, I have the same question. The current master version is linked to openforge plugin version 2.0.2 (see https://github.com/orcc/xronos/blob/master/eclipse/plugins/org.xronos.orcc/META-INF/MANIFEST.MF#L23) which is correct. So where was the error with org.xronos.openforge_0.0.0 ?

you were saying from the beginning that you got orcc sources and orc-apps sources, did you take into account that you have to check out xronos as well. It is hosted as an application for Orcc users on github.
__
Mickaël

Le 23 mai 2014 à 16:05, Antoine Lorence notifications@github.com a écrit :

I don't understand, in the Orcc master, the 2 methods are already in protected. See https://github.com/orcc/orcc/blob/master/eclipse/plugins/net.sf.orcc.backends/src/net/sf/orcc/backends/c/InstancePrinter.xtend#L801. And in the DebugPrinter.xtend file, these 2 methods are not set to private (see https://github.com/orcc/xronos/blob/master/eclipse/plugins/org.xronos.orcc/src/org/xronos/orcc/backend/debug/DebugPrinter.xtend#L225). So can you explain which was the methods you set to protected to resolve your issue ?

For the second error, I have the same question. The current master version is linked to openforge plugin version 2.0.2 (the correct version: https://github.com/orcc/xronos/blob/master/eclipse/plugins/org.xronos.orcc/META-INF/MANIFEST.MF#L23). So where was the error with org.xronos.openforge_0.0.0 ?


Reply to this email directly or view it on GitHub.

Hmm. I have made some mistakes then. Apologies again.

  1. The orcc repo I'm using is old and had not updated. So I had missed that change from private to protected
  2. You were right, the Manifest file as well as error talks about openforge_2.0.2. I made mistakes writing it here

Well, here is the complete log of the error. But I this error is still from the old orcc repository. I have merge my work with the new one and report back. However that will take some time (perhaps after this weekend :D ). So until then ...

./orcc_build $WORK_DIR $WORK_DIR/AAorcc/eclipse/feature/ $WORK_DIR/AAorcc/eclipse/plugins/ $WORK_DIR/AAorcc/eclipse/bundles $WORK_DIR/xronos/eclipse/plugins/
Variable BUILDTYPE has not been set. Initialized to "tests"
***START*** Fri, 23 May 2014 16:53:42 +0300 Build type: tests

****************************************************************
*             Generates Cal Xtext architecture                 *
****************************************************************

0    INFO  StandaloneSetup    - Registering platform uri '/home/sudeep/workspace/working-dir/build.dir.tests/plugins'
1046 INFO  DirectoryCleaner   - Cleaning /home/sudeep/workspace/working-dir/build.dir.tests/plugins/net.sf.orcc.cal/../net.sf.orcc.cal/src-gen
1047 INFO  DirectoryCleaner   - Cleaning /home/sudeep/workspace/working-dir/build.dir.tests/plugins/net.sf.orcc.cal/../net.sf.orcc.cal.ui/src-gen
1047 INFO  DirectoryCleaner   - Cleaning /home/sudeep/workspace/working-dir/build.dir.tests/plugins/net.sf.orcc.cal/../net.sf.orcc.cal.tests/src-gen
1134 INFO  LanguageConfig     - generating infrastructure for net.sf.orcc.cal.Cal with fragments : ImplicitRuntimeFragment, ImplicitUiFragment, GrammarAccessFragment, EMFGeneratorFragment, ParseTreeConstructorFragment, ResourceFactoryFragment, XtextAntlrGeneratorFragment, JavaValidatorFragment, ImportNamespacesScopingFragment, QualifiedNamesFragment, BuilderIntegrationFragment, FormatterFragment, LabelProviderFragment, OutlineTreeProviderFragment, QuickOutlineFragment, JavaBasedContentAssistFragment, XtextAntlrUiGeneratorFragment, Junit4Fragment, QuickfixProviderFragment, RefactorElementNameFragment, CompareFragment
4713 INFO  GenModelHelper     - Registered GenModel 'http://orcc.sf.net/cal/Cal' from 'platform:/resource/net.sf.orcc.cal/model/generated/Cal.genmodel'
12603 INFO  JavaValidatorFragment - generating Java-based EValidator API
15126 INFO  Junit4Fragment     - generating Junit4 Test support classes
15136 INFO  CompareFragment    - generating Compare Framework infrastructure
15192 INFO  Workflow           - Done.

****************************************************************
*             Generates Java sources from Xtend                *
****************************************************************

==> Plugin: /home/sudeep/workspace/working-dir//build.dir.tests/plugins/net.sf.orcc.backends
0    INFO  XtendBatchCompiler - Compiling 48 source files to /home/sudeep/workspace/working-dir//build.dir.tests/plugins/net.sf.orcc.backends/xtend-gen
0 [main] INFO org.eclipse.xtend.core.compiler.batch.XtendBatchCompiler  - Compiling 48 source files to /home/sudeep/workspace/working-dir//build.dir.tests/plugins/net.sf.orcc.backends/xtend-gen

==> Plugin: /home/sudeep/workspace/working-dir//build.dir.tests/plugins/net.sf.orcc.core
0    INFO  XtendBatchCompiler - Compiling 1 source file to /home/sudeep/workspace/working-dir//build.dir.tests/plugins/net.sf.orcc.core/xtend-gen
0 [main] INFO org.eclipse.xtend.core.compiler.batch.XtendBatchCompiler  - Compiling 1 source file to /home/sudeep/workspace/working-dir//build.dir.tests/plugins/net.sf.orcc.core/xtend-gen

==> Plugin: /home/sudeep/workspace/working-dir//build.dir.tests/plugins/net.sf.orcc.models
0    INFO  XtendBatchCompiler - Compiling 1 source file to /home/sudeep/workspace/working-dir//build.dir.tests/plugins/net.sf.orcc.models/xtend-gen
0 [main] INFO org.eclipse.xtend.core.compiler.batch.XtendBatchCompiler  - Compiling 1 source file to /home/sudeep/workspace/working-dir//build.dir.tests/plugins/net.sf.orcc.models/xtend-gen

==> Plugin: /home/sudeep/workspace/working-dir//build.dir.tests/plugins/net.sf.orcc.simulators
0    INFO  XtendBatchCompiler - Compiling 2 source files to /home/sudeep/workspace/working-dir//build.dir.tests/plugins/net.sf.orcc.simulators/xtend-gen
0 [main] INFO org.eclipse.xtend.core.compiler.batch.XtendBatchCompiler  - Compiling 2 source files to /home/sudeep/workspace/working-dir//build.dir.tests/plugins/net.sf.orcc.simulators/xtend-gen

==> Plugin: /home/sudeep/workspace/working-dir//build.dir.tests/plugins/net.sf.orcc.ui
0    INFO  XtendBatchCompiler - Compiling 1 source file to /home/sudeep/workspace/working-dir//build.dir.tests/plugins/net.sf.orcc.ui/xtend-gen
0 [main] INFO org.eclipse.xtend.core.compiler.batch.XtendBatchCompiler  - Compiling 1 source file to /home/sudeep/workspace/working-dir//build.dir.tests/plugins/net.sf.orcc.ui/xtend-gen

==> Plugin: /home/sudeep/workspace/working-dir//build.dir.tests/plugins/org.xronos.orcc
0    WARN  XtendBatchCompiler - 
WARNING:        DebugPrinter.xtend - /home/sudeep/workspace/working-dir/build.dir.tests/plugins/org.xronos.orcc/src/org/xronos/orcc/backend/debug/DebugPrinter.xtend
191: Unnecessary cast from String to String
0 [main] WARN org.eclipse.xtend.core.compiler.batch.XtendBatchCompiler  - 
WARNING:        DebugPrinter.xtend - /home/sudeep/workspace/working-dir/build.dir.tests/plugins/org.xronos.orcc/src/org/xronos/orcc/backend/debug/DebugPrinter.xtend
191: Unnecessary cast from String to String
9    INFO  XtendBatchCompiler - Compiling 10 source files to /home/sudeep/workspace/working-dir//build.dir.tests/plugins/org.xronos.orcc/xtend-gen
9 [main] INFO org.eclipse.xtend.core.compiler.batch.XtendBatchCompiler  - Compiling 10 source files to /home/sudeep/workspace/working-dir//build.dir.tests/plugins/org.xronos.orcc/xtend-gen


****************************************************************
*                    Launches PDE Build                        *
****************************************************************

Buildfile: /home/sudeep/workspace/working-dir//eclipse.build/plugins/org.eclipse.pde.build_3.8.100.v20130514-1028/scripts/build.xml

main:

preBuild:

preSetup:

checkLocalMaps:

getMapFiles:
      [cvs] cvs checkout: CVSROOT must be an absolute pathname (not `${mapsRepo}')
      [cvs] cvs checkout: when using local access method.
      [cvs] cvs [checkout aborted]: Bad CVSROOT: `${mapsRepo}'.

postSetup:

checkLocalBase:

getBaseComponents:

processRepos:

fetch:

generate:

preGenerate:

allElements:

allElementsDelegator:

init:

generateScript:
[eclipse.buildScript] Some inter-plug-in dependencies have not been satisfied.
[eclipse.buildScript] Bundle org.xronos.orcc:
[eclipse.buildScript]   Missing required plug-in net.sf.orcc.backends_2.0.2.
[eclipse.buildScript]   Missing required plug-in net.sf.orcc.core_2.0.2.
[eclipse.buildScript]   Missing required plug-in net.sf.orcc.models_2.0.2.

BUILD FAILED
/home/sudeep/workspace/working-dir/eclipse.build/plugins/org.eclipse.pde.build_3.8.100.v20130514-1028/scripts/build.xml:35: The following error occurred while executing this line:
/home/sudeep/workspace/working-dir/eclipse.build/plugins/org.eclipse.pde.build_3.8.100.v20130514-1028/scripts/build.xml:91: The following error occurred while executing this line:
/home/sudeep/workspace/working-dir/eclipse.build/plugins/org.eclipse.pde.build_3.8.100.v20130514-1028/templates/headless-build/customTargets.xml:12: The following error occurred while executing this line:
/home/sudeep/workspace/working-dir/eclipse.build/plugins/org.eclipse.pde.build_3.8.100.v20130514-1028/templates/headless-build/allElements.xml:16: The following error occurred while executing this line:
/home/sudeep/workspace/working-dir/eclipse.build/plugins/org.eclipse.pde.build_3.8.100.v20130514-1028/scripts/genericTargets.xml:111: Processing inclusion from feature net.sf.orcc: Bundle org.xronos.orcc_2.0.2.201405231655 failed to resolve.:
        Missing required plug-in net.sf.orcc.backends_2.0.2.
        Missing required plug-in net.sf.orcc.core_2.0.2.
        Missing required plug-in net.sf.orcc.models_2.0.2.


Total time: 2 seconds
!SESSION 2014-05-23 16:55:14.298 -----------------------------------------------
eclipse.buildId=4.3.2.M20140221-1700
java.version=1.7.0_55
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -application org.eclipse.ant.core.antRunner -buildfile /home/sudeep/workspace/working-dir//eclipse.build/plugins/org.eclipse.pde.build_3.8.100.v20130514-1028/scripts/build.xml -DskipFetch=true -DtopLevelElementId=net.sf.orcc -DtopLevelElementType=feature -DjavacSource=1.7 -DjavacTarget=1.7 -DbaseLocation=/home/sudeep/workspace/working-dir//eclipse.build -DpluginPath=/home/sudeep/workspace/working-dir//eclipse.build:/home/sudeep/workspace/working-dir//build.dir.tests -DbuildDirectory=/home/sudeep/workspace/working-dir//build.dir.tests -Dbase=/home/sudeep/workspace/working-dir//build.dir.tests -DbuildId=testsBuild -DbuildType=I -DbuildLabel=. -DarchivePrefix=orcc_latest -DcollectingFolder=binary_output -DoutputUpdateJars=true
Command-line arguments:  -os linux -ws gtk -arch x86_64 -consoleLog -application org.eclipse.ant.core.antRunner -buildfile /home/sudeep/workspace/working-dir//eclipse.build/plugins/org.eclipse.pde.build_3.8.100.v20130514-1028/scripts/build.xml -DskipFetch=true -DtopLevelElementId=net.sf.orcc -DtopLevelElementType=feature -DjavacSource=1.7 -DjavacTarget=1.7 -DbaseLocation=/home/sudeep/workspace/working-dir//eclipse.build -DpluginPath=/home/sudeep/workspace/working-dir//eclipse.build:/home/sudeep/workspace/working-dir//build.dir.tests -DbuildDirectory=/home/sudeep/workspace/working-dir//build.dir.tests -Dbase=/home/sudeep/workspace/working-dir//build.dir.tests -DbuildId=testsBuild -DbuildType=I -DbuildLabel=. -DarchivePrefix=orcc_latest -DcollectingFolder=binary_output -DoutputUpdateJars=true

!ENTRY org.eclipse.osgi 4 0 2014-05-23 16:55:18.161
!MESSAGE Application error
!STACK 1
java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.eclipse.ant.core.AntRunner.run(AntRunner.java:513)
        at org.eclipse.ant.core.AntRunner.start(AntRunner.java:600)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
        at org.eclipse.equinox.launcher.Main.main(Main.java:1426)
Caused by: /home/sudeep/workspace/working-dir/eclipse.build/plugins/org.eclipse.pde.build_3.8.100.v20130514-1028/scripts/build.xml:35: The following error occurred while executing this line:
/home/sudeep/workspace/working-dir/eclipse.build/plugins/org.eclipse.pde.build_3.8.100.v20130514-1028/scripts/build.xml:91: The following error occurred while executing this line:
/home/sudeep/workspace/working-dir/eclipse.build/plugins/org.eclipse.pde.build_3.8.100.v20130514-1028/templates/headless-build/customTargets.xml:12: The following error occurred while executing this line:
/home/sudeep/workspace/working-dir/eclipse.build/plugins/org.eclipse.pde.build_3.8.100.v20130514-1028/templates/headless-build/allElements.xml:16: The following error occurred while executing this line:
/home/sudeep/workspace/working-dir/eclipse.build/plugins/org.eclipse.pde.build_3.8.100.v20130514-1028/scripts/genericTargets.xml:111: Processing inclusion from feature net.sf.orcc: Bundle org.xronos.orcc_2.0.2.201405231655 failed to resolve.:
        Missing required plug-in net.sf.orcc.backends_2.0.2.
        Missing required plug-in net.sf.orcc.core_2.0.2.
        Missing required plug-in net.sf.orcc.models_2.0.2.

        at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:551)
        at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:444)
        at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
        at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.Target.execute(Target.java:392)
        at org.apache.tools.ant.Target.performTasks(Target.java:413)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
        at org.eclipse.ant.internal.core.ant.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
        at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:672)
        at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:537)
        ... 19 more
Caused by: /home/sudeep/workspace/working-dir/eclipse.build/plugins/org.eclipse.pde.build_3.8.100.v20130514-1028/scripts/build.xml:91: The following error occurred while executing this line:
/home/sudeep/workspace/working-dir/eclipse.build/plugins/org.eclipse.pde.build_3.8.100.v20130514-1028/templates/headless-build/customTargets.xml:12: The following error occurred while executing this line:
/home/sudeep/workspace/working-dir/eclipse.build/plugins/org.eclipse.pde.build_3.8.100.v20130514-1028/templates/headless-build/allElements.xml:16: The following error occurred while executing this line:
/home/sudeep/workspace/working-dir/eclipse.build/plugins/org.eclipse.pde.build_3.8.100.v20130514-1028/scripts/genericTargets.xml:111: Processing inclusion from feature net.sf.orcc: Bundle org.xronos.orcc_2.0.2.201405231655 failed to resolve.:
        Missing required plug-in net.sf.orcc.backends_2.0.2.
        Missing required plug-in net.sf.orcc.core_2.0.2.
        Missing required plug-in net.sf.orcc.models_2.0.2.

        at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:551)
        at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:444)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
        at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.Target.execute(Target.java:392)
        at org.apache.tools.ant.Target.performTasks(Target.java:413)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
        at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
        at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
        at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
        ... 35 more
Caused by: /home/sudeep/workspace/working-dir/eclipse.build/plugins/org.eclipse.pde.build_3.8.100.v20130514-1028/templates/headless-build/customTargets.xml:12: The following error occurred while executing this line:
/home/sudeep/workspace/working-dir/eclipse.build/plugins/org.eclipse.pde.build_3.8.100.v20130514-1028/templates/headless-build/allElements.xml:16: The following error occurred while executing this line:
/home/sudeep/workspace/working-dir/eclipse.build/plugins/org.eclipse.pde.build_3.8.100.v20130514-1028/scripts/genericTargets.xml:111: Processing inclusion from feature net.sf.orcc: Bundle org.xronos.orcc_2.0.2.201405231655 failed to resolve.:
        Missing required plug-in net.sf.orcc.backends_2.0.2.
        Missing required plug-in net.sf.orcc.core_2.0.2.
        Missing required plug-in net.sf.orcc.models_2.0.2.

        at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:551)
        at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:444)
        at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
        at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.Target.execute(Target.java:392)
        at org.apache.tools.ant.Target.performTasks(Target.java:413)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
        at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
        at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
        at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
        ... 48 more
Caused by: /home/sudeep/workspace/working-dir/eclipse.build/plugins/org.eclipse.pde.build_3.8.100.v20130514-1028/templates/headless-build/allElements.xml:16: The following error occurred while executing this line:
/home/sudeep/workspace/working-dir/eclipse.build/plugins/org.eclipse.pde.build_3.8.100.v20130514-1028/scripts/genericTargets.xml:111: Processing inclusion from feature net.sf.orcc: Bundle org.xronos.orcc_2.0.2.201405231655 failed to resolve.:
        Missing required plug-in net.sf.orcc.backends_2.0.2.
        Missing required plug-in net.sf.orcc.core_2.0.2.
        Missing required plug-in net.sf.orcc.models_2.0.2.

        at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:551)
        at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:444)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
        at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.Target.execute(Target.java:392)
        at org.apache.tools.ant.Target.performTasks(Target.java:413)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
        at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
        at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
        at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
        ... 62 more
Caused by: /home/sudeep/workspace/working-dir/eclipse.build/plugins/org.eclipse.pde.build_3.8.100.v20130514-1028/scripts/genericTargets.xml:111: Processing inclusion from feature net.sf.orcc: Bundle org.xronos.orcc_2.0.2.201405231655 failed to resolve.:
        Missing required plug-in net.sf.orcc.backends_2.0.2.
        Missing required plug-in net.sf.orcc.core_2.0.2.
        Missing required plug-in net.sf.orcc.models_2.0.2.

        at org.eclipse.pde.internal.build.tasks.BuildScriptGeneratorTask.execute(BuildScriptGeneratorTask.java:94)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
        at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.Target.execute(Target.java:392)
        at org.apache.tools.ant.Target.performTasks(Target.java:413)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
        at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
        at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
        at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
        ... 75 more
Root exception:
/home/sudeep/workspace/working-dir/eclipse.build/plugins/org.eclipse.pde.build_3.8.100.v20130514-1028/scripts/build.xml:35: The following error occurred while executing this line:
/home/sudeep/workspace/working-dir/eclipse.build/plugins/org.eclipse.pde.build_3.8.100.v20130514-1028/scripts/build.xml:91: The following error occurred while executing this line:
/home/sudeep/workspace/working-dir/eclipse.build/plugins/org.eclipse.pde.build_3.8.100.v20130514-1028/templates/headless-build/customTargets.xml:12: The following error occurred while executing this line:
/home/sudeep/workspace/working-dir/eclipse.build/plugins/org.eclipse.pde.build_3.8.100.v20130514-1028/templates/headless-build/allElements.xml:16: The following error occurred while executing this line:
/home/sudeep/workspace/working-dir/eclipse.build/plugins/org.eclipse.pde.build_3.8.100.v20130514-1028/scripts/genericTargets.xml:111: Processing inclusion from feature net.sf.orcc: Bundle org.xronos.orcc_2.0.2.201405231655 failed to resolve.:
        Missing required plug-in net.sf.orcc.backends_2.0.2.
        Missing required plug-in net.sf.orcc.core_2.0.2.
        Missing required plug-in net.sf.orcc.models_2.0.2.

        at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:551)
        at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:444)
        at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
        at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.Target.execute(Target.java:392)
        at org.apache.tools.ant.Target.performTasks(Target.java:413)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
        at org.eclipse.ant.internal.core.ant.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
        at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:672)
        at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:537)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.eclipse.ant.core.AntRunner.run(AntRunner.java:513)
        at org.eclipse.ant.core.AntRunner.start(AntRunner.java:600)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
        at org.eclipse.equinox.launcher.Main.main(Main.java:1426)
Caused by: /home/sudeep/workspace/working-dir/eclipse.build/plugins/org.eclipse.pde.build_3.8.100.v20130514-1028/scripts/build.xml:91: The following error occurred while executing this line:
/home/sudeep/workspace/working-dir/eclipse.build/plugins/org.eclipse.pde.build_3.8.100.v20130514-1028/templates/headless-build/customTargets.xml:12: The following error occurred while executing this line:
/home/sudeep/workspace/working-dir/eclipse.build/plugins/org.eclipse.pde.build_3.8.100.v20130514-1028/templates/headless-build/allElements.xml:16: The following error occurred while executing this line:
/home/sudeep/workspace/working-dir/eclipse.build/plugins/org.eclipse.pde.build_3.8.100.v20130514-1028/scripts/genericTargets.xml:111: Processing inclusion from feature net.sf.orcc: Bundle org.xronos.orcc_2.0.2.201405231655 failed to resolve.:
        Missing required plug-in net.sf.orcc.backends_2.0.2.
        Missing required plug-in net.sf.orcc.core_2.0.2.
        Missing required plug-in net.sf.orcc.models_2.0.2.

        at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:551)
        at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:444)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
        at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.Target.execute(Target.java:392)
        at org.apache.tools.ant.Target.performTasks(Target.java:413)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
        at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
        at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
        at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
        ... 35 more
Caused by: /home/sudeep/workspace/working-dir/eclipse.build/plugins/org.eclipse.pde.build_3.8.100.v20130514-1028/templates/headless-build/customTargets.xml:12: The following error occurred while executing this line:
/home/sudeep/workspace/working-dir/eclipse.build/plugins/org.eclipse.pde.build_3.8.100.v20130514-1028/templates/headless-build/allElements.xml:16: The following error occurred while executing this line:
/home/sudeep/workspace/working-dir/eclipse.build/plugins/org.eclipse.pde.build_3.8.100.v20130514-1028/scripts/genericTargets.xml:111: Processing inclusion from feature net.sf.orcc: Bundle org.xronos.orcc_2.0.2.201405231655 failed to resolve.:
        Missing required plug-in net.sf.orcc.backends_2.0.2.
        Missing required plug-in net.sf.orcc.core_2.0.2.
        Missing required plug-in net.sf.orcc.models_2.0.2.

        at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:551)
        at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:444)
        at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
        at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.Target.execute(Target.java:392)
        at org.apache.tools.ant.Target.performTasks(Target.java:413)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
        at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
        at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
        at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
        ... 48 more
Caused by: /home/sudeep/workspace/working-dir/eclipse.build/plugins/org.eclipse.pde.build_3.8.100.v20130514-1028/templates/headless-build/allElements.xml:16: The following error occurred while executing this line:
/home/sudeep/workspace/working-dir/eclipse.build/plugins/org.eclipse.pde.build_3.8.100.v20130514-1028/scripts/genericTargets.xml:111: Processing inclusion from feature net.sf.orcc: Bundle org.xronos.orcc_2.0.2.201405231655 failed to resolve.:
        Missing required plug-in net.sf.orcc.backends_2.0.2.
        Missing required plug-in net.sf.orcc.core_2.0.2.
        Missing required plug-in net.sf.orcc.models_2.0.2.

        at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:551)
        at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:444)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
        at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.Target.execute(Target.java:392)
        at org.apache.tools.ant.Target.performTasks(Target.java:413)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
        at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
        at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
        at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
        ... 62 more
Caused by: /home/sudeep/workspace/working-dir/eclipse.build/plugins/org.eclipse.pde.build_3.8.100.v20130514-1028/scripts/genericTargets.xml:111: Processing inclusion from feature net.sf.orcc: Bundle org.xronos.orcc_2.0.2.201405231655 failed to resolve.:
        Missing required plug-in net.sf.orcc.backends_2.0.2.
        Missing required plug-in net.sf.orcc.core_2.0.2.
        Missing required plug-in net.sf.orcc.models_2.0.2.

        at org.eclipse.pde.internal.build.tasks.BuildScriptGeneratorTask.execute(BuildScriptGeneratorTask.java:94)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
        at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.Target.execute(Target.java:392)
        at org.apache.tools.ant.Target.performTasks(Target.java:413)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
        at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
        at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
        at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
        ... 75 more

The error you get is normal. Since Xronos and Orcc plugins doesn't live in the same repo, their version numbers and dependencies can be unsynchronized. Unfortunately we can't do anything about that. When you will have updated your local clones of Orcc and Xronos to compliant revisions, the script should work

Thanks!

By the way, the first error you get were completely reproducible in a standard eclipse configuration. If you had tried to import your local clones of orcc and xronos plugins in your usual eclipse environment, you'll see the error directly. It is absolutely not related to scripts

That is true. However, my development work never involved xronos and I consequently I never used with eclipse configuration. Initially I tried to run this script without xronos plugin (assuming that I would not need it). But, PDE build step somehow depends on xronos plugin and that was the point errors started to emerge. The build passed without error when I edited features.xml file to remove dependencies on xronos.

I added this information in the wiki for future users. https://github.com/orcc/ci-server-scripts/wiki/Orcc-command-line-scripts