------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/expat-2.2.6_1.tgz Installing /packages/All/indexinfo-0.3.1.tgz Installing /packages/All/libffi-3.2.1_3.tgz Installing /packages/All/ncurses-6.1.20190525.tgz Installing /packages/All/readline-8.0.0.tgz Installing /packages/All/gettext-runtime-0.20.1.tgz Installing /packages/All/openssl-1.0.2s,1.tgz Message from openssl-1.0.2s,1: Edit /usr/local/openssl/openssl.cnf to fit your needs. Installing /packages/All/python36-3.6.9.tgz Message from python36-3.6.9: =========================================================================== Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: py36-gdbm databases/py-gdbm@py36 py36-sqlite3 databases/py-sqlite3@py36 py36-tkinter x11-toolkits/py-tkinter@py36 =========================================================================== Installing /packages/All/py36-setuptools-41.0.1.tgz Installing /packages/All/py36-cloudpickle-1.2.1.tgz Installing /packages/All/metis-5.1.0_8.tgz Message from metis-5.1.0_8: ===> NOTICE: The metis port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port Installing /packages/All/gmp-6.1.2_1.tgz Installing /packages/All/mpfr-4.0.2.tgz Installing /packages/All/mpc-1.1.0_2.tgz Installing /packages/All/binutils-2.32_1,1.tgz Installing /packages/All/gcc8-8.3.0_3.tgz Message from gcc8-8.3.0_3: To ensure binaries built with this toolchain find appropriate versions of the necessary run-time libraries, you may want to link using -Wl,-rpath=/usr/local/lib/gcc8 For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens transparently. Installing /packages/All/blas-3.5.0_6.tgz Installing /packages/All/lapack-3.5.0_8.tgz Installing /packages/All/openblas-0.2.20_10,1.tgz Installing /packages/All/suitesparse-5.2.0_4.tgz Installing /packages/All/py36-numpy-1.16.4_1,1.tgz Installing /packages/All/py36-pyglet-1.2.4.tgz Installing /packages/All/py36-scipy-1.2.2_1.tgz Installing /packages/All/py36-six-1.12.0.tgz SUCCEEDED 00:00:15 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- x===> Fetching all distfiles required by py36-gym-0.14.0 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- x===> Fetching all distfiles required by py36-gym-0.14.0 for building => SHA256 Checksum OK for gym-0.14.0.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- x===> Fetching all distfiles required by py36-gym-0.14.0 for building ===> Extracting for py36-gym-0.14.0 => SHA256 Checksum OK for gym-0.14.0.tar.gz. Extracted Memory Use: 4.56M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- x===> Patching for py36-gym-0.14.0 SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- x===> Configuring for py36-gym-0.14.0 running config SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- x===> Building for py36-gym-0.14.0 running build running build_py creating build creating build/lib creating build/lib/gym copying gym/core.py -> build/lib/gym copying gym/version.py -> build/lib/gym copying gym/__init__.py -> build/lib/gym copying gym/error.py -> build/lib/gym copying gym/logger.py -> build/lib/gym creating build/lib/gym/envs copying gym/envs/registration.py -> build/lib/gym/envs copying gym/envs/__init__.py -> build/lib/gym/envs creating build/lib/gym/utils copying gym/utils/closer.py -> build/lib/gym/utils copying gym/utils/colorize.py -> build/lib/gym/utils copying gym/utils/seeding.py -> build/lib/gym/utils copying gym/utils/__init__.py -> build/lib/gym/utils copying gym/utils/ezpickle.py -> build/lib/gym/utils copying gym/utils/atomic_write.py -> build/lib/gym/utils copying gym/utils/json_utils.py -> build/lib/gym/utils copying gym/utils/play.py -> build/lib/gym/utils creating build/lib/gym/spaces copying gym/spaces/tuple.py -> build/lib/gym/spaces copying gym/spaces/__init__.py -> build/lib/gym/spaces copying gym/spaces/dict.py -> build/lib/gym/spaces copying gym/spaces/multi_discrete.py -> build/lib/gym/spaces copying gym/spaces/space.py -> build/lib/gym/spaces copying gym/spaces/multi_binary.py -> build/lib/gym/spaces copying gym/spaces/utils.py -> build/lib/gym/spaces copying gym/spaces/box.py -> build/lib/gym/spaces copying gym/spaces/discrete.py -> build/lib/gym/spaces creating build/lib/gym/wrappers copying gym/wrappers/clip_reward.py -> build/lib/gym/wrappers copying gym/wrappers/test_resize_observation.py -> build/lib/gym/wrappers copying gym/wrappers/test_atari_preprocessing.py -> build/lib/gym/wrappers copying gym/wrappers/dict.py -> build/lib/gym/wrappers copying gym/wrappers/atari_preprocessing.py -> build/lib/gym/wrappers copying gym/wrappers/resize_observation.py -> build/lib/gym/wrappers copying gym/wrappers/clip_action.py -> build/lib/gym/wrappers copying gym/wrappers/__init__.py -> build/lib/gym/wrappers copying gym/wrappers/monitor.py -> build/lib/gym/wrappers copying gym/wrappers/test_sign_reward.py -> build/lib/gym/wrappers copying gym/wrappers/filter_observation.py -> build/lib/gym/wrappers copying gym/wrappers/sign_reward.py -> build/lib/gym/wrappers copying gym/wrappers/test_filter_observation.py -> build/lib/gym/wrappers copying gym/wrappers/test_clip_action.py -> build/lib/gym/wrappers copying gym/wrappers/time_limit.py -> build/lib/gym/wrappers copying gym/wrappers/test_clip_reward.py -> build/lib/gym/wrappers creating build/lib/gym/vector copying gym/vector/sync_vector_env.py -> build/lib/gym/vector copying gym/vector/__init__.py -> build/lib/gym/vector copying gym/vector/async_vector_env.py -> build/lib/gym/vector copying gym/vector/vector_env.py -> build/lib/gym/vector creating build/lib/gym/envs/unittest copying gym/envs/unittest/memorize_digits.py -> 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 creating 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 copying gym/envs/box2d/test_lunar_lander.py -> 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/lunar_lander.py -> build/lib/gym/envs/box2d creating build/lib/gym/envs/tests copying gym/envs/tests/test_determinism.py -> build/lib/gym/envs/tests copying gym/envs/tests/test_frozenlake_dfs.py -> build/lib/gym/envs/tests copying gym/envs/tests/test_envs.py -> build/lib/gym/envs/tests copying gym/envs/tests/test_kellycoinflip.py -> 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/spec_list.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/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/classic_control copying gym/envs/classic_control/__init__.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 copying gym/envs/classic_control/continuous_mountain_car.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/rendering.py -> build/lib/gym/envs/classic_control copying gym/envs/classic_control/pendulum.py -> build/lib/gym/envs/classic_control creating build/lib/gym/envs/robotics copying gym/envs/robotics/rotations.py -> build/lib/gym/envs/robotics copying gym/envs/robotics/utils.py -> build/lib/gym/envs/robotics copying gym/envs/robotics/__init__.py -> build/lib/gym/envs/robotics copying gym/envs/robotics/hand_env.py -> build/lib/gym/envs/robotics copying gym/envs/robotics/robot_env.py -> build/lib/gym/envs/robotics copying gym/envs/robotics/fetch_env.py -> build/lib/gym/envs/robotics creating build/lib/gym/envs/algorithmic copying gym/envs/algorithmic/reversed_addition.py -> build/lib/gym/envs/algorithmic copying gym/envs/algorithmic/algorithmic_env.py -> build/lib/gym/envs/algorithmic copying gym/envs/algorithmic/copy_.py -> build/lib/gym/envs/algorithmic copying gym/envs/algorithmic/duplicated_input.py -> build/lib/gym/envs/algorithmic copying gym/envs/algorithmic/repeat_copy.py -> build/lib/gym/envs/algorithmic copying gym/envs/algorithmic/__init__.py -> build/lib/gym/envs/algorithmic copying gym/envs/algorithmic/reverse.py -> build/lib/gym/envs/algorithmic creating build/lib/gym/envs/mujoco copying gym/envs/mujoco/swimmer_v3.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/hopper_v3.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/inverted_double_pendulum.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/pusher.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/thrower.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/humanoid_v3.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/striker.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/walker2d_v3.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/reacher.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/__init__.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/walker2d.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/ant.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/inverted_pendulum.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/mujoco_env.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/humanoidstandup.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/swimmer.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/humanoid.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/hopper.py -> build/lib/gym/envs/mujoco copying gym/envs/mujoco/half_cheetah_v3.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 creating build/lib/gym/envs/toy_text copying gym/envs/toy_text/nchain.py -> 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/taxi.py -> build/lib/gym/envs/toy_text copying gym/envs/toy_text/guessing_game.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/__init__.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/roulette.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/frozen_lake.py -> build/lib/gym/envs/toy_text 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/robotics/fetch copying gym/envs/robotics/fetch/slide.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/pick_and_place.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/__init__.py -> build/lib/gym/envs/robotics/fetch creating build/lib/gym/envs/algorithmic/tests copying gym/envs/algorithmic/tests/test_algorithmic.py -> build/lib/gym/envs/algorithmic/tests copying gym/envs/algorithmic/tests/__init__.py -> build/lib/gym/envs/algorithmic/tests creating build/lib/gym/spaces/tests copying gym/spaces/tests/test_spaces.py -> build/lib/gym/spaces/tests copying gym/spaces/tests/__init__.py -> build/lib/gym/spaces/tests creating build/lib/gym/wrappers/monitoring copying gym/wrappers/monitoring/stats_recorder.py -> build/lib/gym/wrappers/monitoring copying gym/wrappers/monitoring/__init__.py -> build/lib/gym/wrappers/monitoring copying gym/wrappers/monitoring/video_recorder.py -> build/lib/gym/wrappers/monitoring creating build/lib/gym/wrappers/tests copying gym/wrappers/tests/__init__.py -> build/lib/gym/wrappers/tests 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/__init__.py -> build/lib/gym/wrappers/monitoring/tests copying gym/wrappers/monitoring/tests/test_video_recorder.py -> build/lib/gym/wrappers/monitoring/tests creating build/lib/gym/vector/tests copying gym/vector/tests/utils.py -> build/lib/gym/vector/tests copying gym/vector/tests/test_shared_memory.py -> build/lib/gym/vector/tests copying gym/vector/tests/test_spaces.py -> build/lib/gym/vector/tests copying gym/vector/tests/test_async_vector_env.py -> build/lib/gym/vector/tests copying gym/vector/tests/test_sync_vector_env.py -> build/lib/gym/vector/tests copying gym/vector/tests/test_vector_env.py -> build/lib/gym/vector/tests copying gym/vector/tests/__init__.py -> build/lib/gym/vector/tests copying gym/vector/tests/test_numpy_utils.py -> build/lib/gym/vector/tests creating build/lib/gym/vector/utils copying gym/vector/utils/numpy_utils.py -> 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/misc.py -> build/lib/gym/vector/utils creating build/lib/gym/envs/mujoco/assets copying gym/envs/mujoco/assets/ant.xml -> build/lib/gym/envs/mujoco/assets copying gym/envs/mujoco/assets/pusher.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/point.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/inverted_double_pendulum.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/hopper.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/thrower.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/humanoid.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/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/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/reach.xml -> 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/pick_and_place.xml -> build/lib/gym/envs/robotics/assets/fetch copying gym/envs/robotics/assets/fetch/shared.xml -> build/lib/gym/envs/robotics/assets/fetch creating 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 copying gym/envs/robotics/assets/hand/robot_touch_sensors_92.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/manipulate_block.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.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/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.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/reach.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/shoulder_pan_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/torso_fixed_link.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/upperarm_roll_link_collision.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/wrist_roll_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/gripper_link.stl -> 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/elbow_flex_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/base_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 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/estop_link.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 creating 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/F3.stl -> 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/forearm_electric.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/F1.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/wrist.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_cvx.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/lfmetacarpal.stl -> build/lib/gym/envs/robotics/assets/stls/hand creating build/lib/gym/envs/robotics/assets/textures copying gym/envs/robotics/assets/textures/block.png -> build/lib/gym/envs/robotics/assets/textures copying gym/envs/robotics/assets/textures/block_hidden.png -> build/lib/gym/envs/robotics/assets/textures SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- x===> Staging for py36-gym-0.14.0 ===> Generating temporary packing list running install running build running build_py running install_lib creating /construction/math/py-gym/stage/usr/local/lib/python3.6 creating /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages creating /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym creating /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/vector copying build/lib/gym/vector/vector_env.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/vector copying build/lib/gym/vector/sync_vector_env.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/vector creating /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/vector/utils copying build/lib/gym/vector/utils/__init__.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/vector/utils copying build/lib/gym/vector/utils/shared_memory.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/vector/utils copying build/lib/gym/vector/utils/spaces.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/vector/utils copying build/lib/gym/vector/utils/misc.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/vector/utils copying build/lib/gym/vector/utils/numpy_utils.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/vector/utils creating /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/vector/tests copying build/lib/gym/vector/tests/test_sync_vector_env.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/vector/tests copying build/lib/gym/vector/tests/test_async_vector_env.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/vector/tests copying build/lib/gym/vector/tests/test_vector_env.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/vector/tests copying build/lib/gym/vector/tests/test_spaces.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/vector/tests copying build/lib/gym/vector/tests/__init__.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/vector/tests copying build/lib/gym/vector/tests/test_numpy_utils.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/vector/tests copying build/lib/gym/vector/tests/utils.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/vector/tests copying build/lib/gym/vector/tests/test_shared_memory.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/vector/tests copying build/lib/gym/vector/async_vector_env.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/vector copying build/lib/gym/vector/__init__.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/vector creating /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/wrappers copying build/lib/gym/wrappers/monitor.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/wrappers copying build/lib/gym/wrappers/test_clip_action.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/wrappers copying build/lib/gym/wrappers/resize_observation.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/wrappers copying build/lib/gym/wrappers/time_limit.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/wrappers copying build/lib/gym/wrappers/dict.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/wrappers copying build/lib/gym/wrappers/test_clip_reward.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/wrappers copying build/lib/gym/wrappers/__init__.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/wrappers copying build/lib/gym/wrappers/test_resize_observation.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/wrappers copying build/lib/gym/wrappers/clip_reward.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/wrappers copying build/lib/gym/wrappers/clip_action.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/wrappers copying build/lib/gym/wrappers/test_atari_preprocessing.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/wrappers copying build/lib/gym/wrappers/test_sign_reward.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/wrappers creating /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/wrappers/tests copying build/lib/gym/wrappers/tests/__init__.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/wrappers/tests copying build/lib/gym/wrappers/atari_preprocessing.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/wrappers copying build/lib/gym/wrappers/filter_observation.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/wrappers copying build/lib/gym/wrappers/test_filter_observation.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/wrappers creating /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/wrappers/monitoring copying build/lib/gym/wrappers/monitoring/__init__.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/wrappers/monitoring copying build/lib/gym/wrappers/monitoring/video_recorder.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/wrappers/monitoring copying build/lib/gym/wrappers/monitoring/stats_recorder.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/wrappers/monitoring creating /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/wrappers/monitoring/tests copying build/lib/gym/wrappers/monitoring/tests/helpers.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/wrappers/monitoring/tests copying build/lib/gym/wrappers/monitoring/tests/__init__.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/wrappers/monitoring/tests copying build/lib/gym/wrappers/monitoring/tests/test_video_recorder.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/wrappers/monitoring/tests copying build/lib/gym/wrappers/sign_reward.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/wrappers copying build/lib/gym/__init__.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym copying build/lib/gym/version.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym creating /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs creating /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco copying build/lib/gym/envs/mujoco/inverted_pendulum.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco copying build/lib/gym/envs/mujoco/swimmer_v3.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco copying build/lib/gym/envs/mujoco/swimmer.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco copying build/lib/gym/envs/mujoco/walker2d_v3.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco copying build/lib/gym/envs/mujoco/inverted_double_pendulum.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco copying build/lib/gym/envs/mujoco/striker.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco copying build/lib/gym/envs/mujoco/humanoidstandup.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco copying build/lib/gym/envs/mujoco/half_cheetah_v3.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco copying build/lib/gym/envs/mujoco/humanoid.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco copying build/lib/gym/envs/mujoco/pusher.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco copying build/lib/gym/envs/mujoco/humanoid_v3.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco copying build/lib/gym/envs/mujoco/half_cheetah.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco copying build/lib/gym/envs/mujoco/walker2d.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco copying build/lib/gym/envs/mujoco/__init__.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco copying build/lib/gym/envs/mujoco/ant.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco copying build/lib/gym/envs/mujoco/hopper.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco copying build/lib/gym/envs/mujoco/ant_v3.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco copying build/lib/gym/envs/mujoco/reacher.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco copying build/lib/gym/envs/mujoco/mujoco_env.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco creating /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco/assets copying build/lib/gym/envs/mujoco/assets/pusher.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco/assets copying build/lib/gym/envs/mujoco/assets/half_cheetah.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco/assets copying build/lib/gym/envs/mujoco/assets/striker.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco/assets copying build/lib/gym/envs/mujoco/assets/swimmer.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco/assets copying build/lib/gym/envs/mujoco/assets/reacher.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco/assets copying build/lib/gym/envs/mujoco/assets/ant.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco/assets copying build/lib/gym/envs/mujoco/assets/inverted_pendulum.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco/assets copying build/lib/gym/envs/mujoco/assets/thrower.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco/assets copying build/lib/gym/envs/mujoco/assets/walker2d.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco/assets copying build/lib/gym/envs/mujoco/assets/inverted_double_pendulum.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco/assets copying build/lib/gym/envs/mujoco/assets/point.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco/assets copying build/lib/gym/envs/mujoco/assets/humanoid.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco/assets copying build/lib/gym/envs/mujoco/assets/hopper.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco/assets copying build/lib/gym/envs/mujoco/assets/humanoidstandup.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco/assets copying build/lib/gym/envs/mujoco/thrower.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco copying build/lib/gym/envs/mujoco/hopper_v3.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco creating /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/unittest copying build/lib/gym/envs/unittest/cube_crash.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/unittest copying build/lib/gym/envs/unittest/memorize_digits.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/unittest copying build/lib/gym/envs/unittest/__init__.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/unittest creating /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/box2d copying build/lib/gym/envs/box2d/lunar_lander.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/box2d copying build/lib/gym/envs/box2d/bipedal_walker.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/box2d copying build/lib/gym/envs/box2d/test_lunar_lander.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/box2d copying build/lib/gym/envs/box2d/__init__.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/box2d copying build/lib/gym/envs/box2d/car_dynamics.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/box2d copying build/lib/gym/envs/box2d/car_racing.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/box2d creating /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/tests copying build/lib/gym/envs/tests/test_envs.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/tests copying build/lib/gym/envs/tests/test_mujoco_v2_to_v3_conversion.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/tests copying build/lib/gym/envs/tests/test_kellycoinflip.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/tests copying build/lib/gym/envs/tests/__init__.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/tests copying build/lib/gym/envs/tests/spec_list.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/tests copying build/lib/gym/envs/tests/test_frozenlake_dfs.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/tests copying build/lib/gym/envs/tests/test_determinism.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/tests copying build/lib/gym/envs/tests/test_envs_semantics.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/tests copying build/lib/gym/envs/tests/test_registration.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/tests creating /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/atari copying build/lib/gym/envs/atari/atari_env.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/atari copying build/lib/gym/envs/atari/__init__.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/atari creating /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/toy_text copying build/lib/gym/envs/toy_text/frozen_lake.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/toy_text copying build/lib/gym/envs/toy_text/blackjack.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/toy_text copying build/lib/gym/envs/toy_text/discrete.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/toy_text copying build/lib/gym/envs/toy_text/guessing_game.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/toy_text copying build/lib/gym/envs/toy_text/taxi.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/toy_text copying build/lib/gym/envs/toy_text/cliffwalking.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/toy_text copying build/lib/gym/envs/toy_text/roulette.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/toy_text copying build/lib/gym/envs/toy_text/kellycoinflip.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/toy_text copying build/lib/gym/envs/toy_text/__init__.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/toy_text copying build/lib/gym/envs/toy_text/nchain.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/toy_text copying build/lib/gym/envs/toy_text/hotter_colder.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/toy_text creating /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics copying build/lib/gym/envs/robotics/fetch_env.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics creating /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets creating /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/stls creating /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/stls/hand copying build/lib/gym/envs/robotics/assets/stls/hand/TH2_z.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/stls/hand copying build/lib/gym/envs/robotics/assets/stls/hand/knuckle.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/stls/hand copying build/lib/gym/envs/robotics/assets/stls/hand/forearm_electric_cvx.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/stls/hand copying build/lib/gym/envs/robotics/assets/stls/hand/TH1_z.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/stls/hand copying build/lib/gym/envs/robotics/assets/stls/hand/F3.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/stls/hand copying build/lib/gym/envs/robotics/assets/stls/hand/lfmetacarpal.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/stls/hand copying build/lib/gym/envs/robotics/assets/stls/hand/F2.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/stls/hand copying build/lib/gym/envs/robotics/assets/stls/hand/wrist.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/stls/hand copying build/lib/gym/envs/robotics/assets/stls/hand/palm.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/stls/hand copying build/lib/gym/envs/robotics/assets/stls/hand/F1.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/stls/hand copying build/lib/gym/envs/robotics/assets/stls/hand/forearm_electric.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/stls/hand copying build/lib/gym/envs/robotics/assets/stls/hand/TH3_z.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/stls/hand creating /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/stls/fetch copying build/lib/gym/envs/robotics/assets/stls/fetch/r_wheel_link_collision.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/stls/fetch copying build/lib/gym/envs/robotics/assets/stls/fetch/laser_link.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/stls/fetch copying build/lib/gym/envs/robotics/assets/stls/fetch/head_pan_link_collision.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/stls/fetch copying build/lib/gym/envs/robotics/assets/stls/fetch/wrist_roll_link_collision.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/stls/fetch copying build/lib/gym/envs/robotics/assets/stls/fetch/upperarm_roll_link_collision.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/stls/fetch copying build/lib/gym/envs/robotics/assets/stls/fetch/bellows_link_collision.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/stls/fetch copying build/lib/gym/envs/robotics/assets/stls/fetch/gripper_link.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/stls/fetch copying build/lib/gym/envs/robotics/assets/stls/fetch/estop_link.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/stls/fetch copying build/lib/gym/envs/robotics/assets/stls/fetch/shoulder_pan_link_collision.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/stls/fetch copying build/lib/gym/envs/robotics/assets/stls/fetch/torso_fixed_link.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/stls/fetch copying build/lib/gym/envs/robotics/assets/stls/fetch/elbow_flex_link_collision.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/stls/fetch copying build/lib/gym/envs/robotics/assets/stls/fetch/forearm_roll_link_collision.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/stls/fetch copying build/lib/gym/envs/robotics/assets/stls/fetch/head_tilt_link_collision.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/stls/fetch copying build/lib/gym/envs/robotics/assets/stls/fetch/l_wheel_link_collision.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/stls/fetch copying build/lib/gym/envs/robotics/assets/stls/fetch/torso_lift_link_collision.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/stls/fetch copying build/lib/gym/envs/robotics/assets/stls/fetch/base_link_collision.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/stls/fetch copying build/lib/gym/envs/robotics/assets/stls/fetch/wrist_flex_link_collision.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/stls/fetch copying build/lib/gym/envs/robotics/assets/stls/fetch/shoulder_lift_link_collision.stl -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/stls/fetch creating /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/textures copying build/lib/gym/envs/robotics/assets/textures/block_hidden.png -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/textures copying build/lib/gym/envs/robotics/assets/textures/block.png -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/textures copying build/lib/gym/envs/robotics/assets/LICENSE.md -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets creating /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/hand copying build/lib/gym/envs/robotics/assets/hand/manipulate_pen.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/hand copying build/lib/gym/envs/robotics/assets/hand/manipulate_egg_touch_sensors.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/hand copying build/lib/gym/envs/robotics/assets/hand/shared.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/hand copying build/lib/gym/envs/robotics/assets/hand/manipulate_block_touch_sensors.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/hand copying build/lib/gym/envs/robotics/assets/hand/manipulate_block.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/hand copying build/lib/gym/envs/robotics/assets/hand/reach.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/hand copying build/lib/gym/envs/robotics/assets/hand/robot_touch_sensors_92.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/hand copying build/lib/gym/envs/robotics/assets/hand/shared_touch_sensors_92.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/hand copying build/lib/gym/envs/robotics/assets/hand/manipulate_egg.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/hand copying build/lib/gym/envs/robotics/assets/hand/manipulate_pen_touch_sensors.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/hand copying build/lib/gym/envs/robotics/assets/hand/robot.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/hand copying build/lib/gym/envs/robotics/assets/hand/shared_asset.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/hand creating /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/fetch copying build/lib/gym/envs/robotics/assets/fetch/shared.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/fetch copying build/lib/gym/envs/robotics/assets/fetch/slide.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/fetch copying build/lib/gym/envs/robotics/assets/fetch/robot.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/fetch copying build/lib/gym/envs/robotics/assets/fetch/reach.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/fetch copying build/lib/gym/envs/robotics/assets/fetch/pick_and_place.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/fetch copying build/lib/gym/envs/robotics/assets/fetch/push.xml -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/assets/fetch copying build/lib/gym/envs/robotics/rotations.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics copying build/lib/gym/envs/robotics/utils.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics copying build/lib/gym/envs/robotics/robot_env.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics copying build/lib/gym/envs/robotics/__init__.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics creating /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/fetch copying build/lib/gym/envs/robotics/fetch/reach.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/fetch copying build/lib/gym/envs/robotics/fetch/pick_and_place.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/fetch copying build/lib/gym/envs/robotics/fetch/slide.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/fetch copying build/lib/gym/envs/robotics/fetch/push.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/fetch copying build/lib/gym/envs/robotics/fetch/__init__.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/fetch copying build/lib/gym/envs/robotics/hand_env.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics creating /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/hand copying build/lib/gym/envs/robotics/hand/manipulate.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/hand copying build/lib/gym/envs/robotics/hand/__init__.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/hand copying build/lib/gym/envs/robotics/hand/reach.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/hand copying build/lib/gym/envs/robotics/hand/manipulate_touch_sensors.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/hand creating /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/classic_control copying build/lib/gym/envs/classic_control/acrobot.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/classic_control copying build/lib/gym/envs/classic_control/rendering.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/classic_control copying build/lib/gym/envs/classic_control/mountain_car.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/classic_control copying build/lib/gym/envs/classic_control/continuous_mountain_car.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/classic_control copying build/lib/gym/envs/classic_control/cartpole.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/classic_control creating /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/classic_control/assets copying build/lib/gym/envs/classic_control/assets/clockwise.png -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/classic_control/assets copying build/lib/gym/envs/classic_control/pendulum.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/classic_control copying build/lib/gym/envs/classic_control/__init__.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/classic_control copying build/lib/gym/envs/registration.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs copying build/lib/gym/envs/__init__.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs creating /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/algorithmic copying build/lib/gym/envs/algorithmic/duplicated_input.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/algorithmic copying build/lib/gym/envs/algorithmic/repeat_copy.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/algorithmic copying build/lib/gym/envs/algorithmic/algorithmic_env.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/algorithmic copying build/lib/gym/envs/algorithmic/copy_.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/algorithmic copying build/lib/gym/envs/algorithmic/__init__.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/algorithmic creating /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/algorithmic/tests copying build/lib/gym/envs/algorithmic/tests/__init__.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/algorithmic/tests copying build/lib/gym/envs/algorithmic/tests/test_algorithmic.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/algorithmic/tests copying build/lib/gym/envs/algorithmic/reverse.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/algorithmic copying build/lib/gym/envs/algorithmic/reversed_addition.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/algorithmic copying build/lib/gym/logger.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym creating /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/spaces creating /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/spaces/tests copying build/lib/gym/spaces/tests/test_spaces.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/spaces/tests copying build/lib/gym/spaces/tests/__init__.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/spaces/tests copying build/lib/gym/spaces/multi_binary.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/spaces copying build/lib/gym/spaces/tuple.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/spaces copying build/lib/gym/spaces/utils.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/spaces copying build/lib/gym/spaces/box.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/spaces copying build/lib/gym/spaces/space.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/spaces copying build/lib/gym/spaces/__init__.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/spaces copying build/lib/gym/spaces/multi_discrete.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/spaces copying build/lib/gym/spaces/discrete.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/spaces copying build/lib/gym/spaces/dict.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/spaces copying build/lib/gym/error.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym creating /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/utils copying build/lib/gym/utils/play.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/utils copying build/lib/gym/utils/colorize.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/utils copying build/lib/gym/utils/__init__.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/utils copying build/lib/gym/utils/json_utils.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/utils copying build/lib/gym/utils/atomic_write.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/utils copying build/lib/gym/utils/closer.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/utils copying build/lib/gym/utils/seeding.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/utils copying build/lib/gym/utils/ezpickle.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/utils copying build/lib/gym/core.py -> /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/vector/vector_env.py to vector_env.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/vector/sync_vector_env.py to sync_vector_env.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/vector/utils/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/vector/utils/shared_memory.py to shared_memory.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/vector/utils/spaces.py to spaces.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/vector/utils/misc.py to misc.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/vector/utils/numpy_utils.py to numpy_utils.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/vector/tests/test_sync_vector_env.py to test_sync_vector_env.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/vector/tests/test_async_vector_env.py to test_async_vector_env.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/vector/tests/test_vector_env.py to test_vector_env.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/vector/tests/test_spaces.py to test_spaces.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/vector/tests/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/vector/tests/test_numpy_utils.py to test_numpy_utils.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/vector/tests/utils.py to utils.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/vector/tests/test_shared_memory.py to test_shared_memory.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/vector/async_vector_env.py to async_vector_env.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/vector/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/wrappers/monitor.py to monitor.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/wrappers/test_clip_action.py to test_clip_action.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/wrappers/resize_observation.py to resize_observation.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/wrappers/time_limit.py to time_limit.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/wrappers/dict.py to dict.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/wrappers/test_clip_reward.py to test_clip_reward.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/wrappers/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/wrappers/test_resize_observation.py to test_resize_observation.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/wrappers/clip_reward.py to clip_reward.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/wrappers/clip_action.py to clip_action.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/wrappers/test_atari_preprocessing.py to test_atari_preprocessing.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/wrappers/test_sign_reward.py to test_sign_reward.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/wrappers/tests/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/wrappers/atari_preprocessing.py to atari_preprocessing.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/wrappers/filter_observation.py to filter_observation.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/wrappers/test_filter_observation.py to test_filter_observation.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/wrappers/monitoring/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/wrappers/monitoring/video_recorder.py to video_recorder.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/wrappers/monitoring/stats_recorder.py to stats_recorder.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/wrappers/monitoring/tests/helpers.py to helpers.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/wrappers/monitoring/tests/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/wrappers/monitoring/tests/test_video_recorder.py to test_video_recorder.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/wrappers/sign_reward.py to sign_reward.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/version.py to version.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco/inverted_pendulum.py to inverted_pendulum.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco/swimmer_v3.py to swimmer_v3.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco/swimmer.py to swimmer.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco/walker2d_v3.py to walker2d_v3.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco/inverted_double_pendulum.py to inverted_double_pendulum.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco/striker.py to striker.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco/humanoidstandup.py to humanoidstandup.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco/half_cheetah_v3.py to half_cheetah_v3.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco/humanoid.py to humanoid.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco/pusher.py to pusher.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco/humanoid_v3.py to humanoid_v3.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco/half_cheetah.py to half_cheetah.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco/walker2d.py to walker2d.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco/ant.py to ant.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco/hopper.py to hopper.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco/ant_v3.py to ant_v3.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco/reacher.py to reacher.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco/mujoco_env.py to mujoco_env.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco/thrower.py to thrower.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/mujoco/hopper_v3.py to hopper_v3.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/unittest/cube_crash.py to cube_crash.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/unittest/memorize_digits.py to memorize_digits.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/unittest/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/box2d/lunar_lander.py to lunar_lander.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/box2d/bipedal_walker.py to bipedal_walker.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/box2d/test_lunar_lander.py to test_lunar_lander.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/box2d/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/box2d/car_dynamics.py to car_dynamics.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/box2d/car_racing.py to car_racing.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/tests/test_envs.py to test_envs.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/tests/test_mujoco_v2_to_v3_conversion.py to test_mujoco_v2_to_v3_conversion.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/tests/test_kellycoinflip.py to test_kellycoinflip.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/tests/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/tests/spec_list.py to spec_list.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/tests/test_frozenlake_dfs.py to test_frozenlake_dfs.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/tests/test_determinism.py to test_determinism.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/tests/test_envs_semantics.py to test_envs_semantics.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/tests/test_registration.py to test_registration.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/atari/atari_env.py to atari_env.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/atari/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/toy_text/frozen_lake.py to frozen_lake.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/toy_text/blackjack.py to blackjack.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/toy_text/discrete.py to discrete.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/toy_text/guessing_game.py to guessing_game.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/toy_text/taxi.py to taxi.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/toy_text/cliffwalking.py to cliffwalking.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/toy_text/roulette.py to roulette.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/toy_text/kellycoinflip.py to kellycoinflip.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/toy_text/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/toy_text/nchain.py to nchain.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/toy_text/hotter_colder.py to hotter_colder.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/fetch_env.py to fetch_env.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/rotations.py to rotations.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/utils.py to utils.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/robot_env.py to robot_env.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/fetch/reach.py to reach.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/fetch/pick_and_place.py to pick_and_place.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/fetch/slide.py to slide.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/fetch/push.py to push.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/fetch/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/hand_env.py to hand_env.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/hand/manipulate.py to manipulate.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/hand/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/hand/reach.py to reach.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/robotics/hand/manipulate_touch_sensors.py to manipulate_touch_sensors.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/classic_control/acrobot.py to acrobot.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/classic_control/rendering.py to rendering.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/classic_control/mountain_car.py to mountain_car.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/classic_control/continuous_mountain_car.py to continuous_mountain_car.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/classic_control/cartpole.py to cartpole.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/classic_control/pendulum.py to pendulum.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/classic_control/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/registration.py to registration.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/algorithmic/duplicated_input.py to duplicated_input.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/algorithmic/repeat_copy.py to repeat_copy.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/algorithmic/algorithmic_env.py to algorithmic_env.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/algorithmic/copy_.py to copy_.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/algorithmic/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/algorithmic/tests/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/algorithmic/tests/test_algorithmic.py to test_algorithmic.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/algorithmic/reverse.py to reverse.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/envs/algorithmic/reversed_addition.py to reversed_addition.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/logger.py to logger.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/spaces/tests/test_spaces.py to test_spaces.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/spaces/tests/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/spaces/multi_binary.py to multi_binary.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/spaces/tuple.py to tuple.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/spaces/utils.py to utils.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/spaces/box.py to box.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/spaces/space.py to space.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/spaces/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/spaces/multi_discrete.py to multi_discrete.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/spaces/discrete.py to discrete.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/spaces/dict.py to dict.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/error.py to error.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/utils/play.py to play.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/utils/colorize.py to colorize.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/utils/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/utils/json_utils.py to json_utils.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/utils/atomic_write.py to atomic_write.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/utils/closer.py to closer.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/utils/seeding.py to seeding.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/utils/ezpickle.py to ezpickle.cpython-36.pyc byte-compiling /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym/core.py to core.cpython-36.pyc writing byte-compilation script '/tmp/tmpo4bouczs.py' /usr/local/bin/python3.6 /tmp/tmpo4bouczs.py removing /tmp/tmpo4bouczs.py running install_egg_info running egg_info writing gym.egg-info/PKG-INFO writing dependency_links to gym.egg-info/dependency_links.txt writing requirements to gym.egg-info/requires.txt writing top-level names to gym.egg-info/top_level.txt reading manifest file 'gym.egg-info/SOURCES.txt' writing manifest file 'gym.egg-info/SOURCES.txt' Copying gym.egg-info to /construction/math/py-gym/stage/usr/local/lib/python3.6/site-packages/gym-0.14.0-py3.6.egg-info running install_scripts writing list of installed files to '/construction/math/py-gym/.PLIST.pymodtmp' ===> Creating unique files: Move MAN files needing SUFFIX ===> Creating unique files: Move files needing SUFFIX ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:07 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- x====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- x===> Building package for py36-gym-0.14.0 file sizes/checksums [519]: 0% file sizes/checksums [519]: 19% file sizes/checksums [519]: 38% file sizes/checksums [519]: 57% file sizes/checksums [519]: 77% file sizes/checksums [519]: 96% file sizes/checksums [519]: 100% packing files [519]: 0% packing files [519]: 19% packing files [519]: 38% packing files [519]: 57% packing files [519]: 77% packing files [519]: 96% packing files [519]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:33