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 2013/11/05 15:46:31 UTC

Build failed in Jenkins: flex-falcon #194

See <https://builds.apache.org/job/flex-falcon/194/changes>

Changes:

[gordonsmith] Falcon: Updated guava.jar to the current release, 15.0

[erik] Fixed old TODO: handle parsing of 'rest' parameter.

[erik] Removed an @Ignore and TODO, with documentation.

[erik] Cleaned up some TODOs ;-)

[erik] No longer needed, there is now a 'test case' example in the ASJS project.

[erik] Build files now download latest version of Guava (15.0 at the time of writing) and Closure Compiler.

[erik] Update tests with proper interface 'goog.require' statements

[erik] Fetch and store all interface "imports" for use during the initial writing of the FlexJS classes

[erik] Add missing 'instanceof' enumeration

[erik] More changes to tests to match desired 'goog' JS output

[erik] Added enumeration for the 'interfaces' array

[erik] This is where all the magic happens ;-)

------------------------------------------
Started by timer
Started by timer
Started by an SCM change
Started by an SCM change
Building remotely on windows1 in workspace <https://builds.apache.org/job/flex-falcon/ws/>
Checkout:flex-falcon / <https://builds.apache.org/job/flex-falcon/ws/> - hudson.remoting.Channel@4aaf667f:windows1
Using strategy: Default
Last Built Revision: Revision 7297f41bd3a6fca342f5986e11798f5af275e82a (origin/develop)
Fetching changes from 1 remote Git repository
Fetching upstream changes from origin
Commencing build of Revision 7020dcfaccf04007aa29a9e60dbf92fe0294f21b (origin/develop)
Checking out Revision 7020dcfaccf04007aa29a9e60dbf92fe0294f21b (origin/develop)
Deleting old artifacts from #192
[flex-falcon] $ cmd.exe /C '"f:\hudson\hudson-slave\tools\hudson.tasks.Ant_AntInstallation\ant-1.8.2\bin\ant.bat -file jenkins.xml main && exit %%ERRORLEVEL%%"'
Buildfile: <https://builds.apache.org/job/flex-falcon/ws/jenkins.xml>

clean:
   [delete] Deleting directory <https://builds.apache.org/job/flex-falcon/ws/jenkins\temp>
   [delete] Deleting directory <https://builds.apache.org/job/flex-falcon/ws/jenkins\JFlex>

init:
    [mkdir] Created dir: <https://builds.apache.org/job/flex-falcon/ws/jenkins\temp>
    [mkdir] Created dir: <https://builds.apache.org/job/flex-falcon/ws/jenkins\JFlex>

jflex-download:
     [echo] Be patient. This takes a few minutes...
      [get] Getting: http://jflex.de/jflex-1.4.3.zip
      [get] To: <https://builds.apache.org/job/flex-falcon/ws/jenkins\temp\JFlex.zip>
    [unzip] Expanding: <https://builds.apache.org/job/flex-falcon/ws/jenkins\temp\JFlex.zip> into <https://builds.apache.org/job/flex-falcon/ws/jenkins\JFlex>

main:

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

sdk:

checkenv:
     [echo] JFLEX_JAR is <https://builds.apache.org/job/flex-falcon/ws/jenkins/JFlex/jflex-1.4.3/lib/JFlex.jar>

download:

prepare:

antlr-jar-check:

antlr-jar:

commons-cli-jar-check:

commons-cli-jar:

commons-io-jar-check:

commons-io-jar:

commons-jars:

guava-jar-check:

guava-jar:

jburg-jar-check:

jburg-jar:

lzma-jar-check:

lzma-jar:

main:

setup:

set.raw.as.tokenizer.uptodate:

raw.as.tokenizer:

set.raw.asdoc.tokenizer.uptodate:

raw.asdoc.tokenizer:

set.raw.mxml.tokenizer.uptodate:

raw.mxml.tokenizer:

jflex:

annotate.class:

set.as.parser.uptodate:

as.parser:

set.metadata.parser.uptodate:

metadata.parser:

set.css.lexer.and.parser.uptodate:

css.lexer.and.parser:

set.css.tree.uptodate:

css.tree:

antlr:

node.adapter:

unknown.tree.pattern.input.output:

set.unknown.tree.handler.patterns.uptodate:

unknown.tree.handler.patterns:

set.cmc.emitter.uptodate:

cmc.emitter:

set.css.emitter.uptodate:

css.emitter:

jburg:

set.flex.config.xml.available:

copy.sdk:

eclipse:

src.depend:
   [depend] Deleted 84 out of date files in 2 seconds

compile:
    [javac] Compiling 66 source files to <https://builds.apache.org/job/flex-falcon/ws/compiler\generated\classes>
    [javac] <https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex\compiler\internal\projects\CompilerProject.java>:66: package com.google.common.cache does not exist
    [javac] import com.google.common.cache.CacheBuilder;
    [javac]                               ^
    [javac] <https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex\compiler\internal\projects\CompilerProject.java>:67: package com.google.common.cache does not exist
    [javac] import com.google.common.cache.CacheLoader;
    [javac]                               ^
    [javac] <https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex\compiler\internal\projects\CompilerProject.java>:68: package com.google.common.cache does not exist
    [javac] import com.google.common.cache.LoadingCache;
    [javac]                               ^
    [javac] <https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex\compiler\internal\scopes\ASProjectScope.java>:39: package com.google.common.cache does not exist
    [javac] import com.google.common.cache.CacheBuilder;
    [javac]                               ^
    [javac] <https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex\compiler\internal\scopes\ASProjectScope.java>:40: package com.google.common.cache does not exist
    [javac] import com.google.common.cache.CacheLoader;
    [javac]                               ^
    [javac] <https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex\compiler\internal\scopes\ASProjectScope.java>:41: package com.google.common.cache does not exist
    [javac] import com.google.common.cache.LoadingCache;
    [javac]                               ^
    [javac] <https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex\compiler\internal\projects\CompilerProject.java>:114: cannot find symbol
    [javac] symbol  : class LoadingCache
    [javac] location: class org.apache.flex.compiler.internal.projects.CompilerProject
    [javac]     private LoadingCache<ASScope, ASScopeCache> scopeCaches = CacheBuilder.newBuilder()
    [javac]             ^
    [javac] <https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex\compiler\internal\scopes\ASProjectScope.java>:272: cannot find symbol
    [javac] symbol  : class LoadingCache
    [javac] location: class org.apache.flex.compiler.internal.scopes.ASProjectScope
    [javac]     private final LoadingCache<ICompilationUnit, Collection<IASScope>> compilationUnitToScopeList =
    [javac]                   ^
    [javac] <https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex\compiler\clients\problems\WorkspaceProblemFormatter.java>:34: package com.google.common.cache does not exist
    [javac] import com.google.common.cache.Cache;
    [javac]                               ^
    [javac] <https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex\compiler\clients\problems\WorkspaceProblemFormatter.java>:35: package com.google.common.cache does not exist
    [javac] import com.google.common.cache.CacheBuilder;
    [javac]                               ^
    [javac] <https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex\compiler\clients\problems\WorkspaceProblemFormatter.java>:36: package com.google.common.cache does not exist
    [javac] import com.google.common.cache.CacheLoader;
    [javac]                               ^
    [javac] <https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex\compiler\clients\problems\WorkspaceProblemFormatter.java>:37: package com.google.common.cache does not exist
    [javac] import com.google.common.cache.LoadingCache;
    [javac]                               ^
    [javac] <https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex\compiler\clients\problems\WorkspaceProblemFormatter.java>:64: cannot find symbol
    [javac] symbol  : class LoadingCache
    [javac] location: class org.apache.flex.compiler.clients.problems.WorkspaceProblemFormatter
    [javac]     private final LoadingCache<String, FileLineInfo> readers;
    [javac]                   ^
    [javac] <https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex\compiler\clients\problems\WorkspaceProblemFormatter.java>:285: cannot find symbol
    [javac] symbol  : class Cache
    [javac] location: class org.apache.flex.compiler.clients.problems.WorkspaceProblemFormatter.FileLineInfo
    [javac]          final Cache<Integer, String> cachedLines;
    [javac]                ^
    [javac] <https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex\compiler\internal\projects\CompilerProject.java>:93: cannot find symbol
    [javac] symbol  : class CacheLoader
    [javac] location: class org.apache.flex.compiler.internal.projects.CompilerProject
    [javac]     static class ScopeCacheLoader extends CacheLoader<ASScope, ASScopeCache>
    [javac]                                           ^
    [javac] <https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex\compiler\internal\projects\CompilerProject.java>:100: method does not override or implement a method from a supertype
    [javac]         @Override
    [javac]         ^
    [javac] <https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex\compiler\internal\projects\CompilerProject.java>:114: cannot find symbol
    [javac] symbol  : variable CacheBuilder
    [javac] location: class org.apache.flex.compiler.internal.projects.CompilerProject
    [javac]     private LoadingCache<ASScope, ASScopeCache> scopeCaches = CacheBuilder.newBuilder()
    [javac]                                                               ^
    [javac] <https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex\compiler\internal\scopes\ASProjectScope.java>:276: cannot find symbol
    [javac] symbol  : class CacheLoader
    [javac] location: class org.apache.flex.compiler.internal.scopes.ASProjectScope
    [javac]             new CacheLoader<ICompilationUnit, Collection<IASScope>>()
    [javac]                 ^
    [javac] <https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex\compiler\internal\scopes\ASProjectScope.java>:273: cannot find symbol
    [javac] symbol  : variable CacheBuilder
    [javac] location: class org.apache.flex.compiler.internal.scopes.ASProjectScope
    [javac]         CacheBuilder.newBuilder()
    [javac]         ^
    [javac] <https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex\compiler\clients\problems\WorkspaceProblemFormatter.java>:100: cannot find symbol
    [javac] symbol  : class CacheLoader
    [javac] location: class org.apache.flex.compiler.clients.problems.WorkspaceProblemFormatter
    [javac]             new CacheLoader<String, FileLineInfo>()
    [javac]                 ^
    [javac] <https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex\compiler\clients\problems\WorkspaceProblemFormatter.java>:96: cannot find symbol
    [javac] symbol  : variable CacheBuilder
    [javac] location: class org.apache.flex.compiler.clients.problems.WorkspaceProblemFormatter
    [javac]         readers = CacheBuilder.newBuilder()
    [javac]                   ^
    [javac] <https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex\compiler\clients\problems\WorkspaceProblemFormatter.java>:260: cannot find symbol
    [javac] symbol  : variable CacheBuilder
    [javac] location: class org.apache.flex.compiler.clients.problems.WorkspaceProblemFormatter.FileLineInfo
    [javac]              cachedLines = CacheBuilder.newBuilder()
    [javac]                            ^
    [javac] 22 errors

