Skip to content

Instantly share code, notes, and snippets.

@evanlucas
Created January 4, 2017 17:00
Show Gist options
  • Save evanlucas/4817c0068121ed59827de30c067d9943 to your computer and use it in GitHub Desktop.
Save evanlucas/4817c0068121ed59827de30c067d9943 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "tools/test.py", line 1700, in <module>
sys.exit(Main())
File "tools/test.py", line 1674, in Main
if RunTestCases(cases_to_run, options.progress, options.j, options.flaky_tests):
File "tools/test.py", line 905, in RunTestCases
return progress.Run(tasks)
File "tools/test.py", line 107, in Run
self.RunSingle(False, 0)
File "tools/test.py", line 141, in RunSingle
output = case.Run()
File "/Users/evan/dev/code/forks/WORK-node/tools/test.py", line 505, in Run
result = self.RunCommand(self.GetCommand(), {
File "/Users/evan/dev/code/forks/WORK-node/test/abort/../testpy/__init__.py", line 60, in GetCommand
result = [self.config.context.GetVm(self.arch, self.mode)]
File "tools/test.py", line 871, in GetVm
if not ProcessOptions(options):
File "tools/test.py", line 1429, in ProcessOptions
options.j = int(cores) if cores is not None else multiprocessing.cpu_count()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/__init__.py", line 136, in cpu_count
raise NotImplementedError('cannot determine number of cpus')
NotImplementedError: cannot determine number of cpus
make: *** [test] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment