python pypy/tool/release/package.py --targetdir=. --archive-name pypy-c-jit-171224-3e97da6d7a91-macos_x86_64
in dir /Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build (timeout 1200 secs)
watching logfiles {}
argv: ['python', 'pypy/tool/release/package.py', '--targetdir=.', '--archive-name', 'pypy-c-jit-171224-3e97da6d7a91-macos_x86_64']
environment:
HOME=/Users/matti
HOMEBREW_CELLAR=/opt/homebrew_x86_64/Cellar
HOMEBREW_PREFIX=/opt/homebrew_x86_64
HOMEBREW_REPOSITORY=/opt/homebrew_x86_64
INFOPATH=/opt/homebrew_x86_64/share/info:
LANG=en_US.UTF-8
LC_ADDRESS=en_AU.UTF-8
LC_IDENTIFICATION=en_AU.UTF-8
LC_MEASUREMENT=en_AU.UTF-8
LC_MONETARY=en_AU.UTF-8
LC_NAME=en_AU.UTF-8
LC_NUMERIC=en_AU.UTF-8
LC_PAPER=en_AU.UTF-8
LC_TELEPHONE=en_AU.UTF-8
LC_TIME=en_AU.UTF-8
LOGNAME=matti
OLDPWD=/Users/matti
PATH=/Users/matti/oss/pypy-x86_64-buildbot/bin:/opt/homebrew_x86_64/bin:/opt/homebrew_x86_64/sbin:/Library/Frameworks/Python.framework/Versions/3.11/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin
PKG_CONFIG_PATH=/opt/homebrew_x86_64/opt/openssl@1.1/lib/pkgconfig
PWD=/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build
PYPY_USESSION_DIR=/tmp/buildbot-x86_64
SHELL=/bin/zsh
SHLVL=2
SSH_CLIENT=10.0.0.15 58962 22
SSH_CONNECTION=10.0.0.15 58962 10.0.0.16 22
SSH_TTY=/dev/ttys000
TERM=xterm-256color
TMPDIR=/tmp/buildbot-x86_64/pytest
USER=matti
_=/Users/matti/oss/pypy-x86_64-buildbot/bin/buildslave
using PTY: False
* _ctypes/_ctypes_build.py
* _pypy_util_build.py
* _ssl_build.py
fetching archive via wget https://www.openssl.org/source/openssl-3.0.12.tar.gz
unpacking archive /tmp/buildbot-x86_64/pytest/pypy-archives/openssl-3.0.12.tar.gz
running ./config --prefix=/usr no-shared enable-fips in /Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib_pypy/pypy_tools/dest/openssl-3.0.12
running make -s -j 8 in /Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib_pypy/pypy_tools/dest/openssl-3.0.12
running make install DESTDIR=/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib_pypy/pypy_tools/dest/ in /Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib_pypy/pypy_tools/dest/openssl-3.0.12
generating ./_pypy_openssl.c
(already up-to-date)
the current directory is '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib_pypy'
running build_ext
building '_pypy_openssl' extension
cc -pthread -arch x86_64 -DNDEBUG -O2 -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib_pypy/pypy_tools/dest/usr/include -fPIC -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/include -c _pypy_openssl.c -o ./_pypy_openssl.o
cc -pthread -shared -undefined dynamic_lookup -L/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib_pypy/pypy_tools/dest/usr/lib64 -L/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib_pypy/pypy_tools/dest/usr/lib -I/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib_pypy/pypy_tools/dest/usr/include ./_pypy_openssl.o -lssl -lcrypto -o ./_pypy_openssl.pypy-73.so -L/usr/local/lib
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/2.7/hashlib.py:146: RuntimeWarning: The _hashlib module is not available, falling back to a much slower implementation (No module named _pypy_openssl)
RuntimeWarning)
ld: warning: search path '/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib_pypy/pypy_tools/dest/usr/lib64' not found
* _sqlite3_build.py
* _audioop_build.py
* _tkinter/tklib_build.py
* _curses_build.py
* _syslog_build.py
* _gdbm_build.py
fetching archive via wget https://ftp.gnu.org/gnu/gdbm/gdbm-1.23.tar.gz
unpacking archive /tmp/buildbot-x86_64/pytest/pypy-archives/gdbm-1.23.tar.gz
running ./configure --prefix=/usr --disable-shared --enable-silent-rules --disable-dependency-tracking --without-readline in /Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib_pypy/pypy_tools/dest/gdbm-1.23
running make -s -j 8 in /Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib_pypy/pypy_tools/dest/gdbm-1.23
running make install DESTDIR=/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib_pypy/pypy_tools/dest/ in /Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib_pypy/pypy_tools/dest/gdbm-1.23
* _pwdgrp_build.py
* _resource_build.py
Warning: tar on current platform does not suport overriding the uid and gid for its contents. The tarball will contain your uid and gid. If you are building the actual release for the PyPy website, you may want to be using another platform...
calling create_cffi_import_libraries with "embed_dependencies" True
setting MACOSX_DEPLOYMENT_TARGET to "10.9"
stdout:
stderr:
setting MACOSX_DEPLOYMENT_TARGET to "10.9"
* Binaries: ['pypy/goal/pypy-c', 'pypy/goal/libpypy-c.dylib']
Set RPATH of bin/libpypy-c.dylib to @executable_path/../lib
Set RPATH of lib_pypy/_gdbm_cffi.pypy-73.so to @executable_path/../lib
Set RPATH of lib_pypy/_sqlite3_cffi.pypy-73.so to @executable_path/../lib
Set RPATH of lib_pypy/_curses_cffi.pypy-73.so to @executable_path/../lib
Set RPATH of lib_pypy/_audioop_cffi.pypy-73.so to @executable_path/../lib
Set RPATH of lib_pypy/_pwdgrp_cffi.pypy-73.so to @executable_path/../lib
Set RPATH of lib_pypy/_syslog_cffi.pypy-73.so to @executable_path/../lib
Set RPATH of lib_pypy/_resource_cffi.pypy-73.so to @executable_path/../lib
Set RPATH of lib_pypy/_pypy_openssl.pypy-73.so to @executable_path/../lib
Set RPATH of lib_pypy/_tkinter/tklib_cffi.pypy-73.so to @executable_path/../../lib
Copying /tmp/buildbot-x86_64/usession-win-rpython-389/build/pypy-c-jit-171224-3e97da6d7a91-macos_x86_64.tar.bz2 to .
program finished with exit code 0
elapsedTime=626.765766