Re: Build failed in Jenkins: joshua_master #4

2016-04-01 Thread Andrew Bayer
Should be on any of the ubuntu-[1,2,4,5,6] boxes or H10 and H11. Otherwise,
probably not. As always, if you need system libraries installed, we
strongly advise you run your build in a docker container, where you can
control things like that.

A.

On Fri, Apr 1, 2016 at 9:18 AM, Lewis John Mcgibbney <
lewis.mcgibb...@gmail.com> wrote:

> Hi builds@,
> The named library is Boost http://www.boost.org/
> Is this library installed on any build slave?
>
> On Fri, Apr 1, 2016 at 7:29 AM, Matt Post <p...@cs.jhu.edu> wrote:
>
> > Thanks very much! Some of our tests are now passing (17/39), but now I
> see
> > that it is unable to locate boost:
> >
> >  [exec]   Unable to find the requested Boost libraries.
> >  [exec]
> >  [exec]   Boost version: 1.54.0
> >  [exec]
> >  [exec]   Boost include path: /usr/include
> >  [exec]
> >  [exec]   Could not find the following Boost libraries:
> >  [exec]
> >  [exec]   boost_system
> >  [exec]   boost_thread
> >  [exec]
> >  [exec]   Some (but not all) of the required Boost libraries were
> > found.  You may
> >  [exec]   need to install these additional Boost libraries.
> > Alternatively, set
> >  [exec]   BOOST_LIBRARYDIR to the directory containing Boost
> libraries
> > or BOOST_ROOT
> >  [exec]   to the location of Boost.
> >
> > Can you suggest what we can do to address this?
> >
> >
> > > On Apr 1, 2016, at 12:18 AM, Daniel Takamori <p...@apache.org> wrote:
> > >
> > > The node, ubuntu3, that this job ran on runs 12.04 for compatibility
> > > reasons and as such has an old version of cmake.  I've gone ahead and
> > > modified your job from the label "solaris||ubuntu" to
> > > "solaris||ubuntu&&!(ubuntu3)" to restrict to the newer 14.04 nodes.
> > >
> > > Cheers,
> > > -Pono
> > >
> > > On Fri, Apr 1, 2016 at 4:10 AM, Mattmann, Chris A (3980) <
> > > chris.a.mattm...@jpl.nasa.gov> wrote:
> > >
> > >> Send mail to bui...@apache.org, I’ve CC’ed them on this message.
> > >>
> > >> builds@, please help :)
> > >>
> > >> ++
> > >> Chris Mattmann, Ph.D.
> > >> Chief Architect
> > >> Instrument Software and Science Data Systems Section (398)
> > >> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> > >> Office: 168-519, Mailstop: 168-527
> > >> Email: chris.a.mattm...@nasa.gov
> > >> WWW:  http://sunset.usc.edu/~mattmann/
> > >> ++
> > >> Director, Information Retrieval and Data Science Group (IRDS)
> > >> Adjunct Associate Professor, Computer Science Department
> > >> University of Southern California, Los Angeles, CA 90089 USA
> > >> WWW: http://irds.usc.edu/
> > >> ++
> > >>
> > >>
> > >>
> > >>
> > >>
> > >> -Original Message-
> > >> From: Matt Post <p...@cs.jhu.edu>
> > >> Reply-To: "dev@joshua.incubator.apache.org"
> > >> <dev@joshua.incubator.apache.org>
> > >> Date: Thursday, March 31, 2016 at 4:59 PM
> > >> To: "dev@joshua.incubator.apache.org" <
> dev@joshua.incubator.apache.org>
> > >> Cc: "p...@jgeppert.com" <p...@jgeppert.com>
> > >> Subject: Re: Build failed in Jenkins: joshua_master #4
> > >>
> > >>> (To be clear, I'm asking if anyone knows how we can get a newer
> version
> > >>> of cmake installed on build.apache.org...)
> > >>>
> > >>>> On Mar 31, 2016, at 7:50 PM, Matt Post <p...@cs.jhu.edu> wrote:
> > >>>>
> > >>>> It looks like the first failure is at KenLM. I see:
> > >>>>
> > >>>> CMake Error at CMakeLists.txt:1 (cmake_minimum_required):
> > >>>>  [exec]   CMake 2.8.8 or higher is required.  You are
> running
> > >>>> version 2.8.7
> > >>>>
> > >>>> Is there any way that this can be fixed? CMake on my Mac is 3.4.3.
> > >>>
> > >>
> > >>
> >
> >
>
>
> --
> *Lewis*
>


Build failed in Jenkins: joshua_master #4

2016-03-29 Thread Apache Jenkins Server
See 

Changes:

[post] added JOSHUA env to kenlm build invocation

--
[...truncated 883 lines...]
[javac] 
/x1/jenkins/jenkins-slave/workspace/joshua_master/thrax/src/edu/jhu/thrax/hadoop/jobs/DistributionalContextSortingJob.java:27:
 warning: [deprecation] Job(Configuration,String) in Job has been deprecated
