Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-build] Build failed in Hudson: jetty-nightly #476

See <https://hudson.eclipse.org/hudson/job/jetty-nightly/476/changes>

Changes:

[Greg Wilkins] applied jetty-7p 7f68abf..b2e4270, 7f68abf..a900c5e, 9a93c9e..9f94539.  decomposed async and blocking handling. Simplified HttpFields and Buffer handling from the HttpParser.

[Greg Wilkins] copy URI buffer as header buffer is no longer immutable

[Greg Wilkins] get a body buffer if needed

[Greg Wilkins] return buffer while request is handled

[Greg Wilkins] release header buffer early

[Greg Wilkins] simplified blocking HttpConnection

[Greg Wilkins] return client buffers

[Greg Wilkins] created performance version

[Greg Wilkins] reverted version

[Greg Wilkins] return EOF rather than throw EoFException

------------------------------------------
Started by timer
Building remotely on Fastlane
Checkout:jetty-nightly / <https://hudson.eclipse.org/hudson/job/jetty-nightly/ws/> - hudson.remoting.Channel@6203171e:Fastlane
Using strategy: Default
Last Built Revision: Revision 7eec3b65e61ae3ba1e9abb8c55361abb528b9ddd (origin/master)
Checkout:jetty-nightly / <https://hudson.eclipse.org/hudson/job/jetty-nightly/ws/> - hudson.remoting.LocalChannel@18e4e6cf
GitAPI created
Fetching changes from the remote Git repository
Fetching upstream changes from git://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project.git
[jetty-nightly] $ git fetch -t git://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project.git +refs/heads/*:refs/remotes/origin/*
>From git://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
   7eec3b6..d091003  master     -> origin/master
[jetty-nightly] $ git ls-tree HEAD
[jetty-nightly] $ git rev-parse origin/master
Commencing build of Revision d091003cfc0f30e089cd38cd2b10e47a69c2371a (origin/master)
GitAPI created
Checking out Revision d091003cfc0f30e089cd38cd2b10e47a69c2371a (origin/master)
[jetty-nightly] $ git checkout -f d091003cfc0f30e089cd38cd2b10e47a69c2371a
[jetty-nightly] $ git tag -a -f -m "Hudson Build #476" hudson-jetty-nightly-476
Recording changes in branch origin/master
[jetty-nightly] $ git whatchanged --no-abbrev -M --pretty=raw 7eec3b65e61ae3ba1e9abb8c55361abb528b9ddd..d091003cfc0f30e089cd38cd2b10e47a69c2371a
[jetty-nightly] $ /bin/sh -xe /tmp/hudson5274907545370232874.sh
+ cd jettytrunk
/tmp/hudson5274907545370232874.sh: line 2: cd: jettytrunk: No such file or directory



Back to the top