running test running egg_info writing requirements to FireWorks.egg-info/requires.txt writing FireWorks.egg-info/PKG-INFO writing top-level names to FireWorks.egg-info/top_level.txt writing dependency_links to FireWorks.egg-info/dependency_links.txt writing entry points to FireWorks.egg-info/entry_points.txt reading manifest file 'FireWorks.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.pyc' found under directory 'docs' writing manifest file 'FireWorks.egg-info/SOURCES.txt' running build_ext /usr/local/miniconda/lib/python2.7/site-packages/nose/config.py:264: RuntimeWarning: Option 'with-coverage' in config file 'setup.cfg' ignored: excluded by runtime environment warn(msg, RuntimeWarning) /usr/local/miniconda/lib/python2.7/site-packages/nose/config.py:264: RuntimeWarning: Option 'cover-erase' in config file 'setup.cfg' ignored: excluded by runtime environment warn(msg, RuntimeWarning) test_init (fireworks.core.tests.test_firework.FiretaskBaseTest) ... ok test_copy (fireworks.core.tests.test_firework.WorkflowTest) Test that we can produce a copy of a Workflow but that the copy ... ok test_init (fireworks.core.tests.test_firework.WorkflowTest) ... ok test_archive_wf (fireworks.core.tests.test_launchpad.LaunchPadDefuseReigniteRerunArchiveDeleteTest) ... ok test_defuse_fw (fireworks.core.tests.test_launchpad.LaunchPadDefuseReigniteRerunArchiveDeleteTest) ... ok test_defuse_fw_after_completion (fireworks.core.tests.test_launchpad.LaunchPadDefuseReigniteRerunArchiveDeleteTest) ... ok test_defuse_wf (fireworks.core.tests.test_launchpad.LaunchPadDefuseReigniteRerunArchiveDeleteTest) ... ok test_defuse_wf_after_partial_run (fireworks.core.tests.test_launchpad.LaunchPadDefuseReigniteRerunArchiveDeleteTest) ... ok test_delete_wf (fireworks.core.tests.test_launchpad.LaunchPadDefuseReigniteRerunArchiveDeleteTest) ... ok test_pause_fw (fireworks.core.tests.test_launchpad.LaunchPadDefuseReigniteRerunArchiveDeleteTest) ... ok test_pause_wf (fireworks.core.tests.test_launchpad.LaunchPadDefuseReigniteRerunArchiveDeleteTest) ... ok test_reignite_fw (fireworks.core.tests.test_launchpad.LaunchPadDefuseReigniteRerunArchiveDeleteTest) ... ok test_reignite_wf (fireworks.core.tests.test_launchpad.LaunchPadDefuseReigniteRerunArchiveDeleteTest) ... ok test_rerun_fws2 (fireworks.core.tests.test_launchpad.LaunchPadDefuseReigniteRerunArchiveDeleteTest) ... ok test_detect_lostruns (fireworks.core.tests.test_launchpad.LaunchPadLostRunsDetectTest) ... /Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/topology.py:145: UserWarning: MongoClient opened before fork. Create MongoClient with connect=False, or create client after forking. See PyMongo's documentation for details: http://api.mongodb.org/python/current/faq.html#pymongo-fork-safe> "MongoClient opened before fork. Create MongoClient " ok test_detect_lostruns_defuse (fireworks.core.tests.test_launchpad.LaunchPadLostRunsDetectTest) ... /Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/topology.py:145: UserWarning: MongoClient opened before fork. Create MongoClient with connect=False, or create client after forking. See PyMongo's documentation for details: http://api.mongodb.org/python/current/faq.html#pymongo-fork-safe> "MongoClient opened before fork. Create MongoClient " ok test_state_after_run_start (fireworks.core.tests.test_launchpad.LaunchPadLostRunsDetectTest) ... /Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/topology.py:145: UserWarning: MongoClient opened before fork. Create MongoClient with connect=False, or create client after forking. See PyMongo's documentation for details: http://api.mongodb.org/python/current/faq.html#pymongo-fork-safe> "MongoClient opened before fork. Create MongoClient " ok test__recover_completed (fireworks.core.tests.test_launchpad.LaunchPadOfflineTest) ... ok test_recover_errors (fireworks.core.tests.test_launchpad.LaunchPadOfflineTest) ... Traceback (most recent call last): File "/Users/rbiswas/soft/fireworks/fireworks/core/launchpad.py", line 1459, in recover_offline with open(offline_loc) as f: IOError: [Errno 2] No such file or directory: u'/Users/rbiswas/soft/fireworks/fireworks/core/tests/launcher_offline/FW_offline.json' ok test_except_details_on_rerun (fireworks.core.tests.test_launchpad.LaunchPadRerunExceptionTest) ... Traceback (most recent call last): File "/Users/rbiswas/soft/fireworks/fireworks/core/rocket.py", line 224, in run m_action = t.run_task(my_spec) File "/Users/rbiswas/soft/fireworks/fireworks/core/tests/tasks.py", line 22, in run_task raise SerializableException(self['exc_details']) SerializableException ok test_task_level_rerun (fireworks.core.tests.test_launchpad.LaunchPadRerunExceptionTest) ... Traceback (most recent call last): File "/Users/rbiswas/soft/fireworks/fireworks/core/rocket.py", line 224, in run m_action = t.run_task(my_spec) File "/Users/rbiswas/soft/fireworks/fireworks/core/tests/tasks.py", line 22, in run_task raise SerializableException(self['exc_details']) SerializableException ok test_task_level_rerun_cp (fireworks.core.tests.test_launchpad.LaunchPadRerunExceptionTest) ... Traceback (most recent call last): File "/Users/rbiswas/soft/fireworks/fireworks/core/rocket.py", line 224, in run m_action = t.run_task(my_spec) File "/Users/rbiswas/soft/fireworks/fireworks/core/tests/tasks.py", line 22, in run_task raise SerializableException(self['exc_details']) SerializableException ok test_task_level_rerun_prev_dir (fireworks.core.tests.test_launchpad.LaunchPadRerunExceptionTest) ... Traceback (most recent call last): File "/Users/rbiswas/soft/fireworks/fireworks/core/rocket.py", line 224, in run m_action = t.run_task(my_spec) File "/Users/rbiswas/soft/fireworks/fireworks/core/tests/tasks.py", line 22, in run_task raise SerializableException(self['exc_details']) SerializableException ok test_add_wf (fireworks.core.tests.test_launchpad.LaunchPadTest) ... ok test_dict_from_file (fireworks.core.tests.test_launchpad.LaunchPadTest) ... ok test_pw_check (fireworks.core.tests.test_launchpad.LaunchPadTest) ... ok test_reset (fireworks.core.tests.test_launchpad.LaunchPadTest) ... ok test_fix_db_inconsistencies_completed (fireworks.core.tests.test_launchpad.WFLockTest) ... /Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/topology.py:145: UserWarning: MongoClient opened before fork. Create MongoClient with connect=False, or create client after forking. See PyMongo's documentation for details: http://api.mongodb.org/python/current/faq.html#pymongo-fork-safe> "MongoClient opened before fork. Create MongoClient " ok test_fix_db_inconsistencies_fizzled (fireworks.core.tests.test_launchpad.WFLockTest) ... /Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/topology.py:145: UserWarning: MongoClient opened before fork. Create MongoClient with connect=False, or create client after forking. See PyMongo's documentation for details: http://api.mongodb.org/python/current/faq.html#pymongo-fork-safe> "MongoClient opened before fork. Create MongoClient " Traceback (most recent call last): File "/Users/rbiswas/soft/fireworks/fireworks/core/rocket.py", line 224, in run m_action = t.run_task(my_spec) File "/Users/rbiswas/soft/fireworks/fireworks/core/tests/tasks.py", line 75, in run_task raise ValueError('Testing; this error is normal.') ValueError: Testing; this error is normal. ok test_archive_wf (fireworks.core.tests.test_launchpad.WorkflowFireworkStatesTest) ... ok test_defuse_fw (fireworks.core.tests.test_launchpad.WorkflowFireworkStatesTest) ... ok test_defuse_fw_after_completion (fireworks.core.tests.test_launchpad.WorkflowFireworkStatesTest) ... ok test_defuse_wf (fireworks.core.tests.test_launchpad.WorkflowFireworkStatesTest) ... ok test_reignite_fw (fireworks.core.tests.test_launchpad.WorkflowFireworkStatesTest) ... ok test_reignite_wf (fireworks.core.tests.test_launchpad.WorkflowFireworkStatesTest) ... ok test_rerun_fws (fireworks.core.tests.test_launchpad.WorkflowFireworkStatesTest) ... ok test_rerun_timed_fws (fireworks.core.tests.test_launchpad.WorkflowFireworkStatesTest) ... /Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/topology.py:145: UserWarning: MongoClient opened before fork. Create MongoClient with connect=False, or create client after forking. See PyMongo's documentation for details: http://api.mongodb.org/python/current/faq.html#pymongo-fork-safe> "MongoClient opened before fork. Create MongoClient " /Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/topology.py:145: UserWarning: MongoClient opened before fork. Create MongoClient with connect=False, or create client after forking. See PyMongo's documentation for details: http://api.mongodb.org/python/current/faq.html#pymongo-fork-safe> "MongoClient opened before fork. Create MongoClient " ok test_postproc_exception (fireworks.core.tests.test_rocket.RocketTest) ... Traceback (most recent call last): File "/Users/rbiswas/soft/fireworks/fireworks/core/rocket.py", line 321, in run lp.complete_launch(launch_id, m_action, final_state) File "/Users/rbiswas/soft/fireworks/fireworks/core/launchpad.py", line 1158, in complete_launch self.launches.find_one_and_replace({'launch_id': m_launch.launch_id}, m_launch.to_db_dict(), File "/Users/rbiswas/soft/fireworks/fireworks/utilities/fw_serializers.py", line 148, in _decorator m_dict = func(self, *args, **kwargs) File "/Users/rbiswas/soft/fireworks/fireworks/core/firework.py", line 524, in to_db_dict m_d = self.to_dict() File "/Users/rbiswas/soft/fireworks/fireworks/utilities/fw_serializers.py", line 149, in _decorator m_dict = recursive_dict(m_dict) File "/Users/rbiswas/soft/fireworks/fireworks/utilities/fw_serializers.py", line 90, in recursive_dict for k, v in obj.items()} File "/Users/rbiswas/soft/fireworks/fireworks/utilities/fw_serializers.py", line 90, in for k, v in obj.items()} File "/Users/rbiswas/soft/fireworks/fireworks/utilities/fw_serializers.py", line 83, in recursive_dict return recursive_dict(obj.as_dict(), preserve_unicode) File "/Users/rbiswas/soft/fireworks/fireworks/utilities/fw_serializers.py", line 219, in as_dict return self.to_dict() File "/Users/rbiswas/soft/fireworks/fireworks/utilities/fw_serializers.py", line 149, in _decorator m_dict = recursive_dict(m_dict) File "/Users/rbiswas/soft/fireworks/fireworks/utilities/fw_serializers.py", line 90, in recursive_dict for k, v in obj.items()} File "/Users/rbiswas/soft/fireworks/fireworks/utilities/fw_serializers.py", line 90, in for k, v in obj.items()} File "/Users/rbiswas/soft/fireworks/fireworks/utilities/fw_serializers.py", line 93, in recursive_dict return [recursive_dict(v, preserve_unicode) for v in obj] File "/Users/rbiswas/soft/fireworks/fireworks/utilities/fw_serializers.py", line 83, in recursive_dict return recursive_dict(obj.as_dict(), preserve_unicode) File "/Users/rbiswas/soft/fireworks/fireworks/utilities/fw_serializers.py", line 219, in as_dict return self.to_dict() File "/Users/rbiswas/soft/fireworks/fireworks/core/tests/tasks.py", line 39, in to_dict raise RuntimeError("to_dict error") RuntimeError: to_dict error ok test_serializable_exception (fireworks.core.tests.test_rocket.RocketTest) ... Traceback (most recent call last): File "/Users/rbiswas/soft/fireworks/fireworks/core/rocket.py", line 224, in run m_action = t.run_task(my_spec) File "/Users/rbiswas/soft/fireworks/fireworks/core/tests/tasks.py", line 22, in run_task raise SerializableException(self['exc_details']) SerializableException ok test_tracker (fireworks.core.tests.test_tracker.TrackerTest) Launch a workflow and track the files ... ok test_tracker_failed_fw (fireworks.core.tests.test_tracker.TrackerTest) Add a bad firetask to workflow and test the tracking ... cat: 4: No such file or directory Traceback (most recent call last): File "/Users/rbiswas/soft/fireworks/fireworks/core/rocket.py", line 224, in run m_action = t.run_task(my_spec) File "/Users/rbiswas/soft/fireworks/fireworks/user_objects/firetasks/script_task.py", line 37, in run_task return self._run_task_internal(fw_spec, stdin) File "/Users/rbiswas/soft/fireworks/fireworks/user_objects/firetasks/script_task.py", line 90, in _run_task_internal raise RuntimeError('ScriptTask fizzled! Return code: {}'.format(returncodes)) RuntimeError: ScriptTask fizzled! Return code: [1] ok test_tracker_mlaunch (fireworks.core.tests.test_tracker.TrackerTest) Test the tracker for mlaunch ... /Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/topology.py:145: UserWarning: MongoClient opened before fork. Create MongoClient with connect=False, or create client after forking. See PyMongo's documentation for details: http://api.mongodb.org/python/current/faq.html#pymongo-fork-safe> "MongoClient opened before fork. Create MongoClient " ok test_flatten_dict (fireworks.features.tests.test_introspect.IntrospectTest) ... ok test_archive_dir (fireworks.user_objects.firetasks.tests.test_fileio_tasks.CompressDecompressArchiveDirTest) ... ok test_compress_dir (fireworks.user_objects.firetasks.tests.test_fileio_tasks.CompressDecompressArchiveDirTest) ... ok test_init (fireworks.user_objects.firetasks.tests.test_fileio_tasks.FileWriteDeleteTest) ... ok test_run (fireworks.user_objects.firetasks.tests.test_fileio_tasks.FileWriteDeleteTest) ... ok test_addfilestask_run (fireworks.user_objects.firetasks.tests.test_filepad_tasks.FilePadTasksTest) ... ok test_deletefilestask_run (fireworks.user_objects.firetasks.tests.test_filepad_tasks.FilePadTasksTest) ... ok test_getfilestask_run (fireworks.user_objects.firetasks.tests.test_filepad_tasks.FilePadTasksTest) ... ok test_task (fireworks.user_objects.firetasks.tests.test_script_task.PyTaskTest) ... ok test_task_auto_kwargs (fireworks.user_objects.firetasks.tests.test_script_task.PyTaskTest) ... ok test_scripttask (fireworks.user_objects.firetasks.tests.test_script_task.ScriptTaskTest) ... ok test_task (fireworks.user_objects.firetasks.tests.test_templatewriter_task.TemplateWriterTaskTest) ... ok test_override (fireworks.user_objects.queue_adapters.tests.test_common_adapter.CommonAdapterTest) ... ok test_parse_jobid (fireworks.user_objects.queue_adapters.tests.test_common_adapter.CommonAdapterTest) ... ok test_parse_njobs (fireworks.user_objects.queue_adapters.tests.test_common_adapter.CommonAdapterTest) ... ok test_serialization (fireworks.user_objects.queue_adapters.tests.test_common_adapter.CommonAdapterTest) ... ok test_status_cmd_pbs (fireworks.user_objects.queue_adapters.tests.test_common_adapter.CommonAdapterTest) ... ok test_yaml_load (fireworks.user_objects.queue_adapters.tests.test_common_adapter.CommonAdapterTest) ... ok test_add_file (fireworks.utilities.tests.test_filepad.FilePadTest) ... ok test_add_file_with_no_label (fireworks.utilities.tests.test_filepad.FilePadTest) ... ok test_delete_file (fireworks.utilities.tests.test_filepad.FilePadTest) ... ok test_get_file (fireworks.utilities.tests.test_filepad.FilePadTest) ... ok test_update_file (fireworks.utilities.tests.test_filepad.FilePadTest) ... ok test_update_file_by_id (fireworks.utilities.tests.test_filepad.FilePadTest) ... ok test_explicit_serialization (fireworks.utilities.tests.test_fw_serializers.ExplicitSerializationTest) ... ok test_as_dict (fireworks.utilities.tests.test_fw_serializers.SerializationTest) ... ok test_complex_json (fireworks.utilities.tests.test_fw_serializers.SerializationTest) ... ok test_complex_yaml (fireworks.utilities.tests.test_fw_serializers.SerializationTest) ... ok test_implicit_serialization (fireworks.utilities.tests.test_fw_serializers.SerializationTest) ... ok test_json (fireworks.utilities.tests.test_fw_serializers.SerializationTest) ... ok test_numpy_array (fireworks.utilities.tests.test_fw_serializers.SerializationTest) ... ok test_sanity (fireworks.utilities.tests.test_fw_serializers.SerializationTest) ... ok test_serialize_fw_decorator (fireworks.utilities.tests.test_fw_serializers.SerializationTest) ... ok test_unicode_json (fireworks.utilities.tests.test_fw_serializers.SerializationTest) ... ok test_unicode_json_file (fireworks.utilities.tests.test_fw_serializers.SerializationTest) ... ok test_unicode_yaml (fireworks.utilities.tests.test_fw_serializers.SerializationTest) ... ok test_unicode_yaml_file (fireworks.utilities.tests.test_fw_serializers.SerializationTest) ... ok test_yaml (fireworks.utilities.tests.test_fw_serializers.SerializationTest) ... ok test_update_path (fireworks.utilities.tests.test_update_collection.UpdateCollectionTests) ... 0%| | 0/1 [00:00 "MongoClient opened before fork. Create MongoClient " ok test_early_exit (fireworks.tests.multiprocessing_tests.TestEarlyExit) ... /Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/topology.py:145: UserWarning: MongoClient opened before fork. Create MongoClient with connect=False, or create client after forking. See PyMongo's documentation for details: http://api.mongodb.org/python/current/faq.html#pymongo-fork-safe> "MongoClient opened before fork. Create MongoClient " ok test_pickle (fireworks.tests.multiprocessing_tests.TestLinks) ... ok test_config (fireworks.tests.test_fw_config.ConfigTest) ... ok ---------------------------------------------------------------------- Ran 116 tests in 113.916s OK Exception in thread pymongo_kill_cursors_thread: Traceback (most recent call last): File "/usr/local/miniconda/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "/usr/local/miniconda/lib/python2.7/threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) File "/Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/periodic_executor.py", line 124, in _run while not self._stopped and _time() < deadline: TypeError: 'NoneType' object is not callable Exception in thread pymongo_server_monitor_thread: Traceback (most recent call last): File "/usr/local/miniconda/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "/usr/local/miniconda/lib/python2.7/threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) File "/Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/periodic_executor.py", line 124, in _run while not self._stopped and _time() < deadline: TypeError: 'NoneType' object is not callable Exception in thread pymongo_kill_cursors_thread: Traceback (most recent call last): File "/usr/local/miniconda/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "/usr/local/miniconda/lib/python2.7/threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) File "/Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/periodic_executor.py", line 124, in _run while not self._stopped and _time() < deadline: TypeError: 'NoneType' object is not callable Exception in thread pymongo_server_monitor_thread: Traceback (most recent call last): File "/usr/local/miniconda/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "/usr/local/miniconda/lib/python2.7/threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) File "/Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/periodic_executor.py", line 124, in _run while not self._stopped and _time() < deadline: TypeError: 'NoneType' object is not callable Exception in thread pymongo_kill_cursors_thread: Traceback (most recent call last): File "/usr/local/miniconda/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "/usr/local/miniconda/lib/python2.7/threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) File "/Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/periodic_executor.py", line 124, in _run while not self._stopped and _time() < deadline: TypeError: 'NoneType' object is not callable Exception in thread pymongo_server_monitor_thread: Traceback (most recent call last): File "/usr/local/miniconda/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "/usr/local/miniconda/lib/python2.7/threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) File "/Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/periodic_executor.py", line 124, in _run while not self._stopped and _time() < deadline: TypeError: 'NoneType' object is not callable Exception in thread pymongo_server_monitor_thread: Traceback (most recent call last): File "/usr/local/miniconda/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "/usr/local/miniconda/lib/python2.7/threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) File "/Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/periodic_executor.py", line 124, in _run while not self._stopped and _time() < deadline: TypeError: 'NoneType' object is not callable Exception in thread pymongo_kill_cursors_thread: Traceback (most recent call last): File "/usr/local/miniconda/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "/usr/local/miniconda/lib/python2.7/threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) File "/Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/periodic_executor.py", line 124, in _run while not self._stopped and _time() < deadline: TypeError: 'NoneType' object is not callable Exception in thread pymongo_server_monitor_thread: Traceback (most recent call last): File "/usr/local/miniconda/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "/usr/local/miniconda/lib/python2.7/threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) File "/Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/periodic_executor.py", line 124, in _run while not self._stopped and _time() < deadline: TypeError: 'NoneType' object is not callable Exception in thread pymongo_server_monitor_thread: Traceback (most recent call last): File "/usr/local/miniconda/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "/usr/local/miniconda/lib/python2.7/threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) File "/Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/periodic_executor.py", line 124, in _run while not self._stopped and _time() < deadline: TypeError: 'NoneType' object is not callable Exception in thread pymongo_kill_cursors_thread: Traceback (most recent call last): File "/usr/local/miniconda/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "/usr/local/miniconda/lib/python2.7/threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) File "/Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/periodic_executor.py", line 124, in _run while not self._stopped and _time() < deadline: TypeError: 'NoneType' object is not callable Exception in thread pymongo_kill_cursors_thread: Traceback (most recent call last): File "/usr/local/miniconda/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "/usr/local/miniconda/lib/python2.7/threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) File "/Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/periodic_executor.py", line 124, in _run while not self._stopped and _time() < deadline: TypeError: 'NoneType' object is not callable Exception in thread pymongo_server_monitor_thread: Traceback (most recent call last): File "/usr/local/miniconda/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "/usr/local/miniconda/lib/python2.7/threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) File "/Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/periodic_executor.py", line 124, in _run while not self._stopped and _time() < deadline: TypeError: 'NoneType' object is not callable Exception in thread pymongo_kill_cursors_thread: Traceback (most recent call last): File "/usr/local/miniconda/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "/usr/local/miniconda/lib/python2.7/threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) File "/Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/periodic_executor.py", line 124, in _run while not self._stopped and _time() < deadline: TypeError: 'NoneType' object is not callable Exception in thread pymongo_server_monitor_thread: Traceback (most recent call last): File "/usr/local/miniconda/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "/usr/local/miniconda/lib/python2.7/threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) File "/Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/periodic_executor.py", line 124, in _run while not self._stopped and _time() < deadline: TypeError: 'NoneType' object is not callable Exception in thread pymongo_server_monitor_thread: Traceback (most recent call last): File "/usr/local/miniconda/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "/usr/local/miniconda/lib/python2.7/threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) File "/Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/periodic_executor.py", line 124, in _run while not self._stopped and _time() < deadline: TypeError: 'NoneType' object is not callable Exception in thread pymongo_kill_cursors_thread: Traceback (most recent call last): File "/usr/local/miniconda/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "/usr/local/miniconda/lib/python2.7/threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) File "/Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/periodic_executor.py", line 124, in _run while not self._stopped and _time() < deadline: TypeError: 'NoneType' object is not callable