You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2014/04/19 10:27:34 UTC

Build failed in Jenkins: flex-sdk #764

See <https://builds.apache.org/job/flex-sdk/764/>

------------------------------------------
Started by an SCM change
Building remotely on windows1 (Windows) in workspace <https://builds.apache.org/job/flex-sdk/ws/>
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/flex-sdk.git
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/flex-sdk.git
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/flex-sdk.git
Checking out Revision e2141642619801ff44a87ceeab853fd16756d3e2 (origin/develop)
ERROR: Timeout after 10 minutes
FATAL: Could not checkout null with start point e2141642619801ff44a87ceeab853fd16756d3e2
hudson.plugins.git.GitException: Could not checkout null with start point e2141642619801ff44a87ceeab853fd16756d3e2
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.checkoutBranch(CliGitAPIImpl.java:1309)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:299)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:280)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:239)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:328)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at hudson.remoting.Engine$1$1.run(Engine.java:63)
	at java.lang.Thread.run(Unknown Source)
Caused by: hudson.plugins.git.GitException: Command "git checkout -f e2141642619801ff44a87ceeab853fd16756d3e2" returned status code 1:
stdout: Process leaked file descriptors. See http://wiki.jenkins-ci.org/display/JENKINS/Spawning+processes+from+build for more information

stderr: 
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1183)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1160)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1156)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:972)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:982)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.checkout(CliGitAPIImpl.java:1283)
	at hudson.plugins.git.GitAPI.checkout(GitAPI.java:208)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.checkoutBranch(CliGitAPIImpl.java:1293)
	... 17 more

Build failed in Jenkins: flex-sdk #769

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/flex-sdk/769/changes>

Changes:

[bigosmallm] Adding new branch for working on ios7 skins.

[erik] Initial search&replace

[erik] Added spark.skins.ios7 variation

[erik] Add iOS7+ ButtonSkin to Button style

[bigosmallm] Add a global style for ios7 with basic entries

[bigosmallm] First shot at ios7 Button skin

[erik] Remove unneeded import

[erik] Added 'all' mobile component CSS to iOS7+ selector

[erik] Prepare dpi specific styles for iOS7+

[bigosmallm] Add IOSPlatFormVersionOveride so that we can simulate IOS7 in the AIR simulator.  To use this, add  -includes=mx.utils.IOSPlatformVersionOverride to your mobile project's Flex Compiler arguments.

[bigosmallm] Remove labeldisplayshadow since it is not required

[bigosmallm] iOS7+ specific ButtonBar skin for all supported DPIs

[erik] iOS7 CheckBox skin (best attempt, developer art ;-)

[erik] FLEX-34539 - verify s:Application assumption to prevent RTE

[mihaic] FLEX-34543 Accepting patch from Marcus Wilkinson.

[mihaic] FLEX-34543 Added a unit test which reproduces the bug and thus prevents it from recurring.

[erik] Added FP 15 swfversion condition

[erik] Minor rewrite to avoid multiple catch blocks in one statement (JS no likey)

[erik] Increment and counterpart don't work with FlexJS '_get()' and '_set()'

[akamud] Final adjustments for FlatSpark integration

[akamud] Moved FlatSpark's fonts licenses to top-level license

[bigosmallm] New assets for HSlider (Scrubber) skins.  Provided by Aaron Nash.

[bigosmallm] Fix Button's downstate

[bigosmallm] ActionBar skin

[bigosmallm] Close enough approximation of an iOS 8 radio button skin

[bigosmallm] Make fonts and font colors uniform

[bigosmallm] Add TODO

[bigosmallm] ios7+ specific skin for TabbedViewNavigator

[bigosmallm] iOS7+ specific skins for ToggleSwitch

[bigosmallm] iOS7+ skins for Callout, CalloutButton with support for ViewNavigator and ActionBar

[erik] Revert "Increment and counterpart don't work with FlexJS '_get()' and '_set()'"

[erik] Revert "Minor rewrite to avoid multiple catch blocks in one statement (JS no likey)"

[erik] Revert "Revert "Minor rewrite to avoid multiple catch blocks in one statement (JS no likey)"" ;-)

[bigosmallm] Remove the newly created MobileBusyIndicator.  The existing BusyIndicator component has been modified instead.

[bigosmallm] New iOS7+ specific skins for BusyIndicator.

[bigosmallm] Add entries for missing DPIs

[bigosmallm] Fix for https://issues.apache.org/jira/browse/FLEX-34633

[bigosmallm] HScrollBar and VScrollBar skins for iOS7.  Includes a bug fix for the Android4 versions as well.

[christofer.dutz] Changed the tool classes to implement the flex-tool-api interfaces

[mihaic] FLEX-28291 Responding to dev review: converting tabs to spaces.

[christofer.dutz] - Created a LegacyToolGroup

[bigosmallm] Add new ios7+ specific skin for SpinnerList and SpinnerListContainer.

[erik] Clean up whitespace and (minor) layout changes

[erik] Edits for new version

[erik] FLEX-34636 and then some ...

[erik] Made a start with the 4.14 contributors

[erik] FLEX-34634 - add null check (patch provided by Gareth Daniel Smith)

