You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Gary Gregory <ga...@gmail.com> on 2022/01/01 02:04:26 UTC

[net] Build broken by commit "Prevent serialization"

Hi All & Sebb,

Git bisect tells me the commit below broke the build and it's been broken
ever since. Please run a local build before you commit.

991b775f2052e150c4c16d1c1cd2073021d40c2e is the first bad commit
commit 991b775f2052e150c4c16d1c1cd2073021d40c2e
Author: Sebb <se...@apache.org>
Date:   Wed Dec 15 00:18:48 2021 +0000

    Prevent serialization

    It is not useful and is unlikely to work properly.

 src/changes/changes.xml                              |  4 ++++
 .../apache/commons/net/ProtocolCommandSupport.java   | 18
+++++++++++++++++-
 .../java/org/apache/commons/net/ftp/FTPFile.java     | 20
+++++++++++++++++++-
 .../java/org/apache/commons/net/ntp/TimeStamp.java   | 16 ++++++++++++++++
 .../org/apache/commons/net/util/ListenerList.java    | 15 +++++++++++++++
 5 files changed, 71 insertions(+), 2 deletions(-)

Please revert or fix.

[ERROR] Failures:
[ERROR]   FTPTimestampParserImplTest.testParseTimestampWithSlop:474
test.slop.roll.back.year expected:<1> but was:<0>

TY,
Gary

Re: [net] Build broken by commit "Prevent serialization"

Posted by Xeno Amess <xe...@gmail.com>.
I see the codes.

have no idea whether it cause the ci fail, but I do think the codes there
be wrong.

bug fixed provided at
https://issues.apache.org/jira/projects/NET/issues/NET-708?filter=reportedbyme

please check it, thanks.


Xeno Amess <xe...@gmail.com> 于2022年1月1日周六 21:12写道:

> WAIT, I see codes in commons-net then really found several YYYY in date
> format...
>
> Might they be the troubler?
>
>
> https://ericasadun.com/2018/12/25/iso-8601-yyyy-yyyy-and-why-your-year-may-be-wrong/
>
> IMAPExportMbox
> POP3ExportMbox
>
> Xeno Amess <xe...@gmail.com> 于2022年1月1日周六 21:06写道:
>
>> something break the last week of a year and works the next year...
>>
>> a smell of yyyy YYYY thing.
>>
>> Gary Gregory <ga...@gmail.com> 于2022年1月1日周六 20:56写道:
>>
>>> Good: We are back to green builds on GitHub
>>> https://github.com/apache/commons-net/actions and Jenkins.
>>>
>>> Gary
>>>
>>> On Sat, Jan 1, 2022 at 7:46 AM Gary Gregory <ga...@gmail.com>
>>> wrote:
>>>
>>> > Wow, so there is some odd set up in the test that does not account for
>>> > being run near the start of a year!
>>> >
>>> > Gary
>>> >
>>> > On Sat, Jan 1, 2022, 07:32 Gilles Sadowski <gi...@gmail.com>
>>> wrote:
>>> >
>>> >> Le sam. 1 janv. 2022 à 03:24, Gilles Sadowski <gi...@gmail.com>
>>> a
>>> >> écrit :
>>> >> >
>>> >> > Hello.
>>> >> >
>>> >> > Le sam. 1 janv. 2022 à 03:04, Gary Gregory <ga...@gmail.com>
>>> a
>>> >> écrit :
>>> >> > >
>>> >> > > Hi All & Sebb,
>>> >> > >
>>> >> > > Git bisect tells me the commit below broke the build and it's been
>>> >> broken
>>> >> > > ever since. Please run a local build before you commit.
>>> >> > >
>>> >> > > 991b775f2052e150c4c16d1c1cd2073021d40c2e is the first bad commit
>>> >> > > commit 991b775f2052e150c4c16d1c1cd2073021d40c2e
>>> >> > > Author: Sebb <se...@apache.org>
>>> >> > > Date:   Wed Dec 15 00:18:48 2021 +0000
>>> >> > >
>>> >> > >     Prevent serialization
>>> >> > >
>>> >> > >     It is not useful and is unlikely to work properly.
>>> >> > >
>>> >> > >  src/changes/changes.xml                              |  4 ++++
>>> >> > >  .../apache/commons/net/ProtocolCommandSupport.java   | 18
>>> >> > > +++++++++++++++++-
>>> >> > >  .../java/org/apache/commons/net/ftp/FTPFile.java     | 20
>>> >> > > +++++++++++++++++++-
>>> >> > >  .../java/org/apache/commons/net/ntp/TimeStamp.java   | 16
>>> >> ++++++++++++++++
>>> >> > >  .../org/apache/commons/net/util/ListenerList.java    | 15
>>> >> +++++++++++++++
>>> >> > >  5 files changed, 71 insertions(+), 2 deletions(-)
>>> >> > >
>>> >> > > Please revert or fix.
>>> >> > >
>>> >> > > [ERROR] Failures:
>>> >> > > [ERROR]
>>>  FTPTimestampParserImplTest.testParseTimestampWithSlop:474
>>> >> > > test.slop.roll.back.year expected:<1> but was:<0>
>>> >> >
>>> >> > Here I don't get that error, but another one:
>>> >> > ---CUT---
>>> >> > [INFO] Results:
>>> >> > [INFO]
>>> >> > [ERROR] Failures:
>>> >> > [ERROR]
>>> >>  FTPTimestampParserImplTest.testParseTimestampAcrossTimeZones:437
>>> >> > rollback.even.with.time.zones expected:<1> but was:<2>
>>> >> > ---CUT---
>>> >> >
>>> >> > This one is also reported by Jenkins:
>>> >> >
>>> https://builds.apache.org/job/Commons/job/commons-net/205/console
>>> >> >
>>> >> > It seems that several Jenkins builds were successful *after*
>>> >> > the "Prevent serialization" commit.
>>> >>
>>> >> This failure has now vanished both from the local build and from
>>> >> Jenkins.[1]
>>> >> Hence, I suspect a fragile unit test that fails at the turn of the
>>> year...
>>> >>
>>> >> Gilles
>>> >>
>>> >> [1] https://ci-builds.apache.org/job/Commons/job/commons-net/209
>>> >>
>>> >> ---------------------------------------------------------------------
>>> >> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>> >> For additional commands, e-mail: dev-help@commons.apache.org
>>> >>
>>> >>
>>>
>>

Re: [net] Build broken by commit "Prevent serialization"

Posted by Xeno Amess <xe...@gmail.com>.
WAIT, I see codes in commons-net then really found several YYYY in date
format...

Might they be the troubler?

https://ericasadun.com/2018/12/25/iso-8601-yyyy-yyyy-and-why-your-year-may-be-wrong/

IMAPExportMbox
POP3ExportMbox

Xeno Amess <xe...@gmail.com> 于2022年1月1日周六 21:06写道:

> something break the last week of a year and works the next year...
>
> a smell of yyyy YYYY thing.
>
> Gary Gregory <ga...@gmail.com> 于2022年1月1日周六 20:56写道:
>
>> Good: We are back to green builds on GitHub
>> https://github.com/apache/commons-net/actions and Jenkins.
>>
>> Gary
>>
>> On Sat, Jan 1, 2022 at 7:46 AM Gary Gregory <ga...@gmail.com>
>> wrote:
>>
>> > Wow, so there is some odd set up in the test that does not account for
>> > being run near the start of a year!
>> >
>> > Gary
>> >
>> > On Sat, Jan 1, 2022, 07:32 Gilles Sadowski <gi...@gmail.com>
>> wrote:
>> >
>> >> Le sam. 1 janv. 2022 à 03:24, Gilles Sadowski <gi...@gmail.com> a
>> >> écrit :
>> >> >
>> >> > Hello.
>> >> >
>> >> > Le sam. 1 janv. 2022 à 03:04, Gary Gregory <ga...@gmail.com>
>> a
>> >> écrit :
>> >> > >
>> >> > > Hi All & Sebb,
>> >> > >
>> >> > > Git bisect tells me the commit below broke the build and it's been
>> >> broken
>> >> > > ever since. Please run a local build before you commit.
>> >> > >
>> >> > > 991b775f2052e150c4c16d1c1cd2073021d40c2e is the first bad commit
>> >> > > commit 991b775f2052e150c4c16d1c1cd2073021d40c2e
>> >> > > Author: Sebb <se...@apache.org>
>> >> > > Date:   Wed Dec 15 00:18:48 2021 +0000
>> >> > >
>> >> > >     Prevent serialization
>> >> > >
>> >> > >     It is not useful and is unlikely to work properly.
>> >> > >
>> >> > >  src/changes/changes.xml                              |  4 ++++
>> >> > >  .../apache/commons/net/ProtocolCommandSupport.java   | 18
>> >> > > +++++++++++++++++-
>> >> > >  .../java/org/apache/commons/net/ftp/FTPFile.java     | 20
>> >> > > +++++++++++++++++++-
>> >> > >  .../java/org/apache/commons/net/ntp/TimeStamp.java   | 16
>> >> ++++++++++++++++
>> >> > >  .../org/apache/commons/net/util/ListenerList.java    | 15
>> >> +++++++++++++++
>> >> > >  5 files changed, 71 insertions(+), 2 deletions(-)
>> >> > >
>> >> > > Please revert or fix.
>> >> > >
>> >> > > [ERROR] Failures:
>> >> > > [ERROR]   FTPTimestampParserImplTest.testParseTimestampWithSlop:474
>> >> > > test.slop.roll.back.year expected:<1> but was:<0>
>> >> >
>> >> > Here I don't get that error, but another one:
>> >> > ---CUT---
>> >> > [INFO] Results:
>> >> > [INFO]
>> >> > [ERROR] Failures:
>> >> > [ERROR]
>> >>  FTPTimestampParserImplTest.testParseTimestampAcrossTimeZones:437
>> >> > rollback.even.with.time.zones expected:<1> but was:<2>
>> >> > ---CUT---
>> >> >
>> >> > This one is also reported by Jenkins:
>> >> >
>> https://builds.apache.org/job/Commons/job/commons-net/205/console
>> >> >
>> >> > It seems that several Jenkins builds were successful *after*
>> >> > the "Prevent serialization" commit.
>> >>
>> >> This failure has now vanished both from the local build and from
>> >> Jenkins.[1]
>> >> Hence, I suspect a fragile unit test that fails at the turn of the
>> year...
>> >>
>> >> Gilles
>> >>
>> >> [1] https://ci-builds.apache.org/job/Commons/job/commons-net/209
>> >>
>> >> ---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> >> For additional commands, e-mail: dev-help@commons.apache.org
>> >>
>> >>
>>
>

Re: [net] Build broken by commit "Prevent serialization"

Posted by Xeno Amess <xe...@gmail.com>.
something break the last week of a year and works the next year...

a smell of yyyy YYYY thing.

Gary Gregory <ga...@gmail.com> 于2022年1月1日周六 20:56写道:

> Good: We are back to green builds on GitHub
> https://github.com/apache/commons-net/actions and Jenkins.
>
> Gary
>
> On Sat, Jan 1, 2022 at 7:46 AM Gary Gregory <ga...@gmail.com>
> wrote:
>
> > Wow, so there is some odd set up in the test that does not account for
> > being run near the start of a year!
> >
> > Gary
> >
> > On Sat, Jan 1, 2022, 07:32 Gilles Sadowski <gi...@gmail.com> wrote:
> >
> >> Le sam. 1 janv. 2022 à 03:24, Gilles Sadowski <gi...@gmail.com> a
> >> écrit :
> >> >
> >> > Hello.
> >> >
> >> > Le sam. 1 janv. 2022 à 03:04, Gary Gregory <ga...@gmail.com> a
> >> écrit :
> >> > >
> >> > > Hi All & Sebb,
> >> > >
> >> > > Git bisect tells me the commit below broke the build and it's been
> >> broken
> >> > > ever since. Please run a local build before you commit.
> >> > >
> >> > > 991b775f2052e150c4c16d1c1cd2073021d40c2e is the first bad commit
> >> > > commit 991b775f2052e150c4c16d1c1cd2073021d40c2e
> >> > > Author: Sebb <se...@apache.org>
> >> > > Date:   Wed Dec 15 00:18:48 2021 +0000
> >> > >
> >> > >     Prevent serialization
> >> > >
> >> > >     It is not useful and is unlikely to work properly.
> >> > >
> >> > >  src/changes/changes.xml                              |  4 ++++
> >> > >  .../apache/commons/net/ProtocolCommandSupport.java   | 18
> >> > > +++++++++++++++++-
> >> > >  .../java/org/apache/commons/net/ftp/FTPFile.java     | 20
> >> > > +++++++++++++++++++-
> >> > >  .../java/org/apache/commons/net/ntp/TimeStamp.java   | 16
> >> ++++++++++++++++
> >> > >  .../org/apache/commons/net/util/ListenerList.java    | 15
> >> +++++++++++++++
> >> > >  5 files changed, 71 insertions(+), 2 deletions(-)
> >> > >
> >> > > Please revert or fix.
> >> > >
> >> > > [ERROR] Failures:
> >> > > [ERROR]   FTPTimestampParserImplTest.testParseTimestampWithSlop:474
> >> > > test.slop.roll.back.year expected:<1> but was:<0>
> >> >
> >> > Here I don't get that error, but another one:
> >> > ---CUT---
> >> > [INFO] Results:
> >> > [INFO]
> >> > [ERROR] Failures:
> >> > [ERROR]
> >>  FTPTimestampParserImplTest.testParseTimestampAcrossTimeZones:437
> >> > rollback.even.with.time.zones expected:<1> but was:<2>
> >> > ---CUT---
> >> >
> >> > This one is also reported by Jenkins:
> >> >     https://builds.apache.org/job/Commons/job/commons-net/205/console
> >> >
> >> > It seems that several Jenkins builds were successful *after*
> >> > the "Prevent serialization" commit.
> >>
> >> This failure has now vanished both from the local build and from
> >> Jenkins.[1]
> >> Hence, I suspect a fragile unit test that fails at the turn of the
> year...
> >>
> >> Gilles
> >>
> >> [1] https://ci-builds.apache.org/job/Commons/job/commons-net/209
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> >> For additional commands, e-mail: dev-help@commons.apache.org
> >>
> >>
>

Re: [net] Build broken by commit "Prevent serialization"

Posted by Gary Gregory <ga...@gmail.com>.
Good: We are back to green builds on GitHub
https://github.com/apache/commons-net/actions and Jenkins.

Gary

On Sat, Jan 1, 2022 at 7:46 AM Gary Gregory <ga...@gmail.com> wrote:

> Wow, so there is some odd set up in the test that does not account for
> being run near the start of a year!
>
> Gary
>
> On Sat, Jan 1, 2022, 07:32 Gilles Sadowski <gi...@gmail.com> wrote:
>
>> Le sam. 1 janv. 2022 à 03:24, Gilles Sadowski <gi...@gmail.com> a
>> écrit :
>> >
>> > Hello.
>> >
>> > Le sam. 1 janv. 2022 à 03:04, Gary Gregory <ga...@gmail.com> a
>> écrit :
>> > >
>> > > Hi All & Sebb,
>> > >
>> > > Git bisect tells me the commit below broke the build and it's been
>> broken
>> > > ever since. Please run a local build before you commit.
>> > >
>> > > 991b775f2052e150c4c16d1c1cd2073021d40c2e is the first bad commit
>> > > commit 991b775f2052e150c4c16d1c1cd2073021d40c2e
>> > > Author: Sebb <se...@apache.org>
>> > > Date:   Wed Dec 15 00:18:48 2021 +0000
>> > >
>> > >     Prevent serialization
>> > >
>> > >     It is not useful and is unlikely to work properly.
>> > >
>> > >  src/changes/changes.xml                              |  4 ++++
>> > >  .../apache/commons/net/ProtocolCommandSupport.java   | 18
>> > > +++++++++++++++++-
>> > >  .../java/org/apache/commons/net/ftp/FTPFile.java     | 20
>> > > +++++++++++++++++++-
>> > >  .../java/org/apache/commons/net/ntp/TimeStamp.java   | 16
>> ++++++++++++++++
>> > >  .../org/apache/commons/net/util/ListenerList.java    | 15
>> +++++++++++++++
>> > >  5 files changed, 71 insertions(+), 2 deletions(-)
>> > >
>> > > Please revert or fix.
>> > >
>> > > [ERROR] Failures:
>> > > [ERROR]   FTPTimestampParserImplTest.testParseTimestampWithSlop:474
>> > > test.slop.roll.back.year expected:<1> but was:<0>
>> >
>> > Here I don't get that error, but another one:
>> > ---CUT---
>> > [INFO] Results:
>> > [INFO]
>> > [ERROR] Failures:
>> > [ERROR]
>>  FTPTimestampParserImplTest.testParseTimestampAcrossTimeZones:437
>> > rollback.even.with.time.zones expected:<1> but was:<2>
>> > ---CUT---
>> >
>> > This one is also reported by Jenkins:
>> >     https://builds.apache.org/job/Commons/job/commons-net/205/console
>> >
>> > It seems that several Jenkins builds were successful *after*
>> > the "Prevent serialization" commit.
>>
>> This failure has now vanished both from the local build and from
>> Jenkins.[1]
>> Hence, I suspect a fragile unit test that fails at the turn of the year...
>>
>> Gilles
>>
>> [1] https://ci-builds.apache.org/job/Commons/job/commons-net/209
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>>

