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: sunp...@freebsd.org Last committer: sunp...@freebsd.org Ident: $FreeBSD: head/math/py-gym/Makefile 527703 2020-03-03 18:51:13Z sunpoet $ Log URL: http://beefy17.nyi.freebsd.org/data/head-i386-default/p527914_s358728/logs/py37-gym-0.17.0.log Build URL: http://beefy17.nyi.freebsd.org/build.html?mastername=head-i386-default&build=p527914_s358728 Log: =>> Building math/py-gym build started at Sat Mar 7 06:39:15 UTC 2020 port directory: /usr/ports/math/py-gym package name: py37-gym-0.17.0 building for: FreeBSD head-i386-default-job-16 13.0-CURRENT FreeBSD 13.0-CURRENT 1300082 i386 maintained by: sunp...@freebsd.org Makefile ident: $FreeBSD: head/math/py-gym/Makefile 527703 2020-03-03 18:51:13Z sunpoet $ Poudriere version: 3.2.8-5-gc81843e5 Host OSVERSION: 1300076 Jail OSVERSION: 1300082 Job Id: 16 !!! Jail is newer than host. (Jail: 1300082, Host: 1300076) !!! !!! This is not supported. !!! !!! Host kernel must be same or newer than jail. !!! !!! Expect build failures. !!! ---Begin Environment--- SHELL=/bin/csh UNAME_p=i386 UNAME_m=i386 OSVERSION=1300082 UNAME_v=FreeBSD 13.0-CURRENT 1300082 UNAME_r=13.0-CURRENT BLOCKSIZE=K STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin LOCALBASE=/usr/local USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.2.8-5-gc81843e5 MASTERMNT=/usr/local/poudriere/data/.m/head-i386-default/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= PWD=/usr/local/poudriere/data/.m/head-i386-default/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=head-i386-default SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/usr/local/poudriere/data/.m/head-i386-default/ref/.p SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR=py37 DEPENDS_ARGS= MAKE_ARGS= FLAVOR=py37 ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- sunp...@freebsd.org --End MAINTAINER-- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- PYTHON="/usr/local/bin/python3.7" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-gym/work-py37 XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-gym/work-py37 HOME=/wrkdirs/usr/ports/math/py-gym/work-py37 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-gym/work-py37/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-gym/work-py37 XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-gym/work-py37 HOME=/wrkdirs/usr/ports/math/py-gym/work-py37 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-gym/work-py37/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector-strong " LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector-strong -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-- PYTHON_INCLUDEDIR=include/python3.7m PYTHON_LIBDIR=lib/python3.7 PYTHON_PLATFORM=freebsd13 PYTHON_SITELIBDIR=lib/python3.7/site-packages PYTHON_SUFFIX=37 PYTHON_VER=3.7 PYTHON_VERSION=python3.7 PYTHON2="@comment " PYTHON3="" OSREL=13.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/py37-gym" EXAMPLESDIR="share/examples/py37-gym" DATADIR="share/py37-gym" WWWDIR="www/py37-gym" ETCDIR="etc/py37-gym" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/py37-gym DOCSDIR=/usr/local/share/doc/py37-gym EXAMPLESDIR=/usr/local/share/examples/py37-gym WWWDIR=/usr/local/www/py37-gym ETCDIR=/usr/local/etc/py37-gym --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes 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 #### _CCVERSION_921dbbb2=FreeBSD clang version 9.0.1 (g...@github.com:llvm/llvm-project.git c1a0a213378a458fbea1a5c77b315c7dce08fd05) (based on LLVM 9.0.1) Target: i386-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin _ALTCCVERSION_921dbbb2=none _CXXINTERNAL_acaad9ca=FreeBSD clang version 9.0.1 (g...@github.com:llvm/llvm-project.git c1a0a213378a458fbea1a5c77b315c7dce08fd05) (based on LLVM 9.0.1) Target: i386-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-m" "elf_i386_fbsd" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o" CC_OUTPUT_921dbbb2_58173849=yes CC_OUTPUT_921dbbb2_9bdba57c=yes CC_OUTPUT_921dbbb2_6a4fe7f5=yes CC_OUTPUT_921dbbb2_6bcac02b=yes CC_OUTPUT_921dbbb2_67d20829=yes CC_OUTPUT_921dbbb2_bfa62e83=yes CC_OUTPUT_921dbbb2_f0b4d593=yes CC_OUTPUT_921dbbb2_308abb44=yes CC_OUTPUT_921dbbb2_f00456e5=yes CC_OUTPUT_921dbbb2_65ad290d=yes CC_OUTPUT_921dbbb2_f2776b26=yes CC_OUTPUT_921dbbb2_b2657cc3=yes CC_OUTPUT_921dbbb2_380987f7=yes CC_OUTPUT_921dbbb2_160933ec=yes CC_OUTPUT_921dbbb2_fb62803b=yes _OBJC_CCVERSION_921dbbb2=FreeBSD clang version 9.0.1 (g...@github.com:llvm/llvm-project.git c1a0a213378a458fbea1a5c77b315c7dce08fd05) (based on LLVM 9.0.1) Target: i386-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin _OBJC_ALTCCVERSION_921dbbb2=none ARCH=i386 OPSYS=FreeBSD _OSRELEASE=13.0-CURRENT OSREL=13.0 OSVERSION=1300082 PYTHONBASE=/usr/local CONFIGURE_MAX_CMD_LEN=524288 HAVE_PORTS_ENV=1 #### Misc Poudriere #### GID=0 UID=0 ---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 accepted by the user =========================================================================== =======================<phase: pkg-depends >============================ ===> py37-gym-0.17.0 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.13.2.txz [head-i386-default-job-16] Installing pkg-1.13.2... [head-i386-default-job-16] Extracting pkg-1.13.2: .......... done ===> py37-gym-0.17.0 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of py37-gym-0.17.0 =========================================================================== =======================<phase: fetch-depends >============================ =========================================================================== =======================<phase: fetch >============================ ===> License MIT accepted by the user ===> Fetching all distfiles required by py37-gym-0.17.0 for building =========================================================================== =======================<phase: checksum >============================ ===> License MIT accepted by the user ===> Fetching all distfiles required by py37-gym-0.17.0 for building => SHA256 Checksum OK for gym-0.17.0.tar.gz. =========================================================================== =======================<phase: extract-depends>============================ =========================================================================== =======================<phase: extract >============================ ===> License MIT accepted by the user ===> Fetching all distfiles required by py37-gym-0.17.0 for building ===> Extracting for py37-gym-0.17.0 => SHA256 Checksum OK for gym-0.17.0.tar.gz. =========================================================================== =======================<phase: patch-depends >============================ =========================================================================== =======================<phase: patch >============================ ===> Patching for py37-gym-0.17.0 =========================================================================== =======================<phase: build-depends >============================ ===> py37-gym-0.17.0 depends on package: py37-setuptools>0 - not found ===> Installing existing package /packages/All/py37-setuptools-44.0.0.txz [head-i386-default-job-16] Installing py37-setuptools-44.0.0... [head-i386-default-job-16] `-- Installing python37-3.7.6... [head-i386-default-job-16] | `-- Installing gettext-runtime-0.20.1... [head-i386-default-job-16] | | `-- Installing indexinfo-0.3.1... [head-i386-default-job-16] | | `-- Extracting indexinfo-0.3.1: .... done [head-i386-default-job-16] | `-- Extracting gettext-runtime-0.20.1: .......... done <snip> creating build/lib/gym/vector/utils copying gym/vector/utils/shared_memory.py -> build/lib/gym/vector/utils copying gym/vector/utils/__init__.py -> build/lib/gym/vector/utils copying gym/vector/utils/spaces.py -> build/lib/gym/vector/utils copying gym/vector/utils/numpy_utils.py -> build/lib/gym/vector/utils copying gym/vector/utils/misc.py -> build/lib/gym/vector/utils creating build/lib/gym/envs/robotics copying gym/envs/robotics/robot_env.py -> build/lib/gym/envs/robotics copying gym/envs/robotics/hand_env.py -> build/lib/gym/envs/robotics copying gym/envs/robotics/__init__.py -> build/lib/gym/envs/robotics copying gym/envs/robotics/fetch_env.py -> build/lib/gym/envs/robotics copying gym/envs/robotics/utils.py -> build/lib/gym/envs/robotics copying gym/envs/robotics/rotations.py -> build/lib/gym/envs/robotics creating build/lib/gym/envs/unittest copying gym/envs/unittest/__init__.py -> build/lib/gym/envs/unittest copying gym/envs/unittest/cube_crash.py -> build/lib/gym/envs/unittest copying gym/envs/unittest/memorize_digits.py -> build/lib/gym/envs/unittest creating build/lib/gym/envs/tests copying gym/envs/tests/__init__.py -> build/lib/gym/envs/tests copying gym/envs/tests/test_envs_semantics.py -> build/lib/gym/envs/tests copying gym/envs/tests/test_kellycoinflip.py -> build/lib/gym/envs/tests copying gym/envs/tests/test_determinism.py -> build/lib/gym/envs/tests copying gym/envs/tests/spec_list.py -> build/lib/gym/envs/tests copying gym/envs/tests/test_envs.py -> build/lib/gym/envs/tests copying gym/envs/tests/test_frozenlake_dfs.py -> build/lib/gym/envs/tests copying gym/envs/tests/test_registration.py -> build/lib/gym/envs/tests copying gym/envs/tests/test_mujoco_v2_to_v3_conversion.py -> build/lib/gym/envs/tests creating build/lib/gym/envs/classic_control copying gym/envs/classic_control/continuous_mountain_car.py -> build/lib/gym/envs/classic_control copying gym/envs/classic_control/__init__.py -> build/lib/gym/envs/classic_control copying gym/envs/classic_control/pendulum.py -> build/lib/gym/envs/classic_control copying gym/envs/classic_control/rendering.py -> build/lib/gym/envs/classic_control copying gym/envs/classic_control/acrobot.py -> build/lib/gym/envs/classic_control copying gym/envs/classic_control/mountain_car.py -> build/lib/gym/envs/classic_control copying gym/envs/classic_control/cartpole.py -> build/lib/gym/envs/classic_control creating build/lib/gym/envs/toy_text copying gym/envs/toy_text/hotter_colder.py -> build/lib/gym/envs/toy_text copying gym/envs/toy_text/discrete.py -> build/lib/gym/envs/toy_text copying gym/envs/toy_text/__init__.py -> build/lib/gym/envs/toy_text copying gym/envs/toy_text/nchain.py -> build/lib/gym/envs/toy_text copying gym/envs/toy_text/kellycoinflip.py -> build/lib/gym/envs/toy_text copying gym/envs/toy_text/frozen_lake.py -> build/lib/gym/envs/toy_text copying gym/envs/toy_text/roulette.py -> build/lib/gym/envs/toy_text copying gym/envs/toy_text/taxi.py -> build/lib/gym/envs/toy_text copying gym/envs/toy_text/blackjack.py -> build/lib/gym/envs/toy_text copying gym/envs/toy_text/cliffwalking.py -> build/lib/gym/envs/toy_text copying gym/envs/toy_text/guessing_game.py -> build/lib/gym/envs/toy_text creating build/lib/gym/envs/mujoco copying gym/envs/mujoco/hopper.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/inverted_pendulum.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/ant.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/hopper_v3.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/mujoco_env.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/swimmer.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/__init__.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/pusher.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/walker2d.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/striker.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/humanoidstandup.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/humanoid.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/walker2d_v3.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/half_cheetah_v3.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/swimmer_v3.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/reacher.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/half_cheetah.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/ant_v3.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/humanoid_v3.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/inverted_double_pendulum.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/thrower.py -> build/lib/gym/envs/mujoco creating build/lib/gym/envs/atari copying gym/envs/atari/__init__.py -> build/lib/gym/envs/atari copying gym/envs/atari/atari_env.py -> build/lib/gym/envs/atari creating build/lib/gym/envs/algorithmic copying gym/envs/algorithmic/__init__.py -> build/lib/gym/envs/algorithmic copying gym/envs/algorithmic/copy_.py -> build/lib/gym/envs/algorithmic copying gym/envs/algorithmic/algorithmic_env.py -> build/lib/gym/envs/algorithmic copying gym/envs/algorithmic/repeat_copy.py -> build/lib/gym/envs/algorithmic copying gym/envs/algorithmic/duplicated_input.py -> build/lib/gym/envs/algorithmic copying gym/envs/algorithmic/reverse.py -> build/lib/gym/envs/algorithmic copying gym/envs/algorithmic/reversed_addition.py -> build/lib/gym/envs/algorithmic creating build/lib/gym/envs/box2d copying gym/envs/box2d/__init__.py -> build/lib/gym/envs/box2d copying gym/envs/box2d/car_racing.py -> build/lib/gym/envs/box2d copying gym/envs/box2d/test_lunar_lander.py -> build/lib/gym/envs/box2d copying gym/envs/box2d/lunar_lander.py -> build/lib/gym/envs/box2d copying gym/envs/box2d/bipedal_walker.py -> build/lib/gym/envs/box2d copying gym/envs/box2d/car_dynamics.py -> build/lib/gym/envs/box2d creating build/lib/gym/envs/robotics/fetch copying gym/envs/robotics/fetch/pick_and_place.py -> build/lib/gym/envs/robotics/fetch copying gym/envs/robotics/fetch/__init__.py -> build/lib/gym/envs/robotics/fetch copying gym/envs/robotics/fetch/push.py -> build/lib/gym/envs/robotics/fetch copying gym/envs/robotics/fetch/reach.py -> build/lib/gym/envs/robotics/fetch copying gym/envs/robotics/fetch/slide.py -> build/lib/gym/envs/robotics/fetch creating build/lib/gym/envs/robotics/hand copying gym/envs/robotics/hand/__init__.py -> build/lib/gym/envs/robotics/hand copying gym/envs/robotics/hand/reach.py -> build/lib/gym/envs/robotics/hand copying gym/envs/robotics/hand/manipulate_touch_sensors.py -> build/lib/gym/envs/robotics/hand copying gym/envs/robotics/hand/manipulate.py -> build/lib/gym/envs/robotics/hand creating build/lib/gym/envs/algorithmic/tests copying gym/envs/algorithmic/tests/__init__.py -> build/lib/gym/envs/algorithmic/tests copying gym/envs/algorithmic/tests/test_algorithmic.py -> build/lib/gym/envs/algorithmic/tests creating build/lib/gym/wrappers/tests copying gym/wrappers/tests/__init__.py -> build/lib/gym/wrappers/tests creating build/lib/gym/wrappers/monitoring copying gym/wrappers/monitoring/video_recorder.py -> build/lib/gym/wrappers/monitoring copying gym/wrappers/monitoring/__init__.py -> build/lib/gym/wrappers/monitoring copying gym/wrappers/monitoring/stats_recorder.py -> build/lib/gym/wrappers/monitoring creating build/lib/gym/wrappers/monitoring/tests copying gym/wrappers/monitoring/tests/helpers.py -> build/lib/gym/wrappers/monitoring/tests copying gym/wrappers/monitoring/tests/test_video_recorder.py -> build/lib/gym/wrappers/monitoring/tests copying gym/wrappers/monitoring/tests/__init__.py -> build/lib/gym/wrappers/monitoring/tests creating build/lib/gym/spaces/tests copying gym/spaces/tests/__init__.py -> build/lib/gym/spaces/tests copying gym/spaces/tests/test_spaces.py -> build/lib/gym/spaces/tests creating build/lib/gym/envs/mujoco/assets copying gym/envs/mujoco/assets/pusher.xml -> build/lib/gym/envs/mujoco/assets copying gym/envs/mujoco/assets/walker2d.xml -> build/lib/gym/envs/mujoco/assets copying gym/envs/mujoco/assets/humanoidstandup.xml -> build/lib/gym/envs/mujoco/assets copying gym/envs/mujoco/assets/reacher.xml -> build/lib/gym/envs/mujoco/assets copying gym/envs/mujoco/assets/ant.xml -> build/lib/gym/envs/mujoco/assets copying gym/envs/mujoco/assets/hopper.xml -> build/lib/gym/envs/mujoco/assets copying gym/envs/mujoco/assets/point.xml -> build/lib/gym/envs/mujoco/assets copying gym/envs/mujoco/assets/striker.xml -> build/lib/gym/envs/mujoco/assets copying gym/envs/mujoco/assets/inverted_double_pendulum.xml -> build/lib/gym/envs/mujoco/assets copying gym/envs/mujoco/assets/thrower.xml -> build/lib/gym/envs/mujoco/assets copying gym/envs/mujoco/assets/half_cheetah.xml -> build/lib/gym/envs/mujoco/assets copying gym/envs/mujoco/assets/humanoid.xml -> build/lib/gym/envs/mujoco/assets copying gym/envs/mujoco/assets/inverted_pendulum.xml -> build/lib/gym/envs/mujoco/assets copying gym/envs/mujoco/assets/swimmer.xml -> build/lib/gym/envs/mujoco/assets creating build/lib/gym/envs/classic_control/assets copying gym/envs/classic_control/assets/clockwise.png -> build/lib/gym/envs/classic_control/assets creating build/lib/gym/envs/robotics/assets copying gym/envs/robotics/assets/LICENSE.md -> build/lib/gym/envs/robotics/assets creating build/lib/gym/envs/robotics/assets/fetch copying gym/envs/robotics/assets/fetch/robot.xml -> build/lib/gym/envs/robotics/assets/fetch copying gym/envs/robotics/assets/fetch/slide.xml -> build/lib/gym/envs/robotics/assets/fetch copying gym/envs/robotics/assets/fetch/push.xml -> build/lib/gym/envs/robotics/assets/fetch copying gym/envs/robotics/assets/fetch/shared.xml -> build/lib/gym/envs/robotics/assets/fetch copying gym/envs/robotics/assets/fetch/pick_and_place.xml -> build/lib/gym/envs/robotics/assets/fetch copying gym/envs/robotics/assets/fetch/reach.xml -> build/lib/gym/envs/robotics/assets/fetch creating build/lib/gym/envs/robotics/assets/hand copying gym/envs/robotics/assets/hand/robot.xml -> build/lib/gym/envs/robotics/assets/hand copying gym/envs/robotics/assets/hand/shared_touch_sensors_92.xml -> build/lib/gym/envs/robotics/assets/hand copying gym/envs/robotics/assets/hand/manipulate_egg_touch_sensors.xml -> build/lib/gym/envs/robotics/assets/hand copying gym/envs/robotics/assets/hand/manipulate_block.xml -> build/lib/gym/envs/robotics/assets/hand copying gym/envs/robotics/assets/hand/manipulate_pen.xml -> build/lib/gym/envs/robotics/assets/hand copying gym/envs/robotics/assets/hand/manipulate_block_touch_sensors.xml -> build/lib/gym/envs/robotics/assets/hand copying gym/envs/robotics/assets/hand/shared_asset.xml -> build/lib/gym/envs/robotics/assets/hand copying gym/envs/robotics/assets/hand/shared.xml -> build/lib/gym/envs/robotics/assets/hand copying gym/envs/robotics/assets/hand/robot_touch_sensors_92.xml -> build/lib/gym/envs/robotics/assets/hand copying gym/envs/robotics/assets/hand/reach.xml -> build/lib/gym/envs/robotics/assets/hand copying gym/envs/robotics/assets/hand/manipulate_egg.xml -> build/lib/gym/envs/robotics/assets/hand copying gym/envs/robotics/assets/hand/manipulate_pen_touch_sensors.xml -> build/lib/gym/envs/robotics/assets/hand creating build/lib/gym/envs/robotics/assets/stls creating build/lib/gym/envs/robotics/assets/stls/fetch copying gym/envs/robotics/assets/stls/fetch/bellows_link_collision.stl -> build/lib/gym/envs/robotics/assets/stls/fetch copying gym/envs/robotics/assets/stls/fetch/shoulder_pan_link_collision.stl -> build/lib/gym/envs/robotics/assets/stls/fetch copying gym/envs/robotics/assets/stls/fetch/gripper_link.stl -> build/lib/gym/envs/robotics/assets/stls/fetch copying gym/envs/robotics/assets/stls/fetch/wrist_roll_link_collision.stl -> build/lib/gym/envs/robotics/assets/stls/fetch copying gym/envs/robotics/assets/stls/fetch/torso_fixed_link.stl -> build/lib/gym/envs/robotics/assets/stls/fetch copying gym/envs/robotics/assets/stls/fetch/head_tilt_link_collision.stl -> build/lib/gym/envs/robotics/assets/stls/fetch copying gym/envs/robotics/assets/stls/fetch/elbow_flex_link_collision.stl -> build/lib/gym/envs/robotics/assets/stls/fetch copying gym/envs/robotics/assets/stls/fetch/l_wheel_link_collision.stl -> build/lib/gym/envs/robotics/assets/stls/fetch copying gym/envs/robotics/assets/stls/fetch/laser_link.stl -> build/lib/gym/envs/robotics/assets/stls/fetch copying gym/envs/robotics/assets/stls/fetch/upperarm_roll_link_collision.stl -> build/lib/gym/envs/robotics/assets/stls/fetch copying gym/envs/robotics/assets/stls/fetch/estop_link.stl -> build/lib/gym/envs/robotics/assets/stls/fetch copying gym/envs/robotics/assets/stls/fetch/wrist_flex_link_collision.stl -> build/lib/gym/envs/robotics/assets/stls/fetch copying gym/envs/robotics/assets/stls/fetch/torso_lift_link_collision.stl -> build/lib/gym/envs/robotics/assets/stls/fetch copying gym/envs/robotics/assets/stls/fetch/base_link_collision.stl -> build/lib/gym/envs/robotics/assets/stls/fetch copying gym/envs/robotics/assets/stls/fetch/shoulder_lift_link_collision.stl -> build/lib/gym/envs/robotics/assets/stls/fetch copying gym/envs/robotics/assets/stls/fetch/r_wheel_link_collision.stl -> build/lib/gym/envs/robotics/assets/stls/fetch copying gym/envs/robotics/assets/stls/fetch/head_pan_link_collision.stl -> build/lib/gym/envs/robotics/assets/stls/fetch copying gym/envs/robotics/assets/stls/fetch/forearm_roll_link_collision.stl -> build/lib/gym/envs/robotics/assets/stls/fetch creating build/lib/gym/envs/robotics/assets/stls/hand copying gym/envs/robotics/assets/stls/hand/TH2_z.stl -> build/lib/gym/envs/robotics/assets/stls/hand copying gym/envs/robotics/assets/stls/hand/TH1_z.stl -> build/lib/gym/envs/robotics/assets/stls/hand copying gym/envs/robotics/assets/stls/hand/F1.stl -> build/lib/gym/envs/robotics/assets/stls/hand copying gym/envs/robotics/assets/stls/hand/knuckle.stl -> build/lib/gym/envs/robotics/assets/stls/hand copying gym/envs/robotics/assets/stls/hand/forearm_electric.stl -> build/lib/gym/envs/robotics/assets/stls/hand copying gym/envs/robotics/assets/stls/hand/lfmetacarpal.stl -> build/lib/gym/envs/robotics/assets/stls/hand copying gym/envs/robotics/assets/stls/hand/wrist.stl -> build/lib/gym/envs/robotics/assets/stls/hand copying gym/envs/robotics/assets/stls/hand/F2.stl -> build/lib/gym/envs/robotics/assets/stls/hand copying gym/envs/robotics/assets/stls/hand/TH3_z.stl -> build/lib/gym/envs/robotics/assets/stls/hand copying gym/envs/robotics/assets/stls/hand/F3.stl -> build/lib/gym/envs/robotics/assets/stls/hand copying gym/envs/robotics/assets/stls/hand/palm.stl -> build/lib/gym/envs/robotics/assets/stls/hand copying gym/envs/robotics/assets/stls/hand/forearm_electric_cvx.stl -> build/lib/gym/envs/robotics/assets/stls/hand creating build/lib/gym/envs/robotics/assets/textures copying gym/envs/robotics/assets/textures/block_hidden.png -> build/lib/gym/envs/robotics/assets/textures copying gym/envs/robotics/assets/textures/block.png -> build/lib/gym/envs/robotics/assets/textures =========================================================================== =======================<phase: run-depends >============================ ===> py37-gym-0.17.0 depends on package: py37-cloudpickle>=1.3.0 - not found ===> Installing existing package /packages/All/py37-cloudpickle-1.2.1.txz [head-i386-default-job-16] Installing py37-cloudpickle-1.2.1... [head-i386-default-job-16] Extracting py37-cloudpickle-1.2.1: .......... done ===> py37-gym-0.17.0 depends on package: py37-cloudpickle>=1.3.0 - not found *** Error code 1 Stop. make: stopped in /usr/ports/math/py-gym _______________________________________________ freebsd-pkg-fallout@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-pkg-fallout To unsubscribe, send any mail to "freebsd-pkg-fallout-unsubscr...@freebsd.org"