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

------------------------------------------
Started by timer
Building remotely on windows1 in workspace 
<https://builds.apache.org/job/flex-falcon/ws/>
Fetching changes from the remote Git repository
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/flex-falcon.git
Checking out Revision 544a36a9b9d68b2fcd17af10b6bb622e6fcaa1b3 (origin/develop)
Deleting old artifacts from #260
[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: 5 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 wipe-all all && exit %%ERRORLEVEL%%"'
Buildfile: <https://builds.apache.org/job/flex-falcon/ws/build.xml>

wipe-all:

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

wipe:
   [delete] Deleting directory 
<https://builds.apache.org/job/flex-falcon/ws/compiler\lib>

clean:
   [delete] Deleting directory 
<https://builds.apache.org/job/flex-falcon/ws/compiler.tests\classes>
   [delete] Deleting directory 
<https://builds.apache.org/job/flex-falcon/ws/compiler.tests\results>

wipe:
   [delete] Deleting directory 
<https://builds.apache.org/job/flex-falcon/ws/compiler.tests\lib>
   [delete] Deleting directory 
<https://builds.apache.org/job/flex-falcon/ws/compiler.tests\temp>

thirdparty-clean:

clean:

clean:

super-clean:

clean:
   [delete] Deleting directory 
<https://builds.apache.org/job/flex-falcon/ws/compiler.jx.tests\classes>
   [delete] Deleting directory 
<https://builds.apache.org/job/flex-falcon/ws/compiler.jx.tests\results>

wipe:
   [delete] Deleting directory 
<https://builds.apache.org/job/flex-falcon/ws/compiler.jx.tests\lib>
   [delete] Deleting directory 
<https://builds.apache.org/job/flex-falcon/ws/compiler.jx.tests\temp>

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:
    [mkdir] Created dir: 
<https://builds.apache.org/job/flex-falcon/ws/compiler\lib>

antlr-jar-check:

antlr-jar:
     [echo] Obtaining lib/antlr.jar

antlr-jar-check:

antlr-download-jar:

download-jar:
      [get] Getting: http://antlr3.org/download/antlr-3.3-complete.jar
      [get] To: 
<https://builds.apache.org/job/flex-falcon/ws/compiler\lib\antlr.jar>
      [get] Error getting http://antlr3.org/download/antlr-3.3-complete.jar to 
<https://builds.apache.org/job/flex-falcon/ws/compiler\lib\antlr.jar>

BUILD FAILED
<https://builds.apache.org/job/flex-falcon/ws/build.xml>:66: The following 
error occurred while executing this line:
<https://builds.apache.org/job/flex-falcon/ws/compiler\build.xml>:229: The 
following error occurred while executing this line:
<https://builds.apache.org/job/flex-falcon/ws/compiler\downloads.xml>:214: The 
following error occurred while executing this line:
<https://builds.apache.org/job/flex-falcon/ws/compiler\downloads.xml>:221: The 
following error occurred while executing this line:
<https://builds.apache.org/job/flex-falcon/ws/compiler\downloads.xml>:165: 
java.net.ConnectException: Connection timed out: connect
        at java.net.DualStackPlainSocketImpl.connect0(Native Method)
        at 
java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:69)
        at 
java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:337)
        at 
java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:198)
        at 
java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:180)
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:157)
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:391)
        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:388)
        at sun.net.www.http.HttpClient.openServer(HttpClient.java:483)
        at sun.net.www.http.HttpClient.<init>(HttpClient.java:213)
        at sun.net.www.http.HttpClient.New(HttpClient.java:300)
        at sun.net.www.http.HttpClient.New(HttpClient.java:316)
        at 
sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:992)
        at 
sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:928)
        at 
sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:846)
        at 
org.apache.tools.ant.taskdefs.Get$GetThread.openConnection(Get.java:660)
        at org.apache.tools.ant.taskdefs.Get$GetThread.get(Get.java:579)
        at org.apache.tools.ant.taskdefs.Get$GetThread.run(Get.java:569)

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

Reply via email to