The Jenkins build is failing because it is unable to connect to
tapbuild.ustaerk.de (Uli's personal server???) as the Jenkins slave.

[02/15/14 20:56:16] [SSH] Opening SSH connection to tapbuild.ustaerk.de:22.
java.io.IOException: There was a problem while connecting to
tapbuild.ustaerk.de:22
at com.trilead.ssh2.Connection.connect(Connection.java:818)
at com.trilead.ssh2.Connection.connect(Connection.java:687)
at com.trilead.ssh2.Connection.connect(Connection.java:587)
at hudson.plugins.sshslaves.SSHLauncher.openConnection(SSHLauncher.java:943)
at hudson.plugins.sshslaves.SSHLauncher.launch(SSHLauncher.java:488)
at hudson.slaves.SlaveComputer$1.call(SlaveComputer.java:228)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)
Caused by: java.net.NoRouteToHostException: No route to host
at java.net.PlainSocketImpl.socketConnect(Native Method)
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.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:579)
at 
com.trilead.ssh2.transport.TransportManager.establishConnection(TransportManager.java:346)
at 
com.trilead.ssh2.transport.TransportManager.initialize(TransportManager.java:459)
at com.trilead.ssh2.Connection.connect(Connection.java:758)
... 9 more
[02/15/14 20:56:21] [SSH] Connection closed.

On Sat, Feb 15, 2014 at 2:39 PM, Howard Lewis Ship <[email protected]> wrote:
> Just enabled the Jenkin's job.
>
>
> On Sat, Feb 15, 2014 at 2:38 PM, Howard Lewis Ship <[email protected]> wrote:
>
>> Further, I can't see why this is failing now; none of the code has changed
>> since 2011!  Perhaps it is somehow related to Thiago's changes to proxies
>> ...
>>
>>
>> On Sat, Feb 15, 2014 at 2:32 PM, Bob Harner <[email protected]> wrote:
>>
>>> Does anybody know why the Jenkins job
>>> (https://builds.apache.org/view/All/job/tapestry-trunk-freestyle/) is
>>> disabled? According to my email archive the last run was on 11/26/2013
>>> and was successful. After all, the whole point of Jenkins is to notify
>>> all devs whenever someone commits code that breaks the build.
>>>
>>> On Sat, Feb 15, 2014 at 2:09 PM, Howard Lewis Ship <[email protected]>
>>> wrote:
>>> >  ______                  __             ____
>>> > /_  __/__ ____  ___ ___ / /_______ __  / __/
>>> >  / / / _ `/ _ \/ -_|_-</ __/ __/ // / /__ \
>>> > /_/  \_,_/ .__/\__/___/\__/_/  \_, / /____/
>>> >         /_/                   /___/  5.4-beta-3
>>> >
>>> >
>>> >
>>> > Tapestry JPA Unit Tests >
>>> >
>>> org.apache.tapestry5.internal.jpa.JpaTransactionAdvisorImplTest.checked_exception_will_commit_transaction
>>> > FAILED
>>> >     java.lang.AssertionError at JpaTransactionAdvisorImplTest.java:349
>>> >
>>> > Tapestry JPA Unit Tests >
>>> >
>>> org.apache.tapestry5.internal.jpa.JpaTransactionAdvisorImplTest.return_type_method
>>> > FAILED
>>> >     java.lang.AssertionError at JpaTransactionAdvisorImplTest.java:381
>>> >
>>> > Tapestry JPA Unit Tests >
>>> >
>>> org.apache.tapestry5.internal.jpa.JpaTransactionAdvisorImplTest.return_type_method_with_param
>>> > FAILED
>>> >     java.lang.AssertionError at JpaTransactionAdvisorImplTest.java:406
>>> >
>>> > Tapestry JPA Unit Tests >
>>> >
>>> org.apache.tapestry5.internal.jpa.JpaTransactionAdvisorImplTest.runtime_exception_will_abort_transaction
>>> > FAILED
>>> >     java.lang.AssertionError at JpaTransactionAdvisorImplTest.java:310
>>> >
>>> > Tapestry JPA Unit Tests >
>>> >
>>> org.apache.tapestry5.internal.jpa.JpaTransactionAdvisorImplTest.transaction_inactive
>>> > FAILED
>>> >     java.lang.AssertionError at JpaTransactionAdvisorImplTest.java:229
>>> >
>>> > Tapestry JPA Unit Tests >
>>> >
>>> org.apache.tapestry5.internal.jpa.JpaTransactionAdvisorImplTest.void_method
>>> > FAILED
>>> >     java.lang.AssertionError at JpaTransactionAdvisorImplTest.java:256
>>> >
>>> > Tapestry JPA Unit Tests >
>>> >
>>> org.apache.tapestry5.internal.jpa.JpaTransactionAdvisorImplTest.void_method_with_param
>>> > FAILED
>>> >     java.lang.AssertionError at JpaTransactionAdvisorImplTest.java:281
>>> >
>>> > 25 tests completed, 7 failed
>>> > :tapestry-jpa:test FAILED
>>> >
>>> > FAILURE: Build failed with an exception.
>>> >
>>> > * What went wrong:
>>> > Execution failed for task ':tapestry-jpa:test'.
>>> >> There were failing tests. See the report at:
>>> >
>>> file:///Users/hlship/workspaces/tapestry/tapestry5/tapestry-jpa/build/reports/tests/index.html
>>> >
>>> > * Try:
>>> > Run with --stacktrace option to get the stack trace. Run with --info or
>>> > --debug option to get more log output.
>>> >
>>> > BUILD FAILED
>>> >
>>> > Total time: 13 mins 40.519 secs
>>> >
>>> > I'll start looking into it.
>>> >
>>> > --
>>> > Howard M. Lewis Ship
>>> >
>>> > Creator of Apache Tapestry
>>> >
>>> > The source for Tapestry training, mentoring and support. Contact me to
>>> > learn how I can get you up and productive in Tapestry fast!
>>> >
>>> > (971) 678-5210
>>> > http://howardlewisship.com
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: [email protected]
>>> For additional commands, e-mail: [email protected]
>>>
>>>
>>
>>
>> --
>> Howard M. Lewis Ship
>>
>> Creator of Apache Tapestry
>>
>> The source for Tapestry training, mentoring and support. Contact me to
>> learn how I can get you up and productive in Tapestry fast!
>>
>> (971) 678-5210
>> http://howardlewisship.com
>>
>
>
>
> --
> Howard M. Lewis Ship
>
> Creator of Apache Tapestry
>
> The source for Tapestry training, mentoring and support. Contact me to
> learn how I can get you up and productive in Tapestry fast!
>
> (971) 678-5210
> http://howardlewisship.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to