Skip to content

Instantly share code, notes, and snippets.

@pmorie
Created January 14, 2015 16:50
Show Gist options
  • Select an option

  • Save pmorie/650ee39ebbdeaa92ae88 to your computer and use it in GitHub Desktop.

Select an option

Save pmorie/650ee39ebbdeaa92ae88 to your computer and use it in GitHub Desktop.
$ go run hack/e2e.go -down -v
2015/01/14 11:48:22 Running: teardown
Traceback (most recent call last):
File "/home/pmorie/google-cloud-sdk/./lib/googlecloudsdk/gcloud/gcloud.py", line 164, in <module>
_cli = CreateCLI()
File "/home/pmorie/google-cloud-sdk/./lib/googlecloudsdk/gcloud/gcloud.py", line 162, in CreateCLI
return loader.Generate()
File "/home/pmorie/google-cloud-sdk/./lib/googlecloudsdk/calliope/cli.py", line 194, in Generate
return self.__LoadCLIFromGroups()
File "/home/pmorie/google-cloud-sdk/./lib/googlecloudsdk/calliope/cli.py", line 231, in __LoadCLIFromGroups
cli = self.__MakeCLI(entry_point, parser, top_group)
File "/home/pmorie/google-cloud-sdk/./lib/googlecloudsdk/calliope/cli.py", line 337, in __MakeCLI
log.AddFileLogging(self.__logs_dir)
File "/home/pmorie/google-cloud-sdk/./lib/googlecloudsdk/core/log.py", line 532, in AddFileLogging
_log_manager.AddLogsDir(logs_dir=logs_dir)
File "/home/pmorie/google-cloud-sdk/./lib/googlecloudsdk/core/log.py", line 318, in AddLogsDir
file_handler = logging.FileHandler(log_file)
File "/usr/lib64/python2.7/logging/__init__.py", line 902, in __init__
StreamHandler.__init__(self, self._open())
File "/usr/lib64/python2.7/logging/__init__.py", line 925, in _open
stream = open(self.baseFilename, self.mode)
IOError: [Errno 30] Read-only file system: '/home/pmorie/.config/gcloud/logs/2015.01.14/11.48.23.385883.log'
2015/01/14 11:48:23 Error running teardown: exit status 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment