Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Apr 2017 09:00:54 GMT
From:      pkg-fallout@FreeBSD.org
To:        python@FreeBSD.org
Cc:        pkg-fallout@FreeBSD.org
Subject:   [package - 110i386-default][lang/pypy] Failed for pypy-5.7.1 in build
Message-ID:  <201704110900.v3B90s8i091850@beefy10.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:     python@FreeBSD.org
Last committer: dbn@FreeBSD.org
Ident:          $FreeBSD: head/lang/pypy/Makefile 438096 2017-04-09 10:06:05Z dbn $
Log URL:        http://beefy10.nyi.freebsd.org/data/110i386-default/438246/logs/pypy-5.7.1.log
Build URL:      http://beefy10.nyi.freebsd.org/build.html?mastername=110i386-default&build=438246
Log:

====>> Building lang/pypy
build started at Tue Apr 11 07:19:45 UTC 2017
port directory: /usr/ports/lang/pypy
building for: FreeBSD 110i386-default-job-17 11.0-RELEASE-p8 FreeBSD 11.0-RELEASE-p8 i386
maintained by: python@FreeBSD.org
Makefile ident:      $FreeBSD: head/lang/pypy/Makefile 438096 2017-04-09 10:06:05Z dbn $
Poudriere version: 3.1.17-3-g2420c0c3
Host OSVERSION: 1200020
Jail OSVERSION: 1100122
Job Id: 17

---Begin Environment---
SHELL=/bin/csh
UNAME_p=i386
UNAME_m=i386
OSVERSION=1100122
UNAME_v=FreeBSD 11.0-RELEASE-p8
UNAME_r=11.0-RELEASE-p8
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/110i386-default/ref
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
PKGNAME=pypy-5.7.1
OLDPWD=/
PWD=/usr/local/poudriere/data/.m/110i386-default/ref/.p/pool
MASTERNAME=110i386-default
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
POUDRIERE_VERSION=3.1.17-3-g2420c0c3
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---
---End OPTIONS List---

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
MAKE=gmake PYTHON="/usr/local/bin/python2.7" XDG_DATA_HOME=/wrkdirs/usr/ports/lang/pypy/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/pypy/work  HOME=/wrkdirs/usr/ports/lang/pypy/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
PYPY_LOCALBASE=/usr/local LDSHARED="cc -shared" OPENSSLBASE=/usr OPENSSLDIR=/etc/ssl OPENSSLINC=/usr/include OPENSSLLIB=/usr/lib XDG_DATA_HOME=/wrkdirs/usr/ports/lang/pypy/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/pypy/work  HOME=/wrkdirs/usr/ports/lang/pypy/work TMPDIR="/tmp" NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES 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--
PYPY_DIR=pypy-5.7
PYPY_CFFI_VER=pypy-41
PYTHON_INCLUDEDIR=include/python2.7
PYTHON_LIBDIR=lib/python2.7
PYTHON_PLATFORM=freebsd11
PYTHON_PYOEXTENSION=pyo
PYTHON_SITELIBDIR=lib/python2.7/site-packages
PYTHON_SUFFIX=27
PYTHON_VER=2.7
PYTHON_VERSION=python2.7
PYTHON2=""
PYTHON3="@comment
"
PYPY_BITS="32"
OSREL=11.0
PREFIX=%D
LOCALBASE=/usr/local
RESETPREFIX=/usr/local
PORTDOCS=""
PORTEXAMPLES=""
LIB32DIR=lib
DOCSDIR="share/doc/pypy"
EXAMPLESDIR="share/examples/pypy"
DATADIR="share/pypy"
WWWDIR="www/pypy"
ETCDIR="etc/pypy"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/share/pypy
DOCSDIR=/usr/local/share/doc/pypy
EXAMPLESDIR=/usr/local/share/examples/pypy
WWWDIR=/usr/local/www/pypy
ETCDIR=/usr/local/etc/pypy
--End SUB_LIST--

---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
MACHINE=i386
MACHINE_ARCH=i386
ARCH=${MACHINE_ARCH}
#### /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=i386
CONFIGURE_MAX_CMD_LEN=262144
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-p8
#### 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)  524288
stack size              (kbytes, -s)  65536
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 MIT PSFL accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   pypy-5.7.1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.10.1.txz
[110i386-default-job-17] Installing pkg-1.10.1...
[110i386-default-job-17] Extracting pkg-1.10.1: .......... done
===>   pypy-5.7.1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of pypy-5.7.1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License MIT PSFL accepted by the user
=> pypy2-v5.7.1-src.tar.bz2 doesn't seem to exist in /portdistfiles/.
=> Attempting to fetch https://bitbucket.org/pypy/pypy/downloads/pypy2-v5.7.1-src.tar.bz2
pypy2-v5.7.1-src.tar.bz2                                 0  B    0  Bps
===> Fetching all distfiles required by pypy-5.7.1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License MIT PSFL accepted by the user
===> Fetching all distfiles required by pypy-5.7.1 for building
=> SHA256 Checksum OK for pypy2-v5.7.1-src.tar.bz2.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License MIT PSFL accepted by the user
===> Fetching all distfiles required by pypy-5.7.1 for building
===>  Extracting for pypy-5.7.1
=> SHA256 Checksum OK for pypy2-v5.7.1-src.tar.bz2.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for pypy-5.7.1
===>  Applying FreeBSD patches for pypy-5.7.1
===========================================================================
=======================<phase: build-depends  >============================
===>   pypy-5.7.1 depends on package: py27-pycparser>=2.10 - not found
===>   Installing existing package /packages/All/py27-pycparser-2.10.txz
[110i386-default-job-17] Installing py27-pycparser-2.10...
[110i386-default-job-17] `-- Installing py27-setuptools-32.1.0_1...
[110i386-default-job-17] |   `-- Installing python27-2.7.13_1...
[110i386-default-job-17] |   | `-- Installing gettext-runtime-0.19.8.1_1...
[110i386-default-job-17] |   |   `-- Installing indexinfo-0.2.6...
[110i386-default-job-17] |   |   `-- Extracting indexinfo-0.2.6: .... done
[110i386-default-job-17] |   | `-- Extracting gettext-runtime-0.19.8.1_1: .......... done
[110i386-default-job-17] |   | `-- Installing libffi-3.2.1...
[110i386-default-job-17] |   | `-- Extracting libffi-3.2.1: .......... done
[110i386-default-job-17] |   | `-- Installing readline-6.3.8...
[110i386-default-job-17] |   | `-- Extracting readline-6.3.8: .......... done
[110i386-default-job-17] |   `-- Extracting python27-2.7.13_1: .......... done
<snip>
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 0 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 0 more blocks -=-
[rtyper] -=- specialized 0 more blocks -=-
[jitcodewriter:info] Produced 2500 jitcodes
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[jitcodewriter:info] Produced 3000 jitcodes
[rtyper] -=- specialized 0 more blocks -=-
[rtyper] -=- specialized 0 more blocks -=-
[rtyper] -=- specialized 0 more blocks -=-
[rtyper] -=- specialized 0 more blocks -=-
[rtyper] -=- specialized 0 more blocks -=-
[rtyper] -=- specialized 0 more blocks -=-
[rtyper] -=- specialized 0 more blocks -=-
[rtyper] -=- specialized 0 more blocks -=-
[rtyper] -=- specialized 0 more blocks -=-
[rtyper] -=- specialized 0 more blocks -=-
[rtyper] -=- specialized 0 more blocks -=-
[rtyper] -=- specialized 0 more blocks -=-
[rtyper] -=- specialized 0 more blocks -=-
[rtyper] -=- specialized 0 more blocks -=-
[rtyper] -=- specialized 0 more blocks -=-
[rtyper] -=- specialized 0 more blocks -=-
[rtyper] -=- specialized 0 more blocks -=-
[rtyper] -=- specialized 0 more blocks -=-
[rtyper] -=- specialized 0 more blocks -=-
[rtyper] -=- specialized 0 more blocks -=-
[rtyper] -=- specialized 0 more blocks -=-
[rtyper] -=- specialized 0 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[jitcodewriter:info] Produced 3500 jitcodes
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[jitcodewriter:info] Produced 4000 jitcodes
[rtyper] -=- specialized 3 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[jitcodewriter:info] Produced 4500 jitcodes
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] specializing: 194400 / 194400 blocks   (100%)
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[jitcodewriter:info] Produced 5000 jitcodes
[rtyper] -=- specialized 0 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[jitcodewriter:info] Produced 5500 jitcodes
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 0 more blocks -=-
[rtyper] -=- specialized 0 more blocks -=-
[rtyper] -=- specialized 0 more blocks -=-
[rtyper] -=- specialized 0 more blocks -=-
[rtyper] -=- specialized 0 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[jitcodewriter:info] Produced 6000 jitcodes
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 0 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 0 more blocks -=-
[rtyper] -=- specialized 0 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[jitcodewriter:info] Produced 6500 jitcodes
[rtyper] specializing: 194500 / 194500 blocks   (100%)
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 0 more blocks -=-
[jitcodewriter:info] Produced 7000 jitcodes
[rtyper] -=- specialized 2 more blocks -=-
[jitcodewriter:info] Produced 7500 jitcodes
[jitcodewriter:info] Produced 8000 jitcodes
[jitcodewriter:info] Produced 8500 jitcodes
[rtyper] -=- specialized 0 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 0 more blocks -=-
[rtyper] -=- specialized 0 more blocks -=-
[jitcodewriter:info] Produced 9000 jitcodes
[jitcodewriter:WARNING] ignoring hint {'access_directly': True, 'fresh_virtualizable': True} at <FunctionGraph of (pypy.interpreter.pycode:239)PyCode.funcrun_obj at 0x6533416c>
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[jitcodewriter:info] Produced 9500 jitcodes
[rtyper] -=- specialized 0 more blocks -=-
[rtyper] -=- specialized 0 more blocks -=-
[jitcodewriter:info] Produced 10000 jitcodes
[rtyper] -=- specialized 0 more blocks -=-
[rtyper] -=- specialized 0 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 0 more blocks -=-
[rtyper] -=- specialized 0 more blocks -=-
[rtyper] -=- specialized 0 more blocks -=-
[rtyper] -=- specialized 0 more blocks -=-
[rtyper] -=- specialized 0 more blocks -=-
[rtyper] -=- specialized 0 more blocks -=-
[rtyper] -=- specialized 0 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[jitcodewriter:info] Produced 10500 jitcodes
[jitcodewriter:WARNING] ignoring hint {'access_directly': True, 'fresh_virtualizable': True} at <FunctionGraph of (pypy.interpreter.pyframe:89)PyFrame.__init__ at 0x6df9096c>
[jitcodewriter:info] Produced 11000 jitcodes
[jitcodewriter:info] Produced 11500 jitcodes
[rtyper] -=- specialized 2 more blocks -=-
[jitcodewriter:info] Produced 12000 jitcodes
[jitcodewriter:info] Produced 12500 jitcodes
[jitcodewriter:info] Produced 13000 jitcodes
[rtyper] -=- specialized 2 more blocks -=-
[rtyper] -=- specialized 2 more blocks -=-
[jitcodewriter:info] there are 13481 JitCode instances.
[rtyper] replaced 38 'jit_force_virtual' with <* delayed!force_virtual_if_necessary>
[rtyper] replaced 264 'jit_force_virtualizable' with <* delayed!force_virtualizable_if_necessary>
[jitcodewriter] compute_bitstrings:
[jitcodewriter]   992 effectinfos:
[jitcodewriter]     65 descrs for arrays
[jitcodewriter]     1316 descrs for fields
[jitcodewriter]     73 descrs for interiorfields
[jitcodewriter] -> 865 bitstrings, mean length 26.9, max length 70
[rtyper] specializing: 194600 / 269714 blocks   (72%)
[rtyper] specializing: 213000 / 276543 blocks   (77%)
[rtyper] specializing: 230400 / 280920 blocks   (82%)
*** Signal 9

Stop.
make: stopped in /usr/ports/lang/pypy



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