[erik] Fix whitespace

[bigosmallm] iOS7+ skins for StateTextArea, StageTextInput, TextArea and TextInput.

[bigosmallm] Tweak VScrollBarkSkin to make sure it looks good in all DPIs

[bigosmallm] SpinnerList skins now work fine in all DPIs

[christofer.dutz] - Updated the flex-sdk to use the apache-flex blazeds 4.7 build from builds.apache.org

[erik] Whitespace and layout corrections

[erik] Prepared docs for upcoming release

[erik] Add missing headers

[erik] Another missing license header

[erik] Fixed FlatSpark theme font licensing issue (rat complained about missing license header ... )

[bigosmallm] ios7+ skin for SplitViewNavigator

[bigosmallm] Make the Spinnerlist selection indicator lines a bit thinner.  Looks sleeker like this on the device :-)

[erik] Revert "Fixed FlatSpark theme font licensing issue (rat complained about missing license header ... )"

[erik] Exclude OFL license files from rat's report

[aharui] FLEX-34454 don't assume first modal has the blur

[bigosmallm] Tweak CalloutSkin.  The arrow tip has a curve.

[aharui] fix fix for FLEX-34454

[erik] Added bug fix

[aharui] even better fix for FLEX-34454

[aharui] this test now needs some pixel tolerance

[bigosmallm] Adjust default colors

[bigosmallm] Tweak Callout skin.  No dropshadows allowed!

[aharui] pick some other jar to try to get the build to work

[curtis.aube] Moved button logic in to main RTE class. Moved all the diplay parts in to the skin.

[curtis.aube] FLEX-34476 Small code cleanup of RichTextEditor

[aharui] FLEX-34644.  DataGrid background was too big

[aharui] re-fix FLEX-34644.  Wasn't handling scrolling correctly

[aharui] add FLEX-34644

[erik] Update: add TLF table support to new features

[erik] Reformatting for readability, clarity and consiseness ;-)

------------------------------------------
[...truncated 94 lines...]
automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:

clean:

clean:

clean:

bundles-clean:
     [echo] IN bundles clean

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

clean:

airsdk-clean:

clean:
   [delete] Deleting: <https://builds.apache.org/job/flex-sdk/ws/frameworks\flex-config.xml>
   [delete] Deleting: <https://builds.apache.org/job/flex-sdk/ws/frameworks\air-config.xml>
   [delete] Deleting: <https://builds.apache.org/job/flex-sdk/ws/frameworks\airmobile-config.xml>

check-tlf-home:

bundles-clean:

clean-external:
     [echo] cleaning <https://builds.apache.org/job/flex-sdk/ws/../flex-tlf>
     [echo] FLEX_HOME is <https://builds.apache.org/job/flex-sdk/ws/>
  [taskdef] Could not load definitions from resource flexTasks.tasks. It could not be found.

clean:

clean:

bundles-clean:

assets-clean:

clean:

bundles-clean:

clean:

bundles-clean:

assets-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

frameworks-rsls-clean:

package-clean:

clean-temp:

clean-dependencychecker:

checkintests-clean:
 [loadfile] <https://builds.apache.org/job/flex-sdk/ws/mustella\local.properties> doesn't exist

cleanmustellaswc:

clean:
   [delete] Deleting: <https://builds.apache.org/job/flex-sdk/ws/flex-sdk-description.xml>

clean:

clean:
   [delete] Deleting directory <https://builds.apache.org/job/flex-sdk/ws/ide\flashbuilder\config>
 [loadfile] <https://builds.apache.org/job/flex-sdk/ws/mustella\local.properties> doesn't exist

cleanswfs:

clean:
     [echo] Deleting old results and files from previous testsuite build.

BUILD SUCCESSFUL
Total time: 6 seconds
[flex-sdk] $ cmd.exe /C '"f:\hudson\hudson-slave\tools\hudson.tasks.Ant_AntInstallation\ant-1.8.2\bin\ant.bat -file build.xml antTasks && exit %%ERRORLEVEL%%"'
Buildfile: <https://builds.apache.org/job/flex-sdk/ws/build.xml>

antTasks:

clean:

prepare:
     [echo] <https://builds.apache.org/job/flex-sdk/ws/modules\antTasks\build.xml>
    [mkdir] Created dir: <https://builds.apache.org/job/flex-sdk/ws/lib>
    [mkdir] Created dir: <https://builds.apache.org/job/flex-sdk/ws/modules\antTasks\classes>

compile:
    [javac] <https://builds.apache.org/job/flex-sdk/ws/modules\antTasks\build.xml>:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 25 source files to <https://builds.apache.org/job/flex-sdk/ws/modules\antTasks\classes>
    [javac] Note: <https://builds.apache.org/job/flex-sdk/ws/modules\antTasks\src\flex\ant\FlexTask.java> uses or overrides 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.

jar:
     [echo] Building lib/flexTasks.jar
    [mkdir] Created dir: <https://builds.apache.org/job/flex-sdk/ws/modules\antTasks\classes\META-INF>
     [copy] Copying 1 file to <https://builds.apache.org/job/flex-sdk/ws/modules\antTasks\classes\META-INF>
     [copy] Copying 1 file to <https://builds.apache.org/job/flex-sdk/ws/modules\antTasks\classes\META-INF>
      [jar] Building jar: <https://builds.apache.org/job/flex-sdk/ws/lib\flexTasks.jar>