BUILD FAILED
<https://builds.apache.org/job/flex-falcon/ws/build.xml>:34: The following error occurred while executing this line:
<https://builds.apache.org/job/flex-falcon/ws/compiler\build.xml>:548: Compile failed; see the compiler error output for details.

Total time: 12 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results

Re: Build failed in Jenkins: flex-falcon #194

Posted by Erik de Bruin <er...@ixsoftware.nl>.
No message, but the build machine shows that last build succeeded.

EdB



On Tue, Nov 5, 2013 at 6:38 PM, Erik de Bruin <er...@ixsoftware.nl> wrote:
> Please note, the build machine (windows1) crashed this weekend, so all
> Apache builds that depend on Windows (quite a lot, actually) are
> backed up. So it may be a while before you see an "all is well again
> with flex-falcon" message...
>
> EdB
>
>
>
> On Tue, Nov 5, 2013 at 6:35 PM, Erik de Bruin <er...@ixsoftware.nl> wrote:
>> I've already changed the Jenkins job to always "ant wipe-all all".
>>
>> EdB
>>
>>
>>
>> On Tue, Nov 5, 2013 at 5:08 PM, Alex Harui <ah...@adobe.com> wrote:
>>> Can someone with knowledge of the build system go an delete lib/guava*.*?
>>>
>>> Thanks,
>>> -Alex
>>>
>>> On 11/5/13 6:46 AM, "Apache Jenkins Server" <je...@builds.apache.org>
>>> wrote:
>>>
>>>>See <https://builds.apache.org/job/flex-falcon/194/changes>
>>>>
>>>>Changes:
>>>>
>>>>[gordonsmith] Falcon: Updated guava.jar to the current release, 15.0
>>>>
>>>>[erik] Fixed old TODO: handle parsing of 'rest' parameter.
>>>>
>>>>[erik] Removed an @Ignore and TODO, with documentation.
>>>>
>>>>[erik] Cleaned up some TODOs ;-)
>>>>
>>>>[erik] No longer needed, there is now a 'test case' example in the ASJS
>>>>project.
>>>>
>>>>[erik] Build files now download latest version of Guava (15.0 at the time
>>>>of writing) and Closure Compiler.
>>>>
>>>>[erik] Update tests with proper interface 'goog.require' statements
>>>>
>>>>[erik] Fetch and store all interface "imports" for use during the initial
>>>>writing of the FlexJS classes
>>>>
>>>>[erik] Add missing 'instanceof' enumeration
>>>>
>>>>[erik] More changes to tests to match desired 'goog' JS output
>>>>
>>>>[erik] Added enumeration for the 'interfaces' array
>>>>
>>>>[erik] This is where all the magic happens ;-)
>>>>
>>>>------------------------------------------
>>>>Started by timer
>>>>Started by timer
>>>>Started by an SCM change
>>>>Started by an SCM change
>>>>Building remotely on windows1 in workspace
>>>><https://builds.apache.org/job/flex-falcon/ws/>
>>>>Checkout:flex-falcon / <https://builds.apache.org/job/flex-falcon/ws/> -
>>>>hudson.remoting.Channel@4aaf667f:windows1
>>>>Using strategy: Default
>>>>Last Built Revision: Revision 7297f41bd3a6fca342f5986e11798f5af275e82a
>>>>(origin/develop)
>>>>Fetching changes from 1 remote Git repository
>>>>Fetching upstream changes from origin
>>>>Commencing build of Revision 7020dcfaccf04007aa29a9e60dbf92fe0294f21b
>>>>(origin/develop)
>>>>Checking out Revision 7020dcfaccf04007aa29a9e60dbf92fe0294f21b
>>>>(origin/develop)
>>>>Deleting old artifacts from #192
>>>>[flex-falcon] $ cmd.exe /C
>>>>'"f:\hudson\hudson-slave\tools\hudson.tasks.Ant_AntInstallation\ant-1.8.2\
>>>>bin\ant.bat -file jenkins.xml main && exit %%ERRORLEVEL%%"'
>>>>Buildfile: <https://builds.apache.org/job/flex-falcon/ws/jenkins.xml>
>>>>
>>>>clean:
>>>>   [delete] Deleting directory
>>>><https://builds.apache.org/job/flex-falcon/ws/jenkins\temp>
>>>>   [delete] Deleting directory
>>>><https://builds.apache.org/job/flex-falcon/ws/jenkins\JFlex>
>>>>
>>>>init:
>>>>    [mkdir] Created dir:
>>>><https://builds.apache.org/job/flex-falcon/ws/jenkins\temp>
>>>>    [mkdir] Created dir:
>>>><https://builds.apache.org/job/flex-falcon/ws/jenkins\JFlex>
>>>>
>>>>jflex-download:
>>>>     [echo] Be patient. This takes a few minutes...
>>>>      [get] Getting: http://jflex.de/jflex-1.4.3.zip
>>>>      [get] To:
>>>><https://builds.apache.org/job/flex-falcon/ws/jenkins\temp\JFlex.zip>
>>>>    [unzip] Expanding:
>>>><https://builds.apache.org/job/flex-falcon/ws/jenkins\temp\JFlex.zip>
>>>>into <https://builds.apache.org/job/flex-falcon/ws/jenkins\JFlex>
>>>>
>>>>main:
>>>>
>>>>BUILD SUCCESSFUL
>>>>Total time: 4 seconds
>>>>[flex-falcon] $ cmd.exe /C
>>>>'"f:\hudson\hudson-slave\tools\hudson.tasks.Ant_AntInstallation\ant-1.8.2\
>>>>bin\ant.bat -file build.xml all && exit %%ERRORLEVEL%%"'
>>>>Buildfile: <https://builds.apache.org/job/flex-falcon/ws/build.xml>
>>>>
>>>>sdk:
>>>>
>>>>checkenv:
>>>>     [echo] JFLEX_JAR is
>>>><https://builds.apache.org/job/flex-falcon/ws/jenkins/JFlex/jflex-1.4.3/li
>>>>b/JFlex.jar>
>>>>
>>>>download:
>>>>
>>>>prepare:
>>>>
>>>>antlr-jar-check:
>>>>
>>>>antlr-jar:
>>>>
>>>>commons-cli-jar-check:
>>>>
>>>>commons-cli-jar:
>>>>
>>>>commons-io-jar-check:
>>>>
>>>>commons-io-jar:
>>>>
>>>>commons-jars:
>>>>
>>>>guava-jar-check:
>>>>
>>>>guava-jar:
>>>>
>>>>jburg-jar-check:
>>>>
>>>>jburg-jar:
>>>>
>>>>lzma-jar-check:
>>>>
>>>>lzma-jar:
>>>>
>>>>main:
>>>>
>>>>setup:
>>>>
>>>>set.raw.as.tokenizer.uptodate:
>>>>
>>>>raw.as.tokenizer:
>>>>
>>>>set.raw.asdoc.tokenizer.uptodate:
>>>>
>>>>raw.asdoc.tokenizer:
>>>>
>>>>set.raw.mxml.tokenizer.uptodate:
>>>>
>>>>raw.mxml.tokenizer:
>>>>
>>>>jflex:
>>>>
>>>>annotate.class:
>>>>
>>>>set.as.parser.uptodate:
>>>>
>>>>as.parser:
>>>>
>>>>set.metadata.parser.uptodate:
>>>>
>>>>metadata.parser:
>>>>
>>>>set.css.lexer.and.parser.uptodate:
>>>>
>>>>css.lexer.and.parser:
>>>>
>>>>set.css.tree.uptodate:
>>>>
>>>>css.tree:
>>>>
>>>>antlr:
>>>>
>>>>node.adapter:
>>>>
>>>>unknown.tree.pattern.input.output:
>>>>
>>>>set.unknown.tree.handler.patterns.uptodate:
>>>>
>>>>unknown.tree.handler.patterns:
>>>>
>>>>set.cmc.emitter.uptodate:
>>>>
>>>>cmc.emitter:
>>>>
>>>>set.css.emitter.uptodate:
>>>>
>>>>css.emitter:
>>>>
>>>>jburg:
>>>>
>>>>set.flex.config.xml.available:
>>>>
>>>>copy.sdk:
>>>>
>>>>eclipse:
>>>>
>>>>src.depend:
>>>>   [depend] Deleted 84 out of date files in 2 seconds
>>>>
>>>>compile:
>>>>    [javac] Compiling 66 source files to
>>>><https://builds.apache.org/job/flex-falcon/ws/compiler\generated\classes>
>>>>    [javac]
>>>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>>>\compiler\internal\projects\CompilerProject.java>:66: package
>>>>com.google.common.cache does not exist
>>>>    [javac] import com.google.common.cache.CacheBuilder;
>>>>    [javac]                               ^
>>>>    [javac]
>>>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>>>\compiler\internal\projects\CompilerProject.java>:67: package
>>>>com.google.common.cache does not exist
>>>>    [javac] import com.google.common.cache.CacheLoader;
>>>>    [javac]                               ^
>>>>    [javac]
>>>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>>>\compiler\internal\projects\CompilerProject.java>:68: package
>>>>com.google.common.cache does not exist
>>>>    [javac] import com.google.common.cache.LoadingCache;
>>>>    [javac]                               ^
>>>>    [javac]
>>>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>>>\compiler\internal\scopes\ASProjectScope.java>:39: package
>>>>com.google.common.cache does not exist
>>>>    [javac] import com.google.common.cache.CacheBuilder;
>>>>    [javac]                               ^
>>>>    [javac]
>>>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>>>\compiler\internal\scopes\ASProjectScope.java>:40: package
>>>>com.google.common.cache does not exist
>>>>    [javac] import com.google.common.cache.CacheLoader;
>>>>    [javac]                               ^
>>>>    [javac]
>>>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>>>\compiler\internal\scopes\ASProjectScope.java>:41: package
>>>>com.google.common.cache does not exist
>>>>    [javac] import com.google.common.cache.LoadingCache;
>>>>    [javac]                               ^
>>>>    [javac]
>>>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>>>\compiler\internal\projects\CompilerProject.java>:114: cannot find symbol
>>>>    [javac] symbol  : class LoadingCache
>>>>    [javac] location: class
>>>>org.apache.flex.compiler.internal.projects.CompilerProject
>>>>    [javac]     private LoadingCache<ASScope, ASScopeCache> scopeCaches =
>>>>CacheBuilder.newBuilder()
>>>>    [javac]             ^
>>>>    [javac]
>>>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>>>\compiler\internal\scopes\ASProjectScope.java>:272: cannot find symbol
>>>>    [javac] symbol  : class LoadingCache
>>>>    [javac] location: class
>>>>org.apache.flex.compiler.internal.scopes.ASProjectScope
>>>>    [javac]     private final LoadingCache<ICompilationUnit,
>>>>Collection<IASScope>> compilationUnitToScopeList =
>>>>    [javac]                   ^
>>>>    [javac]
>>>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>>>\compiler\clients\problems\WorkspaceProblemFormatter.java>:34: package
>>>>com.google.common.cache does not exist
>>>>    [javac] import com.google.common.cache.Cache;
>>>>    [javac]                               ^
>>>>    [javac]
>>>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>>>\compiler\clients\problems\WorkspaceProblemFormatter.java>:35: package
>>>>com.google.common.cache does not exist
>>>>    [javac] import com.google.common.cache.CacheBuilder;
>>>>    [javac]                               ^
>>>>    [javac]
>>>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>>>\compiler\clients\problems\WorkspaceProblemFormatter.java>:36: package
>>>>com.google.common.cache does not exist
>>>>    [javac] import com.google.common.cache.CacheLoader;
>>>>    [javac]                               ^
>>>>    [javac]
>>>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>>>\compiler\clients\problems\WorkspaceProblemFormatter.java>:37: package
>>>>com.google.common.cache does not exist
>>>>    [javac] import com.google.common.cache.LoadingCache;
>>>>    [javac]                               ^
>>>>    [javac]
>>>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>>>\compiler\clients\problems\WorkspaceProblemFormatter.java>:64: cannot
>>>>find symbol
>>>>    [javac] symbol  : class LoadingCache
>>>>    [javac] location: class
>>>>org.apache.flex.compiler.clients.problems.WorkspaceProblemFormatter
>>>>    [javac]     private final LoadingCache<String, FileLineInfo> readers;
>>>>    [javac]                   ^
>>>>    [javac]
>>>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>>>\compiler\clients\problems\WorkspaceProblemFormatter.java>:285: cannot
>>>>find symbol
>>>>    [javac] symbol  : class Cache
>>>>    [javac] location: class
>>>>org.apache.flex.compiler.clients.problems.WorkspaceProblemFormatter.FileLi
>>>>neInfo
>>>>    [javac]          final Cache<Integer, String> cachedLines;
>>>>    [javac]                ^
>>>>    [javac]
>>>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>>>\compiler\internal\projects\CompilerProject.java>:93: cannot find symbol
>>>>    [javac] symbol  : class CacheLoader
>>>>    [javac] location: class
>>>>org.apache.flex.compiler.internal.projects.CompilerProject
>>>>    [javac]     static class ScopeCacheLoader extends
>>>>CacheLoader<ASScope, ASScopeCache>
>>>>    [javac]                                           ^
>>>>    [javac]
>>>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>>>\compiler\internal\projects\CompilerProject.java>:100: method does not
>>>>override or implement a method from a supertype
>>>>    [javac]         @Override
>>>>    [javac]         ^
>>>>    [javac]
>>>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>>>\compiler\internal\projects\CompilerProject.java>:114: cannot find symbol
>>>>    [javac] symbol  : variable CacheBuilder
>>>>    [javac] location: class
>>>>org.apache.flex.compiler.internal.projects.CompilerProject
>>>>    [javac]     private LoadingCache<ASScope, ASScopeCache> scopeCaches =
>>>>CacheBuilder.newBuilder()
>>>>    [javac]
>>>>^
>>>>    [javac]
>>>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>>>\compiler\internal\scopes\ASProjectScope.java>:276: cannot find symbol
>>>>    [javac] symbol  : class CacheLoader
>>>>    [javac] location: class
>>>>org.apache.flex.compiler.internal.scopes.ASProjectScope
>>>>    [javac]             new CacheLoader<ICompilationUnit,
>>>>Collection<IASScope>>()
>>>>    [javac]                 ^
>>>>    [javac]
>>>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>>>\compiler\internal\scopes\ASProjectScope.java>:273: cannot find symbol
>>>>    [javac] symbol  : variable CacheBuilder
>>>>    [javac] location: class
>>>>org.apache.flex.compiler.internal.scopes.ASProjectScope
>>>>    [javac]         CacheBuilder.newBuilder()
>>>>    [javac]         ^
>>>>    [javac]
>>>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>>>\compiler\clients\problems\WorkspaceProblemFormatter.java>:100: cannot
>>>>find symbol
>>>>    [javac] symbol  : class CacheLoader
>>>>    [javac] location: class
>>>>org.apache.flex.compiler.clients.problems.WorkspaceProblemFormatter
>>>>    [javac]             new CacheLoader<String, FileLineInfo>()
>>>>    [javac]                 ^
>>>>    [javac]
>>>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>>>\compiler\clients\problems\WorkspaceProblemFormatter.java>:96: cannot
>>>>find symbol
>>>>    [javac] symbol  : variable CacheBuilder
>>>>    [javac] location: class
>>>>org.apache.flex.compiler.clients.problems.WorkspaceProblemFormatter
>>>>    [javac]         readers = CacheBuilder.newBuilder()
>>>>    [javac]                   ^
>>>>    [javac]
>>>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>>>\compiler\clients\problems\WorkspaceProblemFormatter.java>:260: cannot
>>>>find symbol
>>>>    [javac] symbol  : variable CacheBuilder
>>>>    [javac] location: class
>>>>org.apache.flex.compiler.clients.problems.WorkspaceProblemFormatter.FileLi
>>>>neInfo
>>>>    [javac]              cachedLines = CacheBuilder.newBuilder()
>>>>    [javac]                            ^
>>>>    [javac] 22 errors
>>>>
>>>>BUILD FAILED
>>>><https://builds.apache.org/job/flex-falcon/ws/build.xml>:34: The
>>>>following error occurred while executing this line:
>>>><https://builds.apache.org/job/flex-falcon/ws/compiler\build.xml>:548:
>>>>Compile failed; see the compiler error output for details.
>>>>
>>>>Total time: 12 seconds
>>>>Build step 'Invoke Ant' marked build as failure
>>>>Archiving artifacts
>>>>Recording test results
>>>
>>
>>
>>
>> --
>> Ix Multimedia Software
>>
>> Jan Luykenstraat 27
>> 3521 VB Utrecht
>>
>> T. 06-51952295
>> I. www.ixsoftware.nl
>
>
>
> --
> Ix Multimedia Software
>
> Jan Luykenstraat 27
> 3521 VB Utrecht
>
> T. 06-51952295
> I. www.ixsoftware.nl



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl

Re: Build failed in Jenkins: flex-falcon #194

Posted by Erik de Bruin <er...@ixsoftware.nl>.
Please note, the build machine (windows1) crashed this weekend, so all
Apache builds that depend on Windows (quite a lot, actually) are
backed up. So it may be a while before you see an "all is well again
with flex-falcon" message...

EdB



On Tue, Nov 5, 2013 at 6:35 PM, Erik de Bruin <er...@ixsoftware.nl> wrote:
> I've already changed the Jenkins job to always "ant wipe-all all".
>
> EdB
>
>
>
> On Tue, Nov 5, 2013 at 5:08 PM, Alex Harui <ah...@adobe.com> wrote:
>> Can someone with knowledge of the build system go an delete lib/guava*.*?
>>
>> Thanks,
>> -Alex
>>
>> On 11/5/13 6:46 AM, "Apache Jenkins Server" <je...@builds.apache.org>
>> wrote:
>>
>>>See <https://builds.apache.org/job/flex-falcon/194/changes>
>>>
>>>Changes:
>>>
>>>[gordonsmith] Falcon: Updated guava.jar to the current release, 15.0
>>>
>>>[erik] Fixed old TODO: handle parsing of 'rest' parameter.
>>>
>>>[erik] Removed an @Ignore and TODO, with documentation.
>>>
>>>[erik] Cleaned up some TODOs ;-)
>>>
>>>[erik] No longer needed, there is now a 'test case' example in the ASJS
>>>project.
>>>
>>>[erik] Build files now download latest version of Guava (15.0 at the time
>>>of writing) and Closure Compiler.
>>>
>>>[erik] Update tests with proper interface 'goog.require' statements
>>>
>>>[erik] Fetch and store all interface "imports" for use during the initial
>>>writing of the FlexJS classes
>>>
>>>[erik] Add missing 'instanceof' enumeration
>>>
>>>[erik] More changes to tests to match desired 'goog' JS output
>>>
>>>[erik] Added enumeration for the 'interfaces' array
>>>
>>>[erik] This is where all the magic happens ;-)
>>>
>>>------------------------------------------
>>>Started by timer
>>>Started by timer
>>>Started by an SCM change
>>>Started by an SCM change
>>>Building remotely on windows1 in workspace
>>><https://builds.apache.org/job/flex-falcon/ws/>
>>>Checkout:flex-falcon / <https://builds.apache.org/job/flex-falcon/ws/> -
>>>hudson.remoting.Channel@4aaf667f:windows1
>>>Using strategy: Default
>>>Last Built Revision: Revision 7297f41bd3a6fca342f5986e11798f5af275e82a
>>>(origin/develop)
>>>Fetching changes from 1 remote Git repository
>>>Fetching upstream changes from origin
>>>Commencing build of Revision 7020dcfaccf04007aa29a9e60dbf92fe0294f21b
>>>(origin/develop)
>>>Checking out Revision 7020dcfaccf04007aa29a9e60dbf92fe0294f21b
>>>(origin/develop)
>>>Deleting old artifacts from #192
>>>[flex-falcon] $ cmd.exe /C
>>>'"f:\hudson\hudson-slave\tools\hudson.tasks.Ant_AntInstallation\ant-1.8.2\
>>>bin\ant.bat -file jenkins.xml main && exit %%ERRORLEVEL%%"'
>>>Buildfile: <https://builds.apache.org/job/flex-falcon/ws/jenkins.xml>
>>>
>>>clean:
>>>   [delete] Deleting directory
>>><https://builds.apache.org/job/flex-falcon/ws/jenkins\temp>
>>>   [delete] Deleting directory
>>><https://builds.apache.org/job/flex-falcon/ws/jenkins\JFlex>
>>>
>>>init:
>>>    [mkdir] Created dir:
>>><https://builds.apache.org/job/flex-falcon/ws/jenkins\temp>
>>>    [mkdir] Created dir:
>>><https://builds.apache.org/job/flex-falcon/ws/jenkins\JFlex>
>>>
>>>jflex-download:
>>>     [echo] Be patient. This takes a few minutes...
>>>      [get] Getting: http://jflex.de/jflex-1.4.3.zip
>>>      [get] To:
>>><https://builds.apache.org/job/flex-falcon/ws/jenkins\temp\JFlex.zip>
>>>    [unzip] Expanding:
>>><https://builds.apache.org/job/flex-falcon/ws/jenkins\temp\JFlex.zip>
>>>into <https://builds.apache.org/job/flex-falcon/ws/jenkins\JFlex>
>>>
>>>main:
>>>
>>>BUILD SUCCESSFUL
>>>Total time: 4 seconds
>>>[flex-falcon] $ cmd.exe /C
>>>'"f:\hudson\hudson-slave\tools\hudson.tasks.Ant_AntInstallation\ant-1.8.2\
>>>bin\ant.bat -file build.xml all && exit %%ERRORLEVEL%%"'
>>>Buildfile: <https://builds.apache.org/job/flex-falcon/ws/build.xml>
>>>
>>>sdk:
>>>
>>>checkenv:
>>>     [echo] JFLEX_JAR is
>>><https://builds.apache.org/job/flex-falcon/ws/jenkins/JFlex/jflex-1.4.3/li
>>>b/JFlex.jar>
>>>
>>>download:
>>>
>>>prepare:
>>>
>>>antlr-jar-check:
>>>
>>>antlr-jar:
>>>
>>>commons-cli-jar-check:
>>>
>>>commons-cli-jar:
>>>
>>>commons-io-jar-check:
>>>
>>>commons-io-jar:
>>>
>>>commons-jars:
>>>
>>>guava-jar-check:
>>>
>>>guava-jar:
>>>
>>>jburg-jar-check:
>>>
>>>jburg-jar:
>>>
>>>lzma-jar-check:
>>>
>>>lzma-jar:
>>>
>>>main:
>>>
>>>setup:
>>>
>>>set.raw.as.tokenizer.uptodate:
>>>
>>>raw.as.tokenizer:
>>>
>>>set.raw.asdoc.tokenizer.uptodate:
>>>
>>>raw.asdoc.tokenizer:
>>>
>>>set.raw.mxml.tokenizer.uptodate:
>>>
>>>raw.mxml.tokenizer:
>>>
>>>jflex:
>>>
>>>annotate.class:
>>>
>>>set.as.parser.uptodate:
>>>
>>>as.parser:
>>>
>>>set.metadata.parser.uptodate:
>>>
>>>metadata.parser:
>>>
>>>set.css.lexer.and.parser.uptodate:
>>>
>>>css.lexer.and.parser:
>>>
>>>set.css.tree.uptodate:
>>>
>>>css.tree:
>>>
>>>antlr:
>>>
>>>node.adapter:
>>>
>>>unknown.tree.pattern.input.output:
>>>
>>>set.unknown.tree.handler.patterns.uptodate:
>>>
>>>unknown.tree.handler.patterns:
>>>
>>>set.cmc.emitter.uptodate:
>>>
>>>cmc.emitter:
>>>
>>>set.css.emitter.uptodate:
>>>
>>>css.emitter:
>>>
>>>jburg:
>>>
>>>set.flex.config.xml.available:
>>>
>>>copy.sdk:
>>>
>>>eclipse:
>>>
>>>src.depend:
>>>   [depend] Deleted 84 out of date files in 2 seconds
>>>
>>>compile:
>>>    [javac] Compiling 66 source files to
>>><https://builds.apache.org/job/flex-falcon/ws/compiler\generated\classes>
>>>    [javac]
>>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>>\compiler\internal\projects\CompilerProject.java>:66: package
>>>com.google.common.cache does not exist
>>>    [javac] import com.google.common.cache.CacheBuilder;
>>>    [javac]                               ^
>>>    [javac]
>>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>>\compiler\internal\projects\CompilerProject.java>:67: package
>>>com.google.common.cache does not exist
>>>    [javac] import com.google.common.cache.CacheLoader;
>>>    [javac]                               ^
>>>    [javac]
>>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>>\compiler\internal\projects\CompilerProject.java>:68: package
>>>com.google.common.cache does not exist
>>>    [javac] import com.google.common.cache.LoadingCache;
>>>    [javac]                               ^
>>>    [javac]
>>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>>\compiler\internal\scopes\ASProjectScope.java>:39: package
>>>com.google.common.cache does not exist
>>>    [javac] import com.google.common.cache.CacheBuilder;
>>>    [javac]                               ^
>>>    [javac]
>>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>>\compiler\internal\scopes\ASProjectScope.java>:40: package
>>>com.google.common.cache does not exist
>>>    [javac] import com.google.common.cache.CacheLoader;
>>>    [javac]                               ^
>>>    [javac]
>>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>>\compiler\internal\scopes\ASProjectScope.java>:41: package
>>>com.google.common.cache does not exist
>>>    [javac] import com.google.common.cache.LoadingCache;
>>>    [javac]                               ^
>>>    [javac]
>>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>>\compiler\internal\projects\CompilerProject.java>:114: cannot find symbol
>>>    [javac] symbol  : class LoadingCache
>>>    [javac] location: class
>>>org.apache.flex.compiler.internal.projects.CompilerProject
>>>    [javac]     private LoadingCache<ASScope, ASScopeCache> scopeCaches =
>>>CacheBuilder.newBuilder()
>>>    [javac]             ^
>>>    [javac]
>>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>>\compiler\internal\scopes\ASProjectScope.java>:272: cannot find symbol
>>>    [javac] symbol  : class LoadingCache
>>>    [javac] location: class
>>>org.apache.flex.compiler.internal.scopes.ASProjectScope
>>>    [javac]     private final LoadingCache<ICompilationUnit,
>>>Collection<IASScope>> compilationUnitToScopeList =
>>>    [javac]                   ^
>>>    [javac]
>>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>>\compiler\clients\problems\WorkspaceProblemFormatter.java>:34: package
>>>com.google.common.cache does not exist
>>>    [javac] import com.google.common.cache.Cache;
>>>    [javac]                               ^
>>>    [javac]
>>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>>\compiler\clients\problems\WorkspaceProblemFormatter.java>:35: package
>>>com.google.common.cache does not exist
>>>    [javac] import com.google.common.cache.CacheBuilder;
>>>    [javac]                               ^
>>>    [javac]
>>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>>\compiler\clients\problems\WorkspaceProblemFormatter.java>:36: package
>>>com.google.common.cache does not exist
>>>    [javac] import com.google.common.cache.CacheLoader;
>>>    [javac]                               ^
>>>    [javac]
>>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>>\compiler\clients\problems\WorkspaceProblemFormatter.java>:37: package
>>>com.google.common.cache does not exist
>>>    [javac] import com.google.common.cache.LoadingCache;
>>>    [javac]                               ^
>>>    [javac]
>>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>>\compiler\clients\problems\WorkspaceProblemFormatter.java>:64: cannot
>>>find symbol
>>>    [javac] symbol  : class LoadingCache
>>>    [javac] location: class
>>>org.apache.flex.compiler.clients.problems.WorkspaceProblemFormatter
>>>    [javac]     private final LoadingCache<String, FileLineInfo> readers;
>>>    [javac]                   ^
>>>    [javac]
>>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>>\compiler\clients\problems\WorkspaceProblemFormatter.java>:285: cannot
>>>find symbol
>>>    [javac] symbol  : class Cache
>>>    [javac] location: class
>>>org.apache.flex.compiler.clients.problems.WorkspaceProblemFormatter.FileLi
>>>neInfo
>>>    [javac]          final Cache<Integer, String> cachedLines;
>>>    [javac]                ^
>>>    [javac]
>>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>>\compiler\internal\projects\CompilerProject.java>:93: cannot find symbol
>>>    [javac] symbol  : class CacheLoader
>>>    [javac] location: class
>>>org.apache.flex.compiler.internal.projects.CompilerProject
>>>    [javac]     static class ScopeCacheLoader extends
>>>CacheLoader<ASScope, ASScopeCache>
>>>    [javac]                                           ^
>>>    [javac]
>>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>>\compiler\internal\projects\CompilerProject.java>:100: method does not
>>>override or implement a method from a supertype
>>>    [javac]         @Override
>>>    [javac]         ^
>>>    [javac]
>>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>>\compiler\internal\projects\CompilerProject.java>:114: cannot find symbol
>>>    [javac] symbol  : variable CacheBuilder
>>>    [javac] location: class
>>>org.apache.flex.compiler.internal.projects.CompilerProject
>>>    [javac]     private LoadingCache<ASScope, ASScopeCache> scopeCaches =
>>>CacheBuilder.newBuilder()
>>>    [javac]
>>>^
>>>    [javac]
>>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>>\compiler\internal\scopes\ASProjectScope.java>:276: cannot find symbol
>>>    [javac] symbol  : class CacheLoader
>>>    [javac] location: class
>>>org.apache.flex.compiler.internal.scopes.ASProjectScope
>>>    [javac]             new CacheLoader<ICompilationUnit,
>>>Collection<IASScope>>()
>>>    [javac]                 ^
>>>    [javac]
>>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>>\compiler\internal\scopes\ASProjectScope.java>:273: cannot find symbol
>>>    [javac] symbol  : variable CacheBuilder
>>>    [javac] location: class
>>>org.apache.flex.compiler.internal.scopes.ASProjectScope
>>>    [javac]         CacheBuilder.newBuilder()
>>>    [javac]         ^
>>>    [javac]
>>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>>\compiler\clients\problems\WorkspaceProblemFormatter.java>:100: cannot
>>>find symbol
>>>    [javac] symbol  : class CacheLoader
>>>    [javac] location: class
>>>org.apache.flex.compiler.clients.problems.WorkspaceProblemFormatter
>>>    [javac]             new CacheLoader<String, FileLineInfo>()
>>>    [javac]                 ^
>>>    [javac]
>>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>>\compiler\clients\problems\WorkspaceProblemFormatter.java>:96: cannot
>>>find symbol
>>>    [javac] symbol  : variable CacheBuilder
>>>    [javac] location: class
>>>org.apache.flex.compiler.clients.problems.WorkspaceProblemFormatter
>>>    [javac]         readers = CacheBuilder.newBuilder()
>>>    [javac]                   ^
>>>    [javac]
>>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>>\compiler\clients\problems\WorkspaceProblemFormatter.java>:260: cannot
>>>find symbol
>>>    [javac] symbol  : variable CacheBuilder
>>>    [javac] location: class
>>>org.apache.flex.compiler.clients.problems.WorkspaceProblemFormatter.FileLi
>>>neInfo
>>>    [javac]              cachedLines = CacheBuilder.newBuilder()
>>>    [javac]                            ^
>>>    [javac] 22 errors
>>>
>>>BUILD FAILED
>>><https://builds.apache.org/job/flex-falcon/ws/build.xml>:34: The
>>>following error occurred while executing this line:
>>><https://builds.apache.org/job/flex-falcon/ws/compiler\build.xml>:548:
>>>Compile failed; see the compiler error output for details.
>>>
>>>Total time: 12 seconds
>>>Build step 'Invoke Ant' marked build as failure
>>>Archiving artifacts
>>>Recording test results
>>
>
>
>
> --
> Ix Multimedia Software
>
> Jan Luykenstraat 27
> 3521 VB Utrecht
>
> T. 06-51952295
> I. www.ixsoftware.nl



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl

Re: Build failed in Jenkins: flex-falcon #194

Posted by Erik de Bruin <er...@ixsoftware.nl>.
I've already changed the Jenkins job to always "ant wipe-all all".

EdB



On Tue, Nov 5, 2013 at 5:08 PM, Alex Harui <ah...@adobe.com> wrote:
> Can someone with knowledge of the build system go an delete lib/guava*.*?
>
> Thanks,
> -Alex
>
> On 11/5/13 6:46 AM, "Apache Jenkins Server" <je...@builds.apache.org>
> wrote:
>
>>See <https://builds.apache.org/job/flex-falcon/194/changes>
>>
>>Changes:
>>
>>[gordonsmith] Falcon: Updated guava.jar to the current release, 15.0
>>
>>[erik] Fixed old TODO: handle parsing of 'rest' parameter.
>>
>>[erik] Removed an @Ignore and TODO, with documentation.
>>
>>[erik] Cleaned up some TODOs ;-)
>>
>>[erik] No longer needed, there is now a 'test case' example in the ASJS
>>project.
>>
>>[erik] Build files now download latest version of Guava (15.0 at the time
>>of writing) and Closure Compiler.
>>
>>[erik] Update tests with proper interface 'goog.require' statements
>>
>>[erik] Fetch and store all interface "imports" for use during the initial
>>writing of the FlexJS classes
>>
>>[erik] Add missing 'instanceof' enumeration
>>
>>[erik] More changes to tests to match desired 'goog' JS output
>>
>>[erik] Added enumeration for the 'interfaces' array
>>
>>[erik] This is where all the magic happens ;-)
>>
>>------------------------------------------
>>Started by timer
>>Started by timer
>>Started by an SCM change
>>Started by an SCM change
>>Building remotely on windows1 in workspace
>><https://builds.apache.org/job/flex-falcon/ws/>
>>Checkout:flex-falcon / <https://builds.apache.org/job/flex-falcon/ws/> -
>>hudson.remoting.Channel@4aaf667f:windows1
>>Using strategy: Default
>>Last Built Revision: Revision 7297f41bd3a6fca342f5986e11798f5af275e82a
>>(origin/develop)
>>Fetching changes from 1 remote Git repository
>>Fetching upstream changes from origin
>>Commencing build of Revision 7020dcfaccf04007aa29a9e60dbf92fe0294f21b
>>(origin/develop)
>>Checking out Revision 7020dcfaccf04007aa29a9e60dbf92fe0294f21b
>>(origin/develop)
>>Deleting old artifacts from #192
>>[flex-falcon] $ cmd.exe /C
>>'"f:\hudson\hudson-slave\tools\hudson.tasks.Ant_AntInstallation\ant-1.8.2\
>>bin\ant.bat -file jenkins.xml main && exit %%ERRORLEVEL%%"'
>>Buildfile: <https://builds.apache.org/job/flex-falcon/ws/jenkins.xml>
>>
>>clean:
>>   [delete] Deleting directory
>><https://builds.apache.org/job/flex-falcon/ws/jenkins\temp>
>>   [delete] Deleting directory
>><https://builds.apache.org/job/flex-falcon/ws/jenkins\JFlex>
>>
>>init:
>>    [mkdir] Created dir:
>><https://builds.apache.org/job/flex-falcon/ws/jenkins\temp>
>>    [mkdir] Created dir:
>><https://builds.apache.org/job/flex-falcon/ws/jenkins\JFlex>
>>
>>jflex-download:
>>     [echo] Be patient. This takes a few minutes...
>>      [get] Getting: http://jflex.de/jflex-1.4.3.zip
>>      [get] To:
>><https://builds.apache.org/job/flex-falcon/ws/jenkins\temp\JFlex.zip>
>>    [unzip] Expanding:
>><https://builds.apache.org/job/flex-falcon/ws/jenkins\temp\JFlex.zip>
>>into <https://builds.apache.org/job/flex-falcon/ws/jenkins\JFlex>
>>
>>main:
>>
>>BUILD SUCCESSFUL
>>Total time: 4 seconds
>>[flex-falcon] $ cmd.exe /C
>>'"f:\hudson\hudson-slave\tools\hudson.tasks.Ant_AntInstallation\ant-1.8.2\
>>bin\ant.bat -file build.xml all && exit %%ERRORLEVEL%%"'
>>Buildfile: <https://builds.apache.org/job/flex-falcon/ws/build.xml>
>>
>>sdk:
>>
>>checkenv:
>>     [echo] JFLEX_JAR is
>><https://builds.apache.org/job/flex-falcon/ws/jenkins/JFlex/jflex-1.4.3/li
>>b/JFlex.jar>
>>
>>download:
>>
>>prepare:
>>
>>antlr-jar-check:
>>
>>antlr-jar:
>>
>>commons-cli-jar-check:
>>
>>commons-cli-jar:
>>
>>commons-io-jar-check:
>>
>>commons-io-jar:
>>
>>commons-jars:
>>
>>guava-jar-check:
>>
>>guava-jar:
>>
>>jburg-jar-check:
>>
>>jburg-jar:
>>
>>lzma-jar-check:
>>
>>lzma-jar:
>>
>>main:
>>
>>setup:
>>
>>set.raw.as.tokenizer.uptodate:
>>
>>raw.as.tokenizer:
>>
>>set.raw.asdoc.tokenizer.uptodate:
>>
>>raw.asdoc.tokenizer:
>>
>>set.raw.mxml.tokenizer.uptodate:
>>
>>raw.mxml.tokenizer:
>>
>>jflex:
>>
>>annotate.class:
>>
>>set.as.parser.uptodate:
>>
>>as.parser:
>>
>>set.metadata.parser.uptodate:
>>
>>metadata.parser:
>>
>>set.css.lexer.and.parser.uptodate:
>>
>>css.lexer.and.parser:
>>
>>set.css.tree.uptodate:
>>
>>css.tree:
>>
>>antlr:
>>
>>node.adapter:
>>
>>unknown.tree.pattern.input.output:
>>
>>set.unknown.tree.handler.patterns.uptodate:
>>
>>unknown.tree.handler.patterns:
>>
>>set.cmc.emitter.uptodate:
>>
>>cmc.emitter:
>>
>>set.css.emitter.uptodate:
>>
>>css.emitter:
>>
>>jburg:
>>
>>set.flex.config.xml.available:
>>
>>copy.sdk:
>>
>>eclipse:
>>
>>src.depend:
>>   [depend] Deleted 84 out of date files in 2 seconds
>>
>>compile:
>>    [javac] Compiling 66 source files to
>><https://builds.apache.org/job/flex-falcon/ws/compiler\generated\classes>
>>    [javac]
>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>\compiler\internal\projects\CompilerProject.java>:66: package
>>com.google.common.cache does not exist
>>    [javac] import com.google.common.cache.CacheBuilder;
>>    [javac]                               ^
>>    [javac]
>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>\compiler\internal\projects\CompilerProject.java>:67: package
>>com.google.common.cache does not exist
>>    [javac] import com.google.common.cache.CacheLoader;
>>    [javac]                               ^
>>    [javac]
>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>\compiler\internal\projects\CompilerProject.java>:68: package
>>com.google.common.cache does not exist
>>    [javac] import com.google.common.cache.LoadingCache;
>>    [javac]                               ^
>>    [javac]
>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>\compiler\internal\scopes\ASProjectScope.java>:39: package
>>com.google.common.cache does not exist
>>    [javac] import com.google.common.cache.CacheBuilder;
>>    [javac]                               ^
>>    [javac]
>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>\compiler\internal\scopes\ASProjectScope.java>:40: package
>>com.google.common.cache does not exist
>>    [javac] import com.google.common.cache.CacheLoader;
>>    [javac]                               ^
>>    [javac]
>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>\compiler\internal\scopes\ASProjectScope.java>:41: package
>>com.google.common.cache does not exist
>>    [javac] import com.google.common.cache.LoadingCache;
>>    [javac]                               ^
>>    [javac]
>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>\compiler\internal\projects\CompilerProject.java>:114: cannot find symbol
>>    [javac] symbol  : class LoadingCache
>>    [javac] location: class
>>org.apache.flex.compiler.internal.projects.CompilerProject
>>    [javac]     private LoadingCache<ASScope, ASScopeCache> scopeCaches =
>>CacheBuilder.newBuilder()
>>    [javac]             ^
>>    [javac]
>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>\compiler\internal\scopes\ASProjectScope.java>:272: cannot find symbol
>>    [javac] symbol  : class LoadingCache
>>    [javac] location: class
>>org.apache.flex.compiler.internal.scopes.ASProjectScope
>>    [javac]     private final LoadingCache<ICompilationUnit,
>>Collection<IASScope>> compilationUnitToScopeList =
>>    [javac]                   ^
>>    [javac]
>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>\compiler\clients\problems\WorkspaceProblemFormatter.java>:34: package
>>com.google.common.cache does not exist
>>    [javac] import com.google.common.cache.Cache;
>>    [javac]                               ^
>>    [javac]
>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>\compiler\clients\problems\WorkspaceProblemFormatter.java>:35: package
>>com.google.common.cache does not exist
>>    [javac] import com.google.common.cache.CacheBuilder;
>>    [javac]                               ^
>>    [javac]
>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>\compiler\clients\problems\WorkspaceProblemFormatter.java>:36: package
>>com.google.common.cache does not exist
>>    [javac] import com.google.common.cache.CacheLoader;
>>    [javac]                               ^
>>    [javac]
>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>\compiler\clients\problems\WorkspaceProblemFormatter.java>:37: package
>>com.google.common.cache does not exist
>>    [javac] import com.google.common.cache.LoadingCache;
>>    [javac]                               ^
>>    [javac]
>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>\compiler\clients\problems\WorkspaceProblemFormatter.java>:64: cannot
>>find symbol
>>    [javac] symbol  : class LoadingCache
>>    [javac] location: class
>>org.apache.flex.compiler.clients.problems.WorkspaceProblemFormatter
>>    [javac]     private final LoadingCache<String, FileLineInfo> readers;
>>    [javac]                   ^
>>    [javac]
>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>\compiler\clients\problems\WorkspaceProblemFormatter.java>:285: cannot
>>find symbol
>>    [javac] symbol  : class Cache
>>    [javac] location: class
>>org.apache.flex.compiler.clients.problems.WorkspaceProblemFormatter.FileLi
>>neInfo
>>    [javac]          final Cache<Integer, String> cachedLines;
>>    [javac]                ^
>>    [javac]
>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>\compiler\internal\projects\CompilerProject.java>:93: cannot find symbol
>>    [javac] symbol  : class CacheLoader
>>    [javac] location: class
>>org.apache.flex.compiler.internal.projects.CompilerProject
>>    [javac]     static class ScopeCacheLoader extends
>>CacheLoader<ASScope, ASScopeCache>
>>    [javac]                                           ^
>>    [javac]
>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>\compiler\internal\projects\CompilerProject.java>:100: method does not
>>override or implement a method from a supertype
>>    [javac]         @Override
>>    [javac]         ^
>>    [javac]
>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>\compiler\internal\projects\CompilerProject.java>:114: cannot find symbol
>>    [javac] symbol  : variable CacheBuilder
>>    [javac] location: class
>>org.apache.flex.compiler.internal.projects.CompilerProject
>>    [javac]     private LoadingCache<ASScope, ASScopeCache> scopeCaches =
>>CacheBuilder.newBuilder()
>>    [javac]
>>^
>>    [javac]
>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>\compiler\internal\scopes\ASProjectScope.java>:276: cannot find symbol
>>    [javac] symbol  : class CacheLoader
>>    [javac] location: class
>>org.apache.flex.compiler.internal.scopes.ASProjectScope
>>    [javac]             new CacheLoader<ICompilationUnit,
>>Collection<IASScope>>()
>>    [javac]                 ^
>>    [javac]
>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>\compiler\internal\scopes\ASProjectScope.java>:273: cannot find symbol
>>    [javac] symbol  : variable CacheBuilder
>>    [javac] location: class
>>org.apache.flex.compiler.internal.scopes.ASProjectScope
>>    [javac]         CacheBuilder.newBuilder()
>>    [javac]         ^
>>    [javac]
>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>\compiler\clients\problems\WorkspaceProblemFormatter.java>:100: cannot
>>find symbol
>>    [javac] symbol  : class CacheLoader
>>    [javac] location: class
>>org.apache.flex.compiler.clients.problems.WorkspaceProblemFormatter
>>    [javac]             new CacheLoader<String, FileLineInfo>()
>>    [javac]                 ^
>>    [javac]
>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>\compiler\clients\problems\WorkspaceProblemFormatter.java>:96: cannot
>>find symbol
>>    [javac] symbol  : variable CacheBuilder
>>    [javac] location: class
>>org.apache.flex.compiler.clients.problems.WorkspaceProblemFormatter
>>    [javac]         readers = CacheBuilder.newBuilder()
>>    [javac]                   ^
>>    [javac]
>><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>>\compiler\clients\problems\WorkspaceProblemFormatter.java>:260: cannot
>>find symbol
>>    [javac] symbol  : variable CacheBuilder
>>    [javac] location: class
>>org.apache.flex.compiler.clients.problems.WorkspaceProblemFormatter.FileLi
>>neInfo
>>    [javac]              cachedLines = CacheBuilder.newBuilder()
>>    [javac]                            ^
>>    [javac] 22 errors
>>
>>BUILD FAILED
>><https://builds.apache.org/job/flex-falcon/ws/build.xml>:34: The
>>following error occurred while executing this line:
>><https://builds.apache.org/job/flex-falcon/ws/compiler\build.xml>:548:
>>Compile failed; see the compiler error output for details.
>>
>>Total time: 12 seconds
>>Build step 'Invoke Ant' marked build as failure
>>Archiving artifacts
>>Recording test results
>



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl

Re: Build failed in Jenkins: flex-falcon #194

Posted by Alex Harui <ah...@adobe.com>.
Can someone with knowledge of the build system go an delete lib/guava*.*?

Thanks,
-Alex

On 11/5/13 6:46 AM, "Apache Jenkins Server" <je...@builds.apache.org>
wrote:

>See <https://builds.apache.org/job/flex-falcon/194/changes>
>
>Changes:
>
>[gordonsmith] Falcon: Updated guava.jar to the current release, 15.0
>
>[erik] Fixed old TODO: handle parsing of 'rest' parameter.
>
>[erik] Removed an @Ignore and TODO, with documentation.
>
>[erik] Cleaned up some TODOs ;-)
>
>[erik] No longer needed, there is now a 'test case' example in the ASJS
>project.
>
>[erik] Build files now download latest version of Guava (15.0 at the time
>of writing) and Closure Compiler.
>
>[erik] Update tests with proper interface 'goog.require' statements
>
>[erik] Fetch and store all interface "imports" for use during the initial
>writing of the FlexJS classes
>
>[erik] Add missing 'instanceof' enumeration
>
>[erik] More changes to tests to match desired 'goog' JS output
>
>[erik] Added enumeration for the 'interfaces' array
>
>[erik] This is where all the magic happens ;-)
>
>------------------------------------------
>Started by timer
>Started by timer
>Started by an SCM change
>Started by an SCM change
>Building remotely on windows1 in workspace
><https://builds.apache.org/job/flex-falcon/ws/>
>Checkout:flex-falcon / <https://builds.apache.org/job/flex-falcon/ws/> -
>hudson.remoting.Channel@4aaf667f:windows1
>Using strategy: Default
>Last Built Revision: Revision 7297f41bd3a6fca342f5986e11798f5af275e82a
>(origin/develop)
>Fetching changes from 1 remote Git repository
>Fetching upstream changes from origin
>Commencing build of Revision 7020dcfaccf04007aa29a9e60dbf92fe0294f21b
>(origin/develop)
>Checking out Revision 7020dcfaccf04007aa29a9e60dbf92fe0294f21b
>(origin/develop)
>Deleting old artifacts from #192
>[flex-falcon] $ cmd.exe /C
>'"f:\hudson\hudson-slave\tools\hudson.tasks.Ant_AntInstallation\ant-1.8.2\
>bin\ant.bat -file jenkins.xml main && exit %%ERRORLEVEL%%"'
>Buildfile: <https://builds.apache.org/job/flex-falcon/ws/jenkins.xml>
>
>clean:
>   [delete] Deleting directory
><https://builds.apache.org/job/flex-falcon/ws/jenkins\temp>
>   [delete] Deleting directory
><https://builds.apache.org/job/flex-falcon/ws/jenkins\JFlex>
>
>init:
>    [mkdir] Created dir:
><https://builds.apache.org/job/flex-falcon/ws/jenkins\temp>
>    [mkdir] Created dir:
><https://builds.apache.org/job/flex-falcon/ws/jenkins\JFlex>
>
>jflex-download:
>     [echo] Be patient. This takes a few minutes...
>      [get] Getting: http://jflex.de/jflex-1.4.3.zip
>      [get] To: 
><https://builds.apache.org/job/flex-falcon/ws/jenkins\temp\JFlex.zip>
>    [unzip] Expanding:
><https://builds.apache.org/job/flex-falcon/ws/jenkins\temp\JFlex.zip>
>into <https://builds.apache.org/job/flex-falcon/ws/jenkins\JFlex>
>
>main:
>
>BUILD SUCCESSFUL
>Total time: 4 seconds
>[flex-falcon] $ cmd.exe /C
>'"f:\hudson\hudson-slave\tools\hudson.tasks.Ant_AntInstallation\ant-1.8.2\
>bin\ant.bat -file build.xml all && exit %%ERRORLEVEL%%"'
>Buildfile: <https://builds.apache.org/job/flex-falcon/ws/build.xml>
>
>sdk:
>
>checkenv:
>     [echo] JFLEX_JAR is
><https://builds.apache.org/job/flex-falcon/ws/jenkins/JFlex/jflex-1.4.3/li
>b/JFlex.jar>
>
>download:
>
>prepare:
>
>antlr-jar-check:
>
>antlr-jar:
>
>commons-cli-jar-check:
>
>commons-cli-jar:
>
>commons-io-jar-check:
>
>commons-io-jar:
>
>commons-jars:
>
>guava-jar-check:
>
>guava-jar:
>
>jburg-jar-check:
>
>jburg-jar:
>
>lzma-jar-check:
>
>lzma-jar:
>
>main:
>
>setup:
>
>set.raw.as.tokenizer.uptodate:
>
>raw.as.tokenizer:
>
>set.raw.asdoc.tokenizer.uptodate:
>
>raw.asdoc.tokenizer:
>
>set.raw.mxml.tokenizer.uptodate:
>
>raw.mxml.tokenizer:
>
>jflex:
>
>annotate.class:
>
>set.as.parser.uptodate:
>
>as.parser:
>
>set.metadata.parser.uptodate:
>
>metadata.parser:
>
>set.css.lexer.and.parser.uptodate:
>
>css.lexer.and.parser:
>
>set.css.tree.uptodate:
>
>css.tree:
>
>antlr:
>
>node.adapter:
>
>unknown.tree.pattern.input.output:
>
>set.unknown.tree.handler.patterns.uptodate:
>
>unknown.tree.handler.patterns:
>
>set.cmc.emitter.uptodate:
>
>cmc.emitter:
>
>set.css.emitter.uptodate:
>
>css.emitter:
>
>jburg:
>
>set.flex.config.xml.available:
>
>copy.sdk:
>
>eclipse:
>
>src.depend:
>   [depend] Deleted 84 out of date files in 2 seconds
>
>compile:
>    [javac] Compiling 66 source files to
><https://builds.apache.org/job/flex-falcon/ws/compiler\generated\classes>
>    [javac] 
><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>\compiler\internal\projects\CompilerProject.java>:66: package
>com.google.common.cache does not exist
>    [javac] import com.google.common.cache.CacheBuilder;
>    [javac]                               ^
>    [javac] 
><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>\compiler\internal\projects\CompilerProject.java>:67: package
>com.google.common.cache does not exist
>    [javac] import com.google.common.cache.CacheLoader;
>    [javac]                               ^
>    [javac] 
><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>\compiler\internal\projects\CompilerProject.java>:68: package
>com.google.common.cache does not exist
>    [javac] import com.google.common.cache.LoadingCache;
>    [javac]                               ^
>    [javac] 
><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>\compiler\internal\scopes\ASProjectScope.java>:39: package
>com.google.common.cache does not exist
>    [javac] import com.google.common.cache.CacheBuilder;
>    [javac]                               ^
>    [javac] 
><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>\compiler\internal\scopes\ASProjectScope.java>:40: package
>com.google.common.cache does not exist
>    [javac] import com.google.common.cache.CacheLoader;
>    [javac]                               ^
>    [javac] 
><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>\compiler\internal\scopes\ASProjectScope.java>:41: package
>com.google.common.cache does not exist
>    [javac] import com.google.common.cache.LoadingCache;
>    [javac]                               ^
>    [javac] 
><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>\compiler\internal\projects\CompilerProject.java>:114: cannot find symbol
>    [javac] symbol  : class LoadingCache
>    [javac] location: class
>org.apache.flex.compiler.internal.projects.CompilerProject
>    [javac]     private LoadingCache<ASScope, ASScopeCache> scopeCaches =
>CacheBuilder.newBuilder()
>    [javac]             ^
>    [javac] 
><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>\compiler\internal\scopes\ASProjectScope.java>:272: cannot find symbol
>    [javac] symbol  : class LoadingCache
>    [javac] location: class
>org.apache.flex.compiler.internal.scopes.ASProjectScope
>    [javac]     private final LoadingCache<ICompilationUnit,
>Collection<IASScope>> compilationUnitToScopeList =
>    [javac]                   ^
>    [javac] 
><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>\compiler\clients\problems\WorkspaceProblemFormatter.java>:34: package
>com.google.common.cache does not exist
>    [javac] import com.google.common.cache.Cache;
>    [javac]                               ^
>    [javac] 
><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>\compiler\clients\problems\WorkspaceProblemFormatter.java>:35: package
>com.google.common.cache does not exist
>    [javac] import com.google.common.cache.CacheBuilder;
>    [javac]                               ^
>    [javac] 
><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>\compiler\clients\problems\WorkspaceProblemFormatter.java>:36: package
>com.google.common.cache does not exist
>    [javac] import com.google.common.cache.CacheLoader;
>    [javac]                               ^
>    [javac] 
><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>\compiler\clients\problems\WorkspaceProblemFormatter.java>:37: package
>com.google.common.cache does not exist
>    [javac] import com.google.common.cache.LoadingCache;
>    [javac]                               ^
>    [javac] 
><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>\compiler\clients\problems\WorkspaceProblemFormatter.java>:64: cannot
>find symbol
>    [javac] symbol  : class LoadingCache
>    [javac] location: class
>org.apache.flex.compiler.clients.problems.WorkspaceProblemFormatter
>    [javac]     private final LoadingCache<String, FileLineInfo> readers;
>    [javac]                   ^
>    [javac] 
><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>\compiler\clients\problems\WorkspaceProblemFormatter.java>:285: cannot
>find symbol
>    [javac] symbol  : class Cache
>    [javac] location: class
>org.apache.flex.compiler.clients.problems.WorkspaceProblemFormatter.FileLi
>neInfo
>    [javac]          final Cache<Integer, String> cachedLines;
>    [javac]                ^
>    [javac] 
><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>\compiler\internal\projects\CompilerProject.java>:93: cannot find symbol
>    [javac] symbol  : class CacheLoader
>    [javac] location: class
>org.apache.flex.compiler.internal.projects.CompilerProject
>    [javac]     static class ScopeCacheLoader extends
>CacheLoader<ASScope, ASScopeCache>
>    [javac]                                           ^
>    [javac] 
><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>\compiler\internal\projects\CompilerProject.java>:100: method does not
>override or implement a method from a supertype
>    [javac]         @Override
>    [javac]         ^
>    [javac] 
><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>\compiler\internal\projects\CompilerProject.java>:114: cannot find symbol
>    [javac] symbol  : variable CacheBuilder
>    [javac] location: class
>org.apache.flex.compiler.internal.projects.CompilerProject
>    [javac]     private LoadingCache<ASScope, ASScopeCache> scopeCaches =
>CacheBuilder.newBuilder()
>    [javac]       
>^
>    [javac] 
><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>\compiler\internal\scopes\ASProjectScope.java>:276: cannot find symbol
>    [javac] symbol  : class CacheLoader
>    [javac] location: class
>org.apache.flex.compiler.internal.scopes.ASProjectScope
>    [javac]             new CacheLoader<ICompilationUnit,
>Collection<IASScope>>()
>    [javac]                 ^
>    [javac] 
><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>\compiler\internal\scopes\ASProjectScope.java>:273: cannot find symbol
>    [javac] symbol  : variable CacheBuilder
>    [javac] location: class
>org.apache.flex.compiler.internal.scopes.ASProjectScope
>    [javac]         CacheBuilder.newBuilder()
>    [javac]         ^
>    [javac] 
><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>\compiler\clients\problems\WorkspaceProblemFormatter.java>:100: cannot
>find symbol
>    [javac] symbol  : class CacheLoader
>    [javac] location: class
>org.apache.flex.compiler.clients.problems.WorkspaceProblemFormatter
>    [javac]             new CacheLoader<String, FileLineInfo>()
>    [javac]                 ^
>    [javac] 
><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>\compiler\clients\problems\WorkspaceProblemFormatter.java>:96: cannot
>find symbol
>    [javac] symbol  : variable CacheBuilder
>    [javac] location: class
>org.apache.flex.compiler.clients.problems.WorkspaceProblemFormatter
>    [javac]         readers = CacheBuilder.newBuilder()
>    [javac]                   ^
>    [javac] 
><https://builds.apache.org/job/flex-falcon/ws/compiler\src\org\apache\flex
>\compiler\clients\problems\WorkspaceProblemFormatter.java>:260: cannot
>find symbol
>    [javac] symbol  : variable CacheBuilder
>    [javac] location: class
>org.apache.flex.compiler.clients.problems.WorkspaceProblemFormatter.FileLi
>neInfo
>    [javac]              cachedLines = CacheBuilder.newBuilder()
>    [javac]                            ^
>    [javac] 22 errors
>
>BUILD FAILED
><https://builds.apache.org/job/flex-falcon/ws/build.xml>:34: The
>following error occurred while executing this line:
><https://builds.apache.org/job/flex-falcon/ws/compiler\build.xml>:548:
>Compile failed; see the compiler error output for details.
>
>Total time: 12 seconds
>Build step 'Invoke Ant' marked build as failure
>Archiving artifacts
>Recording test results