You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by fl...@gmail.com on 2014/09/09 07:11:58 UTC

Jenkins build is still unstable: flex-falcon #155

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


Jenkins build is still unstable: flex-falcon #162

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


Jenkins build is still unstable: flex-falcon #161

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


Jenkins build is still unstable: flex-falcon #160

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


Jenkins build is unstable: flex-falcon #159

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


Build failed in Jenkins: flex-falcon #158

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

------------------------------------------
[...truncated 563 lines...]
    [javac]                                      ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:98: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .create("api");
    [javac]                                      ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:103: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .hasArg()
    [javac]                                      ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:104: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .withDescription("emit bytecode for a target virtual machine version, 1 is AVM1, 2 is AVM2")
    [javac]                                      ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:105: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .create("avmtarget");
    [javac]                                      ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:110: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                         .hasArgs(2)
    [javac]                                         ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:111: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                         .withValueSeparator('=')
    [javac]                                         ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:112: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                         .withDescription("define a configuration value in the namespace ns")
    [javac]                                         ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:113: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                         .create("config");
    [javac]                                         ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:118: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .hasArg()
    [javac]                                      ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:119: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .withDescription("emit an exe file (projector)")
    [javac]                                      ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:120: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .create("exe");
    [javac]                                      ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:125: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                          .hasArg()
    [javac]                                          ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:126: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                          .withDescription("include the specified source file")
    [javac]                                          ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:127: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                          .create("in");
    [javac]                                          ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:132: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                         .hasArg()
    [javac]                                         ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:133: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                         .withDescription("make the packages in the abc file available for import")
    [javac]                                         ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:134: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                         .create("import");
    [javac]                                         ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:139: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                       .hasArg()
    [javac]                                       ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:140: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                       .withDescription("set the language for output strings {EN|FR|DE|IT|ES|JP|KR|CN|TW}")
    [javac]                                       ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:141: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                       .create("language");
    [javac]                                       ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:146: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .hasArg()
    [javac]                                           ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:147: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .withDescription("import a swc library")
    [javac]                                           ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:148: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .withLongOpt("library")
    [javac]                                           ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:149: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .create("li"));
    [javac]                                           ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:153: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .hasArg()
    [javac]                                           ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:154: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .withDescription("import a swc as external library")
    [javac]                                           ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:155: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .withLongOpt("libraryext")
    [javac]                                           ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:156: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                           .create("le"));
    [javac]                                           ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:160: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .hasArgs()
    [javac]                                     ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:161: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .withDescription("optimizer configuration")
    [javac]                                     ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:162: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .withLongOpt("O2")
    [javac]                                     ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:163: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .create("o2");
    [javac]                                     ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:168: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .hasArg()
    [javac]                                     ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:169: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .withDescription("Change the directory of the output files")
    [javac]                                     ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:170: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .create("outdir");
    [javac]                                     ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:175: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .hasArg()
    [javac]                                     ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:176: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .withDescription("Change the basename of the output file")
    [javac]                                     ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:177: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                     .create("out");
    [javac]                                     ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:185: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .hasArg()
    [javac]                                      ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:186: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .withValueSeparator(',')
    [javac]                                      ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:187: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .withDescription("emit a SWF file")
    [javac]                                      ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:188: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .create("swf");
    [javac]                                      ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:193: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .hasArg()
    [javac]                                      ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:194: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .withDescription("automatically use a namespace when compiling this code")
    [javac]                                      ^
    [javac] <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:195: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]                                      .create("use");
    [javac]                                      ^
    [javac] 54 warnings
     [copy] Copying 4 files to <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/generated/classes>

problem.localizer:
    [javac] Compiling 1 source file to <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/generated/classes>
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [javac] 1 warning

set.messages.en.uptodate:

localization:

version-info:

set.compiler.jar.uptodate:

compiler.jar:
    [mkdir] Created dir: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/generated/dist/sdk/lib>
      [jar] Building jar: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/generated/dist/sdk/lib/compiler.jar>

set.falcon.asc.jar.uptodate:

falcon.asc.jar:
      [jar] Building MANIFEST-only jar: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/generated/dist/sdk/lib/falcon-asc.jar>

set.falcon.mxmlc.jar.uptodate:

falcon.mxmlc.jar:
      [jar] Building MANIFEST-only jar: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/generated/dist/sdk/lib/falcon-mxmlc.jar>

set.falcon.compc.jar.uptodate:

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

set.falcon.optimizer.jar.uptodate:

falcon.optimizer.jar:
      [jar] Building MANIFEST-only jar: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/generated/dist/sdk/lib/falcon-optimizer.jar>

set.falcon.swfdump.jar.uptodate:

falcon.swfdump.jar:
      [jar] Building MANIFEST-only jar: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/generated/dist/sdk/lib/falcon-swfdump.jar>

set.falcon.flextasks.jar.uptodate:

falcon.flextasks.jar:
      [jar] Building jar: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/generated/dist/sdk/lib/falcon-flexTasks.jar>

jar:

dist-dev:
     [copy] Copying 14 files to <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/generated/dist/sdk/lib/external>
     [copy] Copying 1 file to <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/generated/dist/sdk/ant/lib>
     [copy] Copying 14 files to <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/generated/dist/sdk/bin>

sdk:

compiler.jx:

prebuild:
    [mkdir] Created dir: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx/build/classes>
    [mkdir] Created dir: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx/lib/google/closure-compiler>

prepare:
     [echo] Making lib directory <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx/lib>

all:

check-dependency:

download-dependency:

echo-project-jar:
      [get] Getting: http://www.apache.org/licenses/LICENSE-2.0
      [get] To: <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx/lib/args4j-LICENSE.txt>
      [get] Error getting http://www.apache.org/licenses/LICENSE-2.0 to <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx/lib/args4j-LICENSE.txt>

BUILD FAILED
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/build.xml>:90: The following error occurred while executing this line:
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx/build.xml>:80: The following error occurred while executing this line:
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx/downloads.xml>:71: The following error occurred while executing this line:
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx/downloads.xml>:179: java.net.ConnectException: Connection timed out: connect
	at java.net.DualStackPlainSocketImpl.connect0(Native Method)
	at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:79)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at java.net.Socket.connect(Socket.java:528)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:432)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:527)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:211)
	at sun.net.www.http.HttpClient.New(HttpClient.java:308)
	at sun.net.www.http.HttpClient.New(HttpClient.java:326)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:996)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:932)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:850)
	at org.apache.tools.ant.taskdefs.Get$GetThread.openConnection(Get.java:690)
	at org.apache.tools.ant.taskdefs.Get$GetThread.get(Get.java:606)
	at org.apache.tools.ant.taskdefs.Get$GetThread.run(Get.java:596)

Total time: 5 minutes 22 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
No JDK named ‘(Default)’ found
Recording test results
No JDK named ‘(Default)’ found
No JDK named ‘(Default)’ found

Jenkins build is still unstable: flex-falcon #157

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


Jenkins build is still unstable: flex-falcon #156

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