dev:

main:

BUILD SUCCESSFUL
Total time: 3 seconds
[flex-sdk] $ cmd.exe /C '"f:\hudson\hudson-slave\tools\hudson.tasks.Ant_AntInstallation\ant-1.8.2\bin\ant.bat -file build.xml main && exit %%ERRORLEVEL%%"'
Buildfile: <https://builds.apache.org/job/flex-sdk/ws/build.xml>

check-playerglobal-home:
     [echo] PLAYERGLOBAL_HOME is <https://builds.apache.org/job/flex-sdk/ws/lib/player>
     [echo] playerglobal.version is 11.1

BUILD FAILED
<https://builds.apache.org/job/flex-sdk/ws/build.xml>:185: The environment variable PLAYERGLOBAL_HOME is not set to a directory

Total time: 0 seconds
Build step 'Invoke Ant' marked build as failure

Build failed in Jenkins: flex-sdk #768

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/flex-sdk/768/>

------------------------------------------
[...truncated 94 lines...]
automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

automation_agent_bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:

clean:

clean:

clean:

bundles-clean:
     [echo] IN bundles clean

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

clean:

airsdk-clean:

clean:
   [delete] Deleting: <https://builds.apache.org/job/flex-sdk/ws/frameworks\flex-config.xml>
   [delete] Deleting: <https://builds.apache.org/job/flex-sdk/ws/frameworks\air-config.xml>
   [delete] Deleting: <https://builds.apache.org/job/flex-sdk/ws/frameworks\airmobile-config.xml>

check-tlf-home:

bundles-clean:

clean-external:
     [echo] cleaning <https://builds.apache.org/job/flex-sdk/ws/../flex-tlf>
     [echo] FLEX_HOME is <https://builds.apache.org/job/flex-sdk/ws/>
  [taskdef] Could not load definitions from resource flexTasks.tasks. It could not be found.

clean:

clean:

bundles-clean:

assets-clean:

clean:

bundles-clean:

clean:

bundles-clean:

assets-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

bundles-clean:

clean:

clean:

clean:

clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

bundles-clean:

clean:

clean:

clean:

frameworks-rsls-clean:

package-clean:

clean-temp:

clean-dependencychecker:

checkintests-clean:
 [loadfile] <https://builds.apache.org/job/flex-sdk/ws/mustella\local.properties> doesn't exist

cleanmustellaswc:

clean:
   [delete] Deleting: <https://builds.apache.org/job/flex-sdk/ws/flex-sdk-description.xml>

clean:

clean:
   [delete] Deleting directory <https://builds.apache.org/job/flex-sdk/ws/ide\flashbuilder\config>
 [loadfile] <https://builds.apache.org/job/flex-sdk/ws/mustella\local.properties> doesn't exist

cleanswfs:

clean:
     [echo] Deleting old results and files from previous testsuite build.

BUILD SUCCESSFUL
Total time: 8 seconds
[flex-sdk] $ cmd.exe /C '"f:\hudson\hudson-slave\tools\hudson.tasks.Ant_AntInstallation\ant-1.8.2\bin\ant.bat -file build.xml antTasks && exit %%ERRORLEVEL%%"'
Buildfile: <https://builds.apache.org/job/flex-sdk/ws/build.xml>

antTasks:

clean:

prepare:
     [echo] <https://builds.apache.org/job/flex-sdk/ws/modules\antTasks\build.xml>
    [mkdir] Created dir: <https://builds.apache.org/job/flex-sdk/ws/lib>
    [mkdir] Created dir: <https://builds.apache.org/job/flex-sdk/ws/modules\antTasks\classes>

compile:
    [javac] <https://builds.apache.org/job/flex-sdk/ws/modules\antTasks\build.xml>:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 25 source files to <https://builds.apache.org/job/flex-sdk/ws/modules\antTasks\classes>
    [javac] Note: <https://builds.apache.org/job/flex-sdk/ws/modules\antTasks\src\flex\ant\FlexTask.java> uses or overrides 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.

jar:
     [echo] Building lib/flexTasks.jar
    [mkdir] Created dir: <https://builds.apache.org/job/flex-sdk/ws/modules\antTasks\classes\META-INF>
     [copy] Copying 1 file to <https://builds.apache.org/job/flex-sdk/ws/modules\antTasks\classes\META-INF>
     [copy] Copying 1 file to <https://builds.apache.org/job/flex-sdk/ws/modules\antTasks\classes\META-INF>
      [jar] Building jar: <https://builds.apache.org/job/flex-sdk/ws/lib\flexTasks.jar>

dev:

main:

BUILD SUCCESSFUL
Total time: 3 seconds
[flex-sdk] $ cmd.exe /C '"f:\hudson\hudson-slave\tools\hudson.tasks.Ant_AntInstallation\ant-1.8.2\bin\ant.bat -file build.xml main && exit %%ERRORLEVEL%%"'
Buildfile: <https://builds.apache.org/job/flex-sdk/ws/build.xml>

check-playerglobal-home:
     [echo] PLAYERGLOBAL_HOME is <https://builds.apache.org/job/flex-sdk/ws/lib/player>
     [echo] playerglobal.version is 11.1

BUILD FAILED
<https://builds.apache.org/job/flex-sdk/ws/build.xml>:185: The environment variable PLAYERGLOBAL_HOME is not set to a directory

Total time: 0 seconds
Build step 'Invoke Ant' marked build as failure

Build failed in Jenkins: flex-sdk #767

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/flex-sdk/767/>

------------------------------------------
Started by user cdutz
Building remotely on windows1 (Windows) in workspace <https://builds.apache.org/job/flex-sdk/ws/>
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/flex-sdk.git
 > git init <https://builds.apache.org/job/flex-sdk/ws/>
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/flex-sdk.git
 > git --version
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/flex-sdk.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/flex-sdk.git
 > git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/flex-sdk.git
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/flex-sdk.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/flex-sdk.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse "origin/develop^{commit}"
Checking out Revision 2fc9a8d5b95c407763383e8e069109cb87922f4e (origin/develop)
 > git config core.sparsecheckout
 > git checkout -f 2fc9a8d5b95c407763383e8e069109cb87922f4e
 > git rev-list 2fc9a8d5b95c407763383e8e069109cb87922f4e
[flex-sdk] $ cmd.exe /C '"f:\hudson\hudson-slave\tools\hudson.tasks.Ant_AntInstallation\ant-1.8.2\bin\ant.bat -file build.xml super-clean && exit %%ERRORLEVEL%%"'
Buildfile: <https://builds.apache.org/job/flex-sdk/ws/build.xml>

thirdparty-clean:

thirdparty-clean:

batik-jars-clean:

velocity-jars-clean:

clean:

thirdparty-clean:

pixelbender-clean:

pixelbender-clean:

pixelbender-clean:

swfobject-clean:

swfobject-fabridge-clean:

clean-adobe-flex-sdk:

clean:

modules-clean:

batik-clean:

init:
    [mkdir] Created dir: <https://builds.apache.org/job/flex-sdk/ws/modules\thirdparty\batik\lib>
     [echo]  == Apache Batik 1.7 build file ================================
     [echo] 
     [echo]     JAVA_HOME:       f:\hudson\tools\java\latest-1.6-64
     [echo]     VM:              20.2-b06, Sun Microsystems Inc.
     [echo]     javac.source:    1.6
     [echo]     javac.target:    1.6

clean-compile:

batik-all-flex-clean:
   [delete] Deleting directory <https://builds.apache.org/job/flex-sdk/ws/modules\thirdparty\batik\lib>

velocity-clean:
    [mkdir] Created dir: <https://builds.apache.org/job/flex-sdk/ws/modules\thirdparty\velocity\build\lib>

clean:

jar-dep-flex-clean:
   [delete] Deleting directory <https://builds.apache.org/job/flex-sdk/ws/modules\thirdparty\velocity\build\lib>

clean:

clean:

clean:

clean:

clean:

clean:

clean:

clean:

clean:

frameworks-clean:

check-tlf-home:
     [echo] TLF_HOME is ${env.TLF_HOME}

BUILD FAILED
<https://builds.apache.org/job/flex-sdk/ws/build.xml>:334: The following error occurred while executing this line:
<https://builds.apache.org/job/flex-sdk/ws/frameworks\build.xml>:80: TLF_HOME must be set correctly for a release build

Total time: 3 seconds
Build step 'Invoke Ant' marked build as failure

Build failed in Jenkins: flex-sdk #766

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/flex-sdk/766/>

------------------------------------------
Started by user cdutz
Building remotely on windows1 (Windows) in workspace <https://builds.apache.org/job/flex-sdk/ws/>
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/flex-sdk.git
 > git init <https://builds.apache.org/job/flex-sdk/ws/>
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/flex-sdk.git
 > git --version
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/flex-sdk.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/flex-sdk.git
 > git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/flex-sdk.git
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/flex-sdk.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/flex-sdk.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse "origin/develop^{commit}"
Checking out Revision 2fc9a8d5b95c407763383e8e069109cb87922f4e (origin/develop)
 > git config core.sparsecheckout
 > git checkout -f 2fc9a8d5b95c407763383e8e069109cb87922f4e
 > git rev-list 2fc9a8d5b95c407763383e8e069109cb87922f4e
[flex-sdk] $ cmd.exe /C '"f:\hudson\hudson-slave\tools\hudson.tasks.Ant_AntInstallation\ant-1.8.2\bin\ant.bat -file build.xml super-clean && exit %%ERRORLEVEL%%"'
Buildfile: <https://builds.apache.org/job/flex-sdk/ws/build.xml>

thirdparty-clean:

thirdparty-clean:

batik-jars-clean:

velocity-jars-clean:

clean:

thirdparty-clean:

pixelbender-clean:

pixelbender-clean:

pixelbender-clean:

swfobject-clean:

swfobject-fabridge-clean:

clean-adobe-flex-sdk:

clean:

modules-clean:

batik-clean:

init:
    [mkdir] Created dir: <https://builds.apache.org/job/flex-sdk/ws/modules\thirdparty\batik\lib>
     [echo]  == Apache Batik 1.7 build file ================================
     [echo] 
     [echo]     JAVA_HOME:       f:\hudson\tools\java\latest-1.6-64
     [echo]     VM:              20.2-b06, Sun Microsystems Inc.
     [echo]     javac.source:    1.6
     [echo]     javac.target:    1.6

clean-compile:

batik-all-flex-clean:
   [delete] Deleting directory <https://builds.apache.org/job/flex-sdk/ws/modules\thirdparty\batik\lib>

velocity-clean:
    [mkdir] Created dir: <https://builds.apache.org/job/flex-sdk/ws/modules\thirdparty\velocity\build\lib>

clean:

jar-dep-flex-clean:
   [delete] Deleting directory <https://builds.apache.org/job/flex-sdk/ws/modules\thirdparty\velocity\build\lib>

clean:

clean:

clean:

clean:

clean:

clean:

clean:

clean:

clean:

frameworks-clean:

check-tlf-home:
     [echo] TLF_HOME is ${env.TLF_HOME}

BUILD FAILED
<https://builds.apache.org/job/flex-sdk/ws/build.xml>:334: The following error occurred while executing this line:
<https://builds.apache.org/job/flex-sdk/ws/frameworks\build.xml>:80: TLF_HOME must be set correctly for a release build

Total time: 3 seconds
Build step 'Invoke Ant' marked build as failure

Build failed in Jenkins: flex-sdk #765

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/flex-sdk/765/changes>

Changes:

[bigosmallm] First few fxg skins for the Android 4+ skins.

[bigosmallm] Better skins for ActionBarBackground, Button and Checkbox.

[bigosmallm] Added cleaner versions of ActionBarBackground.fxg, Button_down.fxg and Button_up.fxt

[bigosmallm] Resolve conflict

[bigosmallm] We do need to draw the background of ActionBarSkin

[bigosmallm] Added CheckBox skins and assets

[bigosmallm] Android 4.x skins for Checkbox.

[bigosmallm] New skin and FXG for RadioButton.  It uses the same FXG assets for all the DPIs

[bigosmallm] Bug in current ToggleSwitchSkin (needs to be merged back to develop asap)

[bigosmallm] New skin ToggleSwitchSkin for Android 4.x toggle switch

[bigosmallm] Added measure() method so that the component knows its size

[bigosmallm] Android 4.x specific skins for ButtonBar component; Uses same FXG assets for all DPI

[bigosmallm] Android 4.x skin for TabbedViewNavigatorTabBar.

[bigosmallm] The css file that drives all the new skins for Android 4.x theme

[bigosmallm] New Android 4.x specific HSliderSkin

[bigosmallm] Fix tooltip for HSlider

[bigosmallm] Remove unused variables and clean up comments

[bigosmallm] Added a fill layer on top of track skin to indicate current value as a filled area

[aharui] FLEX-34216 accept patch from Mihai Chira

[aharui] FLEX-34229 accept patch from Mihai Chira

[aharui] FLEX-34013 - scrap is always plain text at this point

[mamsellem] FIXED - FLEX-34231 StageText displays wrong text

[mamsellem] FIXED - FLEX-34230 StageText skins prevents garbage collection of component with TextInputs and TextAreas

[mamsellem] Removed commented trace

[erik] Try to get FlexUnit CI build to call SDK 'downloads.xml' with 'build.noprompt=true' so it won't get stuck on the BlazeDS download...

[aharui] Accept Patch for FLEX-33948

[aharui] update release notes

[aharui] switch to 4.12.1

[aharui] fdb with worker support

[jmclean] fix few minor layout issues and updated to mention FP/AIR 13 support

[jmclean] added FP/AIR 13 support removed android skins as they have not been merged into this branch

[jmclean] updated for FP/AIR 13 support

[jmclean] fix few minor layout issues and updated to mention FP/AIR 13 support

[jmclean] fix tab/spaces issues

[aharui] add tlf fixes to release notes

[jmclean] fixed minor typo

[aharui] fix asdoc html

[aharui] this is part of the donation

[fthomas] FLEX-34291: Merge the donated FDB with the current one.

[fthomas] FLEX-34292: Can't select another worker while a pending prompt is required

[fthomas] FLEX-34294: Create a base Class for workers making them debuggable via FDB

[fthomas] FLEX-34294: Create a base Class for workers making them debuggable via FDB

[bigosmallm] Fixed bug in current CalloutArrow

[fthomas] FLEX-34295: info breakpoints should now display the worker ID

[fthomas] FLEX-34296: Disable and Remove Breakpoint should now respect the Worker logic

[aharui] change version back to 4.13

[fthomas] FLEX-34297: FDB set a breakpoint in the wrong file when asked to be set for a file existing in another Worker

[jmclean] update AIR / FP to default to more recent version

[jmclean] fixed incorrect references to FlexJS in license text

[aharui] fix some bugs in the air install and clean up 'in' folder if success

[aharui] more installer fixes.  swfobject now goes in the right javascript folder, pick up default player and air versions from sdk-installer-config-4.0.xml

[aharui] this file shows up in rat

[aharui] use tofile instead of todir

[aharui] more use tofile instead of todir

[aharui] forgot to update this variable when switching versions

[erik] Updated to include FP/AIR version 14 betas in test cycle.

[labriola] Fix for issue FLEX-34320

[jmclean] FLEX-369 stop text flowing outside of Alert box

[jmclean] updated documentation

[dloverin] Fix for FLEX-34323.

[jmclean] FLEX-34222 fix selection reverting to previous typed values when second value (not in list) is entered

[jmclean] FLEX-34193 fixed selectedColor to actually contain the selected colour

[jmclean] FLEX-34078 fix callouts closing when selecting dates in DateFields

[nk] Now XMLListCollection behaves closer to be expected -- does not update parent from updated XMLList.  I guess it should be debated wether it should...

[dloverin] Revert "Fix for FLEX-34323."

[nk] Update to XMLListCollection.  Added docs to XMLListAdapter to better represent what is happening.

[fthomas] FLEX-34297: FDB set a breakpoint in the wrong file when asked to be set for a file existing in another Worker

[fthomas] FLEX-34295: info breakpoints should now display the worker ID

[jmclean] FLEX-369 new baselines so test pass

[jmclean] FLEX-369 take gadding into account and always display at least one line of text even if it overlaps the buttons

[fthomas] FLEX-34332: info frame should return info in the context of the current worker.

[fthomas] FLEX-34333: print #<number> should be evaluated in the context of the current worker

[bigosmallm] Android 4.x skin for Callout

[jmclean] sub pixel differences were cause random failures

[jmclean] sub pixel differences

[fthomas] FLEX-34334: FDB should allow to set / removed breakpoint by default in all existed and new created instances of a worker

[fthomas] FLEX-34334: FDB should allow to set / removed breakpoint by default in all existed and new created instances of a worker

[fthomas] FLEX-34342: Break and Clear command should accept paths

[fthomas] FLEX-34343: Remove the fdbworkers directory before to merge to the develop branch

[fthomas] FLEX-34346: BP in mxml inline item renderer shouldn't be consider as Ambiguous

[fthomas] FLEX-34347: propagate breakpoint shouldn't throw an NPE when the location is not found

[nick] Revert to previous version to stop mustella tests from failing.  Work will continue in seperate branch.

[aharui] FLEX-34131 allow resource fetch attempts in frame 1

[aharui] add caching, checksums and timetamps to sdk install

[fthomas] FLEX-34294: Create a base Class for workers making them debuggable via FDB

[aharui] change swfobject to download from github

[aharui] allow for server-based language files

[bigosmallm] Android 4.x skins for SpinnerList.  Contributed by Aaron Nash here: https://issues.apache.org/jira/browse/FLEX-34356

[aharui] add md5 task to display md5 of various files

[jmclean] Updated to support FP/AIR 14

[jmclean] added support for FP 14

[bigosmallm] Revert "FLEX-34222 fix selection reverting to previous typed values when second value (not in list) is entered"

[bigosmallm] Make SpinnerListSkin and SpinnerListContainerSkin work with all supported DPIs

[bigosmallm] Revert "Fix for issue FLEX-34320"

[aharui] Revert "FLEX-34078 fix callouts closing when selecting dates in DateFields"

[aharui] refix FLEX-34078 in a more general way

[aharui] FLEX34324: accept patch from Chris Martin

[aharui] FLEX-34377 Chinese translations from Darkstone

[aharui] FLEX-33986 Validator.source is now bindable

[aharui] FLEX13036 fix nestLevel in containers with contentpane

[aharui] more chinese translations from Darkstone

[aharui] FLEX-34353 fix shift-tab focus transfer from IE address bar

[aharui] FLEX_34219 ToolTipManager bug.  Accept patch from Constantin A (with some minor modifications)

[aharui] FLEX_34368 Add percentageWidth to GridColumn.  Accept patch from Alexander Konovalov with some modifications.  Needs tests.  Current tests pass

[aharui] FLEX-34376 TreeItemRenderer null check.  Accept patch from Joao Fernandes

[aharui] FLEX-34375 FormItem resizing.  Accept patch from Joao Fernandes

[aharui] FLEX-23915 Form resizing. Accept patch from Joao Fernandes

[aharui] updated release notes

[aharui] update readme

[aharui] add time to timestamping. log if using cached version

[aharui] add more issues suggested by piotr and fred

[erik] Fix swc download URLs.

[aharui] add approval script

[aharui] remove a few files from asdoc

[aharui] remove old flex logo

[aharui] add open-sans as subcomponent

[aharui] typo

[aharui] fix readme based on feedback from rc1

[aharui] fix release notes based on feedback from rc1

[aharui] switch air to 14

[aharui] add installer-config to source package

[aharui] add broken asdoc examples

[jmclean] Updated MD5 for FP 14.0

[jmclean] Updated to use FP14. Fixed minor formatting issues.

[aharui] remove AIR Icon and link to it instead

[aharui] airsdk.xml not copied on Win.  I don't see other files missing, but we are getting reports that there are.  More testing needed

[aharui] fix noprompt flag

[aharui] don't package zen theme.  Try to not set build-number in flex-config in source package but only in binary package

