Skip to content

Instantly share code, notes, and snippets.

@davebshow
Created August 29, 2016 19:53
Show Gist options
  • Save davebshow/ccbbc7315aff59d07d26d58fb192feb1 to your computer and use it in GitHub Desktop.
Save davebshow/ccbbc7315aff59d07d26d58fb192feb1 to your computer and use it in GitHub Desktop.
[INFO] Executing tasks
main:
[exec] running pytest
[exec] Searching for tornado==4.4.1
[exec] Reading https://pypi.python.org/simple/tornado/
[exec] Best match: tornado 4.4.1
[exec] Downloading https://pypi.python.org/packages/96/5d/ff472313e8f337d5acda5d56e6ea79a43583cc8771b34c85a1f458e197c3/tornado-4.4.1.tar.gz#md5=fff8a7d7f580b04bacc2ffe7ddf41133
[exec] Processing tornado-4.4.1.tar.gz
[exec] Writing /tmp/easy_install-HmS6zn/tornado-4.4.1/setup.cfg
[exec] Running tornado-4.4.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-HmS6zn/tornado-4.4.1/egg-dist-tmp-FFlvvB
[exec] no previously-included directories found matching 'docs/build'
[exec] warning: no files found matching 'tornado/test/README'
[exec] zip_safe flag not set; analyzing archive contents...
[exec] tornado.options: module references __file__
[exec] tornado.autoreload: module references __file__
[exec] tornado.testing: module references __file__
[exec] tornado.test.template_test: module references __file__
[exec] tornado.test.locale_test: module references __file__
[exec] /usr/lib/python2.7/dist-packages/setuptools/command/bdist_egg.py:416: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
[exec] symbols = dict.fromkeys(iter_symbols(code))
[exec] tornado.test.web_test: module references __file__
[exec] tornado.test.httpserver_test: module references __file__
[exec] tornado.test.iostream_test: module references __file__
[exec] tornado.test.options_test: module references __file__
[exec]
[exec] Installed /home/davebshow/git/tinkerpop/gremlin-python/target/python/tornado-4.4.1-py2.7-linux-x86_64.egg
[exec] Searching for aenum==1.4.5
[exec] Reading https://pypi.python.org/simple/aenum/
[exec] Best match: aenum 1.4.5
[exec] Downloading https://pypi.python.org/packages/ed/5e/78527c40b2b1344cfa9ee75f10ba6ed023dbda7db82afe70817b6fce7efd/aenum-1.4.5.zip#md5=83c44f040aa69610b5fa1471c1106101
[exec] File "build/bdist.linux-x86_64/egg/aenum/test_v3.py", line 8
[exec] class MagicAutoNumberEnum(Enum, settings=AutoNumber):
[exec] ^
[exec] SyntaxError: invalid syntax
[exec]
[exec] Processing aenum-1.4.5.zip
[exec] Writing /tmp/easy_install-VsmL4f/aenum-1.4.5/setup.cfg
[exec] Running aenum-1.4.5/setup.py -q bdist_egg --dist-dir /tmp/easy_install-VsmL4f/aenum-1.4.5/egg-dist-tmp-inH35e
[exec] zip_safe flag not set; analyzing archive contents...
[exec]
[exec] Installed /home/davebshow/git/tinkerpop/gremlin-python/target/python/aenum-1.4.5-py2.7.egg
[exec] Searching for pytest
[exec] Reading https://pypi.python.org/simple/pytest/
[exec] Best match: pytest 3.0.1
[exec] Downloading https://pypi.python.org/packages/48/60/ac0e3482d1c57ace39b709c765b9e04f4478f38ab53be4dce4fa5e478f16/pytest-3.0.1.tar.gz#md5=6e736a6d7bc854b25d44a60bcba5f2f9
[exec] Processing pytest-3.0.1.tar.gz
[exec] warning: no previously-included files found matching '_pytest/impl'
[exec] warning: no previously-included files matching '*.pyc' found under directory '*'
[exec] warning: no previously-included files matching '*.pyo' found under directory '*'
[exec] warning: no previously-included files found matching 'appveyor/install.ps1'
[exec] warning: no previously-included files found matching 'appveyor.yml'
[exec] warning: no previously-included files found matching 'appveyor'
[exec] Writing /tmp/easy_install-7_M4Uc/pytest-3.0.1/setup.cfg
[exec] Running pytest-3.0.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-7_M4Uc/pytest-3.0.1/egg-dist-tmp-aCWbSt
[exec]
[exec] Installed /home/davebshow/git/tinkerpop/gremlin-python/target/python/pytest-3.0.1-py2.7.egg
[exec] Searching for py>=1.4.29
[exec] Reading https://pypi.python.org/simple/py/
[exec] Best match: py 1.4.31
[exec] Downloading https://pypi.python.org/packages/f4/9a/8dfda23f36600dd701c6722316ba8a3ab4b990261f83e7d3ffc6dfedf7ef/py-1.4.31.tar.gz#md5=5d2c63c56dc3f2115ec35c066ecd582b
[exec] Processing py-1.4.31.tar.gz
[exec] Writing /tmp/easy_install-4uFXgy/py-1.4.31/setup.cfg
[exec] Running py-1.4.31/setup.py -q bdist_egg --dist-dir /tmp/easy_install-4uFXgy/py-1.4.31/egg-dist-tmp-fw6nVG
[exec]
[exec] Installed /home/davebshow/git/tinkerpop/gremlin-python/target/python/py-1.4.31-py2.7.egg
[exec] running egg_info
[exec] creating gremlinpython.egg-info
[exec] writing requirements to gremlinpython.egg-info/requires.txt
[exec] writing gremlinpython.egg-info/PKG-INFO
[exec] writing top-level names to gremlinpython.egg-info/top_level.txt
[exec] writing dependency_links to gremlinpython.egg-info/dependency_links.txt
[exec] writing manifest file 'gremlinpython.egg-info/SOURCES.txt'
[exec] reading manifest file 'gremlinpython.egg-info/SOURCES.txt'
[exec] reading manifest template 'MANIFEST.in'
[exec] writing manifest file 'gremlinpython.egg-info/SOURCES.txt'
[exec] running build_ext
[exec] ============================= test session starts ==============================
[exec] platform linux2 -- Python 2.7.6, pytest-3.0.1, py-1.4.31, pluggy-0.3.1
[exec] rootdir: /home/davebshow/git/tinkerpop/gremlin-python/target/python, inifile: setup.cfg
[exec] collected 8 items
[exec]
[exec] tests/test_statics.py .
Aug 29, 2016 3:33:30 PM org.apache.tinkerpop.gremlin.server.op.traversal.TraversalOpProcessor lambda$select$64
WARNING: Request for side-effect keys on 78a66d78-b7a3-49fd-9d16-550d44e0cd37 returned no side-effects in the cache
Aug 29, 2016 3:33:30 PM org.apache.tinkerpop.gremlin.server.op.traversal.TraversalOpProcessor lambda$gatherSideEffect$66
WARNING: Could not find side-effects for 78a66d78-b7a3-49fd-9d16-550d44e0cd37.
Aug 29, 2016 3:33:30 PM org.apache.tinkerpop.gremlin.server.op.traversal.TraversalOpProcessor lambda$gatherSideEffect$66
WARNING: Could not find side-effect key for x in b27eb92d-27f6-432b-b48c-ebaee2d8a11b.
[exec] tests/driver/test_driver_remote_connection.py .
[exec] .
[exec] tests/process/test_traversal.py .
[exec] tests/structure/test_graph.py .
[exec] tests/structure/io/test_graphson.py ...
[exec]
[exec] generated xml file: /home/davebshow/git/tinkerpop/gremlin-python/target/python-reports/TEST-native-python.xml
[exec] =========================== 8 passed in 0.58 seconds ===========================
[INFO] Executed tasks
[INFO]
[INFO] --- gmavenplus-plugin:1.2:execute (gremlin-server-stop) @ gremlin-python ---
[INFO] Using Groovy 2.4.7 to perform execute.
[INFO] Tests for native gremlin-python complete - shutting down Gremlin Server
Aug 29, 2016 3:33:31 PM org.apache.tinkerpop.gremlin.server.GremlinServer lambda$stop$28
INFO: Shutting down OpProcessor[]
Aug 29, 2016 3:33:31 PM org.apache.tinkerpop.gremlin.server.GremlinServer lambda$stop$28
INFO: Shutting down OpProcessor[session]
Aug 29, 2016 3:33:31 PM org.apache.tinkerpop.gremlin.server.GremlinServer lambda$stop$28
INFO: Shutting down OpProcessor[control]
Aug 29, 2016 3:33:31 PM org.apache.tinkerpop.gremlin.server.GremlinServer lambda$stop$28
INFO: Shutting down OpProcessor[traversal]
Aug 29, 2016 3:33:31 PM org.apache.tinkerpop.gremlin.server.GremlinServer stop
INFO: Shutting down thread pools.
Aug 29, 2016 3:33:31 PM org.apache.tinkerpop.gremlin.server.GremlinServer lambda$null$32
INFO: Executing shutdown LifeCycleHook
Aug 29, 2016 3:33:33 PM org.apache.tinkerpop.gremlin.server.GremlinServer lambda$null$33
INFO: Closed Graph instance [graph]
Aug 29, 2016 3:33:33 PM org.apache.tinkerpop.gremlin.server.GremlinServer lambda$stop$34
INFO: Gremlin Server - shutdown complete
Aug 29, 2016 3:33:33 PM org.apache.tinkerpop.gremlin.server.GremlinServer lambda$stop$28
INFO: Shutting down OpProcessor[]
Aug 29, 2016 3:33:33 PM org.apache.tinkerpop.gremlin.server.GremlinServer lambda$stop$28
INFO: Shutting down OpProcessor[session]
Aug 29, 2016 3:33:33 PM org.apache.tinkerpop.gremlin.server.GremlinServer lambda$stop$28
INFO: Shutting down OpProcessor[control]
Aug 29, 2016 3:33:33 PM org.apache.tinkerpop.gremlin.server.GremlinServer lambda$stop$28
INFO: Shutting down OpProcessor[traversal]
Aug 29, 2016 3:33:33 PM org.apache.tinkerpop.gremlin.server.GremlinServer stop
INFO: Shutting down thread pools.
Aug 29, 2016 3:33:33 PM org.apache.tinkerpop.gremlin.server.GremlinServer lambda$null$32
INFO: Executing shutdown LifeCycleHook
Aug 29, 2016 3:33:35 PM org.apache.tinkerpop.gremlin.server.GremlinServer lambda$null$33
INFO: Closed Graph instance [graph]
Aug 29, 2016 3:33:35 PM org.apache.tinkerpop.gremlin.server.GremlinServer lambda$stop$34
INFO: Gremlin Server - shutdown complete
[INFO] Gremlin Server shutdown
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ gremlin-python ---
[INFO] Installing /home/davebshow/git/tinkerpop/gremlin-python/target/gremlin-python-3.2.2-SNAPSHOT.jar to /home/davebshow/.m2/repository/org/apache/tinkerpop/gremlin-python/3.2.2-SNAPSHOT/gremlin-python-3.2.2-SNAPSHOT.jar
[INFO] Installing /home/davebshow/git/tinkerpop/gremlin-python/pom.xml to /home/davebshow/.m2/repository/org/apache/tinkerpop/gremlin-python/3.2.2-SNAPSHOT/gremlin-python-3.2.2-SNAPSHOT.pom
[INFO] Installing /home/davebshow/git/tinkerpop/gremlin-python/target/gremlin-python-3.2.2-SNAPSHOT-sources.jar to /home/davebshow/.m2/repository/org/apache/tinkerpop/gremlin-python/3.2.2-SNAPSHOT/gremlin-python-3.2.2-SNAPSHOT-sources.jar
[INFO] Installing /home/davebshow/git/tinkerpop/gremlin-python/target/gremlin-python-3.2.2-SNAPSHOT-javadoc.jar to /home/davebshow/.m2/repository/org/apache/tinkerpop/gremlin-python/3.2.2-SNAPSHOT/gremlin-python-3.2.2-SNAPSHOT-javadoc.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:08.835s
[INFO] Finished at: Mon Aug 29 15:33:35 EDT 2016
[INFO] Final Memory: 92M/931M
[INFO] ------------------------------------------------------------------------
davebshow@davebshow:~/git/tinkerpop (*add_pytest_runner)$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment