You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by fl...@gmail.com on 2017/03/17 05:11:51 UTC

Build failed in Jenkins: flex-falcon #1500

See <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/1500/>

------------------------------------------
[...truncated 2230 lines...]
      [get] To: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-jx/lib/flex-tool-api-LICENSE.txt>

double-check-file:
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

download-dependency-jar:

check-cache:

download-jar:

get-if-not-cached:
      [get] Getting: https://repo1.maven.org/maven2/org/apache/flex/flex-tool-api/1.0.0/flex-tool-api-1.0.0.jar
      [get] To: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-jx/lib/flex-tool-api.jar>

double-check-file:
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

check-sum:

put-in-cache:

copy-if-cached:

download-dependency-zip:

main:

compile:
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-jx/build.xml>:87: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 207 source files to <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-jx/target/classes>
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 1 warning

main:
     [copy] Copying 1 file to <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-jx/target/classes/META-INF>
     [copy] Copying 1 file to <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-jx/target/classes/META-INF>
     [echo] Building c:/Jenkins/workspace/flex-falcon/compiler-jx/lib/jsc.jar
      [jar] Building jar: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-jx/lib/jsc.jar>
     [echo] Building c:/Jenkins/workspace/flex-falcon/compiler-jx/lib/mxmlc.jar
      [jar] Building jar: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-jx/lib/mxmlc.jar>
     [echo] Building c:/Jenkins/workspace/flex-falcon/compiler-jx/lib/compc.jar
      [jar] Building jar: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-jx/lib/compc.jar>
     [echo] Building c:/Jenkins/workspace/flex-falcon/compiler-jx/lib/externc.jar
      [jar] Building jar: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-jx/lib/externc.jar>
     [echo] Building c:/Jenkins/workspace/flex-falcon/compiler-jx/lib/asdoc.jar
      [jar] Building jar: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-jx/lib/asdoc.jar>

compiler.jx.tests:

test:

download:

prepare:

junit-jar-check:

junit-jar:
     [echo] Obtaining lib/junit-4.10.jar

junit-jar-check:

junit-download-jar:

download-jar:
      [get] Getting: http://search.maven.org/remotecontent?filepath=junit/junit/4.10/junit-4.10.jar
      [get] To: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-jx/lib/junit-4.10.jar>
      [get] http://search.maven.org/remotecontent?filepath=junit/junit/4.10/junit-4.10.jar moved to https://repo1.maven.org/maven2/junit/junit/4.10/junit-4.10.jar

double-check-file:
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

fail-with-message:

main:

compile.unit.tests:
    [mkdir] Created dir: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-jx/target/test-classes>
    [javac] Compiling 85 source files to <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-jx/target/test-classes>
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-jx/src/test/java/org/apache/flex/compiler/internal/test/TestBase.java>:497: warning: [cast] redundant cast to FlexJSProject
    [javac] 	    if (reqidx == -1 && project instanceof FlexJSProject && ((FlexJSProject)project).needLanguage)
    [javac] 	                                                             ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-jx/src/test/java/org/apache/flex/compiler/internal/test/TestBase.java>:525: warning: [cast] redundant cast to FlexJSProject
    [javac]         if (project instanceof FlexJSProject && ((FlexJSProject)project).needXML)
    [javac]                                                  ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-jx/src/test/java/org/apache/flex/compiler/internal/codegen/js/flexjs/TestFlexJSAccessors.java>:39: warning: [cast] redundant cast to FlexJSProject
    [javac]     	((FlexJSProject)project).config = new JSGoogConfiguration();
    [javac]     	 ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-jx/src/test/java/org/apache/flex/compiler/internal/codegen/js/flexjs/TestFlexJSClass.java>:41: warning: [cast] redundant cast to FlexJSProject
    [javac]     	((FlexJSProject)project).config = new JSGoogConfiguration();
    [javac]     	 ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-jx/src/test/java/org/apache/flex/compiler/internal/codegen/js/flexjs/TestFlexJSExpressions.java>:62: warning: [cast] redundant cast to FlexJSProject
    [javac]     	((FlexJSProject)project).config = config;
    [javac]     	 ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-jx/src/test/java/org/apache/flex/compiler/internal/codegen/js/flexjs/TestFlexJSFile.java>:45: warning: [cast] redundant cast to FlexJSProject
    [javac]     	((FlexJSProject)project).config = new JSGoogConfiguration();
    [javac]     	 ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-jx/src/test/java/org/apache/flex/compiler/internal/codegen/js/flexjs/TestFlexJSPackage.java>:50: warning: [cast] redundant cast to FlexJSProject
    [javac]     	((FlexJSProject)project).config = config;
    [javac]     	 ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-jx/src/test/java/org/apache/flex/compiler/internal/codegen/js/flexjs/TestFlexJSProject.java>:173: warning: [cast] redundant cast to FlexJSProject
    [javac] 			((FlexJSProject)project).config.setCompilerAllowSubclassOverrides(null, true);
    [javac] 			 ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-jx/src/test/java/org/apache/flex/compiler/internal/codegen/js/flexjs/TestFlexJSProject.java>:177: warning: [cast] redundant cast to FlexJSProject
    [javac]         project.setTargetSettings(new TargetSettings(((FlexJSProject)project).config));
    [javac]                                                       ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-jx/src/test/java/org/apache/flex/compiler/internal/codegen/js/flexjs/TestFlexJSProject.java>:196: warning: [cast] redundant cast to FlexJSProject
    [javac] 			((FlexJSProject)project).config.setCompilerAllowSubclassOverrides(null, true);
    [javac] 			 ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-jx/src/test/java/org/apache/flex/compiler/internal/codegen/js/flexjs/TestFlexJSProject.java>:200: warning: [cast] redundant cast to FlexJSProject
    [javac]         project.setTargetSettings(new TargetSettings(((FlexJSProject)project).config));
    [javac]                                                       ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-jx/src/test/java/org/apache/flex/compiler/internal/codegen/js/flexjs/TestFlexJSProject.java>:347: warning: [cast] redundant cast to FlexJSProject
    [javac]         ((FlexJSProject)project).unitTestExterns = externs;
    [javac]          ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-jx/src/test/java/org/apache/flex/compiler/internal/codegen/mxml/flexjs/TestFlexJSMXMLApplication.java>:47: warning: [cast] redundant cast to FlexJSProject
    [javac]     	((FlexJSProject)project).config = new JSGoogConfiguration();
    [javac]     	 ^
    [javac] 13 warnings

unit.tests:
    [mkdir] Created dir: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-jx/target/junit-results>
    [mkdir] Created dir: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-jx/target/junit-temp>
    [junit] environment property - FLEX_HOME = C:\Jenkins\workspace\flex-sdk
    [junit] environment property - PLAYERGLOBAL_HOME = c:\Adobe\flashPlayer
    [junit] environment property - PLAYERGLOBAL_VERSION = 11.7
    [junit] environment property - TLF_HOME = C:\Jenkins\workspace\flex-tlf
    [junit] environment property - AIR_HOME = c:\Adobe\AIRSDK40
    [junit] environment property - FLASHPLAYER_DEBUGGER = c:\Adobe\flashPlayer\11.7\flashplayerdebugger.exe
    [junit] environment property - ASJS_HOME = c:\Jenkins\workspace\flex-asjs
    [junit] Running org.apache.flex.compiler.internal.codegen.as.TestAccessorMembers
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.196 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.as.TestClass
    [junit] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.476 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.as.TestComments
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.as.TestExpressions
    [junit] Tests run: 84, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.806 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.as.TestFieldMembers
    [junit] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.377 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.as.TestGlobalClasses
    [junit] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.418 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.as.TestGlobalConstants
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.873 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.as.TestGlobalFunctions
    [junit] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.93 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.as.TestInterface
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.498 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.as.TestMethodMembers
    [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.901 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.as.TestPackage
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.769 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.as.TestParenthesis
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.514 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.as.TestStatements
    [junit] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.301 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.externals.TestTypeInheritence
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.032 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.amd.TestAMDClassA
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.006 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.amd.TestAMDClassB
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.063 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.amd.TestAMDEmitter
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.446 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.amd.TestAMDInterfaceI
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.241 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.amd.TestAMDInterfaceIOther
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.249 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.amd.TestAMDInterfaceISub
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.386 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.amd.TestAMDPackage
    [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.553 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.flexjs.TestFlexJSAccessorMembers
    [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.529 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.flexjs.TestFlexJSAccessors
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.349 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.flexjs.TestFlexJSEmitter
    [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.523 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.flexjs.TestFlexJSExpressions
    [junit] Tests run: 187, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 33.627 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.flexjs.TestFlexJSFieldMembers
    [junit] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.128 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.flexjs.TestFlexJSGlobalClasses
    [junit] Tests run: 126, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.935 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.flexjs.TestFlexJSGlobalConstants
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.532 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.flexjs.TestFlexJSGlobalFunctions
    [junit] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.948 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.flexjs.TestFlexJSInterface
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.134 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.flexjs.TestFlexJSJSX
    [junit] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.694 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.flexjs.TestFlexJSMethodMembers
    [junit] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.647 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.flexjs.TestFlexJSPackage
    [junit] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.607 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.flexjs.TestFlexJSProject
    [junit] resources\flexjs\projects\package_conflicts_ambiguous_definition\mypackage\TestClass.as(29:20)
    [junit] Ambiguous reference to Event
    [junit] resources\flexjs\projects\package_conflicts_ambiguous_definition\mypackage\TestClass.as(30:41)
    [junit] Ambiguous reference to Event
    [junit] 
    [junit] Compiling file: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-jx/target/junit-temp/circular_proto/bin/js-debug/A.js>
    [junit] Compiling file: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-jx/target/junit-temp/circular_proto/bin/js-debug/E.js>
    [junit] Compiling file: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-jx/target/junit-temp/circular_proto/bin/js-debug/B.js>
    [junit] Compiling file: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-jx/target/junit-temp/circular_proto/bin/js-debug/C.js>
    [junit] Compiling file: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-jx/target/junit-temp/circular_proto/bin/js-debug/D.js>
    [junit] Compiling file: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-jx/target/junit-temp/circular_proto/bin/js-debug/F.js>
    [junit] 31.5541529 seconds
    [junit] java.lang.String.substring(String.java:1911)org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSPublisher.getProvidedFile(MXMLFlexJSPublisher.java:488)org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSPublisher.sortClosureFile(MXMLFlexJSPublisher.java:472)org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSPublisher.closureFilesInOrder(MXMLFlexJSPublisher.java:440)org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSPublisher.publish(MXMLFlexJSPublisher.java:244)org.apache.flex.compiler.clients.MXMLJSC.compile(MXMLJSC.java:455)org.apache.flex.compiler.clients.MXMLJSC._mainNoExit(MXMLJSC.java:313)org.apache.flex.compiler.clients.MXMLJSC.mainNoExit(MXMLJSC.java:270)org.apache.flex.compiler.clients.MXMLJSC.staticMainNoExit(MXMLJSC.java:232)org.apache.flex.compiler.internal.test.TestBase.compileAndPublishProject(TestBase.java:831)org.apache.flex.compiler.internal.codegen.js.flexjs.TestFlexJSProject.test_IsItCircularProto(TestFlexJSProject.java:143)sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)java.lang.reflect.Method.invoke(Method.java:606)org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)org.junit.runners.ParentRunner.run(ParentRunner.java:300)junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:39)org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:532)org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1165)org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:988)
    [junit] 
    [junit] 
    [junit] resources\flexjs\projects\bad_overrides\Test.as(31:29)
    [junit] interface method someFunction in interface IA is implemented with an incompatible signature in class Test
    [junit] resources\flexjs\projects\bad_overrides\Test.as(36:26)
    [junit] interface method someOtherFunction in interface IA is implemented with an incompatible signature in class Test
    [junit] resources\flexjs\projects\bad_overrides\Test.as(31:29)
    [junit] Incompatible override.
    [junit] resources\flexjs\projects\bad_overrides\Test.as(36:26)
    [junit] Incompatible override.
    [junit] 
    [junit] Tests run: 15, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 35.743 sec
    [junit] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8

BUILD FAILED
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/build.xml>:128: The following error occurred while executing this line:
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-jx/build.xml>:184: The following error occurred while executing this line:
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-jx/src/test/build.xml>:62: Tests failed

Total time: 11 minutes 9 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful
Recording test results

Jenkins build is back to normal : flex-falcon #1501

Posted by fl...@gmail.com.
See <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/1501/changes>