See 
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/125/display/redirect>

Changes:


------------------------------------------
[...truncated 35.41 KB...]
    [mxmlc] scanning for overrides: VerticalFlexLayout
    [mxmlc] scanning for overrides: ListPresentationModel
    [mxmlc] scanning for overrides: IBinding
    [mxmlc] scanning for overrides: ConstantBinding
    [mxmlc] scanning for overrides: GenericBinding
    [mxmlc] scanning for overrides: ItemRendererDataBinding
    [mxmlc] scanning for overrides: WatcherBase
    [mxmlc] scanning for overrides: PropertyWatcher
    [mxmlc] scanning for overrides: SimpleBinding
    [mxmlc] scanning for overrides: ContainerBaseStrandChildren
    [mxmlc] scanning for overrides: ItemAndDescriptor
    [mxmlc] scanning for overrides: SolidBorderUtil
    [mxmlc] scanning for overrides: StringPadder
    [mxmlc] scanning for overrides: StringTrimmer
    [mxmlc] scanning for overrides: A
    [mxmlc] scanning for overrides: Img
    [mxmlc] scanning for overrides: SocialButtons
    [mxmlc] scanning for overrides: TopMenuBase
    [mxmlc] scanning for overrides: TopMenu
    [mxmlc] scanning for overrides: ParameterRenderer
    [mxmlc] scanning for overrides: ItemRendererSimpleBinding
    [mxmlc] scanning for overrides: TopMenuButton
    [mxmlc] 66262 bytes written to 
C:\jenkins\workspace\Royale_ASDoc_Example\examples\royale\ASDoc\bin-release\ASDoc.swf
 in 6.491 seconds
    [mxmlc] Nov 10, 2019 3:33:21 AM 
com.google.javascript.jscomp.LoggerErrorManager println
    [mxmlc] WARNING: externs/dialogPolyfill.js:19: WARNING - accessing name 
dialogPolyfill in externs has no effect. Perhaps you forgot to add a var 
keyword?
    [mxmlc] dialogPolyfill = function() {
    [mxmlc] ^^^^^^^^^^^^^^
    [mxmlc] 
    [mxmlc] Nov 10, 2019 3:33:21 AM 
com.google.javascript.jscomp.LoggerErrorManager println
    [mxmlc] WARNING: externs/dialogPolyfill.js:19: WARNING - variable 
dialogPolyfill is undeclared
    [mxmlc] dialogPolyfill = function() {
    [mxmlc] ^^^^^^^^^^^^^^
    [mxmlc] 
    [mxmlc] Nov 10, 2019 3:33:21 AM 
com.google.javascript.jscomp.LoggerErrorManager println
    [mxmlc] WARNING: externs/dialogPolyfill.js:27: WARNING - name 
dialogPolyfill is not defined in the externs.
    [mxmlc] dialogPolyfill.registerDialog = function(dialog) {
    [mxmlc] ^^^^^^^^^^^^^^
    [mxmlc] 
    [mxmlc] Nov 10, 2019 3:33:21 AM 
com.google.javascript.jscomp.LoggerErrorManager printSummary
    [mxmlc] WARNING: 0 error(s), 3 warning(s), 97.3% typed
    [mxmlc] The project 'ASDoc' has been successfully compiled and optimized.
    [mxmlc] 35.7057098 seconds
    [mxmlc] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g

build_example.check-air:

build_example.copy-app-xml:

main:

json:
     [echo] ROYALE_COMPILER_HOME: C:\jenkins\workspace\royale-asjs/js
     [java] 
C:\jenkins\workspace\royale-asjs\frameworks\projects\Core\src\main\royale\org\apache\royale\utils\object\defineSimpleProperty.as(35):
 col: 12 Encountered this keyword within closure. Value of this will not be the 
same as enclosing scope.
     [java] 
     [java]                             return this[privateProp];
     [java]                                    ^
     [java] 
     [java] 
C:\jenkins\workspace\royale-asjs\frameworks\projects\Core\src\main\royale\org\apache\royale\utils\object\defineSimpleProperty.as(38):
 col: 5 Encountered this keyword within closure. Value of this will not be the 
same as enclosing scope.
     [java] 
     [java]                             this[privateProp] = val;
     [java]                             ^
     [java] 
     [java] 
C:\jenkins\workspace\royale-asjs\frameworks\projects\GoogleMaps\src\main\royale\org\apache\royale\maps\google\beads\GoogleMapView.as(114):
 col: 6 Encountered this keyword within closure. Value of this will not be the 
same as enclosing scope.
     [java] 
     [java]                             (this['mapView'] as 
GoogleMapView).finishInitialization();
     [java]                              ^
     [java] 
     [java] 
C:\jenkins\workspace\royale-asjs\frameworks\projects\Language\src\main\royale\org\apache\royale\utils\Language.as(148):
 col: 17 Use of the instanceof operator.  The instanceof operator is 
deprecated, use the is operator instead.
     [java] 
     [java]             if (leftOperand instanceof rightOperand)
     [java]                 ^
     [java] 
     [java] 
C:\jenkins\workspace\royale-asjs\frameworks\projects\Language\src\main\royale\org\apache\royale\utils\Language.as(720):
 col: 36 Use of the instanceof operator.  The instanceof operator is 
deprecated, use the is operator instead.
     [java] 
     [java]         var ret:Boolean = base &&  v[Language.SYNTH_TAG_FIELD] 
instanceof langSynthType['_types'][typeName];
     [java]                                    ^
     [java] 
     [java] 
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231):
 col: 21 Encountered this keyword within closure. Value of this will not be the 
same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] 
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232):
 col: 21 Encountered this keyword within closure. Value of this will not be the 
same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] 
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231):
 col: 22 Encountered this keyword within closure. Value of this will not be the 
same as enclosing scope.
     [java] 
     [java]                         this.boxStroke = boxStroke;
     [java]                         ^
     [java] 
     [java] 
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232):
 col: 22 Encountered this keyword within closure. Value of this will not be the 
same as enclosing scope.
     [java] 
     [java]                         this.declineFill = declineFill;
     [java]                         ^
     [java] 
     [java] 
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228):
 col: 22 Encountered this keyword within closure. Value of this will not be the 
same as enclosing scope.
     [java] 
     [java]                         this.closeTickStroke = tickStroke;
     [java]                         ^
     [java] 
     [java] 
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229):
 col: 22 Encountered this keyword within closure. Value of this will not be the 
same as enclosing scope.
     [java] 
     [java]                         this.openTickStroke = tickStroke;
     [java]                         ^
     [java] 
     [java] 
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230):
 col: 22 Encountered this keyword within closure. Value of this will not be the 
same as enclosing scope.
     [java] 
     [java]                         this.stroke = stroke;
     [java]                         ^
     [java] 
     [java] 
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231):
 col: 22 Encountered this keyword within closure. Value of this will not be the 
same as enclosing scope.
     [java] 
     [java]                         this.hlocColor = stroke.color;
     [java]                         ^
     [java] 
     [java] 
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179):
 col: 22 Encountered this keyword within closure. Value of this will not be the 
same as enclosing scope.
     [java] 
     [java]                         this.lineStroke = stroke;
     [java]                         ^
     [java] 
     [java] 
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180):
 col: 22 Encountered this keyword within closure. Value of this will not be the 
same as enclosing scope.
     [java] 
     [java]                         this.stroke = stroke;
     [java]                         ^
     [java] 
     [java] 
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181):
 col: 22 Encountered this keyword within closure. Value of this will not be the 
same as enclosing scope.
     [java] 
     [java]                         this.lineSegmentRenderer = new 
ClassFactory(LineRenderer);
     [java]                         ^
     [java] 
     [java] 
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158):
 col: 22 Encountered this keyword within closure. Value of this will not be the 
same as enclosing scope.
     [java] 
     [java]                         this.fill = fill;
     [java]                         ^
     [java] 
     [java] 
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159):
 col: 22 Encountered this keyword within closure. Value of this will not be the 
same as enclosing scope.
     [java] 
     [java]                         this.itemRenderer = skin;
     [java]                         ^
     [java] 
     [java] 
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160):
 col: 22 Encountered this keyword within closure. Value of this will not be the 
same as enclosing scope.
     [java] 
     [java]                         this.radius = radius
     [java]                         ^
     [java] 
     [java] 
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213):
 col: 6 Encountered this keyword within closure. Value of this will not be the 
same as enclosing scope.
     [java] 
     [java]                                     this.fill =  defaultFill;
     [java]                                     ^
     [java] 
     [java] 
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214):
 col: 6 Encountered this keyword within closure. Value of this will not be the 
same as enclosing scope.
     [java] 
     [java]                                     this.areaFill = defaultFill;
     [java]                                     ^
     [java] 
     [java] 
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215):
 col: 6 Encountered this keyword within closure. Value of this will not be the 
same as enclosing scope.
     [java] 
     [java]                                     this.areaStroke =  emptyStroke;
     [java]                                     ^
     [java] 
     [java] 
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216):
 col: 6 Encountered this keyword within closure. Value of this will not be the 
same as enclosing scope.
     [java] 
     [java]                                     this.lineStroke =  
defaultStroke;
     [java]                                     ^
     [java] 
     [java] 
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\utils\ObjectUtil.as(715):
 col: 34 Use of the instanceof operator.  The instanceof operator is 
deprecated, use the is operator instead.
     [java] 
     [java]                         isDict = value instanceof Map || value 
instanceof WeakMap;
     [java]                                  ^
     [java] 
     [java] 
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\utils\ObjectUtil.as(715):
 col: 58 Use of the instanceof operator.  The instanceof operator is 
deprecated, use the is operator instead.
     [java] 
     [java]                         isDict = value instanceof Map || value 
instanceof WeakMap;
     [java]                                                          ^
     [java] 
     [java] 
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\utils\ObjectUtil.as(1449):
 col: 32 Use of the instanceof operator.  The instanceof operator is 
deprecated, use the is operator instead.
     [java] 
     [java]         var isDict:Boolean  = (obj instanceof Map || obj instanceof 
WeakMap);
     [java]                                ^
     [java] 
     [java] 
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\utils\ObjectUtil.as(1449):
 col: 54 Use of the instanceof operator.  The instanceof operator is 
deprecated, use the is operator instead.
     [java] 
     [java]         var isDict:Boolean  = (obj instanceof Map || obj instanceof 
WeakMap);
     [java]                                                      ^
     [java] 
     [java] 
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\utils\ObjectUtil.as(1451):
 col: 17 Use of the instanceof operator.  The instanceof operator is 
deprecated, use the is operator instead.
     [java] 
     [java]             if (obj instanceof WeakMap) throw new Error('WeakMap 
cannot be enumerated, use Map instead');
     [java]                 ^
     [java] 
     [java] 
C:\jenkins\workspace\royale-asjs\frameworks\projects\Network\src\main\royale\org\apache\royale\net\remoting\amf\AMFBinaryData.as(811):
 col: 7 Use of the instanceof operator.  The instanceof operator is deprecated, 
use the is operator instead.
     [java] 
     [java]             if (value instanceof Function) {
     [java]                 ^
     [java] 
     [java] 
C:\jenkins\workspace\royale-asjs\frameworks\projects\Reflection\src\main\royale\ReflectionClasses.as(49):
 col: 68 Access of possibly undefined property getMembersWithMetadata.
     [java] 
     [java]     import 
org.apache.royale.reflection.utils.getMembersWithMetadata; 
getMembersWithMetadata;
     [java]                                                                     
  ^
     [java] 
     [java] 
C:\jenkins\workspace\royale-asjs\frameworks\projects\Reflection\src\main\royale\org\apache\royale\reflection\utils\getMembersWithMetadata.as
 Internal error in file scope builder subsystem, when generating code for: 
C:\jenkins\workspace\royale-asjs\frameworks\projects\Reflection\src\main\royale\org\apache\royale\reflection\utils\getMembersWithMetadata.as:
 java.lang.NullPointerException
     [java]     at 
org.apache.royale.compiler.internal.scopes.ASScopeBase.verify(ASScopeBase.java:426)
     [java]     at 
org.apache.royale.compiler.internal.definitions.ScopedDefinitionBase.verify(ScopedDefinitionBase.java:65)
     [java]     at 
org.apache.royale.compiler.internal.scopes.ASScopeBase.verify(ASScopeBase.java:430)
     [java]     at 
org.apache.royale.compiler.internal.definitions.ScopedDefinitionBase.verify(ScopedDefinitionBase.java:65)
     [java]     at 
org.apache.royale.compiler.internal.scopes.ASScopeBase.verify(ASScopeBase.java:430)
     [java]     at 
org.apache.royale.compiler.internal.units.CompilationUnitBase.addScopeToProjectScope(CompilationUnitBase.java:857)
     [java]     at 
org.apache.royale.compiler.internal.units.CompilationUnitBase.processFileScopeRequest(CompilationUnitBase.java:868)
     [java]     at 
org.apache.royale.compiler.internal.units.CompilationUnitBase.access$200(CompilationUnitBase.java:109)
     [java]     at 
org.apache.royale.compiler.internal.units.CompilationUnitBase$3$1.call(CompilationUnitBase.java:288)
     [java]     at 
org.apache.royale.compiler.internal.units.CompilationUnitBase$3$1.call(CompilationUnitBase.java:284)
     [java]     at 
org.apache.royale.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:228)
     [java]     at 
org.apache.royale.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:222)
     [java]     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
     [java]     at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
     [java]     at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
     [java]     at java.lang.Thread.run(Thread.java:748)
     [java] 
     [java] 
     [java] 
     [java] 
C:\jenkins\workspace\royale-asjs\frameworks\projects\Storage\src\main\royale\org\apache\royale\storage\file\DataInputStream.as(73):
 col: 24 Encountered this keyword within closure. Value of this will not be the 
same as enclosing scope.
     [java] 
     [java]                             streamEvent.data = this.result;
     [java]                                                ^
     [java] 
     [java] 
C:\jenkins\workspace\royale-asjs\frameworks\projects\Storage\src\main\royale\org\apache\royale\storage\providers\AndroidExternalStorageProvider.as(106):
 col: 24 Encountered this keyword within closure. Value of this will not be the 
same as enclosing scope.
     [java] 
     [java]                                                     newEvent.data = 
this.result;
     [java]                                                                     
^
     [java] 
     [java] 
C:\jenkins\workspace\royale-asjs\frameworks\projects\Storage\src\main\royale\org\apache\royale\storage\providers\WebStorageProvider.as(105):
 col: 24 Encountered this keyword within closure. Value of this will not be the 
same as enclosing scope.
     [java] 
     [java]                                                     newEvent.data = 
this.result;
     [java]                                                                     
^
     [java] 
     [java] 105.1410523 seconds
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/125/artifact/examples/royale/ASDoc/build.xml>:49:
 The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/125/artifact/examples/royale/ASDoc/build.xml>:109:
 condition satisfied

Total time: 2 minutes 45 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Reply via email to