This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ python build_docker.py --targets all --image-tag testtest --no-force-rebuild | |
| Project args: | |
| {'disable_git_protect': False, | |
| 'gcr_project': None, | |
| 'image_tag': 'testtest', | |
| 'no_force_rebuild': True, | |
| 'remote_git_hash': None, | |
| 'remote_git_tag': None, | |
| 'skip_base_image_build': False, | |
| 'skip_cleanup': False, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Standard Error | |
| Exception in thread WorkflowRequestMonitor.monitor_thread: | |
| Traceback (most recent call last): | |
| File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner | |
| self.run() | |
| File "/usr/lib/python2.7/threading.py", line 754, in run | |
| self.__target(*self.__args, **self.__kwargs) | |
| File "/galaxy/lib/galaxy/workflow/scheduling_manager.py", line 276, in __monitor | |
| self.__schedule(workflow_scheduler_id, workflow_scheduler) | |
| File "/galaxy/lib/galaxy/workflow/scheduling_manager.py", line 281, in __schedule |