Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@realazthat
Created July 4, 2019 15:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save realazthat/7839a22829de60aaed013908427df319 to your computer and use it in GitHub Desktop.
Save realazthat/7839a22829de60aaed013908427df319 to your computer and use it in GitHub Desktop.
Loading:
Loading: 0 packages loaded
Analyzing: target //:server (1 packages loaded, 0 targets configured)
INFO: Analyzed target //:server (1 packages loaded, 4 targets configured).
INFO: Found 1 target...
[0 / 1] [Prepa] BazelWorkspaceStatusAction stable-status.txt
Target //:server up-to-date:
bazel-bin/server
INFO: Elapsed time: 0.667s, Critical Path: 0.08s
INFO: 0 processes.
INFO: Build completed successfully, 4 total actions
INFO: Running command line: bazel-bin/server
INFO: Build completed successfully, 4 total actions
Traceback (most recent call last):
File "/home/realz/.cache/bazel/_bazel_realz/3809334db000da46ec72d728a0e8e403/execroot/__main__/bazel-out/k8-fastbuild/bin/server.runfiles/__main__/server.py", line 3, in <module>
import platform
File "/usr/lib/python3.6/platform.py", line 116, in <module>
import sys, os, re, subprocess
File "/usr/lib/python3.6/re.py", line 142, in <module>
class RegexFlag(enum.IntFlag):
AttributeError: module 'enum' has no attribute 'IntFlag'
Error in sys.excepthook:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 53, in apport_excepthook
if not enabled():
File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 24, in enabled
import re
File "/usr/lib/python3.6/re.py", line 142, in <module>
class RegexFlag(enum.IntFlag):
AttributeError: module 'enum' has no attribute 'IntFlag'
Original exception was:
Traceback (most recent call last):
File "/home/realz/.cache/bazel/_bazel_realz/3809334db000da46ec72d728a0e8e403/execroot/__main__/bazel-out/k8-fastbuild/bin/server.runfiles/__main__/server.py", line 3, in <module>
import platform
File "/usr/lib/python3.6/platform.py", line 116, in <module>
import sys, os, re, subprocess
File "/usr/lib/python3.6/re.py", line 142, in <module>
class RegexFlag(enum.IntFlag):
AttributeError: module 'enum' has no attribute 'IntFlag'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment