You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juneau.apache.org by James Bognar <ja...@apache.org> on 2017/09/10 23:27:42 UTC

[VOTE] Release Apache Juneau 6.4.0-incubating RC1

I am pleased to be calling this vote for the source release of Apache
Juneau 6.4.0-incubating RC1.

The list of new features can be found here:
http://juneau.incubator.apache.org/site/apidocs/overview-summary.html#6.4.0

The binaries are available at:
https://dist.apache.org/repos/dist/dev/incubator/juneau/binaries/juneau-6.4.0-incubating-RC1/

The release candidate to be voted over is available at:
https://dist.apache.org/repos/dist/dev/incubator/juneau/source/juneau-6.4.0-incubating-RC1/

SHA-1 checksums:
0d04cf1808e0d46e1f2025d085b5fa104be99e38
 apache-juneau-6.4.0-incubating-src.zip
b456a34aa6b7c36abf7208b391734f16c0634ca5
 apache-juneau-6.4.0-incubating-bin.zip

MD5 checksums:
cca93858b1653150c2ab06d170dcf60f apache-juneau-6.4.0-incubating-src.zip
23183baf4364c987dabb7ad112a04db0 apache-juneau-6.4.0-incubating-bin.zip

Build the release candidate using:
mvn clean install

The release candidate is signed with a GPG key available at:
https://dist.apache.org/repos/dist/release/incubator/juneau/KEYS

A staged Maven repository is available for review at:
https://repository.apache.org/content/repositories/orgapachejuneau-1015/

The Git commit for this release is...
https://git-wip-us.apache.org/repos/asf?p=incubator-juneau.git;a=commit;h=231c3b226762e08de1250be681e2b5be680d7ff8

Please vote on releasing this package as:
Apache Juneau 6.4.0-incubating

This vote will be open until 13-Sep-2017 7:30pm EST and passes if a
majority of at least three +1 Apache Juneau PPMC votes are cast.

[ ] +1 Release this package
[ ] 0 I don't feel strongly about it, but don't object
[ ] -1 Do not release this package because...

Anyone can participate in testing and voting, not just committers, please
feel free to try out the release candidate and provide your votes.

Re: [VOTE] Release Apache Juneau 6.4.0-incubating RC1

Posted by James Bognar <ja...@apache.org>.
After further debugging, I'm going to have to chalk the issue I'm seeing to
VPN problems.  If I'm not connected to a VPN, I'm able to flawlessly
execute 10M REST requests spread over 10 threads.

I'll add a retry handler to the test code to alleviate the issue.  But I
don't think it should hold up release.  Can we continue voting?  Currently
we're at +3 with only 1 IPMC vote so far.

On Fri, Sep 15, 2017 at 9:01 AM, James Bognar <ja...@gmail.com> wrote:

> I'm just running maven in an Oracle JVM on Mac...
>
> jamesbognar-ltm:incubator-juneau james.bognar$ java
> -XshowSettings:properties -version
> Property settings:
>     awt.toolkit = sun.lwawt.macosx.LWCToolkit
>     file.encoding = UTF-8
>     file.encoding.pkg = sun.io
>     file.separator = /
>     gopherProxySet = false
>     java.awt.graphicsenv = sun.awt.CGraphicsEnvironment
>     java.awt.printerjob = sun.lwawt.macosx.CPrinterJob
>     java.class.path = .
>     java.class.version = 52.0
>     java.endorsed.dirs = /Library/Java/JavaVirtualMachines/jdk1.8.0_
> 77.jdk/Contents/Home/jre/lib/endorsed
>     java.ext.dirs = /Users/james.bognar/Library/Java/Extensions
>         /Library/Java/JavaVirtualMachines/jdk1.8.0_
> 77.jdk/Contents/Home/jre/lib/ext
>         /Library/Java/Extensions
>         /Network/Library/Java/Extensions
>         /System/Library/Java/Extensions
>         /usr/lib/java
>     java.home = /Library/Java/JavaVirtualMachines/jdk1.8.0_
> 77.jdk/Contents/Home/jre
>     java.io.tmpdir = /var/folders/ls/jdnjp4kj0lj9fyx01j9rnh5hg65pp6/T/
>     java.library.path = /Users/james.bognar/Library/Java/Extensions
>         /Library/Java/Extensions
>         /Network/Library/Java/Extensions
>         /System/Library/Java/Extensions
>         /usr/lib/java
>         .
>     java.runtime.name = Java(TM) SE Runtime Environment
>     java.runtime.version = 1.8.0_77-b03
>     java.specification.name = Java Platform API Specification
>     java.specification.vendor = Oracle Corporation
>     java.specification.version = 1.8
>     java.vendor = Oracle Corporation
>     java.vendor.url = http://java.oracle.com/
>     java.vendor.url.bug = http://bugreport.sun.com/bugreport/
>     java.version = 1.8.0_77
>     java.vm.info = mixed mode
>     java.vm.name = Java HotSpot(TM) 64-Bit Server VM
>     java.vm.specification.name = Java Virtual Machine Specification
>     java.vm.specification.vendor = Oracle Corporation
>     java.vm.specification.version = 1.8
>     java.vm.vendor = Oracle Corporation
>     java.vm.version = 25.77-b03
>     line.separator = \n
>     os.arch = x86_64
>     os.name = Mac OS X
>     os.version = 10.12.6
>     path.separator = :
>     sun.arch.data.model = 64
>     sun.boot.class.path = /Library/Java/JavaVirtualMachines/jdk1.8.0_
> 77.jdk/Contents/Home/jre/lib/resources.jar
>         /Library/Java/JavaVirtualMachines/jdk1.8.0_
> 77.jdk/Contents/Home/jre/lib/rt.jar
>         /Library/Java/JavaVirtualMachines/jdk1.8.0_
> 77.jdk/Contents/Home/jre/lib/sunrsasign.jar
>         /Library/Java/JavaVirtualMachines/jdk1.8.0_
> 77.jdk/Contents/Home/jre/lib/jsse.jar
>         /Library/Java/JavaVirtualMachines/jdk1.8.0_
> 77.jdk/Contents/Home/jre/lib/jce.jar
>         /Library/Java/JavaVirtualMachines/jdk1.8.0_
> 77.jdk/Contents/Home/jre/lib/charsets.jar
>         /Library/Java/JavaVirtualMachines/jdk1.8.0_
> 77.jdk/Contents/Home/jre/lib/jfr.jar
>         /Library/Java/JavaVirtualMachines/jdk1.8.0_
> 77.jdk/Contents/Home/jre/classes
>     sun.boot.library.path = /Library/Java/JavaVirtualMachines/jdk1.8.0_
> 77.jdk/Contents/Home/jre/lib
>     sun.cpu.endian = little
>     sun.cpu.isalist =
>     sun.io.unicode.encoding = UnicodeBig
>     sun.java.launcher = SUN_STANDARD
>     sun.jnu.encoding = UTF-8
>     sun.management.compiler = HotSpot 64-Bit Tiered Compilers
>     sun.os.patch.level = unknown
>     user.country = US
>     user.dir = /Users/james.bognar/git/incubator-juneau
>     user.home = /Users/james.bognar
>     user.language = en
>     user.name = james.bognar
>     user.timezone =
>
> java version "1.8.0_77"
> Java(TM) SE Runtime Environment (build 1.8.0_77-b03)
> Java HotSpot(TM) 64-Bit Server VM (build 25.77-b03, mixed mode)
>
>
> What I was doing to replicate the issue was running the following code
> which simply makes 100k REST calls.  The connections seem to fail
> approximately 0.0004% of the time.
>
> public class AAA extends RestTestcase {
> @Test
> public void testX() throws Exception {
> try {
> ThirdPartyProxy proxy = TestMicroservice.client(JsonSerializer.DEFAULT,
> JsonParser.DEFAULT).pooled().build().getRemoteableProxy(
> ThirdPartyProxy.class);
> for (int i = 0; i < 100000; i++) {
> proxy.setInteger3dArray(new Integer[][][]{{{1,null},null},null});
> if (i % 100 == 0)
> System.err.println(i);
> }
> } catch (Exception e) {
> e.printStackTrace();
> }
> }
> }
>
> I'm going to try to narrow it down further over the weekend.
>
> On Fri, Sep 15, 2017 at 12:16 AM, Charles Mims <ch...@mims.io> wrote:
>
>> Could you tell me the details of your build environment? I'd like to try
>> to replicate them as close as I can and as if I get the same results.
>>
>> Charles
>>
>> > On Sep 14, 2017, at 4:09 PM, James Bognar <ja...@apache.org>
>> wrote:
>> >
>> > Update on the connections issue.
>> >
>> > I was able to reproduce the issue (kinda).  It shows up as any of the
>> > following...
>> >
>> >   - NoHttpResponseException
>> >   - Broken pipe
>> >   - Socket timeout
>> >
>> > It occurs for me every 5th or 6th build.  I'm not seeing it nearly as
>> often
>> > as what Charles is seeing, but there's definitely something there.
>> >
>> > All I really know for sure is that when it does occur, the
>> > Servlet.service() method has not yet been invoked on the server side.
>> So I
>> > don't know if it's an issue with Jetty or HttpClient or something in
>> > between.  I suspect it's a Jetty issue.
>> >
>> > I've added retry handlers on the test clients which mostly fixes the
>> > testcase failures.  But I don't consider that a long-term solution.
>> >
>> >
>> > I've opened an Issue against Jetty hoping someone might see something
>> from
>> > my stack traces...
>> > https://github.com/eclipse/jetty.project/issues/1821
>> >
>> >
>> >
>> >> On Thu, Sep 14, 2017 at 9:38 AM, James Bognar <ja...@gmail.com>
>> wrote:
>> >>
>> >> Thanks Charles,
>> >>
>> >> I'll see if I can reproduce it today.  I'm not seeing a pattern here
>> >> though...just broken pipes on the client side on different tests each
>> >> time.  It looks like HttpClient detects this and creates new
>> connections so
>> >> that subsequent tests don't fail.
>> >>
>> >>> On Wed, Sep 13, 2017 at 10:35 PM, Charles Mims <ch...@mims.io>
>> wrote:
>> >>>
>> >>> Tried building at home on a different network, same errors.
>> >>>
>> >>> ------------------------------------------------------------
>> >>> -------------------
>> >>> Test set: org.apache.juneau.rest.test._TestSuite
>> >>> ------------------------------------------------------------
>> >>> -------------------
>> >>> Tests run: 2868, Failures: 0, Errors: 2, Skipped: 1, Time elapsed:
>> >>> 15.151 sec <<< FAILURE! - in org.apache.juneau.rest.test._TestSuite
>> >>> i07_setTypedBean1d3dListMap[1](org.apache.juneau.rest.test.I
>> >>> nterfaceProxyTest)
>> >>> Time elapsed: 0.011 sec  <<< ERROR!
>> >>> java.lang.RuntimeException:
>> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.i07_setTypedB
>> >>> ean1d3dListMap(InterfaceProxyTest.java:619)
>> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> >>> pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.i07_setTypedB
>> >>> ean1d3dListMap(InterfaceProxyTest.java:619)
>> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.i07_setTypedB
>> >>> ean1d3dListMap(InterfaceProxyTest.java:619)
>> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.i07_setTypedB
>> >>> ean1d3dListMap(InterfaceProxyTest.java:619)
>> >>>
>> >>> ef08_setEnum1d3dListMap[1](org.apache.juneau.rest.test.Third
>> >>> PartyProxyTest)
>> >>> Time elapsed: 0.001 sec  <<< ERROR!
>> >>> java.lang.RuntimeException:
>> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef08_setEnum
>> >>> 1d3dListMap(ThirdPartyProxyTest.java:1259)
>> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> >>> pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef08_setEnum
>> >>> 1d3dListMap(ThirdPartyProxyTest.java:1259)
>> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef08_setEnum
>> >>> 1d3dListMap(ThirdPartyProxyTest.java:1259)
>> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef08_setEnum
>> >>> 1d3dListMap(ThirdPartyProxyTest.java:1259)
>> >>>
>> >>> [20:53:13] cmims@MBP:~/juneau-6.4.0-incubating$ java -version
>> >>> java version "1.8.0_144"
>> >>> Java(TM) SE Runtime Environment (build 1.8.0_144-b01)
>> >>> Java HotSpot(TM) 64-Bit Server VM (build 25.144-b01, mixed mode)
>> >>> [20:53:28] cmims@MBP:~/juneau-6.4.0-incubating$ mvn -version
>> >>> Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426;
>> >>> 2017-04-03T14:39:06-05:00)
>> >>> Maven home: /Users/cmims/apache-maven-3.5.0
>> >>> Java version: 1.8.0_144, vendor: Oracle Corporation
>> >>> Java home: /Library/Java/JavaVirtualMachi
>> nes/jdk1.8.0_144.jdk/Contents/
>> >>> Home/jre
>> >>> Default locale: en_US, platform encoding: UTF-8
>> >>> OS name: "mac os x", version: "10.12.6", arch: "x86_64", family: "mac"
>> >>>
>> >>>
>> >>>
>> >>>
>> >>>
>> >>>
>> >>>
>> >>> I also tried building it in docker 'maven' container.
>> >>> It had a lot more failures.  I'm not sure what to make of that of
>> >>> whether or not this is useful.
>> >>>
>> >>>
>> >>>
>> >>>
>> >>>
>> >>> ------------------------------------------------------------
>> >>> -------------------
>> >>> Test set: org.apache.juneau.rest.test._TestSuite
>> >>> ------------------------------------------------------------
>> >>> -------------------
>> >>> Tests run: 2868, Failures: 4, Errors: 24, Skipped: 1, Time elapsed:
>> >>> 24.705 sec <<< FAILURE! - in org.apache.juneau.rest.test._TestSuite
>> >>> testUsingContentParam(org.apache.juneau.rest.test.ContentTest)  Time
>> >>> elapsed: 0.025 sec  <<< ERROR!
>> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.ContentTest.testUsingContentPara
>> >>> m(ContentTest.java:42)
>> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.ContentTest.testUsingContentPara
>> >>> m(ContentTest.java:42)
>> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.ContentTest.testUsingContentPara
>> >>> m(ContentTest.java:42)
>> >>>
>> >>> testAccept(org.apache.juneau.rest.test.DefaultContentTypesTest)  Time
>> >>> elapsed: 0.031 sec  <<< ERROR!
>> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.DefaultContentTypesTest.testAcce
>> >>> pt(DefaultContentTypesTest.java:293)
>> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.DefaultContentTypesTest.testAcce
>> >>> pt(DefaultContentTypesTest.java:293)
>> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.DefaultContentTypesTest.testAcce
>> >>> pt(DefaultContentTypesTest.java:293)
>> >>>
>> >>> testRestMethodParserSerializerAnnotations(org.apache.juneau.
>> >>> rest.test.DefaultContentTypesTest)
>> >>> Time elapsed: 0.017 sec  <<< FAILURE!
>> >>> junit.framework.AssertionFailedError: Response status code was not
>> >>> correct.  Expected: '415'.  Actual: '0'
>> >>> at org.apache.juneau.rest.test.DefaultContentTypesTest.testRest
>> >>> MethodParserSerializerAnnotations(DefaultContentTypesTest.java:330)
>> >>>
>> >>> testSetParameterToInvalidTypes(org.apache.juneau.rest.test.E
>> >>> rrorConditionsTest)
>> >>> Time elapsed: 0.018 sec  <<< FAILURE!
>> >>> junit.framework.AssertionFailedError: Response status code was not
>> >>> correct.  Expected: '400'.  Actual: '0'
>> >>> at org.apache.juneau.rest.test.ErrorConditionsTest.testSetParam
>> >>> eterToInvalidTypes(ErrorConditionsTest.java:160)
>> >>>
>> >>> test404and405(org.apache.juneau.rest.test.ErrorConditionsTest)  Time
>> >>> elapsed: 0.014 sec  <<< FAILURE!
>> >>> junit.framework.AssertionFailedError: Response status code was not
>> >>> correct.  Expected: '405'.  Actual: '0'
>> >>> at org.apache.juneau.rest.test.ErrorConditionsTest.test404and40
>> >>> 5(ErrorConditionsTest.java:191)
>> >>>
>> >>> testParseIntoNonStaticInnerClass(org.apache.juneau.rest.test
>> >>> .ErrorConditionsTest)
>> >>> Time elapsed: 0.007 sec  <<< FAILURE!
>> >>> junit.framework.AssertionFailedError: Response status code was not
>> >>> correct.  Expected: '400'.  Actual: '0'
>> >>> at org.apache.juneau.rest.test.ErrorConditionsTest.testParseInt
>> >>> oNonStaticInnerClass(ErrorConditionsTest.java:97)
>> >>>
>> >>> h03_setWrongInt[1](org.apache.juneau.rest.test.InterfaceProxyTest)
>> >>> Time elapsed: 0.002 sec  <<< ERROR!
>> >>> java.lang.RuntimeException:
>> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h03_setWrongI
>> >>> nt(InterfaceProxyTest.java:445)
>> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> >>> pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h03_setWrongI
>> >>> nt(InterfaceProxyTest.java:445)
>> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h03_setWrongI
>> >>> nt(InterfaceProxyTest.java:445)
>> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h03_setWrongI
>> >>> nt(InterfaceProxyTest.java:445)
>> >>>
>> >>> h05_setBoolean[1](org.apache.juneau.rest.test.InterfaceProxyTest)
>> >>> Time elapsed: 0.001 sec  <<< ERROR!
>> >>> java.lang.RuntimeException:
>> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h05_setBoolea
>> >>> n(InterfaceProxyTest.java:459)
>> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> >>> pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h05_setBoolea
>> >>> n(InterfaceProxyTest.java:459)
>> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h05_setBoolea
>> >>> n(InterfaceProxyTest.java:459)
>> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h05_setBoolea
>> >>> n(InterfaceProxyTest.java:459)
>> >>>
>> >>> h08_setString[1](org.apache.juneau.rest.test.InterfaceProxyTest)
>> Time
>> >>> elapsed: 0.002 sec  <<< ERROR!
>> >>> java.lang.RuntimeException:
>> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h08_setString
>> >>> (InterfaceProxyTest.java:474)
>> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> >>> pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h08_setString
>> >>> (InterfaceProxyTest.java:474)
>> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h08_setString
>> >>> (InterfaceProxyTest.java:474)
>> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h08_setString
>> >>> (InterfaceProxyTest.java:474)
>> >>>
>> >>> h10_setNullStringBad[1](org.apache.juneau.rest.test.Interfac
>> eProxyTest)
>> >>> Time elapsed: 0.002 sec  <<< ERROR!
>> >>> java.lang.RuntimeException:
>> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h10_setNullSt
>> >>> ringBad(InterfaceProxyTest.java:485)
>> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> >>> pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h10_setNullSt
>> >>> ringBad(InterfaceProxyTest.java:485)
>> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h10_setNullSt
>> >>> ringBad(InterfaceProxyTest.java:485)
>> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h10_setNullSt
>> >>> ringBad(InterfaceProxyTest.java:485)
>> >>>
>> >>> h13_setString3dArray[1](org.apache.juneau.rest.test.Interfac
>> eProxyTest)
>> >>> Time elapsed: 0.002 sec  <<< ERROR!
>> >>> java.lang.RuntimeException:
>> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h13_setString
>> >>> 3dArray(InterfaceProxyTest.java:504)
>> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> >>> pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h13_setString
>> >>> 3dArray(InterfaceProxyTest.java:504)
>> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h13_setString
>> >>> 3dArray(InterfaceProxyTest.java:504)
>> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h13_setString
>> >>> 3dArray(InterfaceProxyTest.java:504)
>> >>>
>> >>> h15_setInteger3dList[1](org.apache.juneau.rest.test.Interfac
>> eProxyTest)
>> >>> Time elapsed: 0.001 sec  <<< ERROR!
>> >>> java.lang.RuntimeException:
>> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h15_setIntege
>> >>> r3dList(InterfaceProxyTest.java:514)
>> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> >>> pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h15_setIntege
>> >>> r3dList(InterfaceProxyTest.java:514)
>> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h15_setIntege
>> >>> r3dList(InterfaceProxyTest.java:514)
>> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h15_setIntege
>> >>> r3dList(InterfaceProxyTest.java:514)
>> >>>
>> >>> h18_setStringList[1](org.apache.juneau.rest.test.InterfaceProxyTest)
>> >>> Time elapsed: 0.002 sec  <<< ERROR!
>> >>> java.lang.RuntimeException:
>> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h18_setString
>> >>> List(InterfaceProxyTest.java:541)
>> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> >>> pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h18_setString
>> >>> List(InterfaceProxyTest.java:541)
>> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h18_setString
>> >>> List(InterfaceProxyTest.java:541)
>> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h18_setString
>> >>> List(InterfaceProxyTest.java:541)
>> >>>
>> >>> h20_setBean3dArray[1](org.apache.juneau.rest.test.InterfaceProxyTest)
>> >>> Time elapsed: 0.001 sec  <<< ERROR!
>> >>> java.lang.RuntimeException:
>> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h20_setBean3d
>> >>> Array(InterfaceProxyTest.java:552)
>> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> >>> pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h20_setBean3d
>> >>> Array(InterfaceProxyTest.java:552)
>> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h20_setBean3d
>> >>> Array(InterfaceProxyTest.java:552)
>> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h20_setBean3d
>> >>> Array(InterfaceProxyTest.java:552)
>> >>>
>> >>> h24_setBeanListMap[1](org.apache.juneau.rest.test.InterfaceProxyTest)
>> >>> Time elapsed: 0.002 sec  <<< ERROR!
>> >>> java.lang.RuntimeException:
>> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h24_setBeanLi
>> >>> stMap(InterfaceProxyTest.java:572)
>> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> >>> pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h24_setBeanLi
>> >>> stMap(InterfaceProxyTest.java:572)
>> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h24_setBeanLi
>> >>> stMap(InterfaceProxyTest.java:572)
>> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h24_setBeanLi
>> >>> stMap(InterfaceProxyTest.java:572)
>> >>>
>> >>> h26_setBeanListMapIntegerKeys[1](org.apache.juneau.rest.test
>> >>> .InterfaceProxyTest)
>> >>> Time elapsed: 0.002 sec  <<< ERROR!
>> >>> java.lang.RuntimeException:
>> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h26_setBeanLi
>> >>> stMapIntegerKeys(InterfaceProxyTest.java:582)
>> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> >>> pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h26_setBeanLi
>> >>> stMapIntegerKeys(InterfaceProxyTest.java:582)
>> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h26_setBeanLi
>> >>> stMapIntegerKeys(InterfaceProxyTest.java:582)
>> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h26_setBeanLi
>> >>> stMapIntegerKeys(InterfaceProxyTest.java:582)
>> >>>
>> >>> i03_setTypedBeanList[1](org.apache.juneau.rest.test.Interfac
>> eProxyTest)
>> >>> Time elapsed: 0.001 sec  <<< ERROR!
>> >>> java.lang.RuntimeException:
>> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.i03_setTypedB
>> >>> eanList(InterfaceProxyTest.java:599)
>> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> >>> pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.i03_setTypedB
>> >>> eanList(InterfaceProxyTest.java:599)
>> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.i03_setTypedB
>> >>> eanList(InterfaceProxyTest.java:599)
>> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.i03_setTypedB
>> >>> eanList(InterfaceProxyTest.java:599)
>> >>>
>> >>> i05_setTypedBeanMap[1](org.apache.juneau.rest.test.Interface
>> ProxyTest)
>> >>> Time elapsed: 0.002 sec  <<< ERROR!
>> >>> java.lang.RuntimeException:
>> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.i05_setTypedB
>> >>> eanMap(InterfaceProxyTest.java:609)
>> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> >>> pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.i05_setTypedB
>> >>> eanMap(InterfaceProxyTest.java:609)
>> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.i05_setTypedB
>> >>> eanMap(InterfaceProxyTest.java:609)
>> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.i05_setTypedB
>> >>> eanMap(InterfaceProxyTest.java:609)
>> >>>
>> >>> l01_setEnum[1](org.apache.juneau.rest.test.InterfaceProxyTest)  Time
>> >>> elapsed: 0.004 sec  <<< ERROR!
>> >>> java.lang.RuntimeException:
>> >>> org.apache.juneau.rest.client.RestCallException: Connection reset
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.l01_setEnum(
>> >>> InterfaceProxyTest.java:674)
>> >>> Caused by: org.apache.juneau.rest.client.RestCallException:
>> Connection
>> >>> reset
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.l01_setEnum(
>> >>> InterfaceProxyTest.java:674)
>> >>> Caused by: java.net.SocketException: Connection reset
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.l01_setEnum(
>> >>> InterfaceProxyTest.java:674)
>> >>>
>> >>> l03_setEnumList[1](org.apache.juneau.rest.test.InterfaceProxyTest)
>> >>> Time elapsed: 0.002 sec  <<< ERROR!
>> >>> java.lang.RuntimeException:
>> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.l03_setEnumLi
>> >>> st(InterfaceProxyTest.java:684)
>> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> >>> pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.l03_setEnumLi
>> >>> st(InterfaceProxyTest.java:684)
>> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.l03_setEnumLi
>> >>> st(InterfaceProxyTest.java:684)
>> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.l03_setEnumLi
>> >>> st(InterfaceProxyTest.java:684)
>> >>>
>> >>> l08_setEnum1d3dListMap[1](org.apache.juneau.rest.test.Interf
>> aceProxyTest)
>> >>> Time elapsed: 0.002 sec  <<< ERROR!
>> >>> java.lang.RuntimeException:
>> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.l08_setEnum1d
>> >>> 3dListMap(InterfaceProxyTest.java:719)
>> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> >>> pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.l08_setEnum1d
>> >>> 3dListMap(InterfaceProxyTest.java:719)
>> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.l08_setEnum1d
>> >>> 3dListMap(InterfaceProxyTest.java:719)
>> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.l08_setEnum1d
>> >>> 3dListMap(InterfaceProxyTest.java:719)
>> >>>
>> >>> m03_setMultiParamsFloat[1](org.apache.juneau.rest.test.Inter
>> >>> faceProxyTest)
>> >>> Time elapsed: 0.002 sec  <<< ERROR!
>> >>> java.lang.RuntimeException:
>> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.m03_setMultiP
>> >>> aramsFloat(InterfaceProxyTest.java:754)
>> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> >>> pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.m03_setMultiP
>> >>> aramsFloat(InterfaceProxyTest.java:754)
>> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.m03_setMultiP
>> >>> aramsFloat(InterfaceProxyTest.java:754)
>> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.m03_setMultiP
>> >>> aramsFloat(InterfaceProxyTest.java:754)
>> >>>
>> >>> m06_setMultiParamsBean[1](org.apache.juneau.rest.test.Interf
>> aceProxyTest)
>> >>> Time elapsed: 0.004 sec  <<< ERROR!
>> >>> java.lang.RuntimeException:
>> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.m06_setMultiP
>> >>> aramsBean(InterfaceProxyTest.java:789)
>> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> >>> pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.m06_setMultiP
>> >>> aramsBean(InterfaceProxyTest.java:789)
>> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.m06_setMultiP
>> >>> aramsBean(InterfaceProxyTest.java:789)
>> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.m06_setMultiP
>> >>> aramsBean(InterfaceProxyTest.java:789)
>> >>>
>> >>> m08_setMultiParamsImplicitSwappedPojo[1](org.apache.juneau.
>> >>> rest.test.InterfaceProxyTest)
>> >>> Time elapsed: 0.002 sec  <<< ERROR!
>> >>> java.lang.RuntimeException:
>> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.m08_setMultiP
>> >>> aramsImplicitSwappedPojo(InterfaceProxyTest.java:817)
>> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> >>> pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.m08_setMultiP
>> >>> aramsImplicitSwappedPojo(InterfaceProxyTest.java:817)
>> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.m08_setMultiP
>> >>> aramsImplicitSwappedPojo(InterfaceProxyTest.java:817)
>> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.m08_setMultiP
>> >>> aramsImplicitSwappedPojo(InterfaceProxyTest.java:817)
>> >>>
>> >>> testReader(org.apache.juneau.rest.test.NoParserInputTest)  Time
>> >>> elapsed: 0.001 sec  <<< ERROR!
>> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.NoParserInputTest.testReader(NoP
>> >>> arserInputTest.java:42)
>> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.NoParserInputTest.testReader(NoP
>> >>> arserInputTest.java:42)
>> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.NoParserInputTest.testReader(NoP
>> >>> arserInputTest.java:42)
>> >>>
>> >>> testHasQParamPost(org.apache.juneau.rest.test.ParamsTest)  Time
>> >>> elapsed: 0.008 sec  <<< ERROR!
>> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.ParamsTest.testHasQParamPost(Par
>> >>> amsTest.java:505)
>> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.ParamsTest.testHasQParamPost(Par
>> >>> amsTest.java:505)
>> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.ParamsTest.testHasQParamPost(Par
>> >>> amsTest.java:505)
>> >>>
>> >>> testParserOnClass(org.apache.juneau.rest.test.ParsersTest)  Time
>> >>> elapsed: 0.013 sec  <<< ERROR!
>> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.ParsersTest.testParserOnClass(Pa
>> >>> rsersTest.java:48)
>> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.ParsersTest.testParserOnClass(Pa
>> >>> rsersTest.java:48)
>> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.ParsersTest.testParserOnClass(Pa
>> >>> rsersTest.java:48)
>> >>>
>> >>> testParserOnMethod(org.apache.juneau.rest.test.ParsersTest)  Time
>> >>> elapsed: 0.001 sec  <<< ERROR!
>> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.ParsersTest.testParserOnMethod(P
>> >>> arsersTest.java:60)
>> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.ParsersTest.testParserOnMethod(P
>> >>> arsersTest.java:60)
>> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.ParsersTest.testParserOnMethod(P
>> >>> arsersTest.java:60)
>> >>>
>> >>> root@eb9111df31bf:/incubator-juneau# git status
>> >>> HEAD detached at juneau-6.4.0-incubating-RC1
>> >>>
>> >>> root@eb9111df31bf:/incubator-juneau# mvn -version
>> >>> Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426;
>> >>> 2017-04-03T19:39:06Z)
>> >>> Maven home: /usr/share/maven
>> >>> Java version: 1.8.0_141, vendor: Oracle Corporation
>> >>> Java home: /usr/lib/jvm/java-8-openjdk-amd64/jre
>> >>> Default locale: en, platform encoding: UTF-8
>> >>> OS name: "linux", version: "4.9.41-moby", arch: "amd64", family:
>> "unix"
>> >>>
>> >>>
>> >>>
>> >>>
>> >>> I also built a new docker container with this Dockerfile:
>> >>>
>> >>> from ubuntu
>> >>> maintainer charles@mims.io
>> >>> run apt update && apt upgrade -y && apt install -y openjdk-8-jdk wget
>> >>> run wget http://apache.cs.utah.edu/maven/maven-3/3.5.0/binaries/apach
>> >>> e-maven-3.5.0-bin.tar.gz
>> >>> &&
>> >>> <http://apache.cs.utah.edu/maven/maven-3/3.5.0/binaries/apac
>> he-maven-3.5.0-bin.tar.gz&&>
>> >>> tar xzvf apache-maven-3.5.0-bin.tar.gz
>> >>> ENV PATH=$PATH:/apache-maven-3.5.0/bin/
>> >>>
>> >>>
>> >>> and ran it with --net=host
>> >>>
>> >>> and got similar results:
>> >>>
>> >>> ------------------------------------------------------------
>> >>> -------------------
>> >>> Test set: org.apache.juneau.rest.test._TestSuite
>> >>> ------------------------------------------------------------
>> >>> -------------------
>> >>> Tests run: 2868, Failures: 2, Errors: 22, Skipped: 1, Time elapsed:
>> >>> 18.806 sec <<< FAILURE! - in org.apache.juneau.rest.test._TestSuite
>> >>> testRestMethodParserSerializerAnnotations(org.apache.juneau.
>> >>> rest.test.DefaultContentTypesTest)
>> >>> Time elapsed: 0.046 sec  <<< ERROR!
>> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.DefaultContentTypesTest.testRest
>> >>> MethodParserSerializerAnnotations(DefaultContentTypesTest.java:376)
>> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.DefaultContentTypesTest.testRest
>> >>> MethodParserSerializerAnnotations(DefaultContentTypesTest.java:376)
>> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.DefaultContentTypesTest.testRest
>> >>> MethodParserSerializerAnnotations(DefaultContentTypesTest.java:376)
>> >>>
>> >>> testParseIntoNonStaticInnerClass(org.apache.juneau.rest.test
>> >>> .ErrorConditionsTest)
>> >>> Time elapsed: 0.003 sec  <<< FAILURE!
>> >>> junit.framework.AssertionFailedError: Response status code was not
>> >>> correct.  Expected: '400'.  Actual: '0'
>> >>> at org.apache.juneau.rest.test.ErrorConditionsTest.testParseInt
>> >>> oNonStaticInnerClass(ErrorConditionsTest.java:97)
>> >>>
>> >>> testNonExistentBeanProperties(org.apache.juneau.rest.test.Er
>> >>> rorConditionsTest)
>> >>> Time elapsed: 0.006 sec  <<< FAILURE!
>> >>> junit.framework.AssertionFailedError: Response status code was not
>> >>> correct.  Expected: '400'.  Actual: '0'
>> >>> at org.apache.juneau.rest.test.ErrorConditionsTest.testNonExist
>> >>> entBeanProperties(ErrorConditionsTest.java:42)
>> >>>
>> >>> testQParamPost(org.apache.juneau.rest.test.ParamsTest)  Time elapsed:
>> >>> 0.02 sec  <<< ERROR!
>> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.ParamsTest.testQParamPost(Params
>> >>> Test.java:368)
>> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.ParamsTest.testQParamPost(Params
>> >>> Test.java:368)
>> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.ParamsTest.testQParamPost(Params
>> >>> Test.java:368)
>> >>>
>> >>> testHasQParamPost(org.apache.juneau.rest.test.ParamsTest)  Time
>> >>> elapsed: 0.009 sec  <<< ERROR!
>> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.ParamsTest.testHasQParamPost(Par
>> >>> amsTest.java:505)
>> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.ParamsTest.testHasQParamPost(Par
>> >>> amsTest.java:505)
>> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.ParamsTest.testHasQParamPost(Par
>> >>> amsTest.java:505)
>> >>>
>> >>> ea02_setWrongInt[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
>> >>> Time elapsed: 0.003 sec  <<< ERROR!
>> >>> java.lang.RuntimeException:
>> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea02_setWron
>> >>> gInt(ThirdPartyProxyTest.java:985)
>> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> >>> pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea02_setWron
>> >>> gInt(ThirdPartyProxyTest.java:985)
>> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea02_setWron
>> >>> gInt(ThirdPartyProxyTest.java:985)
>> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea02_setWron
>> >>> gInt(ThirdPartyProxyTest.java:985)
>> >>>
>> >>> ea05_setFloat[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
>> >>> Time elapsed: 0.001 sec  <<< ERROR!
>> >>> java.lang.RuntimeException:
>> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea05_setFloa
>> >>> t(ThirdPartyProxyTest.java:1004)
>> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> >>> pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea05_setFloa
>> >>> t(ThirdPartyProxyTest.java:1004)
>> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea05_setFloa
>> >>> t(ThirdPartyProxyTest.java:1004)
>> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea05_setFloa
>> >>> t(ThirdPartyProxyTest.java:1004)
>> >>>
>> >>> ea08_setNullString[1](org.apache.juneau.rest.test.ThirdParty
>> ProxyTest)
>> >>> Time elapsed: 0.001 sec  <<< ERROR!
>> >>> java.lang.RuntimeException:
>> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea08_setNull
>> >>> String(ThirdPartyProxyTest.java:1019)
>> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> >>> pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea08_setNull
>> >>> String(ThirdPartyProxyTest.java:1019)
>> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea08_setNull
>> >>> String(ThirdPartyProxyTest.java:1019)
>> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea08_setNull
>> >>> String(ThirdPartyProxyTest.java:1019)
>> >>>
>> >>> ea10_setInt3dArray[1](org.apache.juneau.rest.test.ThirdParty
>> ProxyTest)
>> >>> Time elapsed: 0.001 sec  <<< ERROR!
>> >>> java.lang.RuntimeException:
>> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea10_setInt3
>> >>> dArray(ThirdPartyProxyTest.java:1034)
>> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> >>> pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea10_setInt3
>> >>> dArray(ThirdPartyProxyTest.java:1034)
>> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea10_setInt3
>> >>> dArray(ThirdPartyProxyTest.java:1034)
>> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea10_setInt3
>> >>> dArray(ThirdPartyProxyTest.java:1034)
>> >>>
>> >>> ea13_setIntegerList[1](org.apache.juneau.rest.test.ThirdPart
>> yProxyTest)
>> >>> Time elapsed: 0.001 sec  <<< ERROR!
>> >>> java.lang.RuntimeException:
>> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea13_setInte
>> >>> gerList(ThirdPartyProxyTest.java:1049)
>> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> >>> pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea13_setInte
>> >>> gerList(ThirdPartyProxyTest.java:1049)
>> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea13_setInte
>> >>> gerList(ThirdPartyProxyTest.java:1049)
>> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea13_setInte
>> >>> gerList(ThirdPartyProxyTest.java:1049)
>> >>>
>> >>> ea15_setInteger1d3dList[1](org.apache.juneau.rest.test.Third
>> >>> PartyProxyTest)
>> >>> Time elapsed: 0.001 sec  <<< ERROR!
>> >>> java.lang.RuntimeException:
>> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea15_setInte
>> >>> ger1d3dList(ThirdPartyProxyTest.java:1067)
>> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> >>> pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea15_setInte
>> >>> ger1d3dList(ThirdPartyProxyTest.java:1067)
>> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea15_setInte
>> >>> ger1d3dList(ThirdPartyProxyTest.java:1067)
>> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea15_setInte
>> >>> ger1d3dList(ThirdPartyProxyTest.java:1067)
>> >>>
>> >>> ea17_setStringList[1](org.apache.juneau.rest.test.ThirdParty
>> ProxyTest)
>> >>> Time elapsed: 0.001 sec  <<< ERROR!
>> >>> java.lang.RuntimeException:
>> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea17_setStri
>> >>> ngList(ThirdPartyProxyTest.java:1081)
>> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> >>> pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea17_setStri
>> >>> ngList(ThirdPartyProxyTest.java:1081)
>> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea17_setStri
>> >>> ngList(ThirdPartyProxyTest.java:1081)
>> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea17_setStri
>> >>> ngList(ThirdPartyProxyTest.java:1081)
>> >>>
>> >>> eb04_setBean1d3dList[1](org.apache.juneau.rest.test.ThirdPar
>> tyProxyTest)
>> >>> Time elapsed: 0.002 sec  <<< ERROR!
>> >>> java.lang.RuntimeException:
>> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb04_setBean
>> >>> 1d3dList(ThirdPartyProxyTest.java:1102)
>> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> >>> pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb04_setBean
>> >>> 1d3dList(ThirdPartyProxyTest.java:1102)
>> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb04_setBean
>> >>> 1d3dList(ThirdPartyProxyTest.java:1102)
>> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb04_setBean
>> >>> 1d3dList(ThirdPartyProxyTest.java:1102)
>> >>>
>> >>> eb06_setBeanListMap[1](org.apache.juneau.rest.test.ThirdPart
>> yProxyTest)
>> >>> Time elapsed: 0.002 sec  <<< ERROR!
>> >>> java.lang.RuntimeException:
>> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb06_setBean
>> >>> ListMap(ThirdPartyProxyTest.java:1112)
>> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> >>> pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb06_setBean
>> >>> ListMap(ThirdPartyProxyTest.java:1112)
>> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb06_setBean
>> >>> ListMap(ThirdPartyProxyTest.java:1112)
>> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb06_setBean
>> >>> ListMap(ThirdPartyProxyTest.java:1112)
>> >>>
>> >>> eb08_setBeanListMapIntegerKeys[1](org.apache.juneau.rest.
>> >>> test.ThirdPartyProxyTest)
>> >>> Time elapsed: 0.002 sec  <<< ERROR!
>> >>> java.lang.RuntimeException:
>> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb08_setBean
>> >>> ListMapIntegerKeys(ThirdPartyProxyTest.java:1122)
>> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> >>> pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb08_setBean
>> >>> ListMapIntegerKeys(ThirdPartyProxyTest.java:1122)
>> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb08_setBean
>> >>> ListMapIntegerKeys(ThirdPartyProxyTest.java:1122)
>> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb08_setBean
>> >>> ListMapIntegerKeys(ThirdPartyProxyTest.java:1122)
>> >>>
>> >>> ec03_setTypedBeanList[1](org.apache.juneau.rest.test.ThirdPa
>> rtyProxyTest)
>> >>> Time elapsed: 0.001 sec  <<< ERROR!
>> >>> java.lang.RuntimeException:
>> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ec03_setType
>> >>> dBeanList(ThirdPartyProxyTest.java:1139)
>> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> >>> pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ec03_setType
>> >>> dBeanList(ThirdPartyProxyTest.java:1139)
>> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ec03_setType
>> >>> dBeanList(ThirdPartyProxyTest.java:1139)
>> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ec03_setType
>> >>> dBeanList(ThirdPartyProxyTest.java:1139)
>> >>>
>> >>> ec05_setTypedBeanMap[1](org.apache.juneau.rest.test.ThirdPar
>> tyProxyTest)
>> >>> Time elapsed: 0.001 sec  <<< ERROR!
>> >>> java.lang.RuntimeException:
>> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ec05_setType
>> >>> dBeanMap(ThirdPartyProxyTest.java:1149)
>> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> >>> pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ec05_setType
>> >>> dBeanMap(ThirdPartyProxyTest.java:1149)
>> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ec05_setType
>> >>> dBeanMap(ThirdPartyProxyTest.java:1149)
>> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ec05_setType
>> >>> dBeanMap(ThirdPartyProxyTest.java:1149)
>> >>>
>> >>> ed01_setSwappedPojo[1](org.apache.juneau.rest.test.ThirdPart
>> yProxyTest)
>> >>> Time elapsed: 0.002 sec  <<< ERROR!
>> >>> java.lang.RuntimeException:
>> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ed01_setSwap
>> >>> pedPojo(ThirdPartyProxyTest.java:1171)
>> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> >>> pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ed01_setSwap
>> >>> pedPojo(ThirdPartyProxyTest.java:1171)
>> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ed01_setSwap
>> >>> pedPojo(ThirdPartyProxyTest.java:1171)
>> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ed01_setSwap
>> >>> pedPojo(ThirdPartyProxyTest.java:1171)
>> >>>
>> >>> ed03_setSwappedPojoMap[1](org.apache.juneau.rest.test.ThirdP
>> >>> artyProxyTest)
>> >>> Time elapsed: 0.002 sec  <<< ERROR!
>> >>> java.lang.RuntimeException:
>> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ed03_setSwap
>> >>> pedPojoMap(ThirdPartyProxyTest.java:1181)
>> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> >>> pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ed03_setSwap
>> >>> pedPojoMap(ThirdPartyProxyTest.java:1181)
>> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ed03_setSwap
>> >>> pedPojoMap(ThirdPartyProxyTest.java:1181)
>> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ed03_setSwap
>> >>> pedPojoMap(ThirdPartyProxyTest.java:1181)
>> >>>
>> >>> ee02_setImplicitSwappedPojo3dArray[1](org.apache.juneau.
>> >>> rest.test.ThirdPartyProxyTest)
>> >>> Time elapsed: 0.002 sec  <<< ERROR!
>> >>> java.lang.RuntimeException:
>> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ee02_setImpl
>> >>> icitSwappedPojo3dArray(ThirdPartyProxyTest.java:1197)
>> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> >>> pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ee02_setImpl
>> >>> icitSwappedPojo3dArray(ThirdPartyProxyTest.java:1197)
>> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ee02_setImpl
>> >>> icitSwappedPojo3dArray(ThirdPartyProxyTest.java:1197)
>> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ee02_setImpl
>> >>> icitSwappedPojo3dArray(ThirdPartyProxyTest.java:1197)
>> >>>
>> >>> ee04_setImplicitSwappedPojo3dMap[1](org.apache.juneau.rest.
>> >>> test.ThirdPartyProxyTest)
>> >>> Time elapsed: 0.002 sec  <<< ERROR!
>> >>> java.lang.RuntimeException:
>> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ee04_setImpl
>> >>> icitSwappedPojo3dMap(ThirdPartyProxyTest.java:1207)
>> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> >>> pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ee04_setImpl
>> >>> icitSwappedPojo3dMap(ThirdPartyProxyTest.java:1207)
>> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ee04_setImpl
>> >>> icitSwappedPojo3dMap(ThirdPartyProxyTest.java:1207)
>> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ee04_setImpl
>> >>> icitSwappedPojo3dMap(ThirdPartyProxyTest.java:1207)
>> >>>
>> >>> ef03_setEnumList[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
>> >>> Time elapsed: 0.001 sec  <<< ERROR!
>> >>> java.lang.RuntimeException:
>> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef03_setEnum
>> >>> List(ThirdPartyProxyTest.java:1224)
>> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> >>> pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef03_setEnum
>> >>> List(ThirdPartyProxyTest.java:1224)
>> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef03_setEnum
>> >>> List(ThirdPartyProxyTest.java:1224)
>> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef03_setEnum
>> >>> List(ThirdPartyProxyTest.java:1224)
>> >>>
>> >>> ef06_setEnumMap[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
>> >>> Time elapsed: 0.001 sec  <<< ERROR!
>> >>> java.lang.RuntimeException:
>> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef06_setEnum
>> >>> Map(ThirdPartyProxyTest.java:1249)
>> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> >>> pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef06_setEnum
>> >>> Map(ThirdPartyProxyTest.java:1249)
>> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef06_setEnum
>> >>> Map(ThirdPartyProxyTest.java:1249)
>> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef06_setEnum
>> >>> Map(ThirdPartyProxyTest.java:1249)
>> >>>
>> >>> ef08_setEnum1d3dListMap[1](org.apache.juneau.rest.test.Third
>> >>> PartyProxyTest)
>> >>> Time elapsed: 0.002 sec  <<< ERROR!
>> >>> java.lang.RuntimeException:
>> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef08_setEnum
>> >>> 1d3dListMap(ThirdPartyProxyTest.java:1259)
>> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> >>> pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef08_setEnum
>> >>> 1d3dListMap(ThirdPartyProxyTest.java:1259)
>> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> >>> failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef08_setEnum
>> >>> 1d3dListMap(ThirdPartyProxyTest.java:1259)
>> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef08_setEnum
>> >>> 1d3dListMap(ThirdPartyProxyTest.java:1259)
>> >>>
>> >>> On Wed, Sep 13, 2017 at 4:41 PM, James Bognar <jamesbognar@apache.org
>> >
>> >>> wrote:
>> >>>> Hrm....broken pipe and NoHttpResponseExceptions.  Perhaps
>> intermittent
>> >>>> network connection issues?
>> >>>>
>> >>>> Could you try the build a couple more times and see if the results
>> are
>> >>>> consistent?
>> >>>>
>> >>>>> On Wed, Sep 13, 2017 at 5:30 PM, Charles Mims <ch...@mims.io>
>> wrote:
>> >>>>>
>> >>>>> I had failures in "Microservice Tests" when trying to build juneau
>> >>>>> from this link:
>> >>>>>
>> >>>>> https://dist.apache.org/repos/dist/dev/incubator/juneau/
>> >>>>> source/juneau-6.4.0-incubating-RC1/apache-juneau-6.4.0-
>> >>> incubating-src.zip
>> >>>>> ...
>> >>>>> mvn -fae clean install
>> >>>>> ...
>> >>>>> [INFO] ------------------------------------------------------------
>> >>>>> ------------
>> >>>>> [INFO] Reactor Summary:
>> >>>>> [INFO]
>> >>>>> [INFO] Apache Juneau (incubating) ......................... SUCCESS
>> [
>> >>>>> 2.401 s]
>> >>>>> [INFO] Apache Juneau - Core APIs .......................... SUCCESS
>> [
>> >>>>> 0.196 s]
>> >>>>> [INFO] Apache Juneau Marshall ............................. SUCCESS
>> [
>> >>>>> 13.216 s]
>> >>>>> [INFO] Apache Juneau Marshal RDF .......................... SUCCESS
>> [
>> >>>>> 1.605 s]
>> >>>>> [INFO] Apache Juneau Data Transfer Objects ................ SUCCESS
>> [
>> >>>>> 2.589 s]
>> >>>>> [INFO] Apache Juneau Core .................................
>> SUCCESS [
>> >>>>> 0.537 s]
>> >>>>> [INFO] Apache Juneau Config File API ...................... SUCCESS
>> [
>> >>>>> 0.786 s]
>> >>>>> [INFO] Apache Juneau Core Tests ........................... SUCCESS
>> [
>> >>>>> 31.120 s]
>> >>>>> [INFO] Apache Juneau - REST APIs .......................... SUCCESS
>> [
>> >>>>> 0.084 s]
>> >>>>> [INFO] Apache Juneau REST Servlet API ..................... SUCCESS
>> [
>> >>>>> 2.239 s]
>> >>>>> [INFO] Apache Juneau REST JAX/RS API ...................... SUCCESS
>> [
>> >>>>> 0.449 s]
>> >>>>> [INFO] Apache Juneau REST Client API ...................... SUCCESS
>> [
>> >>>>> 1.032 s]
>> >>>>> [INFO] Apache Juneau - Microservice APIs .................. SUCCESS
>> [
>> >>>>> 0.106 s]
>> >>>>> [INFO] Apache Juneau Microservice Server .................. SUCCESS
>> [
>> >>>>> 1.301 s]
>> >>>>> [INFO] Apache Juneau Microservice Template ................ SUCCESS
>> [
>> >>>>> 1.312 s]
>> >>>>> [INFO] Apache Juneau - Examples ........................... SUCCESS
>> [
>> >>>>> 0.116 s]
>> >>>>> [INFO] Apache Juneau REST Examples ........................ SUCCESS
>> [
>> >>>>> 7.460 s]
>> >>>>> [INFO] Apache Juneau Microservice Tests ................... FAILURE
>> [
>> >>>>> 18.211 s]
>> >>>>> [INFO] Apache Juneau Core Examples ........................ SUCCESS
>> [
>> >>>>> 0.261 s]
>> >>>>> [INFO] Apache Juneau - Release Engineering ................ SUCCESS
>> [
>> >>>>> 0.029 s]
>> >>>>> [INFO] Apache Juneau UberJar .............................. SUCCESS
>> [
>> >>>>> 1.181 s]
>> >>>>> [INFO] Apache Juneau Distribution ......................... SUCCESS
>> [
>> >>>>> 1.588 s]
>> >>>>> [INFO] ------------------------------------------------------------
>> >>>>> ------------
>> >>>>> [INFO] BUILD FAILURE
>> >>>>> [INFO] ------------------------------------------------------------
>> >>>>> ------------
>> >>>>> [INFO] Total time: 01:28 min
>> >>>>> [INFO] Finished at: 2017-09-13T14:48:01-05:00
>> >>>>> [INFO] Final Memory: 88M/794M
>> >>>>> [INFO] ------------------------------------------------------------
>> >>>>> ------------
>> >>>>> [ERROR] Failed to execute goal
>> >>>>> org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test
>> >>>>> (default-test) on project juneau-microservice-test: There are test
>> >>>>> failures.
>> >>>>>
>> >>>>> $ cat /Users/cmims/juneau-6.4.0-incubating/juneau-microservice/
>> juneau-
>> >>>>> microservice-test/target/surefire-reports/org.apache.
>> >>>>> juneau.rest.test._TestSuite.txt
>> >>>>> ------------------------------------------------------------
>> >>>>> -------------------
>> >>>>> Test set: org.apache.juneau.rest.test._TestSuite
>> >>>>> ------------------------------------------------------------
>> >>>>> -------------------
>> >>>>> Tests run: 2868, Failures: 0, Errors: 2, Skipped: 1, Time elapsed:
>> >>>>> 15.925 sec <<< FAILURE! - in org.apache.juneau.rest.test._TestSuite
>> >>>>> m04_setMultiParamsFloatObject[1](org.apache.juneau.rest.
>> >>>>> test.InterfaceProxyTest)
>> >>>>> Time elapsed: 0.009 sec  <<< ERROR!
>> >>>>> java.lang.RuntimeException:
>> >>>>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> >>>>> failed)
>> >>>>> at org.apache.juneau.rest.test.InterfaceProxyTest.m04_
>> >>>>> setMultiParamsFloatObject(InterfaceProxyTest.java:765)
>> >>>>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> >>>>> pipe (Write failed)
>> >>>>> at org.apache.juneau.rest.test.InterfaceProxyTest.m04_
>> >>>>> setMultiParamsFloatObject(InterfaceProxyTest.java:765)
>> >>>>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe
>> (Write
>> >>>>> failed)
>> >>>>> at org.apache.juneau.rest.test.InterfaceProxyTest.m04_
>> >>>>> setMultiParamsFloatObject(InterfaceProxyTest.java:765)
>> >>>>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> >>>>> at org.apache.juneau.rest.test.InterfaceProxyTest.m04_
>> >>>>> setMultiParamsFloatObject(InterfaceProxyTest.java:765)
>> >>>>>
>> >>>>> ef04_setEnum3dList[1](org.apache.juneau.rest.test.ThirdParty
>> ProxyTest)
>> >>>>> Time elapsed: 0.002 sec  <<< ERROR!
>> >>>>> java.lang.RuntimeException:
>> >>>>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> >>>>> failed)
>> >>>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef04_setEnum
>> 3dList(
>> >>>>> ThirdPartyProxyTest.java:1229)
>> >>>>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> >>>>> pipe (Write failed)
>> >>>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef04_setEnum
>> 3dList(
>> >>>>> ThirdPartyProxyTest.java:1229)
>> >>>>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe
>> (Write
>> >>>>> failed)
>> >>>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef04_setEnum
>> 3dList(
>> >>>>> ThirdPartyProxyTest.java:1229)
>> >>>>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> >>>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef04_setEnum
>> 3dList(
>> >>>>> ThirdPartyProxyTest.java:1229)
>> >>>>>
>> >>>>>
>> >>>>>
>> >>>>> Oddly, when I try to build what I think is the corresponding commit
>> >>>>> from the git repo, I get different tests failing.
>> >>>>>
>> >>>>>
>> >>>>>
>> >>>>> [15:52:34] cmims@MBP:~$ git clone git@github.com:apache/
>> >>>>> incubator-juneau.git
>> >>>>> Cloning into 'incubator-juneau'...
>> >>>>> ...
>> >>>>> [15:53:08] cmims@MBP:~$ cd incubator-juneau
>> >>>>> [15:53:08] cmims@MBP:~/incubator-juneau$ git fetch
>> >>>>> [15:53:09] cmims@MBP:~/incubator-juneau$ git checkout
>> >>>>> juneau-6.4.0-incubating-RC1
>> >>>>> Note: checking out 'juneau-6.4.0-incubating-RC1'.
>> >>>>> ...
>> >>>>> HEAD is now at 231c3b22... [maven-release-plugin] prepare release
>> >>>>> juneau-6.4.0-incubating-RC1
>> >>>>>
>> >>>>> $ mvn -fae clean install
>> >>>>> ...
>> >>>>> [INFO] ------------------------------------------------------------
>> >>>>> ------------
>> >>>>> [INFO] Reactor Summary:
>> >>>>> [INFO]
>> >>>>> [INFO] Apache Juneau (incubating) ......................... SUCCESS
>> [
>> >>>>> 2.209 s]
>> >>>>> [INFO] Apache Juneau - Core APIs .......................... SUCCESS
>> [
>> >>>>> 0.126 s]
>> >>>>> [INFO] Apache Juneau Marshall ............................. SUCCESS
>> [
>> >>>>> 14.841 s]
>> >>>>> [INFO] Apache Juneau Marshal RDF .......................... SUCCESS
>> [
>> >>>>> 1.356 s]
>> >>>>> [INFO] Apache Juneau Data Transfer Objects ................ SUCCESS
>> [
>> >>>>> 2.676 s]
>> >>>>> [INFO] Apache Juneau Core .................................
>> SUCCESS [
>> >>>>> 0.560 s]
>> >>>>> [INFO] Apache Juneau Config File API ...................... SUCCESS
>> [
>> >>>>> 0.705 s]
>> >>>>> [INFO] Apache Juneau Core Tests ........................... SUCCESS
>> [
>> >>>>> 32.473 s]
>> >>>>> [INFO] Apache Juneau - REST APIs .......................... SUCCESS
>> [
>> >>>>> 0.070 s]
>> >>>>> [INFO] Apache Juneau REST Servlet API ..................... SUCCESS
>> [
>> >>>>> 1.917 s]
>> >>>>> [INFO] Apache Juneau REST JAX/RS API ...................... SUCCESS
>> [
>> >>>>> 0.467 s]
>> >>>>> [INFO] Apache Juneau REST Client API ...................... SUCCESS
>> [
>> >>>>> 0.981 s]
>> >>>>> [INFO] Apache Juneau - Microservice APIs .................. SUCCESS
>> [
>> >>>>> 0.054 s]
>> >>>>> [INFO] Apache Juneau Microservice Server .................. SUCCESS
>> [
>> >>>>> 1.474 s]
>> >>>>> [INFO] Apache Juneau Microservice Template ................ SUCCESS
>> [
>> >>>>> 1.147 s]
>> >>>>> [INFO] Apache Juneau - Examples ........................... SUCCESS
>> [
>> >>>>> 0.047 s]
>> >>>>> [INFO] Apache Juneau REST Examples ........................ SUCCESS
>> [
>> >>>>> 7.180 s]
>> >>>>> [INFO] Apache Juneau Microservice Tests ................... FAILURE
>> [
>> >>>>> 19.892 s]
>> >>>>> [INFO] Apache Juneau Core Examples ........................ SUCCESS
>> [
>> >>>>> 0.772 s]
>> >>>>> [INFO] Apache Juneau - Release Engineering ................ SUCCESS
>> [
>> >>>>> 0.168 s]
>> >>>>> [INFO] Apache Juneau UberJar .............................. SUCCESS
>> [
>> >>>>> 2.801 s]
>> >>>>> [INFO] Apache Juneau Distribution ......................... SUCCESS
>> [
>> >>>>> 2.879 s]
>> >>>>> [INFO] ------------------------------------------------------------
>> >>>>> ------------
>> >>>>> [INFO] BUILD FAILURE
>> >>>>> [INFO] ------------------------------------------------------------
>> >>>>> ------------
>> >>>>> [INFO] Total time: 01:35 min
>> >>>>> [INFO] Finished at: 2017-09-13T15:55:33-05:00
>> >>>>> [INFO] Final Memory: 89M/814M
>> >>>>> [INFO] ------------------------------------------------------------
>> >>>>> ------------
>> >>>>> [ERROR] Failed to execute goal
>> >>>>> org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test
>> >>>>> (default-test) on project juneau-microservice-test: There are test
>> >>>>> failures.
>> >>>>>
>> >>>>>
>> >>>>> [15:55:34] cmims@MBP:~/incubator-juneau$ cat
>> >>>>> /Users/cmims/incubator-juneau/juneau-microservice/juneau-
>> >>>>> microservice-test/target/surefire-reports/
>> >>>>> TEST-org.apache.juneau.rest.test._TestSuite.xml
>> >>>>> org.apache.juneau.rest.test._TestSuite.txt
>> >>>>> [15:55:34] cmims@MBP:~/incubator-juneau$ cat
>> >>>>> /Users/cmims/incubator-juneau/juneau-microservice/juneau-
>> >>>>> microservice-test/target/surefire-reports/org.apache.
>> >>>>> juneau.rest.test._TestSuite.txt
>> >>>>> ------------------------------------------------------------
>> >>>>> -------------------
>> >>>>> Test set: org.apache.juneau.rest.test._TestSuite
>> >>>>> ------------------------------------------------------------
>> >>>>> -------------------
>> >>>>> Tests run: 2868, Failures: 0, Errors: 1, Skipped: 1, Time elapsed:
>> >>>>> 17.637 sec <<< FAILURE! - in org.apache.juneau.rest.test._TestSuite
>> >>>>> testUsingContentParam(org.apache.juneau.rest.test.ContentTest)
>> Time
>> >>>>> elapsed: 0.057 sec  <<< ERROR!
>> >>>>> org.apache.juneau.rest.client.RestCallException: MBP:10001 failed
>> to
>> >>>>> respond
>> >>>>> at org.apache.juneau.rest.test.ContentTest.testUsingContentParam(
>> >>>>> ContentTest.java:77)
>> >>>>> Caused by: org.apache.http.NoHttpResponseException: MBP:10001
>> failed
>> >>> to
>> >>>>> respond
>> >>>>> at org.apache.juneau.rest.test.ContentTest.testUsingContentParam(
>> >>>>> ContentTest.java:77)
>> >>>>>
>> >>>>>
>> >>>>>
>> >>>>> On Wed, Sep 13, 2017 at 12:41 PM, 이동욱/Dong-Uk Lee <
>> yidonguk@gmail.com>
>> >>>>> wrote:
>> >>>>>> +1
>> >>>>>>
>> >>>>>> I think it's not a big problem.
>> >>>>>> Thanks James!
>> >>>>>>
>> >>>>>>
>> >>>>>> 2017. 9. 13. 오후 10:39에 "James Bognar" <ja...@apache.org>님이
>> 작성:
>> >>>>>>
>> >>>>>> Thanks Raphi!
>> >>>>>>
>> >>>>>> I validated your change locally.  No problems.
>> >>>>>>
>> >>>>>> What is your vote otherwise?  Do you think this requires another
>> >>> release
>> >>>>>> candidate?
>> >>>>>>
>> >>>>>> On Wed, Sep 13, 2017 at 12:23 AM, Raphi D Lee <yi...@gmail.com>
>> >>>>> wrote:
>> >>>>>>
>> >>>>>>>
>> >>>>>>> Hi all,
>> >>>>>>>
>> >>>>>>> I’ve tried to build this release and faced Test Fail like below
>> >>>>>>>
>> >>>>>>> Failed tests:
>> >>>>>>>  DataConversionTest.testObjectSwaps:153 expected:<Jan 1[2], 2001>
>> >>> but
>> >>>>>>> was:<Jan 1[1], 2001>
>> >>>>>>>  CalendarSwapTest.testBeanProperyFilterHtml:198
>> >>>>>>> expected:<-2172115000000> but was:<-2172116928000>
>> >>>>>>>  CalendarSwapTest.testBeanProperyFilterJson:162
>> >>>>>>> expected:<-2172115000000> but was:<-2172116928000>
>> >>>>>>>  CalendarSwapTest.testBeanProperyFilterUon:217
>> >>>>> expected:<-2172115000000>
>> >>>>>>> but was:<-2172116928000>
>> >>>>>>>  CalendarSwapTest.testBeanProperyFilterUrlEncoding:240
>> >>>>>>> expected:<-2172115000000> but was:<-2172116928000>
>> >>>>>>>  CalendarSwapTest.testBeanProperyFilterXml:180
>> >>>>> expected:<-2172115000000>
>> >>>>>>> but was:<-2172116928000>
>> >>>>>>>
>> >>>>>>>
>> >>>>>>> So, I made some code changes and committed.
>> >>>>>>> Please take a look my changes.
>> >>>>>>>
>> >>>>>>>
>> >>>>>>> Thanks
>> >>>>>>>
>> >>>>>>>
>> >>>>>>>
>> >>>>>>>
>> >>>>>>> Raphi D Lee, yidonguk@gmail.com
>> >>>>>>>
>> >>>>>>>
>> >>>>>>>
>> >>>>>>>
>> >>>>>>> 2017. 9. 13. 오전 12:21, Steve Blackmon <sb...@apache.org> 작성:
>> >>>>>>>
>> >>>>>>> +1 (binding)
>> >>>>>>>
>> >>>>>>> - confirmed SUCCESS from mvn clean install
>> >>>>>>> - checked md5 and shasum for bin and src release artifacts
>> >>>>>>> - verified gpg signatures
>> >>>>>>>
>> >>>>>>> Steve
>> >>>>>>>
>> >>>>>>> On Sep 10, 2017 at 6:27 PM, James Bognar <ja...@apache.org>
>> >>>>> wrote:
>> >>>>>>>
>> >>>>>>>
>> >>>>>>> I am pleased to be calling this vote for the source release of
>> >>> Apache
>> >>>>>>> Juneau 6.4.0-incubating RC1.
>> >>>>>>>
>> >>>>>>> The list of new features can be found here:
>> >>>>>>> http://juneau.incubator.apache.org/site/apidocs/overview-
>> >>>>>>> summary.html#6.4.0
>> >>>>>>>
>> >>>>>>> The binaries are available at:
>> >>>>>>> https://dist.apache.org/repos/dist/dev/incubator/juneau/bina
>> >>>>>>> ries/juneau-6.4.0-incubating-RC1/
>> >>>>>>>
>> >>>>>>> The release candidate to be voted over is available at:
>> >>>>>>> https://dist.apache.org/repos/dist/dev/incubator/juneau/sour
>> >>>>>>> ce/juneau-6.4.0-incubating-RC1/
>> >>>>>>>
>> >>>>>>> SHA-1 checksums:
>> >>>>>>> 0d04cf1808e0d46e1f2025d085b5fa104be99e38
>> >>>>>>> apache-juneau-6.4.0-incubating-src.zip
>> >>>>>>> b456a34aa6b7c36abf7208b391734f16c0634ca5
>> >>>>>>> apache-juneau-6.4.0-incubating-bin.zip
>> >>>>>>>
>> >>>>>>> MD5 checksums:
>> >>>>>>> cca93858b1653150c2ab06d170dcf60f apache-juneau-6.4.0-incubating
>> >>> -src.zip
>> >>>>>>> 23183baf4364c987dabb7ad112a04db0 apache-juneau-6.4.0-incubating
>> >>> -bin.zip
>> >>>>>>>
>> >>>>>>> Build the release candidate using:
>> >>>>>>> mvn clean install
>> >>>>>>>
>> >>>>>>> The release candidate is signed with a GPG key available at:
>> >>>>>>> https://dist.apache.org/repos/dist/release/incubator/juneau/KEYS
>> >>>>>>>
>> >>>>>>> A staged Maven repository is available for review at:
>> >>>>>>> https://repository.apache.org/content/repositories/
>> >>>>> orgapachejuneau-1015/
>> >>>>>>>
>> >>>>>>> The Git commit for this release is...
>> >>>>>>> https://git-wip-us.apache.org/repos/asf?p=incubator-juneau.g
>> >>>>>>> it;a=commit;h=231c3b226762e08de1250be681e2b5be680d7ff8
>> >>>>>>>
>> >>>>>>> Please vote on releasing this package as:
>> >>>>>>> Apache Juneau 6.4.0-incubating
>> >>>>>>>
>> >>>>>>> This vote will be open until 13-Sep-2017 7:30pm EST and passes if
>> a
>> >>>>>>> majority of at least three +1 Apache Juneau PPMC votes are cast.
>> >>>>>>>
>> >>>>>>> [ ] +1 Release this package
>> >>>>>>> [ ] 0 I don't feel strongly about it, but don't object
>> >>>>>>> [ ] -1 Do not release this package because...
>> >>>>>>>
>> >>>>>>> Anyone can participate in testing and voting, not just committers,
>> >>>>> please
>> >>>>>>> feel free to try out the release candidate and provide your votes.
>> >>>>>>>
>> >>>>>>>
>> >>>>>>>
>> >>>>>
>> >>>>>
>> >>>>>
>> >>>>> --
>> >>>>> Charles Mims
>> >>>>> pgp key: 81C62E56F930E099
>> >>>>>
>> >>>
>> >>>
>> >>>
>> >>> --
>> >>> Charles Mims
>> >>> pgp key: 81C62E56F930E099
>> >>>
>> >>
>> >>
>>
>
>

Re: [VOTE] Release Apache Juneau 6.4.0-incubating RC1

Posted by James Bognar <ja...@gmail.com>.
I'm just running maven in an Oracle JVM on Mac...

jamesbognar-ltm:incubator-juneau james.bognar$ java
-XshowSettings:properties -version
Property settings:
    awt.toolkit = sun.lwawt.macosx.LWCToolkit
    file.encoding = UTF-8
    file.encoding.pkg = sun.io
    file.separator = /
    gopherProxySet = false
    java.awt.graphicsenv = sun.awt.CGraphicsEnvironment
    java.awt.printerjob = sun.lwawt.macosx.CPrinterJob
    java.class.path = .
    java.class.version = 52.0
    java.endorsed.dirs =
/Library/Java/JavaVirtualMachines/jdk1.8.0_77.jdk/Contents/Home/jre/lib/endorsed
    java.ext.dirs = /Users/james.bognar/Library/Java/Extensions

/Library/Java/JavaVirtualMachines/jdk1.8.0_77.jdk/Contents/Home/jre/lib/ext
        /Library/Java/Extensions
        /Network/Library/Java/Extensions
        /System/Library/Java/Extensions
        /usr/lib/java
    java.home =
/Library/Java/JavaVirtualMachines/jdk1.8.0_77.jdk/Contents/Home/jre
    java.io.tmpdir = /var/folders/ls/jdnjp4kj0lj9fyx01j9rnh5hg65pp6/T/
    java.library.path = /Users/james.bognar/Library/Java/Extensions
        /Library/Java/Extensions
        /Network/Library/Java/Extensions
        /System/Library/Java/Extensions
        /usr/lib/java
        .
    java.runtime.name = Java(TM) SE Runtime Environment
    java.runtime.version = 1.8.0_77-b03
    java.specification.name = Java Platform API Specification
    java.specification.vendor = Oracle Corporation
    java.specification.version = 1.8
    java.vendor = Oracle Corporation
    java.vendor.url = http://java.oracle.com/
    java.vendor.url.bug = http://bugreport.sun.com/bugreport/
    java.version = 1.8.0_77
    java.vm.info = mixed mode
    java.vm.name = Java HotSpot(TM) 64-Bit Server VM
    java.vm.specification.name = Java Virtual Machine Specification
    java.vm.specification.vendor = Oracle Corporation
    java.vm.specification.version = 1.8
    java.vm.vendor = Oracle Corporation
    java.vm.version = 25.77-b03
    line.separator = \n
    os.arch = x86_64
    os.name = Mac OS X
    os.version = 10.12.6
    path.separator = :
    sun.arch.data.model = 64
    sun.boot.class.path =
/Library/Java/JavaVirtualMachines/jdk1.8.0_77.jdk/Contents/Home/jre/lib/resources.jar

/Library/Java/JavaVirtualMachines/jdk1.8.0_77.jdk/Contents/Home/jre/lib/rt.jar

/Library/Java/JavaVirtualMachines/jdk1.8.0_77.jdk/Contents/Home/jre/lib/sunrsasign.jar

/Library/Java/JavaVirtualMachines/jdk1.8.0_77.jdk/Contents/Home/jre/lib/jsse.jar

/Library/Java/JavaVirtualMachines/jdk1.8.0_77.jdk/Contents/Home/jre/lib/jce.jar

/Library/Java/JavaVirtualMachines/jdk1.8.0_77.jdk/Contents/Home/jre/lib/charsets.jar

/Library/Java/JavaVirtualMachines/jdk1.8.0_77.jdk/Contents/Home/jre/lib/jfr.jar

/Library/Java/JavaVirtualMachines/jdk1.8.0_77.jdk/Contents/Home/jre/classes
    sun.boot.library.path =
/Library/Java/JavaVirtualMachines/jdk1.8.0_77.jdk/Contents/Home/jre/lib
    sun.cpu.endian = little
    sun.cpu.isalist =
    sun.io.unicode.encoding = UnicodeBig
    sun.java.launcher = SUN_STANDARD
    sun.jnu.encoding = UTF-8
    sun.management.compiler = HotSpot 64-Bit Tiered Compilers
    sun.os.patch.level = unknown
    user.country = US
    user.dir = /Users/james.bognar/git/incubator-juneau
    user.home = /Users/james.bognar
    user.language = en
    user.name = james.bognar
    user.timezone =

java version "1.8.0_77"
Java(TM) SE Runtime Environment (build 1.8.0_77-b03)
Java HotSpot(TM) 64-Bit Server VM (build 25.77-b03, mixed mode)


What I was doing to replicate the issue was running the following code
which simply makes 100k REST calls.  The connections seem to fail
approximately 0.0004% of the time.

public class AAA extends RestTestcase {
@Test
public void testX() throws Exception {
try {
ThirdPartyProxy proxy = TestMicroservice.client(JsonSerializer.DEFAULT,
JsonParser.DEFAULT).pooled().build().getRemoteableProxy(ThirdPartyProxy.class);
for (int i = 0; i < 100000; i++) {
proxy.setInteger3dArray(new Integer[][][]{{{1,null},null},null});
if (i % 100 == 0)
System.err.println(i);
}
} catch (Exception e) {
e.printStackTrace();
}
}
}

I'm going to try to narrow it down further over the weekend.

On Fri, Sep 15, 2017 at 12:16 AM, Charles Mims <ch...@mims.io> wrote:

> Could you tell me the details of your build environment? I'd like to try
> to replicate them as close as I can and as if I get the same results.
>
> Charles
>
> > On Sep 14, 2017, at 4:09 PM, James Bognar <ja...@apache.org>
> wrote:
> >
> > Update on the connections issue.
> >
> > I was able to reproduce the issue (kinda).  It shows up as any of the
> > following...
> >
> >   - NoHttpResponseException
> >   - Broken pipe
> >   - Socket timeout
> >
> > It occurs for me every 5th or 6th build.  I'm not seeing it nearly as
> often
> > as what Charles is seeing, but there's definitely something there.
> >
> > All I really know for sure is that when it does occur, the
> > Servlet.service() method has not yet been invoked on the server side.
> So I
> > don't know if it's an issue with Jetty or HttpClient or something in
> > between.  I suspect it's a Jetty issue.
> >
> > I've added retry handlers on the test clients which mostly fixes the
> > testcase failures.  But I don't consider that a long-term solution.
> >
> >
> > I've opened an Issue against Jetty hoping someone might see something
> from
> > my stack traces...
> > https://github.com/eclipse/jetty.project/issues/1821
> >
> >
> >
> >> On Thu, Sep 14, 2017 at 9:38 AM, James Bognar <ja...@gmail.com>
> wrote:
> >>
> >> Thanks Charles,
> >>
> >> I'll see if I can reproduce it today.  I'm not seeing a pattern here
> >> though...just broken pipes on the client side on different tests each
> >> time.  It looks like HttpClient detects this and creates new
> connections so
> >> that subsequent tests don't fail.
> >>
> >>> On Wed, Sep 13, 2017 at 10:35 PM, Charles Mims <ch...@mims.io>
> wrote:
> >>>
> >>> Tried building at home on a different network, same errors.
> >>>
> >>> ------------------------------------------------------------
> >>> -------------------
> >>> Test set: org.apache.juneau.rest.test._TestSuite
> >>> ------------------------------------------------------------
> >>> -------------------
> >>> Tests run: 2868, Failures: 0, Errors: 2, Skipped: 1, Time elapsed:
> >>> 15.151 sec <<< FAILURE! - in org.apache.juneau.rest.test._TestSuite
> >>> i07_setTypedBean1d3dListMap[1](org.apache.juneau.rest.test.I
> >>> nterfaceProxyTest)
> >>> Time elapsed: 0.011 sec  <<< ERROR!
> >>> java.lang.RuntimeException:
> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.i07_setTypedB
> >>> ean1d3dListMap(InterfaceProxyTest.java:619)
> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> >>> pipe (Write failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.i07_setTypedB
> >>> ean1d3dListMap(InterfaceProxyTest.java:619)
> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.i07_setTypedB
> >>> ean1d3dListMap(InterfaceProxyTest.java:619)
> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.i07_setTypedB
> >>> ean1d3dListMap(InterfaceProxyTest.java:619)
> >>>
> >>> ef08_setEnum1d3dListMap[1](org.apache.juneau.rest.test.Third
> >>> PartyProxyTest)
> >>> Time elapsed: 0.001 sec  <<< ERROR!
> >>> java.lang.RuntimeException:
> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef08_setEnum
> >>> 1d3dListMap(ThirdPartyProxyTest.java:1259)
> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> >>> pipe (Write failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef08_setEnum
> >>> 1d3dListMap(ThirdPartyProxyTest.java:1259)
> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef08_setEnum
> >>> 1d3dListMap(ThirdPartyProxyTest.java:1259)
> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef08_setEnum
> >>> 1d3dListMap(ThirdPartyProxyTest.java:1259)
> >>>
> >>> [20:53:13] cmims@MBP:~/juneau-6.4.0-incubating$ java -version
> >>> java version "1.8.0_144"
> >>> Java(TM) SE Runtime Environment (build 1.8.0_144-b01)
> >>> Java HotSpot(TM) 64-Bit Server VM (build 25.144-b01, mixed mode)
> >>> [20:53:28] cmims@MBP:~/juneau-6.4.0-incubating$ mvn -version
> >>> Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426;
> >>> 2017-04-03T14:39:06-05:00)
> >>> Maven home: /Users/cmims/apache-maven-3.5.0
> >>> Java version: 1.8.0_144, vendor: Oracle Corporation
> >>> Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_
> 144.jdk/Contents/
> >>> Home/jre
> >>> Default locale: en_US, platform encoding: UTF-8
> >>> OS name: "mac os x", version: "10.12.6", arch: "x86_64", family: "mac"
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>> I also tried building it in docker 'maven' container.
> >>> It had a lot more failures.  I'm not sure what to make of that of
> >>> whether or not this is useful.
> >>>
> >>>
> >>>
> >>>
> >>>
> >>> ------------------------------------------------------------
> >>> -------------------
> >>> Test set: org.apache.juneau.rest.test._TestSuite
> >>> ------------------------------------------------------------
> >>> -------------------
> >>> Tests run: 2868, Failures: 4, Errors: 24, Skipped: 1, Time elapsed:
> >>> 24.705 sec <<< FAILURE! - in org.apache.juneau.rest.test._TestSuite
> >>> testUsingContentParam(org.apache.juneau.rest.test.ContentTest)  Time
> >>> elapsed: 0.025 sec  <<< ERROR!
> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.ContentTest.testUsingContentPara
> >>> m(ContentTest.java:42)
> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.ContentTest.testUsingContentPara
> >>> m(ContentTest.java:42)
> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
> >>> at org.apache.juneau.rest.test.ContentTest.testUsingContentPara
> >>> m(ContentTest.java:42)
> >>>
> >>> testAccept(org.apache.juneau.rest.test.DefaultContentTypesTest)  Time
> >>> elapsed: 0.031 sec  <<< ERROR!
> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.DefaultContentTypesTest.testAcce
> >>> pt(DefaultContentTypesTest.java:293)
> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.DefaultContentTypesTest.testAcce
> >>> pt(DefaultContentTypesTest.java:293)
> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
> >>> at org.apache.juneau.rest.test.DefaultContentTypesTest.testAcce
> >>> pt(DefaultContentTypesTest.java:293)
> >>>
> >>> testRestMethodParserSerializerAnnotations(org.apache.juneau.
> >>> rest.test.DefaultContentTypesTest)
> >>> Time elapsed: 0.017 sec  <<< FAILURE!
> >>> junit.framework.AssertionFailedError: Response status code was not
> >>> correct.  Expected: '415'.  Actual: '0'
> >>> at org.apache.juneau.rest.test.DefaultContentTypesTest.testRest
> >>> MethodParserSerializerAnnotations(DefaultContentTypesTest.java:330)
> >>>
> >>> testSetParameterToInvalidTypes(org.apache.juneau.rest.test.E
> >>> rrorConditionsTest)
> >>> Time elapsed: 0.018 sec  <<< FAILURE!
> >>> junit.framework.AssertionFailedError: Response status code was not
> >>> correct.  Expected: '400'.  Actual: '0'
> >>> at org.apache.juneau.rest.test.ErrorConditionsTest.testSetParam
> >>> eterToInvalidTypes(ErrorConditionsTest.java:160)
> >>>
> >>> test404and405(org.apache.juneau.rest.test.ErrorConditionsTest)  Time
> >>> elapsed: 0.014 sec  <<< FAILURE!
> >>> junit.framework.AssertionFailedError: Response status code was not
> >>> correct.  Expected: '405'.  Actual: '0'
> >>> at org.apache.juneau.rest.test.ErrorConditionsTest.test404and40
> >>> 5(ErrorConditionsTest.java:191)
> >>>
> >>> testParseIntoNonStaticInnerClass(org.apache.juneau.rest.test
> >>> .ErrorConditionsTest)
> >>> Time elapsed: 0.007 sec  <<< FAILURE!
> >>> junit.framework.AssertionFailedError: Response status code was not
> >>> correct.  Expected: '400'.  Actual: '0'
> >>> at org.apache.juneau.rest.test.ErrorConditionsTest.testParseInt
> >>> oNonStaticInnerClass(ErrorConditionsTest.java:97)
> >>>
> >>> h03_setWrongInt[1](org.apache.juneau.rest.test.InterfaceProxyTest)
> >>> Time elapsed: 0.002 sec  <<< ERROR!
> >>> java.lang.RuntimeException:
> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h03_setWrongI
> >>> nt(InterfaceProxyTest.java:445)
> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> >>> pipe (Write failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h03_setWrongI
> >>> nt(InterfaceProxyTest.java:445)
> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h03_setWrongI
> >>> nt(InterfaceProxyTest.java:445)
> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h03_setWrongI
> >>> nt(InterfaceProxyTest.java:445)
> >>>
> >>> h05_setBoolean[1](org.apache.juneau.rest.test.InterfaceProxyTest)
> >>> Time elapsed: 0.001 sec  <<< ERROR!
> >>> java.lang.RuntimeException:
> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h05_setBoolea
> >>> n(InterfaceProxyTest.java:459)
> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> >>> pipe (Write failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h05_setBoolea
> >>> n(InterfaceProxyTest.java:459)
> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h05_setBoolea
> >>> n(InterfaceProxyTest.java:459)
> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h05_setBoolea
> >>> n(InterfaceProxyTest.java:459)
> >>>
> >>> h08_setString[1](org.apache.juneau.rest.test.InterfaceProxyTest)  Time
> >>> elapsed: 0.002 sec  <<< ERROR!
> >>> java.lang.RuntimeException:
> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h08_setString
> >>> (InterfaceProxyTest.java:474)
> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> >>> pipe (Write failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h08_setString
> >>> (InterfaceProxyTest.java:474)
> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h08_setString
> >>> (InterfaceProxyTest.java:474)
> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h08_setString
> >>> (InterfaceProxyTest.java:474)
> >>>
> >>> h10_setNullStringBad[1](org.apache.juneau.rest.test.
> InterfaceProxyTest)
> >>> Time elapsed: 0.002 sec  <<< ERROR!
> >>> java.lang.RuntimeException:
> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h10_setNullSt
> >>> ringBad(InterfaceProxyTest.java:485)
> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> >>> pipe (Write failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h10_setNullSt
> >>> ringBad(InterfaceProxyTest.java:485)
> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h10_setNullSt
> >>> ringBad(InterfaceProxyTest.java:485)
> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h10_setNullSt
> >>> ringBad(InterfaceProxyTest.java:485)
> >>>
> >>> h13_setString3dArray[1](org.apache.juneau.rest.test.
> InterfaceProxyTest)
> >>> Time elapsed: 0.002 sec  <<< ERROR!
> >>> java.lang.RuntimeException:
> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h13_setString
> >>> 3dArray(InterfaceProxyTest.java:504)
> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> >>> pipe (Write failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h13_setString
> >>> 3dArray(InterfaceProxyTest.java:504)
> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h13_setString
> >>> 3dArray(InterfaceProxyTest.java:504)
> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h13_setString
> >>> 3dArray(InterfaceProxyTest.java:504)
> >>>
> >>> h15_setInteger3dList[1](org.apache.juneau.rest.test.
> InterfaceProxyTest)
> >>> Time elapsed: 0.001 sec  <<< ERROR!
> >>> java.lang.RuntimeException:
> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h15_setIntege
> >>> r3dList(InterfaceProxyTest.java:514)
> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> >>> pipe (Write failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h15_setIntege
> >>> r3dList(InterfaceProxyTest.java:514)
> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h15_setIntege
> >>> r3dList(InterfaceProxyTest.java:514)
> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h15_setIntege
> >>> r3dList(InterfaceProxyTest.java:514)
> >>>
> >>> h18_setStringList[1](org.apache.juneau.rest.test.InterfaceProxyTest)
> >>> Time elapsed: 0.002 sec  <<< ERROR!
> >>> java.lang.RuntimeException:
> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h18_setString
> >>> List(InterfaceProxyTest.java:541)
> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> >>> pipe (Write failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h18_setString
> >>> List(InterfaceProxyTest.java:541)
> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h18_setString
> >>> List(InterfaceProxyTest.java:541)
> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h18_setString
> >>> List(InterfaceProxyTest.java:541)
> >>>
> >>> h20_setBean3dArray[1](org.apache.juneau.rest.test.InterfaceProxyTest)
> >>> Time elapsed: 0.001 sec  <<< ERROR!
> >>> java.lang.RuntimeException:
> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h20_setBean3d
> >>> Array(InterfaceProxyTest.java:552)
> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> >>> pipe (Write failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h20_setBean3d
> >>> Array(InterfaceProxyTest.java:552)
> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h20_setBean3d
> >>> Array(InterfaceProxyTest.java:552)
> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h20_setBean3d
> >>> Array(InterfaceProxyTest.java:552)
> >>>
> >>> h24_setBeanListMap[1](org.apache.juneau.rest.test.InterfaceProxyTest)
> >>> Time elapsed: 0.002 sec  <<< ERROR!
> >>> java.lang.RuntimeException:
> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h24_setBeanLi
> >>> stMap(InterfaceProxyTest.java:572)
> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> >>> pipe (Write failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h24_setBeanLi
> >>> stMap(InterfaceProxyTest.java:572)
> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h24_setBeanLi
> >>> stMap(InterfaceProxyTest.java:572)
> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h24_setBeanLi
> >>> stMap(InterfaceProxyTest.java:572)
> >>>
> >>> h26_setBeanListMapIntegerKeys[1](org.apache.juneau.rest.test
> >>> .InterfaceProxyTest)
> >>> Time elapsed: 0.002 sec  <<< ERROR!
> >>> java.lang.RuntimeException:
> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h26_setBeanLi
> >>> stMapIntegerKeys(InterfaceProxyTest.java:582)
> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> >>> pipe (Write failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h26_setBeanLi
> >>> stMapIntegerKeys(InterfaceProxyTest.java:582)
> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h26_setBeanLi
> >>> stMapIntegerKeys(InterfaceProxyTest.java:582)
> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.h26_setBeanLi
> >>> stMapIntegerKeys(InterfaceProxyTest.java:582)
> >>>
> >>> i03_setTypedBeanList[1](org.apache.juneau.rest.test.
> InterfaceProxyTest)
> >>> Time elapsed: 0.001 sec  <<< ERROR!
> >>> java.lang.RuntimeException:
> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.i03_setTypedB
> >>> eanList(InterfaceProxyTest.java:599)
> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> >>> pipe (Write failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.i03_setTypedB
> >>> eanList(InterfaceProxyTest.java:599)
> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.i03_setTypedB
> >>> eanList(InterfaceProxyTest.java:599)
> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.i03_setTypedB
> >>> eanList(InterfaceProxyTest.java:599)
> >>>
> >>> i05_setTypedBeanMap[1](org.apache.juneau.rest.test.InterfaceProxyTest)
> >>> Time elapsed: 0.002 sec  <<< ERROR!
> >>> java.lang.RuntimeException:
> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.i05_setTypedB
> >>> eanMap(InterfaceProxyTest.java:609)
> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> >>> pipe (Write failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.i05_setTypedB
> >>> eanMap(InterfaceProxyTest.java:609)
> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.i05_setTypedB
> >>> eanMap(InterfaceProxyTest.java:609)
> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.i05_setTypedB
> >>> eanMap(InterfaceProxyTest.java:609)
> >>>
> >>> l01_setEnum[1](org.apache.juneau.rest.test.InterfaceProxyTest)  Time
> >>> elapsed: 0.004 sec  <<< ERROR!
> >>> java.lang.RuntimeException:
> >>> org.apache.juneau.rest.client.RestCallException: Connection reset
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.l01_setEnum(
> >>> InterfaceProxyTest.java:674)
> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Connection
> >>> reset
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.l01_setEnum(
> >>> InterfaceProxyTest.java:674)
> >>> Caused by: java.net.SocketException: Connection reset
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.l01_setEnum(
> >>> InterfaceProxyTest.java:674)
> >>>
> >>> l03_setEnumList[1](org.apache.juneau.rest.test.InterfaceProxyTest)
> >>> Time elapsed: 0.002 sec  <<< ERROR!
> >>> java.lang.RuntimeException:
> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.l03_setEnumLi
> >>> st(InterfaceProxyTest.java:684)
> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> >>> pipe (Write failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.l03_setEnumLi
> >>> st(InterfaceProxyTest.java:684)
> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.l03_setEnumLi
> >>> st(InterfaceProxyTest.java:684)
> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.l03_setEnumLi
> >>> st(InterfaceProxyTest.java:684)
> >>>
> >>> l08_setEnum1d3dListMap[1](org.apache.juneau.rest.test.
> InterfaceProxyTest)
> >>> Time elapsed: 0.002 sec  <<< ERROR!
> >>> java.lang.RuntimeException:
> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.l08_setEnum1d
> >>> 3dListMap(InterfaceProxyTest.java:719)
> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> >>> pipe (Write failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.l08_setEnum1d
> >>> 3dListMap(InterfaceProxyTest.java:719)
> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.l08_setEnum1d
> >>> 3dListMap(InterfaceProxyTest.java:719)
> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.l08_setEnum1d
> >>> 3dListMap(InterfaceProxyTest.java:719)
> >>>
> >>> m03_setMultiParamsFloat[1](org.apache.juneau.rest.test.Inter
> >>> faceProxyTest)
> >>> Time elapsed: 0.002 sec  <<< ERROR!
> >>> java.lang.RuntimeException:
> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.m03_setMultiP
> >>> aramsFloat(InterfaceProxyTest.java:754)
> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> >>> pipe (Write failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.m03_setMultiP
> >>> aramsFloat(InterfaceProxyTest.java:754)
> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.m03_setMultiP
> >>> aramsFloat(InterfaceProxyTest.java:754)
> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.m03_setMultiP
> >>> aramsFloat(InterfaceProxyTest.java:754)
> >>>
> >>> m06_setMultiParamsBean[1](org.apache.juneau.rest.test.
> InterfaceProxyTest)
> >>> Time elapsed: 0.004 sec  <<< ERROR!
> >>> java.lang.RuntimeException:
> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.m06_setMultiP
> >>> aramsBean(InterfaceProxyTest.java:789)
> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> >>> pipe (Write failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.m06_setMultiP
> >>> aramsBean(InterfaceProxyTest.java:789)
> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.m06_setMultiP
> >>> aramsBean(InterfaceProxyTest.java:789)
> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.m06_setMultiP
> >>> aramsBean(InterfaceProxyTest.java:789)
> >>>
> >>> m08_setMultiParamsImplicitSwappedPojo[1](org.apache.juneau.
> >>> rest.test.InterfaceProxyTest)
> >>> Time elapsed: 0.002 sec  <<< ERROR!
> >>> java.lang.RuntimeException:
> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.m08_setMultiP
> >>> aramsImplicitSwappedPojo(InterfaceProxyTest.java:817)
> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> >>> pipe (Write failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.m08_setMultiP
> >>> aramsImplicitSwappedPojo(InterfaceProxyTest.java:817)
> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.m08_setMultiP
> >>> aramsImplicitSwappedPojo(InterfaceProxyTest.java:817)
> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
> >>> at org.apache.juneau.rest.test.InterfaceProxyTest.m08_setMultiP
> >>> aramsImplicitSwappedPojo(InterfaceProxyTest.java:817)
> >>>
> >>> testReader(org.apache.juneau.rest.test.NoParserInputTest)  Time
> >>> elapsed: 0.001 sec  <<< ERROR!
> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.NoParserInputTest.testReader(NoP
> >>> arserInputTest.java:42)
> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.NoParserInputTest.testReader(NoP
> >>> arserInputTest.java:42)
> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
> >>> at org.apache.juneau.rest.test.NoParserInputTest.testReader(NoP
> >>> arserInputTest.java:42)
> >>>
> >>> testHasQParamPost(org.apache.juneau.rest.test.ParamsTest)  Time
> >>> elapsed: 0.008 sec  <<< ERROR!
> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.ParamsTest.testHasQParamPost(Par
> >>> amsTest.java:505)
> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.ParamsTest.testHasQParamPost(Par
> >>> amsTest.java:505)
> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
> >>> at org.apache.juneau.rest.test.ParamsTest.testHasQParamPost(Par
> >>> amsTest.java:505)
> >>>
> >>> testParserOnClass(org.apache.juneau.rest.test.ParsersTest)  Time
> >>> elapsed: 0.013 sec  <<< ERROR!
> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.ParsersTest.testParserOnClass(Pa
> >>> rsersTest.java:48)
> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.ParsersTest.testParserOnClass(Pa
> >>> rsersTest.java:48)
> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
> >>> at org.apache.juneau.rest.test.ParsersTest.testParserOnClass(Pa
> >>> rsersTest.java:48)
> >>>
> >>> testParserOnMethod(org.apache.juneau.rest.test.ParsersTest)  Time
> >>> elapsed: 0.001 sec  <<< ERROR!
> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.ParsersTest.testParserOnMethod(P
> >>> arsersTest.java:60)
> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.ParsersTest.testParserOnMethod(P
> >>> arsersTest.java:60)
> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
> >>> at org.apache.juneau.rest.test.ParsersTest.testParserOnMethod(P
> >>> arsersTest.java:60)
> >>>
> >>> root@eb9111df31bf:/incubator-juneau# git status
> >>> HEAD detached at juneau-6.4.0-incubating-RC1
> >>>
> >>> root@eb9111df31bf:/incubator-juneau# mvn -version
> >>> Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426;
> >>> 2017-04-03T19:39:06Z)
> >>> Maven home: /usr/share/maven
> >>> Java version: 1.8.0_141, vendor: Oracle Corporation
> >>> Java home: /usr/lib/jvm/java-8-openjdk-amd64/jre
> >>> Default locale: en, platform encoding: UTF-8
> >>> OS name: "linux", version: "4.9.41-moby", arch: "amd64", family: "unix"
> >>>
> >>>
> >>>
> >>>
> >>> I also built a new docker container with this Dockerfile:
> >>>
> >>> from ubuntu
> >>> maintainer charles@mims.io
> >>> run apt update && apt upgrade -y && apt install -y openjdk-8-jdk wget
> >>> run wget http://apache.cs.utah.edu/maven/maven-3/3.5.0/binaries/apach
> >>> e-maven-3.5.0-bin.tar.gz
> >>> &&
> >>> <http://apache.cs.utah.edu/maven/maven-3/3.5.0/binaries/
> apache-maven-3.5.0-bin.tar.gz&&>
> >>> tar xzvf apache-maven-3.5.0-bin.tar.gz
> >>> ENV PATH=$PATH:/apache-maven-3.5.0/bin/
> >>>
> >>>
> >>> and ran it with --net=host
> >>>
> >>> and got similar results:
> >>>
> >>> ------------------------------------------------------------
> >>> -------------------
> >>> Test set: org.apache.juneau.rest.test._TestSuite
> >>> ------------------------------------------------------------
> >>> -------------------
> >>> Tests run: 2868, Failures: 2, Errors: 22, Skipped: 1, Time elapsed:
> >>> 18.806 sec <<< FAILURE! - in org.apache.juneau.rest.test._TestSuite
> >>> testRestMethodParserSerializerAnnotations(org.apache.juneau.
> >>> rest.test.DefaultContentTypesTest)
> >>> Time elapsed: 0.046 sec  <<< ERROR!
> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.DefaultContentTypesTest.testRest
> >>> MethodParserSerializerAnnotations(DefaultContentTypesTest.java:376)
> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.DefaultContentTypesTest.testRest
> >>> MethodParserSerializerAnnotations(DefaultContentTypesTest.java:376)
> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
> >>> at org.apache.juneau.rest.test.DefaultContentTypesTest.testRest
> >>> MethodParserSerializerAnnotations(DefaultContentTypesTest.java:376)
> >>>
> >>> testParseIntoNonStaticInnerClass(org.apache.juneau.rest.test
> >>> .ErrorConditionsTest)
> >>> Time elapsed: 0.003 sec  <<< FAILURE!
> >>> junit.framework.AssertionFailedError: Response status code was not
> >>> correct.  Expected: '400'.  Actual: '0'
> >>> at org.apache.juneau.rest.test.ErrorConditionsTest.testParseInt
> >>> oNonStaticInnerClass(ErrorConditionsTest.java:97)
> >>>
> >>> testNonExistentBeanProperties(org.apache.juneau.rest.test.Er
> >>> rorConditionsTest)
> >>> Time elapsed: 0.006 sec  <<< FAILURE!
> >>> junit.framework.AssertionFailedError: Response status code was not
> >>> correct.  Expected: '400'.  Actual: '0'
> >>> at org.apache.juneau.rest.test.ErrorConditionsTest.testNonExist
> >>> entBeanProperties(ErrorConditionsTest.java:42)
> >>>
> >>> testQParamPost(org.apache.juneau.rest.test.ParamsTest)  Time elapsed:
> >>> 0.02 sec  <<< ERROR!
> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.ParamsTest.testQParamPost(Params
> >>> Test.java:368)
> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.ParamsTest.testQParamPost(Params
> >>> Test.java:368)
> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
> >>> at org.apache.juneau.rest.test.ParamsTest.testQParamPost(Params
> >>> Test.java:368)
> >>>
> >>> testHasQParamPost(org.apache.juneau.rest.test.ParamsTest)  Time
> >>> elapsed: 0.009 sec  <<< ERROR!
> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.ParamsTest.testHasQParamPost(Par
> >>> amsTest.java:505)
> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.ParamsTest.testHasQParamPost(Par
> >>> amsTest.java:505)
> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
> >>> at org.apache.juneau.rest.test.ParamsTest.testHasQParamPost(Par
> >>> amsTest.java:505)
> >>>
> >>> ea02_setWrongInt[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
> >>> Time elapsed: 0.003 sec  <<< ERROR!
> >>> java.lang.RuntimeException:
> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea02_setWron
> >>> gInt(ThirdPartyProxyTest.java:985)
> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> >>> pipe (Write failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea02_setWron
> >>> gInt(ThirdPartyProxyTest.java:985)
> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea02_setWron
> >>> gInt(ThirdPartyProxyTest.java:985)
> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea02_setWron
> >>> gInt(ThirdPartyProxyTest.java:985)
> >>>
> >>> ea05_setFloat[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
> >>> Time elapsed: 0.001 sec  <<< ERROR!
> >>> java.lang.RuntimeException:
> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea05_setFloa
> >>> t(ThirdPartyProxyTest.java:1004)
> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> >>> pipe (Write failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea05_setFloa
> >>> t(ThirdPartyProxyTest.java:1004)
> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea05_setFloa
> >>> t(ThirdPartyProxyTest.java:1004)
> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea05_setFloa
> >>> t(ThirdPartyProxyTest.java:1004)
> >>>
> >>> ea08_setNullString[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
> >>> Time elapsed: 0.001 sec  <<< ERROR!
> >>> java.lang.RuntimeException:
> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea08_setNull
> >>> String(ThirdPartyProxyTest.java:1019)
> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> >>> pipe (Write failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea08_setNull
> >>> String(ThirdPartyProxyTest.java:1019)
> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea08_setNull
> >>> String(ThirdPartyProxyTest.java:1019)
> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea08_setNull
> >>> String(ThirdPartyProxyTest.java:1019)
> >>>
> >>> ea10_setInt3dArray[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
> >>> Time elapsed: 0.001 sec  <<< ERROR!
> >>> java.lang.RuntimeException:
> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea10_setInt3
> >>> dArray(ThirdPartyProxyTest.java:1034)
> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> >>> pipe (Write failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea10_setInt3
> >>> dArray(ThirdPartyProxyTest.java:1034)
> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea10_setInt3
> >>> dArray(ThirdPartyProxyTest.java:1034)
> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea10_setInt3
> >>> dArray(ThirdPartyProxyTest.java:1034)
> >>>
> >>> ea13_setIntegerList[1](org.apache.juneau.rest.test.
> ThirdPartyProxyTest)
> >>> Time elapsed: 0.001 sec  <<< ERROR!
> >>> java.lang.RuntimeException:
> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea13_setInte
> >>> gerList(ThirdPartyProxyTest.java:1049)
> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> >>> pipe (Write failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea13_setInte
> >>> gerList(ThirdPartyProxyTest.java:1049)
> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea13_setInte
> >>> gerList(ThirdPartyProxyTest.java:1049)
> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea13_setInte
> >>> gerList(ThirdPartyProxyTest.java:1049)
> >>>
> >>> ea15_setInteger1d3dList[1](org.apache.juneau.rest.test.Third
> >>> PartyProxyTest)
> >>> Time elapsed: 0.001 sec  <<< ERROR!
> >>> java.lang.RuntimeException:
> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea15_setInte
> >>> ger1d3dList(ThirdPartyProxyTest.java:1067)
> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> >>> pipe (Write failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea15_setInte
> >>> ger1d3dList(ThirdPartyProxyTest.java:1067)
> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea15_setInte
> >>> ger1d3dList(ThirdPartyProxyTest.java:1067)
> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea15_setInte
> >>> ger1d3dList(ThirdPartyProxyTest.java:1067)
> >>>
> >>> ea17_setStringList[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
> >>> Time elapsed: 0.001 sec  <<< ERROR!
> >>> java.lang.RuntimeException:
> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea17_setStri
> >>> ngList(ThirdPartyProxyTest.java:1081)
> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> >>> pipe (Write failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea17_setStri
> >>> ngList(ThirdPartyProxyTest.java:1081)
> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea17_setStri
> >>> ngList(ThirdPartyProxyTest.java:1081)
> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea17_setStri
> >>> ngList(ThirdPartyProxyTest.java:1081)
> >>>
> >>> eb04_setBean1d3dList[1](org.apache.juneau.rest.test.
> ThirdPartyProxyTest)
> >>> Time elapsed: 0.002 sec  <<< ERROR!
> >>> java.lang.RuntimeException:
> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb04_setBean
> >>> 1d3dList(ThirdPartyProxyTest.java:1102)
> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> >>> pipe (Write failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb04_setBean
> >>> 1d3dList(ThirdPartyProxyTest.java:1102)
> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb04_setBean
> >>> 1d3dList(ThirdPartyProxyTest.java:1102)
> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb04_setBean
> >>> 1d3dList(ThirdPartyProxyTest.java:1102)
> >>>
> >>> eb06_setBeanListMap[1](org.apache.juneau.rest.test.
> ThirdPartyProxyTest)
> >>> Time elapsed: 0.002 sec  <<< ERROR!
> >>> java.lang.RuntimeException:
> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb06_setBean
> >>> ListMap(ThirdPartyProxyTest.java:1112)
> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> >>> pipe (Write failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb06_setBean
> >>> ListMap(ThirdPartyProxyTest.java:1112)
> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb06_setBean
> >>> ListMap(ThirdPartyProxyTest.java:1112)
> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb06_setBean
> >>> ListMap(ThirdPartyProxyTest.java:1112)
> >>>
> >>> eb08_setBeanListMapIntegerKeys[1](org.apache.juneau.rest.
> >>> test.ThirdPartyProxyTest)
> >>> Time elapsed: 0.002 sec  <<< ERROR!
> >>> java.lang.RuntimeException:
> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb08_setBean
> >>> ListMapIntegerKeys(ThirdPartyProxyTest.java:1122)
> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> >>> pipe (Write failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb08_setBean
> >>> ListMapIntegerKeys(ThirdPartyProxyTest.java:1122)
> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb08_setBean
> >>> ListMapIntegerKeys(ThirdPartyProxyTest.java:1122)
> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb08_setBean
> >>> ListMapIntegerKeys(ThirdPartyProxyTest.java:1122)
> >>>
> >>> ec03_setTypedBeanList[1](org.apache.juneau.rest.test.
> ThirdPartyProxyTest)
> >>> Time elapsed: 0.001 sec  <<< ERROR!
> >>> java.lang.RuntimeException:
> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ec03_setType
> >>> dBeanList(ThirdPartyProxyTest.java:1139)
> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> >>> pipe (Write failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ec03_setType
> >>> dBeanList(ThirdPartyProxyTest.java:1139)
> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ec03_setType
> >>> dBeanList(ThirdPartyProxyTest.java:1139)
> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ec03_setType
> >>> dBeanList(ThirdPartyProxyTest.java:1139)
> >>>
> >>> ec05_setTypedBeanMap[1](org.apache.juneau.rest.test.
> ThirdPartyProxyTest)
> >>> Time elapsed: 0.001 sec  <<< ERROR!
> >>> java.lang.RuntimeException:
> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ec05_setType
> >>> dBeanMap(ThirdPartyProxyTest.java:1149)
> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> >>> pipe (Write failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ec05_setType
> >>> dBeanMap(ThirdPartyProxyTest.java:1149)
> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ec05_setType
> >>> dBeanMap(ThirdPartyProxyTest.java:1149)
> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ec05_setType
> >>> dBeanMap(ThirdPartyProxyTest.java:1149)
> >>>
> >>> ed01_setSwappedPojo[1](org.apache.juneau.rest.test.
> ThirdPartyProxyTest)
> >>> Time elapsed: 0.002 sec  <<< ERROR!
> >>> java.lang.RuntimeException:
> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ed01_setSwap
> >>> pedPojo(ThirdPartyProxyTest.java:1171)
> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> >>> pipe (Write failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ed01_setSwap
> >>> pedPojo(ThirdPartyProxyTest.java:1171)
> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ed01_setSwap
> >>> pedPojo(ThirdPartyProxyTest.java:1171)
> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ed01_setSwap
> >>> pedPojo(ThirdPartyProxyTest.java:1171)
> >>>
> >>> ed03_setSwappedPojoMap[1](org.apache.juneau.rest.test.ThirdP
> >>> artyProxyTest)
> >>> Time elapsed: 0.002 sec  <<< ERROR!
> >>> java.lang.RuntimeException:
> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ed03_setSwap
> >>> pedPojoMap(ThirdPartyProxyTest.java:1181)
> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> >>> pipe (Write failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ed03_setSwap
> >>> pedPojoMap(ThirdPartyProxyTest.java:1181)
> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ed03_setSwap
> >>> pedPojoMap(ThirdPartyProxyTest.java:1181)
> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ed03_setSwap
> >>> pedPojoMap(ThirdPartyProxyTest.java:1181)
> >>>
> >>> ee02_setImplicitSwappedPojo3dArray[1](org.apache.juneau.
> >>> rest.test.ThirdPartyProxyTest)
> >>> Time elapsed: 0.002 sec  <<< ERROR!
> >>> java.lang.RuntimeException:
> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ee02_setImpl
> >>> icitSwappedPojo3dArray(ThirdPartyProxyTest.java:1197)
> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> >>> pipe (Write failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ee02_setImpl
> >>> icitSwappedPojo3dArray(ThirdPartyProxyTest.java:1197)
> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ee02_setImpl
> >>> icitSwappedPojo3dArray(ThirdPartyProxyTest.java:1197)
> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ee02_setImpl
> >>> icitSwappedPojo3dArray(ThirdPartyProxyTest.java:1197)
> >>>
> >>> ee04_setImplicitSwappedPojo3dMap[1](org.apache.juneau.rest.
> >>> test.ThirdPartyProxyTest)
> >>> Time elapsed: 0.002 sec  <<< ERROR!
> >>> java.lang.RuntimeException:
> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ee04_setImpl
> >>> icitSwappedPojo3dMap(ThirdPartyProxyTest.java:1207)
> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> >>> pipe (Write failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ee04_setImpl
> >>> icitSwappedPojo3dMap(ThirdPartyProxyTest.java:1207)
> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ee04_setImpl
> >>> icitSwappedPojo3dMap(ThirdPartyProxyTest.java:1207)
> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ee04_setImpl
> >>> icitSwappedPojo3dMap(ThirdPartyProxyTest.java:1207)
> >>>
> >>> ef03_setEnumList[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
> >>> Time elapsed: 0.001 sec  <<< ERROR!
> >>> java.lang.RuntimeException:
> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef03_setEnum
> >>> List(ThirdPartyProxyTest.java:1224)
> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> >>> pipe (Write failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef03_setEnum
> >>> List(ThirdPartyProxyTest.java:1224)
> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef03_setEnum
> >>> List(ThirdPartyProxyTest.java:1224)
> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef03_setEnum
> >>> List(ThirdPartyProxyTest.java:1224)
> >>>
> >>> ef06_setEnumMap[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
> >>> Time elapsed: 0.001 sec  <<< ERROR!
> >>> java.lang.RuntimeException:
> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef06_setEnum
> >>> Map(ThirdPartyProxyTest.java:1249)
> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> >>> pipe (Write failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef06_setEnum
> >>> Map(ThirdPartyProxyTest.java:1249)
> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef06_setEnum
> >>> Map(ThirdPartyProxyTest.java:1249)
> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef06_setEnum
> >>> Map(ThirdPartyProxyTest.java:1249)
> >>>
> >>> ef08_setEnum1d3dListMap[1](org.apache.juneau.rest.test.Third
> >>> PartyProxyTest)
> >>> Time elapsed: 0.002 sec  <<< ERROR!
> >>> java.lang.RuntimeException:
> >>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef08_setEnum
> >>> 1d3dListMap(ThirdPartyProxyTest.java:1259)
> >>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> >>> pipe (Write failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef08_setEnum
> >>> 1d3dListMap(ThirdPartyProxyTest.java:1259)
> >>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> >>> failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef08_setEnum
> >>> 1d3dListMap(ThirdPartyProxyTest.java:1259)
> >>> Caused by: java.net.SocketException: Broken pipe (Write failed)
> >>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef08_setEnum
> >>> 1d3dListMap(ThirdPartyProxyTest.java:1259)
> >>>
> >>> On Wed, Sep 13, 2017 at 4:41 PM, James Bognar <ja...@apache.org>
> >>> wrote:
> >>>> Hrm....broken pipe and NoHttpResponseExceptions.  Perhaps intermittent
> >>>> network connection issues?
> >>>>
> >>>> Could you try the build a couple more times and see if the results are
> >>>> consistent?
> >>>>
> >>>>> On Wed, Sep 13, 2017 at 5:30 PM, Charles Mims <ch...@mims.io>
> wrote:
> >>>>>
> >>>>> I had failures in "Microservice Tests" when trying to build juneau
> >>>>> from this link:
> >>>>>
> >>>>> https://dist.apache.org/repos/dist/dev/incubator/juneau/
> >>>>> source/juneau-6.4.0-incubating-RC1/apache-juneau-6.4.0-
> >>> incubating-src.zip
> >>>>> ...
> >>>>> mvn -fae clean install
> >>>>> ...
> >>>>> [INFO] ------------------------------------------------------------
> >>>>> ------------
> >>>>> [INFO] Reactor Summary:
> >>>>> [INFO]
> >>>>> [INFO] Apache Juneau (incubating) ......................... SUCCESS [
> >>>>> 2.401 s]
> >>>>> [INFO] Apache Juneau - Core APIs .......................... SUCCESS [
> >>>>> 0.196 s]
> >>>>> [INFO] Apache Juneau Marshall ............................. SUCCESS [
> >>>>> 13.216 s]
> >>>>> [INFO] Apache Juneau Marshal RDF .......................... SUCCESS [
> >>>>> 1.605 s]
> >>>>> [INFO] Apache Juneau Data Transfer Objects ................ SUCCESS [
> >>>>> 2.589 s]
> >>>>> [INFO] Apache Juneau Core ................................. SUCCESS
> [
> >>>>> 0.537 s]
> >>>>> [INFO] Apache Juneau Config File API ...................... SUCCESS [
> >>>>> 0.786 s]
> >>>>> [INFO] Apache Juneau Core Tests ........................... SUCCESS [
> >>>>> 31.120 s]
> >>>>> [INFO] Apache Juneau - REST APIs .......................... SUCCESS [
> >>>>> 0.084 s]
> >>>>> [INFO] Apache Juneau REST Servlet API ..................... SUCCESS [
> >>>>> 2.239 s]
> >>>>> [INFO] Apache Juneau REST JAX/RS API ...................... SUCCESS [
> >>>>> 0.449 s]
> >>>>> [INFO] Apache Juneau REST Client API ...................... SUCCESS [
> >>>>> 1.032 s]
> >>>>> [INFO] Apache Juneau - Microservice APIs .................. SUCCESS [
> >>>>> 0.106 s]
> >>>>> [INFO] Apache Juneau Microservice Server .................. SUCCESS [
> >>>>> 1.301 s]
> >>>>> [INFO] Apache Juneau Microservice Template ................ SUCCESS [
> >>>>> 1.312 s]
> >>>>> [INFO] Apache Juneau - Examples ........................... SUCCESS [
> >>>>> 0.116 s]
> >>>>> [INFO] Apache Juneau REST Examples ........................ SUCCESS [
> >>>>> 7.460 s]
> >>>>> [INFO] Apache Juneau Microservice Tests ................... FAILURE [
> >>>>> 18.211 s]
> >>>>> [INFO] Apache Juneau Core Examples ........................ SUCCESS [
> >>>>> 0.261 s]
> >>>>> [INFO] Apache Juneau - Release Engineering ................ SUCCESS [
> >>>>> 0.029 s]
> >>>>> [INFO] Apache Juneau UberJar .............................. SUCCESS [
> >>>>> 1.181 s]
> >>>>> [INFO] Apache Juneau Distribution ......................... SUCCESS [
> >>>>> 1.588 s]
> >>>>> [INFO] ------------------------------------------------------------
> >>>>> ------------
> >>>>> [INFO] BUILD FAILURE
> >>>>> [INFO] ------------------------------------------------------------
> >>>>> ------------
> >>>>> [INFO] Total time: 01:28 min
> >>>>> [INFO] Finished at: 2017-09-13T14:48:01-05:00
> >>>>> [INFO] Final Memory: 88M/794M
> >>>>> [INFO] ------------------------------------------------------------
> >>>>> ------------
> >>>>> [ERROR] Failed to execute goal
> >>>>> org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test
> >>>>> (default-test) on project juneau-microservice-test: There are test
> >>>>> failures.
> >>>>>
> >>>>> $ cat /Users/cmims/juneau-6.4.0-incubating/juneau-
> microservice/juneau-
> >>>>> microservice-test/target/surefire-reports/org.apache.
> >>>>> juneau.rest.test._TestSuite.txt
> >>>>> ------------------------------------------------------------
> >>>>> -------------------
> >>>>> Test set: org.apache.juneau.rest.test._TestSuite
> >>>>> ------------------------------------------------------------
> >>>>> -------------------
> >>>>> Tests run: 2868, Failures: 0, Errors: 2, Skipped: 1, Time elapsed:
> >>>>> 15.925 sec <<< FAILURE! - in org.apache.juneau.rest.test._TestSuite
> >>>>> m04_setMultiParamsFloatObject[1](org.apache.juneau.rest.
> >>>>> test.InterfaceProxyTest)
> >>>>> Time elapsed: 0.009 sec  <<< ERROR!
> >>>>> java.lang.RuntimeException:
> >>>>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> >>>>> failed)
> >>>>> at org.apache.juneau.rest.test.InterfaceProxyTest.m04_
> >>>>> setMultiParamsFloatObject(InterfaceProxyTest.java:765)
> >>>>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> >>>>> pipe (Write failed)
> >>>>> at org.apache.juneau.rest.test.InterfaceProxyTest.m04_
> >>>>> setMultiParamsFloatObject(InterfaceProxyTest.java:765)
> >>>>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe
> (Write
> >>>>> failed)
> >>>>> at org.apache.juneau.rest.test.InterfaceProxyTest.m04_
> >>>>> setMultiParamsFloatObject(InterfaceProxyTest.java:765)
> >>>>> Caused by: java.net.SocketException: Broken pipe (Write failed)
> >>>>> at org.apache.juneau.rest.test.InterfaceProxyTest.m04_
> >>>>> setMultiParamsFloatObject(InterfaceProxyTest.java:765)
> >>>>>
> >>>>> ef04_setEnum3dList[1](org.apache.juneau.rest.test.
> ThirdPartyProxyTest)
> >>>>> Time elapsed: 0.002 sec  <<< ERROR!
> >>>>> java.lang.RuntimeException:
> >>>>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> >>>>> failed)
> >>>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef04_
> setEnum3dList(
> >>>>> ThirdPartyProxyTest.java:1229)
> >>>>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> >>>>> pipe (Write failed)
> >>>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef04_
> setEnum3dList(
> >>>>> ThirdPartyProxyTest.java:1229)
> >>>>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe
> (Write
> >>>>> failed)
> >>>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef04_
> setEnum3dList(
> >>>>> ThirdPartyProxyTest.java:1229)
> >>>>> Caused by: java.net.SocketException: Broken pipe (Write failed)
> >>>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef04_
> setEnum3dList(
> >>>>> ThirdPartyProxyTest.java:1229)
> >>>>>
> >>>>>
> >>>>>
> >>>>> Oddly, when I try to build what I think is the corresponding commit
> >>>>> from the git repo, I get different tests failing.
> >>>>>
> >>>>>
> >>>>>
> >>>>> [15:52:34] cmims@MBP:~$ git clone git@github.com:apache/
> >>>>> incubator-juneau.git
> >>>>> Cloning into 'incubator-juneau'...
> >>>>> ...
> >>>>> [15:53:08] cmims@MBP:~$ cd incubator-juneau
> >>>>> [15:53:08] cmims@MBP:~/incubator-juneau$ git fetch
> >>>>> [15:53:09] cmims@MBP:~/incubator-juneau$ git checkout
> >>>>> juneau-6.4.0-incubating-RC1
> >>>>> Note: checking out 'juneau-6.4.0-incubating-RC1'.
> >>>>> ...
> >>>>> HEAD is now at 231c3b22... [maven-release-plugin] prepare release
> >>>>> juneau-6.4.0-incubating-RC1
> >>>>>
> >>>>> $ mvn -fae clean install
> >>>>> ...
> >>>>> [INFO] ------------------------------------------------------------
> >>>>> ------------
> >>>>> [INFO] Reactor Summary:
> >>>>> [INFO]
> >>>>> [INFO] Apache Juneau (incubating) ......................... SUCCESS [
> >>>>> 2.209 s]
> >>>>> [INFO] Apache Juneau - Core APIs .......................... SUCCESS [
> >>>>> 0.126 s]
> >>>>> [INFO] Apache Juneau Marshall ............................. SUCCESS [
> >>>>> 14.841 s]
> >>>>> [INFO] Apache Juneau Marshal RDF .......................... SUCCESS [
> >>>>> 1.356 s]
> >>>>> [INFO] Apache Juneau Data Transfer Objects ................ SUCCESS [
> >>>>> 2.676 s]
> >>>>> [INFO] Apache Juneau Core ................................. SUCCESS
> [
> >>>>> 0.560 s]
> >>>>> [INFO] Apache Juneau Config File API ...................... SUCCESS [
> >>>>> 0.705 s]
> >>>>> [INFO] Apache Juneau Core Tests ........................... SUCCESS [
> >>>>> 32.473 s]
> >>>>> [INFO] Apache Juneau - REST APIs .......................... SUCCESS [
> >>>>> 0.070 s]
> >>>>> [INFO] Apache Juneau REST Servlet API ..................... SUCCESS [
> >>>>> 1.917 s]
> >>>>> [INFO] Apache Juneau REST JAX/RS API ...................... SUCCESS [
> >>>>> 0.467 s]
> >>>>> [INFO] Apache Juneau REST Client API ...................... SUCCESS [
> >>>>> 0.981 s]
> >>>>> [INFO] Apache Juneau - Microservice APIs .................. SUCCESS [
> >>>>> 0.054 s]
> >>>>> [INFO] Apache Juneau Microservice Server .................. SUCCESS [
> >>>>> 1.474 s]
> >>>>> [INFO] Apache Juneau Microservice Template ................ SUCCESS [
> >>>>> 1.147 s]
> >>>>> [INFO] Apache Juneau - Examples ........................... SUCCESS [
> >>>>> 0.047 s]
> >>>>> [INFO] Apache Juneau REST Examples ........................ SUCCESS [
> >>>>> 7.180 s]
> >>>>> [INFO] Apache Juneau Microservice Tests ................... FAILURE [
> >>>>> 19.892 s]
> >>>>> [INFO] Apache Juneau Core Examples ........................ SUCCESS [
> >>>>> 0.772 s]
> >>>>> [INFO] Apache Juneau - Release Engineering ................ SUCCESS [
> >>>>> 0.168 s]
> >>>>> [INFO] Apache Juneau UberJar .............................. SUCCESS [
> >>>>> 2.801 s]
> >>>>> [INFO] Apache Juneau Distribution ......................... SUCCESS [
> >>>>> 2.879 s]
> >>>>> [INFO] ------------------------------------------------------------
> >>>>> ------------
> >>>>> [INFO] BUILD FAILURE
> >>>>> [INFO] ------------------------------------------------------------
> >>>>> ------------
> >>>>> [INFO] Total time: 01:35 min
> >>>>> [INFO] Finished at: 2017-09-13T15:55:33-05:00
> >>>>> [INFO] Final Memory: 89M/814M
> >>>>> [INFO] ------------------------------------------------------------
> >>>>> ------------
> >>>>> [ERROR] Failed to execute goal
> >>>>> org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test
> >>>>> (default-test) on project juneau-microservice-test: There are test
> >>>>> failures.
> >>>>>
> >>>>>
> >>>>> [15:55:34] cmims@MBP:~/incubator-juneau$ cat
> >>>>> /Users/cmims/incubator-juneau/juneau-microservice/juneau-
> >>>>> microservice-test/target/surefire-reports/
> >>>>> TEST-org.apache.juneau.rest.test._TestSuite.xml
> >>>>> org.apache.juneau.rest.test._TestSuite.txt
> >>>>> [15:55:34] cmims@MBP:~/incubator-juneau$ cat
> >>>>> /Users/cmims/incubator-juneau/juneau-microservice/juneau-
> >>>>> microservice-test/target/surefire-reports/org.apache.
> >>>>> juneau.rest.test._TestSuite.txt
> >>>>> ------------------------------------------------------------
> >>>>> -------------------
> >>>>> Test set: org.apache.juneau.rest.test._TestSuite
> >>>>> ------------------------------------------------------------
> >>>>> -------------------
> >>>>> Tests run: 2868, Failures: 0, Errors: 1, Skipped: 1, Time elapsed:
> >>>>> 17.637 sec <<< FAILURE! - in org.apache.juneau.rest.test._TestSuite
> >>>>> testUsingContentParam(org.apache.juneau.rest.test.ContentTest)  Time
> >>>>> elapsed: 0.057 sec  <<< ERROR!
> >>>>> org.apache.juneau.rest.client.RestCallException: MBP:10001 failed to
> >>>>> respond
> >>>>> at org.apache.juneau.rest.test.ContentTest.testUsingContentParam(
> >>>>> ContentTest.java:77)
> >>>>> Caused by: org.apache.http.NoHttpResponseException: MBP:10001 failed
> >>> to
> >>>>> respond
> >>>>> at org.apache.juneau.rest.test.ContentTest.testUsingContentParam(
> >>>>> ContentTest.java:77)
> >>>>>
> >>>>>
> >>>>>
> >>>>> On Wed, Sep 13, 2017 at 12:41 PM, 이동욱/Dong-Uk Lee <
> yidonguk@gmail.com>
> >>>>> wrote:
> >>>>>> +1
> >>>>>>
> >>>>>> I think it's not a big problem.
> >>>>>> Thanks James!
> >>>>>>
> >>>>>>
> >>>>>> 2017. 9. 13. 오후 10:39에 "James Bognar" <ja...@apache.org>님이
> 작성:
> >>>>>>
> >>>>>> Thanks Raphi!
> >>>>>>
> >>>>>> I validated your change locally.  No problems.
> >>>>>>
> >>>>>> What is your vote otherwise?  Do you think this requires another
> >>> release
> >>>>>> candidate?
> >>>>>>
> >>>>>> On Wed, Sep 13, 2017 at 12:23 AM, Raphi D Lee <yi...@gmail.com>
> >>>>> wrote:
> >>>>>>
> >>>>>>>
> >>>>>>> Hi all,
> >>>>>>>
> >>>>>>> I’ve tried to build this release and faced Test Fail like below
> >>>>>>>
> >>>>>>> Failed tests:
> >>>>>>>  DataConversionTest.testObjectSwaps:153 expected:<Jan 1[2], 2001>
> >>> but
> >>>>>>> was:<Jan 1[1], 2001>
> >>>>>>>  CalendarSwapTest.testBeanProperyFilterHtml:198
> >>>>>>> expected:<-2172115000000> but was:<-2172116928000>
> >>>>>>>  CalendarSwapTest.testBeanProperyFilterJson:162
> >>>>>>> expected:<-2172115000000> but was:<-2172116928000>
> >>>>>>>  CalendarSwapTest.testBeanProperyFilterUon:217
> >>>>> expected:<-2172115000000>
> >>>>>>> but was:<-2172116928000>
> >>>>>>>  CalendarSwapTest.testBeanProperyFilterUrlEncoding:240
> >>>>>>> expected:<-2172115000000> but was:<-2172116928000>
> >>>>>>>  CalendarSwapTest.testBeanProperyFilterXml:180
> >>>>> expected:<-2172115000000>
> >>>>>>> but was:<-2172116928000>
> >>>>>>>
> >>>>>>>
> >>>>>>> So, I made some code changes and committed.
> >>>>>>> Please take a look my changes.
> >>>>>>>
> >>>>>>>
> >>>>>>> Thanks
> >>>>>>>
> >>>>>>>
> >>>>>>>
> >>>>>>>
> >>>>>>> Raphi D Lee, yidonguk@gmail.com
> >>>>>>>
> >>>>>>>
> >>>>>>>
> >>>>>>>
> >>>>>>> 2017. 9. 13. 오전 12:21, Steve Blackmon <sb...@apache.org> 작성:
> >>>>>>>
> >>>>>>> +1 (binding)
> >>>>>>>
> >>>>>>> - confirmed SUCCESS from mvn clean install
> >>>>>>> - checked md5 and shasum for bin and src release artifacts
> >>>>>>> - verified gpg signatures
> >>>>>>>
> >>>>>>> Steve
> >>>>>>>
> >>>>>>> On Sep 10, 2017 at 6:27 PM, James Bognar <ja...@apache.org>
> >>>>> wrote:
> >>>>>>>
> >>>>>>>
> >>>>>>> I am pleased to be calling this vote for the source release of
> >>> Apache
> >>>>>>> Juneau 6.4.0-incubating RC1.
> >>>>>>>
> >>>>>>> The list of new features can be found here:
> >>>>>>> http://juneau.incubator.apache.org/site/apidocs/overview-
> >>>>>>> summary.html#6.4.0
> >>>>>>>
> >>>>>>> The binaries are available at:
> >>>>>>> https://dist.apache.org/repos/dist/dev/incubator/juneau/bina
> >>>>>>> ries/juneau-6.4.0-incubating-RC1/
> >>>>>>>
> >>>>>>> The release candidate to be voted over is available at:
> >>>>>>> https://dist.apache.org/repos/dist/dev/incubator/juneau/sour
> >>>>>>> ce/juneau-6.4.0-incubating-RC1/
> >>>>>>>
> >>>>>>> SHA-1 checksums:
> >>>>>>> 0d04cf1808e0d46e1f2025d085b5fa104be99e38
> >>>>>>> apache-juneau-6.4.0-incubating-src.zip
> >>>>>>> b456a34aa6b7c36abf7208b391734f16c0634ca5
> >>>>>>> apache-juneau-6.4.0-incubating-bin.zip
> >>>>>>>
> >>>>>>> MD5 checksums:
> >>>>>>> cca93858b1653150c2ab06d170dcf60f apache-juneau-6.4.0-incubating
> >>> -src.zip
> >>>>>>> 23183baf4364c987dabb7ad112a04db0 apache-juneau-6.4.0-incubating
> >>> -bin.zip
> >>>>>>>
> >>>>>>> Build the release candidate using:
> >>>>>>> mvn clean install
> >>>>>>>
> >>>>>>> The release candidate is signed with a GPG key available at:
> >>>>>>> https://dist.apache.org/repos/dist/release/incubator/juneau/KEYS
> >>>>>>>
> >>>>>>> A staged Maven repository is available for review at:
> >>>>>>> https://repository.apache.org/content/repositories/
> >>>>> orgapachejuneau-1015/
> >>>>>>>
> >>>>>>> The Git commit for this release is...
> >>>>>>> https://git-wip-us.apache.org/repos/asf?p=incubator-juneau.g
> >>>>>>> it;a=commit;h=231c3b226762e08de1250be681e2b5be680d7ff8
> >>>>>>>
> >>>>>>> Please vote on releasing this package as:
> >>>>>>> Apache Juneau 6.4.0-incubating
> >>>>>>>
> >>>>>>> This vote will be open until 13-Sep-2017 7:30pm EST and passes if a
> >>>>>>> majority of at least three +1 Apache Juneau PPMC votes are cast.
> >>>>>>>
> >>>>>>> [ ] +1 Release this package
> >>>>>>> [ ] 0 I don't feel strongly about it, but don't object
> >>>>>>> [ ] -1 Do not release this package because...
> >>>>>>>
> >>>>>>> Anyone can participate in testing and voting, not just committers,
> >>>>> please
> >>>>>>> feel free to try out the release candidate and provide your votes.
> >>>>>>>
> >>>>>>>
> >>>>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>> --
> >>>>> Charles Mims
> >>>>> pgp key: 81C62E56F930E099
> >>>>>
> >>>
> >>>
> >>>
> >>> --
> >>> Charles Mims
> >>> pgp key: 81C62E56F930E099
> >>>
> >>
> >>
>

Re: [VOTE] Release Apache Juneau 6.4.0-incubating RC1

Posted by Charles Mims <ch...@mims.io>.
Could you tell me the details of your build environment? I'd like to try to replicate them as close as I can and as if I get the same results.  

Charles 

> On Sep 14, 2017, at 4:09 PM, James Bognar <ja...@apache.org> wrote:
> 
> Update on the connections issue.
> 
> I was able to reproduce the issue (kinda).  It shows up as any of the
> following...
> 
>   - NoHttpResponseException
>   - Broken pipe
>   - Socket timeout
> 
> It occurs for me every 5th or 6th build.  I'm not seeing it nearly as often
> as what Charles is seeing, but there's definitely something there.
> 
> All I really know for sure is that when it does occur, the
> Servlet.service() method has not yet been invoked on the server side.  So I
> don't know if it's an issue with Jetty or HttpClient or something in
> between.  I suspect it's a Jetty issue.
> 
> I've added retry handlers on the test clients which mostly fixes the
> testcase failures.  But I don't consider that a long-term solution.
> 
> 
> I've opened an Issue against Jetty hoping someone might see something from
> my stack traces...
> https://github.com/eclipse/jetty.project/issues/1821
> 
> 
> 
>> On Thu, Sep 14, 2017 at 9:38 AM, James Bognar <ja...@gmail.com> wrote:
>> 
>> Thanks Charles,
>> 
>> I'll see if I can reproduce it today.  I'm not seeing a pattern here
>> though...just broken pipes on the client side on different tests each
>> time.  It looks like HttpClient detects this and creates new connections so
>> that subsequent tests don't fail.
>> 
>>> On Wed, Sep 13, 2017 at 10:35 PM, Charles Mims <ch...@mims.io> wrote:
>>> 
>>> Tried building at home on a different network, same errors.
>>> 
>>> ------------------------------------------------------------
>>> -------------------
>>> Test set: org.apache.juneau.rest.test._TestSuite
>>> ------------------------------------------------------------
>>> -------------------
>>> Tests run: 2868, Failures: 0, Errors: 2, Skipped: 1, Time elapsed:
>>> 15.151 sec <<< FAILURE! - in org.apache.juneau.rest.test._TestSuite
>>> i07_setTypedBean1d3dListMap[1](org.apache.juneau.rest.test.I
>>> nterfaceProxyTest)
>>> Time elapsed: 0.011 sec  <<< ERROR!
>>> java.lang.RuntimeException:
>>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.i07_setTypedB
>>> ean1d3dListMap(InterfaceProxyTest.java:619)
>>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>>> pipe (Write failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.i07_setTypedB
>>> ean1d3dListMap(InterfaceProxyTest.java:619)
>>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.i07_setTypedB
>>> ean1d3dListMap(InterfaceProxyTest.java:619)
>>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.i07_setTypedB
>>> ean1d3dListMap(InterfaceProxyTest.java:619)
>>> 
>>> ef08_setEnum1d3dListMap[1](org.apache.juneau.rest.test.Third
>>> PartyProxyTest)
>>> Time elapsed: 0.001 sec  <<< ERROR!
>>> java.lang.RuntimeException:
>>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef08_setEnum
>>> 1d3dListMap(ThirdPartyProxyTest.java:1259)
>>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>>> pipe (Write failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef08_setEnum
>>> 1d3dListMap(ThirdPartyProxyTest.java:1259)
>>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef08_setEnum
>>> 1d3dListMap(ThirdPartyProxyTest.java:1259)
>>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef08_setEnum
>>> 1d3dListMap(ThirdPartyProxyTest.java:1259)
>>> 
>>> [20:53:13] cmims@MBP:~/juneau-6.4.0-incubating$ java -version
>>> java version "1.8.0_144"
>>> Java(TM) SE Runtime Environment (build 1.8.0_144-b01)
>>> Java HotSpot(TM) 64-Bit Server VM (build 25.144-b01, mixed mode)
>>> [20:53:28] cmims@MBP:~/juneau-6.4.0-incubating$ mvn -version
>>> Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426;
>>> 2017-04-03T14:39:06-05:00)
>>> Maven home: /Users/cmims/apache-maven-3.5.0
>>> Java version: 1.8.0_144, vendor: Oracle Corporation
>>> Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/
>>> Home/jre
>>> Default locale: en_US, platform encoding: UTF-8
>>> OS name: "mac os x", version: "10.12.6", arch: "x86_64", family: "mac"
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> I also tried building it in docker 'maven' container.
>>> It had a lot more failures.  I'm not sure what to make of that of
>>> whether or not this is useful.
>>> 
>>> 
>>> 
>>> 
>>> 
>>> ------------------------------------------------------------
>>> -------------------
>>> Test set: org.apache.juneau.rest.test._TestSuite
>>> ------------------------------------------------------------
>>> -------------------
>>> Tests run: 2868, Failures: 4, Errors: 24, Skipped: 1, Time elapsed:
>>> 24.705 sec <<< FAILURE! - in org.apache.juneau.rest.test._TestSuite
>>> testUsingContentParam(org.apache.juneau.rest.test.ContentTest)  Time
>>> elapsed: 0.025 sec  <<< ERROR!
>>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.ContentTest.testUsingContentPara
>>> m(ContentTest.java:42)
>>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.ContentTest.testUsingContentPara
>>> m(ContentTest.java:42)
>>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>>> at org.apache.juneau.rest.test.ContentTest.testUsingContentPara
>>> m(ContentTest.java:42)
>>> 
>>> testAccept(org.apache.juneau.rest.test.DefaultContentTypesTest)  Time
>>> elapsed: 0.031 sec  <<< ERROR!
>>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.DefaultContentTypesTest.testAcce
>>> pt(DefaultContentTypesTest.java:293)
>>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.DefaultContentTypesTest.testAcce
>>> pt(DefaultContentTypesTest.java:293)
>>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>>> at org.apache.juneau.rest.test.DefaultContentTypesTest.testAcce
>>> pt(DefaultContentTypesTest.java:293)
>>> 
>>> testRestMethodParserSerializerAnnotations(org.apache.juneau.
>>> rest.test.DefaultContentTypesTest)
>>> Time elapsed: 0.017 sec  <<< FAILURE!
>>> junit.framework.AssertionFailedError: Response status code was not
>>> correct.  Expected: '415'.  Actual: '0'
>>> at org.apache.juneau.rest.test.DefaultContentTypesTest.testRest
>>> MethodParserSerializerAnnotations(DefaultContentTypesTest.java:330)
>>> 
>>> testSetParameterToInvalidTypes(org.apache.juneau.rest.test.E
>>> rrorConditionsTest)
>>> Time elapsed: 0.018 sec  <<< FAILURE!
>>> junit.framework.AssertionFailedError: Response status code was not
>>> correct.  Expected: '400'.  Actual: '0'
>>> at org.apache.juneau.rest.test.ErrorConditionsTest.testSetParam
>>> eterToInvalidTypes(ErrorConditionsTest.java:160)
>>> 
>>> test404and405(org.apache.juneau.rest.test.ErrorConditionsTest)  Time
>>> elapsed: 0.014 sec  <<< FAILURE!
>>> junit.framework.AssertionFailedError: Response status code was not
>>> correct.  Expected: '405'.  Actual: '0'
>>> at org.apache.juneau.rest.test.ErrorConditionsTest.test404and40
>>> 5(ErrorConditionsTest.java:191)
>>> 
>>> testParseIntoNonStaticInnerClass(org.apache.juneau.rest.test
>>> .ErrorConditionsTest)
>>> Time elapsed: 0.007 sec  <<< FAILURE!
>>> junit.framework.AssertionFailedError: Response status code was not
>>> correct.  Expected: '400'.  Actual: '0'
>>> at org.apache.juneau.rest.test.ErrorConditionsTest.testParseInt
>>> oNonStaticInnerClass(ErrorConditionsTest.java:97)
>>> 
>>> h03_setWrongInt[1](org.apache.juneau.rest.test.InterfaceProxyTest)
>>> Time elapsed: 0.002 sec  <<< ERROR!
>>> java.lang.RuntimeException:
>>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.h03_setWrongI
>>> nt(InterfaceProxyTest.java:445)
>>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>>> pipe (Write failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.h03_setWrongI
>>> nt(InterfaceProxyTest.java:445)
>>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.h03_setWrongI
>>> nt(InterfaceProxyTest.java:445)
>>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.h03_setWrongI
>>> nt(InterfaceProxyTest.java:445)
>>> 
>>> h05_setBoolean[1](org.apache.juneau.rest.test.InterfaceProxyTest)
>>> Time elapsed: 0.001 sec  <<< ERROR!
>>> java.lang.RuntimeException:
>>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.h05_setBoolea
>>> n(InterfaceProxyTest.java:459)
>>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>>> pipe (Write failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.h05_setBoolea
>>> n(InterfaceProxyTest.java:459)
>>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.h05_setBoolea
>>> n(InterfaceProxyTest.java:459)
>>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.h05_setBoolea
>>> n(InterfaceProxyTest.java:459)
>>> 
>>> h08_setString[1](org.apache.juneau.rest.test.InterfaceProxyTest)  Time
>>> elapsed: 0.002 sec  <<< ERROR!
>>> java.lang.RuntimeException:
>>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.h08_setString
>>> (InterfaceProxyTest.java:474)
>>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>>> pipe (Write failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.h08_setString
>>> (InterfaceProxyTest.java:474)
>>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.h08_setString
>>> (InterfaceProxyTest.java:474)
>>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.h08_setString
>>> (InterfaceProxyTest.java:474)
>>> 
>>> h10_setNullStringBad[1](org.apache.juneau.rest.test.InterfaceProxyTest)
>>> Time elapsed: 0.002 sec  <<< ERROR!
>>> java.lang.RuntimeException:
>>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.h10_setNullSt
>>> ringBad(InterfaceProxyTest.java:485)
>>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>>> pipe (Write failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.h10_setNullSt
>>> ringBad(InterfaceProxyTest.java:485)
>>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.h10_setNullSt
>>> ringBad(InterfaceProxyTest.java:485)
>>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.h10_setNullSt
>>> ringBad(InterfaceProxyTest.java:485)
>>> 
>>> h13_setString3dArray[1](org.apache.juneau.rest.test.InterfaceProxyTest)
>>> Time elapsed: 0.002 sec  <<< ERROR!
>>> java.lang.RuntimeException:
>>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.h13_setString
>>> 3dArray(InterfaceProxyTest.java:504)
>>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>>> pipe (Write failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.h13_setString
>>> 3dArray(InterfaceProxyTest.java:504)
>>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.h13_setString
>>> 3dArray(InterfaceProxyTest.java:504)
>>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.h13_setString
>>> 3dArray(InterfaceProxyTest.java:504)
>>> 
>>> h15_setInteger3dList[1](org.apache.juneau.rest.test.InterfaceProxyTest)
>>> Time elapsed: 0.001 sec  <<< ERROR!
>>> java.lang.RuntimeException:
>>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.h15_setIntege
>>> r3dList(InterfaceProxyTest.java:514)
>>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>>> pipe (Write failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.h15_setIntege
>>> r3dList(InterfaceProxyTest.java:514)
>>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.h15_setIntege
>>> r3dList(InterfaceProxyTest.java:514)
>>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.h15_setIntege
>>> r3dList(InterfaceProxyTest.java:514)
>>> 
>>> h18_setStringList[1](org.apache.juneau.rest.test.InterfaceProxyTest)
>>> Time elapsed: 0.002 sec  <<< ERROR!
>>> java.lang.RuntimeException:
>>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.h18_setString
>>> List(InterfaceProxyTest.java:541)
>>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>>> pipe (Write failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.h18_setString
>>> List(InterfaceProxyTest.java:541)
>>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.h18_setString
>>> List(InterfaceProxyTest.java:541)
>>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.h18_setString
>>> List(InterfaceProxyTest.java:541)
>>> 
>>> h20_setBean3dArray[1](org.apache.juneau.rest.test.InterfaceProxyTest)
>>> Time elapsed: 0.001 sec  <<< ERROR!
>>> java.lang.RuntimeException:
>>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.h20_setBean3d
>>> Array(InterfaceProxyTest.java:552)
>>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>>> pipe (Write failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.h20_setBean3d
>>> Array(InterfaceProxyTest.java:552)
>>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.h20_setBean3d
>>> Array(InterfaceProxyTest.java:552)
>>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.h20_setBean3d
>>> Array(InterfaceProxyTest.java:552)
>>> 
>>> h24_setBeanListMap[1](org.apache.juneau.rest.test.InterfaceProxyTest)
>>> Time elapsed: 0.002 sec  <<< ERROR!
>>> java.lang.RuntimeException:
>>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.h24_setBeanLi
>>> stMap(InterfaceProxyTest.java:572)
>>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>>> pipe (Write failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.h24_setBeanLi
>>> stMap(InterfaceProxyTest.java:572)
>>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.h24_setBeanLi
>>> stMap(InterfaceProxyTest.java:572)
>>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.h24_setBeanLi
>>> stMap(InterfaceProxyTest.java:572)
>>> 
>>> h26_setBeanListMapIntegerKeys[1](org.apache.juneau.rest.test
>>> .InterfaceProxyTest)
>>> Time elapsed: 0.002 sec  <<< ERROR!
>>> java.lang.RuntimeException:
>>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.h26_setBeanLi
>>> stMapIntegerKeys(InterfaceProxyTest.java:582)
>>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>>> pipe (Write failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.h26_setBeanLi
>>> stMapIntegerKeys(InterfaceProxyTest.java:582)
>>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.h26_setBeanLi
>>> stMapIntegerKeys(InterfaceProxyTest.java:582)
>>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.h26_setBeanLi
>>> stMapIntegerKeys(InterfaceProxyTest.java:582)
>>> 
>>> i03_setTypedBeanList[1](org.apache.juneau.rest.test.InterfaceProxyTest)
>>> Time elapsed: 0.001 sec  <<< ERROR!
>>> java.lang.RuntimeException:
>>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.i03_setTypedB
>>> eanList(InterfaceProxyTest.java:599)
>>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>>> pipe (Write failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.i03_setTypedB
>>> eanList(InterfaceProxyTest.java:599)
>>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.i03_setTypedB
>>> eanList(InterfaceProxyTest.java:599)
>>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.i03_setTypedB
>>> eanList(InterfaceProxyTest.java:599)
>>> 
>>> i05_setTypedBeanMap[1](org.apache.juneau.rest.test.InterfaceProxyTest)
>>> Time elapsed: 0.002 sec  <<< ERROR!
>>> java.lang.RuntimeException:
>>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.i05_setTypedB
>>> eanMap(InterfaceProxyTest.java:609)
>>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>>> pipe (Write failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.i05_setTypedB
>>> eanMap(InterfaceProxyTest.java:609)
>>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.i05_setTypedB
>>> eanMap(InterfaceProxyTest.java:609)
>>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.i05_setTypedB
>>> eanMap(InterfaceProxyTest.java:609)
>>> 
>>> l01_setEnum[1](org.apache.juneau.rest.test.InterfaceProxyTest)  Time
>>> elapsed: 0.004 sec  <<< ERROR!
>>> java.lang.RuntimeException:
>>> org.apache.juneau.rest.client.RestCallException: Connection reset
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.l01_setEnum(
>>> InterfaceProxyTest.java:674)
>>> Caused by: org.apache.juneau.rest.client.RestCallException: Connection
>>> reset
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.l01_setEnum(
>>> InterfaceProxyTest.java:674)
>>> Caused by: java.net.SocketException: Connection reset
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.l01_setEnum(
>>> InterfaceProxyTest.java:674)
>>> 
>>> l03_setEnumList[1](org.apache.juneau.rest.test.InterfaceProxyTest)
>>> Time elapsed: 0.002 sec  <<< ERROR!
>>> java.lang.RuntimeException:
>>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.l03_setEnumLi
>>> st(InterfaceProxyTest.java:684)
>>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>>> pipe (Write failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.l03_setEnumLi
>>> st(InterfaceProxyTest.java:684)
>>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.l03_setEnumLi
>>> st(InterfaceProxyTest.java:684)
>>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.l03_setEnumLi
>>> st(InterfaceProxyTest.java:684)
>>> 
>>> l08_setEnum1d3dListMap[1](org.apache.juneau.rest.test.InterfaceProxyTest)
>>> Time elapsed: 0.002 sec  <<< ERROR!
>>> java.lang.RuntimeException:
>>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.l08_setEnum1d
>>> 3dListMap(InterfaceProxyTest.java:719)
>>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>>> pipe (Write failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.l08_setEnum1d
>>> 3dListMap(InterfaceProxyTest.java:719)
>>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.l08_setEnum1d
>>> 3dListMap(InterfaceProxyTest.java:719)
>>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.l08_setEnum1d
>>> 3dListMap(InterfaceProxyTest.java:719)
>>> 
>>> m03_setMultiParamsFloat[1](org.apache.juneau.rest.test.Inter
>>> faceProxyTest)
>>> Time elapsed: 0.002 sec  <<< ERROR!
>>> java.lang.RuntimeException:
>>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.m03_setMultiP
>>> aramsFloat(InterfaceProxyTest.java:754)
>>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>>> pipe (Write failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.m03_setMultiP
>>> aramsFloat(InterfaceProxyTest.java:754)
>>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.m03_setMultiP
>>> aramsFloat(InterfaceProxyTest.java:754)
>>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.m03_setMultiP
>>> aramsFloat(InterfaceProxyTest.java:754)
>>> 
>>> m06_setMultiParamsBean[1](org.apache.juneau.rest.test.InterfaceProxyTest)
>>> Time elapsed: 0.004 sec  <<< ERROR!
>>> java.lang.RuntimeException:
>>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.m06_setMultiP
>>> aramsBean(InterfaceProxyTest.java:789)
>>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>>> pipe (Write failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.m06_setMultiP
>>> aramsBean(InterfaceProxyTest.java:789)
>>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.m06_setMultiP
>>> aramsBean(InterfaceProxyTest.java:789)
>>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.m06_setMultiP
>>> aramsBean(InterfaceProxyTest.java:789)
>>> 
>>> m08_setMultiParamsImplicitSwappedPojo[1](org.apache.juneau.
>>> rest.test.InterfaceProxyTest)
>>> Time elapsed: 0.002 sec  <<< ERROR!
>>> java.lang.RuntimeException:
>>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.m08_setMultiP
>>> aramsImplicitSwappedPojo(InterfaceProxyTest.java:817)
>>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>>> pipe (Write failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.m08_setMultiP
>>> aramsImplicitSwappedPojo(InterfaceProxyTest.java:817)
>>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.m08_setMultiP
>>> aramsImplicitSwappedPojo(InterfaceProxyTest.java:817)
>>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>>> at org.apache.juneau.rest.test.InterfaceProxyTest.m08_setMultiP
>>> aramsImplicitSwappedPojo(InterfaceProxyTest.java:817)
>>> 
>>> testReader(org.apache.juneau.rest.test.NoParserInputTest)  Time
>>> elapsed: 0.001 sec  <<< ERROR!
>>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.NoParserInputTest.testReader(NoP
>>> arserInputTest.java:42)
>>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.NoParserInputTest.testReader(NoP
>>> arserInputTest.java:42)
>>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>>> at org.apache.juneau.rest.test.NoParserInputTest.testReader(NoP
>>> arserInputTest.java:42)
>>> 
>>> testHasQParamPost(org.apache.juneau.rest.test.ParamsTest)  Time
>>> elapsed: 0.008 sec  <<< ERROR!
>>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.ParamsTest.testHasQParamPost(Par
>>> amsTest.java:505)
>>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.ParamsTest.testHasQParamPost(Par
>>> amsTest.java:505)
>>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>>> at org.apache.juneau.rest.test.ParamsTest.testHasQParamPost(Par
>>> amsTest.java:505)
>>> 
>>> testParserOnClass(org.apache.juneau.rest.test.ParsersTest)  Time
>>> elapsed: 0.013 sec  <<< ERROR!
>>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.ParsersTest.testParserOnClass(Pa
>>> rsersTest.java:48)
>>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.ParsersTest.testParserOnClass(Pa
>>> rsersTest.java:48)
>>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>>> at org.apache.juneau.rest.test.ParsersTest.testParserOnClass(Pa
>>> rsersTest.java:48)
>>> 
>>> testParserOnMethod(org.apache.juneau.rest.test.ParsersTest)  Time
>>> elapsed: 0.001 sec  <<< ERROR!
>>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.ParsersTest.testParserOnMethod(P
>>> arsersTest.java:60)
>>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.ParsersTest.testParserOnMethod(P
>>> arsersTest.java:60)
>>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>>> at org.apache.juneau.rest.test.ParsersTest.testParserOnMethod(P
>>> arsersTest.java:60)
>>> 
>>> root@eb9111df31bf:/incubator-juneau# git status
>>> HEAD detached at juneau-6.4.0-incubating-RC1
>>> 
>>> root@eb9111df31bf:/incubator-juneau# mvn -version
>>> Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426;
>>> 2017-04-03T19:39:06Z)
>>> Maven home: /usr/share/maven
>>> Java version: 1.8.0_141, vendor: Oracle Corporation
>>> Java home: /usr/lib/jvm/java-8-openjdk-amd64/jre
>>> Default locale: en, platform encoding: UTF-8
>>> OS name: "linux", version: "4.9.41-moby", arch: "amd64", family: "unix"
>>> 
>>> 
>>> 
>>> 
>>> I also built a new docker container with this Dockerfile:
>>> 
>>> from ubuntu
>>> maintainer charles@mims.io
>>> run apt update && apt upgrade -y && apt install -y openjdk-8-jdk wget
>>> run wget http://apache.cs.utah.edu/maven/maven-3/3.5.0/binaries/apach
>>> e-maven-3.5.0-bin.tar.gz
>>> &&
>>> <http://apache.cs.utah.edu/maven/maven-3/3.5.0/binaries/apache-maven-3.5.0-bin.tar.gz&&>
>>> tar xzvf apache-maven-3.5.0-bin.tar.gz
>>> ENV PATH=$PATH:/apache-maven-3.5.0/bin/
>>> 
>>> 
>>> and ran it with --net=host
>>> 
>>> and got similar results:
>>> 
>>> ------------------------------------------------------------
>>> -------------------
>>> Test set: org.apache.juneau.rest.test._TestSuite
>>> ------------------------------------------------------------
>>> -------------------
>>> Tests run: 2868, Failures: 2, Errors: 22, Skipped: 1, Time elapsed:
>>> 18.806 sec <<< FAILURE! - in org.apache.juneau.rest.test._TestSuite
>>> testRestMethodParserSerializerAnnotations(org.apache.juneau.
>>> rest.test.DefaultContentTypesTest)
>>> Time elapsed: 0.046 sec  <<< ERROR!
>>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.DefaultContentTypesTest.testRest
>>> MethodParserSerializerAnnotations(DefaultContentTypesTest.java:376)
>>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.DefaultContentTypesTest.testRest
>>> MethodParserSerializerAnnotations(DefaultContentTypesTest.java:376)
>>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>>> at org.apache.juneau.rest.test.DefaultContentTypesTest.testRest
>>> MethodParserSerializerAnnotations(DefaultContentTypesTest.java:376)
>>> 
>>> testParseIntoNonStaticInnerClass(org.apache.juneau.rest.test
>>> .ErrorConditionsTest)
>>> Time elapsed: 0.003 sec  <<< FAILURE!
>>> junit.framework.AssertionFailedError: Response status code was not
>>> correct.  Expected: '400'.  Actual: '0'
>>> at org.apache.juneau.rest.test.ErrorConditionsTest.testParseInt
>>> oNonStaticInnerClass(ErrorConditionsTest.java:97)
>>> 
>>> testNonExistentBeanProperties(org.apache.juneau.rest.test.Er
>>> rorConditionsTest)
>>> Time elapsed: 0.006 sec  <<< FAILURE!
>>> junit.framework.AssertionFailedError: Response status code was not
>>> correct.  Expected: '400'.  Actual: '0'
>>> at org.apache.juneau.rest.test.ErrorConditionsTest.testNonExist
>>> entBeanProperties(ErrorConditionsTest.java:42)
>>> 
>>> testQParamPost(org.apache.juneau.rest.test.ParamsTest)  Time elapsed:
>>> 0.02 sec  <<< ERROR!
>>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.ParamsTest.testQParamPost(Params
>>> Test.java:368)
>>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.ParamsTest.testQParamPost(Params
>>> Test.java:368)
>>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>>> at org.apache.juneau.rest.test.ParamsTest.testQParamPost(Params
>>> Test.java:368)
>>> 
>>> testHasQParamPost(org.apache.juneau.rest.test.ParamsTest)  Time
>>> elapsed: 0.009 sec  <<< ERROR!
>>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.ParamsTest.testHasQParamPost(Par
>>> amsTest.java:505)
>>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.ParamsTest.testHasQParamPost(Par
>>> amsTest.java:505)
>>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>>> at org.apache.juneau.rest.test.ParamsTest.testHasQParamPost(Par
>>> amsTest.java:505)
>>> 
>>> ea02_setWrongInt[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
>>> Time elapsed: 0.003 sec  <<< ERROR!
>>> java.lang.RuntimeException:
>>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea02_setWron
>>> gInt(ThirdPartyProxyTest.java:985)
>>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>>> pipe (Write failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea02_setWron
>>> gInt(ThirdPartyProxyTest.java:985)
>>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea02_setWron
>>> gInt(ThirdPartyProxyTest.java:985)
>>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea02_setWron
>>> gInt(ThirdPartyProxyTest.java:985)
>>> 
>>> ea05_setFloat[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
>>> Time elapsed: 0.001 sec  <<< ERROR!
>>> java.lang.RuntimeException:
>>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea05_setFloa
>>> t(ThirdPartyProxyTest.java:1004)
>>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>>> pipe (Write failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea05_setFloa
>>> t(ThirdPartyProxyTest.java:1004)
>>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea05_setFloa
>>> t(ThirdPartyProxyTest.java:1004)
>>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea05_setFloa
>>> t(ThirdPartyProxyTest.java:1004)
>>> 
>>> ea08_setNullString[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
>>> Time elapsed: 0.001 sec  <<< ERROR!
>>> java.lang.RuntimeException:
>>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea08_setNull
>>> String(ThirdPartyProxyTest.java:1019)
>>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>>> pipe (Write failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea08_setNull
>>> String(ThirdPartyProxyTest.java:1019)
>>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea08_setNull
>>> String(ThirdPartyProxyTest.java:1019)
>>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea08_setNull
>>> String(ThirdPartyProxyTest.java:1019)
>>> 
>>> ea10_setInt3dArray[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
>>> Time elapsed: 0.001 sec  <<< ERROR!
>>> java.lang.RuntimeException:
>>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea10_setInt3
>>> dArray(ThirdPartyProxyTest.java:1034)
>>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>>> pipe (Write failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea10_setInt3
>>> dArray(ThirdPartyProxyTest.java:1034)
>>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea10_setInt3
>>> dArray(ThirdPartyProxyTest.java:1034)
>>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea10_setInt3
>>> dArray(ThirdPartyProxyTest.java:1034)
>>> 
>>> ea13_setIntegerList[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
>>> Time elapsed: 0.001 sec  <<< ERROR!
>>> java.lang.RuntimeException:
>>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea13_setInte
>>> gerList(ThirdPartyProxyTest.java:1049)
>>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>>> pipe (Write failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea13_setInte
>>> gerList(ThirdPartyProxyTest.java:1049)
>>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea13_setInte
>>> gerList(ThirdPartyProxyTest.java:1049)
>>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea13_setInte
>>> gerList(ThirdPartyProxyTest.java:1049)
>>> 
>>> ea15_setInteger1d3dList[1](org.apache.juneau.rest.test.Third
>>> PartyProxyTest)
>>> Time elapsed: 0.001 sec  <<< ERROR!
>>> java.lang.RuntimeException:
>>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea15_setInte
>>> ger1d3dList(ThirdPartyProxyTest.java:1067)
>>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>>> pipe (Write failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea15_setInte
>>> ger1d3dList(ThirdPartyProxyTest.java:1067)
>>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea15_setInte
>>> ger1d3dList(ThirdPartyProxyTest.java:1067)
>>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea15_setInte
>>> ger1d3dList(ThirdPartyProxyTest.java:1067)
>>> 
>>> ea17_setStringList[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
>>> Time elapsed: 0.001 sec  <<< ERROR!
>>> java.lang.RuntimeException:
>>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea17_setStri
>>> ngList(ThirdPartyProxyTest.java:1081)
>>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>>> pipe (Write failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea17_setStri
>>> ngList(ThirdPartyProxyTest.java:1081)
>>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea17_setStri
>>> ngList(ThirdPartyProxyTest.java:1081)
>>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea17_setStri
>>> ngList(ThirdPartyProxyTest.java:1081)
>>> 
>>> eb04_setBean1d3dList[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
>>> Time elapsed: 0.002 sec  <<< ERROR!
>>> java.lang.RuntimeException:
>>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb04_setBean
>>> 1d3dList(ThirdPartyProxyTest.java:1102)
>>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>>> pipe (Write failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb04_setBean
>>> 1d3dList(ThirdPartyProxyTest.java:1102)
>>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb04_setBean
>>> 1d3dList(ThirdPartyProxyTest.java:1102)
>>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb04_setBean
>>> 1d3dList(ThirdPartyProxyTest.java:1102)
>>> 
>>> eb06_setBeanListMap[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
>>> Time elapsed: 0.002 sec  <<< ERROR!
>>> java.lang.RuntimeException:
>>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb06_setBean
>>> ListMap(ThirdPartyProxyTest.java:1112)
>>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>>> pipe (Write failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb06_setBean
>>> ListMap(ThirdPartyProxyTest.java:1112)
>>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb06_setBean
>>> ListMap(ThirdPartyProxyTest.java:1112)
>>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb06_setBean
>>> ListMap(ThirdPartyProxyTest.java:1112)
>>> 
>>> eb08_setBeanListMapIntegerKeys[1](org.apache.juneau.rest.
>>> test.ThirdPartyProxyTest)
>>> Time elapsed: 0.002 sec  <<< ERROR!
>>> java.lang.RuntimeException:
>>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb08_setBean
>>> ListMapIntegerKeys(ThirdPartyProxyTest.java:1122)
>>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>>> pipe (Write failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb08_setBean
>>> ListMapIntegerKeys(ThirdPartyProxyTest.java:1122)
>>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb08_setBean
>>> ListMapIntegerKeys(ThirdPartyProxyTest.java:1122)
>>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb08_setBean
>>> ListMapIntegerKeys(ThirdPartyProxyTest.java:1122)
>>> 
>>> ec03_setTypedBeanList[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
>>> Time elapsed: 0.001 sec  <<< ERROR!
>>> java.lang.RuntimeException:
>>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ec03_setType
>>> dBeanList(ThirdPartyProxyTest.java:1139)
>>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>>> pipe (Write failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ec03_setType
>>> dBeanList(ThirdPartyProxyTest.java:1139)
>>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ec03_setType
>>> dBeanList(ThirdPartyProxyTest.java:1139)
>>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ec03_setType
>>> dBeanList(ThirdPartyProxyTest.java:1139)
>>> 
>>> ec05_setTypedBeanMap[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
>>> Time elapsed: 0.001 sec  <<< ERROR!
>>> java.lang.RuntimeException:
>>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ec05_setType
>>> dBeanMap(ThirdPartyProxyTest.java:1149)
>>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>>> pipe (Write failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ec05_setType
>>> dBeanMap(ThirdPartyProxyTest.java:1149)
>>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ec05_setType
>>> dBeanMap(ThirdPartyProxyTest.java:1149)
>>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ec05_setType
>>> dBeanMap(ThirdPartyProxyTest.java:1149)
>>> 
>>> ed01_setSwappedPojo[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
>>> Time elapsed: 0.002 sec  <<< ERROR!
>>> java.lang.RuntimeException:
>>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ed01_setSwap
>>> pedPojo(ThirdPartyProxyTest.java:1171)
>>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>>> pipe (Write failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ed01_setSwap
>>> pedPojo(ThirdPartyProxyTest.java:1171)
>>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ed01_setSwap
>>> pedPojo(ThirdPartyProxyTest.java:1171)
>>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ed01_setSwap
>>> pedPojo(ThirdPartyProxyTest.java:1171)
>>> 
>>> ed03_setSwappedPojoMap[1](org.apache.juneau.rest.test.ThirdP
>>> artyProxyTest)
>>> Time elapsed: 0.002 sec  <<< ERROR!
>>> java.lang.RuntimeException:
>>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ed03_setSwap
>>> pedPojoMap(ThirdPartyProxyTest.java:1181)
>>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>>> pipe (Write failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ed03_setSwap
>>> pedPojoMap(ThirdPartyProxyTest.java:1181)
>>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ed03_setSwap
>>> pedPojoMap(ThirdPartyProxyTest.java:1181)
>>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ed03_setSwap
>>> pedPojoMap(ThirdPartyProxyTest.java:1181)
>>> 
>>> ee02_setImplicitSwappedPojo3dArray[1](org.apache.juneau.
>>> rest.test.ThirdPartyProxyTest)
>>> Time elapsed: 0.002 sec  <<< ERROR!
>>> java.lang.RuntimeException:
>>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ee02_setImpl
>>> icitSwappedPojo3dArray(ThirdPartyProxyTest.java:1197)
>>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>>> pipe (Write failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ee02_setImpl
>>> icitSwappedPojo3dArray(ThirdPartyProxyTest.java:1197)
>>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ee02_setImpl
>>> icitSwappedPojo3dArray(ThirdPartyProxyTest.java:1197)
>>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ee02_setImpl
>>> icitSwappedPojo3dArray(ThirdPartyProxyTest.java:1197)
>>> 
>>> ee04_setImplicitSwappedPojo3dMap[1](org.apache.juneau.rest.
>>> test.ThirdPartyProxyTest)
>>> Time elapsed: 0.002 sec  <<< ERROR!
>>> java.lang.RuntimeException:
>>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ee04_setImpl
>>> icitSwappedPojo3dMap(ThirdPartyProxyTest.java:1207)
>>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>>> pipe (Write failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ee04_setImpl
>>> icitSwappedPojo3dMap(ThirdPartyProxyTest.java:1207)
>>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ee04_setImpl
>>> icitSwappedPojo3dMap(ThirdPartyProxyTest.java:1207)
>>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ee04_setImpl
>>> icitSwappedPojo3dMap(ThirdPartyProxyTest.java:1207)
>>> 
>>> ef03_setEnumList[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
>>> Time elapsed: 0.001 sec  <<< ERROR!
>>> java.lang.RuntimeException:
>>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef03_setEnum
>>> List(ThirdPartyProxyTest.java:1224)
>>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>>> pipe (Write failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef03_setEnum
>>> List(ThirdPartyProxyTest.java:1224)
>>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef03_setEnum
>>> List(ThirdPartyProxyTest.java:1224)
>>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef03_setEnum
>>> List(ThirdPartyProxyTest.java:1224)
>>> 
>>> ef06_setEnumMap[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
>>> Time elapsed: 0.001 sec  <<< ERROR!
>>> java.lang.RuntimeException:
>>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef06_setEnum
>>> Map(ThirdPartyProxyTest.java:1249)
>>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>>> pipe (Write failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef06_setEnum
>>> Map(ThirdPartyProxyTest.java:1249)
>>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef06_setEnum
>>> Map(ThirdPartyProxyTest.java:1249)
>>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef06_setEnum
>>> Map(ThirdPartyProxyTest.java:1249)
>>> 
>>> ef08_setEnum1d3dListMap[1](org.apache.juneau.rest.test.Third
>>> PartyProxyTest)
>>> Time elapsed: 0.002 sec  <<< ERROR!
>>> java.lang.RuntimeException:
>>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef08_setEnum
>>> 1d3dListMap(ThirdPartyProxyTest.java:1259)
>>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>>> pipe (Write failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef08_setEnum
>>> 1d3dListMap(ThirdPartyProxyTest.java:1259)
>>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>>> failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef08_setEnum
>>> 1d3dListMap(ThirdPartyProxyTest.java:1259)
>>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef08_setEnum
>>> 1d3dListMap(ThirdPartyProxyTest.java:1259)
>>> 
>>> On Wed, Sep 13, 2017 at 4:41 PM, James Bognar <ja...@apache.org>
>>> wrote:
>>>> Hrm....broken pipe and NoHttpResponseExceptions.  Perhaps intermittent
>>>> network connection issues?
>>>> 
>>>> Could you try the build a couple more times and see if the results are
>>>> consistent?
>>>> 
>>>>> On Wed, Sep 13, 2017 at 5:30 PM, Charles Mims <ch...@mims.io> wrote:
>>>>> 
>>>>> I had failures in "Microservice Tests" when trying to build juneau
>>>>> from this link:
>>>>> 
>>>>> https://dist.apache.org/repos/dist/dev/incubator/juneau/
>>>>> source/juneau-6.4.0-incubating-RC1/apache-juneau-6.4.0-
>>> incubating-src.zip
>>>>> ...
>>>>> mvn -fae clean install
>>>>> ...
>>>>> [INFO] ------------------------------------------------------------
>>>>> ------------
>>>>> [INFO] Reactor Summary:
>>>>> [INFO]
>>>>> [INFO] Apache Juneau (incubating) ......................... SUCCESS [
>>>>> 2.401 s]
>>>>> [INFO] Apache Juneau - Core APIs .......................... SUCCESS [
>>>>> 0.196 s]
>>>>> [INFO] Apache Juneau Marshall ............................. SUCCESS [
>>>>> 13.216 s]
>>>>> [INFO] Apache Juneau Marshal RDF .......................... SUCCESS [
>>>>> 1.605 s]
>>>>> [INFO] Apache Juneau Data Transfer Objects ................ SUCCESS [
>>>>> 2.589 s]
>>>>> [INFO] Apache Juneau Core ................................. SUCCESS [
>>>>> 0.537 s]
>>>>> [INFO] Apache Juneau Config File API ...................... SUCCESS [
>>>>> 0.786 s]
>>>>> [INFO] Apache Juneau Core Tests ........................... SUCCESS [
>>>>> 31.120 s]
>>>>> [INFO] Apache Juneau - REST APIs .......................... SUCCESS [
>>>>> 0.084 s]
>>>>> [INFO] Apache Juneau REST Servlet API ..................... SUCCESS [
>>>>> 2.239 s]
>>>>> [INFO] Apache Juneau REST JAX/RS API ...................... SUCCESS [
>>>>> 0.449 s]
>>>>> [INFO] Apache Juneau REST Client API ...................... SUCCESS [
>>>>> 1.032 s]
>>>>> [INFO] Apache Juneau - Microservice APIs .................. SUCCESS [
>>>>> 0.106 s]
>>>>> [INFO] Apache Juneau Microservice Server .................. SUCCESS [
>>>>> 1.301 s]
>>>>> [INFO] Apache Juneau Microservice Template ................ SUCCESS [
>>>>> 1.312 s]
>>>>> [INFO] Apache Juneau - Examples ........................... SUCCESS [
>>>>> 0.116 s]
>>>>> [INFO] Apache Juneau REST Examples ........................ SUCCESS [
>>>>> 7.460 s]
>>>>> [INFO] Apache Juneau Microservice Tests ................... FAILURE [
>>>>> 18.211 s]
>>>>> [INFO] Apache Juneau Core Examples ........................ SUCCESS [
>>>>> 0.261 s]
>>>>> [INFO] Apache Juneau - Release Engineering ................ SUCCESS [
>>>>> 0.029 s]
>>>>> [INFO] Apache Juneau UberJar .............................. SUCCESS [
>>>>> 1.181 s]
>>>>> [INFO] Apache Juneau Distribution ......................... SUCCESS [
>>>>> 1.588 s]
>>>>> [INFO] ------------------------------------------------------------
>>>>> ------------
>>>>> [INFO] BUILD FAILURE
>>>>> [INFO] ------------------------------------------------------------
>>>>> ------------
>>>>> [INFO] Total time: 01:28 min
>>>>> [INFO] Finished at: 2017-09-13T14:48:01-05:00
>>>>> [INFO] Final Memory: 88M/794M
>>>>> [INFO] ------------------------------------------------------------
>>>>> ------------
>>>>> [ERROR] Failed to execute goal
>>>>> org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test
>>>>> (default-test) on project juneau-microservice-test: There are test
>>>>> failures.
>>>>> 
>>>>> $ cat /Users/cmims/juneau-6.4.0-incubating/juneau-microservice/juneau-
>>>>> microservice-test/target/surefire-reports/org.apache.
>>>>> juneau.rest.test._TestSuite.txt
>>>>> ------------------------------------------------------------
>>>>> -------------------
>>>>> Test set: org.apache.juneau.rest.test._TestSuite
>>>>> ------------------------------------------------------------
>>>>> -------------------
>>>>> Tests run: 2868, Failures: 0, Errors: 2, Skipped: 1, Time elapsed:
>>>>> 15.925 sec <<< FAILURE! - in org.apache.juneau.rest.test._TestSuite
>>>>> m04_setMultiParamsFloatObject[1](org.apache.juneau.rest.
>>>>> test.InterfaceProxyTest)
>>>>> Time elapsed: 0.009 sec  <<< ERROR!
>>>>> java.lang.RuntimeException:
>>>>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>>>>> failed)
>>>>> at org.apache.juneau.rest.test.InterfaceProxyTest.m04_
>>>>> setMultiParamsFloatObject(InterfaceProxyTest.java:765)
>>>>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>>>>> pipe (Write failed)
>>>>> at org.apache.juneau.rest.test.InterfaceProxyTest.m04_
>>>>> setMultiParamsFloatObject(InterfaceProxyTest.java:765)
>>>>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>>>>> failed)
>>>>> at org.apache.juneau.rest.test.InterfaceProxyTest.m04_
>>>>> setMultiParamsFloatObject(InterfaceProxyTest.java:765)
>>>>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>>>>> at org.apache.juneau.rest.test.InterfaceProxyTest.m04_
>>>>> setMultiParamsFloatObject(InterfaceProxyTest.java:765)
>>>>> 
>>>>> ef04_setEnum3dList[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
>>>>> Time elapsed: 0.002 sec  <<< ERROR!
>>>>> java.lang.RuntimeException:
>>>>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>>>>> failed)
>>>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef04_setEnum3dList(
>>>>> ThirdPartyProxyTest.java:1229)
>>>>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>>>>> pipe (Write failed)
>>>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef04_setEnum3dList(
>>>>> ThirdPartyProxyTest.java:1229)
>>>>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>>>>> failed)
>>>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef04_setEnum3dList(
>>>>> ThirdPartyProxyTest.java:1229)
>>>>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>>>>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef04_setEnum3dList(
>>>>> ThirdPartyProxyTest.java:1229)
>>>>> 
>>>>> 
>>>>> 
>>>>> Oddly, when I try to build what I think is the corresponding commit
>>>>> from the git repo, I get different tests failing.
>>>>> 
>>>>> 
>>>>> 
>>>>> [15:52:34] cmims@MBP:~$ git clone git@github.com:apache/
>>>>> incubator-juneau.git
>>>>> Cloning into 'incubator-juneau'...
>>>>> ...
>>>>> [15:53:08] cmims@MBP:~$ cd incubator-juneau
>>>>> [15:53:08] cmims@MBP:~/incubator-juneau$ git fetch
>>>>> [15:53:09] cmims@MBP:~/incubator-juneau$ git checkout
>>>>> juneau-6.4.0-incubating-RC1
>>>>> Note: checking out 'juneau-6.4.0-incubating-RC1'.
>>>>> ...
>>>>> HEAD is now at 231c3b22... [maven-release-plugin] prepare release
>>>>> juneau-6.4.0-incubating-RC1
>>>>> 
>>>>> $ mvn -fae clean install
>>>>> ...
>>>>> [INFO] ------------------------------------------------------------
>>>>> ------------
>>>>> [INFO] Reactor Summary:
>>>>> [INFO]
>>>>> [INFO] Apache Juneau (incubating) ......................... SUCCESS [
>>>>> 2.209 s]
>>>>> [INFO] Apache Juneau - Core APIs .......................... SUCCESS [
>>>>> 0.126 s]
>>>>> [INFO] Apache Juneau Marshall ............................. SUCCESS [
>>>>> 14.841 s]
>>>>> [INFO] Apache Juneau Marshal RDF .......................... SUCCESS [
>>>>> 1.356 s]
>>>>> [INFO] Apache Juneau Data Transfer Objects ................ SUCCESS [
>>>>> 2.676 s]
>>>>> [INFO] Apache Juneau Core ................................. SUCCESS [
>>>>> 0.560 s]
>>>>> [INFO] Apache Juneau Config File API ...................... SUCCESS [
>>>>> 0.705 s]
>>>>> [INFO] Apache Juneau Core Tests ........................... SUCCESS [
>>>>> 32.473 s]
>>>>> [INFO] Apache Juneau - REST APIs .......................... SUCCESS [
>>>>> 0.070 s]
>>>>> [INFO] Apache Juneau REST Servlet API ..................... SUCCESS [
>>>>> 1.917 s]
>>>>> [INFO] Apache Juneau REST JAX/RS API ...................... SUCCESS [
>>>>> 0.467 s]
>>>>> [INFO] Apache Juneau REST Client API ...................... SUCCESS [
>>>>> 0.981 s]
>>>>> [INFO] Apache Juneau - Microservice APIs .................. SUCCESS [
>>>>> 0.054 s]
>>>>> [INFO] Apache Juneau Microservice Server .................. SUCCESS [
>>>>> 1.474 s]
>>>>> [INFO] Apache Juneau Microservice Template ................ SUCCESS [
>>>>> 1.147 s]
>>>>> [INFO] Apache Juneau - Examples ........................... SUCCESS [
>>>>> 0.047 s]
>>>>> [INFO] Apache Juneau REST Examples ........................ SUCCESS [
>>>>> 7.180 s]
>>>>> [INFO] Apache Juneau Microservice Tests ................... FAILURE [
>>>>> 19.892 s]
>>>>> [INFO] Apache Juneau Core Examples ........................ SUCCESS [
>>>>> 0.772 s]
>>>>> [INFO] Apache Juneau - Release Engineering ................ SUCCESS [
>>>>> 0.168 s]
>>>>> [INFO] Apache Juneau UberJar .............................. SUCCESS [
>>>>> 2.801 s]
>>>>> [INFO] Apache Juneau Distribution ......................... SUCCESS [
>>>>> 2.879 s]
>>>>> [INFO] ------------------------------------------------------------
>>>>> ------------
>>>>> [INFO] BUILD FAILURE
>>>>> [INFO] ------------------------------------------------------------
>>>>> ------------
>>>>> [INFO] Total time: 01:35 min
>>>>> [INFO] Finished at: 2017-09-13T15:55:33-05:00
>>>>> [INFO] Final Memory: 89M/814M
>>>>> [INFO] ------------------------------------------------------------
>>>>> ------------
>>>>> [ERROR] Failed to execute goal
>>>>> org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test
>>>>> (default-test) on project juneau-microservice-test: There are test
>>>>> failures.
>>>>> 
>>>>> 
>>>>> [15:55:34] cmims@MBP:~/incubator-juneau$ cat
>>>>> /Users/cmims/incubator-juneau/juneau-microservice/juneau-
>>>>> microservice-test/target/surefire-reports/
>>>>> TEST-org.apache.juneau.rest.test._TestSuite.xml
>>>>> org.apache.juneau.rest.test._TestSuite.txt
>>>>> [15:55:34] cmims@MBP:~/incubator-juneau$ cat
>>>>> /Users/cmims/incubator-juneau/juneau-microservice/juneau-
>>>>> microservice-test/target/surefire-reports/org.apache.
>>>>> juneau.rest.test._TestSuite.txt
>>>>> ------------------------------------------------------------
>>>>> -------------------
>>>>> Test set: org.apache.juneau.rest.test._TestSuite
>>>>> ------------------------------------------------------------
>>>>> -------------------
>>>>> Tests run: 2868, Failures: 0, Errors: 1, Skipped: 1, Time elapsed:
>>>>> 17.637 sec <<< FAILURE! - in org.apache.juneau.rest.test._TestSuite
>>>>> testUsingContentParam(org.apache.juneau.rest.test.ContentTest)  Time
>>>>> elapsed: 0.057 sec  <<< ERROR!
>>>>> org.apache.juneau.rest.client.RestCallException: MBP:10001 failed to
>>>>> respond
>>>>> at org.apache.juneau.rest.test.ContentTest.testUsingContentParam(
>>>>> ContentTest.java:77)
>>>>> Caused by: org.apache.http.NoHttpResponseException: MBP:10001 failed
>>> to
>>>>> respond
>>>>> at org.apache.juneau.rest.test.ContentTest.testUsingContentParam(
>>>>> ContentTest.java:77)
>>>>> 
>>>>> 
>>>>> 
>>>>> On Wed, Sep 13, 2017 at 12:41 PM, 이동욱/Dong-Uk Lee <yi...@gmail.com>
>>>>> wrote:
>>>>>> +1
>>>>>> 
>>>>>> I think it's not a big problem.
>>>>>> Thanks James!
>>>>>> 
>>>>>> 
>>>>>> 2017. 9. 13. 오후 10:39에 "James Bognar" <ja...@apache.org>님이 작성:
>>>>>> 
>>>>>> Thanks Raphi!
>>>>>> 
>>>>>> I validated your change locally.  No problems.
>>>>>> 
>>>>>> What is your vote otherwise?  Do you think this requires another
>>> release
>>>>>> candidate?
>>>>>> 
>>>>>> On Wed, Sep 13, 2017 at 12:23 AM, Raphi D Lee <yi...@gmail.com>
>>>>> wrote:
>>>>>> 
>>>>>>> 
>>>>>>> Hi all,
>>>>>>> 
>>>>>>> I’ve tried to build this release and faced Test Fail like below
>>>>>>> 
>>>>>>> Failed tests:
>>>>>>>  DataConversionTest.testObjectSwaps:153 expected:<Jan 1[2], 2001>
>>> but
>>>>>>> was:<Jan 1[1], 2001>
>>>>>>>  CalendarSwapTest.testBeanProperyFilterHtml:198
>>>>>>> expected:<-2172115000000> but was:<-2172116928000>
>>>>>>>  CalendarSwapTest.testBeanProperyFilterJson:162
>>>>>>> expected:<-2172115000000> but was:<-2172116928000>
>>>>>>>  CalendarSwapTest.testBeanProperyFilterUon:217
>>>>> expected:<-2172115000000>
>>>>>>> but was:<-2172116928000>
>>>>>>>  CalendarSwapTest.testBeanProperyFilterUrlEncoding:240
>>>>>>> expected:<-2172115000000> but was:<-2172116928000>
>>>>>>>  CalendarSwapTest.testBeanProperyFilterXml:180
>>>>> expected:<-2172115000000>
>>>>>>> but was:<-2172116928000>
>>>>>>> 
>>>>>>> 
>>>>>>> So, I made some code changes and committed.
>>>>>>> Please take a look my changes.
>>>>>>> 
>>>>>>> 
>>>>>>> Thanks
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> Raphi D Lee, yidonguk@gmail.com
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> 2017. 9. 13. 오전 12:21, Steve Blackmon <sb...@apache.org> 작성:
>>>>>>> 
>>>>>>> +1 (binding)
>>>>>>> 
>>>>>>> - confirmed SUCCESS from mvn clean install
>>>>>>> - checked md5 and shasum for bin and src release artifacts
>>>>>>> - verified gpg signatures
>>>>>>> 
>>>>>>> Steve
>>>>>>> 
>>>>>>> On Sep 10, 2017 at 6:27 PM, James Bognar <ja...@apache.org>
>>>>> wrote:
>>>>>>> 
>>>>>>> 
>>>>>>> I am pleased to be calling this vote for the source release of
>>> Apache
>>>>>>> Juneau 6.4.0-incubating RC1.
>>>>>>> 
>>>>>>> The list of new features can be found here:
>>>>>>> http://juneau.incubator.apache.org/site/apidocs/overview-
>>>>>>> summary.html#6.4.0
>>>>>>> 
>>>>>>> The binaries are available at:
>>>>>>> https://dist.apache.org/repos/dist/dev/incubator/juneau/bina
>>>>>>> ries/juneau-6.4.0-incubating-RC1/
>>>>>>> 
>>>>>>> The release candidate to be voted over is available at:
>>>>>>> https://dist.apache.org/repos/dist/dev/incubator/juneau/sour
>>>>>>> ce/juneau-6.4.0-incubating-RC1/
>>>>>>> 
>>>>>>> SHA-1 checksums:
>>>>>>> 0d04cf1808e0d46e1f2025d085b5fa104be99e38
>>>>>>> apache-juneau-6.4.0-incubating-src.zip
>>>>>>> b456a34aa6b7c36abf7208b391734f16c0634ca5
>>>>>>> apache-juneau-6.4.0-incubating-bin.zip
>>>>>>> 
>>>>>>> MD5 checksums:
>>>>>>> cca93858b1653150c2ab06d170dcf60f apache-juneau-6.4.0-incubating
>>> -src.zip
>>>>>>> 23183baf4364c987dabb7ad112a04db0 apache-juneau-6.4.0-incubating
>>> -bin.zip
>>>>>>> 
>>>>>>> Build the release candidate using:
>>>>>>> mvn clean install
>>>>>>> 
>>>>>>> The release candidate is signed with a GPG key available at:
>>>>>>> https://dist.apache.org/repos/dist/release/incubator/juneau/KEYS
>>>>>>> 
>>>>>>> A staged Maven repository is available for review at:
>>>>>>> https://repository.apache.org/content/repositories/
>>>>> orgapachejuneau-1015/
>>>>>>> 
>>>>>>> The Git commit for this release is...
>>>>>>> https://git-wip-us.apache.org/repos/asf?p=incubator-juneau.g
>>>>>>> it;a=commit;h=231c3b226762e08de1250be681e2b5be680d7ff8
>>>>>>> 
>>>>>>> Please vote on releasing this package as:
>>>>>>> Apache Juneau 6.4.0-incubating
>>>>>>> 
>>>>>>> This vote will be open until 13-Sep-2017 7:30pm EST and passes if a
>>>>>>> majority of at least three +1 Apache Juneau PPMC votes are cast.
>>>>>>> 
>>>>>>> [ ] +1 Release this package
>>>>>>> [ ] 0 I don't feel strongly about it, but don't object
>>>>>>> [ ] -1 Do not release this package because...
>>>>>>> 
>>>>>>> Anyone can participate in testing and voting, not just committers,
>>>>> please
>>>>>>> feel free to try out the release candidate and provide your votes.
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>> 
>>>>> 
>>>>> 
>>>>> --
>>>>> Charles Mims
>>>>> pgp key: 81C62E56F930E099
>>>>> 
>>> 
>>> 
>>> 
>>> --
>>> Charles Mims
>>> pgp key: 81C62E56F930E099
>>> 
>> 
>> 

Re: [VOTE] Release Apache Juneau 6.4.0-incubating RC1

Posted by James Bognar <ja...@apache.org>.
Update on the connections issue.

I was able to reproduce the issue (kinda).  It shows up as any of the
following...

   - NoHttpResponseException
   - Broken pipe
   - Socket timeout

It occurs for me every 5th or 6th build.  I'm not seeing it nearly as often
as what Charles is seeing, but there's definitely something there.

All I really know for sure is that when it does occur, the
Servlet.service() method has not yet been invoked on the server side.  So I
don't know if it's an issue with Jetty or HttpClient or something in
between.  I suspect it's a Jetty issue.

I've added retry handlers on the test clients which mostly fixes the
testcase failures.  But I don't consider that a long-term solution.


I've opened an Issue against Jetty hoping someone might see something from
my stack traces...
https://github.com/eclipse/jetty.project/issues/1821



On Thu, Sep 14, 2017 at 9:38 AM, James Bognar <ja...@gmail.com> wrote:

> Thanks Charles,
>
> I'll see if I can reproduce it today.  I'm not seeing a pattern here
> though...just broken pipes on the client side on different tests each
> time.  It looks like HttpClient detects this and creates new connections so
> that subsequent tests don't fail.
>
> On Wed, Sep 13, 2017 at 10:35 PM, Charles Mims <ch...@mims.io> wrote:
>
>> Tried building at home on a different network, same errors.
>>
>> ------------------------------------------------------------
>> -------------------
>> Test set: org.apache.juneau.rest.test._TestSuite
>> ------------------------------------------------------------
>> -------------------
>> Tests run: 2868, Failures: 0, Errors: 2, Skipped: 1, Time elapsed:
>> 15.151 sec <<< FAILURE! - in org.apache.juneau.rest.test._TestSuite
>> i07_setTypedBean1d3dListMap[1](org.apache.juneau.rest.test.I
>> nterfaceProxyTest)
>>  Time elapsed: 0.011 sec  <<< ERROR!
>> java.lang.RuntimeException:
>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.i07_setTypedB
>> ean1d3dListMap(InterfaceProxyTest.java:619)
>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> pipe (Write failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.i07_setTypedB
>> ean1d3dListMap(InterfaceProxyTest.java:619)
>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.i07_setTypedB
>> ean1d3dListMap(InterfaceProxyTest.java:619)
>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.i07_setTypedB
>> ean1d3dListMap(InterfaceProxyTest.java:619)
>>
>> ef08_setEnum1d3dListMap[1](org.apache.juneau.rest.test.Third
>> PartyProxyTest)
>>  Time elapsed: 0.001 sec  <<< ERROR!
>> java.lang.RuntimeException:
>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef08_setEnum
>> 1d3dListMap(ThirdPartyProxyTest.java:1259)
>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> pipe (Write failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef08_setEnum
>> 1d3dListMap(ThirdPartyProxyTest.java:1259)
>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef08_setEnum
>> 1d3dListMap(ThirdPartyProxyTest.java:1259)
>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef08_setEnum
>> 1d3dListMap(ThirdPartyProxyTest.java:1259)
>>
>> [20:53:13] cmims@MBP:~/juneau-6.4.0-incubating$ java -version
>> java version "1.8.0_144"
>> Java(TM) SE Runtime Environment (build 1.8.0_144-b01)
>> Java HotSpot(TM) 64-Bit Server VM (build 25.144-b01, mixed mode)
>> [20:53:28] cmims@MBP:~/juneau-6.4.0-incubating$ mvn -version
>> Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426;
>> 2017-04-03T14:39:06-05:00)
>> Maven home: /Users/cmims/apache-maven-3.5.0
>> Java version: 1.8.0_144, vendor: Oracle Corporation
>> Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/
>> Home/jre
>> Default locale: en_US, platform encoding: UTF-8
>> OS name: "mac os x", version: "10.12.6", arch: "x86_64", family: "mac"
>>
>>
>>
>>
>>
>>
>>
>> I also tried building it in docker 'maven' container.
>> It had a lot more failures.  I'm not sure what to make of that of
>> whether or not this is useful.
>>
>>
>>
>>
>>
>> ------------------------------------------------------------
>> -------------------
>> Test set: org.apache.juneau.rest.test._TestSuite
>> ------------------------------------------------------------
>> -------------------
>> Tests run: 2868, Failures: 4, Errors: 24, Skipped: 1, Time elapsed:
>> 24.705 sec <<< FAILURE! - in org.apache.juneau.rest.test._TestSuite
>> testUsingContentParam(org.apache.juneau.rest.test.ContentTest)  Time
>> elapsed: 0.025 sec  <<< ERROR!
>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ContentTest.testUsingContentPara
>> m(ContentTest.java:42)
>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ContentTest.testUsingContentPara
>> m(ContentTest.java:42)
>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> at org.apache.juneau.rest.test.ContentTest.testUsingContentPara
>> m(ContentTest.java:42)
>>
>> testAccept(org.apache.juneau.rest.test.DefaultContentTypesTest)  Time
>> elapsed: 0.031 sec  <<< ERROR!
>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.DefaultContentTypesTest.testAcce
>> pt(DefaultContentTypesTest.java:293)
>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.DefaultContentTypesTest.testAcce
>> pt(DefaultContentTypesTest.java:293)
>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> at org.apache.juneau.rest.test.DefaultContentTypesTest.testAcce
>> pt(DefaultContentTypesTest.java:293)
>>
>> testRestMethodParserSerializerAnnotations(org.apache.juneau.
>> rest.test.DefaultContentTypesTest)
>>  Time elapsed: 0.017 sec  <<< FAILURE!
>> junit.framework.AssertionFailedError: Response status code was not
>> correct.  Expected: '415'.  Actual: '0'
>> at org.apache.juneau.rest.test.DefaultContentTypesTest.testRest
>> MethodParserSerializerAnnotations(DefaultContentTypesTest.java:330)
>>
>> testSetParameterToInvalidTypes(org.apache.juneau.rest.test.E
>> rrorConditionsTest)
>>  Time elapsed: 0.018 sec  <<< FAILURE!
>> junit.framework.AssertionFailedError: Response status code was not
>> correct.  Expected: '400'.  Actual: '0'
>> at org.apache.juneau.rest.test.ErrorConditionsTest.testSetParam
>> eterToInvalidTypes(ErrorConditionsTest.java:160)
>>
>> test404and405(org.apache.juneau.rest.test.ErrorConditionsTest)  Time
>> elapsed: 0.014 sec  <<< FAILURE!
>> junit.framework.AssertionFailedError: Response status code was not
>> correct.  Expected: '405'.  Actual: '0'
>> at org.apache.juneau.rest.test.ErrorConditionsTest.test404and40
>> 5(ErrorConditionsTest.java:191)
>>
>> testParseIntoNonStaticInnerClass(org.apache.juneau.rest.test
>> .ErrorConditionsTest)
>>  Time elapsed: 0.007 sec  <<< FAILURE!
>> junit.framework.AssertionFailedError: Response status code was not
>> correct.  Expected: '400'.  Actual: '0'
>> at org.apache.juneau.rest.test.ErrorConditionsTest.testParseInt
>> oNonStaticInnerClass(ErrorConditionsTest.java:97)
>>
>> h03_setWrongInt[1](org.apache.juneau.rest.test.InterfaceProxyTest)
>> Time elapsed: 0.002 sec  <<< ERROR!
>> java.lang.RuntimeException:
>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.h03_setWrongI
>> nt(InterfaceProxyTest.java:445)
>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> pipe (Write failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.h03_setWrongI
>> nt(InterfaceProxyTest.java:445)
>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.h03_setWrongI
>> nt(InterfaceProxyTest.java:445)
>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.h03_setWrongI
>> nt(InterfaceProxyTest.java:445)
>>
>> h05_setBoolean[1](org.apache.juneau.rest.test.InterfaceProxyTest)
>> Time elapsed: 0.001 sec  <<< ERROR!
>> java.lang.RuntimeException:
>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.h05_setBoolea
>> n(InterfaceProxyTest.java:459)
>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> pipe (Write failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.h05_setBoolea
>> n(InterfaceProxyTest.java:459)
>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.h05_setBoolea
>> n(InterfaceProxyTest.java:459)
>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.h05_setBoolea
>> n(InterfaceProxyTest.java:459)
>>
>> h08_setString[1](org.apache.juneau.rest.test.InterfaceProxyTest)  Time
>> elapsed: 0.002 sec  <<< ERROR!
>> java.lang.RuntimeException:
>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.h08_setString
>> (InterfaceProxyTest.java:474)
>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> pipe (Write failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.h08_setString
>> (InterfaceProxyTest.java:474)
>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.h08_setString
>> (InterfaceProxyTest.java:474)
>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.h08_setString
>> (InterfaceProxyTest.java:474)
>>
>> h10_setNullStringBad[1](org.apache.juneau.rest.test.InterfaceProxyTest)
>>  Time elapsed: 0.002 sec  <<< ERROR!
>> java.lang.RuntimeException:
>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.h10_setNullSt
>> ringBad(InterfaceProxyTest.java:485)
>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> pipe (Write failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.h10_setNullSt
>> ringBad(InterfaceProxyTest.java:485)
>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.h10_setNullSt
>> ringBad(InterfaceProxyTest.java:485)
>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.h10_setNullSt
>> ringBad(InterfaceProxyTest.java:485)
>>
>> h13_setString3dArray[1](org.apache.juneau.rest.test.InterfaceProxyTest)
>>  Time elapsed: 0.002 sec  <<< ERROR!
>> java.lang.RuntimeException:
>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.h13_setString
>> 3dArray(InterfaceProxyTest.java:504)
>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> pipe (Write failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.h13_setString
>> 3dArray(InterfaceProxyTest.java:504)
>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.h13_setString
>> 3dArray(InterfaceProxyTest.java:504)
>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.h13_setString
>> 3dArray(InterfaceProxyTest.java:504)
>>
>> h15_setInteger3dList[1](org.apache.juneau.rest.test.InterfaceProxyTest)
>>  Time elapsed: 0.001 sec  <<< ERROR!
>> java.lang.RuntimeException:
>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.h15_setIntege
>> r3dList(InterfaceProxyTest.java:514)
>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> pipe (Write failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.h15_setIntege
>> r3dList(InterfaceProxyTest.java:514)
>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.h15_setIntege
>> r3dList(InterfaceProxyTest.java:514)
>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.h15_setIntege
>> r3dList(InterfaceProxyTest.java:514)
>>
>> h18_setStringList[1](org.apache.juneau.rest.test.InterfaceProxyTest)
>> Time elapsed: 0.002 sec  <<< ERROR!
>> java.lang.RuntimeException:
>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.h18_setString
>> List(InterfaceProxyTest.java:541)
>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> pipe (Write failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.h18_setString
>> List(InterfaceProxyTest.java:541)
>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.h18_setString
>> List(InterfaceProxyTest.java:541)
>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.h18_setString
>> List(InterfaceProxyTest.java:541)
>>
>> h20_setBean3dArray[1](org.apache.juneau.rest.test.InterfaceProxyTest)
>> Time elapsed: 0.001 sec  <<< ERROR!
>> java.lang.RuntimeException:
>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.h20_setBean3d
>> Array(InterfaceProxyTest.java:552)
>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> pipe (Write failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.h20_setBean3d
>> Array(InterfaceProxyTest.java:552)
>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.h20_setBean3d
>> Array(InterfaceProxyTest.java:552)
>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.h20_setBean3d
>> Array(InterfaceProxyTest.java:552)
>>
>> h24_setBeanListMap[1](org.apache.juneau.rest.test.InterfaceProxyTest)
>> Time elapsed: 0.002 sec  <<< ERROR!
>> java.lang.RuntimeException:
>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.h24_setBeanLi
>> stMap(InterfaceProxyTest.java:572)
>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> pipe (Write failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.h24_setBeanLi
>> stMap(InterfaceProxyTest.java:572)
>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.h24_setBeanLi
>> stMap(InterfaceProxyTest.java:572)
>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.h24_setBeanLi
>> stMap(InterfaceProxyTest.java:572)
>>
>> h26_setBeanListMapIntegerKeys[1](org.apache.juneau.rest.test
>> .InterfaceProxyTest)
>>  Time elapsed: 0.002 sec  <<< ERROR!
>> java.lang.RuntimeException:
>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.h26_setBeanLi
>> stMapIntegerKeys(InterfaceProxyTest.java:582)
>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> pipe (Write failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.h26_setBeanLi
>> stMapIntegerKeys(InterfaceProxyTest.java:582)
>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.h26_setBeanLi
>> stMapIntegerKeys(InterfaceProxyTest.java:582)
>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.h26_setBeanLi
>> stMapIntegerKeys(InterfaceProxyTest.java:582)
>>
>> i03_setTypedBeanList[1](org.apache.juneau.rest.test.InterfaceProxyTest)
>>  Time elapsed: 0.001 sec  <<< ERROR!
>> java.lang.RuntimeException:
>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.i03_setTypedB
>> eanList(InterfaceProxyTest.java:599)
>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> pipe (Write failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.i03_setTypedB
>> eanList(InterfaceProxyTest.java:599)
>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.i03_setTypedB
>> eanList(InterfaceProxyTest.java:599)
>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.i03_setTypedB
>> eanList(InterfaceProxyTest.java:599)
>>
>> i05_setTypedBeanMap[1](org.apache.juneau.rest.test.InterfaceProxyTest)
>>  Time elapsed: 0.002 sec  <<< ERROR!
>> java.lang.RuntimeException:
>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.i05_setTypedB
>> eanMap(InterfaceProxyTest.java:609)
>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> pipe (Write failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.i05_setTypedB
>> eanMap(InterfaceProxyTest.java:609)
>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.i05_setTypedB
>> eanMap(InterfaceProxyTest.java:609)
>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.i05_setTypedB
>> eanMap(InterfaceProxyTest.java:609)
>>
>> l01_setEnum[1](org.apache.juneau.rest.test.InterfaceProxyTest)  Time
>> elapsed: 0.004 sec  <<< ERROR!
>> java.lang.RuntimeException:
>> org.apache.juneau.rest.client.RestCallException: Connection reset
>> at org.apache.juneau.rest.test.InterfaceProxyTest.l01_setEnum(
>> InterfaceProxyTest.java:674)
>> Caused by: org.apache.juneau.rest.client.RestCallException: Connection
>> reset
>> at org.apache.juneau.rest.test.InterfaceProxyTest.l01_setEnum(
>> InterfaceProxyTest.java:674)
>> Caused by: java.net.SocketException: Connection reset
>> at org.apache.juneau.rest.test.InterfaceProxyTest.l01_setEnum(
>> InterfaceProxyTest.java:674)
>>
>> l03_setEnumList[1](org.apache.juneau.rest.test.InterfaceProxyTest)
>> Time elapsed: 0.002 sec  <<< ERROR!
>> java.lang.RuntimeException:
>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.l03_setEnumLi
>> st(InterfaceProxyTest.java:684)
>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> pipe (Write failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.l03_setEnumLi
>> st(InterfaceProxyTest.java:684)
>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.l03_setEnumLi
>> st(InterfaceProxyTest.java:684)
>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.l03_setEnumLi
>> st(InterfaceProxyTest.java:684)
>>
>> l08_setEnum1d3dListMap[1](org.apache.juneau.rest.test.InterfaceProxyTest)
>>  Time elapsed: 0.002 sec  <<< ERROR!
>> java.lang.RuntimeException:
>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.l08_setEnum1d
>> 3dListMap(InterfaceProxyTest.java:719)
>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> pipe (Write failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.l08_setEnum1d
>> 3dListMap(InterfaceProxyTest.java:719)
>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.l08_setEnum1d
>> 3dListMap(InterfaceProxyTest.java:719)
>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.l08_setEnum1d
>> 3dListMap(InterfaceProxyTest.java:719)
>>
>> m03_setMultiParamsFloat[1](org.apache.juneau.rest.test.Inter
>> faceProxyTest)
>>  Time elapsed: 0.002 sec  <<< ERROR!
>> java.lang.RuntimeException:
>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.m03_setMultiP
>> aramsFloat(InterfaceProxyTest.java:754)
>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> pipe (Write failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.m03_setMultiP
>> aramsFloat(InterfaceProxyTest.java:754)
>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.m03_setMultiP
>> aramsFloat(InterfaceProxyTest.java:754)
>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.m03_setMultiP
>> aramsFloat(InterfaceProxyTest.java:754)
>>
>> m06_setMultiParamsBean[1](org.apache.juneau.rest.test.InterfaceProxyTest)
>>  Time elapsed: 0.004 sec  <<< ERROR!
>> java.lang.RuntimeException:
>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.m06_setMultiP
>> aramsBean(InterfaceProxyTest.java:789)
>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> pipe (Write failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.m06_setMultiP
>> aramsBean(InterfaceProxyTest.java:789)
>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.m06_setMultiP
>> aramsBean(InterfaceProxyTest.java:789)
>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.m06_setMultiP
>> aramsBean(InterfaceProxyTest.java:789)
>>
>> m08_setMultiParamsImplicitSwappedPojo[1](org.apache.juneau.
>> rest.test.InterfaceProxyTest)
>>  Time elapsed: 0.002 sec  <<< ERROR!
>> java.lang.RuntimeException:
>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.m08_setMultiP
>> aramsImplicitSwappedPojo(InterfaceProxyTest.java:817)
>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> pipe (Write failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.m08_setMultiP
>> aramsImplicitSwappedPojo(InterfaceProxyTest.java:817)
>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.m08_setMultiP
>> aramsImplicitSwappedPojo(InterfaceProxyTest.java:817)
>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.m08_setMultiP
>> aramsImplicitSwappedPojo(InterfaceProxyTest.java:817)
>>
>> testReader(org.apache.juneau.rest.test.NoParserInputTest)  Time
>> elapsed: 0.001 sec  <<< ERROR!
>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.NoParserInputTest.testReader(NoP
>> arserInputTest.java:42)
>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.NoParserInputTest.testReader(NoP
>> arserInputTest.java:42)
>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> at org.apache.juneau.rest.test.NoParserInputTest.testReader(NoP
>> arserInputTest.java:42)
>>
>> testHasQParamPost(org.apache.juneau.rest.test.ParamsTest)  Time
>> elapsed: 0.008 sec  <<< ERROR!
>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ParamsTest.testHasQParamPost(Par
>> amsTest.java:505)
>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ParamsTest.testHasQParamPost(Par
>> amsTest.java:505)
>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> at org.apache.juneau.rest.test.ParamsTest.testHasQParamPost(Par
>> amsTest.java:505)
>>
>> testParserOnClass(org.apache.juneau.rest.test.ParsersTest)  Time
>> elapsed: 0.013 sec  <<< ERROR!
>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ParsersTest.testParserOnClass(Pa
>> rsersTest.java:48)
>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ParsersTest.testParserOnClass(Pa
>> rsersTest.java:48)
>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> at org.apache.juneau.rest.test.ParsersTest.testParserOnClass(Pa
>> rsersTest.java:48)
>>
>> testParserOnMethod(org.apache.juneau.rest.test.ParsersTest)  Time
>> elapsed: 0.001 sec  <<< ERROR!
>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ParsersTest.testParserOnMethod(P
>> arsersTest.java:60)
>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ParsersTest.testParserOnMethod(P
>> arsersTest.java:60)
>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> at org.apache.juneau.rest.test.ParsersTest.testParserOnMethod(P
>> arsersTest.java:60)
>>
>> root@eb9111df31bf:/incubator-juneau# git status
>> HEAD detached at juneau-6.4.0-incubating-RC1
>>
>> root@eb9111df31bf:/incubator-juneau# mvn -version
>> Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426;
>> 2017-04-03T19:39:06Z)
>> Maven home: /usr/share/maven
>> Java version: 1.8.0_141, vendor: Oracle Corporation
>> Java home: /usr/lib/jvm/java-8-openjdk-amd64/jre
>> Default locale: en, platform encoding: UTF-8
>> OS name: "linux", version: "4.9.41-moby", arch: "amd64", family: "unix"
>>
>>
>>
>>
>> I also built a new docker container with this Dockerfile:
>>
>> from ubuntu
>> maintainer charles@mims.io
>> run apt update && apt upgrade -y && apt install -y openjdk-8-jdk wget
>> run wget http://apache.cs.utah.edu/maven/maven-3/3.5.0/binaries/apach
>> e-maven-3.5.0-bin.tar.gz
>> &&
>> <http://apache.cs.utah.edu/maven/maven-3/3.5.0/binaries/apache-maven-3.5.0-bin.tar.gz&&>
>> tar xzvf apache-maven-3.5.0-bin.tar.gz
>> ENV PATH=$PATH:/apache-maven-3.5.0/bin/
>>
>>
>> and ran it with --net=host
>>
>> and got similar results:
>>
>> ------------------------------------------------------------
>> -------------------
>> Test set: org.apache.juneau.rest.test._TestSuite
>> ------------------------------------------------------------
>> -------------------
>> Tests run: 2868, Failures: 2, Errors: 22, Skipped: 1, Time elapsed:
>> 18.806 sec <<< FAILURE! - in org.apache.juneau.rest.test._TestSuite
>> testRestMethodParserSerializerAnnotations(org.apache.juneau.
>> rest.test.DefaultContentTypesTest)
>>  Time elapsed: 0.046 sec  <<< ERROR!
>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.DefaultContentTypesTest.testRest
>> MethodParserSerializerAnnotations(DefaultContentTypesTest.java:376)
>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.DefaultContentTypesTest.testRest
>> MethodParserSerializerAnnotations(DefaultContentTypesTest.java:376)
>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> at org.apache.juneau.rest.test.DefaultContentTypesTest.testRest
>> MethodParserSerializerAnnotations(DefaultContentTypesTest.java:376)
>>
>> testParseIntoNonStaticInnerClass(org.apache.juneau.rest.test
>> .ErrorConditionsTest)
>>  Time elapsed: 0.003 sec  <<< FAILURE!
>> junit.framework.AssertionFailedError: Response status code was not
>> correct.  Expected: '400'.  Actual: '0'
>> at org.apache.juneau.rest.test.ErrorConditionsTest.testParseInt
>> oNonStaticInnerClass(ErrorConditionsTest.java:97)
>>
>> testNonExistentBeanProperties(org.apache.juneau.rest.test.Er
>> rorConditionsTest)
>>  Time elapsed: 0.006 sec  <<< FAILURE!
>> junit.framework.AssertionFailedError: Response status code was not
>> correct.  Expected: '400'.  Actual: '0'
>> at org.apache.juneau.rest.test.ErrorConditionsTest.testNonExist
>> entBeanProperties(ErrorConditionsTest.java:42)
>>
>> testQParamPost(org.apache.juneau.rest.test.ParamsTest)  Time elapsed:
>> 0.02 sec  <<< ERROR!
>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ParamsTest.testQParamPost(Params
>> Test.java:368)
>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ParamsTest.testQParamPost(Params
>> Test.java:368)
>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> at org.apache.juneau.rest.test.ParamsTest.testQParamPost(Params
>> Test.java:368)
>>
>> testHasQParamPost(org.apache.juneau.rest.test.ParamsTest)  Time
>> elapsed: 0.009 sec  <<< ERROR!
>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ParamsTest.testHasQParamPost(Par
>> amsTest.java:505)
>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ParamsTest.testHasQParamPost(Par
>> amsTest.java:505)
>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> at org.apache.juneau.rest.test.ParamsTest.testHasQParamPost(Par
>> amsTest.java:505)
>>
>> ea02_setWrongInt[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
>> Time elapsed: 0.003 sec  <<< ERROR!
>> java.lang.RuntimeException:
>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea02_setWron
>> gInt(ThirdPartyProxyTest.java:985)
>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> pipe (Write failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea02_setWron
>> gInt(ThirdPartyProxyTest.java:985)
>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea02_setWron
>> gInt(ThirdPartyProxyTest.java:985)
>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea02_setWron
>> gInt(ThirdPartyProxyTest.java:985)
>>
>> ea05_setFloat[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
>> Time elapsed: 0.001 sec  <<< ERROR!
>> java.lang.RuntimeException:
>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea05_setFloa
>> t(ThirdPartyProxyTest.java:1004)
>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> pipe (Write failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea05_setFloa
>> t(ThirdPartyProxyTest.java:1004)
>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea05_setFloa
>> t(ThirdPartyProxyTest.java:1004)
>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea05_setFloa
>> t(ThirdPartyProxyTest.java:1004)
>>
>> ea08_setNullString[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
>>  Time elapsed: 0.001 sec  <<< ERROR!
>> java.lang.RuntimeException:
>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea08_setNull
>> String(ThirdPartyProxyTest.java:1019)
>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> pipe (Write failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea08_setNull
>> String(ThirdPartyProxyTest.java:1019)
>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea08_setNull
>> String(ThirdPartyProxyTest.java:1019)
>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea08_setNull
>> String(ThirdPartyProxyTest.java:1019)
>>
>> ea10_setInt3dArray[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
>>  Time elapsed: 0.001 sec  <<< ERROR!
>> java.lang.RuntimeException:
>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea10_setInt3
>> dArray(ThirdPartyProxyTest.java:1034)
>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> pipe (Write failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea10_setInt3
>> dArray(ThirdPartyProxyTest.java:1034)
>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea10_setInt3
>> dArray(ThirdPartyProxyTest.java:1034)
>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea10_setInt3
>> dArray(ThirdPartyProxyTest.java:1034)
>>
>> ea13_setIntegerList[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
>>  Time elapsed: 0.001 sec  <<< ERROR!
>> java.lang.RuntimeException:
>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea13_setInte
>> gerList(ThirdPartyProxyTest.java:1049)
>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> pipe (Write failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea13_setInte
>> gerList(ThirdPartyProxyTest.java:1049)
>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea13_setInte
>> gerList(ThirdPartyProxyTest.java:1049)
>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea13_setInte
>> gerList(ThirdPartyProxyTest.java:1049)
>>
>> ea15_setInteger1d3dList[1](org.apache.juneau.rest.test.Third
>> PartyProxyTest)
>>  Time elapsed: 0.001 sec  <<< ERROR!
>> java.lang.RuntimeException:
>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea15_setInte
>> ger1d3dList(ThirdPartyProxyTest.java:1067)
>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> pipe (Write failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea15_setInte
>> ger1d3dList(ThirdPartyProxyTest.java:1067)
>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea15_setInte
>> ger1d3dList(ThirdPartyProxyTest.java:1067)
>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea15_setInte
>> ger1d3dList(ThirdPartyProxyTest.java:1067)
>>
>> ea17_setStringList[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
>>  Time elapsed: 0.001 sec  <<< ERROR!
>> java.lang.RuntimeException:
>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea17_setStri
>> ngList(ThirdPartyProxyTest.java:1081)
>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> pipe (Write failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea17_setStri
>> ngList(ThirdPartyProxyTest.java:1081)
>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea17_setStri
>> ngList(ThirdPartyProxyTest.java:1081)
>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea17_setStri
>> ngList(ThirdPartyProxyTest.java:1081)
>>
>> eb04_setBean1d3dList[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
>>  Time elapsed: 0.002 sec  <<< ERROR!
>> java.lang.RuntimeException:
>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb04_setBean
>> 1d3dList(ThirdPartyProxyTest.java:1102)
>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> pipe (Write failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb04_setBean
>> 1d3dList(ThirdPartyProxyTest.java:1102)
>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb04_setBean
>> 1d3dList(ThirdPartyProxyTest.java:1102)
>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb04_setBean
>> 1d3dList(ThirdPartyProxyTest.java:1102)
>>
>> eb06_setBeanListMap[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
>>  Time elapsed: 0.002 sec  <<< ERROR!
>> java.lang.RuntimeException:
>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb06_setBean
>> ListMap(ThirdPartyProxyTest.java:1112)
>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> pipe (Write failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb06_setBean
>> ListMap(ThirdPartyProxyTest.java:1112)
>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb06_setBean
>> ListMap(ThirdPartyProxyTest.java:1112)
>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb06_setBean
>> ListMap(ThirdPartyProxyTest.java:1112)
>>
>> eb08_setBeanListMapIntegerKeys[1](org.apache.juneau.rest.
>> test.ThirdPartyProxyTest)
>>  Time elapsed: 0.002 sec  <<< ERROR!
>> java.lang.RuntimeException:
>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb08_setBean
>> ListMapIntegerKeys(ThirdPartyProxyTest.java:1122)
>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> pipe (Write failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb08_setBean
>> ListMapIntegerKeys(ThirdPartyProxyTest.java:1122)
>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb08_setBean
>> ListMapIntegerKeys(ThirdPartyProxyTest.java:1122)
>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb08_setBean
>> ListMapIntegerKeys(ThirdPartyProxyTest.java:1122)
>>
>> ec03_setTypedBeanList[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
>>  Time elapsed: 0.001 sec  <<< ERROR!
>> java.lang.RuntimeException:
>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ec03_setType
>> dBeanList(ThirdPartyProxyTest.java:1139)
>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> pipe (Write failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ec03_setType
>> dBeanList(ThirdPartyProxyTest.java:1139)
>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ec03_setType
>> dBeanList(ThirdPartyProxyTest.java:1139)
>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ec03_setType
>> dBeanList(ThirdPartyProxyTest.java:1139)
>>
>> ec05_setTypedBeanMap[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
>>  Time elapsed: 0.001 sec  <<< ERROR!
>> java.lang.RuntimeException:
>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ec05_setType
>> dBeanMap(ThirdPartyProxyTest.java:1149)
>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> pipe (Write failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ec05_setType
>> dBeanMap(ThirdPartyProxyTest.java:1149)
>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ec05_setType
>> dBeanMap(ThirdPartyProxyTest.java:1149)
>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ec05_setType
>> dBeanMap(ThirdPartyProxyTest.java:1149)
>>
>> ed01_setSwappedPojo[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
>>  Time elapsed: 0.002 sec  <<< ERROR!
>> java.lang.RuntimeException:
>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ed01_setSwap
>> pedPojo(ThirdPartyProxyTest.java:1171)
>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> pipe (Write failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ed01_setSwap
>> pedPojo(ThirdPartyProxyTest.java:1171)
>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ed01_setSwap
>> pedPojo(ThirdPartyProxyTest.java:1171)
>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ed01_setSwap
>> pedPojo(ThirdPartyProxyTest.java:1171)
>>
>> ed03_setSwappedPojoMap[1](org.apache.juneau.rest.test.ThirdP
>> artyProxyTest)
>>  Time elapsed: 0.002 sec  <<< ERROR!
>> java.lang.RuntimeException:
>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ed03_setSwap
>> pedPojoMap(ThirdPartyProxyTest.java:1181)
>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> pipe (Write failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ed03_setSwap
>> pedPojoMap(ThirdPartyProxyTest.java:1181)
>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ed03_setSwap
>> pedPojoMap(ThirdPartyProxyTest.java:1181)
>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ed03_setSwap
>> pedPojoMap(ThirdPartyProxyTest.java:1181)
>>
>> ee02_setImplicitSwappedPojo3dArray[1](org.apache.juneau.
>> rest.test.ThirdPartyProxyTest)
>>  Time elapsed: 0.002 sec  <<< ERROR!
>> java.lang.RuntimeException:
>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ee02_setImpl
>> icitSwappedPojo3dArray(ThirdPartyProxyTest.java:1197)
>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> pipe (Write failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ee02_setImpl
>> icitSwappedPojo3dArray(ThirdPartyProxyTest.java:1197)
>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ee02_setImpl
>> icitSwappedPojo3dArray(ThirdPartyProxyTest.java:1197)
>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ee02_setImpl
>> icitSwappedPojo3dArray(ThirdPartyProxyTest.java:1197)
>>
>> ee04_setImplicitSwappedPojo3dMap[1](org.apache.juneau.rest.
>> test.ThirdPartyProxyTest)
>>  Time elapsed: 0.002 sec  <<< ERROR!
>> java.lang.RuntimeException:
>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ee04_setImpl
>> icitSwappedPojo3dMap(ThirdPartyProxyTest.java:1207)
>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> pipe (Write failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ee04_setImpl
>> icitSwappedPojo3dMap(ThirdPartyProxyTest.java:1207)
>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ee04_setImpl
>> icitSwappedPojo3dMap(ThirdPartyProxyTest.java:1207)
>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ee04_setImpl
>> icitSwappedPojo3dMap(ThirdPartyProxyTest.java:1207)
>>
>> ef03_setEnumList[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
>> Time elapsed: 0.001 sec  <<< ERROR!
>> java.lang.RuntimeException:
>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef03_setEnum
>> List(ThirdPartyProxyTest.java:1224)
>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> pipe (Write failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef03_setEnum
>> List(ThirdPartyProxyTest.java:1224)
>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef03_setEnum
>> List(ThirdPartyProxyTest.java:1224)
>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef03_setEnum
>> List(ThirdPartyProxyTest.java:1224)
>>
>> ef06_setEnumMap[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
>> Time elapsed: 0.001 sec  <<< ERROR!
>> java.lang.RuntimeException:
>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef06_setEnum
>> Map(ThirdPartyProxyTest.java:1249)
>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> pipe (Write failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef06_setEnum
>> Map(ThirdPartyProxyTest.java:1249)
>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef06_setEnum
>> Map(ThirdPartyProxyTest.java:1249)
>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef06_setEnum
>> Map(ThirdPartyProxyTest.java:1249)
>>
>> ef08_setEnum1d3dListMap[1](org.apache.juneau.rest.test.Third
>> PartyProxyTest)
>>  Time elapsed: 0.002 sec  <<< ERROR!
>> java.lang.RuntimeException:
>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef08_setEnum
>> 1d3dListMap(ThirdPartyProxyTest.java:1259)
>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> pipe (Write failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef08_setEnum
>> 1d3dListMap(ThirdPartyProxyTest.java:1259)
>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef08_setEnum
>> 1d3dListMap(ThirdPartyProxyTest.java:1259)
>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef08_setEnum
>> 1d3dListMap(ThirdPartyProxyTest.java:1259)
>>
>> On Wed, Sep 13, 2017 at 4:41 PM, James Bognar <ja...@apache.org>
>> wrote:
>> > Hrm....broken pipe and NoHttpResponseExceptions.  Perhaps intermittent
>> > network connection issues?
>> >
>> > Could you try the build a couple more times and see if the results are
>> > consistent?
>> >
>> > On Wed, Sep 13, 2017 at 5:30 PM, Charles Mims <ch...@mims.io> wrote:
>> >
>> >> I had failures in "Microservice Tests" when trying to build juneau
>> >> from this link:
>> >>
>> >> https://dist.apache.org/repos/dist/dev/incubator/juneau/
>> >> source/juneau-6.4.0-incubating-RC1/apache-juneau-6.4.0-
>> incubating-src.zip
>> >> ...
>> >> mvn -fae clean install
>> >> ...
>> >> [INFO] ------------------------------------------------------------
>> >> ------------
>> >> [INFO] Reactor Summary:
>> >> [INFO]
>> >> [INFO] Apache Juneau (incubating) ......................... SUCCESS [
>> >> 2.401 s]
>> >> [INFO] Apache Juneau - Core APIs .......................... SUCCESS [
>> >> 0.196 s]
>> >> [INFO] Apache Juneau Marshall ............................. SUCCESS [
>> >> 13.216 s]
>> >> [INFO] Apache Juneau Marshal RDF .......................... SUCCESS [
>> >> 1.605 s]
>> >> [INFO] Apache Juneau Data Transfer Objects ................ SUCCESS [
>> >> 2.589 s]
>> >> [INFO] Apache Juneau Core ................................. SUCCESS [
>> >> 0.537 s]
>> >> [INFO] Apache Juneau Config File API ...................... SUCCESS [
>> >> 0.786 s]
>> >> [INFO] Apache Juneau Core Tests ........................... SUCCESS [
>> >> 31.120 s]
>> >> [INFO] Apache Juneau - REST APIs .......................... SUCCESS [
>> >> 0.084 s]
>> >> [INFO] Apache Juneau REST Servlet API ..................... SUCCESS [
>> >> 2.239 s]
>> >> [INFO] Apache Juneau REST JAX/RS API ...................... SUCCESS [
>> >> 0.449 s]
>> >> [INFO] Apache Juneau REST Client API ...................... SUCCESS [
>> >> 1.032 s]
>> >> [INFO] Apache Juneau - Microservice APIs .................. SUCCESS [
>> >> 0.106 s]
>> >> [INFO] Apache Juneau Microservice Server .................. SUCCESS [
>> >> 1.301 s]
>> >> [INFO] Apache Juneau Microservice Template ................ SUCCESS [
>> >> 1.312 s]
>> >> [INFO] Apache Juneau - Examples ........................... SUCCESS [
>> >> 0.116 s]
>> >> [INFO] Apache Juneau REST Examples ........................ SUCCESS [
>> >> 7.460 s]
>> >> [INFO] Apache Juneau Microservice Tests ................... FAILURE [
>> >> 18.211 s]
>> >> [INFO] Apache Juneau Core Examples ........................ SUCCESS [
>> >> 0.261 s]
>> >> [INFO] Apache Juneau - Release Engineering ................ SUCCESS [
>> >> 0.029 s]
>> >> [INFO] Apache Juneau UberJar .............................. SUCCESS [
>> >> 1.181 s]
>> >> [INFO] Apache Juneau Distribution ......................... SUCCESS [
>> >> 1.588 s]
>> >> [INFO] ------------------------------------------------------------
>> >> ------------
>> >> [INFO] BUILD FAILURE
>> >> [INFO] ------------------------------------------------------------
>> >> ------------
>> >> [INFO] Total time: 01:28 min
>> >> [INFO] Finished at: 2017-09-13T14:48:01-05:00
>> >> [INFO] Final Memory: 88M/794M
>> >> [INFO] ------------------------------------------------------------
>> >> ------------
>> >> [ERROR] Failed to execute goal
>> >> org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test
>> >> (default-test) on project juneau-microservice-test: There are test
>> >> failures.
>> >>
>> >> $ cat /Users/cmims/juneau-6.4.0-incubating/juneau-microservice/juneau-
>> >> microservice-test/target/surefire-reports/org.apache.
>> >> juneau.rest.test._TestSuite.txt
>> >> ------------------------------------------------------------
>> >> -------------------
>> >> Test set: org.apache.juneau.rest.test._TestSuite
>> >> ------------------------------------------------------------
>> >> -------------------
>> >> Tests run: 2868, Failures: 0, Errors: 2, Skipped: 1, Time elapsed:
>> >> 15.925 sec <<< FAILURE! - in org.apache.juneau.rest.test._TestSuite
>> >> m04_setMultiParamsFloatObject[1](org.apache.juneau.rest.
>> >> test.InterfaceProxyTest)
>> >>  Time elapsed: 0.009 sec  <<< ERROR!
>> >> java.lang.RuntimeException:
>> >> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> >> failed)
>> >> at org.apache.juneau.rest.test.InterfaceProxyTest.m04_
>> >> setMultiParamsFloatObject(InterfaceProxyTest.java:765)
>> >> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> >> pipe (Write failed)
>> >> at org.apache.juneau.rest.test.InterfaceProxyTest.m04_
>> >> setMultiParamsFloatObject(InterfaceProxyTest.java:765)
>> >> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> >> failed)
>> >> at org.apache.juneau.rest.test.InterfaceProxyTest.m04_
>> >> setMultiParamsFloatObject(InterfaceProxyTest.java:765)
>> >> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> >> at org.apache.juneau.rest.test.InterfaceProxyTest.m04_
>> >> setMultiParamsFloatObject(InterfaceProxyTest.java:765)
>> >>
>> >> ef04_setEnum3dList[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
>> >>  Time elapsed: 0.002 sec  <<< ERROR!
>> >> java.lang.RuntimeException:
>> >> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> >> failed)
>> >> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef04_setEnum3dList(
>> >> ThirdPartyProxyTest.java:1229)
>> >> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> >> pipe (Write failed)
>> >> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef04_setEnum3dList(
>> >> ThirdPartyProxyTest.java:1229)
>> >> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> >> failed)
>> >> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef04_setEnum3dList(
>> >> ThirdPartyProxyTest.java:1229)
>> >> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> >> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef04_setEnum3dList(
>> >> ThirdPartyProxyTest.java:1229)
>> >>
>> >>
>> >>
>> >> Oddly, when I try to build what I think is the corresponding commit
>> >> from the git repo, I get different tests failing.
>> >>
>> >>
>> >>
>> >> [15:52:34] cmims@MBP:~$ git clone git@github.com:apache/
>> >> incubator-juneau.git
>> >> Cloning into 'incubator-juneau'...
>> >> ...
>> >> [15:53:08] cmims@MBP:~$ cd incubator-juneau
>> >> [15:53:08] cmims@MBP:~/incubator-juneau$ git fetch
>> >> [15:53:09] cmims@MBP:~/incubator-juneau$ git checkout
>> >> juneau-6.4.0-incubating-RC1
>> >> Note: checking out 'juneau-6.4.0-incubating-RC1'.
>> >> ...
>> >> HEAD is now at 231c3b22... [maven-release-plugin] prepare release
>> >> juneau-6.4.0-incubating-RC1
>> >>
>> >> $ mvn -fae clean install
>> >> ...
>> >> [INFO] ------------------------------------------------------------
>> >> ------------
>> >> [INFO] Reactor Summary:
>> >> [INFO]
>> >> [INFO] Apache Juneau (incubating) ......................... SUCCESS [
>> >> 2.209 s]
>> >> [INFO] Apache Juneau - Core APIs .......................... SUCCESS [
>> >> 0.126 s]
>> >> [INFO] Apache Juneau Marshall ............................. SUCCESS [
>> >> 14.841 s]
>> >> [INFO] Apache Juneau Marshal RDF .......................... SUCCESS [
>> >> 1.356 s]
>> >> [INFO] Apache Juneau Data Transfer Objects ................ SUCCESS [
>> >> 2.676 s]
>> >> [INFO] Apache Juneau Core ................................. SUCCESS [
>> >> 0.560 s]
>> >> [INFO] Apache Juneau Config File API ...................... SUCCESS [
>> >> 0.705 s]
>> >> [INFO] Apache Juneau Core Tests ........................... SUCCESS [
>> >> 32.473 s]
>> >> [INFO] Apache Juneau - REST APIs .......................... SUCCESS [
>> >> 0.070 s]
>> >> [INFO] Apache Juneau REST Servlet API ..................... SUCCESS [
>> >> 1.917 s]
>> >> [INFO] Apache Juneau REST JAX/RS API ...................... SUCCESS [
>> >> 0.467 s]
>> >> [INFO] Apache Juneau REST Client API ...................... SUCCESS [
>> >> 0.981 s]
>> >> [INFO] Apache Juneau - Microservice APIs .................. SUCCESS [
>> >> 0.054 s]
>> >> [INFO] Apache Juneau Microservice Server .................. SUCCESS [
>> >> 1.474 s]
>> >> [INFO] Apache Juneau Microservice Template ................ SUCCESS [
>> >> 1.147 s]
>> >> [INFO] Apache Juneau - Examples ........................... SUCCESS [
>> >> 0.047 s]
>> >> [INFO] Apache Juneau REST Examples ........................ SUCCESS [
>> >> 7.180 s]
>> >> [INFO] Apache Juneau Microservice Tests ................... FAILURE [
>> >> 19.892 s]
>> >> [INFO] Apache Juneau Core Examples ........................ SUCCESS [
>> >> 0.772 s]
>> >> [INFO] Apache Juneau - Release Engineering ................ SUCCESS [
>> >> 0.168 s]
>> >> [INFO] Apache Juneau UberJar .............................. SUCCESS [
>> >> 2.801 s]
>> >> [INFO] Apache Juneau Distribution ......................... SUCCESS [
>> >> 2.879 s]
>> >> [INFO] ------------------------------------------------------------
>> >> ------------
>> >> [INFO] BUILD FAILURE
>> >> [INFO] ------------------------------------------------------------
>> >> ------------
>> >> [INFO] Total time: 01:35 min
>> >> [INFO] Finished at: 2017-09-13T15:55:33-05:00
>> >> [INFO] Final Memory: 89M/814M
>> >> [INFO] ------------------------------------------------------------
>> >> ------------
>> >> [ERROR] Failed to execute goal
>> >> org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test
>> >> (default-test) on project juneau-microservice-test: There are test
>> >> failures.
>> >>
>> >>
>> >> [15:55:34] cmims@MBP:~/incubator-juneau$ cat
>> >> /Users/cmims/incubator-juneau/juneau-microservice/juneau-
>> >> microservice-test/target/surefire-reports/
>> >> TEST-org.apache.juneau.rest.test._TestSuite.xml
>> >> org.apache.juneau.rest.test._TestSuite.txt
>> >> [15:55:34] cmims@MBP:~/incubator-juneau$ cat
>> >> /Users/cmims/incubator-juneau/juneau-microservice/juneau-
>> >> microservice-test/target/surefire-reports/org.apache.
>> >> juneau.rest.test._TestSuite.txt
>> >> ------------------------------------------------------------
>> >> -------------------
>> >> Test set: org.apache.juneau.rest.test._TestSuite
>> >> ------------------------------------------------------------
>> >> -------------------
>> >> Tests run: 2868, Failures: 0, Errors: 1, Skipped: 1, Time elapsed:
>> >> 17.637 sec <<< FAILURE! - in org.apache.juneau.rest.test._TestSuite
>> >> testUsingContentParam(org.apache.juneau.rest.test.ContentTest)  Time
>> >> elapsed: 0.057 sec  <<< ERROR!
>> >> org.apache.juneau.rest.client.RestCallException: MBP:10001 failed to
>> >> respond
>> >> at org.apache.juneau.rest.test.ContentTest.testUsingContentParam(
>> >> ContentTest.java:77)
>> >> Caused by: org.apache.http.NoHttpResponseException: MBP:10001 failed
>> to
>> >> respond
>> >> at org.apache.juneau.rest.test.ContentTest.testUsingContentParam(
>> >> ContentTest.java:77)
>> >>
>> >>
>> >>
>> >> On Wed, Sep 13, 2017 at 12:41 PM, 이동욱/Dong-Uk Lee <yi...@gmail.com>
>> >> wrote:
>> >> > +1
>> >> >
>> >> > I think it's not a big problem.
>> >> > Thanks James!
>> >> >
>> >> >
>> >> > 2017. 9. 13. 오후 10:39에 "James Bognar" <ja...@apache.org>님이 작성:
>> >> >
>> >> > Thanks Raphi!
>> >> >
>> >> > I validated your change locally.  No problems.
>> >> >
>> >> > What is your vote otherwise?  Do you think this requires another
>> release
>> >> > candidate?
>> >> >
>> >> > On Wed, Sep 13, 2017 at 12:23 AM, Raphi D Lee <yi...@gmail.com>
>> >> wrote:
>> >> >
>> >> >>
>> >> >> Hi all,
>> >> >>
>> >> >> I’ve tried to build this release and faced Test Fail like below
>> >> >>
>> >> >> Failed tests:
>> >> >>   DataConversionTest.testObjectSwaps:153 expected:<Jan 1[2], 2001>
>> but
>> >> >> was:<Jan 1[1], 2001>
>> >> >>   CalendarSwapTest.testBeanProperyFilterHtml:198
>> >> >> expected:<-2172115000000> but was:<-2172116928000>
>> >> >>   CalendarSwapTest.testBeanProperyFilterJson:162
>> >> >> expected:<-2172115000000> but was:<-2172116928000>
>> >> >>   CalendarSwapTest.testBeanProperyFilterUon:217
>> >> expected:<-2172115000000>
>> >> >> but was:<-2172116928000>
>> >> >>   CalendarSwapTest.testBeanProperyFilterUrlEncoding:240
>> >> >> expected:<-2172115000000> but was:<-2172116928000>
>> >> >>   CalendarSwapTest.testBeanProperyFilterXml:180
>> >> expected:<-2172115000000>
>> >> >> but was:<-2172116928000>
>> >> >>
>> >> >>
>> >> >> So, I made some code changes and committed.
>> >> >> Please take a look my changes.
>> >> >>
>> >> >>
>> >> >> Thanks
>> >> >>
>> >> >>
>> >> >>
>> >> >>
>> >> >> Raphi D Lee, yidonguk@gmail.com
>> >> >>
>> >> >>
>> >> >>
>> >> >>
>> >> >> 2017. 9. 13. 오전 12:21, Steve Blackmon <sb...@apache.org> 작성:
>> >> >>
>> >> >> +1 (binding)
>> >> >>
>> >> >> - confirmed SUCCESS from mvn clean install
>> >> >> - checked md5 and shasum for bin and src release artifacts
>> >> >> - verified gpg signatures
>> >> >>
>> >> >> Steve
>> >> >>
>> >> >> On Sep 10, 2017 at 6:27 PM, James Bognar <ja...@apache.org>
>> >> wrote:
>> >> >>
>> >> >>
>> >> >> I am pleased to be calling this vote for the source release of
>> Apache
>> >> >> Juneau 6.4.0-incubating RC1.
>> >> >>
>> >> >> The list of new features can be found here:
>> >> >> http://juneau.incubator.apache.org/site/apidocs/overview-
>> >> >> summary.html#6.4.0
>> >> >>
>> >> >> The binaries are available at:
>> >> >> https://dist.apache.org/repos/dist/dev/incubator/juneau/bina
>> >> >> ries/juneau-6.4.0-incubating-RC1/
>> >> >>
>> >> >> The release candidate to be voted over is available at:
>> >> >> https://dist.apache.org/repos/dist/dev/incubator/juneau/sour
>> >> >> ce/juneau-6.4.0-incubating-RC1/
>> >> >>
>> >> >> SHA-1 checksums:
>> >> >> 0d04cf1808e0d46e1f2025d085b5fa104be99e38
>> >> >> apache-juneau-6.4.0-incubating-src.zip
>> >> >> b456a34aa6b7c36abf7208b391734f16c0634ca5
>> >> >> apache-juneau-6.4.0-incubating-bin.zip
>> >> >>
>> >> >> MD5 checksums:
>> >> >> cca93858b1653150c2ab06d170dcf60f apache-juneau-6.4.0-incubating
>> -src.zip
>> >> >> 23183baf4364c987dabb7ad112a04db0 apache-juneau-6.4.0-incubating
>> -bin.zip
>> >> >>
>> >> >> Build the release candidate using:
>> >> >> mvn clean install
>> >> >>
>> >> >> The release candidate is signed with a GPG key available at:
>> >> >> https://dist.apache.org/repos/dist/release/incubator/juneau/KEYS
>> >> >>
>> >> >> A staged Maven repository is available for review at:
>> >> >> https://repository.apache.org/content/repositories/
>> >> orgapachejuneau-1015/
>> >> >>
>> >> >> The Git commit for this release is...
>> >> >> https://git-wip-us.apache.org/repos/asf?p=incubator-juneau.g
>> >> >> it;a=commit;h=231c3b226762e08de1250be681e2b5be680d7ff8
>> >> >>
>> >> >> Please vote on releasing this package as:
>> >> >> Apache Juneau 6.4.0-incubating
>> >> >>
>> >> >> This vote will be open until 13-Sep-2017 7:30pm EST and passes if a
>> >> >> majority of at least three +1 Apache Juneau PPMC votes are cast.
>> >> >>
>> >> >> [ ] +1 Release this package
>> >> >> [ ] 0 I don't feel strongly about it, but don't object
>> >> >> [ ] -1 Do not release this package because...
>> >> >>
>> >> >> Anyone can participate in testing and voting, not just committers,
>> >> please
>> >> >> feel free to try out the release candidate and provide your votes.
>> >> >>
>> >> >>
>> >> >>
>> >>
>> >>
>> >>
>> >> --
>> >> Charles Mims
>> >> pgp key: 81C62E56F930E099
>> >>
>>
>>
>>
>> --
>> Charles Mims
>> pgp key: 81C62E56F930E099
>>
>
>

Re: [VOTE] Release Apache Juneau 6.4.0-incubating RC1

Posted by James Bognar <ja...@gmail.com>.
Thanks Charles,

I'll see if I can reproduce it today.  I'm not seeing a pattern here
though...just broken pipes on the client side on different tests each
time.  It looks like HttpClient detects this and creates new connections so
that subsequent tests don't fail.

On Wed, Sep 13, 2017 at 10:35 PM, Charles Mims <ch...@mims.io> wrote:

> Tried building at home on a different network, same errors.
>
> ------------------------------------------------------------
> -------------------
> Test set: org.apache.juneau.rest.test._TestSuite
> ------------------------------------------------------------
> -------------------
> Tests run: 2868, Failures: 0, Errors: 2, Skipped: 1, Time elapsed:
> 15.151 sec <<< FAILURE! - in org.apache.juneau.rest.test._TestSuite
> i07_setTypedBean1d3dListMap[1](org.apache.juneau.rest.test.
> InterfaceProxyTest)
>  Time elapsed: 0.011 sec  <<< ERROR!
> java.lang.RuntimeException:
> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.i07_
> setTypedBean1d3dListMap(InterfaceProxyTest.java:619)
> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> pipe (Write failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.i07_
> setTypedBean1d3dListMap(InterfaceProxyTest.java:619)
> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.i07_
> setTypedBean1d3dListMap(InterfaceProxyTest.java:619)
> Caused by: java.net.SocketException: Broken pipe (Write failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.i07_
> setTypedBean1d3dListMap(InterfaceProxyTest.java:619)
>
> ef08_setEnum1d3dListMap[1](org.apache.juneau.rest.test.
> ThirdPartyProxyTest)
>  Time elapsed: 0.001 sec  <<< ERROR!
> java.lang.RuntimeException:
> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef08_
> setEnum1d3dListMap(ThirdPartyProxyTest.java:1259)
> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> pipe (Write failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef08_
> setEnum1d3dListMap(ThirdPartyProxyTest.java:1259)
> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef08_
> setEnum1d3dListMap(ThirdPartyProxyTest.java:1259)
> Caused by: java.net.SocketException: Broken pipe (Write failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef08_
> setEnum1d3dListMap(ThirdPartyProxyTest.java:1259)
>
> [20:53:13] cmims@MBP:~/juneau-6.4.0-incubating$ java -version
> java version "1.8.0_144"
> Java(TM) SE Runtime Environment (build 1.8.0_144-b01)
> Java HotSpot(TM) 64-Bit Server VM (build 25.144-b01, mixed mode)
> [20:53:28] cmims@MBP:~/juneau-6.4.0-incubating$ mvn -version
> Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426;
> 2017-04-03T14:39:06-05:00)
> Maven home: /Users/cmims/apache-maven-3.5.0
> Java version: 1.8.0_144, vendor: Oracle Corporation
> Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_
> 144.jdk/Contents/Home/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "mac os x", version: "10.12.6", arch: "x86_64", family: "mac"
>
>
>
>
>
>
>
> I also tried building it in docker 'maven' container.
> It had a lot more failures.  I'm not sure what to make of that of
> whether or not this is useful.
>
>
>
>
>
> ------------------------------------------------------------
> -------------------
> Test set: org.apache.juneau.rest.test._TestSuite
> ------------------------------------------------------------
> -------------------
> Tests run: 2868, Failures: 4, Errors: 24, Skipped: 1, Time elapsed:
> 24.705 sec <<< FAILURE! - in org.apache.juneau.rest.test._TestSuite
> testUsingContentParam(org.apache.juneau.rest.test.ContentTest)  Time
> elapsed: 0.025 sec  <<< ERROR!
> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ContentTest.testUsingContentParam(
> ContentTest.java:42)
> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ContentTest.testUsingContentParam(
> ContentTest.java:42)
> Caused by: java.net.SocketException: Broken pipe (Write failed)
> at org.apache.juneau.rest.test.ContentTest.testUsingContentParam(
> ContentTest.java:42)
>
> testAccept(org.apache.juneau.rest.test.DefaultContentTypesTest)  Time
> elapsed: 0.031 sec  <<< ERROR!
> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.DefaultContentTypesTest.testAccept(
> DefaultContentTypesTest.java:293)
> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.DefaultContentTypesTest.testAccept(
> DefaultContentTypesTest.java:293)
> Caused by: java.net.SocketException: Broken pipe (Write failed)
> at org.apache.juneau.rest.test.DefaultContentTypesTest.testAccept(
> DefaultContentTypesTest.java:293)
>
> testRestMethodParserSerializerAnnotations(org.apache.juneau.rest.test.
> DefaultContentTypesTest)
>  Time elapsed: 0.017 sec  <<< FAILURE!
> junit.framework.AssertionFailedError: Response status code was not
> correct.  Expected: '415'.  Actual: '0'
> at org.apache.juneau.rest.test.DefaultContentTypesTest.
> testRestMethodParserSerializerAnnotations(DefaultContentTypesTest.java:
> 330)
>
> testSetParameterToInvalidTypes(org.apache.juneau.rest.test.
> ErrorConditionsTest)
>  Time elapsed: 0.018 sec  <<< FAILURE!
> junit.framework.AssertionFailedError: Response status code was not
> correct.  Expected: '400'.  Actual: '0'
> at org.apache.juneau.rest.test.ErrorConditionsTest.
> testSetParameterToInvalidTypes(ErrorConditionsTest.java:160)
>
> test404and405(org.apache.juneau.rest.test.ErrorConditionsTest)  Time
> elapsed: 0.014 sec  <<< FAILURE!
> junit.framework.AssertionFailedError: Response status code was not
> correct.  Expected: '405'.  Actual: '0'
> at org.apache.juneau.rest.test.ErrorConditionsTest.test404and405(
> ErrorConditionsTest.java:191)
>
> testParseIntoNonStaticInnerClass(org.apache.juneau.rest.
> test.ErrorConditionsTest)
>  Time elapsed: 0.007 sec  <<< FAILURE!
> junit.framework.AssertionFailedError: Response status code was not
> correct.  Expected: '400'.  Actual: '0'
> at org.apache.juneau.rest.test.ErrorConditionsTest.
> testParseIntoNonStaticInnerClass(ErrorConditionsTest.java:97)
>
> h03_setWrongInt[1](org.apache.juneau.rest.test.InterfaceProxyTest)
> Time elapsed: 0.002 sec  <<< ERROR!
> java.lang.RuntimeException:
> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.h03_setWrongInt(
> InterfaceProxyTest.java:445)
> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> pipe (Write failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.h03_setWrongInt(
> InterfaceProxyTest.java:445)
> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.h03_setWrongInt(
> InterfaceProxyTest.java:445)
> Caused by: java.net.SocketException: Broken pipe (Write failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.h03_setWrongInt(
> InterfaceProxyTest.java:445)
>
> h05_setBoolean[1](org.apache.juneau.rest.test.InterfaceProxyTest)
> Time elapsed: 0.001 sec  <<< ERROR!
> java.lang.RuntimeException:
> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.h05_
> setBoolean(InterfaceProxyTest.java:459)
> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> pipe (Write failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.h05_
> setBoolean(InterfaceProxyTest.java:459)
> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.h05_
> setBoolean(InterfaceProxyTest.java:459)
> Caused by: java.net.SocketException: Broken pipe (Write failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.h05_
> setBoolean(InterfaceProxyTest.java:459)
>
> h08_setString[1](org.apache.juneau.rest.test.InterfaceProxyTest)  Time
> elapsed: 0.002 sec  <<< ERROR!
> java.lang.RuntimeException:
> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.h08_
> setString(InterfaceProxyTest.java:474)
> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> pipe (Write failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.h08_
> setString(InterfaceProxyTest.java:474)
> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.h08_
> setString(InterfaceProxyTest.java:474)
> Caused by: java.net.SocketException: Broken pipe (Write failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.h08_
> setString(InterfaceProxyTest.java:474)
>
> h10_setNullStringBad[1](org.apache.juneau.rest.test.InterfaceProxyTest)
>  Time elapsed: 0.002 sec  <<< ERROR!
> java.lang.RuntimeException:
> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.h10_setNullStringBad(
> InterfaceProxyTest.java:485)
> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> pipe (Write failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.h10_setNullStringBad(
> InterfaceProxyTest.java:485)
> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.h10_setNullStringBad(
> InterfaceProxyTest.java:485)
> Caused by: java.net.SocketException: Broken pipe (Write failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.h10_setNullStringBad(
> InterfaceProxyTest.java:485)
>
> h13_setString3dArray[1](org.apache.juneau.rest.test.InterfaceProxyTest)
>  Time elapsed: 0.002 sec  <<< ERROR!
> java.lang.RuntimeException:
> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.h13_setString3dArray(
> InterfaceProxyTest.java:504)
> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> pipe (Write failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.h13_setString3dArray(
> InterfaceProxyTest.java:504)
> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.h13_setString3dArray(
> InterfaceProxyTest.java:504)
> Caused by: java.net.SocketException: Broken pipe (Write failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.h13_setString3dArray(
> InterfaceProxyTest.java:504)
>
> h15_setInteger3dList[1](org.apache.juneau.rest.test.InterfaceProxyTest)
>  Time elapsed: 0.001 sec  <<< ERROR!
> java.lang.RuntimeException:
> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.h15_setInteger3dList(
> InterfaceProxyTest.java:514)
> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> pipe (Write failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.h15_setInteger3dList(
> InterfaceProxyTest.java:514)
> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.h15_setInteger3dList(
> InterfaceProxyTest.java:514)
> Caused by: java.net.SocketException: Broken pipe (Write failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.h15_setInteger3dList(
> InterfaceProxyTest.java:514)
>
> h18_setStringList[1](org.apache.juneau.rest.test.InterfaceProxyTest)
> Time elapsed: 0.002 sec  <<< ERROR!
> java.lang.RuntimeException:
> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.h18_setStringList(
> InterfaceProxyTest.java:541)
> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> pipe (Write failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.h18_setStringList(
> InterfaceProxyTest.java:541)
> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.h18_setStringList(
> InterfaceProxyTest.java:541)
> Caused by: java.net.SocketException: Broken pipe (Write failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.h18_setStringList(
> InterfaceProxyTest.java:541)
>
> h20_setBean3dArray[1](org.apache.juneau.rest.test.InterfaceProxyTest)
> Time elapsed: 0.001 sec  <<< ERROR!
> java.lang.RuntimeException:
> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.h20_setBean3dArray(
> InterfaceProxyTest.java:552)
> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> pipe (Write failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.h20_setBean3dArray(
> InterfaceProxyTest.java:552)
> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.h20_setBean3dArray(
> InterfaceProxyTest.java:552)
> Caused by: java.net.SocketException: Broken pipe (Write failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.h20_setBean3dArray(
> InterfaceProxyTest.java:552)
>
> h24_setBeanListMap[1](org.apache.juneau.rest.test.InterfaceProxyTest)
> Time elapsed: 0.002 sec  <<< ERROR!
> java.lang.RuntimeException:
> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.h24_setBeanListMap(
> InterfaceProxyTest.java:572)
> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> pipe (Write failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.h24_setBeanListMap(
> InterfaceProxyTest.java:572)
> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.h24_setBeanListMap(
> InterfaceProxyTest.java:572)
> Caused by: java.net.SocketException: Broken pipe (Write failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.h24_setBeanListMap(
> InterfaceProxyTest.java:572)
>
> h26_setBeanListMapIntegerKeys[1](org.apache.juneau.rest.
> test.InterfaceProxyTest)
>  Time elapsed: 0.002 sec  <<< ERROR!
> java.lang.RuntimeException:
> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.h26_
> setBeanListMapIntegerKeys(InterfaceProxyTest.java:582)
> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> pipe (Write failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.h26_
> setBeanListMapIntegerKeys(InterfaceProxyTest.java:582)
> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.h26_
> setBeanListMapIntegerKeys(InterfaceProxyTest.java:582)
> Caused by: java.net.SocketException: Broken pipe (Write failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.h26_
> setBeanListMapIntegerKeys(InterfaceProxyTest.java:582)
>
> i03_setTypedBeanList[1](org.apache.juneau.rest.test.InterfaceProxyTest)
>  Time elapsed: 0.001 sec  <<< ERROR!
> java.lang.RuntimeException:
> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.i03_setTypedBeanList(
> InterfaceProxyTest.java:599)
> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> pipe (Write failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.i03_setTypedBeanList(
> InterfaceProxyTest.java:599)
> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.i03_setTypedBeanList(
> InterfaceProxyTest.java:599)
> Caused by: java.net.SocketException: Broken pipe (Write failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.i03_setTypedBeanList(
> InterfaceProxyTest.java:599)
>
> i05_setTypedBeanMap[1](org.apache.juneau.rest.test.InterfaceProxyTest)
>  Time elapsed: 0.002 sec  <<< ERROR!
> java.lang.RuntimeException:
> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.i05_setTypedBeanMap(
> InterfaceProxyTest.java:609)
> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> pipe (Write failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.i05_setTypedBeanMap(
> InterfaceProxyTest.java:609)
> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.i05_setTypedBeanMap(
> InterfaceProxyTest.java:609)
> Caused by: java.net.SocketException: Broken pipe (Write failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.i05_setTypedBeanMap(
> InterfaceProxyTest.java:609)
>
> l01_setEnum[1](org.apache.juneau.rest.test.InterfaceProxyTest)  Time
> elapsed: 0.004 sec  <<< ERROR!
> java.lang.RuntimeException:
> org.apache.juneau.rest.client.RestCallException: Connection reset
> at org.apache.juneau.rest.test.InterfaceProxyTest.l01_
> setEnum(InterfaceProxyTest.java:674)
> Caused by: org.apache.juneau.rest.client.RestCallException: Connection
> reset
> at org.apache.juneau.rest.test.InterfaceProxyTest.l01_
> setEnum(InterfaceProxyTest.java:674)
> Caused by: java.net.SocketException: Connection reset
> at org.apache.juneau.rest.test.InterfaceProxyTest.l01_
> setEnum(InterfaceProxyTest.java:674)
>
> l03_setEnumList[1](org.apache.juneau.rest.test.InterfaceProxyTest)
> Time elapsed: 0.002 sec  <<< ERROR!
> java.lang.RuntimeException:
> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.l03_setEnumList(
> InterfaceProxyTest.java:684)
> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> pipe (Write failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.l03_setEnumList(
> InterfaceProxyTest.java:684)
> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.l03_setEnumList(
> InterfaceProxyTest.java:684)
> Caused by: java.net.SocketException: Broken pipe (Write failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.l03_setEnumList(
> InterfaceProxyTest.java:684)
>
> l08_setEnum1d3dListMap[1](org.apache.juneau.rest.test.InterfaceProxyTest)
>  Time elapsed: 0.002 sec  <<< ERROR!
> java.lang.RuntimeException:
> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.l08_setEnum1d3dListMap(
> InterfaceProxyTest.java:719)
> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> pipe (Write failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.l08_setEnum1d3dListMap(
> InterfaceProxyTest.java:719)
> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.l08_setEnum1d3dListMap(
> InterfaceProxyTest.java:719)
> Caused by: java.net.SocketException: Broken pipe (Write failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.l08_setEnum1d3dListMap(
> InterfaceProxyTest.java:719)
>
> m03_setMultiParamsFloat[1](org.apache.juneau.rest.test.InterfaceProxyTest)
>  Time elapsed: 0.002 sec  <<< ERROR!
> java.lang.RuntimeException:
> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.m03_setMultiParamsFloat(
> InterfaceProxyTest.java:754)
> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> pipe (Write failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.m03_setMultiParamsFloat(
> InterfaceProxyTest.java:754)
> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.m03_setMultiParamsFloat(
> InterfaceProxyTest.java:754)
> Caused by: java.net.SocketException: Broken pipe (Write failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.m03_setMultiParamsFloat(
> InterfaceProxyTest.java:754)
>
> m06_setMultiParamsBean[1](org.apache.juneau.rest.test.InterfaceProxyTest)
>  Time elapsed: 0.004 sec  <<< ERROR!
> java.lang.RuntimeException:
> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.m06_setMultiParamsBean(
> InterfaceProxyTest.java:789)
> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> pipe (Write failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.m06_setMultiParamsBean(
> InterfaceProxyTest.java:789)
> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.m06_setMultiParamsBean(
> InterfaceProxyTest.java:789)
> Caused by: java.net.SocketException: Broken pipe (Write failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.m06_setMultiParamsBean(
> InterfaceProxyTest.java:789)
>
> m08_setMultiParamsImplicitSwappedPojo[1](org.apache.juneau.rest.
> test.InterfaceProxyTest)
>  Time elapsed: 0.002 sec  <<< ERROR!
> java.lang.RuntimeException:
> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.m08_
> setMultiParamsImplicitSwappedPojo(InterfaceProxyTest.java:817)
> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> pipe (Write failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.m08_
> setMultiParamsImplicitSwappedPojo(InterfaceProxyTest.java:817)
> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.m08_
> setMultiParamsImplicitSwappedPojo(InterfaceProxyTest.java:817)
> Caused by: java.net.SocketException: Broken pipe (Write failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.m08_
> setMultiParamsImplicitSwappedPojo(InterfaceProxyTest.java:817)
>
> testReader(org.apache.juneau.rest.test.NoParserInputTest)  Time
> elapsed: 0.001 sec  <<< ERROR!
> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.NoParserInputTest.testReader(
> NoParserInputTest.java:42)
> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.NoParserInputTest.testReader(
> NoParserInputTest.java:42)
> Caused by: java.net.SocketException: Broken pipe (Write failed)
> at org.apache.juneau.rest.test.NoParserInputTest.testReader(
> NoParserInputTest.java:42)
>
> testHasQParamPost(org.apache.juneau.rest.test.ParamsTest)  Time
> elapsed: 0.008 sec  <<< ERROR!
> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ParamsTest.testHasQParamPost(
> ParamsTest.java:505)
> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ParamsTest.testHasQParamPost(
> ParamsTest.java:505)
> Caused by: java.net.SocketException: Broken pipe (Write failed)
> at org.apache.juneau.rest.test.ParamsTest.testHasQParamPost(
> ParamsTest.java:505)
>
> testParserOnClass(org.apache.juneau.rest.test.ParsersTest)  Time
> elapsed: 0.013 sec  <<< ERROR!
> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ParsersTest.testParserOnClass(
> ParsersTest.java:48)
> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ParsersTest.testParserOnClass(
> ParsersTest.java:48)
> Caused by: java.net.SocketException: Broken pipe (Write failed)
> at org.apache.juneau.rest.test.ParsersTest.testParserOnClass(
> ParsersTest.java:48)
>
> testParserOnMethod(org.apache.juneau.rest.test.ParsersTest)  Time
> elapsed: 0.001 sec  <<< ERROR!
> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ParsersTest.testParserOnMethod(
> ParsersTest.java:60)
> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ParsersTest.testParserOnMethod(
> ParsersTest.java:60)
> Caused by: java.net.SocketException: Broken pipe (Write failed)
> at org.apache.juneau.rest.test.ParsersTest.testParserOnMethod(
> ParsersTest.java:60)
>
> root@eb9111df31bf:/incubator-juneau# git status
> HEAD detached at juneau-6.4.0-incubating-RC1
>
> root@eb9111df31bf:/incubator-juneau# mvn -version
> Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426;
> 2017-04-03T19:39:06Z)
> Maven home: /usr/share/maven
> Java version: 1.8.0_141, vendor: Oracle Corporation
> Java home: /usr/lib/jvm/java-8-openjdk-amd64/jre
> Default locale: en, platform encoding: UTF-8
> OS name: "linux", version: "4.9.41-moby", arch: "amd64", family: "unix"
>
>
>
>
> I also built a new docker container with this Dockerfile:
>
> from ubuntu
> maintainer charles@mims.io
> run apt update && apt upgrade -y && apt install -y openjdk-8-jdk wget
> run wget http://apache.cs.utah.edu/maven/maven-3/3.5.0/binaries/
> apache-maven-3.5.0-bin.tar.gz
> && tar xzvf apache-maven-3.5.0-bin.tar.gz
> ENV PATH=$PATH:/apache-maven-3.5.0/bin/
>
>
> and ran it with --net=host
>
> and got similar results:
>
> ------------------------------------------------------------
> -------------------
> Test set: org.apache.juneau.rest.test._TestSuite
> ------------------------------------------------------------
> -------------------
> Tests run: 2868, Failures: 2, Errors: 22, Skipped: 1, Time elapsed:
> 18.806 sec <<< FAILURE! - in org.apache.juneau.rest.test._TestSuite
> testRestMethodParserSerializerAnnotations(org.apache.juneau.rest.test.
> DefaultContentTypesTest)
>  Time elapsed: 0.046 sec  <<< ERROR!
> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.DefaultContentTypesTest.
> testRestMethodParserSerializerAnnotations(DefaultContentTypesTest.java:
> 376)
> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.DefaultContentTypesTest.
> testRestMethodParserSerializerAnnotations(DefaultContentTypesTest.java:
> 376)
> Caused by: java.net.SocketException: Broken pipe (Write failed)
> at org.apache.juneau.rest.test.DefaultContentTypesTest.
> testRestMethodParserSerializerAnnotations(DefaultContentTypesTest.java:
> 376)
>
> testParseIntoNonStaticInnerClass(org.apache.juneau.rest.
> test.ErrorConditionsTest)
>  Time elapsed: 0.003 sec  <<< FAILURE!
> junit.framework.AssertionFailedError: Response status code was not
> correct.  Expected: '400'.  Actual: '0'
> at org.apache.juneau.rest.test.ErrorConditionsTest.
> testParseIntoNonStaticInnerClass(ErrorConditionsTest.java:97)
>
> testNonExistentBeanProperties(org.apache.juneau.rest.test.
> ErrorConditionsTest)
>  Time elapsed: 0.006 sec  <<< FAILURE!
> junit.framework.AssertionFailedError: Response status code was not
> correct.  Expected: '400'.  Actual: '0'
> at org.apache.juneau.rest.test.ErrorConditionsTest.
> testNonExistentBeanProperties(ErrorConditionsTest.java:42)
>
> testQParamPost(org.apache.juneau.rest.test.ParamsTest)  Time elapsed:
> 0.02 sec  <<< ERROR!
> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ParamsTest.testQParamPost(
> ParamsTest.java:368)
> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ParamsTest.testQParamPost(
> ParamsTest.java:368)
> Caused by: java.net.SocketException: Broken pipe (Write failed)
> at org.apache.juneau.rest.test.ParamsTest.testQParamPost(
> ParamsTest.java:368)
>
> testHasQParamPost(org.apache.juneau.rest.test.ParamsTest)  Time
> elapsed: 0.009 sec  <<< ERROR!
> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ParamsTest.testHasQParamPost(
> ParamsTest.java:505)
> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ParamsTest.testHasQParamPost(
> ParamsTest.java:505)
> Caused by: java.net.SocketException: Broken pipe (Write failed)
> at org.apache.juneau.rest.test.ParamsTest.testHasQParamPost(
> ParamsTest.java:505)
>
> ea02_setWrongInt[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
> Time elapsed: 0.003 sec  <<< ERROR!
> java.lang.RuntimeException:
> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea02_setWrongInt(
> ThirdPartyProxyTest.java:985)
> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> pipe (Write failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea02_setWrongInt(
> ThirdPartyProxyTest.java:985)
> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea02_setWrongInt(
> ThirdPartyProxyTest.java:985)
> Caused by: java.net.SocketException: Broken pipe (Write failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea02_setWrongInt(
> ThirdPartyProxyTest.java:985)
>
> ea05_setFloat[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
> Time elapsed: 0.001 sec  <<< ERROR!
> java.lang.RuntimeException:
> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea05_
> setFloat(ThirdPartyProxyTest.java:1004)
> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> pipe (Write failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea05_
> setFloat(ThirdPartyProxyTest.java:1004)
> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea05_
> setFloat(ThirdPartyProxyTest.java:1004)
> Caused by: java.net.SocketException: Broken pipe (Write failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea05_
> setFloat(ThirdPartyProxyTest.java:1004)
>
> ea08_setNullString[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
>  Time elapsed: 0.001 sec  <<< ERROR!
> java.lang.RuntimeException:
> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea08_setNullString(
> ThirdPartyProxyTest.java:1019)
> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> pipe (Write failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea08_setNullString(
> ThirdPartyProxyTest.java:1019)
> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea08_setNullString(
> ThirdPartyProxyTest.java:1019)
> Caused by: java.net.SocketException: Broken pipe (Write failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea08_setNullString(
> ThirdPartyProxyTest.java:1019)
>
> ea10_setInt3dArray[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
>  Time elapsed: 0.001 sec  <<< ERROR!
> java.lang.RuntimeException:
> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea10_setInt3dArray(
> ThirdPartyProxyTest.java:1034)
> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> pipe (Write failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea10_setInt3dArray(
> ThirdPartyProxyTest.java:1034)
> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea10_setInt3dArray(
> ThirdPartyProxyTest.java:1034)
> Caused by: java.net.SocketException: Broken pipe (Write failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea10_setInt3dArray(
> ThirdPartyProxyTest.java:1034)
>
> ea13_setIntegerList[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
>  Time elapsed: 0.001 sec  <<< ERROR!
> java.lang.RuntimeException:
> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea13_setIntegerList(
> ThirdPartyProxyTest.java:1049)
> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> pipe (Write failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea13_setIntegerList(
> ThirdPartyProxyTest.java:1049)
> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea13_setIntegerList(
> ThirdPartyProxyTest.java:1049)
> Caused by: java.net.SocketException: Broken pipe (Write failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea13_setIntegerList(
> ThirdPartyProxyTest.java:1049)
>
> ea15_setInteger1d3dList[1](org.apache.juneau.rest.test.
> ThirdPartyProxyTest)
>  Time elapsed: 0.001 sec  <<< ERROR!
> java.lang.RuntimeException:
> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea15_
> setInteger1d3dList(ThirdPartyProxyTest.java:1067)
> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> pipe (Write failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea15_
> setInteger1d3dList(ThirdPartyProxyTest.java:1067)
> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea15_
> setInteger1d3dList(ThirdPartyProxyTest.java:1067)
> Caused by: java.net.SocketException: Broken pipe (Write failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea15_
> setInteger1d3dList(ThirdPartyProxyTest.java:1067)
>
> ea17_setStringList[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
>  Time elapsed: 0.001 sec  <<< ERROR!
> java.lang.RuntimeException:
> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea17_setStringList(
> ThirdPartyProxyTest.java:1081)
> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> pipe (Write failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea17_setStringList(
> ThirdPartyProxyTest.java:1081)
> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea17_setStringList(
> ThirdPartyProxyTest.java:1081)
> Caused by: java.net.SocketException: Broken pipe (Write failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea17_setStringList(
> ThirdPartyProxyTest.java:1081)
>
> eb04_setBean1d3dList[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
>  Time elapsed: 0.002 sec  <<< ERROR!
> java.lang.RuntimeException:
> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb04_setBean1d3dList(
> ThirdPartyProxyTest.java:1102)
> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> pipe (Write failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb04_setBean1d3dList(
> ThirdPartyProxyTest.java:1102)
> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb04_setBean1d3dList(
> ThirdPartyProxyTest.java:1102)
> Caused by: java.net.SocketException: Broken pipe (Write failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb04_setBean1d3dList(
> ThirdPartyProxyTest.java:1102)
>
> eb06_setBeanListMap[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
>  Time elapsed: 0.002 sec  <<< ERROR!
> java.lang.RuntimeException:
> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb06_setBeanListMap(
> ThirdPartyProxyTest.java:1112)
> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> pipe (Write failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb06_setBeanListMap(
> ThirdPartyProxyTest.java:1112)
> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb06_setBeanListMap(
> ThirdPartyProxyTest.java:1112)
> Caused by: java.net.SocketException: Broken pipe (Write failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb06_setBeanListMap(
> ThirdPartyProxyTest.java:1112)
>
> eb08_setBeanListMapIntegerKeys[1](org.apache.juneau.rest.test.
> ThirdPartyProxyTest)
>  Time elapsed: 0.002 sec  <<< ERROR!
> java.lang.RuntimeException:
> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb08_
> setBeanListMapIntegerKeys(ThirdPartyProxyTest.java:1122)
> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> pipe (Write failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb08_
> setBeanListMapIntegerKeys(ThirdPartyProxyTest.java:1122)
> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb08_
> setBeanListMapIntegerKeys(ThirdPartyProxyTest.java:1122)
> Caused by: java.net.SocketException: Broken pipe (Write failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb08_
> setBeanListMapIntegerKeys(ThirdPartyProxyTest.java:1122)
>
> ec03_setTypedBeanList[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
>  Time elapsed: 0.001 sec  <<< ERROR!
> java.lang.RuntimeException:
> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ec03_setTypedBeanList(
> ThirdPartyProxyTest.java:1139)
> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> pipe (Write failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ec03_setTypedBeanList(
> ThirdPartyProxyTest.java:1139)
> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ec03_setTypedBeanList(
> ThirdPartyProxyTest.java:1139)
> Caused by: java.net.SocketException: Broken pipe (Write failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ec03_setTypedBeanList(
> ThirdPartyProxyTest.java:1139)
>
> ec05_setTypedBeanMap[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
>  Time elapsed: 0.001 sec  <<< ERROR!
> java.lang.RuntimeException:
> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ec05_setTypedBeanMap(
> ThirdPartyProxyTest.java:1149)
> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> pipe (Write failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ec05_setTypedBeanMap(
> ThirdPartyProxyTest.java:1149)
> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ec05_setTypedBeanMap(
> ThirdPartyProxyTest.java:1149)
> Caused by: java.net.SocketException: Broken pipe (Write failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ec05_setTypedBeanMap(
> ThirdPartyProxyTest.java:1149)
>
> ed01_setSwappedPojo[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
>  Time elapsed: 0.002 sec  <<< ERROR!
> java.lang.RuntimeException:
> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ed01_setSwappedPojo(
> ThirdPartyProxyTest.java:1171)
> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> pipe (Write failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ed01_setSwappedPojo(
> ThirdPartyProxyTest.java:1171)
> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ed01_setSwappedPojo(
> ThirdPartyProxyTest.java:1171)
> Caused by: java.net.SocketException: Broken pipe (Write failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ed01_setSwappedPojo(
> ThirdPartyProxyTest.java:1171)
>
> ed03_setSwappedPojoMap[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
>  Time elapsed: 0.002 sec  <<< ERROR!
> java.lang.RuntimeException:
> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ed03_setSwappedPojoMap(
> ThirdPartyProxyTest.java:1181)
> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> pipe (Write failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ed03_setSwappedPojoMap(
> ThirdPartyProxyTest.java:1181)
> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ed03_setSwappedPojoMap(
> ThirdPartyProxyTest.java:1181)
> Caused by: java.net.SocketException: Broken pipe (Write failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ed03_setSwappedPojoMap(
> ThirdPartyProxyTest.java:1181)
>
> ee02_setImplicitSwappedPojo3dArray[1](org.apache.juneau.rest.
> test.ThirdPartyProxyTest)
>  Time elapsed: 0.002 sec  <<< ERROR!
> java.lang.RuntimeException:
> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ee02_
> setImplicitSwappedPojo3dArray(ThirdPartyProxyTest.java:1197)
> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> pipe (Write failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ee02_
> setImplicitSwappedPojo3dArray(ThirdPartyProxyTest.java:1197)
> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ee02_
> setImplicitSwappedPojo3dArray(ThirdPartyProxyTest.java:1197)
> Caused by: java.net.SocketException: Broken pipe (Write failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ee02_
> setImplicitSwappedPojo3dArray(ThirdPartyProxyTest.java:1197)
>
> ee04_setImplicitSwappedPojo3dMap[1](org.apache.juneau.rest.test.
> ThirdPartyProxyTest)
>  Time elapsed: 0.002 sec  <<< ERROR!
> java.lang.RuntimeException:
> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ee04_
> setImplicitSwappedPojo3dMap(ThirdPartyProxyTest.java:1207)
> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> pipe (Write failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ee04_
> setImplicitSwappedPojo3dMap(ThirdPartyProxyTest.java:1207)
> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ee04_
> setImplicitSwappedPojo3dMap(ThirdPartyProxyTest.java:1207)
> Caused by: java.net.SocketException: Broken pipe (Write failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ee04_
> setImplicitSwappedPojo3dMap(ThirdPartyProxyTest.java:1207)
>
> ef03_setEnumList[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
> Time elapsed: 0.001 sec  <<< ERROR!
> java.lang.RuntimeException:
> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef03_setEnumList(
> ThirdPartyProxyTest.java:1224)
> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> pipe (Write failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef03_setEnumList(
> ThirdPartyProxyTest.java:1224)
> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef03_setEnumList(
> ThirdPartyProxyTest.java:1224)
> Caused by: java.net.SocketException: Broken pipe (Write failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef03_setEnumList(
> ThirdPartyProxyTest.java:1224)
>
> ef06_setEnumMap[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
> Time elapsed: 0.001 sec  <<< ERROR!
> java.lang.RuntimeException:
> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef06_setEnumMap(
> ThirdPartyProxyTest.java:1249)
> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> pipe (Write failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef06_setEnumMap(
> ThirdPartyProxyTest.java:1249)
> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef06_setEnumMap(
> ThirdPartyProxyTest.java:1249)
> Caused by: java.net.SocketException: Broken pipe (Write failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef06_setEnumMap(
> ThirdPartyProxyTest.java:1249)
>
> ef08_setEnum1d3dListMap[1](org.apache.juneau.rest.test.
> ThirdPartyProxyTest)
>  Time elapsed: 0.002 sec  <<< ERROR!
> java.lang.RuntimeException:
> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef08_
> setEnum1d3dListMap(ThirdPartyProxyTest.java:1259)
> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> pipe (Write failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef08_
> setEnum1d3dListMap(ThirdPartyProxyTest.java:1259)
> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef08_
> setEnum1d3dListMap(ThirdPartyProxyTest.java:1259)
> Caused by: java.net.SocketException: Broken pipe (Write failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef08_
> setEnum1d3dListMap(ThirdPartyProxyTest.java:1259)
>
> On Wed, Sep 13, 2017 at 4:41 PM, James Bognar <ja...@apache.org>
> wrote:
> > Hrm....broken pipe and NoHttpResponseExceptions.  Perhaps intermittent
> > network connection issues?
> >
> > Could you try the build a couple more times and see if the results are
> > consistent?
> >
> > On Wed, Sep 13, 2017 at 5:30 PM, Charles Mims <ch...@mims.io> wrote:
> >
> >> I had failures in "Microservice Tests" when trying to build juneau
> >> from this link:
> >>
> >> https://dist.apache.org/repos/dist/dev/incubator/juneau/
> >> source/juneau-6.4.0-incubating-RC1/apache-juneau-
> 6.4.0-incubating-src.zip
> >> ...
> >> mvn -fae clean install
> >> ...
> >> [INFO] ------------------------------------------------------------
> >> ------------
> >> [INFO] Reactor Summary:
> >> [INFO]
> >> [INFO] Apache Juneau (incubating) ......................... SUCCESS [
> >> 2.401 s]
> >> [INFO] Apache Juneau - Core APIs .......................... SUCCESS [
> >> 0.196 s]
> >> [INFO] Apache Juneau Marshall ............................. SUCCESS [
> >> 13.216 s]
> >> [INFO] Apache Juneau Marshal RDF .......................... SUCCESS [
> >> 1.605 s]
> >> [INFO] Apache Juneau Data Transfer Objects ................ SUCCESS [
> >> 2.589 s]
> >> [INFO] Apache Juneau Core ................................. SUCCESS [
> >> 0.537 s]
> >> [INFO] Apache Juneau Config File API ...................... SUCCESS [
> >> 0.786 s]
> >> [INFO] Apache Juneau Core Tests ........................... SUCCESS [
> >> 31.120 s]
> >> [INFO] Apache Juneau - REST APIs .......................... SUCCESS [
> >> 0.084 s]
> >> [INFO] Apache Juneau REST Servlet API ..................... SUCCESS [
> >> 2.239 s]
> >> [INFO] Apache Juneau REST JAX/RS API ...................... SUCCESS [
> >> 0.449 s]
> >> [INFO] Apache Juneau REST Client API ...................... SUCCESS [
> >> 1.032 s]
> >> [INFO] Apache Juneau - Microservice APIs .................. SUCCESS [
> >> 0.106 s]
> >> [INFO] Apache Juneau Microservice Server .................. SUCCESS [
> >> 1.301 s]
> >> [INFO] Apache Juneau Microservice Template ................ SUCCESS [
> >> 1.312 s]
> >> [INFO] Apache Juneau - Examples ........................... SUCCESS [
> >> 0.116 s]
> >> [INFO] Apache Juneau REST Examples ........................ SUCCESS [
> >> 7.460 s]
> >> [INFO] Apache Juneau Microservice Tests ................... FAILURE [
> >> 18.211 s]
> >> [INFO] Apache Juneau Core Examples ........................ SUCCESS [
> >> 0.261 s]
> >> [INFO] Apache Juneau - Release Engineering ................ SUCCESS [
> >> 0.029 s]
> >> [INFO] Apache Juneau UberJar .............................. SUCCESS [
> >> 1.181 s]
> >> [INFO] Apache Juneau Distribution ......................... SUCCESS [
> >> 1.588 s]
> >> [INFO] ------------------------------------------------------------
> >> ------------
> >> [INFO] BUILD FAILURE
> >> [INFO] ------------------------------------------------------------
> >> ------------
> >> [INFO] Total time: 01:28 min
> >> [INFO] Finished at: 2017-09-13T14:48:01-05:00
> >> [INFO] Final Memory: 88M/794M
> >> [INFO] ------------------------------------------------------------
> >> ------------
> >> [ERROR] Failed to execute goal
> >> org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test
> >> (default-test) on project juneau-microservice-test: There are test
> >> failures.
> >>
> >> $ cat /Users/cmims/juneau-6.4.0-incubating/juneau-microservice/juneau-
> >> microservice-test/target/surefire-reports/org.apache.
> >> juneau.rest.test._TestSuite.txt
> >> ------------------------------------------------------------
> >> -------------------
> >> Test set: org.apache.juneau.rest.test._TestSuite
> >> ------------------------------------------------------------
> >> -------------------
> >> Tests run: 2868, Failures: 0, Errors: 2, Skipped: 1, Time elapsed:
> >> 15.925 sec <<< FAILURE! - in org.apache.juneau.rest.test._TestSuite
> >> m04_setMultiParamsFloatObject[1](org.apache.juneau.rest.
> >> test.InterfaceProxyTest)
> >>  Time elapsed: 0.009 sec  <<< ERROR!
> >> java.lang.RuntimeException:
> >> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> >> failed)
> >> at org.apache.juneau.rest.test.InterfaceProxyTest.m04_
> >> setMultiParamsFloatObject(InterfaceProxyTest.java:765)
> >> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> >> pipe (Write failed)
> >> at org.apache.juneau.rest.test.InterfaceProxyTest.m04_
> >> setMultiParamsFloatObject(InterfaceProxyTest.java:765)
> >> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> >> failed)
> >> at org.apache.juneau.rest.test.InterfaceProxyTest.m04_
> >> setMultiParamsFloatObject(InterfaceProxyTest.java:765)
> >> Caused by: java.net.SocketException: Broken pipe (Write failed)
> >> at org.apache.juneau.rest.test.InterfaceProxyTest.m04_
> >> setMultiParamsFloatObject(InterfaceProxyTest.java:765)
> >>
> >> ef04_setEnum3dList[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
> >>  Time elapsed: 0.002 sec  <<< ERROR!
> >> java.lang.RuntimeException:
> >> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> >> failed)
> >> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef04_setEnum3dList(
> >> ThirdPartyProxyTest.java:1229)
> >> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> >> pipe (Write failed)
> >> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef04_setEnum3dList(
> >> ThirdPartyProxyTest.java:1229)
> >> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> >> failed)
> >> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef04_setEnum3dList(
> >> ThirdPartyProxyTest.java:1229)
> >> Caused by: java.net.SocketException: Broken pipe (Write failed)
> >> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef04_setEnum3dList(
> >> ThirdPartyProxyTest.java:1229)
> >>
> >>
> >>
> >> Oddly, when I try to build what I think is the corresponding commit
> >> from the git repo, I get different tests failing.
> >>
> >>
> >>
> >> [15:52:34] cmims@MBP:~$ git clone git@github.com:apache/
> >> incubator-juneau.git
> >> Cloning into 'incubator-juneau'...
> >> ...
> >> [15:53:08] cmims@MBP:~$ cd incubator-juneau
> >> [15:53:08] cmims@MBP:~/incubator-juneau$ git fetch
> >> [15:53:09] cmims@MBP:~/incubator-juneau$ git checkout
> >> juneau-6.4.0-incubating-RC1
> >> Note: checking out 'juneau-6.4.0-incubating-RC1'.
> >> ...
> >> HEAD is now at 231c3b22... [maven-release-plugin] prepare release
> >> juneau-6.4.0-incubating-RC1
> >>
> >> $ mvn -fae clean install
> >> ...
> >> [INFO] ------------------------------------------------------------
> >> ------------
> >> [INFO] Reactor Summary:
> >> [INFO]
> >> [INFO] Apache Juneau (incubating) ......................... SUCCESS [
> >> 2.209 s]
> >> [INFO] Apache Juneau - Core APIs .......................... SUCCESS [
> >> 0.126 s]
> >> [INFO] Apache Juneau Marshall ............................. SUCCESS [
> >> 14.841 s]
> >> [INFO] Apache Juneau Marshal RDF .......................... SUCCESS [
> >> 1.356 s]
> >> [INFO] Apache Juneau Data Transfer Objects ................ SUCCESS [
> >> 2.676 s]
> >> [INFO] Apache Juneau Core ................................. SUCCESS [
> >> 0.560 s]
> >> [INFO] Apache Juneau Config File API ...................... SUCCESS [
> >> 0.705 s]
> >> [INFO] Apache Juneau Core Tests ........................... SUCCESS [
> >> 32.473 s]
> >> [INFO] Apache Juneau - REST APIs .......................... SUCCESS [
> >> 0.070 s]
> >> [INFO] Apache Juneau REST Servlet API ..................... SUCCESS [
> >> 1.917 s]
> >> [INFO] Apache Juneau REST JAX/RS API ...................... SUCCESS [
> >> 0.467 s]
> >> [INFO] Apache Juneau REST Client API ...................... SUCCESS [
> >> 0.981 s]
> >> [INFO] Apache Juneau - Microservice APIs .................. SUCCESS [
> >> 0.054 s]
> >> [INFO] Apache Juneau Microservice Server .................. SUCCESS [
> >> 1.474 s]
> >> [INFO] Apache Juneau Microservice Template ................ SUCCESS [
> >> 1.147 s]
> >> [INFO] Apache Juneau - Examples ........................... SUCCESS [
> >> 0.047 s]
> >> [INFO] Apache Juneau REST Examples ........................ SUCCESS [
> >> 7.180 s]
> >> [INFO] Apache Juneau Microservice Tests ................... FAILURE [
> >> 19.892 s]
> >> [INFO] Apache Juneau Core Examples ........................ SUCCESS [
> >> 0.772 s]
> >> [INFO] Apache Juneau - Release Engineering ................ SUCCESS [
> >> 0.168 s]
> >> [INFO] Apache Juneau UberJar .............................. SUCCESS [
> >> 2.801 s]
> >> [INFO] Apache Juneau Distribution ......................... SUCCESS [
> >> 2.879 s]
> >> [INFO] ------------------------------------------------------------
> >> ------------
> >> [INFO] BUILD FAILURE
> >> [INFO] ------------------------------------------------------------
> >> ------------
> >> [INFO] Total time: 01:35 min
> >> [INFO] Finished at: 2017-09-13T15:55:33-05:00
> >> [INFO] Final Memory: 89M/814M
> >> [INFO] ------------------------------------------------------------
> >> ------------
> >> [ERROR] Failed to execute goal
> >> org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test
> >> (default-test) on project juneau-microservice-test: There are test
> >> failures.
> >>
> >>
> >> [15:55:34] cmims@MBP:~/incubator-juneau$ cat
> >> /Users/cmims/incubator-juneau/juneau-microservice/juneau-
> >> microservice-test/target/surefire-reports/
> >> TEST-org.apache.juneau.rest.test._TestSuite.xml
> >> org.apache.juneau.rest.test._TestSuite.txt
> >> [15:55:34] cmims@MBP:~/incubator-juneau$ cat
> >> /Users/cmims/incubator-juneau/juneau-microservice/juneau-
> >> microservice-test/target/surefire-reports/org.apache.
> >> juneau.rest.test._TestSuite.txt
> >> ------------------------------------------------------------
> >> -------------------
> >> Test set: org.apache.juneau.rest.test._TestSuite
> >> ------------------------------------------------------------
> >> -------------------
> >> Tests run: 2868, Failures: 0, Errors: 1, Skipped: 1, Time elapsed:
> >> 17.637 sec <<< FAILURE! - in org.apache.juneau.rest.test._TestSuite
> >> testUsingContentParam(org.apache.juneau.rest.test.ContentTest)  Time
> >> elapsed: 0.057 sec  <<< ERROR!
> >> org.apache.juneau.rest.client.RestCallException: MBP:10001 failed to
> >> respond
> >> at org.apache.juneau.rest.test.ContentTest.testUsingContentParam(
> >> ContentTest.java:77)
> >> Caused by: org.apache.http.NoHttpResponseException: MBP:10001 failed to
> >> respond
> >> at org.apache.juneau.rest.test.ContentTest.testUsingContentParam(
> >> ContentTest.java:77)
> >>
> >>
> >>
> >> On Wed, Sep 13, 2017 at 12:41 PM, 이동욱/Dong-Uk Lee <yi...@gmail.com>
> >> wrote:
> >> > +1
> >> >
> >> > I think it's not a big problem.
> >> > Thanks James!
> >> >
> >> >
> >> > 2017. 9. 13. 오후 10:39에 "James Bognar" <ja...@apache.org>님이 작성:
> >> >
> >> > Thanks Raphi!
> >> >
> >> > I validated your change locally.  No problems.
> >> >
> >> > What is your vote otherwise?  Do you think this requires another
> release
> >> > candidate?
> >> >
> >> > On Wed, Sep 13, 2017 at 12:23 AM, Raphi D Lee <yi...@gmail.com>
> >> wrote:
> >> >
> >> >>
> >> >> Hi all,
> >> >>
> >> >> I’ve tried to build this release and faced Test Fail like below
> >> >>
> >> >> Failed tests:
> >> >>   DataConversionTest.testObjectSwaps:153 expected:<Jan 1[2], 2001>
> but
> >> >> was:<Jan 1[1], 2001>
> >> >>   CalendarSwapTest.testBeanProperyFilterHtml:198
> >> >> expected:<-2172115000000> but was:<-2172116928000>
> >> >>   CalendarSwapTest.testBeanProperyFilterJson:162
> >> >> expected:<-2172115000000> but was:<-2172116928000>
> >> >>   CalendarSwapTest.testBeanProperyFilterUon:217
> >> expected:<-2172115000000>
> >> >> but was:<-2172116928000>
> >> >>   CalendarSwapTest.testBeanProperyFilterUrlEncoding:240
> >> >> expected:<-2172115000000> but was:<-2172116928000>
> >> >>   CalendarSwapTest.testBeanProperyFilterXml:180
> >> expected:<-2172115000000>
> >> >> but was:<-2172116928000>
> >> >>
> >> >>
> >> >> So, I made some code changes and committed.
> >> >> Please take a look my changes.
> >> >>
> >> >>
> >> >> Thanks
> >> >>
> >> >>
> >> >>
> >> >>
> >> >> Raphi D Lee, yidonguk@gmail.com
> >> >>
> >> >>
> >> >>
> >> >>
> >> >> 2017. 9. 13. 오전 12:21, Steve Blackmon <sb...@apache.org> 작성:
> >> >>
> >> >> +1 (binding)
> >> >>
> >> >> - confirmed SUCCESS from mvn clean install
> >> >> - checked md5 and shasum for bin and src release artifacts
> >> >> - verified gpg signatures
> >> >>
> >> >> Steve
> >> >>
> >> >> On Sep 10, 2017 at 6:27 PM, James Bognar <ja...@apache.org>
> >> wrote:
> >> >>
> >> >>
> >> >> I am pleased to be calling this vote for the source release of Apache
> >> >> Juneau 6.4.0-incubating RC1.
> >> >>
> >> >> The list of new features can be found here:
> >> >> http://juneau.incubator.apache.org/site/apidocs/overview-
> >> >> summary.html#6.4.0
> >> >>
> >> >> The binaries are available at:
> >> >> https://dist.apache.org/repos/dist/dev/incubator/juneau/bina
> >> >> ries/juneau-6.4.0-incubating-RC1/
> >> >>
> >> >> The release candidate to be voted over is available at:
> >> >> https://dist.apache.org/repos/dist/dev/incubator/juneau/sour
> >> >> ce/juneau-6.4.0-incubating-RC1/
> >> >>
> >> >> SHA-1 checksums:
> >> >> 0d04cf1808e0d46e1f2025d085b5fa104be99e38
> >> >> apache-juneau-6.4.0-incubating-src.zip
> >> >> b456a34aa6b7c36abf7208b391734f16c0634ca5
> >> >> apache-juneau-6.4.0-incubating-bin.zip
> >> >>
> >> >> MD5 checksums:
> >> >> cca93858b1653150c2ab06d170dcf60f apache-juneau-6.4.0-
> incubating-src.zip
> >> >> 23183baf4364c987dabb7ad112a04db0 apache-juneau-6.4.0-
> incubating-bin.zip
> >> >>
> >> >> Build the release candidate using:
> >> >> mvn clean install
> >> >>
> >> >> The release candidate is signed with a GPG key available at:
> >> >> https://dist.apache.org/repos/dist/release/incubator/juneau/KEYS
> >> >>
> >> >> A staged Maven repository is available for review at:
> >> >> https://repository.apache.org/content/repositories/
> >> orgapachejuneau-1015/
> >> >>
> >> >> The Git commit for this release is...
> >> >> https://git-wip-us.apache.org/repos/asf?p=incubator-juneau.g
> >> >> it;a=commit;h=231c3b226762e08de1250be681e2b5be680d7ff8
> >> >>
> >> >> Please vote on releasing this package as:
> >> >> Apache Juneau 6.4.0-incubating
> >> >>
> >> >> This vote will be open until 13-Sep-2017 7:30pm EST and passes if a
> >> >> majority of at least three +1 Apache Juneau PPMC votes are cast.
> >> >>
> >> >> [ ] +1 Release this package
> >> >> [ ] 0 I don't feel strongly about it, but don't object
> >> >> [ ] -1 Do not release this package because...
> >> >>
> >> >> Anyone can participate in testing and voting, not just committers,
> >> please
> >> >> feel free to try out the release candidate and provide your votes.
> >> >>
> >> >>
> >> >>
> >>
> >>
> >>
> >> --
> >> Charles Mims
> >> pgp key: 81C62E56F930E099
> >>
>
>
>
> --
> Charles Mims
> pgp key: 81C62E56F930E099
>

Re: [VOTE] Release Apache Juneau 6.4.0-incubating RC1

Posted by Charles Mims <ch...@mims.io>.
Tried building at home on a different network, same errors.

-------------------------------------------------------------------------------
Test set: org.apache.juneau.rest.test._TestSuite
-------------------------------------------------------------------------------
Tests run: 2868, Failures: 0, Errors: 2, Skipped: 1, Time elapsed:
15.151 sec <<< FAILURE! - in org.apache.juneau.rest.test._TestSuite
i07_setTypedBean1d3dListMap[1](org.apache.juneau.rest.test.InterfaceProxyTest)
 Time elapsed: 0.011 sec  <<< ERROR!
java.lang.RuntimeException:
org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.i07_setTypedBean1d3dListMap(InterfaceProxyTest.java:619)
Caused by: org.apache.juneau.rest.client.RestCallException: Broken
pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.i07_setTypedBean1d3dListMap(InterfaceProxyTest.java:619)
Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.i07_setTypedBean1d3dListMap(InterfaceProxyTest.java:619)
Caused by: java.net.SocketException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.i07_setTypedBean1d3dListMap(InterfaceProxyTest.java:619)

ef08_setEnum1d3dListMap[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
 Time elapsed: 0.001 sec  <<< ERROR!
java.lang.RuntimeException:
org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef08_setEnum1d3dListMap(ThirdPartyProxyTest.java:1259)
Caused by: org.apache.juneau.rest.client.RestCallException: Broken
pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef08_setEnum1d3dListMap(ThirdPartyProxyTest.java:1259)
Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef08_setEnum1d3dListMap(ThirdPartyProxyTest.java:1259)
Caused by: java.net.SocketException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef08_setEnum1d3dListMap(ThirdPartyProxyTest.java:1259)

[20:53:13] cmims@MBP:~/juneau-6.4.0-incubating$ java -version
java version "1.8.0_144"
Java(TM) SE Runtime Environment (build 1.8.0_144-b01)
Java HotSpot(TM) 64-Bit Server VM (build 25.144-b01, mixed mode)
[20:53:28] cmims@MBP:~/juneau-6.4.0-incubating$ mvn -version
Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426;
2017-04-03T14:39:06-05:00)
Maven home: /Users/cmims/apache-maven-3.5.0
Java version: 1.8.0_144, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.12.6", arch: "x86_64", family: "mac"







I also tried building it in docker 'maven' container.
It had a lot more failures.  I'm not sure what to make of that of
whether or not this is useful.





-------------------------------------------------------------------------------
Test set: org.apache.juneau.rest.test._TestSuite
-------------------------------------------------------------------------------
Tests run: 2868, Failures: 4, Errors: 24, Skipped: 1, Time elapsed:
24.705 sec <<< FAILURE! - in org.apache.juneau.rest.test._TestSuite
testUsingContentParam(org.apache.juneau.rest.test.ContentTest)  Time
elapsed: 0.025 sec  <<< ERROR!
org.apache.juneau.rest.client.RestCallException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ContentTest.testUsingContentParam(ContentTest.java:42)
Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ContentTest.testUsingContentParam(ContentTest.java:42)
Caused by: java.net.SocketException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ContentTest.testUsingContentParam(ContentTest.java:42)

testAccept(org.apache.juneau.rest.test.DefaultContentTypesTest)  Time
elapsed: 0.031 sec  <<< ERROR!
org.apache.juneau.rest.client.RestCallException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.DefaultContentTypesTest.testAccept(DefaultContentTypesTest.java:293)
Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.DefaultContentTypesTest.testAccept(DefaultContentTypesTest.java:293)
Caused by: java.net.SocketException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.DefaultContentTypesTest.testAccept(DefaultContentTypesTest.java:293)

testRestMethodParserSerializerAnnotations(org.apache.juneau.rest.test.DefaultContentTypesTest)
 Time elapsed: 0.017 sec  <<< FAILURE!
junit.framework.AssertionFailedError: Response status code was not
correct.  Expected: '415'.  Actual: '0'
at org.apache.juneau.rest.test.DefaultContentTypesTest.testRestMethodParserSerializerAnnotations(DefaultContentTypesTest.java:330)

testSetParameterToInvalidTypes(org.apache.juneau.rest.test.ErrorConditionsTest)
 Time elapsed: 0.018 sec  <<< FAILURE!
junit.framework.AssertionFailedError: Response status code was not
correct.  Expected: '400'.  Actual: '0'
at org.apache.juneau.rest.test.ErrorConditionsTest.testSetParameterToInvalidTypes(ErrorConditionsTest.java:160)

test404and405(org.apache.juneau.rest.test.ErrorConditionsTest)  Time
elapsed: 0.014 sec  <<< FAILURE!
junit.framework.AssertionFailedError: Response status code was not
correct.  Expected: '405'.  Actual: '0'
at org.apache.juneau.rest.test.ErrorConditionsTest.test404and405(ErrorConditionsTest.java:191)

testParseIntoNonStaticInnerClass(org.apache.juneau.rest.test.ErrorConditionsTest)
 Time elapsed: 0.007 sec  <<< FAILURE!
junit.framework.AssertionFailedError: Response status code was not
correct.  Expected: '400'.  Actual: '0'
at org.apache.juneau.rest.test.ErrorConditionsTest.testParseIntoNonStaticInnerClass(ErrorConditionsTest.java:97)

h03_setWrongInt[1](org.apache.juneau.rest.test.InterfaceProxyTest)
Time elapsed: 0.002 sec  <<< ERROR!
java.lang.RuntimeException:
org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.h03_setWrongInt(InterfaceProxyTest.java:445)
Caused by: org.apache.juneau.rest.client.RestCallException: Broken
pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.h03_setWrongInt(InterfaceProxyTest.java:445)
Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.h03_setWrongInt(InterfaceProxyTest.java:445)
Caused by: java.net.SocketException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.h03_setWrongInt(InterfaceProxyTest.java:445)

h05_setBoolean[1](org.apache.juneau.rest.test.InterfaceProxyTest)
Time elapsed: 0.001 sec  <<< ERROR!
java.lang.RuntimeException:
org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.h05_setBoolean(InterfaceProxyTest.java:459)
Caused by: org.apache.juneau.rest.client.RestCallException: Broken
pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.h05_setBoolean(InterfaceProxyTest.java:459)
Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.h05_setBoolean(InterfaceProxyTest.java:459)
Caused by: java.net.SocketException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.h05_setBoolean(InterfaceProxyTest.java:459)

h08_setString[1](org.apache.juneau.rest.test.InterfaceProxyTest)  Time
elapsed: 0.002 sec  <<< ERROR!
java.lang.RuntimeException:
org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.h08_setString(InterfaceProxyTest.java:474)
Caused by: org.apache.juneau.rest.client.RestCallException: Broken
pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.h08_setString(InterfaceProxyTest.java:474)
Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.h08_setString(InterfaceProxyTest.java:474)
Caused by: java.net.SocketException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.h08_setString(InterfaceProxyTest.java:474)

h10_setNullStringBad[1](org.apache.juneau.rest.test.InterfaceProxyTest)
 Time elapsed: 0.002 sec  <<< ERROR!
java.lang.RuntimeException:
org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.h10_setNullStringBad(InterfaceProxyTest.java:485)
Caused by: org.apache.juneau.rest.client.RestCallException: Broken
pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.h10_setNullStringBad(InterfaceProxyTest.java:485)
Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.h10_setNullStringBad(InterfaceProxyTest.java:485)
Caused by: java.net.SocketException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.h10_setNullStringBad(InterfaceProxyTest.java:485)

h13_setString3dArray[1](org.apache.juneau.rest.test.InterfaceProxyTest)
 Time elapsed: 0.002 sec  <<< ERROR!
java.lang.RuntimeException:
org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.h13_setString3dArray(InterfaceProxyTest.java:504)
Caused by: org.apache.juneau.rest.client.RestCallException: Broken
pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.h13_setString3dArray(InterfaceProxyTest.java:504)
Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.h13_setString3dArray(InterfaceProxyTest.java:504)
Caused by: java.net.SocketException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.h13_setString3dArray(InterfaceProxyTest.java:504)

h15_setInteger3dList[1](org.apache.juneau.rest.test.InterfaceProxyTest)
 Time elapsed: 0.001 sec  <<< ERROR!
java.lang.RuntimeException:
org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.h15_setInteger3dList(InterfaceProxyTest.java:514)
Caused by: org.apache.juneau.rest.client.RestCallException: Broken
pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.h15_setInteger3dList(InterfaceProxyTest.java:514)
Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.h15_setInteger3dList(InterfaceProxyTest.java:514)
Caused by: java.net.SocketException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.h15_setInteger3dList(InterfaceProxyTest.java:514)

h18_setStringList[1](org.apache.juneau.rest.test.InterfaceProxyTest)
Time elapsed: 0.002 sec  <<< ERROR!
java.lang.RuntimeException:
org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.h18_setStringList(InterfaceProxyTest.java:541)
Caused by: org.apache.juneau.rest.client.RestCallException: Broken
pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.h18_setStringList(InterfaceProxyTest.java:541)
Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.h18_setStringList(InterfaceProxyTest.java:541)
Caused by: java.net.SocketException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.h18_setStringList(InterfaceProxyTest.java:541)

h20_setBean3dArray[1](org.apache.juneau.rest.test.InterfaceProxyTest)
Time elapsed: 0.001 sec  <<< ERROR!
java.lang.RuntimeException:
org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.h20_setBean3dArray(InterfaceProxyTest.java:552)
Caused by: org.apache.juneau.rest.client.RestCallException: Broken
pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.h20_setBean3dArray(InterfaceProxyTest.java:552)
Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.h20_setBean3dArray(InterfaceProxyTest.java:552)
Caused by: java.net.SocketException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.h20_setBean3dArray(InterfaceProxyTest.java:552)

h24_setBeanListMap[1](org.apache.juneau.rest.test.InterfaceProxyTest)
Time elapsed: 0.002 sec  <<< ERROR!
java.lang.RuntimeException:
org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.h24_setBeanListMap(InterfaceProxyTest.java:572)
Caused by: org.apache.juneau.rest.client.RestCallException: Broken
pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.h24_setBeanListMap(InterfaceProxyTest.java:572)
Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.h24_setBeanListMap(InterfaceProxyTest.java:572)
Caused by: java.net.SocketException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.h24_setBeanListMap(InterfaceProxyTest.java:572)

h26_setBeanListMapIntegerKeys[1](org.apache.juneau.rest.test.InterfaceProxyTest)
 Time elapsed: 0.002 sec  <<< ERROR!
java.lang.RuntimeException:
org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.h26_setBeanListMapIntegerKeys(InterfaceProxyTest.java:582)
Caused by: org.apache.juneau.rest.client.RestCallException: Broken
pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.h26_setBeanListMapIntegerKeys(InterfaceProxyTest.java:582)
Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.h26_setBeanListMapIntegerKeys(InterfaceProxyTest.java:582)
Caused by: java.net.SocketException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.h26_setBeanListMapIntegerKeys(InterfaceProxyTest.java:582)

i03_setTypedBeanList[1](org.apache.juneau.rest.test.InterfaceProxyTest)
 Time elapsed: 0.001 sec  <<< ERROR!
java.lang.RuntimeException:
org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.i03_setTypedBeanList(InterfaceProxyTest.java:599)
Caused by: org.apache.juneau.rest.client.RestCallException: Broken
pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.i03_setTypedBeanList(InterfaceProxyTest.java:599)
Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.i03_setTypedBeanList(InterfaceProxyTest.java:599)
Caused by: java.net.SocketException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.i03_setTypedBeanList(InterfaceProxyTest.java:599)

i05_setTypedBeanMap[1](org.apache.juneau.rest.test.InterfaceProxyTest)
 Time elapsed: 0.002 sec  <<< ERROR!
java.lang.RuntimeException:
org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.i05_setTypedBeanMap(InterfaceProxyTest.java:609)
Caused by: org.apache.juneau.rest.client.RestCallException: Broken
pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.i05_setTypedBeanMap(InterfaceProxyTest.java:609)
Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.i05_setTypedBeanMap(InterfaceProxyTest.java:609)
Caused by: java.net.SocketException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.i05_setTypedBeanMap(InterfaceProxyTest.java:609)

l01_setEnum[1](org.apache.juneau.rest.test.InterfaceProxyTest)  Time
elapsed: 0.004 sec  <<< ERROR!
java.lang.RuntimeException:
org.apache.juneau.rest.client.RestCallException: Connection reset
at org.apache.juneau.rest.test.InterfaceProxyTest.l01_setEnum(InterfaceProxyTest.java:674)
Caused by: org.apache.juneau.rest.client.RestCallException: Connection reset
at org.apache.juneau.rest.test.InterfaceProxyTest.l01_setEnum(InterfaceProxyTest.java:674)
Caused by: java.net.SocketException: Connection reset
at org.apache.juneau.rest.test.InterfaceProxyTest.l01_setEnum(InterfaceProxyTest.java:674)

l03_setEnumList[1](org.apache.juneau.rest.test.InterfaceProxyTest)
Time elapsed: 0.002 sec  <<< ERROR!
java.lang.RuntimeException:
org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.l03_setEnumList(InterfaceProxyTest.java:684)
Caused by: org.apache.juneau.rest.client.RestCallException: Broken
pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.l03_setEnumList(InterfaceProxyTest.java:684)
Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.l03_setEnumList(InterfaceProxyTest.java:684)
Caused by: java.net.SocketException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.l03_setEnumList(InterfaceProxyTest.java:684)

l08_setEnum1d3dListMap[1](org.apache.juneau.rest.test.InterfaceProxyTest)
 Time elapsed: 0.002 sec  <<< ERROR!
java.lang.RuntimeException:
org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.l08_setEnum1d3dListMap(InterfaceProxyTest.java:719)
Caused by: org.apache.juneau.rest.client.RestCallException: Broken
pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.l08_setEnum1d3dListMap(InterfaceProxyTest.java:719)
Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.l08_setEnum1d3dListMap(InterfaceProxyTest.java:719)
Caused by: java.net.SocketException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.l08_setEnum1d3dListMap(InterfaceProxyTest.java:719)

m03_setMultiParamsFloat[1](org.apache.juneau.rest.test.InterfaceProxyTest)
 Time elapsed: 0.002 sec  <<< ERROR!
java.lang.RuntimeException:
org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.m03_setMultiParamsFloat(InterfaceProxyTest.java:754)
Caused by: org.apache.juneau.rest.client.RestCallException: Broken
pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.m03_setMultiParamsFloat(InterfaceProxyTest.java:754)
Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.m03_setMultiParamsFloat(InterfaceProxyTest.java:754)
Caused by: java.net.SocketException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.m03_setMultiParamsFloat(InterfaceProxyTest.java:754)

m06_setMultiParamsBean[1](org.apache.juneau.rest.test.InterfaceProxyTest)
 Time elapsed: 0.004 sec  <<< ERROR!
java.lang.RuntimeException:
org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.m06_setMultiParamsBean(InterfaceProxyTest.java:789)
Caused by: org.apache.juneau.rest.client.RestCallException: Broken
pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.m06_setMultiParamsBean(InterfaceProxyTest.java:789)
Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.m06_setMultiParamsBean(InterfaceProxyTest.java:789)
Caused by: java.net.SocketException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.m06_setMultiParamsBean(InterfaceProxyTest.java:789)

m08_setMultiParamsImplicitSwappedPojo[1](org.apache.juneau.rest.test.InterfaceProxyTest)
 Time elapsed: 0.002 sec  <<< ERROR!
java.lang.RuntimeException:
org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.m08_setMultiParamsImplicitSwappedPojo(InterfaceProxyTest.java:817)
Caused by: org.apache.juneau.rest.client.RestCallException: Broken
pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.m08_setMultiParamsImplicitSwappedPojo(InterfaceProxyTest.java:817)
Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.m08_setMultiParamsImplicitSwappedPojo(InterfaceProxyTest.java:817)
Caused by: java.net.SocketException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.m08_setMultiParamsImplicitSwappedPojo(InterfaceProxyTest.java:817)

testReader(org.apache.juneau.rest.test.NoParserInputTest)  Time
elapsed: 0.001 sec  <<< ERROR!
org.apache.juneau.rest.client.RestCallException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.NoParserInputTest.testReader(NoParserInputTest.java:42)
Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.NoParserInputTest.testReader(NoParserInputTest.java:42)
Caused by: java.net.SocketException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.NoParserInputTest.testReader(NoParserInputTest.java:42)

testHasQParamPost(org.apache.juneau.rest.test.ParamsTest)  Time
elapsed: 0.008 sec  <<< ERROR!
org.apache.juneau.rest.client.RestCallException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ParamsTest.testHasQParamPost(ParamsTest.java:505)
Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ParamsTest.testHasQParamPost(ParamsTest.java:505)
Caused by: java.net.SocketException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ParamsTest.testHasQParamPost(ParamsTest.java:505)

testParserOnClass(org.apache.juneau.rest.test.ParsersTest)  Time
elapsed: 0.013 sec  <<< ERROR!
org.apache.juneau.rest.client.RestCallException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ParsersTest.testParserOnClass(ParsersTest.java:48)
Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ParsersTest.testParserOnClass(ParsersTest.java:48)
Caused by: java.net.SocketException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ParsersTest.testParserOnClass(ParsersTest.java:48)

testParserOnMethod(org.apache.juneau.rest.test.ParsersTest)  Time
elapsed: 0.001 sec  <<< ERROR!
org.apache.juneau.rest.client.RestCallException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ParsersTest.testParserOnMethod(ParsersTest.java:60)
Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ParsersTest.testParserOnMethod(ParsersTest.java:60)
Caused by: java.net.SocketException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ParsersTest.testParserOnMethod(ParsersTest.java:60)

root@eb9111df31bf:/incubator-juneau# git status
HEAD detached at juneau-6.4.0-incubating-RC1

root@eb9111df31bf:/incubator-juneau# mvn -version
Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426;
2017-04-03T19:39:06Z)
Maven home: /usr/share/maven
Java version: 1.8.0_141, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-8-openjdk-amd64/jre
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "4.9.41-moby", arch: "amd64", family: "unix"




I also built a new docker container with this Dockerfile:

from ubuntu
maintainer charles@mims.io
run apt update && apt upgrade -y && apt install -y openjdk-8-jdk wget
run wget http://apache.cs.utah.edu/maven/maven-3/3.5.0/binaries/apache-maven-3.5.0-bin.tar.gz
&& tar xzvf apache-maven-3.5.0-bin.tar.gz
ENV PATH=$PATH:/apache-maven-3.5.0/bin/


and ran it with --net=host

and got similar results:

-------------------------------------------------------------------------------
Test set: org.apache.juneau.rest.test._TestSuite
-------------------------------------------------------------------------------
Tests run: 2868, Failures: 2, Errors: 22, Skipped: 1, Time elapsed:
18.806 sec <<< FAILURE! - in org.apache.juneau.rest.test._TestSuite
testRestMethodParserSerializerAnnotations(org.apache.juneau.rest.test.DefaultContentTypesTest)
 Time elapsed: 0.046 sec  <<< ERROR!
org.apache.juneau.rest.client.RestCallException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.DefaultContentTypesTest.testRestMethodParserSerializerAnnotations(DefaultContentTypesTest.java:376)
Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.DefaultContentTypesTest.testRestMethodParserSerializerAnnotations(DefaultContentTypesTest.java:376)
Caused by: java.net.SocketException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.DefaultContentTypesTest.testRestMethodParserSerializerAnnotations(DefaultContentTypesTest.java:376)

testParseIntoNonStaticInnerClass(org.apache.juneau.rest.test.ErrorConditionsTest)
 Time elapsed: 0.003 sec  <<< FAILURE!
junit.framework.AssertionFailedError: Response status code was not
correct.  Expected: '400'.  Actual: '0'
at org.apache.juneau.rest.test.ErrorConditionsTest.testParseIntoNonStaticInnerClass(ErrorConditionsTest.java:97)

testNonExistentBeanProperties(org.apache.juneau.rest.test.ErrorConditionsTest)
 Time elapsed: 0.006 sec  <<< FAILURE!
junit.framework.AssertionFailedError: Response status code was not
correct.  Expected: '400'.  Actual: '0'
at org.apache.juneau.rest.test.ErrorConditionsTest.testNonExistentBeanProperties(ErrorConditionsTest.java:42)

testQParamPost(org.apache.juneau.rest.test.ParamsTest)  Time elapsed:
0.02 sec  <<< ERROR!
org.apache.juneau.rest.client.RestCallException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ParamsTest.testQParamPost(ParamsTest.java:368)
Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ParamsTest.testQParamPost(ParamsTest.java:368)
Caused by: java.net.SocketException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ParamsTest.testQParamPost(ParamsTest.java:368)

testHasQParamPost(org.apache.juneau.rest.test.ParamsTest)  Time
elapsed: 0.009 sec  <<< ERROR!
org.apache.juneau.rest.client.RestCallException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ParamsTest.testHasQParamPost(ParamsTest.java:505)
Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ParamsTest.testHasQParamPost(ParamsTest.java:505)
Caused by: java.net.SocketException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ParamsTest.testHasQParamPost(ParamsTest.java:505)

ea02_setWrongInt[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
Time elapsed: 0.003 sec  <<< ERROR!
java.lang.RuntimeException:
org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea02_setWrongInt(ThirdPartyProxyTest.java:985)
Caused by: org.apache.juneau.rest.client.RestCallException: Broken
pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea02_setWrongInt(ThirdPartyProxyTest.java:985)
Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea02_setWrongInt(ThirdPartyProxyTest.java:985)
Caused by: java.net.SocketException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea02_setWrongInt(ThirdPartyProxyTest.java:985)

ea05_setFloat[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
Time elapsed: 0.001 sec  <<< ERROR!
java.lang.RuntimeException:
org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea05_setFloat(ThirdPartyProxyTest.java:1004)
Caused by: org.apache.juneau.rest.client.RestCallException: Broken
pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea05_setFloat(ThirdPartyProxyTest.java:1004)
Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea05_setFloat(ThirdPartyProxyTest.java:1004)
Caused by: java.net.SocketException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea05_setFloat(ThirdPartyProxyTest.java:1004)

ea08_setNullString[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
 Time elapsed: 0.001 sec  <<< ERROR!
java.lang.RuntimeException:
org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea08_setNullString(ThirdPartyProxyTest.java:1019)
Caused by: org.apache.juneau.rest.client.RestCallException: Broken
pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea08_setNullString(ThirdPartyProxyTest.java:1019)
Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea08_setNullString(ThirdPartyProxyTest.java:1019)
Caused by: java.net.SocketException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea08_setNullString(ThirdPartyProxyTest.java:1019)

ea10_setInt3dArray[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
 Time elapsed: 0.001 sec  <<< ERROR!
java.lang.RuntimeException:
org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea10_setInt3dArray(ThirdPartyProxyTest.java:1034)
Caused by: org.apache.juneau.rest.client.RestCallException: Broken
pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea10_setInt3dArray(ThirdPartyProxyTest.java:1034)
Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea10_setInt3dArray(ThirdPartyProxyTest.java:1034)
Caused by: java.net.SocketException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea10_setInt3dArray(ThirdPartyProxyTest.java:1034)

ea13_setIntegerList[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
 Time elapsed: 0.001 sec  <<< ERROR!
java.lang.RuntimeException:
org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea13_setIntegerList(ThirdPartyProxyTest.java:1049)
Caused by: org.apache.juneau.rest.client.RestCallException: Broken
pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea13_setIntegerList(ThirdPartyProxyTest.java:1049)
Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea13_setIntegerList(ThirdPartyProxyTest.java:1049)
Caused by: java.net.SocketException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea13_setIntegerList(ThirdPartyProxyTest.java:1049)

ea15_setInteger1d3dList[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
 Time elapsed: 0.001 sec  <<< ERROR!
java.lang.RuntimeException:
org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea15_setInteger1d3dList(ThirdPartyProxyTest.java:1067)
Caused by: org.apache.juneau.rest.client.RestCallException: Broken
pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea15_setInteger1d3dList(ThirdPartyProxyTest.java:1067)
Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea15_setInteger1d3dList(ThirdPartyProxyTest.java:1067)
Caused by: java.net.SocketException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea15_setInteger1d3dList(ThirdPartyProxyTest.java:1067)

ea17_setStringList[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
 Time elapsed: 0.001 sec  <<< ERROR!
java.lang.RuntimeException:
org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea17_setStringList(ThirdPartyProxyTest.java:1081)
Caused by: org.apache.juneau.rest.client.RestCallException: Broken
pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea17_setStringList(ThirdPartyProxyTest.java:1081)
Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea17_setStringList(ThirdPartyProxyTest.java:1081)
Caused by: java.net.SocketException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ea17_setStringList(ThirdPartyProxyTest.java:1081)

eb04_setBean1d3dList[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
 Time elapsed: 0.002 sec  <<< ERROR!
java.lang.RuntimeException:
org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb04_setBean1d3dList(ThirdPartyProxyTest.java:1102)
Caused by: org.apache.juneau.rest.client.RestCallException: Broken
pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb04_setBean1d3dList(ThirdPartyProxyTest.java:1102)
Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb04_setBean1d3dList(ThirdPartyProxyTest.java:1102)
Caused by: java.net.SocketException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb04_setBean1d3dList(ThirdPartyProxyTest.java:1102)

eb06_setBeanListMap[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
 Time elapsed: 0.002 sec  <<< ERROR!
java.lang.RuntimeException:
org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb06_setBeanListMap(ThirdPartyProxyTest.java:1112)
Caused by: org.apache.juneau.rest.client.RestCallException: Broken
pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb06_setBeanListMap(ThirdPartyProxyTest.java:1112)
Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb06_setBeanListMap(ThirdPartyProxyTest.java:1112)
Caused by: java.net.SocketException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb06_setBeanListMap(ThirdPartyProxyTest.java:1112)

eb08_setBeanListMapIntegerKeys[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
 Time elapsed: 0.002 sec  <<< ERROR!
java.lang.RuntimeException:
org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb08_setBeanListMapIntegerKeys(ThirdPartyProxyTest.java:1122)
Caused by: org.apache.juneau.rest.client.RestCallException: Broken
pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb08_setBeanListMapIntegerKeys(ThirdPartyProxyTest.java:1122)
Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb08_setBeanListMapIntegerKeys(ThirdPartyProxyTest.java:1122)
Caused by: java.net.SocketException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.eb08_setBeanListMapIntegerKeys(ThirdPartyProxyTest.java:1122)

ec03_setTypedBeanList[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
 Time elapsed: 0.001 sec  <<< ERROR!
java.lang.RuntimeException:
org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ec03_setTypedBeanList(ThirdPartyProxyTest.java:1139)
Caused by: org.apache.juneau.rest.client.RestCallException: Broken
pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ec03_setTypedBeanList(ThirdPartyProxyTest.java:1139)
Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ec03_setTypedBeanList(ThirdPartyProxyTest.java:1139)
Caused by: java.net.SocketException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ec03_setTypedBeanList(ThirdPartyProxyTest.java:1139)

ec05_setTypedBeanMap[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
 Time elapsed: 0.001 sec  <<< ERROR!
java.lang.RuntimeException:
org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ec05_setTypedBeanMap(ThirdPartyProxyTest.java:1149)
Caused by: org.apache.juneau.rest.client.RestCallException: Broken
pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ec05_setTypedBeanMap(ThirdPartyProxyTest.java:1149)
Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ec05_setTypedBeanMap(ThirdPartyProxyTest.java:1149)
Caused by: java.net.SocketException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ec05_setTypedBeanMap(ThirdPartyProxyTest.java:1149)

ed01_setSwappedPojo[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
 Time elapsed: 0.002 sec  <<< ERROR!
java.lang.RuntimeException:
org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ed01_setSwappedPojo(ThirdPartyProxyTest.java:1171)
Caused by: org.apache.juneau.rest.client.RestCallException: Broken
pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ed01_setSwappedPojo(ThirdPartyProxyTest.java:1171)
Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ed01_setSwappedPojo(ThirdPartyProxyTest.java:1171)
Caused by: java.net.SocketException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ed01_setSwappedPojo(ThirdPartyProxyTest.java:1171)

ed03_setSwappedPojoMap[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
 Time elapsed: 0.002 sec  <<< ERROR!
java.lang.RuntimeException:
org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ed03_setSwappedPojoMap(ThirdPartyProxyTest.java:1181)
Caused by: org.apache.juneau.rest.client.RestCallException: Broken
pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ed03_setSwappedPojoMap(ThirdPartyProxyTest.java:1181)
Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ed03_setSwappedPojoMap(ThirdPartyProxyTest.java:1181)
Caused by: java.net.SocketException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ed03_setSwappedPojoMap(ThirdPartyProxyTest.java:1181)

ee02_setImplicitSwappedPojo3dArray[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
 Time elapsed: 0.002 sec  <<< ERROR!
java.lang.RuntimeException:
org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ee02_setImplicitSwappedPojo3dArray(ThirdPartyProxyTest.java:1197)
Caused by: org.apache.juneau.rest.client.RestCallException: Broken
pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ee02_setImplicitSwappedPojo3dArray(ThirdPartyProxyTest.java:1197)
Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ee02_setImplicitSwappedPojo3dArray(ThirdPartyProxyTest.java:1197)
Caused by: java.net.SocketException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ee02_setImplicitSwappedPojo3dArray(ThirdPartyProxyTest.java:1197)

ee04_setImplicitSwappedPojo3dMap[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
 Time elapsed: 0.002 sec  <<< ERROR!
java.lang.RuntimeException:
org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ee04_setImplicitSwappedPojo3dMap(ThirdPartyProxyTest.java:1207)
Caused by: org.apache.juneau.rest.client.RestCallException: Broken
pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ee04_setImplicitSwappedPojo3dMap(ThirdPartyProxyTest.java:1207)
Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ee04_setImplicitSwappedPojo3dMap(ThirdPartyProxyTest.java:1207)
Caused by: java.net.SocketException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ee04_setImplicitSwappedPojo3dMap(ThirdPartyProxyTest.java:1207)

ef03_setEnumList[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
Time elapsed: 0.001 sec  <<< ERROR!
java.lang.RuntimeException:
org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef03_setEnumList(ThirdPartyProxyTest.java:1224)
Caused by: org.apache.juneau.rest.client.RestCallException: Broken
pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef03_setEnumList(ThirdPartyProxyTest.java:1224)
Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef03_setEnumList(ThirdPartyProxyTest.java:1224)
Caused by: java.net.SocketException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef03_setEnumList(ThirdPartyProxyTest.java:1224)

ef06_setEnumMap[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
Time elapsed: 0.001 sec  <<< ERROR!
java.lang.RuntimeException:
org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef06_setEnumMap(ThirdPartyProxyTest.java:1249)
Caused by: org.apache.juneau.rest.client.RestCallException: Broken
pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef06_setEnumMap(ThirdPartyProxyTest.java:1249)
Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef06_setEnumMap(ThirdPartyProxyTest.java:1249)
Caused by: java.net.SocketException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef06_setEnumMap(ThirdPartyProxyTest.java:1249)

ef08_setEnum1d3dListMap[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
 Time elapsed: 0.002 sec  <<< ERROR!
java.lang.RuntimeException:
org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef08_setEnum1d3dListMap(ThirdPartyProxyTest.java:1259)
Caused by: org.apache.juneau.rest.client.RestCallException: Broken
pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef08_setEnum1d3dListMap(ThirdPartyProxyTest.java:1259)
Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef08_setEnum1d3dListMap(ThirdPartyProxyTest.java:1259)
Caused by: java.net.SocketException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef08_setEnum1d3dListMap(ThirdPartyProxyTest.java:1259)

On Wed, Sep 13, 2017 at 4:41 PM, James Bognar <ja...@apache.org> wrote:
> Hrm....broken pipe and NoHttpResponseExceptions.  Perhaps intermittent
> network connection issues?
>
> Could you try the build a couple more times and see if the results are
> consistent?
>
> On Wed, Sep 13, 2017 at 5:30 PM, Charles Mims <ch...@mims.io> wrote:
>
>> I had failures in "Microservice Tests" when trying to build juneau
>> from this link:
>>
>> https://dist.apache.org/repos/dist/dev/incubator/juneau/
>> source/juneau-6.4.0-incubating-RC1/apache-juneau-6.4.0-incubating-src.zip
>> ...
>> mvn -fae clean install
>> ...
>> [INFO] ------------------------------------------------------------
>> ------------
>> [INFO] Reactor Summary:
>> [INFO]
>> [INFO] Apache Juneau (incubating) ......................... SUCCESS [
>> 2.401 s]
>> [INFO] Apache Juneau - Core APIs .......................... SUCCESS [
>> 0.196 s]
>> [INFO] Apache Juneau Marshall ............................. SUCCESS [
>> 13.216 s]
>> [INFO] Apache Juneau Marshal RDF .......................... SUCCESS [
>> 1.605 s]
>> [INFO] Apache Juneau Data Transfer Objects ................ SUCCESS [
>> 2.589 s]
>> [INFO] Apache Juneau Core ................................. SUCCESS [
>> 0.537 s]
>> [INFO] Apache Juneau Config File API ...................... SUCCESS [
>> 0.786 s]
>> [INFO] Apache Juneau Core Tests ........................... SUCCESS [
>> 31.120 s]
>> [INFO] Apache Juneau - REST APIs .......................... SUCCESS [
>> 0.084 s]
>> [INFO] Apache Juneau REST Servlet API ..................... SUCCESS [
>> 2.239 s]
>> [INFO] Apache Juneau REST JAX/RS API ...................... SUCCESS [
>> 0.449 s]
>> [INFO] Apache Juneau REST Client API ...................... SUCCESS [
>> 1.032 s]
>> [INFO] Apache Juneau - Microservice APIs .................. SUCCESS [
>> 0.106 s]
>> [INFO] Apache Juneau Microservice Server .................. SUCCESS [
>> 1.301 s]
>> [INFO] Apache Juneau Microservice Template ................ SUCCESS [
>> 1.312 s]
>> [INFO] Apache Juneau - Examples ........................... SUCCESS [
>> 0.116 s]
>> [INFO] Apache Juneau REST Examples ........................ SUCCESS [
>> 7.460 s]
>> [INFO] Apache Juneau Microservice Tests ................... FAILURE [
>> 18.211 s]
>> [INFO] Apache Juneau Core Examples ........................ SUCCESS [
>> 0.261 s]
>> [INFO] Apache Juneau - Release Engineering ................ SUCCESS [
>> 0.029 s]
>> [INFO] Apache Juneau UberJar .............................. SUCCESS [
>> 1.181 s]
>> [INFO] Apache Juneau Distribution ......................... SUCCESS [
>> 1.588 s]
>> [INFO] ------------------------------------------------------------
>> ------------
>> [INFO] BUILD FAILURE
>> [INFO] ------------------------------------------------------------
>> ------------
>> [INFO] Total time: 01:28 min
>> [INFO] Finished at: 2017-09-13T14:48:01-05:00
>> [INFO] Final Memory: 88M/794M
>> [INFO] ------------------------------------------------------------
>> ------------
>> [ERROR] Failed to execute goal
>> org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test
>> (default-test) on project juneau-microservice-test: There are test
>> failures.
>>
>> $ cat /Users/cmims/juneau-6.4.0-incubating/juneau-microservice/juneau-
>> microservice-test/target/surefire-reports/org.apache.
>> juneau.rest.test._TestSuite.txt
>> ------------------------------------------------------------
>> -------------------
>> Test set: org.apache.juneau.rest.test._TestSuite
>> ------------------------------------------------------------
>> -------------------
>> Tests run: 2868, Failures: 0, Errors: 2, Skipped: 1, Time elapsed:
>> 15.925 sec <<< FAILURE! - in org.apache.juneau.rest.test._TestSuite
>> m04_setMultiParamsFloatObject[1](org.apache.juneau.rest.
>> test.InterfaceProxyTest)
>>  Time elapsed: 0.009 sec  <<< ERROR!
>> java.lang.RuntimeException:
>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.m04_
>> setMultiParamsFloatObject(InterfaceProxyTest.java:765)
>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> pipe (Write failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.m04_
>> setMultiParamsFloatObject(InterfaceProxyTest.java:765)
>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.m04_
>> setMultiParamsFloatObject(InterfaceProxyTest.java:765)
>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.m04_
>> setMultiParamsFloatObject(InterfaceProxyTest.java:765)
>>
>> ef04_setEnum3dList[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
>>  Time elapsed: 0.002 sec  <<< ERROR!
>> java.lang.RuntimeException:
>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef04_setEnum3dList(
>> ThirdPartyProxyTest.java:1229)
>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> pipe (Write failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef04_setEnum3dList(
>> ThirdPartyProxyTest.java:1229)
>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef04_setEnum3dList(
>> ThirdPartyProxyTest.java:1229)
>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef04_setEnum3dList(
>> ThirdPartyProxyTest.java:1229)
>>
>>
>>
>> Oddly, when I try to build what I think is the corresponding commit
>> from the git repo, I get different tests failing.
>>
>>
>>
>> [15:52:34] cmims@MBP:~$ git clone git@github.com:apache/
>> incubator-juneau.git
>> Cloning into 'incubator-juneau'...
>> ...
>> [15:53:08] cmims@MBP:~$ cd incubator-juneau
>> [15:53:08] cmims@MBP:~/incubator-juneau$ git fetch
>> [15:53:09] cmims@MBP:~/incubator-juneau$ git checkout
>> juneau-6.4.0-incubating-RC1
>> Note: checking out 'juneau-6.4.0-incubating-RC1'.
>> ...
>> HEAD is now at 231c3b22... [maven-release-plugin] prepare release
>> juneau-6.4.0-incubating-RC1
>>
>> $ mvn -fae clean install
>> ...
>> [INFO] ------------------------------------------------------------
>> ------------
>> [INFO] Reactor Summary:
>> [INFO]
>> [INFO] Apache Juneau (incubating) ......................... SUCCESS [
>> 2.209 s]
>> [INFO] Apache Juneau - Core APIs .......................... SUCCESS [
>> 0.126 s]
>> [INFO] Apache Juneau Marshall ............................. SUCCESS [
>> 14.841 s]
>> [INFO] Apache Juneau Marshal RDF .......................... SUCCESS [
>> 1.356 s]
>> [INFO] Apache Juneau Data Transfer Objects ................ SUCCESS [
>> 2.676 s]
>> [INFO] Apache Juneau Core ................................. SUCCESS [
>> 0.560 s]
>> [INFO] Apache Juneau Config File API ...................... SUCCESS [
>> 0.705 s]
>> [INFO] Apache Juneau Core Tests ........................... SUCCESS [
>> 32.473 s]
>> [INFO] Apache Juneau - REST APIs .......................... SUCCESS [
>> 0.070 s]
>> [INFO] Apache Juneau REST Servlet API ..................... SUCCESS [
>> 1.917 s]
>> [INFO] Apache Juneau REST JAX/RS API ...................... SUCCESS [
>> 0.467 s]
>> [INFO] Apache Juneau REST Client API ...................... SUCCESS [
>> 0.981 s]
>> [INFO] Apache Juneau - Microservice APIs .................. SUCCESS [
>> 0.054 s]
>> [INFO] Apache Juneau Microservice Server .................. SUCCESS [
>> 1.474 s]
>> [INFO] Apache Juneau Microservice Template ................ SUCCESS [
>> 1.147 s]
>> [INFO] Apache Juneau - Examples ........................... SUCCESS [
>> 0.047 s]
>> [INFO] Apache Juneau REST Examples ........................ SUCCESS [
>> 7.180 s]
>> [INFO] Apache Juneau Microservice Tests ................... FAILURE [
>> 19.892 s]
>> [INFO] Apache Juneau Core Examples ........................ SUCCESS [
>> 0.772 s]
>> [INFO] Apache Juneau - Release Engineering ................ SUCCESS [
>> 0.168 s]
>> [INFO] Apache Juneau UberJar .............................. SUCCESS [
>> 2.801 s]
>> [INFO] Apache Juneau Distribution ......................... SUCCESS [
>> 2.879 s]
>> [INFO] ------------------------------------------------------------
>> ------------
>> [INFO] BUILD FAILURE
>> [INFO] ------------------------------------------------------------
>> ------------
>> [INFO] Total time: 01:35 min
>> [INFO] Finished at: 2017-09-13T15:55:33-05:00
>> [INFO] Final Memory: 89M/814M
>> [INFO] ------------------------------------------------------------
>> ------------
>> [ERROR] Failed to execute goal
>> org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test
>> (default-test) on project juneau-microservice-test: There are test
>> failures.
>>
>>
>> [15:55:34] cmims@MBP:~/incubator-juneau$ cat
>> /Users/cmims/incubator-juneau/juneau-microservice/juneau-
>> microservice-test/target/surefire-reports/
>> TEST-org.apache.juneau.rest.test._TestSuite.xml
>> org.apache.juneau.rest.test._TestSuite.txt
>> [15:55:34] cmims@MBP:~/incubator-juneau$ cat
>> /Users/cmims/incubator-juneau/juneau-microservice/juneau-
>> microservice-test/target/surefire-reports/org.apache.
>> juneau.rest.test._TestSuite.txt
>> ------------------------------------------------------------
>> -------------------
>> Test set: org.apache.juneau.rest.test._TestSuite
>> ------------------------------------------------------------
>> -------------------
>> Tests run: 2868, Failures: 0, Errors: 1, Skipped: 1, Time elapsed:
>> 17.637 sec <<< FAILURE! - in org.apache.juneau.rest.test._TestSuite
>> testUsingContentParam(org.apache.juneau.rest.test.ContentTest)  Time
>> elapsed: 0.057 sec  <<< ERROR!
>> org.apache.juneau.rest.client.RestCallException: MBP:10001 failed to
>> respond
>> at org.apache.juneau.rest.test.ContentTest.testUsingContentParam(
>> ContentTest.java:77)
>> Caused by: org.apache.http.NoHttpResponseException: MBP:10001 failed to
>> respond
>> at org.apache.juneau.rest.test.ContentTest.testUsingContentParam(
>> ContentTest.java:77)
>>
>>
>>
>> On Wed, Sep 13, 2017 at 12:41 PM, 이동욱/Dong-Uk Lee <yi...@gmail.com>
>> wrote:
>> > +1
>> >
>> > I think it's not a big problem.
>> > Thanks James!
>> >
>> >
>> > 2017. 9. 13. 오후 10:39에 "James Bognar" <ja...@apache.org>님이 작성:
>> >
>> > Thanks Raphi!
>> >
>> > I validated your change locally.  No problems.
>> >
>> > What is your vote otherwise?  Do you think this requires another release
>> > candidate?
>> >
>> > On Wed, Sep 13, 2017 at 12:23 AM, Raphi D Lee <yi...@gmail.com>
>> wrote:
>> >
>> >>
>> >> Hi all,
>> >>
>> >> I’ve tried to build this release and faced Test Fail like below
>> >>
>> >> Failed tests:
>> >>   DataConversionTest.testObjectSwaps:153 expected:<Jan 1[2], 2001> but
>> >> was:<Jan 1[1], 2001>
>> >>   CalendarSwapTest.testBeanProperyFilterHtml:198
>> >> expected:<-2172115000000> but was:<-2172116928000>
>> >>   CalendarSwapTest.testBeanProperyFilterJson:162
>> >> expected:<-2172115000000> but was:<-2172116928000>
>> >>   CalendarSwapTest.testBeanProperyFilterUon:217
>> expected:<-2172115000000>
>> >> but was:<-2172116928000>
>> >>   CalendarSwapTest.testBeanProperyFilterUrlEncoding:240
>> >> expected:<-2172115000000> but was:<-2172116928000>
>> >>   CalendarSwapTest.testBeanProperyFilterXml:180
>> expected:<-2172115000000>
>> >> but was:<-2172116928000>
>> >>
>> >>
>> >> So, I made some code changes and committed.
>> >> Please take a look my changes.
>> >>
>> >>
>> >> Thanks
>> >>
>> >>
>> >>
>> >>
>> >> Raphi D Lee, yidonguk@gmail.com
>> >>
>> >>
>> >>
>> >>
>> >> 2017. 9. 13. 오전 12:21, Steve Blackmon <sb...@apache.org> 작성:
>> >>
>> >> +1 (binding)
>> >>
>> >> - confirmed SUCCESS from mvn clean install
>> >> - checked md5 and shasum for bin and src release artifacts
>> >> - verified gpg signatures
>> >>
>> >> Steve
>> >>
>> >> On Sep 10, 2017 at 6:27 PM, James Bognar <ja...@apache.org>
>> wrote:
>> >>
>> >>
>> >> I am pleased to be calling this vote for the source release of Apache
>> >> Juneau 6.4.0-incubating RC1.
>> >>
>> >> The list of new features can be found here:
>> >> http://juneau.incubator.apache.org/site/apidocs/overview-
>> >> summary.html#6.4.0
>> >>
>> >> The binaries are available at:
>> >> https://dist.apache.org/repos/dist/dev/incubator/juneau/bina
>> >> ries/juneau-6.4.0-incubating-RC1/
>> >>
>> >> The release candidate to be voted over is available at:
>> >> https://dist.apache.org/repos/dist/dev/incubator/juneau/sour
>> >> ce/juneau-6.4.0-incubating-RC1/
>> >>
>> >> SHA-1 checksums:
>> >> 0d04cf1808e0d46e1f2025d085b5fa104be99e38
>> >> apache-juneau-6.4.0-incubating-src.zip
>> >> b456a34aa6b7c36abf7208b391734f16c0634ca5
>> >> apache-juneau-6.4.0-incubating-bin.zip
>> >>
>> >> MD5 checksums:
>> >> cca93858b1653150c2ab06d170dcf60f apache-juneau-6.4.0-incubating-src.zip
>> >> 23183baf4364c987dabb7ad112a04db0 apache-juneau-6.4.0-incubating-bin.zip
>> >>
>> >> Build the release candidate using:
>> >> mvn clean install
>> >>
>> >> The release candidate is signed with a GPG key available at:
>> >> https://dist.apache.org/repos/dist/release/incubator/juneau/KEYS
>> >>
>> >> A staged Maven repository is available for review at:
>> >> https://repository.apache.org/content/repositories/
>> orgapachejuneau-1015/
>> >>
>> >> The Git commit for this release is...
>> >> https://git-wip-us.apache.org/repos/asf?p=incubator-juneau.g
>> >> it;a=commit;h=231c3b226762e08de1250be681e2b5be680d7ff8
>> >>
>> >> Please vote on releasing this package as:
>> >> Apache Juneau 6.4.0-incubating
>> >>
>> >> This vote will be open until 13-Sep-2017 7:30pm EST and passes if a
>> >> majority of at least three +1 Apache Juneau PPMC votes are cast.
>> >>
>> >> [ ] +1 Release this package
>> >> [ ] 0 I don't feel strongly about it, but don't object
>> >> [ ] -1 Do not release this package because...
>> >>
>> >> Anyone can participate in testing and voting, not just committers,
>> please
>> >> feel free to try out the release candidate and provide your votes.
>> >>
>> >>
>> >>
>>
>>
>>
>> --
>> Charles Mims
>> pgp key: 81C62E56F930E099
>>



-- 
Charles Mims
pgp key: 81C62E56F930E099

Re: [VOTE] Release Apache Juneau 6.4.0-incubating RC1

Posted by Charles Mims <ch...@mims.io>.
Here it is again:

MD5 (apache-juneau-6.4.0-incubating-src.zip) = cca93858b1653150c2ab06d170dcf60f
0d04cf1808e0d46e1f2025d085b5fa104be99e38  apache-juneau-6.4.0-incubating-src.zip


[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:40 min
[INFO] Finished at: 2017-09-13T17:15:59-05:00
[INFO] Final Memory: 89M/748M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test
(default-test) on project juneau-microservice-test: There are test
failures.
[ERROR]
[ERROR] Please refer to
/Users/cmims/juneau-6.4.0-incubating/juneau-microservice/juneau-microservice-test/target/surefire-reports
for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with
the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :juneau-microservice-test
[17:16:00] cmims@MBP:~/juneau-6.4.0-incubating$ cat
/Users/cmims/juneau-6.4.0-incubating/juneau-microservice/juneau-microservice-test/target/surefire-reports/
TEST-org.apache.juneau.rest.test._TestSuite.xml
org.apache.juneau.rest.test._TestSuite.txt
[17:16:00] cmims@MBP:~/juneau-6.4.0-incubating$ cat
/Users/cmims/juneau-6.4.0-incubating/juneau-microservice/juneau-microservice-test/target/surefire-reports/org.apache.juneau.rest.test._TestSuite.txt
-------------------------------------------------------------------------------
Test set: org.apache.juneau.rest.test._TestSuite
-------------------------------------------------------------------------------
Tests run: 2868, Failures: 0, Errors: 1, Skipped: 1, Time elapsed:
17.051 sec <<< FAILURE! - in org.apache.juneau.rest.test._TestSuite
j03_setSwappedPojoMap[1](org.apache.juneau.rest.test.InterfaceProxyTest)
 Time elapsed: 0.008 sec  <<< ERROR!
java.lang.RuntimeException:
org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.j03_setSwappedPojoMap(InterfaceProxyTest.java:641)
Caused by: org.apache.juneau.rest.client.RestCallException: Broken
pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.j03_setSwappedPojoMap(InterfaceProxyTest.java:641)
Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.j03_setSwappedPojoMap(InterfaceProxyTest.java:641)
Caused by: java.net.SocketException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.j03_setSwappedPojoMap(InterfaceProxyTest.java:641)


I'm going to go battle traffic for an hour and then dinner/kids to
bed, but I'm happy to test some on this tonight if it'll help!

Charles



On Wed, Sep 13, 2017 at 4:41 PM, James Bognar <ja...@apache.org> wrote:
> Hrm....broken pipe and NoHttpResponseExceptions.  Perhaps intermittent
> network connection issues?
>
> Could you try the build a couple more times and see if the results are
> consistent?
>
> On Wed, Sep 13, 2017 at 5:30 PM, Charles Mims <ch...@mims.io> wrote:
>
>> I had failures in "Microservice Tests" when trying to build juneau
>> from this link:
>>
>> https://dist.apache.org/repos/dist/dev/incubator/juneau/
>> source/juneau-6.4.0-incubating-RC1/apache-juneau-6.4.0-incubating-src.zip
>> ...
>> mvn -fae clean install
>> ...
>> [INFO] ------------------------------------------------------------
>> ------------
>> [INFO] Reactor Summary:
>> [INFO]
>> [INFO] Apache Juneau (incubating) ......................... SUCCESS [
>> 2.401 s]
>> [INFO] Apache Juneau - Core APIs .......................... SUCCESS [
>> 0.196 s]
>> [INFO] Apache Juneau Marshall ............................. SUCCESS [
>> 13.216 s]
>> [INFO] Apache Juneau Marshal RDF .......................... SUCCESS [
>> 1.605 s]
>> [INFO] Apache Juneau Data Transfer Objects ................ SUCCESS [
>> 2.589 s]
>> [INFO] Apache Juneau Core ................................. SUCCESS [
>> 0.537 s]
>> [INFO] Apache Juneau Config File API ...................... SUCCESS [
>> 0.786 s]
>> [INFO] Apache Juneau Core Tests ........................... SUCCESS [
>> 31.120 s]
>> [INFO] Apache Juneau - REST APIs .......................... SUCCESS [
>> 0.084 s]
>> [INFO] Apache Juneau REST Servlet API ..................... SUCCESS [
>> 2.239 s]
>> [INFO] Apache Juneau REST JAX/RS API ...................... SUCCESS [
>> 0.449 s]
>> [INFO] Apache Juneau REST Client API ...................... SUCCESS [
>> 1.032 s]
>> [INFO] Apache Juneau - Microservice APIs .................. SUCCESS [
>> 0.106 s]
>> [INFO] Apache Juneau Microservice Server .................. SUCCESS [
>> 1.301 s]
>> [INFO] Apache Juneau Microservice Template ................ SUCCESS [
>> 1.312 s]
>> [INFO] Apache Juneau - Examples ........................... SUCCESS [
>> 0.116 s]
>> [INFO] Apache Juneau REST Examples ........................ SUCCESS [
>> 7.460 s]
>> [INFO] Apache Juneau Microservice Tests ................... FAILURE [
>> 18.211 s]
>> [INFO] Apache Juneau Core Examples ........................ SUCCESS [
>> 0.261 s]
>> [INFO] Apache Juneau - Release Engineering ................ SUCCESS [
>> 0.029 s]
>> [INFO] Apache Juneau UberJar .............................. SUCCESS [
>> 1.181 s]
>> [INFO] Apache Juneau Distribution ......................... SUCCESS [
>> 1.588 s]
>> [INFO] ------------------------------------------------------------
>> ------------
>> [INFO] BUILD FAILURE
>> [INFO] ------------------------------------------------------------
>> ------------
>> [INFO] Total time: 01:28 min
>> [INFO] Finished at: 2017-09-13T14:48:01-05:00
>> [INFO] Final Memory: 88M/794M
>> [INFO] ------------------------------------------------------------
>> ------------
>> [ERROR] Failed to execute goal
>> org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test
>> (default-test) on project juneau-microservice-test: There are test
>> failures.
>>
>> $ cat /Users/cmims/juneau-6.4.0-incubating/juneau-microservice/juneau-
>> microservice-test/target/surefire-reports/org.apache.
>> juneau.rest.test._TestSuite.txt
>> ------------------------------------------------------------
>> -------------------
>> Test set: org.apache.juneau.rest.test._TestSuite
>> ------------------------------------------------------------
>> -------------------
>> Tests run: 2868, Failures: 0, Errors: 2, Skipped: 1, Time elapsed:
>> 15.925 sec <<< FAILURE! - in org.apache.juneau.rest.test._TestSuite
>> m04_setMultiParamsFloatObject[1](org.apache.juneau.rest.
>> test.InterfaceProxyTest)
>>  Time elapsed: 0.009 sec  <<< ERROR!
>> java.lang.RuntimeException:
>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.m04_
>> setMultiParamsFloatObject(InterfaceProxyTest.java:765)
>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> pipe (Write failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.m04_
>> setMultiParamsFloatObject(InterfaceProxyTest.java:765)
>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.m04_
>> setMultiParamsFloatObject(InterfaceProxyTest.java:765)
>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> at org.apache.juneau.rest.test.InterfaceProxyTest.m04_
>> setMultiParamsFloatObject(InterfaceProxyTest.java:765)
>>
>> ef04_setEnum3dList[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
>>  Time elapsed: 0.002 sec  <<< ERROR!
>> java.lang.RuntimeException:
>> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef04_setEnum3dList(
>> ThirdPartyProxyTest.java:1229)
>> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
>> pipe (Write failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef04_setEnum3dList(
>> ThirdPartyProxyTest.java:1229)
>> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
>> failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef04_setEnum3dList(
>> ThirdPartyProxyTest.java:1229)
>> Caused by: java.net.SocketException: Broken pipe (Write failed)
>> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef04_setEnum3dList(
>> ThirdPartyProxyTest.java:1229)
>>
>>
>>
>> Oddly, when I try to build what I think is the corresponding commit
>> from the git repo, I get different tests failing.
>>
>>
>>
>> [15:52:34] cmims@MBP:~$ git clone git@github.com:apache/
>> incubator-juneau.git
>> Cloning into 'incubator-juneau'...
>> ...
>> [15:53:08] cmims@MBP:~$ cd incubator-juneau
>> [15:53:08] cmims@MBP:~/incubator-juneau$ git fetch
>> [15:53:09] cmims@MBP:~/incubator-juneau$ git checkout
>> juneau-6.4.0-incubating-RC1
>> Note: checking out 'juneau-6.4.0-incubating-RC1'.
>> ...
>> HEAD is now at 231c3b22... [maven-release-plugin] prepare release
>> juneau-6.4.0-incubating-RC1
>>
>> $ mvn -fae clean install
>> ...
>> [INFO] ------------------------------------------------------------
>> ------------
>> [INFO] Reactor Summary:
>> [INFO]
>> [INFO] Apache Juneau (incubating) ......................... SUCCESS [
>> 2.209 s]
>> [INFO] Apache Juneau - Core APIs .......................... SUCCESS [
>> 0.126 s]
>> [INFO] Apache Juneau Marshall ............................. SUCCESS [
>> 14.841 s]
>> [INFO] Apache Juneau Marshal RDF .......................... SUCCESS [
>> 1.356 s]
>> [INFO] Apache Juneau Data Transfer Objects ................ SUCCESS [
>> 2.676 s]
>> [INFO] Apache Juneau Core ................................. SUCCESS [
>> 0.560 s]
>> [INFO] Apache Juneau Config File API ...................... SUCCESS [
>> 0.705 s]
>> [INFO] Apache Juneau Core Tests ........................... SUCCESS [
>> 32.473 s]
>> [INFO] Apache Juneau - REST APIs .......................... SUCCESS [
>> 0.070 s]
>> [INFO] Apache Juneau REST Servlet API ..................... SUCCESS [
>> 1.917 s]
>> [INFO] Apache Juneau REST JAX/RS API ...................... SUCCESS [
>> 0.467 s]
>> [INFO] Apache Juneau REST Client API ...................... SUCCESS [
>> 0.981 s]
>> [INFO] Apache Juneau - Microservice APIs .................. SUCCESS [
>> 0.054 s]
>> [INFO] Apache Juneau Microservice Server .................. SUCCESS [
>> 1.474 s]
>> [INFO] Apache Juneau Microservice Template ................ SUCCESS [
>> 1.147 s]
>> [INFO] Apache Juneau - Examples ........................... SUCCESS [
>> 0.047 s]
>> [INFO] Apache Juneau REST Examples ........................ SUCCESS [
>> 7.180 s]
>> [INFO] Apache Juneau Microservice Tests ................... FAILURE [
>> 19.892 s]
>> [INFO] Apache Juneau Core Examples ........................ SUCCESS [
>> 0.772 s]
>> [INFO] Apache Juneau - Release Engineering ................ SUCCESS [
>> 0.168 s]
>> [INFO] Apache Juneau UberJar .............................. SUCCESS [
>> 2.801 s]
>> [INFO] Apache Juneau Distribution ......................... SUCCESS [
>> 2.879 s]
>> [INFO] ------------------------------------------------------------
>> ------------
>> [INFO] BUILD FAILURE
>> [INFO] ------------------------------------------------------------
>> ------------
>> [INFO] Total time: 01:35 min
>> [INFO] Finished at: 2017-09-13T15:55:33-05:00
>> [INFO] Final Memory: 89M/814M
>> [INFO] ------------------------------------------------------------
>> ------------
>> [ERROR] Failed to execute goal
>> org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test
>> (default-test) on project juneau-microservice-test: There are test
>> failures.
>>
>>
>> [15:55:34] cmims@MBP:~/incubator-juneau$ cat
>> /Users/cmims/incubator-juneau/juneau-microservice/juneau-
>> microservice-test/target/surefire-reports/
>> TEST-org.apache.juneau.rest.test._TestSuite.xml
>> org.apache.juneau.rest.test._TestSuite.txt
>> [15:55:34] cmims@MBP:~/incubator-juneau$ cat
>> /Users/cmims/incubator-juneau/juneau-microservice/juneau-
>> microservice-test/target/surefire-reports/org.apache.
>> juneau.rest.test._TestSuite.txt
>> ------------------------------------------------------------
>> -------------------
>> Test set: org.apache.juneau.rest.test._TestSuite
>> ------------------------------------------------------------
>> -------------------
>> Tests run: 2868, Failures: 0, Errors: 1, Skipped: 1, Time elapsed:
>> 17.637 sec <<< FAILURE! - in org.apache.juneau.rest.test._TestSuite
>> testUsingContentParam(org.apache.juneau.rest.test.ContentTest)  Time
>> elapsed: 0.057 sec  <<< ERROR!
>> org.apache.juneau.rest.client.RestCallException: MBP:10001 failed to
>> respond
>> at org.apache.juneau.rest.test.ContentTest.testUsingContentParam(
>> ContentTest.java:77)
>> Caused by: org.apache.http.NoHttpResponseException: MBP:10001 failed to
>> respond
>> at org.apache.juneau.rest.test.ContentTest.testUsingContentParam(
>> ContentTest.java:77)
>>
>>
>>
>> On Wed, Sep 13, 2017 at 12:41 PM, 이동욱/Dong-Uk Lee <yi...@gmail.com>
>> wrote:
>> > +1
>> >
>> > I think it's not a big problem.
>> > Thanks James!
>> >
>> >
>> > 2017. 9. 13. 오후 10:39에 "James Bognar" <ja...@apache.org>님이 작성:
>> >
>> > Thanks Raphi!
>> >
>> > I validated your change locally.  No problems.
>> >
>> > What is your vote otherwise?  Do you think this requires another release
>> > candidate?
>> >
>> > On Wed, Sep 13, 2017 at 12:23 AM, Raphi D Lee <yi...@gmail.com>
>> wrote:
>> >
>> >>
>> >> Hi all,
>> >>
>> >> I’ve tried to build this release and faced Test Fail like below
>> >>
>> >> Failed tests:
>> >>   DataConversionTest.testObjectSwaps:153 expected:<Jan 1[2], 2001> but
>> >> was:<Jan 1[1], 2001>
>> >>   CalendarSwapTest.testBeanProperyFilterHtml:198
>> >> expected:<-2172115000000> but was:<-2172116928000>
>> >>   CalendarSwapTest.testBeanProperyFilterJson:162
>> >> expected:<-2172115000000> but was:<-2172116928000>
>> >>   CalendarSwapTest.testBeanProperyFilterUon:217
>> expected:<-2172115000000>
>> >> but was:<-2172116928000>
>> >>   CalendarSwapTest.testBeanProperyFilterUrlEncoding:240
>> >> expected:<-2172115000000> but was:<-2172116928000>
>> >>   CalendarSwapTest.testBeanProperyFilterXml:180
>> expected:<-2172115000000>
>> >> but was:<-2172116928000>
>> >>
>> >>
>> >> So, I made some code changes and committed.
>> >> Please take a look my changes.
>> >>
>> >>
>> >> Thanks
>> >>
>> >>
>> >>
>> >>
>> >> Raphi D Lee, yidonguk@gmail.com
>> >>
>> >>
>> >>
>> >>
>> >> 2017. 9. 13. 오전 12:21, Steve Blackmon <sb...@apache.org> 작성:
>> >>
>> >> +1 (binding)
>> >>
>> >> - confirmed SUCCESS from mvn clean install
>> >> - checked md5 and shasum for bin and src release artifacts
>> >> - verified gpg signatures
>> >>
>> >> Steve
>> >>
>> >> On Sep 10, 2017 at 6:27 PM, James Bognar <ja...@apache.org>
>> wrote:
>> >>
>> >>
>> >> I am pleased to be calling this vote for the source release of Apache
>> >> Juneau 6.4.0-incubating RC1.
>> >>
>> >> The list of new features can be found here:
>> >> http://juneau.incubator.apache.org/site/apidocs/overview-
>> >> summary.html#6.4.0
>> >>
>> >> The binaries are available at:
>> >> https://dist.apache.org/repos/dist/dev/incubator/juneau/bina
>> >> ries/juneau-6.4.0-incubating-RC1/
>> >>
>> >> The release candidate to be voted over is available at:
>> >> https://dist.apache.org/repos/dist/dev/incubator/juneau/sour
>> >> ce/juneau-6.4.0-incubating-RC1/
>> >>
>> >> SHA-1 checksums:
>> >> 0d04cf1808e0d46e1f2025d085b5fa104be99e38
>> >> apache-juneau-6.4.0-incubating-src.zip
>> >> b456a34aa6b7c36abf7208b391734f16c0634ca5
>> >> apache-juneau-6.4.0-incubating-bin.zip
>> >>
>> >> MD5 checksums:
>> >> cca93858b1653150c2ab06d170dcf60f apache-juneau-6.4.0-incubating-src.zip
>> >> 23183baf4364c987dabb7ad112a04db0 apache-juneau-6.4.0-incubating-bin.zip
>> >>
>> >> Build the release candidate using:
>> >> mvn clean install
>> >>
>> >> The release candidate is signed with a GPG key available at:
>> >> https://dist.apache.org/repos/dist/release/incubator/juneau/KEYS
>> >>
>> >> A staged Maven repository is available for review at:
>> >> https://repository.apache.org/content/repositories/
>> orgapachejuneau-1015/
>> >>
>> >> The Git commit for this release is...
>> >> https://git-wip-us.apache.org/repos/asf?p=incubator-juneau.g
>> >> it;a=commit;h=231c3b226762e08de1250be681e2b5be680d7ff8
>> >>
>> >> Please vote on releasing this package as:
>> >> Apache Juneau 6.4.0-incubating
>> >>
>> >> This vote will be open until 13-Sep-2017 7:30pm EST and passes if a
>> >> majority of at least three +1 Apache Juneau PPMC votes are cast.
>> >>
>> >> [ ] +1 Release this package
>> >> [ ] 0 I don't feel strongly about it, but don't object
>> >> [ ] -1 Do not release this package because...
>> >>
>> >> Anyone can participate in testing and voting, not just committers,
>> please
>> >> feel free to try out the release candidate and provide your votes.
>> >>
>> >>
>> >>
>>
>>
>>
>> --
>> Charles Mims
>> pgp key: 81C62E56F930E099
>>



-- 
Charles Mims
pgp key: 81C62E56F930E099

Re: [VOTE] Release Apache Juneau 6.4.0-incubating RC1

Posted by James Bognar <ja...@apache.org>.
Hrm....broken pipe and NoHttpResponseExceptions.  Perhaps intermittent
network connection issues?

Could you try the build a couple more times and see if the results are
consistent?

On Wed, Sep 13, 2017 at 5:30 PM, Charles Mims <ch...@mims.io> wrote:

> I had failures in "Microservice Tests" when trying to build juneau
> from this link:
>
> https://dist.apache.org/repos/dist/dev/incubator/juneau/
> source/juneau-6.4.0-incubating-RC1/apache-juneau-6.4.0-incubating-src.zip
> ...
> mvn -fae clean install
> ...
> [INFO] ------------------------------------------------------------
> ------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Apache Juneau (incubating) ......................... SUCCESS [
> 2.401 s]
> [INFO] Apache Juneau - Core APIs .......................... SUCCESS [
> 0.196 s]
> [INFO] Apache Juneau Marshall ............................. SUCCESS [
> 13.216 s]
> [INFO] Apache Juneau Marshal RDF .......................... SUCCESS [
> 1.605 s]
> [INFO] Apache Juneau Data Transfer Objects ................ SUCCESS [
> 2.589 s]
> [INFO] Apache Juneau Core ................................. SUCCESS [
> 0.537 s]
> [INFO] Apache Juneau Config File API ...................... SUCCESS [
> 0.786 s]
> [INFO] Apache Juneau Core Tests ........................... SUCCESS [
> 31.120 s]
> [INFO] Apache Juneau - REST APIs .......................... SUCCESS [
> 0.084 s]
> [INFO] Apache Juneau REST Servlet API ..................... SUCCESS [
> 2.239 s]
> [INFO] Apache Juneau REST JAX/RS API ...................... SUCCESS [
> 0.449 s]
> [INFO] Apache Juneau REST Client API ...................... SUCCESS [
> 1.032 s]
> [INFO] Apache Juneau - Microservice APIs .................. SUCCESS [
> 0.106 s]
> [INFO] Apache Juneau Microservice Server .................. SUCCESS [
> 1.301 s]
> [INFO] Apache Juneau Microservice Template ................ SUCCESS [
> 1.312 s]
> [INFO] Apache Juneau - Examples ........................... SUCCESS [
> 0.116 s]
> [INFO] Apache Juneau REST Examples ........................ SUCCESS [
> 7.460 s]
> [INFO] Apache Juneau Microservice Tests ................... FAILURE [
> 18.211 s]
> [INFO] Apache Juneau Core Examples ........................ SUCCESS [
> 0.261 s]
> [INFO] Apache Juneau - Release Engineering ................ SUCCESS [
> 0.029 s]
> [INFO] Apache Juneau UberJar .............................. SUCCESS [
> 1.181 s]
> [INFO] Apache Juneau Distribution ......................... SUCCESS [
> 1.588 s]
> [INFO] ------------------------------------------------------------
> ------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------
> ------------
> [INFO] Total time: 01:28 min
> [INFO] Finished at: 2017-09-13T14:48:01-05:00
> [INFO] Final Memory: 88M/794M
> [INFO] ------------------------------------------------------------
> ------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test
> (default-test) on project juneau-microservice-test: There are test
> failures.
>
> $ cat /Users/cmims/juneau-6.4.0-incubating/juneau-microservice/juneau-
> microservice-test/target/surefire-reports/org.apache.
> juneau.rest.test._TestSuite.txt
> ------------------------------------------------------------
> -------------------
> Test set: org.apache.juneau.rest.test._TestSuite
> ------------------------------------------------------------
> -------------------
> Tests run: 2868, Failures: 0, Errors: 2, Skipped: 1, Time elapsed:
> 15.925 sec <<< FAILURE! - in org.apache.juneau.rest.test._TestSuite
> m04_setMultiParamsFloatObject[1](org.apache.juneau.rest.
> test.InterfaceProxyTest)
>  Time elapsed: 0.009 sec  <<< ERROR!
> java.lang.RuntimeException:
> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.m04_
> setMultiParamsFloatObject(InterfaceProxyTest.java:765)
> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> pipe (Write failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.m04_
> setMultiParamsFloatObject(InterfaceProxyTest.java:765)
> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.m04_
> setMultiParamsFloatObject(InterfaceProxyTest.java:765)
> Caused by: java.net.SocketException: Broken pipe (Write failed)
> at org.apache.juneau.rest.test.InterfaceProxyTest.m04_
> setMultiParamsFloatObject(InterfaceProxyTest.java:765)
>
> ef04_setEnum3dList[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
>  Time elapsed: 0.002 sec  <<< ERROR!
> java.lang.RuntimeException:
> org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef04_setEnum3dList(
> ThirdPartyProxyTest.java:1229)
> Caused by: org.apache.juneau.rest.client.RestCallException: Broken
> pipe (Write failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef04_setEnum3dList(
> ThirdPartyProxyTest.java:1229)
> Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write
> failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef04_setEnum3dList(
> ThirdPartyProxyTest.java:1229)
> Caused by: java.net.SocketException: Broken pipe (Write failed)
> at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef04_setEnum3dList(
> ThirdPartyProxyTest.java:1229)
>
>
>
> Oddly, when I try to build what I think is the corresponding commit
> from the git repo, I get different tests failing.
>
>
>
> [15:52:34] cmims@MBP:~$ git clone git@github.com:apache/
> incubator-juneau.git
> Cloning into 'incubator-juneau'...
> ...
> [15:53:08] cmims@MBP:~$ cd incubator-juneau
> [15:53:08] cmims@MBP:~/incubator-juneau$ git fetch
> [15:53:09] cmims@MBP:~/incubator-juneau$ git checkout
> juneau-6.4.0-incubating-RC1
> Note: checking out 'juneau-6.4.0-incubating-RC1'.
> ...
> HEAD is now at 231c3b22... [maven-release-plugin] prepare release
> juneau-6.4.0-incubating-RC1
>
> $ mvn -fae clean install
> ...
> [INFO] ------------------------------------------------------------
> ------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Apache Juneau (incubating) ......................... SUCCESS [
> 2.209 s]
> [INFO] Apache Juneau - Core APIs .......................... SUCCESS [
> 0.126 s]
> [INFO] Apache Juneau Marshall ............................. SUCCESS [
> 14.841 s]
> [INFO] Apache Juneau Marshal RDF .......................... SUCCESS [
> 1.356 s]
> [INFO] Apache Juneau Data Transfer Objects ................ SUCCESS [
> 2.676 s]
> [INFO] Apache Juneau Core ................................. SUCCESS [
> 0.560 s]
> [INFO] Apache Juneau Config File API ...................... SUCCESS [
> 0.705 s]
> [INFO] Apache Juneau Core Tests ........................... SUCCESS [
> 32.473 s]
> [INFO] Apache Juneau - REST APIs .......................... SUCCESS [
> 0.070 s]
> [INFO] Apache Juneau REST Servlet API ..................... SUCCESS [
> 1.917 s]
> [INFO] Apache Juneau REST JAX/RS API ...................... SUCCESS [
> 0.467 s]
> [INFO] Apache Juneau REST Client API ...................... SUCCESS [
> 0.981 s]
> [INFO] Apache Juneau - Microservice APIs .................. SUCCESS [
> 0.054 s]
> [INFO] Apache Juneau Microservice Server .................. SUCCESS [
> 1.474 s]
> [INFO] Apache Juneau Microservice Template ................ SUCCESS [
> 1.147 s]
> [INFO] Apache Juneau - Examples ........................... SUCCESS [
> 0.047 s]
> [INFO] Apache Juneau REST Examples ........................ SUCCESS [
> 7.180 s]
> [INFO] Apache Juneau Microservice Tests ................... FAILURE [
> 19.892 s]
> [INFO] Apache Juneau Core Examples ........................ SUCCESS [
> 0.772 s]
> [INFO] Apache Juneau - Release Engineering ................ SUCCESS [
> 0.168 s]
> [INFO] Apache Juneau UberJar .............................. SUCCESS [
> 2.801 s]
> [INFO] Apache Juneau Distribution ......................... SUCCESS [
> 2.879 s]
> [INFO] ------------------------------------------------------------
> ------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------
> ------------
> [INFO] Total time: 01:35 min
> [INFO] Finished at: 2017-09-13T15:55:33-05:00
> [INFO] Final Memory: 89M/814M
> [INFO] ------------------------------------------------------------
> ------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test
> (default-test) on project juneau-microservice-test: There are test
> failures.
>
>
> [15:55:34] cmims@MBP:~/incubator-juneau$ cat
> /Users/cmims/incubator-juneau/juneau-microservice/juneau-
> microservice-test/target/surefire-reports/
> TEST-org.apache.juneau.rest.test._TestSuite.xml
> org.apache.juneau.rest.test._TestSuite.txt
> [15:55:34] cmims@MBP:~/incubator-juneau$ cat
> /Users/cmims/incubator-juneau/juneau-microservice/juneau-
> microservice-test/target/surefire-reports/org.apache.
> juneau.rest.test._TestSuite.txt
> ------------------------------------------------------------
> -------------------
> Test set: org.apache.juneau.rest.test._TestSuite
> ------------------------------------------------------------
> -------------------
> Tests run: 2868, Failures: 0, Errors: 1, Skipped: 1, Time elapsed:
> 17.637 sec <<< FAILURE! - in org.apache.juneau.rest.test._TestSuite
> testUsingContentParam(org.apache.juneau.rest.test.ContentTest)  Time
> elapsed: 0.057 sec  <<< ERROR!
> org.apache.juneau.rest.client.RestCallException: MBP:10001 failed to
> respond
> at org.apache.juneau.rest.test.ContentTest.testUsingContentParam(
> ContentTest.java:77)
> Caused by: org.apache.http.NoHttpResponseException: MBP:10001 failed to
> respond
> at org.apache.juneau.rest.test.ContentTest.testUsingContentParam(
> ContentTest.java:77)
>
>
>
> On Wed, Sep 13, 2017 at 12:41 PM, 이동욱/Dong-Uk Lee <yi...@gmail.com>
> wrote:
> > +1
> >
> > I think it's not a big problem.
> > Thanks James!
> >
> >
> > 2017. 9. 13. 오후 10:39에 "James Bognar" <ja...@apache.org>님이 작성:
> >
> > Thanks Raphi!
> >
> > I validated your change locally.  No problems.
> >
> > What is your vote otherwise?  Do you think this requires another release
> > candidate?
> >
> > On Wed, Sep 13, 2017 at 12:23 AM, Raphi D Lee <yi...@gmail.com>
> wrote:
> >
> >>
> >> Hi all,
> >>
> >> I’ve tried to build this release and faced Test Fail like below
> >>
> >> Failed tests:
> >>   DataConversionTest.testObjectSwaps:153 expected:<Jan 1[2], 2001> but
> >> was:<Jan 1[1], 2001>
> >>   CalendarSwapTest.testBeanProperyFilterHtml:198
> >> expected:<-2172115000000> but was:<-2172116928000>
> >>   CalendarSwapTest.testBeanProperyFilterJson:162
> >> expected:<-2172115000000> but was:<-2172116928000>
> >>   CalendarSwapTest.testBeanProperyFilterUon:217
> expected:<-2172115000000>
> >> but was:<-2172116928000>
> >>   CalendarSwapTest.testBeanProperyFilterUrlEncoding:240
> >> expected:<-2172115000000> but was:<-2172116928000>
> >>   CalendarSwapTest.testBeanProperyFilterXml:180
> expected:<-2172115000000>
> >> but was:<-2172116928000>
> >>
> >>
> >> So, I made some code changes and committed.
> >> Please take a look my changes.
> >>
> >>
> >> Thanks
> >>
> >>
> >>
> >>
> >> Raphi D Lee, yidonguk@gmail.com
> >>
> >>
> >>
> >>
> >> 2017. 9. 13. 오전 12:21, Steve Blackmon <sb...@apache.org> 작성:
> >>
> >> +1 (binding)
> >>
> >> - confirmed SUCCESS from mvn clean install
> >> - checked md5 and shasum for bin and src release artifacts
> >> - verified gpg signatures
> >>
> >> Steve
> >>
> >> On Sep 10, 2017 at 6:27 PM, James Bognar <ja...@apache.org>
> wrote:
> >>
> >>
> >> I am pleased to be calling this vote for the source release of Apache
> >> Juneau 6.4.0-incubating RC1.
> >>
> >> The list of new features can be found here:
> >> http://juneau.incubator.apache.org/site/apidocs/overview-
> >> summary.html#6.4.0
> >>
> >> The binaries are available at:
> >> https://dist.apache.org/repos/dist/dev/incubator/juneau/bina
> >> ries/juneau-6.4.0-incubating-RC1/
> >>
> >> The release candidate to be voted over is available at:
> >> https://dist.apache.org/repos/dist/dev/incubator/juneau/sour
> >> ce/juneau-6.4.0-incubating-RC1/
> >>
> >> SHA-1 checksums:
> >> 0d04cf1808e0d46e1f2025d085b5fa104be99e38
> >> apache-juneau-6.4.0-incubating-src.zip
> >> b456a34aa6b7c36abf7208b391734f16c0634ca5
> >> apache-juneau-6.4.0-incubating-bin.zip
> >>
> >> MD5 checksums:
> >> cca93858b1653150c2ab06d170dcf60f apache-juneau-6.4.0-incubating-src.zip
> >> 23183baf4364c987dabb7ad112a04db0 apache-juneau-6.4.0-incubating-bin.zip
> >>
> >> Build the release candidate using:
> >> mvn clean install
> >>
> >> The release candidate is signed with a GPG key available at:
> >> https://dist.apache.org/repos/dist/release/incubator/juneau/KEYS
> >>
> >> A staged Maven repository is available for review at:
> >> https://repository.apache.org/content/repositories/
> orgapachejuneau-1015/
> >>
> >> The Git commit for this release is...
> >> https://git-wip-us.apache.org/repos/asf?p=incubator-juneau.g
> >> it;a=commit;h=231c3b226762e08de1250be681e2b5be680d7ff8
> >>
> >> Please vote on releasing this package as:
> >> Apache Juneau 6.4.0-incubating
> >>
> >> This vote will be open until 13-Sep-2017 7:30pm EST and passes if a
> >> majority of at least three +1 Apache Juneau PPMC votes are cast.
> >>
> >> [ ] +1 Release this package
> >> [ ] 0 I don't feel strongly about it, but don't object
> >> [ ] -1 Do not release this package because...
> >>
> >> Anyone can participate in testing and voting, not just committers,
> please
> >> feel free to try out the release candidate and provide your votes.
> >>
> >>
> >>
>
>
>
> --
> Charles Mims
> pgp key: 81C62E56F930E099
>

Re: [VOTE] Release Apache Juneau 6.4.0-incubating RC1

Posted by Charles Mims <ch...@mims.io>.
I had failures in "Microservice Tests" when trying to build juneau
from this link:

https://dist.apache.org/repos/dist/dev/incubator/juneau/source/juneau-6.4.0-incubating-RC1/apache-juneau-6.4.0-incubating-src.zip
...
mvn -fae clean install
...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Juneau (incubating) ......................... SUCCESS [  2.401 s]
[INFO] Apache Juneau - Core APIs .......................... SUCCESS [  0.196 s]
[INFO] Apache Juneau Marshall ............................. SUCCESS [ 13.216 s]
[INFO] Apache Juneau Marshal RDF .......................... SUCCESS [  1.605 s]
[INFO] Apache Juneau Data Transfer Objects ................ SUCCESS [  2.589 s]
[INFO] Apache Juneau Core ................................. SUCCESS [  0.537 s]
[INFO] Apache Juneau Config File API ...................... SUCCESS [  0.786 s]
[INFO] Apache Juneau Core Tests ........................... SUCCESS [ 31.120 s]
[INFO] Apache Juneau - REST APIs .......................... SUCCESS [  0.084 s]
[INFO] Apache Juneau REST Servlet API ..................... SUCCESS [  2.239 s]
[INFO] Apache Juneau REST JAX/RS API ...................... SUCCESS [  0.449 s]
[INFO] Apache Juneau REST Client API ...................... SUCCESS [  1.032 s]
[INFO] Apache Juneau - Microservice APIs .................. SUCCESS [  0.106 s]
[INFO] Apache Juneau Microservice Server .................. SUCCESS [  1.301 s]
[INFO] Apache Juneau Microservice Template ................ SUCCESS [  1.312 s]
[INFO] Apache Juneau - Examples ........................... SUCCESS [  0.116 s]
[INFO] Apache Juneau REST Examples ........................ SUCCESS [  7.460 s]
[INFO] Apache Juneau Microservice Tests ................... FAILURE [ 18.211 s]
[INFO] Apache Juneau Core Examples ........................ SUCCESS [  0.261 s]
[INFO] Apache Juneau - Release Engineering ................ SUCCESS [  0.029 s]
[INFO] Apache Juneau UberJar .............................. SUCCESS [  1.181 s]
[INFO] Apache Juneau Distribution ......................... SUCCESS [  1.588 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:28 min
[INFO] Finished at: 2017-09-13T14:48:01-05:00
[INFO] Final Memory: 88M/794M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test
(default-test) on project juneau-microservice-test: There are test
failures.

$ cat /Users/cmims/juneau-6.4.0-incubating/juneau-microservice/juneau-microservice-test/target/surefire-reports/org.apache.juneau.rest.test._TestSuite.txt
-------------------------------------------------------------------------------
Test set: org.apache.juneau.rest.test._TestSuite
-------------------------------------------------------------------------------
Tests run: 2868, Failures: 0, Errors: 2, Skipped: 1, Time elapsed:
15.925 sec <<< FAILURE! - in org.apache.juneau.rest.test._TestSuite
m04_setMultiParamsFloatObject[1](org.apache.juneau.rest.test.InterfaceProxyTest)
 Time elapsed: 0.009 sec  <<< ERROR!
java.lang.RuntimeException:
org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.m04_setMultiParamsFloatObject(InterfaceProxyTest.java:765)
Caused by: org.apache.juneau.rest.client.RestCallException: Broken
pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.m04_setMultiParamsFloatObject(InterfaceProxyTest.java:765)
Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.m04_setMultiParamsFloatObject(InterfaceProxyTest.java:765)
Caused by: java.net.SocketException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.InterfaceProxyTest.m04_setMultiParamsFloatObject(InterfaceProxyTest.java:765)

ef04_setEnum3dList[1](org.apache.juneau.rest.test.ThirdPartyProxyTest)
 Time elapsed: 0.002 sec  <<< ERROR!
java.lang.RuntimeException:
org.apache.juneau.rest.client.RestCallException: Broken pipe (Write
failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef04_setEnum3dList(ThirdPartyProxyTest.java:1229)
Caused by: org.apache.juneau.rest.client.RestCallException: Broken
pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef04_setEnum3dList(ThirdPartyProxyTest.java:1229)
Caused by: org.apache.juneau.BeanRuntimeException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef04_setEnum3dList(ThirdPartyProxyTest.java:1229)
Caused by: java.net.SocketException: Broken pipe (Write failed)
at org.apache.juneau.rest.test.ThirdPartyProxyTest.ef04_setEnum3dList(ThirdPartyProxyTest.java:1229)



Oddly, when I try to build what I think is the corresponding commit
from the git repo, I get different tests failing.



[15:52:34] cmims@MBP:~$ git clone git@github.com:apache/incubator-juneau.git
Cloning into 'incubator-juneau'...
...
[15:53:08] cmims@MBP:~$ cd incubator-juneau
[15:53:08] cmims@MBP:~/incubator-juneau$ git fetch
[15:53:09] cmims@MBP:~/incubator-juneau$ git checkout
juneau-6.4.0-incubating-RC1
Note: checking out 'juneau-6.4.0-incubating-RC1'.
...
HEAD is now at 231c3b22... [maven-release-plugin] prepare release
juneau-6.4.0-incubating-RC1

$ mvn -fae clean install
...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Juneau (incubating) ......................... SUCCESS [  2.209 s]
[INFO] Apache Juneau - Core APIs .......................... SUCCESS [  0.126 s]
[INFO] Apache Juneau Marshall ............................. SUCCESS [ 14.841 s]
[INFO] Apache Juneau Marshal RDF .......................... SUCCESS [  1.356 s]
[INFO] Apache Juneau Data Transfer Objects ................ SUCCESS [  2.676 s]
[INFO] Apache Juneau Core ................................. SUCCESS [  0.560 s]
[INFO] Apache Juneau Config File API ...................... SUCCESS [  0.705 s]
[INFO] Apache Juneau Core Tests ........................... SUCCESS [ 32.473 s]
[INFO] Apache Juneau - REST APIs .......................... SUCCESS [  0.070 s]
[INFO] Apache Juneau REST Servlet API ..................... SUCCESS [  1.917 s]
[INFO] Apache Juneau REST JAX/RS API ...................... SUCCESS [  0.467 s]
[INFO] Apache Juneau REST Client API ...................... SUCCESS [  0.981 s]
[INFO] Apache Juneau - Microservice APIs .................. SUCCESS [  0.054 s]
[INFO] Apache Juneau Microservice Server .................. SUCCESS [  1.474 s]
[INFO] Apache Juneau Microservice Template ................ SUCCESS [  1.147 s]
[INFO] Apache Juneau - Examples ........................... SUCCESS [  0.047 s]
[INFO] Apache Juneau REST Examples ........................ SUCCESS [  7.180 s]
[INFO] Apache Juneau Microservice Tests ................... FAILURE [ 19.892 s]
[INFO] Apache Juneau Core Examples ........................ SUCCESS [  0.772 s]
[INFO] Apache Juneau - Release Engineering ................ SUCCESS [  0.168 s]
[INFO] Apache Juneau UberJar .............................. SUCCESS [  2.801 s]
[INFO] Apache Juneau Distribution ......................... SUCCESS [  2.879 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:35 min
[INFO] Finished at: 2017-09-13T15:55:33-05:00
[INFO] Final Memory: 89M/814M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test
(default-test) on project juneau-microservice-test: There are test
failures.


[15:55:34] cmims@MBP:~/incubator-juneau$ cat
/Users/cmims/incubator-juneau/juneau-microservice/juneau-microservice-test/target/surefire-reports/
TEST-org.apache.juneau.rest.test._TestSuite.xml
org.apache.juneau.rest.test._TestSuite.txt
[15:55:34] cmims@MBP:~/incubator-juneau$ cat
/Users/cmims/incubator-juneau/juneau-microservice/juneau-microservice-test/target/surefire-reports/org.apache.juneau.rest.test._TestSuite.txt
-------------------------------------------------------------------------------
Test set: org.apache.juneau.rest.test._TestSuite
-------------------------------------------------------------------------------
Tests run: 2868, Failures: 0, Errors: 1, Skipped: 1, Time elapsed:
17.637 sec <<< FAILURE! - in org.apache.juneau.rest.test._TestSuite
testUsingContentParam(org.apache.juneau.rest.test.ContentTest)  Time
elapsed: 0.057 sec  <<< ERROR!
org.apache.juneau.rest.client.RestCallException: MBP:10001 failed to respond
at org.apache.juneau.rest.test.ContentTest.testUsingContentParam(ContentTest.java:77)
Caused by: org.apache.http.NoHttpResponseException: MBP:10001 failed to respond
at org.apache.juneau.rest.test.ContentTest.testUsingContentParam(ContentTest.java:77)



On Wed, Sep 13, 2017 at 12:41 PM, 이동욱/Dong-Uk Lee <yi...@gmail.com> wrote:
> +1
>
> I think it's not a big problem.
> Thanks James!
>
>
> 2017. 9. 13. 오후 10:39에 "James Bognar" <ja...@apache.org>님이 작성:
>
> Thanks Raphi!
>
> I validated your change locally.  No problems.
>
> What is your vote otherwise?  Do you think this requires another release
> candidate?
>
> On Wed, Sep 13, 2017 at 12:23 AM, Raphi D Lee <yi...@gmail.com> wrote:
>
>>
>> Hi all,
>>
>> I’ve tried to build this release and faced Test Fail like below
>>
>> Failed tests:
>>   DataConversionTest.testObjectSwaps:153 expected:<Jan 1[2], 2001> but
>> was:<Jan 1[1], 2001>
>>   CalendarSwapTest.testBeanProperyFilterHtml:198
>> expected:<-2172115000000> but was:<-2172116928000>
>>   CalendarSwapTest.testBeanProperyFilterJson:162
>> expected:<-2172115000000> but was:<-2172116928000>
>>   CalendarSwapTest.testBeanProperyFilterUon:217 expected:<-2172115000000>
>> but was:<-2172116928000>
>>   CalendarSwapTest.testBeanProperyFilterUrlEncoding:240
>> expected:<-2172115000000> but was:<-2172116928000>
>>   CalendarSwapTest.testBeanProperyFilterXml:180 expected:<-2172115000000>
>> but was:<-2172116928000>
>>
>>
>> So, I made some code changes and committed.
>> Please take a look my changes.
>>
>>
>> Thanks
>>
>>
>>
>>
>> Raphi D Lee, yidonguk@gmail.com
>>
>>
>>
>>
>> 2017. 9. 13. 오전 12:21, Steve Blackmon <sb...@apache.org> 작성:
>>
>> +1 (binding)
>>
>> - confirmed SUCCESS from mvn clean install
>> - checked md5 and shasum for bin and src release artifacts
>> - verified gpg signatures
>>
>> Steve
>>
>> On Sep 10, 2017 at 6:27 PM, James Bognar <ja...@apache.org> wrote:
>>
>>
>> I am pleased to be calling this vote for the source release of Apache
>> Juneau 6.4.0-incubating RC1.
>>
>> The list of new features can be found here:
>> http://juneau.incubator.apache.org/site/apidocs/overview-
>> summary.html#6.4.0
>>
>> The binaries are available at:
>> https://dist.apache.org/repos/dist/dev/incubator/juneau/bina
>> ries/juneau-6.4.0-incubating-RC1/
>>
>> The release candidate to be voted over is available at:
>> https://dist.apache.org/repos/dist/dev/incubator/juneau/sour
>> ce/juneau-6.4.0-incubating-RC1/
>>
>> SHA-1 checksums:
>> 0d04cf1808e0d46e1f2025d085b5fa104be99e38
>> apache-juneau-6.4.0-incubating-src.zip
>> b456a34aa6b7c36abf7208b391734f16c0634ca5
>> apache-juneau-6.4.0-incubating-bin.zip
>>
>> MD5 checksums:
>> cca93858b1653150c2ab06d170dcf60f apache-juneau-6.4.0-incubating-src.zip
>> 23183baf4364c987dabb7ad112a04db0 apache-juneau-6.4.0-incubating-bin.zip
>>
>> Build the release candidate using:
>> mvn clean install
>>
>> The release candidate is signed with a GPG key available at:
>> https://dist.apache.org/repos/dist/release/incubator/juneau/KEYS
>>
>> A staged Maven repository is available for review at:
>> https://repository.apache.org/content/repositories/orgapachejuneau-1015/
>>
>> The Git commit for this release is...
>> https://git-wip-us.apache.org/repos/asf?p=incubator-juneau.g
>> it;a=commit;h=231c3b226762e08de1250be681e2b5be680d7ff8
>>
>> Please vote on releasing this package as:
>> Apache Juneau 6.4.0-incubating
>>
>> This vote will be open until 13-Sep-2017 7:30pm EST and passes if a
>> majority of at least three +1 Apache Juneau PPMC votes are cast.
>>
>> [ ] +1 Release this package
>> [ ] 0 I don't feel strongly about it, but don't object
>> [ ] -1 Do not release this package because...
>>
>> Anyone can participate in testing and voting, not just committers, please
>> feel free to try out the release candidate and provide your votes.
>>
>>
>>



-- 
Charles Mims
pgp key: 81C62E56F930E099

Re: [VOTE] Release Apache Juneau 6.4.0-incubating RC1

Posted by 이동욱/Dong-Uk Lee <yi...@gmail.com>.
+1

I think it's not a big problem.
Thanks James!


2017. 9. 13. 오후 10:39에 "James Bognar" <ja...@apache.org>님이 작성:

Thanks Raphi!

I validated your change locally.  No problems.

What is your vote otherwise?  Do you think this requires another release
candidate?

On Wed, Sep 13, 2017 at 12:23 AM, Raphi D Lee <yi...@gmail.com> wrote:

>
> Hi all,
>
> I’ve tried to build this release and faced Test Fail like below
>
> Failed tests:
>   DataConversionTest.testObjectSwaps:153 expected:<Jan 1[2], 2001> but
> was:<Jan 1[1], 2001>
>   CalendarSwapTest.testBeanProperyFilterHtml:198
> expected:<-2172115000000> but was:<-2172116928000>
>   CalendarSwapTest.testBeanProperyFilterJson:162
> expected:<-2172115000000> but was:<-2172116928000>
>   CalendarSwapTest.testBeanProperyFilterUon:217 expected:<-2172115000000>
> but was:<-2172116928000>
>   CalendarSwapTest.testBeanProperyFilterUrlEncoding:240
> expected:<-2172115000000> but was:<-2172116928000>
>   CalendarSwapTest.testBeanProperyFilterXml:180 expected:<-2172115000000>
> but was:<-2172116928000>
>
>
> So, I made some code changes and committed.
> Please take a look my changes.
>
>
> Thanks
>
>
>
>
> Raphi D Lee, yidonguk@gmail.com
>
>
>
>
> 2017. 9. 13. 오전 12:21, Steve Blackmon <sb...@apache.org> 작성:
>
> +1 (binding)
>
> - confirmed SUCCESS from mvn clean install
> - checked md5 and shasum for bin and src release artifacts
> - verified gpg signatures
>
> Steve
>
> On Sep 10, 2017 at 6:27 PM, James Bognar <ja...@apache.org> wrote:
>
>
> I am pleased to be calling this vote for the source release of Apache
> Juneau 6.4.0-incubating RC1.
>
> The list of new features can be found here:
> http://juneau.incubator.apache.org/site/apidocs/overview-
> summary.html#6.4.0
>
> The binaries are available at:
> https://dist.apache.org/repos/dist/dev/incubator/juneau/bina
> ries/juneau-6.4.0-incubating-RC1/
>
> The release candidate to be voted over is available at:
> https://dist.apache.org/repos/dist/dev/incubator/juneau/sour
> ce/juneau-6.4.0-incubating-RC1/
>
> SHA-1 checksums:
> 0d04cf1808e0d46e1f2025d085b5fa104be99e38
> apache-juneau-6.4.0-incubating-src.zip
> b456a34aa6b7c36abf7208b391734f16c0634ca5
> apache-juneau-6.4.0-incubating-bin.zip
>
> MD5 checksums:
> cca93858b1653150c2ab06d170dcf60f apache-juneau-6.4.0-incubating-src.zip
> 23183baf4364c987dabb7ad112a04db0 apache-juneau-6.4.0-incubating-bin.zip
>
> Build the release candidate using:
> mvn clean install
>
> The release candidate is signed with a GPG key available at:
> https://dist.apache.org/repos/dist/release/incubator/juneau/KEYS
>
> A staged Maven repository is available for review at:
> https://repository.apache.org/content/repositories/orgapachejuneau-1015/
>
> The Git commit for this release is...
> https://git-wip-us.apache.org/repos/asf?p=incubator-juneau.g
> it;a=commit;h=231c3b226762e08de1250be681e2b5be680d7ff8
>
> Please vote on releasing this package as:
> Apache Juneau 6.4.0-incubating
>
> This vote will be open until 13-Sep-2017 7:30pm EST and passes if a
> majority of at least three +1 Apache Juneau PPMC votes are cast.
>
> [ ] +1 Release this package
> [ ] 0 I don't feel strongly about it, but don't object
> [ ] -1 Do not release this package because...
>
> Anyone can participate in testing and voting, not just committers, please
> feel free to try out the release candidate and provide your votes.
>
>
>

Re: [VOTE] Release Apache Juneau 6.4.0-incubating RC1

Posted by James Bognar <ja...@apache.org>.
Thanks Raphi!

I validated your change locally.  No problems.

What is your vote otherwise?  Do you think this requires another release
candidate?

On Wed, Sep 13, 2017 at 12:23 AM, Raphi D Lee <yi...@gmail.com> wrote:

>
> Hi all,
>
> I’ve tried to build this release and faced Test Fail like below
>
> Failed tests:
>   DataConversionTest.testObjectSwaps:153 expected:<Jan 1[2], 2001> but
> was:<Jan 1[1], 2001>
>   CalendarSwapTest.testBeanProperyFilterHtml:198
> expected:<-2172115000000> but was:<-2172116928000>
>   CalendarSwapTest.testBeanProperyFilterJson:162
> expected:<-2172115000000> but was:<-2172116928000>
>   CalendarSwapTest.testBeanProperyFilterUon:217 expected:<-2172115000000>
> but was:<-2172116928000>
>   CalendarSwapTest.testBeanProperyFilterUrlEncoding:240
> expected:<-2172115000000> but was:<-2172116928000>
>   CalendarSwapTest.testBeanProperyFilterXml:180 expected:<-2172115000000>
> but was:<-2172116928000>
>
>
> So, I made some code changes and committed.
> Please take a look my changes.
>
>
> Thanks
>
>
>
>
> Raphi D Lee, yidonguk@gmail.com
>
>
>
>
> 2017. 9. 13. 오전 12:21, Steve Blackmon <sb...@apache.org> 작성:
>
> +1 (binding)
>
> - confirmed SUCCESS from mvn clean install
> - checked md5 and shasum for bin and src release artifacts
> - verified gpg signatures
>
> Steve
>
> On Sep 10, 2017 at 6:27 PM, James Bognar <ja...@apache.org> wrote:
>
>
> I am pleased to be calling this vote for the source release of Apache
> Juneau 6.4.0-incubating RC1.
>
> The list of new features can be found here:
> http://juneau.incubator.apache.org/site/apidocs/
> overview-summary.html#6.4.0
>
> The binaries are available at:
> https://dist.apache.org/repos/dist/dev/incubator/juneau/
> binaries/juneau-6.4.0-incubating-RC1/
>
> The release candidate to be voted over is available at:
> https://dist.apache.org/repos/dist/dev/incubator/juneau/
> source/juneau-6.4.0-incubating-RC1/
>
> SHA-1 checksums:
> 0d04cf1808e0d46e1f2025d085b5fa104be99e38
> apache-juneau-6.4.0-incubating-src.zip
> b456a34aa6b7c36abf7208b391734f16c0634ca5
> apache-juneau-6.4.0-incubating-bin.zip
>
> MD5 checksums:
> cca93858b1653150c2ab06d170dcf60f apache-juneau-6.4.0-incubating-src.zip
> 23183baf4364c987dabb7ad112a04db0 apache-juneau-6.4.0-incubating-bin.zip
>
> Build the release candidate using:
> mvn clean install
>
> The release candidate is signed with a GPG key available at:
> https://dist.apache.org/repos/dist/release/incubator/juneau/KEYS
>
> A staged Maven repository is available for review at:
> https://repository.apache.org/content/repositories/orgapachejuneau-1015/
>
> The Git commit for this release is...
> https://git-wip-us.apache.org/repos/asf?p=incubator-juneau.git;a=commit;h=
> 231c3b226762e08de1250be681e2b5be680d7ff8
>
> Please vote on releasing this package as:
> Apache Juneau 6.4.0-incubating
>
> This vote will be open until 13-Sep-2017 7:30pm EST and passes if a
> majority of at least three +1 Apache Juneau PPMC votes are cast.
>
> [ ] +1 Release this package
> [ ] 0 I don't feel strongly about it, but don't object
> [ ] -1 Do not release this package because...
>
> Anyone can participate in testing and voting, not just committers, please
> feel free to try out the release candidate and provide your votes.
>
>
>

Re: [VOTE] Release Apache Juneau 6.4.0-incubating RC1

Posted by Raphi D Lee <yi...@gmail.com>.
Hi all,

I’ve tried to build this release and faced Test Fail like below

Failed tests: 
  DataConversionTest.testObjectSwaps:153 expected:<Jan 1[2], 2001> but was:<Jan 1[1], 2001>
  CalendarSwapTest.testBeanProperyFilterHtml:198 expected:<-2172115000000> but was:<-2172116928000>
  CalendarSwapTest.testBeanProperyFilterJson:162 expected:<-2172115000000> but was:<-2172116928000>
  CalendarSwapTest.testBeanProperyFilterUon:217 expected:<-2172115000000> but was:<-2172116928000>
  CalendarSwapTest.testBeanProperyFilterUrlEncoding:240 expected:<-2172115000000> but was:<-2172116928000>
  CalendarSwapTest.testBeanProperyFilterXml:180 expected:<-2172115000000> but was:<-2172116928000>


So, I made some code changes and committed.
Please take a look my changes.


Thanks




Raphi D Lee, yidonguk@gmail.com




> 2017. 9. 13. 오전 12:21, Steve Blackmon <sb...@apache.org> 작성:
> 
> +1 (binding)
> 
> - confirmed SUCCESS from mvn clean install
> - checked md5 and shasum for bin and src release artifacts
> - verified gpg signatures
> 
> Steve
> 
> On Sep 10, 2017 at 6:27 PM, James Bognar <ja...@apache.org> wrote:
> 
> 
> I am pleased to be calling this vote for the source release of Apache
> Juneau 6.4.0-incubating RC1.
> 
> The list of new features can be found here:
> http://juneau.incubator.apache.org/site/apidocs/overview-summary.html#6.4.0
> 
> The binaries are available at:
> https://dist.apache.org/repos/dist/dev/incubator/juneau/binaries/juneau-6.4.0-incubating-RC1/
> 
> The release candidate to be voted over is available at:
> https://dist.apache.org/repos/dist/dev/incubator/juneau/source/juneau-6.4.0-incubating-RC1/
> 
> SHA-1 checksums:
> 0d04cf1808e0d46e1f2025d085b5fa104be99e38
> apache-juneau-6.4.0-incubating-src.zip
> b456a34aa6b7c36abf7208b391734f16c0634ca5
> apache-juneau-6.4.0-incubating-bin.zip
> 
> MD5 checksums:
> cca93858b1653150c2ab06d170dcf60f apache-juneau-6.4.0-incubating-src.zip
> 23183baf4364c987dabb7ad112a04db0 apache-juneau-6.4.0-incubating-bin.zip
> 
> Build the release candidate using:
> mvn clean install
> 
> The release candidate is signed with a GPG key available at:
> https://dist.apache.org/repos/dist/release/incubator/juneau/KEYS
> 
> A staged Maven repository is available for review at:
> https://repository.apache.org/content/repositories/orgapachejuneau-1015/
> 
> The Git commit for this release is...
> https://git-wip-us.apache.org/repos/asf?p=incubator-juneau.git;a=commit;h=231c3b226762e08de1250be681e2b5be680d7ff8
> 
> Please vote on releasing this package as:
> Apache Juneau 6.4.0-incubating
> 
> This vote will be open until 13-Sep-2017 7:30pm EST and passes if a
> majority of at least three +1 Apache Juneau PPMC votes are cast.
> 
> [ ] +1 Release this package
> [ ] 0 I don't feel strongly about it, but don't object
> [ ] -1 Do not release this package because...
> 
> Anyone can participate in testing and voting, not just committers, please
> feel free to try out the release candidate and provide your votes.


Re: [VOTE] Release Apache Juneau 6.4.0-incubating RC1

Posted by Steve Blackmon <sb...@apache.org>.
+1 (binding)

- confirmed SUCCESS from mvn clean install
- checked md5 and shasum for bin and src release artifacts
- verified gpg signatures

Steve

On Sep 10, 2017 at 6:27 PM, James Bognar <ja...@apache.org> wrote:


I am pleased to be calling this vote for the source release of Apache
Juneau 6.4.0-incubating RC1.

The list of new features can be found here:
http://juneau.incubator.apache.org/site/apidocs/overview-summary.html#6.4.0

The binaries are available at:
https://dist.apache.org/repos/dist/dev/incubator/juneau/binaries/juneau-6.4.0-incubating-RC1/

The release candidate to be voted over is available at:
https://dist.apache.org/repos/dist/dev/incubator/juneau/source/juneau-6.4.0-incubating-RC1/

SHA-1 checksums:
0d04cf1808e0d46e1f2025d085b5fa104be99e38
apache-juneau-6.4.0-incubating-src.zip
b456a34aa6b7c36abf7208b391734f16c0634ca5
apache-juneau-6.4.0-incubating-bin.zip

MD5 checksums:
cca93858b1653150c2ab06d170dcf60f apache-juneau-6.4.0-incubating-src.zip
23183baf4364c987dabb7ad112a04db0 apache-juneau-6.4.0-incubating-bin.zip

Build the release candidate using:
mvn clean install

The release candidate is signed with a GPG key available at:
https://dist.apache.org/repos/dist/release/incubator/juneau/KEYS

A staged Maven repository is available for review at:
https://repository.apache.org/content/repositories/orgapachejuneau-1015/

The Git commit for this release is...
https://git-wip-us.apache.org/repos/asf?p=incubator-juneau.git;a=commit;h=231c3b226762e08de1250be681e2b5be680d7ff8

Please vote on releasing this package as:
Apache Juneau 6.4.0-incubating

This vote will be open until 13-Sep-2017 7:30pm EST and passes if a
majority of at least three +1 Apache Juneau PPMC votes are cast.

[ ] +1 Release this package
[ ] 0 I don't feel strongly about it, but don't object
[ ] -1 Do not release this package because...

Anyone can participate in testing and voting, not just committers, please
feel free to try out the release candidate and provide your votes.