Re: [net] Build broken by commit "Prevent serialization"

Posted by Gary Gregory <ga...@gmail.com>.
Wow, so there is some odd set up in the test that does not account for
being run near the start of a year!

Gary

On Sat, Jan 1, 2022, 07:32 Gilles Sadowski <gi...@gmail.com> wrote:

> Le sam. 1 janv. 2022 à 03:24, Gilles Sadowski <gi...@gmail.com> a
> écrit :
> >
> > Hello.
> >
> > Le sam. 1 janv. 2022 à 03:04, Gary Gregory <ga...@gmail.com> a
> écrit :
> > >
> > > Hi All & Sebb,
> > >
> > > Git bisect tells me the commit below broke the build and it's been
> broken
> > > ever since. Please run a local build before you commit.
> > >
> > > 991b775f2052e150c4c16d1c1cd2073021d40c2e is the first bad commit
> > > commit 991b775f2052e150c4c16d1c1cd2073021d40c2e
> > > Author: Sebb <se...@apache.org>
> > > Date:   Wed Dec 15 00:18:48 2021 +0000
> > >
> > >     Prevent serialization
> > >
> > >     It is not useful and is unlikely to work properly.
> > >
> > >  src/changes/changes.xml                              |  4 ++++
> > >  .../apache/commons/net/ProtocolCommandSupport.java   | 18
> > > +++++++++++++++++-
> > >  .../java/org/apache/commons/net/ftp/FTPFile.java     | 20
> > > +++++++++++++++++++-
> > >  .../java/org/apache/commons/net/ntp/TimeStamp.java   | 16
> ++++++++++++++++
> > >  .../org/apache/commons/net/util/ListenerList.java    | 15
> +++++++++++++++
> > >  5 files changed, 71 insertions(+), 2 deletions(-)
> > >
> > > Please revert or fix.
> > >
> > > [ERROR] Failures:
> > > [ERROR]   FTPTimestampParserImplTest.testParseTimestampWithSlop:474
> > > test.slop.roll.back.year expected:<1> but was:<0>
> >
> > Here I don't get that error, but another one:
> > ---CUT---
> > [INFO] Results:
> > [INFO]
> > [ERROR] Failures:
> > [ERROR]
>  FTPTimestampParserImplTest.testParseTimestampAcrossTimeZones:437
> > rollback.even.with.time.zones expected:<1> but was:<2>
> > ---CUT---
> >
> > This one is also reported by Jenkins:
> >     https://builds.apache.org/job/Commons/job/commons-net/205/console
> >
> > It seems that several Jenkins builds were successful *after*
> > the "Prevent serialization" commit.
>
> This failure has now vanished both from the local build and from
> Jenkins.[1]
> Hence, I suspect a fragile unit test that fails at the turn of the year...
>
> Gilles
>
> [1] https://ci-builds.apache.org/job/Commons/job/commons-net/209
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>

Re: [net] Build broken by commit "Prevent serialization"

Posted by Gilles Sadowski <gi...@gmail.com>.
Le sam. 1 janv. 2022 à 03:24, Gilles Sadowski <gi...@gmail.com> a écrit :
>
> Hello.
>
> Le sam. 1 janv. 2022 à 03:04, Gary Gregory <ga...@gmail.com> a écrit :
> >
> > Hi All & Sebb,
> >
> > Git bisect tells me the commit below broke the build and it's been broken
> > ever since. Please run a local build before you commit.
> >
> > 991b775f2052e150c4c16d1c1cd2073021d40c2e is the first bad commit
> > commit 991b775f2052e150c4c16d1c1cd2073021d40c2e
> > Author: Sebb <se...@apache.org>
> > Date:   Wed Dec 15 00:18:48 2021 +0000
> >
> >     Prevent serialization
> >
> >     It is not useful and is unlikely to work properly.
> >
> >  src/changes/changes.xml                              |  4 ++++
> >  .../apache/commons/net/ProtocolCommandSupport.java   | 18
> > +++++++++++++++++-
> >  .../java/org/apache/commons/net/ftp/FTPFile.java     | 20
> > +++++++++++++++++++-
> >  .../java/org/apache/commons/net/ntp/TimeStamp.java   | 16 ++++++++++++++++
> >  .../org/apache/commons/net/util/ListenerList.java    | 15 +++++++++++++++
> >  5 files changed, 71 insertions(+), 2 deletions(-)
> >
> > Please revert or fix.
> >
> > [ERROR] Failures:
> > [ERROR]   FTPTimestampParserImplTest.testParseTimestampWithSlop:474
> > test.slop.roll.back.year expected:<1> but was:<0>
>
> Here I don't get that error, but another one:
> ---CUT---
> [INFO] Results:
> [INFO]
> [ERROR] Failures:
> [ERROR]   FTPTimestampParserImplTest.testParseTimestampAcrossTimeZones:437
> rollback.even.with.time.zones expected:<1> but was:<2>
> ---CUT---
>
> This one is also reported by Jenkins:
>     https://builds.apache.org/job/Commons/job/commons-net/205/console
>
> It seems that several Jenkins builds were successful *after*
> the "Prevent serialization" commit.

This failure has now vanished both from the local build and from
Jenkins.[1]
Hence, I suspect a fragile unit test that fails at the turn of the year...

Gilles

[1] https://ci-builds.apache.org/job/Commons/job/commons-net/209

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [net] Build broken by commit "Prevent serialization"

Posted by Gilles Sadowski <gi...@gmail.com>.
Hello.

Le sam. 1 janv. 2022 à 03:04, Gary Gregory <ga...@gmail.com> a écrit :
>
> Hi All & Sebb,
>
> Git bisect tells me the commit below broke the build and it's been broken
> ever since. Please run a local build before you commit.
>
> 991b775f2052e150c4c16d1c1cd2073021d40c2e is the first bad commit
> commit 991b775f2052e150c4c16d1c1cd2073021d40c2e
> Author: Sebb <se...@apache.org>
> Date:   Wed Dec 15 00:18:48 2021 +0000
>
>     Prevent serialization
>
>     It is not useful and is unlikely to work properly.
>
>  src/changes/changes.xml                              |  4 ++++
>  .../apache/commons/net/ProtocolCommandSupport.java   | 18
> +++++++++++++++++-
>  .../java/org/apache/commons/net/ftp/FTPFile.java     | 20
> +++++++++++++++++++-
>  .../java/org/apache/commons/net/ntp/TimeStamp.java   | 16 ++++++++++++++++
>  .../org/apache/commons/net/util/ListenerList.java    | 15 +++++++++++++++
>  5 files changed, 71 insertions(+), 2 deletions(-)
>
> Please revert or fix.
>
> [ERROR] Failures:
> [ERROR]   FTPTimestampParserImplTest.testParseTimestampWithSlop:474
> test.slop.roll.back.year expected:<1> but was:<0>

Here I don't get that error, but another one:
---CUT---
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR]   FTPTimestampParserImplTest.testParseTimestampAcrossTimeZones:437
rollback.even.with.time.zones expected:<1> but was:<2>
---CUT---

This one is also reported by Jenkins:
    https://builds.apache.org/job/Commons/job/commons-net/205/console

It seems that several Jenkins builds were successful *after*
the "Prevent serialization" commit.

Gilles

>
> TY,
> Gary

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org