=> Bootstrap dependency digest>=20010302: found digest-20160304
===> Skipping vulnerability checks.
WARNING: No /var/db/pkg/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'.
===> Building for py27-selenium-3.7.0
(cd /data/scratch/www/py-selenium/work/selenium-3.7.0/ && /usr/bin/env USETOOLS=no PTHREAD_CFLAGS=\ -pthread\  PTHREAD_LDFLAGS=\ -pthread PTHREAD_LIBS= PTHREADBASE=/usr DL_CFLAGS=\ -pthread\  DL_LDFLAGS=\ -pthread DL_LIBS= PYTHON=/usr/pkg/bin/python2.7 CC=clang CFLAGS=-O2\ -I/usr/include\ -I/usr/pkg/include CPPFLAGS=-I/usr/include\ -I/usr/pkg/include CXX=clang++ CXXFLAGS=-O2\ -I/usr/include\ -I/usr/pkg/include COMPILER_RPATH_FLAG=-Wl,-R F77=g77 FC=g77 FFLAGS=-O LANG=C LC_ALL=C LC_COLLATE=C LC_CTYPE=C LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LDFLAGS=-L/usr/lib\ -Wl,-R/usr/lib\ -L/usr/pkg/lib\ -Wl,-R/usr/pkg/lib LINKER_RPATH_FLAG=-R PATH=/data/scratch/www/py-selenium/work/.cwrapper/bin:/data/scratch/www/py-selenium/work/.buildlink/bin:/data/scratch/www/py-selenium/work/.tools/bin:/usr/pkg/bin:/usr/bin:/bin:/usr/pkg/bin:/usr/local/bin:/usr/pkg/bin:/usr/pkg/bin PREFIX=/usr/pkg MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/usr/pkg/etc CPP=clang-cpp CXXCPP=clang-cpp HOME=/data/scratch/www/py-selenium/work/.home CWRAPPERS_CONFIG_DIR=/data/scratch/www/py-selenium/work/.cwrapper/config CPP=clang-cpp LOCALBASE=/usr/pkg X11BASE=/usr/pkg PKGMANDIR=man PKGINFODIR=info PKGGNUDIR=gnu/ MAKECONF=/dev/null OBJECT_FMT=ELF USETOOLS=no BSD_INSTALL_PROGRAM=/usr/bin/install\ -c\ -s\ -o\ pbulkXXX\ -g\ users\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ pbulkXXX\ -g\ users\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ pbulkXXX\ -g\ users\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ pbulkXXX\ -g\ users\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ pbulkXXX\ -g\ users\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ pbulkXXX\ -g\ users\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ pbulkXXX\ -g\ users\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ pbulkXXX\ -g\ users\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ pbulkXXX\ -g\ users\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ pbulkXXX\ -g\ users\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ -s\ -o\ pbulkXXX\ -g\ users\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ pbulkXXX\ -g\ users\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ pbulkXXX\ -g\ users\ -m\ 775 INSTALL_INFO= MAKEINFO=/data/scratch/www/py-selenium/work/.tools/bin/makeinfo FLEX= BISON= PKG_CONFIG= PKG_CONFIG_LIBDIR=/data/scratch/www/py-selenium/work/.buildlink/lib/pkgconfig:/data/scratch/www/py-selenium/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/data/scratch/www/py-selenium/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/data/scratch/www/py-selenium/work/.cwrapper/config /usr/pkg/bin/python2.7  setup.py  build )
running build
running build_py
creating build
creating build/lib
creating build/lib/selenium
copying selenium/__init__.py -> build/lib/selenium
creating build/lib/selenium/common
copying selenium/common/__init__.py -> build/lib/selenium/common
copying selenium/common/exceptions.py -> build/lib/selenium/common
creating build/lib/selenium/webdriver
copying selenium/webdriver/__init__.py -> build/lib/selenium/webdriver
creating build/lib/selenium/webdriver/android
copying selenium/webdriver/android/__init__.py -> build/lib/selenium/webdriver/android
copying selenium/webdriver/android/webdriver.py -> build/lib/selenium/webdriver/android
creating build/lib/selenium/webdriver/chrome
copying selenium/webdriver/chrome/__init__.py -> build/lib/selenium/webdriver/chrome
copying selenium/webdriver/chrome/options.py -> build/lib/selenium/webdriver/chrome
copying selenium/webdriver/chrome/remote_connection.py -> build/lib/selenium/webdriver/chrome
copying selenium/webdriver/chrome/service.py -> build/lib/selenium/webdriver/chrome
copying selenium/webdriver/chrome/webdriver.py -> build/lib/selenium/webdriver/chrome
creating build/lib/selenium/webdriver/common
copying selenium/webdriver/common/__init__.py -> build/lib/selenium/webdriver/common
copying selenium/webdriver/common/action_chains.py -> build/lib/selenium/webdriver/common
copying selenium/webdriver/common/alert.py -> build/lib/selenium/webdriver/common
copying selenium/webdriver/common/by.py -> build/lib/selenium/webdriver/common
copying selenium/webdriver/common/desired_capabilities.py -> build/lib/selenium/webdriver/common
copying selenium/webdriver/common/keys.py -> build/lib/selenium/webdriver/common
copying selenium/webdriver/common/proxy.py -> build/lib/selenium/webdriver/common
copying selenium/webdriver/common/service.py -> build/lib/selenium/webdriver/common
copying selenium/webdriver/common/touch_actions.py -> build/lib/selenium/webdriver/common
copying selenium/webdriver/common/utils.py -> build/lib/selenium/webdriver/common
creating build/lib/selenium/webdriver/common/html5
copying selenium/webdriver/common/html5/__init__.py -> build/lib/selenium/webdriver/common/html5
copying selenium/webdriver/common/html5/application_cache.py -> build/lib/selenium/webdriver/common/html5
creating build/lib/selenium/webdriver/support
copying selenium/webdriver/support/__init__.py -> build/lib/selenium/webdriver/support
copying selenium/webdriver/support/abstract_event_listener.py -> build/lib/selenium/webdriver/support
copying selenium/webdriver/support/color.py -> build/lib/selenium/webdriver/support
copying selenium/webdriver/support/event_firing_webdriver.py -> build/lib/selenium/webdriver/support
copying selenium/webdriver/support/events.py -> build/lib/selenium/webdriver/support
copying selenium/webdriver/support/expected_conditions.py -> build/lib/selenium/webdriver/support
copying selenium/webdriver/support/select.py -> build/lib/selenium/webdriver/support
copying selenium/webdriver/support/ui.py -> build/lib/selenium/webdriver/support
copying selenium/webdriver/support/wait.py -> build/lib/selenium/webdriver/support
creating build/lib/selenium/webdriver/firefox
copying selenium/webdriver/firefox/__init__.py -> build/lib/selenium/webdriver/firefox
copying selenium/webdriver/firefox/extension_connection.py -> build/lib/selenium/webdriver/firefox
copying selenium/webdriver/firefox/firefox_binary.py -> build/lib/selenium/webdriver/firefox
copying selenium/webdriver/firefox/firefox_profile.py -> build/lib/selenium/webdriver/firefox
copying selenium/webdriver/firefox/options.py -> build/lib/selenium/webdriver/firefox
copying selenium/webdriver/firefox/remote_connection.py -> build/lib/selenium/webdriver/firefox
copying selenium/webdriver/firefox/service.py -> build/lib/selenium/webdriver/firefox
copying selenium/webdriver/firefox/webdriver.py -> build/lib/selenium/webdriver/firefox
copying selenium/webdriver/firefox/webelement.py -> build/lib/selenium/webdriver/firefox
creating build/lib/selenium/webdriver/ie
copying selenium/webdriver/ie/__init__.py -> build/lib/selenium/webdriver/ie
copying selenium/webdriver/ie/options.py -> build/lib/selenium/webdriver/ie
copying selenium/webdriver/ie/service.py -> build/lib/selenium/webdriver/ie
copying selenium/webdriver/ie/webdriver.py -> build/lib/selenium/webdriver/ie
creating build/lib/selenium/webdriver/edge
copying selenium/webdriver/edge/__init__.py -> build/lib/selenium/webdriver/edge
copying selenium/webdriver/edge/options.py -> build/lib/selenium/webdriver/edge
copying selenium/webdriver/edge/service.py -> build/lib/selenium/webdriver/edge
copying selenium/webdriver/edge/webdriver.py -> build/lib/selenium/webdriver/edge
creating build/lib/selenium/webdriver/opera
copying selenium/webdriver/opera/__init__.py -> build/lib/selenium/webdriver/opera
copying selenium/webdriver/opera/options.py -> build/lib/selenium/webdriver/opera
copying selenium/webdriver/opera/webdriver.py -> build/lib/selenium/webdriver/opera
creating build/lib/selenium/webdriver/phantomjs
copying selenium/webdriver/phantomjs/__init__.py -> build/lib/selenium/webdriver/phantomjs
copying selenium/webdriver/phantomjs/service.py -> build/lib/selenium/webdriver/phantomjs
copying selenium/webdriver/phantomjs/webdriver.py -> build/lib/selenium/webdriver/phantomjs
creating build/lib/selenium/webdriver/remote
copying selenium/webdriver/remote/__init__.py -> build/lib/selenium/webdriver/remote
copying selenium/webdriver/remote/command.py -> build/lib/selenium/webdriver/remote
copying selenium/webdriver/remote/errorhandler.py -> build/lib/selenium/webdriver/remote
copying selenium/webdriver/remote/file_detector.py -> build/lib/selenium/webdriver/remote
copying selenium/webdriver/remote/mobile.py -> build/lib/selenium/webdriver/remote
copying selenium/webdriver/remote/remote_connection.py -> build/lib/selenium/webdriver/remote
copying selenium/webdriver/remote/switch_to.py -> build/lib/selenium/webdriver/remote
copying selenium/webdriver/remote/utils.py -> build/lib/selenium/webdriver/remote
copying selenium/webdriver/remote/webdriver.py -> build/lib/selenium/webdriver/remote
copying selenium/webdriver/remote/webelement.py -> build/lib/selenium/webdriver/remote
running egg_info
writing selenium.egg-info/PKG-INFO
writing top-level names to selenium.egg-info/top_level.txt
writing dependency_links to selenium.egg-info/dependency_links.txt
reading manifest file 'selenium.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'selenium/selenium.py'
warning: no files found matching 'LICENSE'
writing manifest file 'selenium.egg-info/SOURCES.txt'
creating build/lib/selenium/webdriver/blackberry
copying selenium/webdriver/blackberry/__init__.py -> build/lib/selenium/webdriver/blackberry
copying selenium/webdriver/blackberry/webdriver.py -> build/lib/selenium/webdriver/blackberry
creating build/lib/selenium/webdriver/safari
copying selenium/webdriver/safari/__init__.py -> build/lib/selenium/webdriver/safari
copying selenium/webdriver/safari/service.py -> build/lib/selenium/webdriver/safari
copying selenium/webdriver/safari/webdriver.py -> build/lib/selenium/webdriver/safari
creating build/lib/selenium/webdriver/common/actions
copying selenium/webdriver/common/actions/__init__.py -> build/lib/selenium/webdriver/common/actions
copying selenium/webdriver/common/actions/action_builder.py -> build/lib/selenium/webdriver/common/actions
copying selenium/webdriver/common/actions/input_device.py -> build/lib/selenium/webdriver/common/actions
copying selenium/webdriver/common/actions/interaction.py -> build/lib/selenium/webdriver/common/actions
copying selenium/webdriver/common/actions/key_actions.py -> build/lib/selenium/webdriver/common/actions
copying selenium/webdriver/common/actions/key_input.py -> build/lib/selenium/webdriver/common/actions
copying selenium/webdriver/common/actions/mouse_button.py -> build/lib/selenium/webdriver/common/actions
copying selenium/webdriver/common/actions/pointer_actions.py -> build/lib/selenium/webdriver/common/actions
copying selenium/webdriver/common/actions/pointer_input.py -> build/lib/selenium/webdriver/common/actions
copying selenium/webdriver/firefox/webdriver.xpi -> build/lib/selenium/webdriver/firefox
copying selenium/webdriver/firefox/webdriver_prefs.json -> build/lib/selenium/webdriver/firefox
creating build/lib/selenium/webdriver/firefox/amd64
copying selenium/webdriver/firefox/amd64/x_ignore_nofocus.so -> build/lib/selenium/webdriver/firefox/amd64
creating build/lib/selenium/webdriver/firefox/x86
copying selenium/webdriver/firefox/x86/x_ignore_nofocus.so -> build/lib/selenium/webdriver/firefox/x86
copying selenium/webdriver/remote/getAttribute.js -> build/lib/selenium/webdriver/remote
copying selenium/webdriver/remote/isDisplayed.js -> build/lib/selenium/webdriver/remote