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 2016/04/26 07:01:02 UTC

Build failed in Jenkins: flex-falcon #953

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

Changes:

[christofer.dutz] - Created a migration script that moves stuff around to be in a valid maven directory structure

[christofer.dutz] Changed the dependency from compiler to compiler-jx, which made the module compile

[christofer.dutz] Added a cleanup section to clean eventually still existing directories from previous migrations

[christofer.dutz] - Added the maven extension to activate the sdk-converter

[christofer.dutz] - Disabled assertions during unit-test execution as the Ant counterpart had them disabled too (We'll fix this after finishing the migration)

[christofer.dutz] - Moved the ProblemResourceBundleGeneratorMojo execution to the process-resources phase as it actually processes a mesages_en.properties copied to the output in the generate-resoures phase

[christofer.dutz] - Added moving of the "feature-tests" and "functional-tests" into the compiler project

[christofer.dutz] - Changed the versions of jburg and jburg-maven-plugin to the released versions 1.10.3

[christofer.dutz] - Made the build use the FLASHPLAYER_DEBUGGER environment variable.

[christofer.dutz] - Forced the integration-tests to run with locale en_US as otherwise the tests will fail on non-us systems.

[christofer.dutz] - Made the build use the FLASHPLAYER_DEBUGGER environment variable.

[christofer.dutz] - Forced the integration-tests to run with locale en_US as otherwise the tests will fail on non-us systems.

[christofer.dutz] - Removed the SDK compilation tests from the default test-suite and added it to a profile, that adds that particular test to the testsuite.

[christofer.dutz] - Separared the reactors into one that builds the dependencies and one that builds the actual compiler (This was needed as parts of the reactor are referenced as plugin dependencies of other modules)

[christofer.dutz] Continued work on getting the unit tests running.

[christofer.dutz] Continued fine-tuning the conversion.

[christofer.dutz] Updated the junit dependency

[christofer.dutz] - Updated the migration script

[christofer.dutz] removed the accidentally checked in file.

[christofer.dutz] Added missing double Vector type

[christofer.dutz] Fixed a small bug in the migration script

[christofer.dutz] Fixed some warnings in the maven plugins builds

[christofer.dutz] Made "resources" config property optional and added a check that it's provided in the mojo to prevent having to provide this option for every execution

[christofer.dutz] Fine tuned the maven phases in which goals are executed

[christofer.dutz] Made the cordova extern compile

[christofer.dutz] Made the createjs extern compile

[christofer.dutz] Made the createjs extern compile

[christofer.dutz] Made the gcl extern compile

[christofer.dutz] Made the jasmine extern compile

[christofer.dutz] Made the jquery extern compile

[christofer.dutz] Made the node extern compile

[christofer.dutz] Made the google_maps extern compile

[christofer.dutz] Added some log output to the pre-process-sources mojo (now you can see what files it's working on)

[christofer.dutz] Made sure all files have apache headers

[christofer.dutz] Made sure all files have apache headers

[christofer.dutz] Started writing a how-to-build text file ... started migrating the migration script for windows.

[christofer.dutz] Started writing a how-to-build text file ... started migrating the migration script for windows.

[christofer.dutz] Removed some unneeded dependencies

[christofer.dutz] Continued the maven readme

[christofer.dutz] Fixed some problems with moving the missing.js files

[christofer.dutz] Commented out the delete operation

[christofer.dutz] Added more information to the README_MAVEN

[christofer.dutz] - Added JaCoCo for gathering unit- and integration-test coverage data.

[christofer.dutz] Updated to the freshly released 1.10.4 version of the jburg-maven-plugin which solves problems on Windows machines.

[christofer.dutz] - Added a maven settings.xml that adds the Apache Snapshot repo to the build to allow people getting started without having to figgue out how to. This will become a lot easier once we have released the flex-sdk-converter-maven-extension

[christofer.dutz] - Added the animal-sniffer plugin to ensure API compatibility with JDK 1.6

[christofer.dutz] - Added some more cleanup code

[christofer.dutz] Fixed Tests

[christofer.dutz] - updated gitignore to ignore maven target directories

[christofer.dutz] - Created a new lifecycle-binding for "swc" (packaging type "swc") which uses the flexjs-maven-plugin to implement a working lifecycle.

[christofer.dutz] - Renamed the maven artifacts

[christofer.dutz] - Renamed the maven artifacts

[christofer.dutz] Refactored the group-ids and artifact-ids

[christofer.dutz] - Make the annotate mojo skip annotating if the class is already annotated.

[christofer.dutz] - Made the BaseProblemGeneratorMojo delete previously generated enums

[christofer.dutz] - Check-In of the migrated project to make error analysis easier

[christofer.dutz] - The maven plugin confiuration had some "old-style" config options, I updated it to be 100% state-of-the-art-maven

[christofer.dutz] - Configured the site-generation

[christofer.dutz] - Did some formatting to the build.adoc

[christofer.dutz] - Started on some build documentation (structure.adoc)

[christofer.dutz] - Split up the CompilerMojo into a CompilerJsMojo and CompilerAsMojo

[christofer.dutz] - Added some missing dummy implementations of the ICSSDocument interface

[christofer.dutz] - Moved some new files to the maven structure

[christofer.dutz] - Fixed tests so failing to start the FlashPlayer (Timeout) will make the test fail

[christofer.dutz] - Removed some arguments with unknown use

[christofer.dutz] - Made the externs build again after merging in the latest changes.

[christofer.dutz] - Merged upstream changes

[Alex Harui] factor out processFile so it can be used from Ant

[Alex Harui] Ant build for compiler-build-tools

[Alex Harui] restore download script

[Alex Harui] build script for IASNodeAdapter

[Alex Harui] initial attempt at compiler build after maven refactor.  Attempted to remove the flex-sdk ties

[Alex Harui] needs main to be invoked from ant

[Alex Harui] ant build seemed to need these files

[Alex Harui] upgrade downloads to place files directly in lib/external and use maven instead of archive.a.o

[Alex Harui] compiler ant build works (no tests yet)

[Alex Harui] download junit and build test classes as well

[Alex Harui] off one level of folders

[Alex Harui] add more diagnostic output

[Alex Harui] use new folder structure for temp files

[Alex Harui] get Ant tests to work

[Alex Harui] fix for new folders

[Alex Harui] fix for new folders

[Alex Harui] add gitignore

[Alex Harui] compiler jx and jx tests now work with new folder structure and don't require extern swcs

[Alex Harui] need top-level properties

[Alex Harui] fix download to place externs in target/download

[Alex Harui] js externs

[Alex Harui] GCL externs swc

[Alex Harui] jasmine extern swc

[Alex Harui] don't need these anymore

[Alex Harui] don't need these anymore

[Alex Harui] don't need these anymore

[Alex Harui] cordova file  externs

[Alex Harui] jquery extern swc

[Alex Harui] google maps extern swc

[Alex Harui] node externs swc

[Alex Harui] createjs externs swc but doesn't package js-root externs

[Alex Harui] ant for all externs

[Alex Harui] start converting build.xml.  Need to figure out swfutils first

[Alex Harui] get main and jx targets to pass including externs

[Alex Harui] fix node download

[Alex Harui] bundle swfutils and get flex-compiler-oem to build

[Alex Harui] move stuff to where I think Maven wants it

[Alex Harui] get debugger to build with new folder structure

[Alex Harui] remove swfutils now that it is folded into oem and debugger

[Alex Harui] fix wipes

[Alex Harui] fuller wipe

[Alex Harui] fix calls into downloads

[Alex Harui] move temp folder to target

[Alex Harui] initial attempt at restoring release packaging.

[Alex Harui] fix issues after merge

[Alex Harui] handle new file from Josh

------------------------------------------
Started by timer
Building remotely on flex_sdk_slave2 in workspace <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/>
 > C:\Program Files (x86)\Git\cmd\git.exe rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > C:\Program Files (x86)\Git\cmd\git.exe config remote.origin.url https://git-wip-us.apache.org/repos/asf/flex-falcon.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/flex-falcon.git
 > C:\Program Files (x86)\Git\cmd\git.exe --version # timeout=10
 > C:\Program Files (x86)\Git\cmd\git.exe fetch --tags --progress https://git-wip-us.apache.org/repos/asf/flex-falcon.git +refs/heads/*:refs/remotes/origin/*
 > C:\Program Files (x86)\Git\cmd\git.exe rev-parse "origin/develop^{commit}" # timeout=10
Checking out Revision 841777e02bb5766e1799a4fb9a6eb019dcf31bb2 (origin/develop)
 > C:\Program Files (x86)\Git\cmd\git.exe config core.sparsecheckout # timeout=10
 > C:\Program Files (x86)\Git\cmd\git.exe checkout -f 841777e02bb5766e1799a4fb9a6eb019dcf31bb2
 > C:\Program Files (x86)\Git\cmd\git.exe rev-list b73e0ce5009104144e94c8e22e0ff393a596a428 # timeout=10
FATAL: Unable to find build script at <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/jenkins.xml>
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: Test reports were found but none of them are new. Did tests run? 
For example, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx.tests/results/TEST-org.apache.flex.compiler.internal.codegen.as.TestAccessorMembers.xml> is 4 hr 32 min old



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

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


Build failed in Jenkins: flex-falcon #963

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

Changes:

[Alex Harui] wrong lang

------------------------------------------
[...truncated 3193 lines...]
    [junit] Running org.apache.flex.compiler.internal.codegen.js.goog.TestGoogAccessorMembers
    [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.383 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.goog.TestGoogClass
    [junit] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.307 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.goog.TestGoogEmiter
    [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.671 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.goog.TestGoogExpressions
    [junit] Tests run: 82, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.059 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.goog.TestGoogFieldMembers
    [junit] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.342 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.goog.TestGoogFile
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.735 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.goog.TestGoogGlobalClasses
    [junit] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.285 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.goog.TestGoogGlobalConstants
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.018 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.goog.TestGoogGlobalFunctions
    [junit] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.139 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.goog.TestGoogInterface
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.139 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.goog.TestGoogMethodMembers
    [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.622 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.goog.TestGoogPackage
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.778 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.goog.TestGoogProject
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.498 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.goog.TestGoogStatements
    [junit] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.952 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.sourcemaps.TestSourceMapExpressions
    [junit] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.112 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.sourcemaps.TestSourceMapGlobalClasses
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.375 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.sourcemaps.TestSourceMapStatements
    [junit] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.069 sec
    [junit] Running org.apache.flex.compiler.internal.test.TestBase
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.007 sec
    [junit] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8

main:

jx:

compiler.oem:

download_check:

downloads:
    [mkdir] Created dir: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/flex-compiler-oem/target/downloads/java/flash>
      [get] Getting: https://git-wip-us.apache.org/repos/asf/flex-sdk/repo?p=flex-sdk.git;a=snapshot;h=2cfbdd592ef87b40704d3d7145f4da9a369429eb;sf=tgz
      [get] To: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/flex-compiler-oem/target/downloads/flex-sdk-modules-swfutils.tar.gz>
    [untar] Expanding: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/flex-compiler-oem/target/downloads/flex-sdk-modules-swfutils.tar.gz> into <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/flex-compiler-oem/target/downloads/java/flash>

src.depend:

compile:
    [javac] Compiling 242 source files to <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/flex-compiler-oem/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] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 1 warning

set.oem.jar.uptodate:

oem.jar:
    [mkdir] Created dir: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/flex-compiler-oem/target/classes/META-INF>
     [copy] Copying 1 file to <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/flex-compiler-oem/target/classes/META-INF>
     [copy] Copying 1 file to <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/flex-compiler-oem/target/classes/META-INF>
      [jar] Building jar: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/lib/flex-compiler-oem.jar>

set.compc.jar.uptodate:

compc.jar:
      [jar] Building jar: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/lib/compc.jar>

jar:

sdk:

main:
     [echo] flex-compiler-oem main completed on 04/27/2016 09:32:36 PM

oem:

debugger:

download_check:

downloads:
    [mkdir] Created dir: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/debugger/target/downloads/java/flash>
      [get] Getting: https://git-wip-us.apache.org/repos/asf/flex-sdk/repo?p=flex-sdk.git;a=snapshot;h=2cfbdd592ef87b40704d3d7145f4da9a369429eb;sf=tgz
      [get] To: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/debugger/target/downloads/flex-sdk-modules-swfutils.tar.gz>
    [untar] Expanding: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/debugger/target/downloads/flex-sdk-modules-swfutils.tar.gz> into <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/debugger/target/downloads/java/flash>

generate-burm:

check_burm:

echo_burm:

burm:
    [mkdir] Created dir: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/debugger/target/generated-sources/jburg/flash/tools/debugger/expression>
     [java] Using Language Adaptor : jburg.burg.emitlangs.EmitJava
     [java] Using i-node adapter org.apache.flex.compiler.internal.as.codegen.IASNodeAdapter
     [java] Warning: pattern anonymousFunction has no reduction - ignored.
     [java] Warning: pattern assignBitwiseAndToDescendantsExpr has no reduction - ignored.
     [java] Warning: pattern assignBitwiseAndToRuntimeNameExpr has no reduction - ignored.
     [java] Warning: pattern assignBitwiseOrToDescendantsExpr has no reduction - ignored.
     [java] Warning: pattern assignBitwiseOrToRuntimeNameExpr has no reduction - ignored.
     [java] Warning: pattern assignBitwiseXorToDescendantsExpr has no reduction - ignored.
     [java] Warning: pattern assignBitwiseXorToRuntimeNameExpr has no reduction - ignored.
     [java] Warning: pattern assignDivideToDescendantsExpr has no reduction - ignored.
     [java] Warning: pattern assignDivideToRuntimeNameExpr has no reduction - ignored.
     [java] Warning: pattern assignLeftShiftToDescendantsExpr has no reduction - ignored.
     [java] Warning: pattern assignLeftShiftToRuntimeNameExpr has no reduction - ignored.
     [java] Warning: pattern assignLogicalAndToBracketExpr has no reduction - ignored.
     [java] Warning: pattern assignLogicalAndToDescendantsExpr has no reduction - ignored.
     [java] Warning: pattern assignLogicalAndToMemberExpr has no reduction - ignored.
     [java] Warning: pattern assignLogicalAndToNameExpr has no reduction - ignored.
     [java] Warning: pattern assignLogicalAndToRuntimeNameExpr has no reduction - ignored.
     [java] Warning: pattern assignLogicalOrToBracketExpr has no reduction - ignored.
     [java] Warning: pattern assignLogicalOrToDescendantsExpr has no reduction - ignored.
     [java] Warning: pattern assignLogicalOrToMemberExpr has no reduction - ignored.
     [java] Warning: pattern assignLogicalOrToNameExpr has no reduction - ignored.
     [java] Warning: pattern assignLogicalOrToRuntimeNameExpr has no reduction - ignored.
     [java] Warning: pattern assignMinusToDescendantsExpr has no reduction - ignored.
     [java] Warning: pattern assignMinusToRuntimeNameExpr has no reduction - ignored.
     [java] Warning: pattern assignModuloToDescendantsExpr has no reduction - ignored.
     [java] Warning: pattern assignModuloToRuntimeNameExpr has no reduction - ignored.
     [java] Warning: pattern assignMultiplyToDescendantsExpr has no reduction - ignored.
     [java] Warning: pattern assignMultiplyToRuntimeNameExpr has no reduction - ignored.
     [java] Warning: pattern assignPlusToDescendantsExpr has no reduction - ignored.
     [java] Warning: pattern assignPlusToRuntimeNameExpr has no reduction - ignored.
     [java] Warning: pattern assignRightShiftToDescendantsExpr has no reduction - ignored.
     [java] Warning: pattern assignRightShiftToRuntimeNameExpr has no reduction - ignored.
     [java] Warning: pattern assignToQualifiedRuntimeAttributeExpr has no reduction - ignored.
     [java] Warning: pattern assignUnsignedRightShiftToDescendantsExpr has no reduction - ignored.
     [java] Warning: pattern assignUnsignedRightShiftToRuntimeNameExpr has no reduction - ignored.
     [java] Warning: pattern blockStmt has no reduction - ignored.
     [java] Warning: pattern breakStmt has no reduction - ignored.
     [java] Warning: pattern catchBlockTyped has no reduction - ignored.
     [java] Warning: pattern catchBlockUntyped has no reduction - ignored.
     [java] Warning: pattern configBlockStmt has no reduction - ignored.
     [java] Warning: pattern constantDottedName has no reduction - ignored.
     [java] Warning: pattern constantSwitchCase has no reduction - ignored.
     [java] Warning: pattern continueStmt has no reduction - ignored.
     [java] Warning: pattern countedForStmt has no reduction - ignored.
     [java] Warning: pattern defaultXMLNamespace has no reduction - ignored.
     [java] Warning: pattern doStmt has no reduction - ignored.
     [java] Warning: pattern emptyConstructor has no reduction - ignored.
     [java] Warning: pattern forEachArrayStmt has no reduction - ignored.
     [java] Warning: pattern forEachInDescendantStmt has no reduction - ignored.
     [java] Warning: pattern forEachMemberStmt has no reduction - ignored.
     [java] Warning: pattern forEachStmt has no reduction - ignored.
     [java] Warning: pattern forEachSuperBracketStmt has no reduction - ignored.
     [java] Warning: pattern forEachSuperStmt has no reduction - ignored.
     [java] Warning: pattern forEachVarDeclInStmt has no reduction - ignored.
     [java] Warning: pattern forInArrayStmt has no reduction - ignored.
     [java] Warning: pattern forInDescendantStmt has no reduction - ignored.
     [java] Warning: pattern forInMemberStmt has no reduction - ignored.
     [java] Warning: pattern forInStmt has no reduction - ignored.
     [java] Warning: pattern forInSuperBracketStmt has no reduction - ignored.
     [java] Warning: pattern forInSuperStmt has no reduction - ignored.
     [java] Warning: pattern forVarDeclInStmt has no reduction - ignored.
     [java] Warning: pattern gotoStmt has no reduction - ignored.
     [java] Warning: pattern groupedVoidExpression has no reduction - ignored.
     [java] Warning: pattern ifElseIf has no reduction - ignored.
     [java] Warning: pattern importDirective has no reduction - ignored.
     [java] Warning: pattern instructionListExpression has no reduction - ignored.
     [java] Warning: pattern integerLiteral has no reduction - ignored.
     [java] Warning: pattern labeledBreakStmt has no reduction - ignored.
     [java] Warning: pattern labeledContinueStmt has no reduction - ignored.
     [java] Warning: pattern labeledStmt has no reduction - ignored.
     [java] Warning: pattern lastElse has no reduction - ignored.
     [java] Warning: pattern logicalAndExpr has no reduction - ignored.
     [java] Warning: pattern logicalOrExpr has no reduction - ignored.
     [java] Warning: pattern mxmlEventSpecifier has no reduction - ignored.
     [java] Warning: pattern namespaceDeclaration has no reduction - ignored.
     [java] Warning: pattern namespaceDeclarationConstantInitializer has no reduction - ignored.
     [java] Warning: pattern namespaceDeclarationInitializer has no reduction - ignored.
     [java] Warning: pattern optionalParameter has no reduction - ignored.
     [java] Warning: pattern plist has no reduction - ignored.
     [java] Warning: pattern requiredParameter has no reduction - ignored.
     [java] Warning: pattern restParameter has no reduction - ignored.
     [java] Warning: pattern returnNil has no reduction - ignored.
     [java] Warning: pattern returnValue has no reduction - ignored.
     [java] Warning: pattern returnVoid has no reduction - ignored.
     [java] Warning: pattern returnVoidSideEffect has no reduction - ignored.
     [java] Warning: pattern returnVoidValue has no reduction - ignored.
     [java] Warning: pattern superCallExpr has no reduction - ignored.
     [java] Warning: pattern superThisAccess has no reduction - ignored.
     [java] Warning: pattern switchCase has no reduction - ignored.
     [java] Warning: pattern switchDefault has no reduction - ignored.
     [java] Warning: pattern switchStmt has no reduction - ignored.
     [java] Warning: pattern throwStmt has no reduction - ignored.
     [java] Warning: pattern tryCatchFinallyStmt has no reduction - ignored.
     [java] Warning: pattern tryCatchStmt has no reduction - ignored.
     [java] Warning: pattern tryFinallyStmt has no reduction - ignored.
     [java] Warning: pattern typedBindableVariableDecl has no reduction - ignored.
     [java] Warning: pattern typedBindableVariableDeclWithInitializer has no reduction - ignored.
     [java] Warning: pattern typedFunction has no reduction - ignored.
     [java] Warning: pattern typedFunctionObject has no reduction - ignored.
     [java] Warning: pattern typedGetter has no reduction - ignored.
     [java] Warning: pattern typedSetter has no reduction - ignored.
     [java] Warning: pattern typedVariableDecl has no reduction - ignored.
     [java] Warning: pattern typedVariableDeclWithConstantInitializer has no reduction - ignored.
     [java] Warning: pattern typedVariableDeclWithInitializer has no reduction - ignored.
     [java] Warning: pattern typelessFunction has no reduction - ignored.
     [java] Warning: pattern typelessFunctionObject has no reduction - ignored.
     [java] Warning: pattern typelessGetter has no reduction - ignored.
     [java] Warning: pattern typelessSetter has no reduction - ignored.
     [java] Warning: pattern uintLiteral has no reduction - ignored.
     [java] Warning: pattern useNamespaceDirective has no reduction - ignored.
     [java] Warning: pattern variableExpression has no reduction - ignored.
     [java] Warning: pattern whileStmt has no reduction - ignored.
     [java] Warning: pattern withStmt has no reduction - ignored.
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8

main:

compile:
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/debugger/build.xml>:102: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 294 source files to <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/debugger/target>
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/debugger/src/main/java/flex/tools/debugger/cli/DebugCLI.java>:35: error: cannot find symbol
    [javac] import org.apache.commons.lang.LocaleUtils;
    [javac]                               ^
    [javac]   symbol:   class LocaleUtils
    [javac]   location: package org.apache.commons.lang
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/debugger/src/main/java/flex/tools/debugger/cli/DebugCLI.java>:487: error: cannot find symbol
    [javac] 						getLocalizationManager().setLocale(LocaleUtils.toLocale(args[++i]));
    [javac] 						                                   ^
    [javac]   symbol:   variable LocaleUtils
    [javac]   location: class DebugCLI
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/debugger/target/generated-sources/jburg/flash/tools/debugger/expression/AS3DebuggerBURM.java> uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 2 errors

BUILD FAILED
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/build.xml>:88: The following error occurred while executing this line:
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/debugger/build.xml>:102: Compile failed; see the compiler error output for details.

Total time: 57 minutes 53 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

Build failed in Jenkins: flex-falcon #962

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

Changes:

[Alex Harui] cleanup fdb clean target

[Alex Harui] fix up fdb build

------------------------------------------
[...truncated 3194 lines...]
    [junit] Running org.apache.flex.compiler.internal.codegen.js.goog.TestGoogAccessorMembers
    [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.854 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.goog.TestGoogClass
    [junit] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.321 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.goog.TestGoogEmiter
    [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.531 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.goog.TestGoogExpressions
    [junit] Tests run: 82, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.928 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.goog.TestGoogFieldMembers
    [junit] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.924 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.goog.TestGoogFile
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.768 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.goog.TestGoogGlobalClasses
    [junit] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.158 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.goog.TestGoogGlobalConstants
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.032 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.goog.TestGoogGlobalFunctions
    [junit] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.188 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.goog.TestGoogInterface
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.738 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.goog.TestGoogMethodMembers
    [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.35 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.goog.TestGoogPackage
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.859 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.goog.TestGoogProject
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.503 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.goog.TestGoogStatements
    [junit] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.73 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.sourcemaps.TestSourceMapExpressions
    [junit] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.544 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.sourcemaps.TestSourceMapGlobalClasses
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.216 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.sourcemaps.TestSourceMapStatements
    [junit] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.448 sec
    [junit] Running org.apache.flex.compiler.internal.test.TestBase
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.003 sec
    [junit] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8

main:

jx:

compiler.oem:

download_check:

downloads:
    [mkdir] Created dir: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/flex-compiler-oem/target/downloads/java/flash>
      [get] Getting: https://git-wip-us.apache.org/repos/asf/flex-sdk/repo?p=flex-sdk.git;a=snapshot;h=2cfbdd592ef87b40704d3d7145f4da9a369429eb;sf=tgz
      [get] To: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/flex-compiler-oem/target/downloads/flex-sdk-modules-swfutils.tar.gz>
    [untar] Expanding: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/flex-compiler-oem/target/downloads/flex-sdk-modules-swfutils.tar.gz> into <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/flex-compiler-oem/target/downloads/java/flash>

src.depend:

compile:
    [javac] Compiling 242 source files to <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/flex-compiler-oem/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] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 1 warning

set.oem.jar.uptodate:

oem.jar:
    [mkdir] Created dir: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/flex-compiler-oem/target/classes/META-INF>
     [copy] Copying 1 file to <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/flex-compiler-oem/target/classes/META-INF>
     [copy] Copying 1 file to <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/flex-compiler-oem/target/classes/META-INF>
      [jar] Building jar: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/lib/flex-compiler-oem.jar>

set.compc.jar.uptodate:

compc.jar:
      [jar] Building jar: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/lib/compc.jar>

jar:

sdk:

main:
     [echo] flex-compiler-oem main completed on 04/27/2016 07:21:30 PM

oem:

debugger:

download_check:

downloads:
    [mkdir] Created dir: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/debugger/target/downloads/java/flash>
      [get] Getting: https://git-wip-us.apache.org/repos/asf/flex-sdk/repo?p=flex-sdk.git;a=snapshot;h=2cfbdd592ef87b40704d3d7145f4da9a369429eb;sf=tgz
      [get] To: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/debugger/target/downloads/flex-sdk-modules-swfutils.tar.gz>
    [untar] Expanding: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/debugger/target/downloads/flex-sdk-modules-swfutils.tar.gz> into <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/debugger/target/downloads/java/flash>

generate-burm:

check_burm:

echo_burm:

burm:
    [mkdir] Created dir: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/debugger/target/generated-sources/jburg/flash/tools/debugger/expression>
     [java] Using Language Adaptor : jburg.burg.emitlangs.EmitJava
     [java] Warning: pattern anonymousFunction has no reduction - ignored.
     [java] Warning: pattern assignBitwiseAndToDescendantsExpr has no reduction - ignored.
     [java] Warning: pattern assignBitwiseAndToRuntimeNameExpr has no reduction - ignored.
     [java] Warning: pattern assignBitwiseOrToDescendantsExpr has no reduction - ignored.
     [java] Warning: pattern assignBitwiseOrToRuntimeNameExpr has no reduction - ignored.
     [java] Warning: pattern assignBitwiseXorToDescendantsExpr has no reduction - ignored.
     [java] Warning: pattern assignBitwiseXorToRuntimeNameExpr has no reduction - ignored.
     [java] Warning: pattern assignDivideToDescendantsExpr has no reduction - ignored.
     [java] Warning: pattern assignDivideToRuntimeNameExpr has no reduction - ignored.
     [java] Warning: pattern assignLeftShiftToDescendantsExpr has no reduction - ignored.
     [java] Warning: pattern assignLeftShiftToRuntimeNameExpr has no reduction - ignored.
     [java] Warning: pattern assignLogicalAndToBracketExpr has no reduction - ignored.
     [java] Warning: pattern assignLogicalAndToDescendantsExpr has no reduction - ignored.
     [java] Warning: pattern assignLogicalAndToMemberExpr has no reduction - ignored.
     [java] Warning: pattern assignLogicalAndToNameExpr has no reduction - ignored.
     [java] Warning: pattern assignLogicalAndToRuntimeNameExpr has no reduction - ignored.
     [java] Warning: pattern assignLogicalOrToBracketExpr has no reduction - ignored.
     [java] Warning: pattern assignLogicalOrToDescendantsExpr has no reduction - ignored.
     [java] Warning: pattern assignLogicalOrToMemberExpr has no reduction - ignored.
     [java] Warning: pattern assignLogicalOrToNameExpr has no reduction - ignored.
     [java] Warning: pattern assignLogicalOrToRuntimeNameExpr has no reduction - ignored.
     [java] Warning: pattern assignMinusToDescendantsExpr has no reduction - ignored.
     [java] Warning: pattern assignMinusToRuntimeNameExpr has no reduction - ignored.
     [java] Warning: pattern assignModuloToDescendantsExpr has no reduction - ignored.
     [java] Warning: pattern assignModuloToRuntimeNameExpr has no reduction - ignored.
     [java] Warning: pattern assignMultiplyToDescendantsExpr has no reduction - ignored.
     [java] Warning: pattern assignMultiplyToRuntimeNameExpr has no reduction - ignored.
     [java] Warning: pattern assignPlusToDescendantsExpr has no reduction - ignored.
     [java] Warning: pattern assignPlusToRuntimeNameExpr has no reduction - ignored.
     [java] Warning: pattern assignRightShiftToDescendantsExpr has no reduction - ignored.
     [java] Warning: pattern assignRightShiftToRuntimeNameExpr has no reduction - ignored.
     [java] Warning: pattern assignToQualifiedRuntimeAttributeExpr has no reduction - ignored.
     [java] Warning: pattern assignUnsignedRightShiftToDescendantsExpr has no reduction - ignored.
     [java] Warning: pattern assignUnsignedRightShiftToRuntimeNameExpr has no reduction - ignored.
     [java] Warning: pattern blockStmt has no reduction - ignored.
     [java] Warning: pattern breakStmt has no reduction - ignored.
     [java] Warning: pattern catchBlockTyped has no reduction - ignored.
     [java] Warning: pattern catchBlockUntyped has no reduction - ignored.
     [java] Warning: pattern configBlockStmt has no reduction - ignored.
     [java] Warning: pattern constantDottedName has no reduction - ignored.
     [java] Warning: pattern constantSwitchCase has no reduction - ignored.
     [java] Warning: pattern continueStmt has no reduction - ignored.
     [java] Warning: pattern countedForStmt has no reduction - ignored.
     [java] Warning: pattern defaultXMLNamespace has no reduction - ignored.
     [java] Warning: pattern doStmt has no reduction - ignored.
     [java] Warning: pattern emptyConstructor has no reduction - ignored.
     [java] Warning: pattern forEachArrayStmt has no reduction - ignored.
     [java] Warning: pattern forEachInDescendantStmt has no reduction - ignored.
     [java] Warning: pattern forEachMemberStmt has no reduction - ignored.
     [java] Warning: pattern forEachStmt has no reduction - ignored.
     [java] Warning: pattern forEachSuperBracketStmt has no reduction - ignored.
     [java] Warning: pattern forEachSuperStmt has no reduction - ignored.
     [java] Warning: pattern forEachVarDeclInStmt has no reduction - ignored.
     [java] Warning: pattern forInArrayStmt has no reduction - ignored.
     [java] Warning: pattern forInDescendantStmt has no reduction - ignored.
     [java] Warning: pattern forInMemberStmt has no reduction - ignored.
     [java] Warning: pattern forInStmt has no reduction - ignored.
     [java] Warning: pattern forInSuperBracketStmt has no reduction - ignored.
     [java] Warning: pattern forInSuperStmt has no reduction - ignored.
     [java] Warning: pattern forVarDeclInStmt has no reduction - ignored.
     [java] Warning: pattern gotoStmt has no reduction - ignored.
     [java] Warning: pattern groupedVoidExpression has no reduction - ignored.
     [java] Warning: pattern ifElseIf has no reduction - ignored.
     [java] Warning: pattern importDirective has no reduction - ignored.
     [java] Warning: pattern instructionListExpression has no reduction - ignored.
     [java] Warning: pattern integerLiteral has no reduction - ignored.
     [java] Warning: pattern labeledBreakStmt has no reduction - ignored.
     [java] Warning: pattern labeledContinueStmt has no reduction - ignored.
     [java] Warning: pattern labeledStmt has no reduction - ignored.
     [java] Warning: pattern lastElse has no reduction - ignored.
     [java] Warning: pattern logicalAndExpr has no reduction - ignored.
     [java] Warning: pattern logicalOrExpr has no reduction - ignored.
     [java] Warning: pattern mxmlEventSpecifier has no reduction - ignored.
     [java] Warning: pattern namespaceDeclaration has no reduction - ignored.
     [java] Warning: pattern namespaceDeclarationConstantInitializer has no reduction - ignored.
     [java] Warning: pattern namespaceDeclarationInitializer has no reduction - ignored.
     [java] Warning: pattern optionalParameter has no reduction - ignored.
     [java] Warning: pattern plist has no reduction - ignored.
     [java] Warning: pattern requiredParameter has no reduction - ignored.
     [java] Warning: pattern restParameter has no reduction - ignored.
     [java] Warning: pattern returnNil has no reduction - ignored.
     [java] Warning: pattern returnValue has no reduction - ignored.
     [java] Warning: pattern returnVoid has no reduction - ignored.
     [java] Warning: pattern returnVoidSideEffect has no reduction - ignored.
     [java] Warning: pattern returnVoidValue has no reduction - ignored.
     [java] Warning: pattern superCallExpr has no reduction - ignored.
     [java] Warning: pattern superThisAccess has no reduction - ignored.
     [java] Warning: pattern switchCase has no reduction - ignored.
     [java] Warning: pattern switchDefault has no reduction - ignored.
     [java] Warning: pattern switchStmt has no reduction - ignored.
     [java] Warning: pattern throwStmt has no reduction - ignored.
     [java] Warning: pattern tryCatchFinallyStmt has no reduction - ignored.
     [java] Warning: pattern tryCatchStmt has no reduction - ignored.
     [java] Warning: pattern tryFinallyStmt has no reduction - ignored.
     [java] Warning: pattern typedBindableVariableDecl has no reduction - ignored.
     [java] Warning: pattern typedBindableVariableDeclWithInitializer has no reduction - ignored.
     [java] Warning: pattern typedFunction has no reduction - ignored.
     [java] Warning: pattern typedFunctionObject has no reduction - ignored.
     [java] Warning: pattern typedGetter has no reduction - ignored.
     [java] Warning: pattern typedSetter has no reduction - ignored.
     [java] Warning: pattern typedVariableDecl has no reduction - ignored.
     [java] Warning: pattern typedVariableDeclWithConstantInitializer has no reduction - ignored.
     [java] Warning: pattern typedVariableDeclWithInitializer has no reduction - ignored.
     [java] Warning: pattern typelessFunction has no reduction - ignored.
     [java] Warning: pattern typelessFunctionObject has no reduction - ignored.
     [java] Warning: pattern typelessGetter has no reduction - ignored.
     [java] Warning: pattern typelessSetter has no reduction - ignored.
     [java] Warning: pattern uintLiteral has no reduction - ignored.
     [java] Warning: pattern useNamespaceDirective has no reduction - ignored.
     [java] Warning: pattern variableExpression has no reduction - ignored.
     [java] Warning: pattern whileStmt has no reduction - ignored.
     [java] Warning: pattern withStmt has no reduction - ignored.
     [java] Using i-node adapter org.apache.flex.compiler.internal.as.codegen.IASNodeAdapter
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8

main:

compile:
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/debugger/build.xml>:102: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 294 source files to <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/debugger/target>
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/debugger/src/main/java/flex/tools/debugger/cli/DebugCLI.java>:35: error: cannot find symbol
    [javac] import org.apache.commons.lang.LocaleUtils;
    [javac]                               ^
    [javac]   symbol:   class LocaleUtils
    [javac]   location: package org.apache.commons.lang
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/debugger/src/main/java/flex/tools/debugger/cli/DebugCLI.java>:487: error: cannot find symbol
    [javac] 						getLocalizationManager().setLocale(LocaleUtils.toLocale(args[++i]));
    [javac] 						                                   ^
    [javac]   symbol:   variable LocaleUtils
    [javac]   location: class DebugCLI
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/debugger/target/generated-sources/jburg/flash/tools/debugger/expression/AS3DebuggerBURM.java> uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 2 errors

BUILD FAILED
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/build.xml>:88: The following error occurred while executing this line:
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/debugger/build.xml>:102: Compile failed; see the compiler error output for details.

Total time: 52 minutes 15 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

Build failed in Jenkins: flex-falcon #961

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

Changes:

[christofer.dutz] - Included the calls again animal-sniffer was complaining about.

[christofer.dutz] - Removed a comment

[christofer.dutz] - Replaced the code in the DebugCLI with an implementation from apache-commons-lang

[Alex Harui] try to fix ant tests

------------------------------------------
[...truncated 3101 lines...]
    [junit] Running org.apache.flex.compiler.internal.codegen.js.goog.TestGoogAccessorMembers
    [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.47 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.goog.TestGoogClass
    [junit] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.472 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.goog.TestGoogEmiter
    [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.294 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.goog.TestGoogExpressions
    [junit] Tests run: 82, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.744 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.goog.TestGoogFieldMembers
    [junit] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.791 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.goog.TestGoogFile
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.378 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.goog.TestGoogGlobalClasses
    [junit] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.801 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.goog.TestGoogGlobalConstants
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.434 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.goog.TestGoogGlobalFunctions
    [junit] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.401 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.goog.TestGoogInterface
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.684 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.goog.TestGoogMethodMembers
    [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.859 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.goog.TestGoogPackage
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.56 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.goog.TestGoogProject
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.806 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.goog.TestGoogStatements
    [junit] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.321 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.sourcemaps.TestSourceMapExpressions
    [junit] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.224 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.sourcemaps.TestSourceMapGlobalClasses
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.286 sec
    [junit] Running org.apache.flex.compiler.internal.codegen.js.sourcemaps.TestSourceMapStatements
    [junit] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.754 sec
    [junit] Running org.apache.flex.compiler.internal.test.TestBase
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.004 sec
    [junit] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8

main:

jx:

compiler.oem:

download_check:

downloads:
    [mkdir] Created dir: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/flex-compiler-oem/target/downloads/java/flash>
      [get] Getting: https://git-wip-us.apache.org/repos/asf/flex-sdk/repo?p=flex-sdk.git;a=snapshot;h=2cfbdd592ef87b40704d3d7145f4da9a369429eb;sf=tgz
      [get] To: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/flex-compiler-oem/target/downloads/flex-sdk-modules-swfutils.tar.gz>
    [untar] Expanding: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/flex-compiler-oem/target/downloads/flex-sdk-modules-swfutils.tar.gz> into <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/flex-compiler-oem/target/downloads/java/flash>

src.depend:

compile:
    [javac] Compiling 242 source files to <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/flex-compiler-oem/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] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 1 warning

set.oem.jar.uptodate:

oem.jar:
    [mkdir] Created dir: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/flex-compiler-oem/target/classes/META-INF>
     [copy] Copying 1 file to <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/flex-compiler-oem/target/classes/META-INF>
     [copy] Copying 1 file to <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/flex-compiler-oem/target/classes/META-INF>
      [jar] Building jar: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/lib/flex-compiler-oem.jar>

set.compc.jar.uptodate:

compc.jar:
      [jar] Building jar: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/lib/compc.jar>

jar:

sdk:

main:
     [echo] flex-compiler-oem main completed on 04/27/2016 05:26:24 PM

oem:

debugger:

download_check:

downloads:
    [mkdir] Created dir: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/debugger/target/downloads/java/flash>
      [get] Getting: https://git-wip-us.apache.org/repos/asf/flex-sdk/repo?p=flex-sdk.git;a=snapshot;h=2cfbdd592ef87b40704d3d7145f4da9a369429eb;sf=tgz
      [get] To: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/debugger/target/downloads/flex-sdk-modules-swfutils.tar.gz>
    [untar] Expanding: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/debugger/target/downloads/flex-sdk-modules-swfutils.tar.gz> into <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/debugger/target/downloads/java/flash>

generate-burm:

check_burm:

echo_burm:

burm:
    [mkdir] Created dir: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/debugger/target/generated-sources/jburg/flash/tools/debugger/expression>
     [java] Warning: pattern anonymousFunction has no reduction - ignored.
     [java] Warning: pattern assignBitwiseAndToDescendantsExpr has no reduction - ignored.
     [java] Warning: pattern assignBitwiseAndToRuntimeNameExpr has no reduction - ignored.
     [java] Warning: pattern assignBitwiseOrToDescendantsExpr has no reduction - ignored.
     [java] Warning: pattern assignBitwiseOrToRuntimeNameExpr has no reduction - ignored.
     [java] Warning: pattern assignBitwiseXorToDescendantsExpr has no reduction - ignored.
     [java] Warning: pattern assignBitwiseXorToRuntimeNameExpr has no reduction - ignored.
     [java] Warning: pattern assignDivideToDescendantsExpr has no reduction - ignored.
     [java] Warning: pattern assignDivideToRuntimeNameExpr has no reduction - ignored.
     [java] Warning: pattern assignLeftShiftToDescendantsExpr has no reduction - ignored.
     [java] Warning: pattern assignLeftShiftToRuntimeNameExpr has no reduction - ignored.
     [java] Warning: pattern assignLogicalAndToBracketExpr has no reduction - ignored.
     [java] Warning: pattern assignLogicalAndToDescendantsExpr has no reduction - ignored.
     [java] Warning: pattern assignLogicalAndToMemberExpr has no reduction - ignored.
     [java] Warning: pattern assignLogicalAndToNameExpr has no reduction - ignored.
     [java] Warning: pattern assignLogicalAndToRuntimeNameExpr has no reduction - ignored.
     [java] Warning: pattern assignLogicalOrToBracketExpr has no reduction - ignored.
     [java] Warning: pattern assignLogicalOrToDescendantsExpr has no reduction - ignored.
     [java] Warning: pattern assignLogicalOrToMemberExpr has no reduction - ignored.
     [java] Warning: pattern assignLogicalOrToNameExpr has no reduction - ignored.
     [java] Warning: pattern assignLogicalOrToRuntimeNameExpr has no reduction - ignored.
     [java] Warning: pattern assignMinusToDescendantsExpr has no reduction - ignored.
     [java] Warning: pattern assignMinusToRuntimeNameExpr has no reduction - ignored.
     [java] Warning: pattern assignModuloToDescendantsExpr has no reduction - ignored.
     [java] Warning: pattern assignModuloToRuntimeNameExpr has no reduction - ignored.
     [java] Warning: pattern assignMultiplyToDescendantsExpr has no reduction - ignored.
     [java] Warning: pattern assignMultiplyToRuntimeNameExpr has no reduction - ignored.
     [java] Warning: pattern assignPlusToDescendantsExpr has no reduction - ignored.
     [java] Warning: pattern assignPlusToRuntimeNameExpr has no reduction - ignored.
     [java] Warning: pattern assignRightShiftToDescendantsExpr has no reduction - ignored.
     [java] Warning: pattern assignRightShiftToRuntimeNameExpr has no reduction - ignored.
     [java] Warning: pattern assignToQualifiedRuntimeAttributeExpr has no reduction - ignored.
     [java] Warning: pattern assignUnsignedRightShiftToDescendantsExpr has no reduction - ignored.
     [java] Warning: pattern assignUnsignedRightShiftToRuntimeNameExpr has no reduction - ignored.
     [java] Warning: pattern blockStmt has no reduction - ignored.
     [java] Warning: pattern breakStmt has no reduction - ignored.
     [java] Warning: pattern catchBlockTyped has no reduction - ignored.
     [java] Warning: pattern catchBlockUntyped has no reduction - ignored.
     [java] Warning: pattern configBlockStmt has no reduction - ignored.
     [java] Warning: pattern constantDottedName has no reduction - ignored.
     [java] Warning: pattern constantSwitchCase has no reduction - ignored.
     [java] Warning: pattern continueStmt has no reduction - ignored.
     [java] Warning: pattern countedForStmt has no reduction - ignored.
     [java] Warning: pattern defaultXMLNamespace has no reduction - ignored.
     [java] Warning: pattern doStmt has no reduction - ignored.
     [java] Warning: pattern emptyConstructor has no reduction - ignored.
     [java] Warning: pattern forEachArrayStmt has no reduction - ignored.
     [java] Warning: pattern forEachInDescendantStmt has no reduction - ignored.
     [java] Warning: pattern forEachMemberStmt has no reduction - ignored.
     [java] Warning: pattern forEachStmt has no reduction - ignored.
     [java] Warning: pattern forEachSuperBracketStmt has no reduction - ignored.
     [java] Warning: pattern forEachSuperStmt has no reduction - ignored.
     [java] Warning: pattern forEachVarDeclInStmt has no reduction - ignored.
     [java] Warning: pattern forInArrayStmt has no reduction - ignored.
     [java] Warning: pattern forInDescendantStmt has no reduction - ignored.
     [java] Warning: pattern forInMemberStmt has no reduction - ignored.
     [java] Warning: pattern forInStmt has no reduction - ignored.
     [java] Warning: pattern forInSuperBracketStmt has no reduction - ignored.
     [java] Warning: pattern forInSuperStmt has no reduction - ignored.
     [java] Warning: pattern forVarDeclInStmt has no reduction - ignored.
     [java] Warning: pattern gotoStmt has no reduction - ignored.
     [java] Warning: pattern groupedVoidExpression has no reduction - ignored.
     [java] Warning: pattern ifElseIf has no reduction - ignored.
     [java] Warning: pattern importDirective has no reduction - ignored.
     [java] Warning: pattern instructionListExpression has no reduction - ignored.
     [java] Warning: pattern integerLiteral has no reduction - ignored.
     [java] Warning: pattern labeledBreakStmt has no reduction - ignored.
     [java] Warning: pattern labeledContinueStmt has no reduction - ignored.
     [java] Warning: pattern labeledStmt has no reduction - ignored.
     [java] Warning: pattern lastElse has no reduction - ignored.
     [java] Warning: pattern logicalAndExpr has no reduction - ignored.
     [java] Warning: pattern logicalOrExpr has no reduction - ignored.
     [java] Warning: pattern mxmlEventSpecifier has no reduction - ignored.
     [java] Warning: pattern namespaceDeclaration has no reduction - ignored.
     [java] Warning: pattern namespaceDeclarationConstantInitializer has no reduction - ignored.
     [java] Warning: pattern namespaceDeclarationInitializer has no reduction - ignored.
     [java] Warning: pattern optionalParameter has no reduction - ignored.
     [java] Warning: pattern plist has no reduction - ignored.
     [java] Warning: pattern requiredParameter has no reduction - ignored.
     [java] Warning: pattern restParameter has no reduction - ignored.
     [java] Warning: pattern returnNil has no reduction - ignored.
     [java] Warning: pattern returnValue has no reduction - ignored.
     [java] Warning: pattern returnVoid has no reduction - ignored.
     [java] Warning: pattern returnVoidSideEffect has no reduction - ignored.
     [java] Warning: pattern returnVoidValue has no reduction - ignored.
     [java] Warning: pattern superCallExpr has no reduction - ignored.
     [java] Warning: pattern superThisAccess has no reduction - ignored.
     [java] Warning: pattern switchCase has no reduction - ignored.
     [java] Warning: pattern switchDefault has no reduction - ignored.
     [java] Warning: pattern switchStmt has no reduction - ignored.
     [java] Warning: pattern throwStmt has no reduction - ignored.
     [java] Warning: pattern tryCatchFinallyStmt has no reduction - ignored.
     [java] Warning: pattern tryCatchStmt has no reduction - ignored.
     [java] Warning: pattern tryFinallyStmt has no reduction - ignored.
     [java] Warning: pattern typedBindableVariableDecl has no reduction - ignored.
     [java] Warning: pattern typedBindableVariableDeclWithInitializer has no reduction - ignored.
     [java] Warning: pattern typedFunction has no reduction - ignored.
     [java] Warning: pattern typedFunctionObject has no reduction - ignored.
     [java] Warning: pattern typedGetter has no reduction - ignored.
     [java] Warning: pattern typedSetter has no reduction - ignored.
     [java] Warning: pattern typedVariableDecl has no reduction - ignored.
     [java] Warning: pattern typedVariableDeclWithConstantInitializer has no reduction - ignored.
     [java] Warning: pattern typedVariableDeclWithInitializer has no reduction - ignored.
     [java] Warning: pattern typelessFunction has no reduction - ignored.
     [java] Warning: pattern typelessFunctionObject has no reduction - ignored.
     [java] Warning: pattern typelessGetter has no reduction - ignored.
     [java] Warning: pattern typelessSetter has no reduction - ignored.
     [java] Warning: pattern uintLiteral has no reduction - ignored.
     [java] Warning: pattern useNamespaceDirective has no reduction - ignored.
     [java] Warning: pattern variableExpression has no reduction - ignored.
     [java] Warning: pattern whileStmt has no reduction - ignored.
     [java] Warning: pattern withStmt has no reduction - ignored.
     [java] Using Language Adaptor : jburg.burg.emitlangs.EmitJava
     [java] Using i-node adapter org.apache.flex.compiler.internal.as.codegen.IASNodeAdapter
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8

main:

compile:
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/debugger/build.xml>:102: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 294 source files to <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/debugger/target>
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/debugger/src/main/java/flex/tools/debugger/cli/DebugCLI.java>:35: error: cannot find symbol
    [javac] import org.apache.commons.lang.LocaleUtils;
    [javac]                               ^
    [javac]   symbol:   class LocaleUtils
    [javac]   location: package org.apache.commons.lang
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/debugger/src/main/java/flex/tools/debugger/cli/DebugCLI.java>:487: error: cannot find symbol
    [javac] 						getLocalizationManager().setLocale(LocaleUtils.toLocale(args[++i]));
    [javac] 						                                   ^
    [javac]   symbol:   variable LocaleUtils
    [javac]   location: class DebugCLI
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/debugger/target/generated-sources/jburg/flash/tools/debugger/expression/AS3DebuggerBURM.java> uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 2 errors

BUILD FAILED
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/build.xml>:88: The following error occurred while executing this line:
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/debugger/build.xml>:102: Compile failed; see the compiler error output for details.

Total time: 53 minutes 43 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

Build failed in Jenkins: flex-falcon #960

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

Changes:

[christofer.dutz] - Added the debugger module to the maven build.

[christofer.dutz] - Added duplicates of some jburg files that were referenced from another project (compiler)

------------------------------------------
[...truncated 4817 lines...]
    [junit] [c:\Adobe\flashPlayer\11.7\flashplayerdebugger.exe, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLRemoteObjectTagTests5930068870701397852.swf]>
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.367 sec
    [junit] Running mxml.tags.MXMLWebServiceTagTests
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -locale=en_US -external-library-path=c:\Adobe\flashPlayer\11.7\playerglobal.swc -library-path=C:\Jenkins\workspace\flex-sdk\frameworks\libs\framework.swc,C:\Jenkins\workspace\flex-sdk\frameworks\locale\en_US\framework_rb.swc,C:\Jenkins\workspace\flex-sdk\frameworks\libs\rpc.swc,C:\Jenkins\workspace\flex-sdk\frameworks\locale\en_US\rpc_rb.swc -namespace=http://ns.adobe.com/mxml/2009,C:\Jenkins\workspace\flex-sdk\frameworks\mxml-2009-manifest.xml <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLWebServiceTagTests7134516124834176205.mxml> 
    [junit] 
    [junit] 182526 bytes written to C:\Jenkins\workspace\flex-falcon\compiler\target\junit-temp\MXMLWebServiceTagTests7134516124834176205.swf in 5.534 seconds
    [junit] Executing test:
    [junit] [c:\Adobe\flashPlayer\11.7\flashplayerdebugger.exe, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLWebServiceTagTests7134516124834176205.swf]>
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.933 sec
    [junit] Running org.apache.flex.compiler.internal.tree.mxml.MXMLDesignLayerNodeTests
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.516 sec
    [junit] Running org.apache.flex.compiler.internal.tree.mxml.MXMLHTTPServiceNodeTests
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.331 sec
    [junit] Running org.apache.flex.compiler.internal.tree.mxml.MXMLModelNodeTests
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.29 sec
    [junit] Running org.apache.flex.compiler.internal.tree.mxml.MXMLPropertySpecifierNodeBooleanTests
    [junit] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertySpecifierNodeBooleanTests2274863276445538029.mxml(11)>: 'MyComp' tag (or tag before this tag) is unclosed or tag not allowed here.
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.398 sec
    [junit] Running org.apache.flex.compiler.internal.tree.mxml.MXMLPropertySpecifierNodeClassTests
    [junit] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertySpecifierNodeClassTests1225252672055550693.mxml(11)>: 'MyComp' tag (or tag before this tag) is unclosed or tag not allowed here.
    [junit] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertySpecifierNodeClassTests6735907513741514824.mxml(11)>: 'MyComp' tag (or tag before this tag) is unclosed or tag not allowed here.
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.652 sec
    [junit] Running org.apache.flex.compiler.internal.tree.mxml.MXMLPropertySpecifierNodeIntTests
    [junit] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertySpecifierNodeIntTests1376513702142905930.mxml(11)>: 'MyComp' tag (or tag before this tag) is unclosed or tag not allowed here.
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.296 sec
    [junit] Running org.apache.flex.compiler.internal.tree.mxml.MXMLPropertySpecifierNodeNumberTests
    [junit] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertySpecifierNodeNumberTests3582736762944998525.mxml(11)>: 'MyComp' tag (or tag before this tag) is unclosed or tag not allowed here.
    [junit] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertySpecifierNodeNumberTests4809728224927548263.mxml(11)>: 'MyComp' tag (or tag before this tag) is unclosed or tag not allowed here.
    [junit] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertySpecifierNodeNumberTests7248731360138693810.mxml(11)>: 'MyComp' tag (or tag before this tag) is unclosed or tag not allowed here.
    [junit] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertySpecifierNodeNumberTests3594829741812361314.mxml(11)>: 'MyComp' tag (or tag before this tag) is unclosed or tag not allowed here.
    [junit] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertySpecifierNodeNumberTests402480869342998121.mxml(11)>: 'MyComp' tag (or tag before this tag) is unclosed or tag not allowed here.
    [junit] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertySpecifierNodeNumberTests2912573078507201907.mxml(11)>: 'MyComp' tag (or tag before this tag) is unclosed or tag not allowed here.
    [junit] Tests run: 27, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 1.661 sec
    [junit] Running org.apache.flex.compiler.internal.tree.mxml.MXMLPropertySpecifierNodeStringTests
    [junit] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertySpecifierNodeStringTests6654659615874072486.mxml(11)>: 'MyComp' tag (or tag before this tag) is unclosed or tag not allowed here.
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.363 sec
    [junit] Running org.apache.flex.compiler.internal.tree.mxml.MXMLPropertySpecifierNodeTests
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.014 sec
    [junit] Running org.apache.flex.compiler.internal.tree.mxml.MXMLPropertySpecifierNodeUintTests
    [junit] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertySpecifierNodeUintTests3667985953137744360.mxml(11)>: 'MyComp' tag (or tag before this tag) is unclosed or tag not allowed here.
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.302 sec
    [junit] Running org.apache.flex.compiler.internal.tree.mxml.MXMLRemoteObjectNodeTests
    [junit] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLRemoteObjectNodeTests3042445632059058816.mxml(7)>: This tag could not be resolved to an ActionScript class. It will be ignored.
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 sec
    [junit] Running org.apache.flex.compiler.internal.tree.mxml.MXMLStateNodeTests
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.475 sec
    [junit] Running org.apache.flex.compiler.internal.tree.mxml.MXMLWebServiceNodeTests
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.2 sec
    [junit] Running properties.MXMLPropertyBooleanTests
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -locale=en_US -external-library-path=c:\Adobe\flashPlayer\11.7\playerglobal.swc -library-path=C:\Jenkins\workspace\flex-sdk\frameworks\libs\framework.swc,C:\Jenkins\workspace\flex-sdk\frameworks\locale\en_US\framework_rb.swc -namespace=http://ns.adobe.com/mxml/2009,C:\Jenkins\workspace\flex-sdk\frameworks\mxml-2009-manifest.xml <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyBooleanTests401793392333050478.mxml> 
    [junit] 
    [junit] 2093 bytes written to C:\Jenkins\workspace\flex-falcon\compiler\target\junit-temp\MXMLPropertyBooleanTests401793392333050478.swf in 3.869 seconds
    [junit] Executing test:
    [junit] [c:\Adobe\flashPlayer\11.7\flashplayerdebugger.exe, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyBooleanTests401793392333050478.swf]>
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -locale=en_US -external-library-path=c:\Adobe\flashPlayer\11.7\playerglobal.swc -library-path=C:\Jenkins\workspace\flex-sdk\frameworks\libs\framework.swc,C:\Jenkins\workspace\flex-sdk\frameworks\locale\en_US\framework_rb.swc -namespace=http://ns.adobe.com/mxml/2009,C:\Jenkins\workspace\flex-sdk\frameworks\mxml-2009-manifest.xml <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyBooleanTests2229064259654032658.mxml> 
    [junit] 
    [junit] 2092 bytes written to C:\Jenkins\workspace\flex-falcon\compiler\target\junit-temp\MXMLPropertyBooleanTests2229064259654032658.swf in 1.090 seconds
    [junit] Executing test:
    [junit] [c:\Adobe\flashPlayer\11.7\flashplayerdebugger.exe, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyBooleanTests2229064259654032658.swf]>
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -locale=en_US -external-library-path=c:\Adobe\flashPlayer\11.7\playerglobal.swc -library-path=C:\Jenkins\workspace\flex-sdk\frameworks\libs\framework.swc,C:\Jenkins\workspace\flex-sdk\frameworks\locale\en_US\framework_rb.swc -namespace=http://ns.adobe.com/mxml/2009,C:\Jenkins\workspace\flex-sdk\frameworks\mxml-2009-manifest.xml <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyBooleanTests7562877191314569518.mxml> 
    [junit] 
    [junit] 2088 bytes written to C:\Jenkins\workspace\flex-falcon\compiler\target\junit-temp\MXMLPropertyBooleanTests7562877191314569518.swf in 2.802 seconds
    [junit] Executing test:
    [junit] [c:\Adobe\flashPlayer\11.7\flashplayerdebugger.exe, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyBooleanTests7562877191314569518.swf]>
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -locale=en_US -external-library-path=c:\Adobe\flashPlayer\11.7\playerglobal.swc -library-path=C:\Jenkins\workspace\flex-sdk\frameworks\libs\framework.swc,C:\Jenkins\workspace\flex-sdk\frameworks\locale\en_US\framework_rb.swc -namespace=http://ns.adobe.com/mxml/2009,C:\Jenkins\workspace\flex-sdk\frameworks\mxml-2009-manifest.xml <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyBooleanTests4375672982398162246.mxml> 
    [junit] 
    [junit] 2103 bytes written to C:\Jenkins\workspace\flex-falcon\compiler\target\junit-temp\MXMLPropertyBooleanTests4375672982398162246.swf in 1.337 seconds
    [junit] Executing test:
    [junit] [c:\Adobe\flashPlayer\11.7\flashplayerdebugger.exe, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyBooleanTests4375672982398162246.swf]>
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.355 sec
    [junit] Running properties.MXMLPropertyClassTests
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -locale=en_US -external-library-path=c:\Adobe\flashPlayer\11.7\playerglobal.swc -library-path=C:\Jenkins\workspace\flex-sdk\frameworks\libs\framework.swc,C:\Jenkins\workspace\flex-sdk\frameworks\locale\en_US\framework_rb.swc -namespace=http://ns.adobe.com/mxml/2009,C:\Jenkins\workspace\flex-sdk\frameworks\mxml-2009-manifest.xml <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyClassTests4893403898868529293.mxml> 
    [junit] 
    [junit] 2102 bytes written to C:\Jenkins\workspace\flex-falcon\compiler\target\junit-temp\MXMLPropertyClassTests4893403898868529293.swf in 2.211 seconds
    [junit] Executing test:
    [junit] [c:\Adobe\flashPlayer\11.7\flashplayerdebugger.exe, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyClassTests4893403898868529293.swf]>
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -locale=en_US -external-library-path=c:\Adobe\flashPlayer\11.7\playerglobal.swc -library-path=C:\Jenkins\workspace\flex-sdk\frameworks\libs\framework.swc,C:\Jenkins\workspace\flex-sdk\frameworks\locale\en_US\framework_rb.swc -namespace=http://ns.adobe.com/mxml/2009,C:\Jenkins\workspace\flex-sdk\frameworks\mxml-2009-manifest.xml <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyClassTests3184964280785258358.mxml> 
    [junit] 
    [junit] 2099 bytes written to C:\Jenkins\workspace\flex-falcon\compiler\target\junit-temp\MXMLPropertyClassTests3184964280785258358.swf in 1.740 seconds
    [junit] Executing test:
    [junit] [c:\Adobe\flashPlayer\11.7\flashplayerdebugger.exe, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyClassTests3184964280785258358.swf]>
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -locale=en_US -external-library-path=c:\Adobe\flashPlayer\11.7\playerglobal.swc -library-path=C:\Jenkins\workspace\flex-sdk\frameworks\libs\framework.swc,C:\Jenkins\workspace\flex-sdk\frameworks\locale\en_US\framework_rb.swc -namespace=http://ns.adobe.com/mxml/2009,C:\Jenkins\workspace\flex-sdk\frameworks\mxml-2009-manifest.xml <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyClassTests4902824117781583630.mxml> 
    [junit] 
    [junit] 2102 bytes written to C:\Jenkins\workspace\flex-falcon\compiler\target\junit-temp\MXMLPropertyClassTests4902824117781583630.swf in 0.909 seconds
    [junit] Executing test:
    [junit] [c:\Adobe\flashPlayer\11.7\flashplayerdebugger.exe, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyClassTests4902824117781583630.swf]>
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -locale=en_US -external-library-path=c:\Adobe\flashPlayer\11.7\playerglobal.swc -library-path=C:\Jenkins\workspace\flex-sdk\frameworks\libs\framework.swc,C:\Jenkins\workspace\flex-sdk\frameworks\locale\en_US\framework_rb.swc -namespace=http://ns.adobe.com/mxml/2009,C:\Jenkins\workspace\flex-sdk\frameworks\mxml-2009-manifest.xml <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyClassTests1482494893808730330.mxml> 
    [junit] 
    [junit] 2097 bytes written to C:\Jenkins\workspace\flex-falcon\compiler\target\junit-temp\MXMLPropertyClassTests1482494893808730330.swf in 1.475 seconds
    [junit] Executing test:
    [junit] [c:\Adobe\flashPlayer\11.7\flashplayerdebugger.exe, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyClassTests1482494893808730330.swf]>
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.359 sec
    [junit] Running properties.MXMLPropertyIntTests
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -locale=en_US -external-library-path=c:\Adobe\flashPlayer\11.7\playerglobal.swc -library-path=C:\Jenkins\workspace\flex-sdk\frameworks\libs\framework.swc,C:\Jenkins\workspace\flex-sdk\frameworks\locale\en_US\framework_rb.swc -namespace=http://ns.adobe.com/mxml/2009,C:\Jenkins\workspace\flex-sdk\frameworks\mxml-2009-manifest.xml <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyIntTests131674582594489392.mxml> 
    [junit] 
    [junit] 2099 bytes written to C:\Jenkins\workspace\flex-falcon\compiler\target\junit-temp\MXMLPropertyIntTests131674582594489392.swf in 0.888 seconds
    [junit] Executing test:
    [junit] [c:\Adobe\flashPlayer\11.7\flashplayerdebugger.exe, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyIntTests131674582594489392.swf]>
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -locale=en_US -external-library-path=c:\Adobe\flashPlayer\11.7\playerglobal.swc -library-path=C:\Jenkins\workspace\flex-sdk\frameworks\libs\framework.swc,C:\Jenkins\workspace\flex-sdk\frameworks\locale\en_US\framework_rb.swc -namespace=http://ns.adobe.com/mxml/2009,C:\Jenkins\workspace\flex-sdk\frameworks\mxml-2009-manifest.xml <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyIntTests3249641358972436422.mxml> 
    [junit] 
    [junit] 2100 bytes written to C:\Jenkins\workspace\flex-falcon\compiler\target\junit-temp\MXMLPropertyIntTests3249641358972436422.swf in 0.943 seconds
    [junit] Executing test:
    [junit] [c:\Adobe\flashPlayer\11.7\flashplayerdebugger.exe, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyIntTests3249641358972436422.swf]>
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -locale=en_US -external-library-path=c:\Adobe\flashPlayer\11.7\playerglobal.swc -library-path=C:\Jenkins\workspace\flex-sdk\frameworks\libs\framework.swc,C:\Jenkins\workspace\flex-sdk\frameworks\locale\en_US\framework_rb.swc -namespace=http://ns.adobe.com/mxml/2009,C:\Jenkins\workspace\flex-sdk\frameworks\mxml-2009-manifest.xml <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyIntTests3640022048229727098.mxml> 
    [junit] 
    [junit] 2109 bytes written to C:\Jenkins\workspace\flex-falcon\compiler\target\junit-temp\MXMLPropertyIntTests3640022048229727098.swf in 0.919 seconds
    [junit] Executing test:
    [junit] [c:\Adobe\flashPlayer\11.7\flashplayerdebugger.exe, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyIntTests3640022048229727098.swf]>
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -locale=en_US -external-library-path=c:\Adobe\flashPlayer\11.7\playerglobal.swc -library-path=C:\Jenkins\workspace\flex-sdk\frameworks\libs\framework.swc,C:\Jenkins\workspace\flex-sdk\frameworks\locale\en_US\framework_rb.swc -namespace=http://ns.adobe.com/mxml/2009,C:\Jenkins\workspace\flex-sdk\frameworks\mxml-2009-manifest.xml <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyIntTests2572889159751111262.mxml> 
    [junit] 
    [junit] 2096 bytes written to C:\Jenkins\workspace\flex-falcon\compiler\target\junit-temp\MXMLPropertyIntTests2572889159751111262.swf in 1.288 seconds
    [junit] Executing test:
    [junit] [c:\Adobe\flashPlayer\11.7\flashplayerdebugger.exe, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyIntTests2572889159751111262.swf]>
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.97 sec
    [junit] Running properties.MXMLPropertyNumberTests
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -locale=en_US -external-library-path=c:\Adobe\flashPlayer\11.7\playerglobal.swc -library-path=C:\Jenkins\workspace\flex-sdk\frameworks\libs\framework.swc,C:\Jenkins\workspace\flex-sdk\frameworks\locale\en_US\framework_rb.swc -namespace=http://ns.adobe.com/mxml/2009,C:\Jenkins\workspace\flex-sdk\frameworks\mxml-2009-manifest.xml <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyNumberTests7287568510587562923.mxml> 
    [junit] 
    [junit] 2112 bytes written to C:\Jenkins\workspace\flex-falcon\compiler\target\junit-temp\MXMLPropertyNumberTests7287568510587562923.swf in 1.358 seconds
    [junit] Executing test:
    [junit] [c:\Adobe\flashPlayer\11.7\flashplayerdebugger.exe, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyNumberTests7287568510587562923.swf]>
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -locale=en_US -external-library-path=c:\Adobe\flashPlayer\11.7\playerglobal.swc -library-path=C:\Jenkins\workspace\flex-sdk\frameworks\libs\framework.swc,C:\Jenkins\workspace\flex-sdk\frameworks\locale\en_US\framework_rb.swc -namespace=http://ns.adobe.com/mxml/2009,C:\Jenkins\workspace\flex-sdk\frameworks\mxml-2009-manifest.xml <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyNumberTests928915573783373189.mxml> 
    [junit] 
    [junit] 2114 bytes written to C:\Jenkins\workspace\flex-falcon\compiler\target\junit-temp\MXMLPropertyNumberTests928915573783373189.swf in 0.932 seconds
    [junit] Executing test:
    [junit] [c:\Adobe\flashPlayer\11.7\flashplayerdebugger.exe, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyNumberTests928915573783373189.swf]>
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -locale=en_US -external-library-path=c:\Adobe\flashPlayer\11.7\playerglobal.swc -library-path=C:\Jenkins\workspace\flex-sdk\frameworks\libs\framework.swc,C:\Jenkins\workspace\flex-sdk\frameworks\locale\en_US\framework_rb.swc -namespace=http://ns.adobe.com/mxml/2009,C:\Jenkins\workspace\flex-sdk\frameworks\mxml-2009-manifest.xml <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyNumberTests4295657818186680361.mxml> 
    [junit] 
    [junit] 2117 bytes written to C:\Jenkins\workspace\flex-falcon\compiler\target\junit-temp\MXMLPropertyNumberTests4295657818186680361.swf in 0.936 seconds
    [junit] Executing test:
    [junit] [c:\Adobe\flashPlayer\11.7\flashplayerdebugger.exe, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyNumberTests4295657818186680361.swf]>
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -locale=en_US -external-library-path=c:\Adobe\flashPlayer\11.7\playerglobal.swc -library-path=C:\Jenkins\workspace\flex-sdk\frameworks\libs\framework.swc,C:\Jenkins\workspace\flex-sdk\frameworks\locale\en_US\framework_rb.swc -namespace=http://ns.adobe.com/mxml/2009,C:\Jenkins\workspace\flex-sdk\frameworks\mxml-2009-manifest.xml <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyNumberTests3930330208188682008.mxml> 
    [junit] 
    [junit] 2114 bytes written to C:\Jenkins\workspace\flex-falcon\compiler\target\junit-temp\MXMLPropertyNumberTests3930330208188682008.swf in 1.080 seconds
    [junit] Executing test:
    [junit] [c:\Adobe\flashPlayer\11.7\flashplayerdebugger.exe, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyNumberTests3930330208188682008.swf]>
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.24 sec
    [junit] Running properties.MXMLPropertyStringTests
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -locale=en_US -external-library-path=c:\Adobe\flashPlayer\11.7\playerglobal.swc -library-path=C:\Jenkins\workspace\flex-sdk\frameworks\libs\framework.swc,C:\Jenkins\workspace\flex-sdk\frameworks\locale\en_US\framework_rb.swc -namespace=http://ns.adobe.com/mxml/2009,C:\Jenkins\workspace\flex-sdk\frameworks\mxml-2009-manifest.xml <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyStringTests3670674001866497372.mxml> 
    [junit] 
    [junit] 2101 bytes written to C:\Jenkins\workspace\flex-falcon\compiler\target\junit-temp\MXMLPropertyStringTests3670674001866497372.swf in 1.194 seconds
    [junit] Executing test:
    [junit] [c:\Adobe\flashPlayer\11.7\flashplayerdebugger.exe, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyStringTests3670674001866497372.swf]>
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -locale=en_US -external-library-path=c:\Adobe\flashPlayer\11.7\playerglobal.swc -library-path=C:\Jenkins\workspace\flex-sdk\frameworks\libs\framework.swc,C:\Jenkins\workspace\flex-sdk\frameworks\locale\en_US\framework_rb.swc -namespace=http://ns.adobe.com/mxml/2009,C:\Jenkins\workspace\flex-sdk\frameworks\mxml-2009-manifest.xml <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyStringTests3039333473908117346.mxml> 
    [junit] 
    [junit] 2110 bytes written to C:\Jenkins\workspace\flex-falcon\compiler\target\junit-temp\MXMLPropertyStringTests3039333473908117346.swf in 1.278 seconds
    [junit] Executing test:
    [junit] [c:\Adobe\flashPlayer\11.7\flashplayerdebugger.exe, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyStringTests3039333473908117346.swf]>
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -locale=en_US -external-library-path=c:\Adobe\flashPlayer\11.7\playerglobal.swc -library-path=C:\Jenkins\workspace\flex-sdk\frameworks\libs\framework.swc,C:\Jenkins\workspace\flex-sdk\frameworks\locale\en_US\framework_rb.swc -namespace=http://ns.adobe.com/mxml/2009,C:\Jenkins\workspace\flex-sdk\frameworks\mxml-2009-manifest.xml <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyStringTests413763653317488582.mxml> 
    [junit] 
    [junit] 2094 bytes written to C:\Jenkins\workspace\flex-falcon\compiler\target\junit-temp\MXMLPropertyStringTests413763653317488582.swf in 1.047 seconds
    [junit] Executing test:
    [junit] [c:\Adobe\flashPlayer\11.7\flashplayerdebugger.exe, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyStringTests413763653317488582.swf]>
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -locale=en_US -external-library-path=c:\Adobe\flashPlayer\11.7\playerglobal.swc -library-path=C:\Jenkins\workspace\flex-sdk\frameworks\libs\framework.swc,C:\Jenkins\workspace\flex-sdk\frameworks\locale\en_US\framework_rb.swc -namespace=http://ns.adobe.com/mxml/2009,C:\Jenkins\workspace\flex-sdk\frameworks\mxml-2009-manifest.xml <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyStringTests528626456964374644.mxml> 
    [junit] 
    [junit] 2090 bytes written to C:\Jenkins\workspace\flex-falcon\compiler\target\junit-temp\MXMLPropertyStringTests528626456964374644.swf in 0.996 seconds
    [junit] Executing test:
    [junit] [c:\Adobe\flashPlayer\11.7\flashplayerdebugger.exe, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyStringTests528626456964374644.swf]>
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.5 sec
    [junit] Running properties.MXMLPropertyUintTests
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -locale=en_US -external-library-path=c:\Adobe\flashPlayer\11.7\playerglobal.swc -library-path=C:\Jenkins\workspace\flex-sdk\frameworks\libs\framework.swc,C:\Jenkins\workspace\flex-sdk\frameworks\locale\en_US\framework_rb.swc -namespace=http://ns.adobe.com/mxml/2009,C:\Jenkins\workspace\flex-sdk\frameworks\mxml-2009-manifest.xml <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyUintTests7629677823064599288.mxml> 
    [junit] 
    [junit] 2124 bytes written to C:\Jenkins\workspace\flex-falcon\compiler\target\junit-temp\MXMLPropertyUintTests7629677823064599288.swf in 1.224 seconds
    [junit] Executing test:
    [junit] [c:\Adobe\flashPlayer\11.7\flashplayerdebugger.exe, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyUintTests7629677823064599288.swf]>
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -locale=en_US -external-library-path=c:\Adobe\flashPlayer\11.7\playerglobal.swc -library-path=C:\Jenkins\workspace\flex-sdk\frameworks\libs\framework.swc,C:\Jenkins\workspace\flex-sdk\frameworks\locale\en_US\framework_rb.swc -namespace=http://ns.adobe.com/mxml/2009,C:\Jenkins\workspace\flex-sdk\frameworks\mxml-2009-manifest.xml <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyUintTests6276279528929828481.mxml> 
    [junit] 
    [junit] 2124 bytes written to C:\Jenkins\workspace\flex-falcon\compiler\target\junit-temp\MXMLPropertyUintTests6276279528929828481.swf in 0.812 seconds
    [junit] Executing test:
    [junit] [c:\Adobe\flashPlayer\11.7\flashplayerdebugger.exe, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyUintTests6276279528929828481.swf]>
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -locale=en_US -external-library-path=c:\Adobe\flashPlayer\11.7\playerglobal.swc -library-path=C:\Jenkins\workspace\flex-sdk\frameworks\libs\framework.swc,C:\Jenkins\workspace\flex-sdk\frameworks\locale\en_US\framework_rb.swc -namespace=http://ns.adobe.com/mxml/2009,C:\Jenkins\workspace\flex-sdk\frameworks\mxml-2009-manifest.xml <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyUintTests5830861459015112776.mxml> 
    [junit] 
    [junit] 2128 bytes written to C:\Jenkins\workspace\flex-falcon\compiler\target\junit-temp\MXMLPropertyUintTests5830861459015112776.swf in 1.014 seconds
    [junit] Executing test:
    [junit] [c:\Adobe\flashPlayer\11.7\flashplayerdebugger.exe, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyUintTests5830861459015112776.swf]>
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -locale=en_US -external-library-path=c:\Adobe\flashPlayer\11.7\playerglobal.swc -library-path=C:\Jenkins\workspace\flex-sdk\frameworks\libs\framework.swc,C:\Jenkins\workspace\flex-sdk\frameworks\locale\en_US\framework_rb.swc -namespace=http://ns.adobe.com/mxml/2009,C:\Jenkins\workspace\flex-sdk\frameworks\mxml-2009-manifest.xml <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyUintTests3988858812801997249.mxml> 
    [junit] 
    [junit] 2104 bytes written to C:\Jenkins\workspace\flex-falcon\compiler\target\junit-temp\MXMLPropertyUintTests3988858812801997249.swf in 1.026 seconds
    [junit] Executing test:
    [junit] [c:\Adobe\flashPlayer\11.7\flashplayerdebugger.exe, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyUintTests3988858812801997249.swf]>
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.054 sec
    [junit] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8

ant.tests:
  [taskdef] Could not load definitions from resource flexTasks.tasks. It could not be found.

BUILD FAILED
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/build.xml>:729: The following error occurred while executing this line:
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/test/build.xml>:73: Problem: failed to create task or type mxmlc
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any <presetdef>/<macrodef> declarations have taken place.


Total time: 115 minutes 16 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

Build failed in Jenkins: flex-falcon #959

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

Changes:

[Alex Harui] fix classpath

[Alex Harui] fix lookup

------------------------------------------
[...truncated 4821 lines...]
    [junit] [c:\Adobe\flashPlayer\11.7\flashplayerdebugger.exe, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLRemoteObjectTagTests2809056844707320205.swf]>
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.663 sec
    [junit] Running mxml.tags.MXMLWebServiceTagTests
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -locale=en_US -external-library-path=c:\Adobe\flashPlayer\11.7\playerglobal.swc -library-path=C:\Jenkins\workspace\flex-sdk\frameworks\libs\framework.swc,C:\Jenkins\workspace\flex-sdk\frameworks\locale\en_US\framework_rb.swc,C:\Jenkins\workspace\flex-sdk\frameworks\libs\rpc.swc,C:\Jenkins\workspace\flex-sdk\frameworks\locale\en_US\rpc_rb.swc -namespace=http://ns.adobe.com/mxml/2009,C:\Jenkins\workspace\flex-sdk\frameworks\mxml-2009-manifest.xml <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLWebServiceTagTests7344477408412538365.mxml> 
    [junit] 
    [junit] 182417 bytes written to C:\Jenkins\workspace\flex-falcon\compiler\target\junit-temp\MXMLWebServiceTagTests7344477408412538365.swf in 5.812 seconds
    [junit] Executing test:
    [junit] [c:\Adobe\flashPlayer\11.7\flashplayerdebugger.exe, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLWebServiceTagTests7344477408412538365.swf]>
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.171 sec
    [junit] Running org.apache.flex.compiler.internal.tree.mxml.MXMLDesignLayerNodeTests
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.792 sec
    [junit] Running org.apache.flex.compiler.internal.tree.mxml.MXMLHTTPServiceNodeTests
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.292 sec
    [junit] Running org.apache.flex.compiler.internal.tree.mxml.MXMLModelNodeTests
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.267 sec
    [junit] Running org.apache.flex.compiler.internal.tree.mxml.MXMLPropertySpecifierNodeBooleanTests
    [junit] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertySpecifierNodeBooleanTests7713647817944869886.mxml(11)>: 'MyComp' tag (or tag before this tag) is unclosed or tag not allowed here.
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.305 sec
    [junit] Running org.apache.flex.compiler.internal.tree.mxml.MXMLPropertySpecifierNodeClassTests
    [junit] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertySpecifierNodeClassTests467905061232771228.mxml(11)>: 'MyComp' tag (or tag before this tag) is unclosed or tag not allowed here.
    [junit] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertySpecifierNodeClassTests9000518413719932806.mxml(11)>: 'MyComp' tag (or tag before this tag) is unclosed or tag not allowed here.
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.735 sec
    [junit] Running org.apache.flex.compiler.internal.tree.mxml.MXMLPropertySpecifierNodeIntTests
    [junit] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertySpecifierNodeIntTests3388151450845430651.mxml(11)>: 'MyComp' tag (or tag before this tag) is unclosed or tag not allowed here.
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.288 sec
    [junit] Running org.apache.flex.compiler.internal.tree.mxml.MXMLPropertySpecifierNodeNumberTests
    [junit] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertySpecifierNodeNumberTests5110662139257939707.mxml(11)>: 'MyComp' tag (or tag before this tag) is unclosed or tag not allowed here.
    [junit] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertySpecifierNodeNumberTests8670219213683045734.mxml(11)>: 'MyComp' tag (or tag before this tag) is unclosed or tag not allowed here.
    [junit] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertySpecifierNodeNumberTests7504498758009852582.mxml(11)>: 'MyComp' tag (or tag before this tag) is unclosed or tag not allowed here.
    [junit] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertySpecifierNodeNumberTests1765333134725921045.mxml(11)>: 'MyComp' tag (or tag before this tag) is unclosed or tag not allowed here.
    [junit] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertySpecifierNodeNumberTests8039084639150385385.mxml(11)>: 'MyComp' tag (or tag before this tag) is unclosed or tag not allowed here.
    [junit] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertySpecifierNodeNumberTests8566383780778263513.mxml(11)>: 'MyComp' tag (or tag before this tag) is unclosed or tag not allowed here.
    [junit] Tests run: 27, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 1.688 sec
    [junit] Running org.apache.flex.compiler.internal.tree.mxml.MXMLPropertySpecifierNodeStringTests
    [junit] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertySpecifierNodeStringTests6278371988584974399.mxml(11)>: 'MyComp' tag (or tag before this tag) is unclosed or tag not allowed here.
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.264 sec
    [junit] Running org.apache.flex.compiler.internal.tree.mxml.MXMLPropertySpecifierNodeTests
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.02 sec
    [junit] Running org.apache.flex.compiler.internal.tree.mxml.MXMLPropertySpecifierNodeUintTests
    [junit] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertySpecifierNodeUintTests2016268304320739553.mxml(11)>: 'MyComp' tag (or tag before this tag) is unclosed or tag not allowed here.
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.361 sec
    [junit] Running org.apache.flex.compiler.internal.tree.mxml.MXMLRemoteObjectNodeTests
    [junit] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLRemoteObjectNodeTests4480817917780932439.mxml(7)>: This tag could not be resolved to an ActionScript class. It will be ignored.
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 sec
    [junit] Running org.apache.flex.compiler.internal.tree.mxml.MXMLStateNodeTests
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.523 sec
    [junit] Running org.apache.flex.compiler.internal.tree.mxml.MXMLWebServiceNodeTests
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 sec
    [junit] Running properties.MXMLPropertyBooleanTests
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -locale=en_US -external-library-path=c:\Adobe\flashPlayer\11.7\playerglobal.swc -library-path=C:\Jenkins\workspace\flex-sdk\frameworks\libs\framework.swc,C:\Jenkins\workspace\flex-sdk\frameworks\locale\en_US\framework_rb.swc -namespace=http://ns.adobe.com/mxml/2009,C:\Jenkins\workspace\flex-sdk\frameworks\mxml-2009-manifest.xml <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyBooleanTests2923354823544518579.mxml> 
    [junit] 
    [junit] 2099 bytes written to C:\Jenkins\workspace\flex-falcon\compiler\target\junit-temp\MXMLPropertyBooleanTests2923354823544518579.swf in 3.714 seconds
    [junit] Executing test:
    [junit] [c:\Adobe\flashPlayer\11.7\flashplayerdebugger.exe, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyBooleanTests2923354823544518579.swf]>
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -locale=en_US -external-library-path=c:\Adobe\flashPlayer\11.7\playerglobal.swc -library-path=C:\Jenkins\workspace\flex-sdk\frameworks\libs\framework.swc,C:\Jenkins\workspace\flex-sdk\frameworks\locale\en_US\framework_rb.swc -namespace=http://ns.adobe.com/mxml/2009,C:\Jenkins\workspace\flex-sdk\frameworks\mxml-2009-manifest.xml <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyBooleanTests8296515582671742725.mxml> 
    [junit] 
    [junit] 2094 bytes written to C:\Jenkins\workspace\flex-falcon\compiler\target\junit-temp\MXMLPropertyBooleanTests8296515582671742725.swf in 1.529 seconds
    [junit] Executing test:
    [junit] [c:\Adobe\flashPlayer\11.7\flashplayerdebugger.exe, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyBooleanTests8296515582671742725.swf]>
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -locale=en_US -external-library-path=c:\Adobe\flashPlayer\11.7\playerglobal.swc -library-path=C:\Jenkins\workspace\flex-sdk\frameworks\libs\framework.swc,C:\Jenkins\workspace\flex-sdk\frameworks\locale\en_US\framework_rb.swc -namespace=http://ns.adobe.com/mxml/2009,C:\Jenkins\workspace\flex-sdk\frameworks\mxml-2009-manifest.xml <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyBooleanTests1711197965628546795.mxml> 
    [junit] 
    [junit] 2091 bytes written to C:\Jenkins\workspace\flex-falcon\compiler\target\junit-temp\MXMLPropertyBooleanTests1711197965628546795.swf in 2.739 seconds
    [junit] Executing test:
    [junit] [c:\Adobe\flashPlayer\11.7\flashplayerdebugger.exe, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyBooleanTests1711197965628546795.swf]>
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -locale=en_US -external-library-path=c:\Adobe\flashPlayer\11.7\playerglobal.swc -library-path=C:\Jenkins\workspace\flex-sdk\frameworks\libs\framework.swc,C:\Jenkins\workspace\flex-sdk\frameworks\locale\en_US\framework_rb.swc -namespace=http://ns.adobe.com/mxml/2009,C:\Jenkins\workspace\flex-sdk\frameworks\mxml-2009-manifest.xml <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyBooleanTests597195338405080766.mxml> 
    [junit] 
    [junit] 2087 bytes written to C:\Jenkins\workspace\flex-falcon\compiler\target\junit-temp\MXMLPropertyBooleanTests597195338405080766.swf in 1.305 seconds
    [junit] Executing test:
    [junit] [c:\Adobe\flashPlayer\11.7\flashplayerdebugger.exe, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyBooleanTests597195338405080766.swf]>
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.285 sec
    [junit] Running properties.MXMLPropertyClassTests
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -locale=en_US -external-library-path=c:\Adobe\flashPlayer\11.7\playerglobal.swc -library-path=C:\Jenkins\workspace\flex-sdk\frameworks\libs\framework.swc,C:\Jenkins\workspace\flex-sdk\frameworks\locale\en_US\framework_rb.swc -namespace=http://ns.adobe.com/mxml/2009,C:\Jenkins\workspace\flex-sdk\frameworks\mxml-2009-manifest.xml <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyClassTests100796279687407844.mxml> 
    [junit] 
    [junit] 2099 bytes written to C:\Jenkins\workspace\flex-falcon\compiler\target\junit-temp\MXMLPropertyClassTests100796279687407844.swf in 2.130 seconds
    [junit] Executing test:
    [junit] [c:\Adobe\flashPlayer\11.7\flashplayerdebugger.exe, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyClassTests100796279687407844.swf]>
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -locale=en_US -external-library-path=c:\Adobe\flashPlayer\11.7\playerglobal.swc -library-path=C:\Jenkins\workspace\flex-sdk\frameworks\libs\framework.swc,C:\Jenkins\workspace\flex-sdk\frameworks\locale\en_US\framework_rb.swc -namespace=http://ns.adobe.com/mxml/2009,C:\Jenkins\workspace\flex-sdk\frameworks\mxml-2009-manifest.xml <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyClassTests8979816052349460233.mxml> 
    [junit] 
    [junit] 2098 bytes written to C:\Jenkins\workspace\flex-falcon\compiler\target\junit-temp\MXMLPropertyClassTests8979816052349460233.swf in 1.793 seconds
    [junit] Executing test:
    [junit] [c:\Adobe\flashPlayer\11.7\flashplayerdebugger.exe, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyClassTests8979816052349460233.swf]>
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -locale=en_US -external-library-path=c:\Adobe\flashPlayer\11.7\playerglobal.swc -library-path=C:\Jenkins\workspace\flex-sdk\frameworks\libs\framework.swc,C:\Jenkins\workspace\flex-sdk\frameworks\locale\en_US\framework_rb.swc -namespace=http://ns.adobe.com/mxml/2009,C:\Jenkins\workspace\flex-sdk\frameworks\mxml-2009-manifest.xml <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyClassTests7409899485225282051.mxml> 
    [junit] 
    [junit] 2098 bytes written to C:\Jenkins\workspace\flex-falcon\compiler\target\junit-temp\MXMLPropertyClassTests7409899485225282051.swf in 1.247 seconds
    [junit] Executing test:
    [junit] [c:\Adobe\flashPlayer\11.7\flashplayerdebugger.exe, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyClassTests7409899485225282051.swf]>
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -locale=en_US -external-library-path=c:\Adobe\flashPlayer\11.7\playerglobal.swc -library-path=C:\Jenkins\workspace\flex-sdk\frameworks\libs\framework.swc,C:\Jenkins\workspace\flex-sdk\frameworks\locale\en_US\framework_rb.swc -namespace=http://ns.adobe.com/mxml/2009,C:\Jenkins\workspace\flex-sdk\frameworks\mxml-2009-manifest.xml <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyClassTests3992522711841095580.mxml> 
    [junit] 
    [junit] 2095 bytes written to C:\Jenkins\workspace\flex-falcon\compiler\target\junit-temp\MXMLPropertyClassTests3992522711841095580.swf in 1.317 seconds
    [junit] Executing test:
    [junit] [c:\Adobe\flashPlayer\11.7\flashplayerdebugger.exe, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyClassTests3992522711841095580.swf]>
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.569 sec
    [junit] Running properties.MXMLPropertyIntTests
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -locale=en_US -external-library-path=c:\Adobe\flashPlayer\11.7\playerglobal.swc -library-path=C:\Jenkins\workspace\flex-sdk\frameworks\libs\framework.swc,C:\Jenkins\workspace\flex-sdk\frameworks\locale\en_US\framework_rb.swc -namespace=http://ns.adobe.com/mxml/2009,C:\Jenkins\workspace\flex-sdk\frameworks\mxml-2009-manifest.xml <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyIntTests3196523297293752929.mxml> 
    [junit] 
    [junit] 2110 bytes written to C:\Jenkins\workspace\flex-falcon\compiler\target\junit-temp\MXMLPropertyIntTests3196523297293752929.swf in 1.008 seconds
    [junit] Executing test:
    [junit] [c:\Adobe\flashPlayer\11.7\flashplayerdebugger.exe, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyIntTests3196523297293752929.swf]>
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -locale=en_US -external-library-path=c:\Adobe\flashPlayer\11.7\playerglobal.swc -library-path=C:\Jenkins\workspace\flex-sdk\frameworks\libs\framework.swc,C:\Jenkins\workspace\flex-sdk\frameworks\locale\en_US\framework_rb.swc -namespace=http://ns.adobe.com/mxml/2009,C:\Jenkins\workspace\flex-sdk\frameworks\mxml-2009-manifest.xml <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyIntTests9005968131933134748.mxml> 
    [junit] 
    [junit] 2111 bytes written to C:\Jenkins\workspace\flex-falcon\compiler\target\junit-temp\MXMLPropertyIntTests9005968131933134748.swf in 1.062 seconds
    [junit] Executing test:
    [junit] [c:\Adobe\flashPlayer\11.7\flashplayerdebugger.exe, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyIntTests9005968131933134748.swf]>
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -locale=en_US -external-library-path=c:\Adobe\flashPlayer\11.7\playerglobal.swc -library-path=C:\Jenkins\workspace\flex-sdk\frameworks\libs\framework.swc,C:\Jenkins\workspace\flex-sdk\frameworks\locale\en_US\framework_rb.swc -namespace=http://ns.adobe.com/mxml/2009,C:\Jenkins\workspace\flex-sdk\frameworks\mxml-2009-manifest.xml <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyIntTests7830744718148805203.mxml> 
    [junit] 
    [junit] 2096 bytes written to C:\Jenkins\workspace\flex-falcon\compiler\target\junit-temp\MXMLPropertyIntTests7830744718148805203.swf in 1.227 seconds
    [junit] Executing test:
    [junit] [c:\Adobe\flashPlayer\11.7\flashplayerdebugger.exe, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyIntTests7830744718148805203.swf]>
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -locale=en_US -external-library-path=c:\Adobe\flashPlayer\11.7\playerglobal.swc -library-path=C:\Jenkins\workspace\flex-sdk\frameworks\libs\framework.swc,C:\Jenkins\workspace\flex-sdk\frameworks\locale\en_US\framework_rb.swc -namespace=http://ns.adobe.com/mxml/2009,C:\Jenkins\workspace\flex-sdk\frameworks\mxml-2009-manifest.xml <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyIntTests3256934489851528355.mxml> 
    [junit] 
    [junit] 2101 bytes written to C:\Jenkins\workspace\flex-falcon\compiler\target\junit-temp\MXMLPropertyIntTests3256934489851528355.swf in 0.969 seconds
    [junit] Executing test:
    [junit] [c:\Adobe\flashPlayer\11.7\flashplayerdebugger.exe, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyIntTests3256934489851528355.swf]>
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.216 sec
    [junit] Running properties.MXMLPropertyNumberTests
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -locale=en_US -external-library-path=c:\Adobe\flashPlayer\11.7\playerglobal.swc -library-path=C:\Jenkins\workspace\flex-sdk\frameworks\libs\framework.swc,C:\Jenkins\workspace\flex-sdk\frameworks\locale\en_US\framework_rb.swc -namespace=http://ns.adobe.com/mxml/2009,C:\Jenkins\workspace\flex-sdk\frameworks\mxml-2009-manifest.xml <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyNumberTests6764751314808351004.mxml> 
    [junit] 
    [junit] 2117 bytes written to C:\Jenkins\workspace\flex-falcon\compiler\target\junit-temp\MXMLPropertyNumberTests6764751314808351004.swf in 1.568 seconds
    [junit] Executing test:
    [junit] [c:\Adobe\flashPlayer\11.7\flashplayerdebugger.exe, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyNumberTests6764751314808351004.swf]>
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -locale=en_US -external-library-path=c:\Adobe\flashPlayer\11.7\playerglobal.swc -library-path=C:\Jenkins\workspace\flex-sdk\frameworks\libs\framework.swc,C:\Jenkins\workspace\flex-sdk\frameworks\locale\en_US\framework_rb.swc -namespace=http://ns.adobe.com/mxml/2009,C:\Jenkins\workspace\flex-sdk\frameworks\mxml-2009-manifest.xml <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyNumberTests2012045481868015489.mxml> 
    [junit] 
    [junit] 2113 bytes written to C:\Jenkins\workspace\flex-falcon\compiler\target\junit-temp\MXMLPropertyNumberTests2012045481868015489.swf in 1.277 seconds
    [junit] Executing test:
    [junit] [c:\Adobe\flashPlayer\11.7\flashplayerdebugger.exe, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyNumberTests2012045481868015489.swf]>
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -locale=en_US -external-library-path=c:\Adobe\flashPlayer\11.7\playerglobal.swc -library-path=C:\Jenkins\workspace\flex-sdk\frameworks\libs\framework.swc,C:\Jenkins\workspace\flex-sdk\frameworks\locale\en_US\framework_rb.swc -namespace=http://ns.adobe.com/mxml/2009,C:\Jenkins\workspace\flex-sdk\frameworks\mxml-2009-manifest.xml <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyNumberTests4815975320807726235.mxml> 
    [junit] 
    [junit] 2114 bytes written to C:\Jenkins\workspace\flex-falcon\compiler\target\junit-temp\MXMLPropertyNumberTests4815975320807726235.swf in 0.862 seconds
    [junit] Executing test:
    [junit] [c:\Adobe\flashPlayer\11.7\flashplayerdebugger.exe, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyNumberTests4815975320807726235.swf]>
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -locale=en_US -external-library-path=c:\Adobe\flashPlayer\11.7\playerglobal.swc -library-path=C:\Jenkins\workspace\flex-sdk\frameworks\libs\framework.swc,C:\Jenkins\workspace\flex-sdk\frameworks\locale\en_US\framework_rb.swc -namespace=http://ns.adobe.com/mxml/2009,C:\Jenkins\workspace\flex-sdk\frameworks\mxml-2009-manifest.xml <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyNumberTests8248000485041014172.mxml> 
    [junit] 
    [junit] 2115 bytes written to C:\Jenkins\workspace\flex-falcon\compiler\target\junit-temp\MXMLPropertyNumberTests8248000485041014172.swf in 1.382 seconds
    [junit] Executing test:
    [junit] [c:\Adobe\flashPlayer\11.7\flashplayerdebugger.exe, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyNumberTests8248000485041014172.swf]>
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.051 sec
    [junit] Running properties.MXMLPropertyStringTests
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -locale=en_US -external-library-path=c:\Adobe\flashPlayer\11.7\playerglobal.swc -library-path=C:\Jenkins\workspace\flex-sdk\frameworks\libs\framework.swc,C:\Jenkins\workspace\flex-sdk\frameworks\locale\en_US\framework_rb.swc -namespace=http://ns.adobe.com/mxml/2009,C:\Jenkins\workspace\flex-sdk\frameworks\mxml-2009-manifest.xml <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyStringTests326694530677636532.mxml> 
    [junit] 
    [junit] 2094 bytes written to C:\Jenkins\workspace\flex-falcon\compiler\target\junit-temp\MXMLPropertyStringTests326694530677636532.swf in 1.245 seconds
    [junit] Executing test:
    [junit] [c:\Adobe\flashPlayer\11.7\flashplayerdebugger.exe, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyStringTests326694530677636532.swf]>
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -locale=en_US -external-library-path=c:\Adobe\flashPlayer\11.7\playerglobal.swc -library-path=C:\Jenkins\workspace\flex-sdk\frameworks\libs\framework.swc,C:\Jenkins\workspace\flex-sdk\frameworks\locale\en_US\framework_rb.swc -namespace=http://ns.adobe.com/mxml/2009,C:\Jenkins\workspace\flex-sdk\frameworks\mxml-2009-manifest.xml <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyStringTests5159198747734703451.mxml> 
    [junit] 
    [junit] 2090 bytes written to C:\Jenkins\workspace\flex-falcon\compiler\target\junit-temp\MXMLPropertyStringTests5159198747734703451.swf in 1.289 seconds
    [junit] Executing test:
    [junit] [c:\Adobe\flashPlayer\11.7\flashplayerdebugger.exe, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyStringTests5159198747734703451.swf]>
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -locale=en_US -external-library-path=c:\Adobe\flashPlayer\11.7\playerglobal.swc -library-path=C:\Jenkins\workspace\flex-sdk\frameworks\libs\framework.swc,C:\Jenkins\workspace\flex-sdk\frameworks\locale\en_US\framework_rb.swc -namespace=http://ns.adobe.com/mxml/2009,C:\Jenkins\workspace\flex-sdk\frameworks\mxml-2009-manifest.xml <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyStringTests2633448426667132810.mxml> 
    [junit] 
    [junit] 2095 bytes written to C:\Jenkins\workspace\flex-falcon\compiler\target\junit-temp\MXMLPropertyStringTests2633448426667132810.swf in 1.221 seconds
    [junit] Executing test:
    [junit] [c:\Adobe\flashPlayer\11.7\flashplayerdebugger.exe, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyStringTests2633448426667132810.swf]>
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -locale=en_US -external-library-path=c:\Adobe\flashPlayer\11.7\playerglobal.swc -library-path=C:\Jenkins\workspace\flex-sdk\frameworks\libs\framework.swc,C:\Jenkins\workspace\flex-sdk\frameworks\locale\en_US\framework_rb.swc -namespace=http://ns.adobe.com/mxml/2009,C:\Jenkins\workspace\flex-sdk\frameworks\mxml-2009-manifest.xml <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyStringTests2939520328804667905.mxml> 
    [junit] 
    [junit] 2103 bytes written to C:\Jenkins\workspace\flex-falcon\compiler\target\junit-temp\MXMLPropertyStringTests2939520328804667905.swf in 1.281 seconds
    [junit] Executing test:
    [junit] [c:\Adobe\flashPlayer\11.7\flashplayerdebugger.exe, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyStringTests2939520328804667905.swf]>
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.974 sec
    [junit] Running properties.MXMLPropertyUintTests
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -locale=en_US -external-library-path=c:\Adobe\flashPlayer\11.7\playerglobal.swc -library-path=C:\Jenkins\workspace\flex-sdk\frameworks\libs\framework.swc,C:\Jenkins\workspace\flex-sdk\frameworks\locale\en_US\framework_rb.swc -namespace=http://ns.adobe.com/mxml/2009,C:\Jenkins\workspace\flex-sdk\frameworks\mxml-2009-manifest.xml <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyUintTests5837721950287101298.mxml> 
    [junit] 
    [junit] 2105 bytes written to C:\Jenkins\workspace\flex-falcon\compiler\target\junit-temp\MXMLPropertyUintTests5837721950287101298.swf in 0.883 seconds
    [junit] Executing test:
    [junit] [c:\Adobe\flashPlayer\11.7\flashplayerdebugger.exe, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyUintTests5837721950287101298.swf]>
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -locale=en_US -external-library-path=c:\Adobe\flashPlayer\11.7\playerglobal.swc -library-path=C:\Jenkins\workspace\flex-sdk\frameworks\libs\framework.swc,C:\Jenkins\workspace\flex-sdk\frameworks\locale\en_US\framework_rb.swc -namespace=http://ns.adobe.com/mxml/2009,C:\Jenkins\workspace\flex-sdk\frameworks\mxml-2009-manifest.xml <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyUintTests8325950396999317273.mxml> 
    [junit] 
    [junit] 2123 bytes written to C:\Jenkins\workspace\flex-falcon\compiler\target\junit-temp\MXMLPropertyUintTests8325950396999317273.swf in 1.233 seconds
    [junit] Executing test:
    [junit] [c:\Adobe\flashPlayer\11.7\flashplayerdebugger.exe, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyUintTests8325950396999317273.swf]>
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -locale=en_US -external-library-path=c:\Adobe\flashPlayer\11.7\playerglobal.swc -library-path=C:\Jenkins\workspace\flex-sdk\frameworks\libs\framework.swc,C:\Jenkins\workspace\flex-sdk\frameworks\locale\en_US\framework_rb.swc -namespace=http://ns.adobe.com/mxml/2009,C:\Jenkins\workspace\flex-sdk\frameworks\mxml-2009-manifest.xml <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyUintTests3993503056409485869.mxml> 
    [junit] 
    [junit] 2123 bytes written to C:\Jenkins\workspace\flex-falcon\compiler\target\junit-temp\MXMLPropertyUintTests3993503056409485869.swf in 1.208 seconds
    [junit] Executing test:
    [junit] [c:\Adobe\flashPlayer\11.7\flashplayerdebugger.exe, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyUintTests3993503056409485869.swf]>
    [junit] Generating test:
    [junit] Compiling test:
    [junit] -locale=en_US -external-library-path=c:\Adobe\flashPlayer\11.7\playerglobal.swc -library-path=C:\Jenkins\workspace\flex-sdk\frameworks\libs\framework.swc,C:\Jenkins\workspace\flex-sdk\frameworks\locale\en_US\framework_rb.swc -namespace=http://ns.adobe.com/mxml/2009,C:\Jenkins\workspace\flex-sdk\frameworks\mxml-2009-manifest.xml <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyUintTests6797916218192853918.mxml> 
    [junit] 
    [junit] 2124 bytes written to C:\Jenkins\workspace\flex-falcon\compiler\target\junit-temp\MXMLPropertyUintTests6797916218192853918.swf in 1.105 seconds
    [junit] Executing test:
    [junit] [c:\Adobe\flashPlayer\11.7\flashplayerdebugger.exe, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/target/junit-temp/MXMLPropertyUintTests6797916218192853918.swf]>
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.388 sec
    [junit] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8

ant.tests:
  [taskdef] Could not load definitions from resource flexTasks.tasks. It could not be found.

BUILD FAILED
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/build.xml>:729: The following error occurred while executing this line:
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/test/build.xml>:73: Problem: failed to create task or type mxmlc
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any <presetdef>/<macrodef> declarations have taken place.


Total time: 109 minutes 6 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

Build failed in Jenkins: flex-falcon #958

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

------------------------------------------
[...truncated 5068 lines...]
    [junit] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
    [junit] 	at org.apache.tools.ant.Main.runBuild(Main.java:851)
    [junit] 	at org.apache.tools.ant.Main.startAnt(Main.java:235)
    [junit] 	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
    [junit] 	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
Unable to obtain resource from <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-build-tools/target/classes/org/apache/flex/utils/EnvProperties.class>: java.util.zip.ZipException: error in opening zip file
    [junit] Unable to obtain resource from <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-build-tools/target/classes/org/apache/flex/utils/EnvProperties.class>: 
    [junit] java.util.zip.ZipException: error in opening zip file
    [junit] 	at java.util.zip.ZipFile.open(Native Method)
    [junit] 	at java.util.zip.ZipFile.<init>(ZipFile.java:215)
    [junit] 	at java.util.zip.ZipFile.<init>(ZipFile.java:145)
    [junit] 	at java.util.jar.JarFile.<init>(JarFile.java:153)
    [junit] 	at java.util.jar.JarFile.<init>(JarFile.java:117)
    [junit] 	at org.apache.tools.ant.AntClassLoader.getResourceURL(AntClassLoader.java:1006)
    [junit] 	at org.apache.tools.ant.AntClassLoader$ResourceEnumeration.findNextResource(AntClassLoader.java:149)
    [junit] 	at org.apache.tools.ant.AntClassLoader$ResourceEnumeration.<init>(AntClassLoader.java:110)
    [junit] 	at org.apache.tools.ant.AntClassLoader.findResources(AntClassLoader.java:953)
    [junit] 	at org.apache.tools.ant.AntClassLoader.getNamedResources(AntClassLoader.java:922)
    [junit] 	at org.apache.tools.ant.loader.AntClassLoader5.getResources(AntClassLoader5.java:58)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.checkForkedPath(JUnitTask.java:1182)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.executeAsForked(JUnitTask.java:1062)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:921)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:822)
    [junit] 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    [junit] 	at sun.reflect.GeneratedMethodAccessor53.invoke(Unknown Source)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:606)
    [junit] 	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    [junit] 	at org.apache.tools.ant.Task.perform(Task.java:348)
    [junit] 	at org.apache.tools.ant.Target.execute(Target.java:435)
    [junit] 	at org.apache.tools.ant.Target.performTasks(Target.java:456)
    [junit] 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
    [junit] 	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
    [junit] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
    [junit] 	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:440)
    [junit] 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    [junit] 	at sun.reflect.GeneratedMethodAccessor53.invoke(Unknown Source)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:606)
    [junit] 	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    [junit] 	at org.apache.tools.ant.Task.perform(Task.java:348)
    [junit] 	at org.apache.tools.ant.Target.execute(Target.java:435)
    [junit] 	at org.apache.tools.ant.Target.performTasks(Target.java:456)
    [junit] 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
    [junit] 	at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
    [junit] 	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    [junit] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
    [junit] 	at org.apache.tools.ant.Main.runBuild(Main.java:851)
    [junit] 	at org.apache.tools.ant.Main.startAnt(Main.java:235)
    [junit] 	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
    [junit] 	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
Unable to obtain resource from <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-build-tools/target/classes/org/apache/flex/utils/FilenameNormalization.class>: java.util.zip.ZipException: error in opening zip file
    [junit] Unable to obtain resource from <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-build-tools/target/classes/org/apache/flex/utils/FilenameNormalization.class>: 
    [junit] java.util.zip.ZipException: error in opening zip file
    [junit] 	at java.util.zip.ZipFile.open(Native Method)
    [junit] 	at java.util.zip.ZipFile.<init>(ZipFile.java:215)
    [junit] 	at java.util.zip.ZipFile.<init>(ZipFile.java:145)
    [junit] 	at java.util.jar.JarFile.<init>(JarFile.java:153)
    [junit] 	at java.util.jar.JarFile.<init>(JarFile.java:117)
    [junit] 	at org.apache.tools.ant.AntClassLoader.getResourceURL(AntClassLoader.java:1006)
    [junit] 	at org.apache.tools.ant.AntClassLoader$ResourceEnumeration.findNextResource(AntClassLoader.java:149)
    [junit] 	at org.apache.tools.ant.AntClassLoader$ResourceEnumeration.<init>(AntClassLoader.java:110)
    [junit] 	at org.apache.tools.ant.AntClassLoader.findResources(AntClassLoader.java:953)
    [junit] 	at org.apache.tools.ant.AntClassLoader.getNamedResources(AntClassLoader.java:922)
    [junit] 	at org.apache.tools.ant.loader.AntClassLoader5.getResources(AntClassLoader5.java:58)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.checkForkedPath(JUnitTask.java:1182)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.executeAsForked(JUnitTask.java:1062)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:921)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:822)
    [junit] 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    [junit] 	at sun.reflect.GeneratedMethodAccessor53.invoke(Unknown Source)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:606)
    [junit] 	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    [junit] 	at org.apache.tools.ant.Task.perform(Task.java:348)
    [junit] 	at org.apache.tools.ant.Target.execute(Target.java:435)
    [junit] 	at org.apache.tools.ant.Target.performTasks(Target.java:456)
    [junit] 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
    [junit] 	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
    [junit] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
    [junit] 	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:440)
    [junit] 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    [junit] 	at sun.reflect.GeneratedMethodAccessor53.invoke(Unknown Source)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:606)
    [junit] 	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    [junit] 	at org.apache.tools.ant.Task.perform(Task.java:348)
    [junit] 	at org.apache.tools.ant.Target.execute(Target.java:435)
    [junit] 	at org.apache.tools.ant.Target.performTasks(Target.java:456)
    [junit] 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
    [junit] 	at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
    [junit] 	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    [junit] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
    [junit] 	at org.apache.tools.ant.Main.runBuild(Main.java:851)
    [junit] 	at org.apache.tools.ant.Main.startAnt(Main.java:235)
    [junit] 	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
    [junit] 	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
Unable to obtain resource from <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-build-tools/target/classes/org/apache/flex/utils/ITestAdapter.class>: java.util.zip.ZipException: error in opening zip file
    [junit] Unable to obtain resource from <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-build-tools/target/classes/org/apache/flex/utils/ITestAdapter.class>: 
    [junit] java.util.zip.ZipException: error in opening zip file
    [junit] 	at java.util.zip.ZipFile.open(Native Method)
    [junit] 	at java.util.zip.ZipFile.<init>(ZipFile.java:215)
    [junit] 	at java.util.zip.ZipFile.<init>(ZipFile.java:145)
    [junit] 	at java.util.jar.JarFile.<init>(JarFile.java:153)
    [junit] 	at java.util.jar.JarFile.<init>(JarFile.java:117)
    [junit] 	at org.apache.tools.ant.AntClassLoader.getResourceURL(AntClassLoader.java:1006)
    [junit] 	at org.apache.tools.ant.AntClassLoader$ResourceEnumeration.findNextResource(AntClassLoader.java:149)
    [junit] 	at org.apache.tools.ant.AntClassLoader$ResourceEnumeration.<init>(AntClassLoader.java:110)
    [junit] 	at org.apache.tools.ant.AntClassLoader.findResources(AntClassLoader.java:953)
    [junit] 	at org.apache.tools.ant.AntClassLoader.getNamedResources(AntClassLoader.java:922)
    [junit] 	at org.apache.tools.ant.loader.AntClassLoader5.getResources(AntClassLoader5.java:58)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.checkForkedPath(JUnitTask.java:1182)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.executeAsForked(JUnitTask.java:1062)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:921)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:822)
    [junit] 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    [junit] 	at sun.reflect.GeneratedMethodAccessor53.invoke(Unknown Source)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:606)
    [junit] 	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    [junit] 	at org.apache.tools.ant.Task.perform(Task.java:348)
    [junit] 	at org.apache.tools.ant.Target.execute(Target.java:435)
    [junit] 	at org.apache.tools.ant.Target.performTasks(Target.java:456)
    [junit] 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
    [junit] 	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
    [junit] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
    [junit] 	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:440)
    [junit] 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    [junit] 	at sun.reflect.GeneratedMethodAccessor53.invoke(Unknown Source)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:606)
    [junit] 	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    [junit] 	at org.apache.tools.ant.Task.perform(Task.java:348)
    [junit] 	at org.apache.tools.ant.Target.execute(Target.java:435)
    [junit] 	at org.apache.tools.ant.Target.performTasks(Target.java:456)
    [junit] 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
    [junit] 	at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
    [junit] 	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    [junit] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
    [junit] 	at org.apache.tools.ant.Main.runBuild(Main.java:851)
    [junit] 	at org.apache.tools.ant.Main.startAnt(Main.java:235)
    [junit] 	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
    [junit] 	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
Unable to obtain resource from <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-build-tools/target/classes/org/apache/flex/utils/MavenTestAdapter.class>: java.util.zip.ZipException: error in opening zip file
    [junit] Unable to obtain resource from <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-build-tools/target/classes/org/apache/flex/utils/MavenTestAdapter.class>: 
    [junit] java.util.zip.ZipException: error in opening zip file
    [junit] 	at java.util.zip.ZipFile.open(Native Method)
    [junit] 	at java.util.zip.ZipFile.<init>(ZipFile.java:215)
    [junit] 	at java.util.zip.ZipFile.<init>(ZipFile.java:145)
    [junit] 	at java.util.jar.JarFile.<init>(JarFile.java:153)
    [junit] 	at java.util.jar.JarFile.<init>(JarFile.java:117)
    [junit] 	at org.apache.tools.ant.AntClassLoader.getResourceURL(AntClassLoader.java:1006)
    [junit] 	at org.apache.tools.ant.AntClassLoader$ResourceEnumeration.findNextResource(AntClassLoader.java:149)
    [junit] 	at org.apache.tools.ant.AntClassLoader$ResourceEnumeration.<init>(AntClassLoader.java:110)
    [junit] 	at org.apache.tools.ant.AntClassLoader.findResources(AntClassLoader.java:953)
    [junit] 	at org.apache.tools.ant.AntClassLoader.getNamedResources(AntClassLoader.java:922)
    [junit] 	at org.apache.tools.ant.loader.AntClassLoader5.getResources(AntClassLoader5.java:58)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.checkForkedPath(JUnitTask.java:1182)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.executeAsForked(JUnitTask.java:1062)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:921)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:822)
    [junit] 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    [junit] 	at sun.reflect.GeneratedMethodAccessor53.invoke(Unknown Source)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:606)
    [junit] 	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    [junit] 	at org.apache.tools.ant.Task.perform(Task.java:348)
    [junit] 	at org.apache.tools.ant.Target.execute(Target.java:435)
    [junit] 	at org.apache.tools.ant.Target.performTasks(Target.java:456)
    [junit] 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
    [junit] 	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
    [junit] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
    [junit] 	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:440)
    [junit] 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    [junit] 	at sun.reflect.GeneratedMethodAccessor53.invoke(Unknown Source)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:606)
    [junit] 	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    [junit] 	at org.apache.tools.ant.Task.perform(Task.java:348)
    [junit] 	at org.apache.tools.ant.Target.execute(Target.java:435)
    [junit] 	at org.apache.tools.ant.Target.performTasks(Target.java:456)
    [junit] 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
    [junit] 	at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
    [junit] 	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    [junit] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
    [junit] 	at org.apache.tools.ant.Main.runBuild(Main.java:851)
    [junit] 	at org.apache.tools.ant.Main.startAnt(Main.java:235)
    [junit] 	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
    [junit] 	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
Unable to obtain resource from <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-build-tools/target/classes/org/apache/flex/utils/TestAdapterFactory.class>: java.util.zip.ZipException: error in opening zip file
    [junit] Unable to obtain resource from <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-build-tools/target/classes/org/apache/flex/utils/TestAdapterFactory.class>: 
    [junit] java.util.zip.ZipException: error in opening zip file
    [junit] 	at java.util.zip.ZipFile.open(Native Method)
    [junit] 	at java.util.zip.ZipFile.<init>(ZipFile.java:215)
    [junit] 	at java.util.zip.ZipFile.<init>(ZipFile.java:145)
    [junit] 	at java.util.jar.JarFile.<init>(JarFile.java:153)
    [junit] 	at java.util.jar.JarFile.<init>(JarFile.java:117)
    [junit] 	at org.apache.tools.ant.AntClassLoader.getResourceURL(AntClassLoader.java:1006)
    [junit] 	at org.apache.tools.ant.AntClassLoader$ResourceEnumeration.findNextResource(AntClassLoader.java:149)
    [junit] 	at org.apache.tools.ant.AntClassLoader$ResourceEnumeration.<init>(AntClassLoader.java:110)
    [junit] 	at org.apache.tools.ant.AntClassLoader.findResources(AntClassLoader.java:953)
    [junit] 	at org.apache.tools.ant.AntClassLoader.getNamedResources(AntClassLoader.java:922)
    [junit] 	at org.apache.tools.ant.loader.AntClassLoader5.getResources(AntClassLoader5.java:58)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.checkForkedPath(JUnitTask.java:1182)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.executeAsForked(JUnitTask.java:1062)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:921)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:822)
    [junit] 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    [junit] 	at sun.reflect.GeneratedMethodAccessor53.invoke(Unknown Source)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:606)
    [junit] 	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    [junit] 	at org.apache.tools.ant.Task.perform(Task.java:348)
    [junit] 	at org.apache.tools.ant.Target.execute(Target.java:435)
    [junit] 	at org.apache.tools.ant.Target.performTasks(Target.java:456)
    [junit] 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
    [junit] 	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
    [junit] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
    [junit] 	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:440)
    [junit] 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    [junit] 	at sun.reflect.GeneratedMethodAccessor53.invoke(Unknown Source)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:606)
    [junit] 	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    [junit] 	at org.apache.tools.ant.Task.perform(Task.java:348)
    [junit] 	at org.apache.tools.ant.Target.execute(Target.java:435)
    [junit] 	at org.apache.tools.ant.Target.performTasks(Target.java:456)
    [junit] 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
    [junit] 	at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
    [junit] 	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    [junit] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
    [junit] 	at org.apache.tools.ant.Main.runBuild(Main.java:851)
    [junit] 	at org.apache.tools.ant.Main.startAnt(Main.java:235)
    [junit] 	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
    [junit] 	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
    [junit] Running mxml.tags.MXMLComponentTagTests
    [junit] Generating test:
    [junit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.262 sec
    [junit] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8

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

Total time: 105 minutes 39 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

Build failed in Jenkins: flex-falcon #957

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

Changes:

[Alex Harui] fix build for now.  Still needs tuning

------------------------------------------
[...truncated 5068 lines...]
    [junit] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
    [junit] 	at org.apache.tools.ant.Main.runBuild(Main.java:851)
    [junit] 	at org.apache.tools.ant.Main.startAnt(Main.java:235)
    [junit] 	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
    [junit] 	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
Unable to obtain resource from <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-build-tools/target/classes/org/apache/flex/utils/EnvProperties.class>: java.util.zip.ZipException: error in opening zip file
    [junit] Unable to obtain resource from <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-build-tools/target/classes/org/apache/flex/utils/EnvProperties.class>: 
    [junit] java.util.zip.ZipException: error in opening zip file
    [junit] 	at java.util.zip.ZipFile.open(Native Method)
    [junit] 	at java.util.zip.ZipFile.<init>(ZipFile.java:215)
    [junit] 	at java.util.zip.ZipFile.<init>(ZipFile.java:145)
    [junit] 	at java.util.jar.JarFile.<init>(JarFile.java:153)
    [junit] 	at java.util.jar.JarFile.<init>(JarFile.java:117)
    [junit] 	at org.apache.tools.ant.AntClassLoader.getResourceURL(AntClassLoader.java:1006)
    [junit] 	at org.apache.tools.ant.AntClassLoader$ResourceEnumeration.findNextResource(AntClassLoader.java:149)
    [junit] 	at org.apache.tools.ant.AntClassLoader$ResourceEnumeration.<init>(AntClassLoader.java:110)
    [junit] 	at org.apache.tools.ant.AntClassLoader.findResources(AntClassLoader.java:953)
    [junit] 	at org.apache.tools.ant.AntClassLoader.getNamedResources(AntClassLoader.java:922)
    [junit] 	at org.apache.tools.ant.loader.AntClassLoader5.getResources(AntClassLoader5.java:58)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.checkForkedPath(JUnitTask.java:1182)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.executeAsForked(JUnitTask.java:1062)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:921)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:822)
    [junit] 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    [junit] 	at sun.reflect.GeneratedMethodAccessor53.invoke(Unknown Source)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:606)
    [junit] 	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    [junit] 	at org.apache.tools.ant.Task.perform(Task.java:348)
    [junit] 	at org.apache.tools.ant.Target.execute(Target.java:435)
    [junit] 	at org.apache.tools.ant.Target.performTasks(Target.java:456)
    [junit] 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
    [junit] 	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
    [junit] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
    [junit] 	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:440)
    [junit] 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    [junit] 	at sun.reflect.GeneratedMethodAccessor53.invoke(Unknown Source)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:606)
    [junit] 	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    [junit] 	at org.apache.tools.ant.Task.perform(Task.java:348)
    [junit] 	at org.apache.tools.ant.Target.execute(Target.java:435)
    [junit] 	at org.apache.tools.ant.Target.performTasks(Target.java:456)
    [junit] 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
    [junit] 	at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
    [junit] 	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    [junit] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
    [junit] 	at org.apache.tools.ant.Main.runBuild(Main.java:851)
    [junit] 	at org.apache.tools.ant.Main.startAnt(Main.java:235)
    [junit] 	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
    [junit] 	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
Unable to obtain resource from <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-build-tools/target/classes/org/apache/flex/utils/FilenameNormalization.class>: java.util.zip.ZipException: error in opening zip file
    [junit] Unable to obtain resource from <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-build-tools/target/classes/org/apache/flex/utils/FilenameNormalization.class>: 
    [junit] java.util.zip.ZipException: error in opening zip file
    [junit] 	at java.util.zip.ZipFile.open(Native Method)
    [junit] 	at java.util.zip.ZipFile.<init>(ZipFile.java:215)
    [junit] 	at java.util.zip.ZipFile.<init>(ZipFile.java:145)
    [junit] 	at java.util.jar.JarFile.<init>(JarFile.java:153)
    [junit] 	at java.util.jar.JarFile.<init>(JarFile.java:117)
    [junit] 	at org.apache.tools.ant.AntClassLoader.getResourceURL(AntClassLoader.java:1006)
    [junit] 	at org.apache.tools.ant.AntClassLoader$ResourceEnumeration.findNextResource(AntClassLoader.java:149)
    [junit] 	at org.apache.tools.ant.AntClassLoader$ResourceEnumeration.<init>(AntClassLoader.java:110)
    [junit] 	at org.apache.tools.ant.AntClassLoader.findResources(AntClassLoader.java:953)
    [junit] 	at org.apache.tools.ant.AntClassLoader.getNamedResources(AntClassLoader.java:922)
    [junit] 	at org.apache.tools.ant.loader.AntClassLoader5.getResources(AntClassLoader5.java:58)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.checkForkedPath(JUnitTask.java:1182)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.executeAsForked(JUnitTask.java:1062)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:921)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:822)
    [junit] 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    [junit] 	at sun.reflect.GeneratedMethodAccessor53.invoke(Unknown Source)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:606)
    [junit] 	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    [junit] 	at org.apache.tools.ant.Task.perform(Task.java:348)
    [junit] 	at org.apache.tools.ant.Target.execute(Target.java:435)
    [junit] 	at org.apache.tools.ant.Target.performTasks(Target.java:456)
    [junit] 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
    [junit] 	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
    [junit] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
    [junit] 	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:440)
    [junit] 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    [junit] 	at sun.reflect.GeneratedMethodAccessor53.invoke(Unknown Source)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:606)
    [junit] 	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    [junit] 	at org.apache.tools.ant.Task.perform(Task.java:348)
    [junit] 	at org.apache.tools.ant.Target.execute(Target.java:435)
    [junit] 	at org.apache.tools.ant.Target.performTasks(Target.java:456)
    [junit] 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
    [junit] 	at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
    [junit] 	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    [junit] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
    [junit] 	at org.apache.tools.ant.Main.runBuild(Main.java:851)
    [junit] 	at org.apache.tools.ant.Main.startAnt(Main.java:235)
    [junit] 	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
    [junit] 	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
Unable to obtain resource from <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-build-tools/target/classes/org/apache/flex/utils/ITestAdapter.class>: java.util.zip.ZipException: error in opening zip file
    [junit] Unable to obtain resource from <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-build-tools/target/classes/org/apache/flex/utils/ITestAdapter.class>: 
    [junit] java.util.zip.ZipException: error in opening zip file
    [junit] 	at java.util.zip.ZipFile.open(Native Method)
    [junit] 	at java.util.zip.ZipFile.<init>(ZipFile.java:215)
    [junit] 	at java.util.zip.ZipFile.<init>(ZipFile.java:145)
    [junit] 	at java.util.jar.JarFile.<init>(JarFile.java:153)
    [junit] 	at java.util.jar.JarFile.<init>(JarFile.java:117)
    [junit] 	at org.apache.tools.ant.AntClassLoader.getResourceURL(AntClassLoader.java:1006)
    [junit] 	at org.apache.tools.ant.AntClassLoader$ResourceEnumeration.findNextResource(AntClassLoader.java:149)
    [junit] 	at org.apache.tools.ant.AntClassLoader$ResourceEnumeration.<init>(AntClassLoader.java:110)
    [junit] 	at org.apache.tools.ant.AntClassLoader.findResources(AntClassLoader.java:953)
    [junit] 	at org.apache.tools.ant.AntClassLoader.getNamedResources(AntClassLoader.java:922)
    [junit] 	at org.apache.tools.ant.loader.AntClassLoader5.getResources(AntClassLoader5.java:58)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.checkForkedPath(JUnitTask.java:1182)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.executeAsForked(JUnitTask.java:1062)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:921)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:822)
    [junit] 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    [junit] 	at sun.reflect.GeneratedMethodAccessor53.invoke(Unknown Source)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:606)
    [junit] 	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    [junit] 	at org.apache.tools.ant.Task.perform(Task.java:348)
    [junit] 	at org.apache.tools.ant.Target.execute(Target.java:435)
    [junit] 	at org.apache.tools.ant.Target.performTasks(Target.java:456)
    [junit] 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
    [junit] 	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
    [junit] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
    [junit] 	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:440)
    [junit] 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    [junit] 	at sun.reflect.GeneratedMethodAccessor53.invoke(Unknown Source)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:606)
    [junit] 	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    [junit] 	at org.apache.tools.ant.Task.perform(Task.java:348)
    [junit] 	at org.apache.tools.ant.Target.execute(Target.java:435)
    [junit] 	at org.apache.tools.ant.Target.performTasks(Target.java:456)
    [junit] 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
    [junit] 	at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
    [junit] 	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    [junit] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
    [junit] 	at org.apache.tools.ant.Main.runBuild(Main.java:851)
    [junit] 	at org.apache.tools.ant.Main.startAnt(Main.java:235)
    [junit] 	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
    [junit] 	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
Unable to obtain resource from <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-build-tools/target/classes/org/apache/flex/utils/MavenTestAdapter.class>: java.util.zip.ZipException: error in opening zip file
    [junit] Unable to obtain resource from <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-build-tools/target/classes/org/apache/flex/utils/MavenTestAdapter.class>: 
    [junit] java.util.zip.ZipException: error in opening zip file
    [junit] 	at java.util.zip.ZipFile.open(Native Method)
    [junit] 	at java.util.zip.ZipFile.<init>(ZipFile.java:215)
    [junit] 	at java.util.zip.ZipFile.<init>(ZipFile.java:145)
    [junit] 	at java.util.jar.JarFile.<init>(JarFile.java:153)
    [junit] 	at java.util.jar.JarFile.<init>(JarFile.java:117)
    [junit] 	at org.apache.tools.ant.AntClassLoader.getResourceURL(AntClassLoader.java:1006)
    [junit] 	at org.apache.tools.ant.AntClassLoader$ResourceEnumeration.findNextResource(AntClassLoader.java:149)
    [junit] 	at org.apache.tools.ant.AntClassLoader$ResourceEnumeration.<init>(AntClassLoader.java:110)
    [junit] 	at org.apache.tools.ant.AntClassLoader.findResources(AntClassLoader.java:953)
    [junit] 	at org.apache.tools.ant.AntClassLoader.getNamedResources(AntClassLoader.java:922)
    [junit] 	at org.apache.tools.ant.loader.AntClassLoader5.getResources(AntClassLoader5.java:58)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.checkForkedPath(JUnitTask.java:1182)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.executeAsForked(JUnitTask.java:1062)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:921)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:822)
    [junit] 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    [junit] 	at sun.reflect.GeneratedMethodAccessor53.invoke(Unknown Source)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:606)
    [junit] 	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    [junit] 	at org.apache.tools.ant.Task.perform(Task.java:348)
    [junit] 	at org.apache.tools.ant.Target.execute(Target.java:435)
    [junit] 	at org.apache.tools.ant.Target.performTasks(Target.java:456)
    [junit] 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
    [junit] 	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
    [junit] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
    [junit] 	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:440)
    [junit] 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    [junit] 	at sun.reflect.GeneratedMethodAccessor53.invoke(Unknown Source)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:606)
    [junit] 	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    [junit] 	at org.apache.tools.ant.Task.perform(Task.java:348)
    [junit] 	at org.apache.tools.ant.Target.execute(Target.java:435)
    [junit] 	at org.apache.tools.ant.Target.performTasks(Target.java:456)
    [junit] 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
    [junit] 	at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
    [junit] 	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    [junit] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
    [junit] 	at org.apache.tools.ant.Main.runBuild(Main.java:851)
    [junit] 	at org.apache.tools.ant.Main.startAnt(Main.java:235)
    [junit] 	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
    [junit] 	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
Unable to obtain resource from <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-build-tools/target/classes/org/apache/flex/utils/TestAdapterFactory.class>: java.util.zip.ZipException: error in opening zip file
    [junit] Unable to obtain resource from <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-build-tools/target/classes/org/apache/flex/utils/TestAdapterFactory.class>: 
    [junit] java.util.zip.ZipException: error in opening zip file
    [junit] 	at java.util.zip.ZipFile.open(Native Method)
    [junit] 	at java.util.zip.ZipFile.<init>(ZipFile.java:215)
    [junit] 	at java.util.zip.ZipFile.<init>(ZipFile.java:145)
    [junit] 	at java.util.jar.JarFile.<init>(JarFile.java:153)
    [junit] 	at java.util.jar.JarFile.<init>(JarFile.java:117)
    [junit] 	at org.apache.tools.ant.AntClassLoader.getResourceURL(AntClassLoader.java:1006)
    [junit] 	at org.apache.tools.ant.AntClassLoader$ResourceEnumeration.findNextResource(AntClassLoader.java:149)
    [junit] 	at org.apache.tools.ant.AntClassLoader$ResourceEnumeration.<init>(AntClassLoader.java:110)
    [junit] 	at org.apache.tools.ant.AntClassLoader.findResources(AntClassLoader.java:953)
    [junit] 	at org.apache.tools.ant.AntClassLoader.getNamedResources(AntClassLoader.java:922)
    [junit] 	at org.apache.tools.ant.loader.AntClassLoader5.getResources(AntClassLoader5.java:58)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.checkForkedPath(JUnitTask.java:1182)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.executeAsForked(JUnitTask.java:1062)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:921)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:822)
    [junit] 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    [junit] 	at sun.reflect.GeneratedMethodAccessor53.invoke(Unknown Source)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:606)
    [junit] 	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    [junit] 	at org.apache.tools.ant.Task.perform(Task.java:348)
    [junit] 	at org.apache.tools.ant.Target.execute(Target.java:435)
    [junit] 	at org.apache.tools.ant.Target.performTasks(Target.java:456)
    [junit] 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
    [junit] 	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
    [junit] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
    [junit] 	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:440)
    [junit] 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    [junit] 	at sun.reflect.GeneratedMethodAccessor53.invoke(Unknown Source)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:606)
    [junit] 	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    [junit] 	at org.apache.tools.ant.Task.perform(Task.java:348)
    [junit] 	at org.apache.tools.ant.Target.execute(Target.java:435)
    [junit] 	at org.apache.tools.ant.Target.performTasks(Target.java:456)
    [junit] 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
    [junit] 	at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
    [junit] 	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    [junit] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
    [junit] 	at org.apache.tools.ant.Main.runBuild(Main.java:851)
    [junit] 	at org.apache.tools.ant.Main.startAnt(Main.java:235)
    [junit] 	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
    [junit] 	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
    [junit] Running mxml.tags.MXMLComponentTagTests
    [junit] Generating test:
    [junit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.279 sec
    [junit] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8

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

Total time: 108 minutes 32 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

Build failed in Jenkins: flex-falcon #956

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

Changes:

[christofer.dutz] - Refactored the compiler mojos (as and js) to utilize the FlexToolGroups (ASJS being the default)

[christofer.dutz] - Renamed the "minimal" profile to "utils"

------------------------------------------
[...truncated 2263 lines...]
     [java] 
     [java] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/externs/GCL/src/main/flex/goog/events/EventType.as>:541
     [java] Warning: Incompatible initializer value of type 'int' where 'String' is expected. An initial value of "0" will be used instead.
     [java]     public static const FOCUSOUT:String = undefined /* TODO type not set */;
     [java]                                           ^
     [java] 
     [java] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/externs/GCL/src/main/flex/goog/events/EventType.as>:835
     [java] Warning: Incompatible initializer value of type 'int' where 'String' is expected. An initial value of "0" will be used instead.
     [java]     public static const ANIMATIONEND:String = undefined /* TODO type not set */;
     [java]                                               ^
     [java] 
     [java] 13412 bytes written to C:\Jenkins\workspace\flex-falcon\externs\GCL\target\GCL.swc in 10.395 seconds
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8

main:

preprocess:

preprocessfile:
     [echo] file.base is cordova_file_plugin-4-11

externc:
     [java] 2.9824104 seconds
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
     [java] Java Result: -1

postprocess:

compc:
     [copy] Copying 1 file to <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/externs/cordova/target>
     [java] Loading configuration: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/externs/cordova/target/compile-as-config.xml>
     [java] 
     [java] 2519 bytes written to C:\Jenkins\workspace\flex-falcon\externs\cordova\target\cordova.swc in 5.798 seconds
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8

main:

download:
    [mkdir] Created dir: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/externs/createjs/in>
      [get] Getting: https://github.com/CreateJS/EaselJS/archive/0.8.0.zip
      [get] To: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/externs/createjs/in/easel-0.8.0.zip>
      [get] https://github.com/CreateJS/EaselJS/archive/0.8.0.zip moved to https://codeload.github.com/CreateJS/EaselJS/zip/0.8.0

download_tween:
      [get] Getting: https://github.com/CreateJS/TweenJS/archive/0.6.2.zip
      [get] To: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/externs/createjs/in/tween-0.6.2.zip>
      [get] https://github.com/CreateJS/TweenJS/archive/0.6.2.zip moved to https://codeload.github.com/CreateJS/TweenJS/zip/0.6.2

expandzip:
    [mkdir] Created dir: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/externs/createjs/target>
    [unzip] Expanding: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/externs/createjs/in/easel-0.8.0.zip> into <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/externs/createjs/target>

expandzip_tween:
    [unzip] Expanding: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/externs/createjs/in/tween-0.6.2.zip> into <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/externs/createjs/target>

preprocess:

preprocessfile:
     [echo] file.base is Event

preprocessfile:
     [echo] file.base is EventDispatcher

preprocessfile:
     [echo] file.base is extend

preprocessfile:
     [echo] file.base is indexof

preprocessfile:
     [echo] file.base is promote

preprocessfile:
     [echo] file.base is Ticker

preprocessfile:
     [echo] file.base is Bitmap

preprocessfile:
     [echo] file.base is BitmapText

preprocessfile:
     [echo] file.base is Container

preprocessfile:
     [echo] file.base is DisplayObject

preprocessfile:
     [echo] file.base is DOMElement

preprocessfile:
     [echo] file.base is Graphics

preprocessfile:
     [echo] file.base is MovieClip

preprocessfile:
     [echo] file.base is Shadow

preprocessfile:
     [echo] file.base is Shape

preprocessfile:
     [echo] file.base is Sprite

preprocessfile:
     [echo] file.base is SpriteContainer

preprocessfile:
     [echo] file.base is SpriteSheet

preprocessfile:
     [echo] file.base is SpriteStage

preprocessfile:
     [echo] file.base is Stage

preprocessfile:
     [echo] file.base is Text

preprocessfile:
     [echo] file.base is MouseEvent

preprocessfile:
     [echo] file.base is AlphaMapFilter

preprocessfile:
     [echo] file.base is AlphaMaskFilter

preprocessfile:
     [echo] file.base is BlurFilter

preprocessfile:
     [echo] file.base is ColorFilter

preprocessfile:
     [echo] file.base is ColorMatrix

preprocessfile:
     [echo] file.base is ColorMatrixFilter

preprocessfile:
     [echo] file.base is Filter

preprocessfile:
     [echo] file.base is DisplayProps

preprocessfile:
     [echo] file.base is Matrix2D

preprocessfile:
     [echo] file.base is Point

preprocessfile:
     [echo] file.base is Rectangle

preprocessfile:
     [echo] file.base is ButtonHelper

preprocessfile:
     [echo] file.base is Touch

preprocessfile:
     [echo] file.base is SpriteSheetBuilder

preprocessfile:
     [echo] file.base is SpriteSheetUtils

preprocessfile:
     [echo] file.base is UID

preprocessGraphics:

preprocessMouseEvent:

preprocessMovieClip:

preprocessTicker:

rename.in.jsdoc:

preprocessfile:
     [echo] file.base is CSSPlugin

preprocessfile:
     [echo] file.base is Ease

preprocessfile:
     [echo] file.base is MotionGuidePlugin

preprocessfile:
     [echo] file.base is SamplePlugin

preprocessfile:
     [echo] file.base is Timeline

preprocessfile:
     [echo] file.base is Tween

preprocessEase:

preprocessTween:

preprocessTicker:

externc:
     [java] 2.92529 seconds
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
     [java] Java Result: -1
     [java] 2.8170341 seconds
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
     [java] Java Result: -1

postprocess:

compc:
     [copy] Copying 1 file to <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/externs/createjs/target>
     [java] Loading configuration: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/externs/createjs/target/compile-as-config.xml>
     [java] 
     [java] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/externs/createjs/target/compile-as-config.xml>:64
     [java] Error: unable to open '<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/externs/createjs/target/generated-sources/externc/classes'.>
     [java] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/externs/createjs/target/compile-as-config.xml> (line: 64)
     [java]         </source-path>
     [java] 
     [java] 
     [java] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/externs/createjs/target/compile-as-config.xml>:77
     [java] Error: 'generated-sources/externc/classes' is not a file.
     [java] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/externs/createjs/target/compile-as-config.xml> (line: 77)
     [java]     </include-sources>
     [java] 
     [java] 
     [java] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/externs/createjs/target/compile-as-config.xml>:86
     [java] Error: unable to open '<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/externs/createjs/target/downloads/EaselJS-0.8.0/src/createjs'.>
     [java] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/externs/createjs/target/compile-as-config.xml> (line: 86)
     [java]     </include-file>
     [java] 
     [java] 
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8

BUILD FAILED
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/build.xml>:104: The following error occurred while executing this line:
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/externs/build.xml>:55: The following error occurred while executing this line:
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/externs/createjs/build.xml>:312: Java returned: 4

Total time: 53 minutes 42 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

Build failed in Jenkins: flex-falcon #955

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

Changes:

[Alex Harui] re-add jenkins.xml

------------------------------------------
[...truncated 5058 lines...]
    [junit] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
    [junit] 	at org.apache.tools.ant.Main.runBuild(Main.java:851)
    [junit] 	at org.apache.tools.ant.Main.startAnt(Main.java:235)
    [junit] 	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
    [junit] 	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
Unable to obtain resource from <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-build-tools/target/classes/org/apache/flex/utils/EnvProperties.class>: java.util.zip.ZipException: error in opening zip file
    [junit] Unable to obtain resource from <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-build-tools/target/classes/org/apache/flex/utils/EnvProperties.class>: 
    [junit] java.util.zip.ZipException: error in opening zip file
    [junit] 	at java.util.zip.ZipFile.open(Native Method)
    [junit] 	at java.util.zip.ZipFile.<init>(ZipFile.java:215)
    [junit] 	at java.util.zip.ZipFile.<init>(ZipFile.java:145)
    [junit] 	at java.util.jar.JarFile.<init>(JarFile.java:153)
    [junit] 	at java.util.jar.JarFile.<init>(JarFile.java:117)
    [junit] 	at org.apache.tools.ant.AntClassLoader.getResourceURL(AntClassLoader.java:1006)
    [junit] 	at org.apache.tools.ant.AntClassLoader$ResourceEnumeration.findNextResource(AntClassLoader.java:149)
    [junit] 	at org.apache.tools.ant.AntClassLoader$ResourceEnumeration.<init>(AntClassLoader.java:110)
    [junit] 	at org.apache.tools.ant.AntClassLoader.findResources(AntClassLoader.java:953)
    [junit] 	at org.apache.tools.ant.AntClassLoader.getNamedResources(AntClassLoader.java:922)
    [junit] 	at org.apache.tools.ant.loader.AntClassLoader5.getResources(AntClassLoader5.java:58)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.checkForkedPath(JUnitTask.java:1182)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.executeAsForked(JUnitTask.java:1062)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:921)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:822)
    [junit] 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    [junit] 	at sun.reflect.GeneratedMethodAccessor53.invoke(Unknown Source)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:606)
    [junit] 	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    [junit] 	at org.apache.tools.ant.Task.perform(Task.java:348)
    [junit] 	at org.apache.tools.ant.Target.execute(Target.java:435)
    [junit] 	at org.apache.tools.ant.Target.performTasks(Target.java:456)
    [junit] 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
    [junit] 	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
    [junit] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
    [junit] 	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:440)
    [junit] 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    [junit] 	at sun.reflect.GeneratedMethodAccessor53.invoke(Unknown Source)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:606)
    [junit] 	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    [junit] 	at org.apache.tools.ant.Task.perform(Task.java:348)
    [junit] 	at org.apache.tools.ant.Target.execute(Target.java:435)
    [junit] 	at org.apache.tools.ant.Target.performTasks(Target.java:456)
    [junit] 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
    [junit] 	at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
    [junit] 	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    [junit] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
    [junit] 	at org.apache.tools.ant.Main.runBuild(Main.java:851)
    [junit] 	at org.apache.tools.ant.Main.startAnt(Main.java:235)
    [junit] 	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
    [junit] 	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
Unable to obtain resource from <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-build-tools/target/classes/org/apache/flex/utils/FilenameNormalization.class>: java.util.zip.ZipException: error in opening zip file
    [junit] Unable to obtain resource from <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-build-tools/target/classes/org/apache/flex/utils/FilenameNormalization.class>: 
    [junit] java.util.zip.ZipException: error in opening zip file
    [junit] 	at java.util.zip.ZipFile.open(Native Method)
    [junit] 	at java.util.zip.ZipFile.<init>(ZipFile.java:215)
    [junit] 	at java.util.zip.ZipFile.<init>(ZipFile.java:145)
    [junit] 	at java.util.jar.JarFile.<init>(JarFile.java:153)
    [junit] 	at java.util.jar.JarFile.<init>(JarFile.java:117)
    [junit] 	at org.apache.tools.ant.AntClassLoader.getResourceURL(AntClassLoader.java:1006)
    [junit] 	at org.apache.tools.ant.AntClassLoader$ResourceEnumeration.findNextResource(AntClassLoader.java:149)
    [junit] 	at org.apache.tools.ant.AntClassLoader$ResourceEnumeration.<init>(AntClassLoader.java:110)
    [junit] 	at org.apache.tools.ant.AntClassLoader.findResources(AntClassLoader.java:953)
    [junit] 	at org.apache.tools.ant.AntClassLoader.getNamedResources(AntClassLoader.java:922)
    [junit] 	at org.apache.tools.ant.loader.AntClassLoader5.getResources(AntClassLoader5.java:58)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.checkForkedPath(JUnitTask.java:1182)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.executeAsForked(JUnitTask.java:1062)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:921)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:822)
    [junit] 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    [junit] 	at sun.reflect.GeneratedMethodAccessor53.invoke(Unknown Source)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:606)
    [junit] 	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    [junit] 	at org.apache.tools.ant.Task.perform(Task.java:348)
    [junit] 	at org.apache.tools.ant.Target.execute(Target.java:435)
    [junit] 	at org.apache.tools.ant.Target.performTasks(Target.java:456)
    [junit] 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
    [junit] 	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
    [junit] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
    [junit] 	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:440)
    [junit] 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    [junit] 	at sun.reflect.GeneratedMethodAccessor53.invoke(Unknown Source)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:606)
    [junit] 	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    [junit] 	at org.apache.tools.ant.Task.perform(Task.java:348)
    [junit] 	at org.apache.tools.ant.Target.execute(Target.java:435)
    [junit] 	at org.apache.tools.ant.Target.performTasks(Target.java:456)
    [junit] 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
    [junit] 	at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
    [junit] 	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    [junit] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
    [junit] 	at org.apache.tools.ant.Main.runBuild(Main.java:851)
    [junit] 	at org.apache.tools.ant.Main.startAnt(Main.java:235)
    [junit] 	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
    [junit] 	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
Unable to obtain resource from <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-build-tools/target/classes/org/apache/flex/utils/ITestAdapter.class>: java.util.zip.ZipException: error in opening zip file
    [junit] Unable to obtain resource from <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-build-tools/target/classes/org/apache/flex/utils/ITestAdapter.class>: 
    [junit] java.util.zip.ZipException: error in opening zip file
    [junit] 	at java.util.zip.ZipFile.open(Native Method)
    [junit] 	at java.util.zip.ZipFile.<init>(ZipFile.java:215)
    [junit] 	at java.util.zip.ZipFile.<init>(ZipFile.java:145)
    [junit] 	at java.util.jar.JarFile.<init>(JarFile.java:153)
    [junit] 	at java.util.jar.JarFile.<init>(JarFile.java:117)
    [junit] 	at org.apache.tools.ant.AntClassLoader.getResourceURL(AntClassLoader.java:1006)
    [junit] 	at org.apache.tools.ant.AntClassLoader$ResourceEnumeration.findNextResource(AntClassLoader.java:149)
    [junit] 	at org.apache.tools.ant.AntClassLoader$ResourceEnumeration.<init>(AntClassLoader.java:110)
    [junit] 	at org.apache.tools.ant.AntClassLoader.findResources(AntClassLoader.java:953)
    [junit] 	at org.apache.tools.ant.AntClassLoader.getNamedResources(AntClassLoader.java:922)
    [junit] 	at org.apache.tools.ant.loader.AntClassLoader5.getResources(AntClassLoader5.java:58)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.checkForkedPath(JUnitTask.java:1182)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.executeAsForked(JUnitTask.java:1062)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:921)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:822)
    [junit] 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    [junit] 	at sun.reflect.GeneratedMethodAccessor53.invoke(Unknown Source)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:606)
    [junit] 	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    [junit] 	at org.apache.tools.ant.Task.perform(Task.java:348)
    [junit] 	at org.apache.tools.ant.Target.execute(Target.java:435)
    [junit] 	at org.apache.tools.ant.Target.performTasks(Target.java:456)
    [junit] 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
    [junit] 	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
    [junit] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
    [junit] 	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:440)
    [junit] 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    [junit] 	at sun.reflect.GeneratedMethodAccessor53.invoke(Unknown Source)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:606)
    [junit] 	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    [junit] 	at org.apache.tools.ant.Task.perform(Task.java:348)
    [junit] 	at org.apache.tools.ant.Target.execute(Target.java:435)
    [junit] 	at org.apache.tools.ant.Target.performTasks(Target.java:456)
    [junit] 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
    [junit] 	at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
    [junit] 	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    [junit] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
    [junit] 	at org.apache.tools.ant.Main.runBuild(Main.java:851)
    [junit] 	at org.apache.tools.ant.Main.startAnt(Main.java:235)
    [junit] 	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
    [junit] 	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
Unable to obtain resource from <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-build-tools/target/classes/org/apache/flex/utils/MavenTestAdapter.class>: java.util.zip.ZipException: error in opening zip file
    [junit] Unable to obtain resource from <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-build-tools/target/classes/org/apache/flex/utils/MavenTestAdapter.class>: 
    [junit] java.util.zip.ZipException: error in opening zip file
    [junit] 	at java.util.zip.ZipFile.open(Native Method)
    [junit] 	at java.util.zip.ZipFile.<init>(ZipFile.java:215)
    [junit] 	at java.util.zip.ZipFile.<init>(ZipFile.java:145)
    [junit] 	at java.util.jar.JarFile.<init>(JarFile.java:153)
    [junit] 	at java.util.jar.JarFile.<init>(JarFile.java:117)
    [junit] 	at org.apache.tools.ant.AntClassLoader.getResourceURL(AntClassLoader.java:1006)
    [junit] 	at org.apache.tools.ant.AntClassLoader$ResourceEnumeration.findNextResource(AntClassLoader.java:149)
    [junit] 	at org.apache.tools.ant.AntClassLoader$ResourceEnumeration.<init>(AntClassLoader.java:110)
    [junit] 	at org.apache.tools.ant.AntClassLoader.findResources(AntClassLoader.java:953)
    [junit] 	at org.apache.tools.ant.AntClassLoader.getNamedResources(AntClassLoader.java:922)
    [junit] 	at org.apache.tools.ant.loader.AntClassLoader5.getResources(AntClassLoader5.java:58)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.checkForkedPath(JUnitTask.java:1182)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.executeAsForked(JUnitTask.java:1062)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:921)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:822)
    [junit] 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    [junit] 	at sun.reflect.GeneratedMethodAccessor53.invoke(Unknown Source)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:606)
    [junit] 	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    [junit] 	at org.apache.tools.ant.Task.perform(Task.java:348)
    [junit] 	at org.apache.tools.ant.Target.execute(Target.java:435)
    [junit] 	at org.apache.tools.ant.Target.performTasks(Target.java:456)
    [junit] 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
    [junit] 	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
    [junit] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
    [junit] 	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:440)
    [junit] 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    [junit] 	at sun.reflect.GeneratedMethodAccessor53.invoke(Unknown Source)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:606)
    [junit] 	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    [junit] 	at org.apache.tools.ant.Task.perform(Task.java:348)
    [junit] 	at org.apache.tools.ant.Target.execute(Target.java:435)
    [junit] 	at org.apache.tools.ant.Target.performTasks(Target.java:456)
    [junit] 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
    [junit] 	at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
    [junit] 	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    [junit] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
    [junit] 	at org.apache.tools.ant.Main.runBuild(Main.java:851)
    [junit] 	at org.apache.tools.ant.Main.startAnt(Main.java:235)
    [junit] 	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
    [junit] 	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
Unable to obtain resource from <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-build-tools/target/classes/org/apache/flex/utils/TestAdapterFactory.class>: java.util.zip.ZipException: error in opening zip file
    [junit] Unable to obtain resource from <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler-build-tools/target/classes/org/apache/flex/utils/TestAdapterFactory.class>: 
    [junit] java.util.zip.ZipException: error in opening zip file
    [junit] 	at java.util.zip.ZipFile.open(Native Method)
    [junit] 	at java.util.zip.ZipFile.<init>(ZipFile.java:215)
    [junit] 	at java.util.zip.ZipFile.<init>(ZipFile.java:145)
    [junit] 	at java.util.jar.JarFile.<init>(JarFile.java:153)
    [junit] 	at java.util.jar.JarFile.<init>(JarFile.java:117)
    [junit] 	at org.apache.tools.ant.AntClassLoader.getResourceURL(AntClassLoader.java:1006)
    [junit] 	at org.apache.tools.ant.AntClassLoader$ResourceEnumeration.findNextResource(AntClassLoader.java:149)
    [junit] 	at org.apache.tools.ant.AntClassLoader$ResourceEnumeration.<init>(AntClassLoader.java:110)
    [junit] 	at org.apache.tools.ant.AntClassLoader.findResources(AntClassLoader.java:953)
    [junit] 	at org.apache.tools.ant.AntClassLoader.getNamedResources(AntClassLoader.java:922)
    [junit] 	at org.apache.tools.ant.loader.AntClassLoader5.getResources(AntClassLoader5.java:58)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.checkForkedPath(JUnitTask.java:1182)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.executeAsForked(JUnitTask.java:1062)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:921)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:822)
    [junit] 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    [junit] 	at sun.reflect.GeneratedMethodAccessor53.invoke(Unknown Source)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:606)
    [junit] 	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    [junit] 	at org.apache.tools.ant.Task.perform(Task.java:348)
    [junit] 	at org.apache.tools.ant.Target.execute(Target.java:435)
    [junit] 	at org.apache.tools.ant.Target.performTasks(Target.java:456)
    [junit] 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
    [junit] 	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
    [junit] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
    [junit] 	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:440)
    [junit] 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    [junit] 	at sun.reflect.GeneratedMethodAccessor53.invoke(Unknown Source)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:606)
    [junit] 	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    [junit] 	at org.apache.tools.ant.Task.perform(Task.java:348)
    [junit] 	at org.apache.tools.ant.Target.execute(Target.java:435)
    [junit] 	at org.apache.tools.ant.Target.performTasks(Target.java:456)
    [junit] 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
    [junit] 	at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
    [junit] 	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    [junit] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
    [junit] 	at org.apache.tools.ant.Main.runBuild(Main.java:851)
    [junit] 	at org.apache.tools.ant.Main.startAnt(Main.java:235)
    [junit] 	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
    [junit] 	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
    [junit] Running mxml.tags.MXMLComponentTagTests
    [junit] Generating test:
    [junit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.28 sec
    [junit] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8

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

Total time: 127 minutes 53 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

Build failed in Jenkins: flex-falcon #954

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

------------------------------------------
Started by an SCM change
Building remotely on flex_sdk_slave2 in workspace <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/>
 > C:\Program Files (x86)\Git\cmd\git.exe rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > C:\Program Files (x86)\Git\cmd\git.exe config remote.origin.url https://git-wip-us.apache.org/repos/asf/flex-falcon.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/flex-falcon.git
 > C:\Program Files (x86)\Git\cmd\git.exe --version # timeout=10
 > C:\Program Files (x86)\Git\cmd\git.exe fetch --tags --progress https://git-wip-us.apache.org/repos/asf/flex-falcon.git +refs/heads/*:refs/remotes/origin/*
 > C:\Program Files (x86)\Git\cmd\git.exe rev-parse "origin/develop^{commit}" # timeout=10
Checking out Revision 841777e02bb5766e1799a4fb9a6eb019dcf31bb2 (origin/develop)
 > C:\Program Files (x86)\Git\cmd\git.exe config core.sparsecheckout # timeout=10
 > C:\Program Files (x86)\Git\cmd\git.exe checkout -f 841777e02bb5766e1799a4fb9a6eb019dcf31bb2
 > C:\Program Files (x86)\Git\cmd\git.exe rev-list 841777e02bb5766e1799a4fb9a6eb019dcf31bb2 # timeout=10
FATAL: Unable to find build script at <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/jenkins.xml>
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: Test reports were found but none of them are new. Did tests run? 
For example, <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx.tests/results/TEST-org.apache.flex.compiler.internal.codegen.as.TestAccessorMembers.xml> is 4 hr 34 min old