[javac] Job job = new Job(conf, "sorting");
[javac]   ^
[javac] 
/x1/jenkins/jenkins-slave/workspace/joshua_master/thrax/src/edu/jhu/thrax/hadoop/jobs/ExtractionJob.java:30:
 warning: [deprecation] Job(Configuration,String) in Job has been deprecated
[javac] Job job = new Job(conf, "extraction");
[javac]   ^
[javac] 
/x1/jenkins/jenkins-slave/workspace/joshua_master/thrax/src/edu/jhu/thrax/hadoop/jobs/FeatureCollectionJob.java:45:
 warning: [deprecation] Job(Configuration,String) in Job has been deprecated
[javac] Job job = new Job(conf, "collect");
[javac]   ^
[javac] 
/x1/jenkins/jenkins-slave/workspace/joshua_master/thrax/src/edu/jhu/thrax/hadoop/jobs/OutputJob.java:42:
 warning: [deprecation] Job(Configuration,String) in Job has been deprecated
[javac] Job job = new Job(conf, "collect");
[javac]   ^
[javac] 
/x1/jenkins/jenkins-slave/workspace/joshua_master/thrax/src/edu/jhu/thrax/hadoop/jobs/ParaphraseAggregationJob.java:29:
 warning: [deprecation] Job(Configuration,String) in Job has been deprecated
[javac] Job job = new Job(conf, "aggregate");
[javac]   ^
[javac] 
/x1/jenkins/jenkins-slave/workspace/joshua_master/thrax/src/edu/jhu/thrax/hadoop/jobs/ParaphrasePivotingJob.java:35:
 warning: [deprecation] Job(Configuration,String) in Job has been deprecated
[javac] Job job = new Job(conf, "pivoting");
[javac]   ^
[javac] 
/x1/jenkins/jenkins-slave/workspace/joshua_master/thrax/src/edu/jhu/thrax/hadoop/jobs/WordLexprobJob.java:36:
 warning: [deprecation] Job(Configuration,String) in Job has been deprecated
[javac] Job job = new Job(theConf, getName());
[javac]   ^
[javac] 
/x1/jenkins/jenkins-slave/workspace/joshua_master/thrax/src/edu/jhu/thrax/hadoop/jobs/VocabularyJob.java:31:
 warning: [deprecation] Job(Configuration,String) in Job has been deprecated
[javac] Job job = new Job(conf, "vocabulary");
[javac]   ^
[javac] 
/x1/jenkins/jenkins-slave/workspace/joshua_master/thrax/src/edu/jhu/thrax/hadoop/tools/ExtractionTool.java:47:
 warning: [deprecation] Job(Configuration,String) in Job has been deprecated
[javac] Job job = new Job(conf, "thrax");
[javac]   ^
[javac] 
/x1/jenkins/jenkins-slave/workspace/joshua_master/thrax/src/edu/jhu/thrax/hadoop/tools/FeatureTool.java:51:
 warning: [deprecation] Job(Configuration,String) in Job has been deprecated
[javac] Job job = new Job(conf, String.format("thrax-%s", 
featureName));
[javac]   ^
[javac] 
/x1/jenkins/jenkins-slave/workspace/joshua_master/thrax/src/edu/jhu/thrax/hadoop/tools/OutputTool.java:48:
 warning: [deprecation] Job(Configuration,String) in Job has been deprecated
[javac] Job job = new Job(conf, "thrax-collect");
[javac]   ^
[javac] 
/x1/jenkins/jenkins-slave/workspace/joshua_master/thrax/src/edu/jhu/thrax/hadoop/tools/SourceWordGivenTargetWordProbabilityTool.java:52:
 warning: [deprecation] Job(Configuration,String) in Job has been deprecated
[javac] Job job = new Job(conf, "thrax-sgt-word-lexprob");
[javac]   ^
[javac] 
/x1/jenkins/jenkins-slave/workspace/joshua_master/thrax/src/edu/jhu/thrax/hadoop/tools/TargetWordGivenSourceWordProbabilityTool.java:52:
 warning: [deprecation] Job(Configuration,String) in Job has been deprecated
[javac] Job job = new Job(conf, "thrax-tgs-word-lexprob");
[javac]   ^
[javac] 
/x1/jenkins/jenkins-slave/workspace/joshua_master/thrax/src/edu/jhu/thrax/tools/SequenceToGrammar.java:54:
 warning: [deprecation] Reader(FileSystem,Path,Configuration) in Reader has 
been deprecated
[javac] SequenceFile.Reader reader = new 
SequenceFile.Reader(FileSystem.getLocal(config), path, config);
[javac]  ^
[javac] 
/x1/jenkins/jenkins-slave/workspace/joshua_master/thrax/lib/hadoop-common-2.5.2.jar(org/apache/hadoop/io/DataOutputBuffer.class):
 warning: Cannot find annotation method 'value()' in type 'LimitedPrivate'
[javac] 
/x1/jenkins/jenkins-slave/workspace/joshua_master/thrax/src/edu/jhu/thrax/tools/SequenceToSignatures.java:78:
 warning: [deprecation] Reader(FileSystem,Path,Configuration) in Reader has 
been deprecated
[javac]   reader = new SequenceFile.Reader(FileSystem.getLocal(config), 
path, config);
[javac]^
[javac]