You are viewing a plain text version of this content. The canonical link for it is here.
Posted to royale-builds@royale.apache.org by ap...@gmail.com on 2020/11/12 04:18:41 UTC

Build failed in Jenkins: royale-asjs_jsonly #2453

See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-asjs_jsonly/2453/display/redirect>

Changes:


------------------------------------------
[...truncated 588.17 KB...]
check-dependency-closure:

download-dependency-closure:
     [echo] basedir is C:\jenkins\workspace\royale-compiler\compiler-jx\src\main\resources
     [echo] ROYALE_COMPILER_HOME is C:\jenkins\workspace\royale-compiler\compiler-jx
     [echo] ROYALE_COMPILER_HOME is C:\jenkins\workspace\royale-compiler\compiler-jx

check-dependency:

download-dependency:
     [echo] basedir is C:\jenkins\workspace\royale-compiler\compiler-jx\src\main\resources
     [echo] ROYALE_COMPILER_HOME is C:\jenkins\workspace\royale-compiler\compiler-jx
     [echo] ROYALE_COMPILER_HOME is C:\jenkins\workspace\royale-compiler\compiler-jx

check-dependency:

download-dependency:
     [echo] basedir is C:\jenkins\workspace\royale-compiler\compiler-jx\src\main\resources
     [echo] ROYALE_COMPILER_HOME is C:\jenkins\workspace\royale-compiler\compiler-jx
     [echo] ROYALE_COMPILER_HOME is C:\jenkins\workspace\royale-compiler\compiler-jx

check-dependency:

download-dependency:

main:

compile:
    [javac] C:\jenkins\workspace\royale-compiler\compiler-jx\build.xml:91: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 209 source files to C:\jenkins\workspace\royale-compiler\compiler-jx\target\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7
    [javac] 1 warning

main:
     [copy] Copying 1 file to C:\jenkins\workspace\royale-compiler\compiler-jx\target\classes\META-INF
     [copy] Copying 1 file to C:\jenkins\workspace\royale-compiler\compiler-jx\target\classes\META-INF
     [echo] Building C:/jenkins/workspace/royale-compiler/compiler-jx/lib/jsc.jar
      [jar] Building jar: C:\jenkins\workspace\royale-compiler\compiler-jx\lib\jsc.jar
     [echo] Building C:/jenkins/workspace/royale-compiler/compiler-jx/lib/mxmlc.jar
      [jar] Building jar: C:\jenkins\workspace\royale-compiler\compiler-jx\lib\mxmlc.jar
     [echo] Building C:/jenkins/workspace/royale-compiler/compiler-jx/lib/compc.jar
      [jar] Building jar: C:\jenkins\workspace\royale-compiler\compiler-jx\lib\compc.jar
     [echo] Building C:/jenkins/workspace/royale-compiler/compiler-jx/lib/asdoc.jar
      [jar] Building jar: C:\jenkins\workspace\royale-compiler\compiler-jx\lib\asdoc.jar

compiler.jx.tests:

test:

js.swc:
     [java] args:
     [java] -targets=SWF
     [java] -load-config=C:/jenkins/workspace/royale-compiler/compiler-jx/src/test/../../../compiler-externc/target/compile-as-config.xml
     [java] -output=C:/jenkins/workspace/royale-compiler/compiler-jx/src/test/../../../compiler-externc/target/js.swc
     [java] target:SWF
     [java] COMPC
     [java] Loading configuration: C:\jenkins\workspace\royale-compiler\compiler-externc\target\compile-as-config.xml
     [java] 
     [java] 390383 bytes written to C:\jenkins\workspace\royale-compiler\compiler-externc\target\js.swc in 5.766 seconds
     [java] 6.4862725 seconds
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g

custom.swc:
     [copy] Copying 1 file to C:\jenkins\workspace\royale-compiler\compiler-jx\target
     [java] args:
     [java] -load-config=C:/jenkins/workspace/royale-compiler/compiler-jx/src/test/../../target/compile-js-config.xml
     [java] -output=C:/jenkins/workspace/royale-compiler/compiler-jx/src/test/../../target/custom.swc
     [java] target:SWF
     [java] target:JSRoyale
     [java] COMPC
     [java] Loading configuration: C:\jenkins\workspace\royale-compiler\compiler-jx\target\compile-js-config.xml
     [java] 
     [java] 5951 bytes written to C:\jenkins\workspace\royale-compiler\compiler-jx\target\custom.swc in 0.810 seconds
     [java] COMPCJSCRoyale
     [java] 2.1430022 seconds
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g

download:

prepare:

junit-jar-check:

junit-jar:

main:

compile.unit.tests:
    [mkdir] Created dir: C:\jenkins\workspace\royale-compiler\compiler-jx\target\test-classes
     [copy] Copying 159 files to C:\jenkins\workspace\royale-compiler\compiler-jx\target\test-classes
    [javac] Compiling 73 source files to C:\jenkins\workspace\royale-compiler\compiler-jx\target\test-classes
    [javac] C:\jenkins\workspace\royale-compiler\compiler-jx\src\test\java\org\apache\royale\compiler\internal\codegen\js\royale\TestRoyaleAccessors.java:39: warning: [cast] redundant cast to RoyaleJSProject
    [javac]     	((RoyaleJSProject)project).config = new JSGoogConfiguration();
    [javac]     	 ^
    [javac] C:\jenkins\workspace\royale-compiler\compiler-jx\src\test\java\org\apache\royale\compiler\internal\codegen\js\royale\TestRoyaleClass.java:41: warning: [cast] redundant cast to RoyaleJSProject
    [javac]     	((RoyaleJSProject)project).config = new JSGoogConfiguration();
    [javac]     	 ^
    [javac] C:\jenkins\workspace\royale-compiler\compiler-jx\src\test\java\org\apache\royale\compiler\internal\codegen\js\royale\TestRoyaleExpressions.java:63: warning: [cast] redundant cast to RoyaleJSProject
    [javac]     	((RoyaleJSProject)project).config = config;
    [javac]     	 ^
    [javac] C:\jenkins\workspace\royale-compiler\compiler-jx\src\test\java\org\apache\royale\compiler\internal\codegen\js\royale\TestRoyaleFile.java:45: warning: [cast] redundant cast to RoyaleJSProject
    [javac]     	((RoyaleJSProject)project).config = new JSGoogConfiguration();
    [javac]     	 ^
    [javac] C:\jenkins\workspace\royale-compiler\compiler-jx\src\test\java\org\apache\royale\compiler\internal\codegen\js\royale\TestRoyalePackage.java:50: warning: [cast] redundant cast to RoyaleJSProject
    [javac]     	((RoyaleJSProject)project).config = config;
    [javac]     	 ^
    [javac] C:\jenkins\workspace\royale-compiler\compiler-jx\src\test\java\org\apache\royale\compiler\internal\codegen\js\royale\TestRoyaleProject.java:173: warning: [cast] redundant cast to RoyaleJSProject
    [javac] 			((RoyaleJSProject)project).config.setCompilerAllowSubclassOverrides(null, true);
    [javac] 			 ^
    [javac] C:\jenkins\workspace\royale-compiler\compiler-jx\src\test\java\org\apache\royale\compiler\internal\codegen\js\royale\TestRoyaleProject.java:177: warning: [cast] redundant cast to RoyaleJSProject
    [javac]         project.setTargetSettings(new TargetSettings(((RoyaleJSProject)project).config, (RoyaleJSProject)project));
    [javac]                                                       ^
    [javac] C:\jenkins\workspace\royale-compiler\compiler-jx\src\test\java\org\apache\royale\compiler\internal\codegen\js\royale\TestRoyaleProject.java:177: warning: [cast] redundant cast to RoyaleJSProject
    [javac]         project.setTargetSettings(new TargetSettings(((RoyaleJSProject)project).config, (RoyaleJSProject)project));
    [javac]                                                                                         ^
    [javac] C:\jenkins\workspace\royale-compiler\compiler-jx\src\test\java\org\apache\royale\compiler\internal\codegen\js\royale\TestRoyaleProject.java:196: warning: [cast] redundant cast to RoyaleJSProject
    [javac] 			((RoyaleJSProject)project).config.setCompilerAllowSubclassOverrides(null, true);
    [javac] 			 ^
    [javac] C:\jenkins\workspace\royale-compiler\compiler-jx\src\test\java\org\apache\royale\compiler\internal\codegen\js\royale\TestRoyaleProject.java:200: warning: [cast] redundant cast to RoyaleJSProject
    [javac]         project.setTargetSettings(new TargetSettings(((RoyaleJSProject)project).config, (RoyaleJSProject)project));
    [javac]                                                       ^
    [javac] C:\jenkins\workspace\royale-compiler\compiler-jx\src\test\java\org\apache\royale\compiler\internal\codegen\js\royale\TestRoyaleProject.java:200: warning: [cast] redundant cast to RoyaleJSProject
    [javac]         project.setTargetSettings(new TargetSettings(((RoyaleJSProject)project).config, (RoyaleJSProject)project));
    [javac]                                                                                         ^
    [javac] C:\jenkins\workspace\royale-compiler\compiler-jx\src\test\java\org\apache\royale\compiler\internal\codegen\js\royale\TestRoyaleProject.java:353: warning: [cast] redundant cast to RoyaleJSProject
    [javac]         ((RoyaleJSProject)project).unitTestExterns = externs;
    [javac]          ^
    [javac] C:\jenkins\workspace\royale-compiler\compiler-jx\src\test\java\org\apache\royale\compiler\internal\codegen\mxml\TestMXMLAttributes.java:49: warning: [cast] redundant cast to IMXMLInstanceNode
    [javac]         assertThat(((IMXMLInstanceNode) node).getID(), is("myBtn"));
    [javac]                     ^
    [javac] C:\jenkins\workspace\royale-compiler\compiler-jx\src\test\java\org\apache\royale\compiler\internal\codegen\mxml\royale\TestRoyaleMXMLApplication.java:51: warning: [cast] redundant cast to RoyaleJSProject
    [javac]     	((RoyaleJSProject)project).config = new JSGoogConfiguration();
    [javac]     	 ^
    [javac] 14 warnings

unit.tests:
    [mkdir] Created dir: C:\jenkins\workspace\royale-compiler\compiler-jx\target\junit-results
    [mkdir] Created dir: C:\jenkins\workspace\royale-compiler\compiler-jx\target\junit-temp
    [junit] Running org.apache.royale.compiler.internal.codegen.as.TestAccessorMembers
    [junit] looking for C:\jenkins\workspace\royale-compiler\env.properties
    [junit] environment property - FLEX_HOME = null
    [junit] environment property - PLAYERGLOBAL_HOME = null
    [junit] environment property - PLAYERGLOBAL_VERSION = 11.1
    [junit] environment property - TLF_HOME = null
    [junit] environment property - AIR_HOME = null
    [junit] environment property - FLASHPLAYER_DEBUGGER = null
    [junit] environment property - ASJS_HOME = C:\jenkins\workspace\royale-asjs_jsonly
    [junit] environment property - GOOG_HOME = null
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.608 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.as.TestClass
    [junit] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.807 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.as.TestComments
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.as.TestExpressions
    [junit] Tests run: 86, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.627 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.as.TestFieldMembers
    [junit] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.518 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.as.TestGlobalClasses
    [junit] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.911 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.as.TestGlobalConstants
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.as.TestGlobalFunctions
    [junit] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.764 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.as.TestInterface
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.264 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.as.TestMethodMembers
    [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.387 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.as.TestPackage
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.as.TestParenthesis
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.as.TestStatements
    [junit] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.243 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.amd.TestAMDClassA
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.003 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.amd.TestAMDClassB
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.002 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.amd.TestAMDEmitter
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.amd.TestAMDInterfaceI
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.amd.TestAMDInterfaceIOther
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.amd.TestAMDInterfaceISub
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.amd.TestAMDPackage
    [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.245 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.goog.TestGoogAccessorMembers
    [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.408 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.goog.TestGoogClass
    [junit] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.809 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.goog.TestGoogEmitter
    [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.353 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.goog.TestGoogExpressions
    [junit] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.003 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.goog.TestGoogFieldMembers
    [junit] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.642 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.goog.TestGoogFile
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.524 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.goog.TestGoogGlobalClasses
    [junit] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.176 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.goog.TestGoogGlobalConstants
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.2 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.goog.TestGoogGlobalFunctions
    [junit] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.944 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.goog.TestGoogInterface
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.194 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.goog.TestGoogMethodMembers
    [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.525 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.goog.TestGoogPackage
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.223 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.goog.TestGoogProject
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.goog.TestGoogStatements
    [junit] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.855 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.royale.TestDefaultInitializers
    [junit] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.303 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.royale.TestDynamicAccessUnknownMembers
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.royale.TestRoyaleAccessorMembers
    [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.526 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.royale.TestRoyaleAccessors
    [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.735 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.royale.TestRoyaleClass
    [junit] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.911 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.royale.TestRoyaleEmitter
    [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.539 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.royale.TestRoyaleExpressions
    [junit] Tests run: 282, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 15.027 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.royale.TestRoyaleFieldMembers
    [junit] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.029 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.royale.TestRoyaleGlobalClasses
    [junit] Tests run: 197, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.615 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.royale.TestRoyaleGlobalConstants
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.286 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.royale.TestRoyaleGlobalFunctions
    [junit] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.724 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.royale.TestRoyaleInterface
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.467 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.royale.TestRoyaleJSX
    [junit] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.174 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.royale.TestRoyaleMethodMembers
    [junit] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.614 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.royale.TestRoyalePackage
    [junit] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.825 sec
    [junit] Running org.apache.royale.compiler.internal.codegen.js.royale.TestRoyaleProject
ERROR: command execution failed.
ERROR: Step ‘Archive the artifacts’ failed: no workspace for royale-asjs_jsonly #2453
ERROR: agent1 is offline; cannot locate Java 8 (201)

Jenkins build is back to normal : royale-asjs_jsonly #2454

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-asjs_jsonly/2454/display/redirect>