[aharui] handle versionID for when two or more config entries have the same version.  versionID is used to differentiate between the config entries

[aharui] correctly exclude zen theme

[bigosmallm] Fix visual artifacts in Callout skin

[mihaic] Spelling and logic improvements.

[mihaic] FLEX-34385 documenting unusual try-catch behaviour after event dispatch.

[bigosmallm] StageTextInput and StageTextArea skins. Contributed by Aaron Nash.  Details here: https://issues.apache.org/jira/browse/FLEX-34395

[jmclean] FLEX-34378 count multiple separators as an invalid date format

[jmclean] FLEX-34285 fix issue with remove

[bigosmallm] Added new component MobileBusyIndicator. It has only an Android 4.x specific skin for now.  The current BusyIndicator's visual will be moved into an iOS 7 specific skin later.

[bigosmallm] Cleaned up SpinnerListContainerSkin while working on DateSpinnerSkin

[joaopedromartinsfernandes] testing commit

[jfernandes] renamed SVN-TEST to GIT-TEST

[piotrzarzycki21] Added with Polish language properties file to flex sdk

[piotrzarzycki21] Added Polish language properties file to flex sdk

[mihaic] FLEX-34119 renaming variables for increased readability.

[bigosmallm] Skins for VScrollBar and HScrollBar

[mihai.chira] FLEX-34119 Adding two unit tests for HierarchicalCollectionViewCursor (HCVC). HierarchicalCollectionViewCursor_Basics_Test is meant to ensure that HCVC works as expected in non-corner cases (it's definitely incomplete, and could use more tests. I created it mainly to test the few functions I needed when working with FLEX-34119), while HierarchicalCollectionViewCursor_FLEX_34119_Test reproduces the FLEX-34119 bug (and, incidentally, also uncovered FLEX-34424). FYI The latter test lasts just under 3 minutes on my machine.

[mihai.chira] FLEX-34119

[mihai.chira] FLEX-34119 Adding some explanations on the main unit test.

[mihai.chira] FLEX-34119

[mihai.chira] FLEX-34119

[jmclean] fixed MD5s for FP 13 and 14

[bigosmallm] New Android4.x skin for ViewMenu and ViewMenuItems that matches

[mihaic] FLEX-34119 FLEX-34440 Adding the setItemAt() operation to HierarchicalCollectionViewCursor_FLEX_34119_Test, which uncovers FLEX-34440. Separate unit test for FLEX-34440 will follow.

[mihaic] FLEX-34440 Added unit test to reproduce FLEX-34440. This also required a few changes in HierarchicalCollectionViewTestUtils.

[mihaic] FLEX-34119 FLEX-34440 changing the package of the unit tests (and helper classes) to mx.collections.

[mihaic] FLEX-34119 FLEX-34440 Renaming variables to make code more readable.

[mihaic] FLEX-34440

[mihaic] FLEX-34424 Added a unit test to reproduce FLEX-34424. As expected, it is currently failing.

[mihaic] FLEX-34424 Improved the unit test by making it parameterized and adding a few more cases.

[mihaic] FLEX-34424

[tomc] Fix FLEX-34450 by removing the length checks for the last part of an email domain

[bigosmallm] Adding fonts.  Edit the LICENSE file to mention the font files

[falken] FLEX-34450 - remove invalid domain checks from thise locale because the length is no longer checked

[falken] FLEX-34450 remove now redundant email domain length checks from locale unit tests

[falken] FLEX-34450 updated baseline image

[falken] correct case for osmf.swc so compiles on Linux work

[mihaic] FLEX-34456 Added a unit test which reproduces the bug.

[mihaic] FLEX-34456

[mihaic] FLEX-34458 Added a unit test which reproduces the bug (which means it currently fails).

[mihaic] FLEX-34458

[aharui] add signing targets

[aharui] ant script to generate release candidates for the sdk

[aharui] switch version to 4.14

[aharui] FLEX-34460 adt is missing in windows install

[aharui] sdk rcs have release notes in them

[aharui] add release target to convert final rc

[bigosmallm] Adding a mixin to set android os version during AIR simulation

[bigosmallm] Renaming class to AndroidPlatformVersionOverride as that makes more sense

[windowns] My test commit to repo

[chrsmrtn] another test commit, testing using my apache username on commit

[aharui] remove temp target

[aharui] fix missing slash

[aharui] FLEX-34034 handle degenerate case when copying single newline into TextInput

[bigosmallm] Add AndroidPlatformVersionOverride to FrameworkClasses

[bigosmallm] Add android4 specific TextSkinBase

[bigosmallm] Add Apache license header

[bigosmallm] Fix package name of spark/components/MobileBusyIndicator.as

[bigosmallm] Include android fonts

[bigosmallm] Add Roboto fonts to compile-config.xml so that they will be included in mobiletheme.swc

[bigosmallm] Merge Android4.x skins into defaults.css

[bigosmallm] Include all Android skins so that they will get compiled into mobiletheme.swc

[bigosmallm] Update android css skins (this file will be deleted shortly)

[bigosmallm] Cleanup imports

[bigosmallm] Move to correct package

[bigosmallm] Move TextSkinBase to correct package

[aharui] fix failing advancedcss test on windows.  The button was in the dropshadow of a panel and was rendered differently on FP14 vs FP11.  I moved the button below the dropshadow

[aharui] update mac baseline now that it is out from under the panel gradient

[bigosmallm] Remove android.css since it has been merged into defaults.css

[dloverin] Fix for FLEX-34323.

[jmclean] looks like US locale has crept back in, other locale differences (i.e. date format) are fine however

[jmclean] FLEX-34476 Added RichTextEditor

[jmclean] FLEX-34476 Added RichTextEditor

[mihaic] FLEX-32541

[mihaic] FLEX-32541 Removing unused constant.

[mihaic] FLEX-28291 Removing unused imports.

[mihaic] FLEX-28291

[jmclean] add contributors file for SDK

[jmclean] fix spelling of file name

[KesslerConsulting] FLEX-34531: Removed the exclude statement for hlocColor style.

[aharui] FLEX-34533 fix installation of optional components

[aharui] FLEX-34534 try to fix cached installs of fontkit and blazeds on Windows

[erik] Updated Flash/AIR to 15

[erik] Added v15 download info

[erik] Updated with information about FP 15 and the setup of the local security config files

[erik] Added section about preparing SDK for use in FB

[erik] Updated with FP 15

[aharui] fix compile issue that Falcon saw but MXMLC did not

[erik] FLEX-34213 - allow adjustment of maxDragRate (patch contributed by 'after24')

[akamud] Added FlatSpark project

[bigosmallm] Fix for https://issues.apache.org/jira/browse/FLEX-34556 (thanks to Jorn Nolles)

[erik] FLEX-34557 - PlugIn vs. Plugin (Aleksey; reporter; Lee Burrows: patch)

[erik] FLEX-34539 - verify s:Application assumption to prevent RTE

[erik] FLEX-34538 - create some whitespace at the top of Spark Alert

[erik] FLEX-34390 - added null check on skin.currentState

[erik] FLEX-34373 - fix default button handling

[bigosmallm] Ignore visualcomps folder

[bigosmallm] Fix for https://issues.apache.org/jira/browse/FLEX-34610

[akamud] Added build scripts and font licenses for FlatSpark

------------------------------------------
Started by user cdutz
Building remotely on windows1 (Windows) in workspace <https://builds.apache.org/job/flex-sdk/ws/>
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/flex-sdk.git
 > git init <https://builds.apache.org/job/flex-sdk/ws/>
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/flex-sdk.git
 > git --version
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/flex-sdk.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/flex-sdk.git
 > git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/flex-sdk.git
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/flex-sdk.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/flex-sdk.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse "origin/develop^{commit}"
Checking out Revision 2fc9a8d5b95c407763383e8e069109cb87922f4e (origin/develop)
 > git config core.sparsecheckout
 > git checkout -f 2fc9a8d5b95c407763383e8e069109cb87922f4e
 > git rev-list 378b859dcbec20831815d430ac1cb1eaf519764a
[flex-sdk] $ cmd.exe /C '"f:\hudson\hudson-slave\tools\hudson.tasks.Ant_AntInstallation\ant-1.8.2\bin\ant.bat -file build.xml super-clean && exit %%ERRORLEVEL%%"'
Buildfile: <https://builds.apache.org/job/flex-sdk/ws/build.xml>

thirdparty-clean:

thirdparty-clean:

batik-jars-clean:

velocity-jars-clean:

clean:

thirdparty-clean:

pixelbender-clean:

pixelbender-clean:

pixelbender-clean:

swfobject-clean:

swfobject-fabridge-clean:

clean-adobe-flex-sdk:

clean:

modules-clean:

batik-clean:

init:
    [mkdir] Created dir: <https://builds.apache.org/job/flex-sdk/ws/modules\thirdparty\batik\lib>
     [echo]  == Apache Batik 1.7 build file ================================
     [echo] 
     [echo]     JAVA_HOME:       f:\hudson\tools\java\latest-1.6-64
     [echo]     VM:              20.2-b06, Sun Microsystems Inc.
     [echo]     javac.source:    1.6
     [echo]     javac.target:    1.6

clean-compile:

batik-all-flex-clean:
   [delete] Deleting directory <https://builds.apache.org/job/flex-sdk/ws/modules\thirdparty\batik\lib>

velocity-clean:
    [mkdir] Created dir: <https://builds.apache.org/job/flex-sdk/ws/modules\thirdparty\velocity\build\lib>

clean:

jar-dep-flex-clean:
   [delete] Deleting directory <https://builds.apache.org/job/flex-sdk/ws/modules\thirdparty\velocity\build\lib>

clean:

clean:

clean:

clean:

clean:

clean:

clean:

clean:

clean:

frameworks-clean:

check-tlf-home:
     [echo] TLF_HOME is ${env.TLF_HOME}

BUILD FAILED
<https://builds.apache.org/job/flex-sdk/ws/build.xml>:334: The following error occurred while executing this line:
<https://builds.apache.org/job/flex-sdk/ws/frameworks\build.xml>:80: TLF_HOME must be set correctly for a release build

Total time: 4 seconds
Build step 'Invoke Ant' marked build as failure