Return-Path: X-Original-To: apmail-builds-archive@minotaur.apache.org Delivered-To: apmail-builds-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B2D697F9B for ; Sat, 24 Sep 2011 20:08:00 +0000 (UTC) Received: (qmail 40696 invoked by uid 500); 24 Sep 2011 20:08:00 -0000 Delivered-To: apmail-builds-archive@apache.org Received: (qmail 40625 invoked by uid 500); 24 Sep 2011 20:08:00 -0000 Mailing-List: contact builds-help@apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: builds@apache.org Delivered-To: mailing list builds@apache.org Received: (qmail 40617 invoked by uid 99); 24 Sep 2011 20:08:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Sep 2011 20:08:00 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=10 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [128.149.139.106] (HELO mail.jpl.nasa.gov) (128.149.139.106) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Sep 2011 20:07:55 +0000 Received: from mail.jpl.nasa.gov (altvirehtstap01.jpl.nasa.gov [128.149.137.72]) by smtp.jpl.nasa.gov (Switch-3.4.3/Switch-3.4.3) with ESMTP id p8OK7X4R030760 (using TLSv1/SSLv3 with cipher RC4-MD5 (128 bits) verified NO) for ; Sat, 24 Sep 2011 13:07:33 -0700 Received: from ALTPHYEMBEVSP20.RES.AD.JPL ([128.149.137.82]) by ALTVIREHTSTAP01.RES.AD.JPL ([128.149.137.72]) with mapi; Sat, 24 Sep 2011 13:07:33 -0700 From: "Mattmann, Chris A (388J)" To: "builds@apache.org" Date: Sat, 24 Sep 2011 13:07:31 -0700 Subject: =?iso-8859-1?Q?Re:_Jenkins_build_became_unstable:_oodt-trunk_=BB_Catalog_?= =?iso-8859-1?Q?and_Archive_Service_Generic_Multi-valued_Metadata_Containe?= =?iso-8859-1?Q?r_#7?= Thread-Topic: =?iso-8859-1?Q?Jenkins_build_became_unstable:_oodt-trunk_=BB_Catalog_and_?= =?iso-8859-1?Q?Archive_Service_Generic_Multi-valued_Metadata_Container_#7?= Thread-Index: Acx69ZhhuoteKetDQL+NdY0n+MBZfA== Message-ID: References: <1965987468.7671316401963522.JavaMail.hudson@aegis> <7BF2AA5C-3B1B-4695-935B-5CEB3E49F371@jpl.nasa.gov> <791D7908-91C6-4659-BC51-2A9EC8F3B981@jpl.nasa.gov> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Source-IP: altvirehtstap01.jpl.nasa.gov [128.149.137.72] X-Source-Sender: chris.a.mattmann@jpl.nasa.gov X-AUTH: Authorized Hey Oliver, Thanks very much for the help in tracking this down. I'll change=20 it to forkMode once and see if that fixes it locally for me. Thanks=20 also for pointing out the locale issue. I'll file an issue in OODT JIRA and try and get it tracked down. Thanks! Cheers, Chris On Sep 24, 2011, at 12:31 PM, Olivier Lamy wrote: > Hello, >=20 > 2011/9/24 Mattmann, Chris A (388J) : >> Hey Oliver, >>=20 >> I tried your suggestion but noticed we kept getting Spring errors >> about it not being able to find a class: >>=20 >> https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-metadata/15= /testReport/ >>=20 >> When I rolled back to surefire 2.8.1 this error went away. Though I'm no= t sure it's respecting >> the java.io.tmpdir property I set anymore, so I rolled back to the old w= ay (using systemProperties >> instead of systemPropertyVariables). > don't worry both are supported. >> Has anyone else experienced errors with surefire-2.9 and Spring? > Some class loader issue as you are using forkMode: never to avoid > class loader clash using the default forkMode: once is recommended. > I have tested locally with 2.9 and forkMode: once and it works. > Except a unit test locale dependant. >=20 > Failed tests: > testDoDynamicReplacement(org.apache.oodt.cas.metadata.util.TestPathUtils)= : > expected:<475000201[.]000> but was:<475000201[,]000> >=20 > Sorry I have a fr locale :-) >=20 > MBP-de-Olivier:oodt olamy$ locale > LANG=3D"fr_FR.UTF-8" > LC_COLLATE=3D"fr_FR.UTF-8" > LC_CTYPE=3D"fr_FR.UTF-8" > LC_MESSAGES=3D"fr_FR.UTF-8" > LC_MONETARY=3D"fr_FR.UTF-8" > LC_NUMERIC=3D"fr_FR.UTF-8" > LC_TIME=3D"fr_FR.UTF-8" > LC_ALL=3D >=20 >>=20 >> Cheers, >> Chris >>=20 >> On Sep 19, 2011, at 7:00 AM, Mattmann, Chris A (388J) wrote: >>=20 >>> Hi Oliver, >>>=20 >>> Thanks for the suggestion. I'll give it a whirl and see if that >>> fixes it! >>>=20 >>> Cheers, >>> Chris >>>=20 >>> On Sep 19, 2011, at 1:28 AM, Olivier Lamy wrote: >>>=20 >>>> Hello, >>>> A quick look on it, it maybe looks to be due to usage of >>>> java.io.tmpdir in unit tests : which is shared on solaris in /var/tmp. >>>>=20 >>>> As you are using maven I recommend you configure surefire to use an >>>> other tmpdir directory. >>>> This can be done easily with the following surefire configuration. >>>>=20 >>>> >>>> org.apache.maven.plugins >>>> maven-surefire-plugin >>>> 2.9 >>>> >>>> .... >>>> >>>> ${project.build.outputDirectory} >>>> >>>> .... >>>> >>>> >>>>=20 >>>> And at least with this configuration you will be able to see the file >>>> created as tmp files with the jenkins ui without shell access to the >>>> machine. >>>>=20 >>>> 2011/9/19 Mattmann, Chris A (388J) : >>>>> Hi builds@, >>>>>=20 >>>>> I sent an email the other day asking if I can get access to the box w= here the OODT >>>>> build was failing. Seems like OODT is building OK on Jenkins when it = runs on an >>>>> ubuntu box, e.g., see [1], however, it's failing on solaris (see belo= w). >>>>>=20 >>>>> Any chance I can jump on that solaris box and check it out? >>>>>=20 >>>>> Cheers, >>>>> Chris >>>>>=20 >>>>> [1] https://builds.apache.org/job/oodt-trunk/org.apache.oodt$cas-meta= data/6/ >>>>>=20 >>>>> Begin forwarded message: >>>>>=20 >>>>>> From: Apache Jenkins Server >>>>>> Date: September 18, 2011 8:12:43 PM PDT >>>>>> To: "dev@oodt.apache.org" >>>>>> Subject: Jenkins build became unstable: oodt-trunk =BB Catalog and A= rchive Service Generic Multi-valued Metadata Container #7 >>>>>> Reply-To: "dev@oodt.apache.org" >>>>>>=20 >>>>>> See >>>>>>=20 >>>>>>=20 >>>>>=20 >>>>>=20 >>>>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >>>>> Chris Mattmann, Ph.D. >>>>> Senior Computer Scientist >>>>> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA >>>>> Office: 171-266B, Mailstop: 171-246 >>>>> Email: chris.a.mattmann@nasa.gov >>>>> WWW: http://sunset.usc.edu/~mattmann/ >>>>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >>>>> Adjunct Assistant Professor, Computer Science Department >>>>> University of Southern California, Los Angeles, CA 90089 USA >>>>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >>>>>=20 >>>>>=20 >>>>=20 >>>>=20 >>>>=20 >>>> -- >>>> Olivier Lamy >>>> Talend : http://talend.com >>>> http://twitter.com/olamy | http://linkedin.com/in/olamy >>>=20 >>>=20 >>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >>> Chris Mattmann, Ph.D. >>> Senior Computer Scientist >>> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA >>> Office: 171-266B, Mailstop: 171-246 >>> Email: chris.a.mattmann@nasa.gov >>> WWW: http://sunset.usc.edu/~mattmann/ >>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >>> Adjunct Assistant Professor, Computer Science Department >>> University of Southern California, Los Angeles, CA 90089 USA >>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >>>=20 >>=20 >>=20 >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> Chris Mattmann, Ph.D. >> Senior Computer Scientist >> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA >> Office: 171-266B, Mailstop: 171-246 >> Email: chris.a.mattmann@nasa.gov >> WWW: http://sunset.usc.edu/~mattmann/ >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> Adjunct Assistant Professor, Computer Science Department >> University of Southern California, Los Angeles, CA 90089 USA >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >>=20 >>=20 >=20 >=20 >=20 > --=20 > Olivier Lamy > Talend : http://talend.com > http://twitter.com/olamy | http://linkedin.com/in/olamy ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Chris Mattmann, Ph.D. Senior Computer Scientist NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA Office: 171-266B, Mailstop: 171-246 Email: chris.a.mattmann@nasa.gov WWW: http://sunset.usc.edu/~mattmann/ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Adjunct Assistant Professor, Computer Science Department University of Southern California, Los Angeles, CA 90089 USA ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++