Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 May 2017 20:19:48 GMT
From:      pkg-fallout@FreeBSD.org
To:        bofh@FreeBSD.org
Cc:        pkg-fallout@FreeBSD.org
Subject:   [package - 110amd64-default][math/jakarta-commons-math] Failed for jakarta-commons-math-2.2_1 in build
Message-ID:  <201705202019.v4KKJmVH057278@beefy9.nyi.freebsd.org>

next in thread | raw e-mail | index | archive | help
You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer:     bofh@FreeBSD.org
Last committer: tijl@FreeBSD.org
Ident:          $FreeBSD: head/math/jakarta-commons-math/Makefile 431796 2017-01-18 13:20:31Z tijl $
Log URL:        http://beefy9.nyi.freebsd.org/data/110amd64-default/441279/logs/jakarta-commons-math-2.2_1.log
Build URL:      http://beefy9.nyi.freebsd.org/build.html?mastername=110amd64-default&build=441279
Log:

====>> Building math/jakarta-commons-math
build started at Sat May 20 20:16:35 UTC 2017
port directory: /usr/ports/math/jakarta-commons-math
building for: FreeBSD 110amd64-default-job-05 11.0-RELEASE-p10 FreeBSD 11.0-RELEASE-p10 amd64
maintained by: bofh@FreeBSD.org
Makefile ident:      $FreeBSD: head/math/jakarta-commons-math/Makefile 431796 2017-01-18 13:20:31Z tijl $
Poudriere version: 3.1.17-13-g7ce5ab6a
Host OSVERSION: 1200028
Jail OSVERSION: 1100122
Job Id: 05

---Begin Environment---
SHELL=/bin/csh
OSVERSION=1100122
UNAME_v=FreeBSD 11.0-RELEASE-p10
UNAME_r=11.0-RELEASE-p10
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/110amd64-default/ref
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
PKGNAME=jakarta-commons-math-2.2_1
OLDPWD=/
PWD=/usr/local/poudriere/data/.m/110amd64-default/ref/.p/pool
MASTERNAME=110amd64-default
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
POUDRIERE_VERSION=3.1.17-13-g7ce5ab6a
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
LIBEXECPREFIX=/usr/local/libexec/poudriere
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
POUDRIEREPATH=/usr/local/bin/poudriere
---End Environment---

---Begin OPTIONS List---
===> The following configuration options are available for jakarta-commons-math-2.2_1:
     DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
---End OPTIONS List---

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/math/jakarta-commons-math/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/jakarta-commons-math/work  HOME=/wrkdirs/usr/ports/math/jakarta-commons-math/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh LANG=en_US.ISO8859-1 LC_ALL=en_US.ISO8859-1
--End CONFIGURE_ENV--

--MAKE_ENV--
JAVA_HOME=/usr/local/openjdk7 XDG_DATA_HOME=/wrkdirs/usr/ports/math/jakarta-commons-math/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/jakarta-commons-math/work  HOME=/wrkdirs/usr/ports/math/jakarta-commons-math/work TMPDIR="/tmp" NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES LANG=en_US.ISO8859-1 LC_ALL=en_US.ISO8859-1 PREFIX=/usr/local  LOCALBASE=/usr/local  LIBDIR="/usr/lib"  CC="cc" CFLAGS="-O2 -pipe  -fstack-protector -fno-strict-aliasing"  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -fstack-protector" LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing "  MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -m 555"  BSD_INSTALL_LIB="install  -s -m 0644"  BSD_INSTALL_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
JAVASHAREDIR="share/java"
JAVAJARDIR="share/java/classes"
OSREL=11.0
PREFIX=%D
LOCALBASE=/usr/local
RESETPREFIX=/usr/local
PORTDOCS=""
PORTEXAMPLES=""
LIB32DIR=lib
DOCSDIR="share/doc/commons-math"
EXAMPLESDIR="share/examples/commons-math"
DATADIR="share/commons-math"
WWWDIR="www/commons-math"
ETCDIR="etc/commons-math"
--End PLIST_SUB--

--SUB_LIST--
JAVASHAREDIR="/usr/local/share/java"
JAVAJARDIR="/usr/local/share/java/classes"
JAVALIBDIR="/usr/local/share/java/classes"
JAVA_VERSION="1.6
1.7"
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/share/commons-math
DOCSDIR=/usr/local/share/doc/commons-math
EXAMPLESDIR=/usr/local/share/examples/commons-math
WWWDIR=/usr/local/www/commons-math
ETCDIR=/usr/local/etc/commons-math
--End SUB_LIST--

---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
#### /usr/local/etc/poudriere.d/make.conf ####
# XXX: We really need this but cannot use it while 'make checksum' does not
# try the next mirror on checksum failure.  It currently retries the same
# failed mirror and then fails rather then trying another.  It *does*
# try the next if the size is mismatched though.
#MASTER_SITE_FREEBSD=yes
# Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs
MAKE_JOBS_NUMBER=2
#### /usr/ports/Mk/Scripts/ports_env.sh ####
ARCH=amd64
CONFIGURE_MAX_CMD_LEN=262144
HAVE_COMPAT_IA32_KERN=YES
OPSYS=FreeBSD
OSREL=11.0
OSVERSION=1100122
PYTHONBASE=/usr/local
UID=0
_JAVA_OS_LIST_REGEXP=native\|linux
_JAVA_VENDOR_LIST_REGEXP=openjdk\|oracle\|sun
_JAVA_VERSION_LIST_REGEXP=1.6\|1.7\|1.8\|1.6+\|1.7+\|1.8+
_OSRELEASE=11.0-RELEASE-p10
#### Misc Poudriere ####
GID=0
DISABLE_MAKE_JOBS=poudriere
---End make.conf---
--Resource limits--
cpu time               (seconds, -t)  unlimited
file size           (512-blocks, -f)  unlimited
data seg size           (kbytes, -d)  33554432
stack size              (kbytes, -s)  524288
core file size      (512-blocks, -c)  unlimited
max memory size         (kbytes, -m)  unlimited
locked memory           (kbytes, -l)  unlimited
max user processes              (-u)  89999
open files                      (-n)  1024
virtual mem size        (kbytes, -v)  unlimited
swap limit              (kbytes, -w)  unlimited
socket buffer size       (bytes, -b)  unlimited
pseudo-terminals                (-p)  unlimited
kqueues                         (-k)  unlimited
umtx shared locks               (-o)  unlimited
--End resource limits--
=======================<phase: check-sanity   >============================
===>  License APACHE20 accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   jakarta-commons-math-2.2_1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.10.1.txz
[110amd64-default-job-05] Installing pkg-1.10.1...
[110amd64-default-job-05] Extracting pkg-1.10.1: .......... done
===>   jakarta-commons-math-2.2_1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of jakarta-commons-math-2.2_1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License APACHE20 accepted by the user
===> Fetching all distfiles required by jakarta-commons-math-2.2_1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License APACHE20 accepted by the user
===> Fetching all distfiles required by jakarta-commons-math-2.2_1 for building
=> SHA256 Checksum OK for commons-math-2.2-src.tar.gz.
=> SHA256 Checksum OK for junit-4.8.2.jar.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License APACHE20 accepted by the user
===> Fetching all distfiles required by jakarta-commons-math-2.2_1 for building
===>  Extracting for jakarta-commons-math-2.2_1
=> SHA256 Checksum OK for commons-math-2.2-src.tar.gz.
=> SHA256 Checksum OK for junit-4.8.2.jar.
/bin/mkdir -p /wrkdirs/usr/ports/math/jakarta-commons-math/work/commons-math-2.2-src/lib
cp -f /portdistfiles/junit-4.8.2.jar /wrkdirs/usr/ports/math/jakarta-commons-math/work/commons-math-2.2-src/lib/
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for jakarta-commons-math-2.2_1
===>  Applying FreeBSD patches for jakarta-commons-math-2.2_1
===========================================================================
=======================<phase: build-depends  >============================
===>   jakarta-commons-math-2.2_1 depends on file: /usr/local/openjdk7/bin/java - not found
===>   Installing existing package /packages/All/openjdk-7.111.01_4,1.txz
[110amd64-default-job-05] Installing openjdk-7.111.01_4,1...
[110amd64-default-job-05] `-- Installing alsa-lib-1.1.2...
[110amd64-default-job-05] `-- Extracting alsa-lib-1.1.2: .......... done
[110amd64-default-job-05] `-- Installing dejavu-2.37...
[110amd64-default-job-05] |   `-- Installing fontconfig-2.12.1,1...
[110amd64-default-job-05] |   | `-- Installing expat-2.2.0_1...
[110amd64-default-job-05] |   | `-- Extracting expat-2.2.0_1: .......... done
[110amd64-default-job-05] |   | `-- Installing freetype2-2.8...
[110amd64-default-job-05] |   | `-- Extracting freetype2-2.8: .......... done
[110amd64-default-job-05] |   `-- Extracting fontconfig-2.12.1,1: .......... done
Running fc-cache to build fontconfig cache...
/usr/local/share/fonts: skipping, no such directory
/usr/local/lib/X11/fonts: skipping, no such directory
/var/db/fontconfig: cleaning cache directory
fc-cache: succeeded
[110amd64-default-job-05] |   `-- Installing mkfontdir-1.0.7...
[110amd64-default-job-05] |   | `-- Installing mkfontscale-1.1.2...
[110amd64-default-job-05] |   |   `-- Installing libfontenc-1.1.3_1...
[110amd64-default-job-05] |   |   | `-- Installing xproto-7.0.31...
<snip>
    [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 sec
    [junit] Running org.apache.commons.math.optimization.general.LevenbergMarquardtOptimizerTest
    [junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.261 sec
    [junit] Running org.apache.commons.math.optimization.general.MinpackTest
    [junit] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.65 sec
    [junit] Running org.apache.commons.math.optimization.general.NonLinearConjugateGradientOptimizerTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.2 sec
    [junit] Running org.apache.commons.math.optimization.linear.SimplexSolverTest
    [junit] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.575 sec
    [junit] Running org.apache.commons.math.optimization.linear.SimplexTableauTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.222 sec
    [junit] Running org.apache.commons.math.optimization.univariate.BracketFinderTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec
    [junit] Running org.apache.commons.math.optimization.univariate.BrentOptimizerTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.197 sec
    [junit] Running org.apache.commons.math.random.AbstractRandomGeneratorTest
    [junit] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.873 sec
    [junit] Running org.apache.commons.math.random.CorrelatedRandomVectorGeneratorTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.223 sec
    [junit] Running org.apache.commons.math.random.EmpiricalDistributionTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.719 sec
    [junit] Running org.apache.commons.math.random.GaussianRandomGeneratorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec
    [junit] Running org.apache.commons.math.random.MersenneTwisterTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.241 sec
    [junit] Running org.apache.commons.math.random.RandomAdaptorTest
    [junit] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.142 sec
    [junit] Running org.apache.commons.math.random.RandomDataTest
    [junit] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.876 sec
    [junit] Running org.apache.commons.math.random.UncorrelatedRandomVectorGeneratorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec
    [junit] Running org.apache.commons.math.random.UniformRandomGeneratorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 sec
    [junit] Running org.apache.commons.math.random.ValueServerTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.376 sec
    [junit] Running org.apache.commons.math.random.Well1024aTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.445 sec
    [junit] Running org.apache.commons.math.random.Well19937aTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec
    [junit] Running org.apache.commons.math.random.Well19937cTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
    [junit] Running org.apache.commons.math.random.Well44497aTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec
    [junit] Running org.apache.commons.math.random.Well44497bTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
    [junit] Running org.apache.commons.math.random.Well512aTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
    [junit] Running org.apache.commons.math.special.BetaTest
    [junit] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 sec
    [junit] Running org.apache.commons.math.special.ErfTest
    [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 sec
    [junit] Running org.apache.commons.math.special.GammaTest
    [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 sec
    [junit] Running org.apache.commons.math.stat.CertifiedDataTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.393 sec
    [junit] Running org.apache.commons.math.stat.FrequencyTest
    [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec
    [junit] Running org.apache.commons.math.stat.StatUtilsTest
    [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.197 sec
    [junit] Running org.apache.commons.math.stat.clustering.EuclideanIntegerPointTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 sec
    [junit] Running org.apache.commons.math.stat.clustering.KMeansPlusPlusClustererTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.488 sec
    [junit] Running org.apache.commons.math.stat.correlation.CovarianceTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 sec
    [junit] Running org.apache.commons.math.stat.correlation.PearsonsCorrelationTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.378 sec
    [junit] Running org.apache.commons.math.stat.correlation.SpearmansRankCorrelationTest
    [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 sec
    [junit] Running org.apache.commons.math.stat.data.LewTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.169 sec
    [junit] Running org.apache.commons.math.stat.data.LotteryTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 sec
    [junit] Running org.apache.commons.math.stat.descriptive.AbstractUnivariateStatisticTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
    [junit] Running org.apache.commons.math.stat.descriptive.AggregateSummaryStatisticsTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 sec
    [junit] Running org.apache.commons.math.stat.descriptive.DescriptiveStatisticsTest
    [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 sec
    [junit] Running org.apache.commons.math.stat.descriptive.InteractionTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 sec
    [junit] Running org.apache.commons.math.stat.descriptive.ListUnivariateImplTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec
    [junit] Running org.apache.commons.math.stat.descriptive.MixedListUnivariateImplTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
    [junit] Running org.apache.commons.math.stat.descriptive.MultivariateSummaryStatisticsTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.236 sec
    [junit] Running org.apache.commons.math.stat.descriptive.StatisticalSummaryValuesTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 sec
    [junit] Running org.apache.commons.math.stat.descriptive.SummaryStatisticsTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec
    [junit] Running org.apache.commons.math.stat.descriptive.SynchronizedDescriptiveStatisticsTest
    [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.189 sec
    [junit] Running org.apache.commons.math.stat.descriptive.SynchronizedMultivariateSummaryStatisticsTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.247 sec
    [junit] Running org.apache.commons.math.stat.descriptive.SynchronizedSummaryStatisticsTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 sec
    [junit] Running org.apache.commons.math.stat.descriptive.moment.FirstMomentTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec
    [junit] Running org.apache.commons.math.stat.descriptive.moment.FourthMomentTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec
    [junit] Running org.apache.commons.math.stat.descriptive.moment.GeometricMeanTest
    [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec
    [junit] Running org.apache.commons.math.stat.descriptive.moment.KurtosisTest
    [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec
    [junit] Running org.apache.commons.math.stat.descriptive.moment.MeanTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec
    [junit] Running org.apache.commons.math.stat.descriptive.moment.SecondMomentTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec
    [junit] Running org.apache.commons.math.stat.descriptive.moment.SemiVarianceTest
    [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec
    [junit] Running org.apache.commons.math.stat.descriptive.moment.SkewnessTest
    [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec
    [junit] Running org.apache.commons.math.stat.descriptive.moment.StandardDeviationTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec
    [junit] Running org.apache.commons.math.stat.descriptive.moment.ThirdMomentTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec
    [junit] Running org.apache.commons.math.stat.descriptive.moment.VarianceTest
    [junit] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec
    [junit] Running org.apache.commons.math.stat.descriptive.moment.VectorialCovarianceTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec
    [junit] Running org.apache.commons.math.stat.descriptive.moment.VectorialMeanTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.253 sec
    [junit] Running org.apache.commons.math.stat.descriptive.rank.MaxTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec
    [junit] Running org.apache.commons.math.stat.descriptive.rank.MedianTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
    [junit] Running org.apache.commons.math.stat.descriptive.rank.MinTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec
    [junit] Running org.apache.commons.math.stat.descriptive.rank.PercentileTest
    [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec
    [junit] Running org.apache.commons.math.stat.descriptive.summary.ProductTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec
    [junit] Running org.apache.commons.math.stat.descriptive.summary.SumLogTest
    [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec
    [junit] Running org.apache.commons.math.stat.descriptive.summary.SumSqTest
    [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec
    [junit] Running org.apache.commons.math.stat.descriptive.summary.SumTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec
    [junit] Running org.apache.commons.math.stat.inference.ChiSquareFactoryTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 sec
    [junit] Running org.apache.commons.math.stat.inference.ChiSquareTestTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 sec
    [junit] Running org.apache.commons.math.stat.inference.OneWayAnovaTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.208 sec
    [junit] Running org.apache.commons.math.stat.inference.TTestFactoryTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.159 sec
    [junit] Running org.apache.commons.math.stat.inference.TTestTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.16 sec
    [junit] Running org.apache.commons.math.stat.inference.TestUtilsTest
    [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 sec
    [junit] Running org.apache.commons.math.stat.ranking.NaturalRankingTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 sec
    [junit] Running org.apache.commons.math.stat.regression.GLSMultipleLinearRegressionTest
    [junit] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.06 sec
    [junit] Running org.apache.commons.math.stat.regression.OLSMultipleLinearRegressionTest
    [junit] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.251 sec
    [junit] Running org.apache.commons.math.stat.regression.SimpleRegressionTest
    [junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.225 sec
    [junit] Running org.apache.commons.math.transform.FastCosineTransformerTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.18 sec
    [junit] Running org.apache.commons.math.transform.FastFourierTransformerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.194 sec
    [junit] Running org.apache.commons.math.transform.FastHadamardTransformerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
    [junit] Running org.apache.commons.math.transform.FastSineTransformerTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 sec
    [junit] Running org.apache.commons.math.util.BigRealFieldTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec
    [junit] Running org.apache.commons.math.util.BigRealTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
    [junit] Running org.apache.commons.math.util.ContinuedFractionTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 sec
    [junit] Running org.apache.commons.math.util.DefaultTransformerTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec
    [junit] Running org.apache.commons.math.util.FastMathStrictComparisonTest
    [junit] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.434 sec
    [junit] Running org.apache.commons.math.util.FastMathTest
    [junit] Tests run: 36, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 13.063 sec
    [junit] Running org.apache.commons.math.util.MathUtilsTest
    [junit] Tests run: 66, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.505 sec
    [junit] Running org.apache.commons.math.util.MultidimensionalCounterTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
    [junit] Running org.apache.commons.math.util.OpenIntToDoubleHashMapTest
    [junit] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.471 sec
    [junit] Running org.apache.commons.math.util.OpenIntToFieldTest
    [junit] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.266 sec
    [junit] Running org.apache.commons.math.util.ResizableDoubleArrayTest
    [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.192 sec
    [junit] Running org.apache.commons.math.util.TransformerMapTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec

BUILD FAILED
/wrkdirs/usr/ports/math/jakarta-commons-math/work/commons-math-2.2-src/build.xml:214: There were test failures.

Total time: 2 minutes 52 seconds
*** Error code 1

Stop.
make: stopped in /usr/ports/math/jakarta-commons-math



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705202019.v4KKJmVH057278>