Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strange build failure #13

Closed
jayvdb opened this issue Oct 27, 2018 · 0 comments
Closed

Strange build failure #13

jayvdb opened this issue Oct 27, 2018 · 0 comments
Assignees
Labels

Comments

@jayvdb
Copy link
Member

jayvdb commented Oct 27, 2018

Strange build failure. Rebuilding without cache solved it...

8:32:21 PM: --- Logging error ---
8:32:21 PM: Traceback (most recent call last):
8:32:21 PM:   File "/usr/lib/python3.6/logging/__init__.py", line 997, in emit
8:32:21 PM:     self.flush()
8:32:21 PM:   File "/usr/lib/python3.6/logging/__init__.py", line 977, in flush
8:32:21 PM:     self.stream.flush()
8:32:21 PM: BlockingIOError: [Errno 11] write could not complete without blocking
8:32:21 PM: Call stack:
8:32:21 PM:   File "/opt/buildhome/python3.6/bin/statik", line 11, in <module>
8:32:21 PM:     sys.exit(main())
8:32:21 PM:   File "/opt/buildhome/python3.6/lib/python3.6/site-packages/statik/cmdline.py", line 211, in main
8:32:21 PM:     error_context=error_context
8:32:21 PM:   File "/opt/buildhome/python3.6/lib/python3.6/site-packages/statik/generator.py", line 15, in generate
8:32:21 PM:     return project.generate(output_path=output_path, in_memory=in_memory)
8:32:21 PM:   File "/opt/buildhome/python3.6/lib/python3.6/site-packages/statik/project.py", line 148, in generate
8:32:21 PM:     self.db.shutdown()
8:32:21 PM:   File "/opt/buildhome/python3.6/lib/python3.6/site-packages/statik/database.py", line 374, in shutdown
8:32:21 PM:     clear_tracked_globals()
8:32:21 PM:   File "/opt/buildhome/python3.6/lib/python3.6/site-packages/statik/database.py", line 61, in clear_tracked_globals
8:32:21 PM:     logger.debug('Clearing tracked global: %s' % name)
8:32:21 PM: Message: 'Clearing tracked global: FileExtensionLanguage'
8:32:21 PM: Arguments: ()
8:32:21 PM: 2018-10-27 13:32:12,866	statik.database	DEBUG	Clearing tracked global: Keyword
8:32:21 PM: --- Logging error ---
8:32:21 PM: Traceback (most recent call last):
8:32:21 PM:   File "/usr/lib/python3.6/logging/__init__.py", line 997, in emit
8:32:21 PM:     self.flush()
8:32:21 PM:   File "/usr/lib/python3.6/logging/__init__.py", line 977, in flush
8:32:21 PM:     self
8:32:21 PM: .stream.flush()
8:32:21 PM: BlockingIOError: [Errno 11] write could not complete without blocking
8:32:22 PM: Call stack:
8:32:22 PM:   File "/opt/buildhome/python3.6/bin/statik", line 11, in <module>
8:32:22 PM:     sys.exit(main())
8:32:22 PM:   File "/opt/buildhome/python3.6/lib/python3.6/site-packages/statik/cmdline.py", line 211, in main
8:32:22 PM:     error_context=error_context
8:32:22 PM:   File "/opt/buildhome/python3.6/lib/python3.6/site-packages/statik/generator.py", line 15, in generate
8:32:22 PM:     return project.generate(output_path=output_path, in_memory=in_memory)
8:32:22 PM:   File "/opt/buildhome/python3.6/lib/python3.6/site-packages/statik/project.py", line 148, in generate
8:32:22 PM:     self.db.shutdown()
8:32:22 PM:   File "/opt/buildhome/python3.6/lib/python3.6/site-packages/statik/database.py", line 374, in shutdown
8:32:22 PM:     clear_tracked_globals()
8:32:22 PM:   File "/opt/buildhome/python3.6/lib/python3.6/site-packages/statik/database.py", line 61, in clear_tracked_globals
8:32:22 PM:     logger.debug('Clearing tracked global: %s' % name)
8:32:22 PM: Message: 'Clearing tracked global: Keyword'
8:32:22 PM: Arguments: ()
8:32:22 PM: 2018-10-27 13:32:12,866	statik.database	DEBUG	Clearing tracked global: AliasLanguage
8:32:22 PM: --- Logging error ---
8:32:22 PM: Traceback (most recent call last):
8:32:22 PM:   File "/usr/lib/python3.6/logging/__init__.py", line 997, in emit
8:32:22 PM:     self.flush()
8:32:22 PM:   File "/usr/lib/python3.6/logging/__init__.py", line 977, in flush
8:32:22 PM:     self.stream.flush()
8:32:22 PM: BlockingIOError: [Errno 11] write could not complete without blocking
8:32:22 PM: Call stack:
8:32:22 PM:   File "/opt/buildhome/python3.6/bin/statik", line 11, in <module>
8:32:22 PM:     sys.exit(main())
8:32:22 PM:   File "/opt/buildhome/python3.6/lib/python3.6/site-packages/statik/cmdline.py", line 211, in main
8:32:22 PM:     error_context=error_context
8:32:22 PM:   File "/opt/buildhome/python3.6/lib/python3.6/site-packages/statik/generator.py", line 15, in generate
8:32:22 PM:     return project.generate(output_path=output_path, in_memory=in_memory)
8:32:22 PM:   File "/opt/buildhome/python3.6/lib/python3.6/site-packages/statik/project.py", line 148, in generate
8:32:22 PM:     self.db.shutdown()
8:32:22 PM:   File "/opt/buildhome/python3.6/lib/python3.6/site-packages/statik/database.py", line 374, in shutdown
8:32:22 PM:     clear_tracked_globals()
8:32:22 PM:   File "/opt/buildhome/python3.6/lib/python3.6/site-packages/statik/database.py", line 61, in clear_tracked_globals
8:32:22 PM:     logger.debug('Clearing tracked global: %s' % name)
8:32:22 PM: Message: 'Clearing tracked global: AliasLanguage'
8:32:22 PM: Arguments: ()
8:32:22 PM: 2018-10-27 13:32:12,867	statik.database	DEBUG	Clearing tracked global: Alias
8:32:22 PM: --- Logging error ---
8:32:22 PM: Traceback (most recent call last):
8:32:22 PM:   File "/usr/lib/python3.6/logging/__init__.py", linCaching artifacts
@jayvdb jayvdb added the bug label Oct 27, 2018
jayvdb added a commit that referenced this issue Nov 11, 2018
jayvdb added a commit that referenced this issue Nov 11, 2018
@jayvdb jayvdb self-assigned this Nov 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant