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

xmlrpcpp #113

Open
quinnabrvau opened this issue Feb 9, 2018 · 0 comments
Open

xmlrpcpp #113

quinnabrvau opened this issue Feb 9, 2018 · 0 comments

Comments

@quinnabrvau
Copy link

quinnabrvau commented Feb 9, 2018

I'm also having issues with xmlrpcpp
I've opened up my max open files limit and I've tried running with -j2 and I still get this error on every run

`
Starting >>> xmlrpcpp
[build] An internal error occurred!
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/catkin_tools/verbs/catkin_build/build.py", line 549, in build_isolated_workspace
continue_without_deps=False))
File "/usr/local/lib/python2.7/site-packages/catkin_tools/execution/executor.py", line 370, in run_until_complete
return loop.run_until_complete(coroutine)
File "/usr/local/lib/python2.7/site-packages/trollius/base_events.py", line 350, in run_until_complete
return future.result()
File "/usr/local/lib/python2.7/site-packages/trollius/futures.py", line 285, in result
compat.reraise(type(self._exception), self._exception, exc_tb)
File "/usr/local/lib/python2.7/site-packages/trollius/tasks.py", line 255, in _step
result = coro.throw(exc, None, exc_tb)
File "/usr/local/lib/python2.7/site-packages/catkin_tools/execution/executor.py", line 173, in async_job
logger.close()
File "/usr/local/lib/python2.7/site-packages/catkin_tools/execution/io.py", line 97, in close
shutil.copy(self.logfile_name, self.unique_logfile_name)
File "/usr/local/Cellar/python/2.7.14_3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 133, in copy
copyfile(src, dst)
File "/usr/local/Cellar/python/2.7.14_3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 97, in copyfile
with open(dst, 'wb') as fdst:
IOError: [Errno 24] Too many open files: '/Users/quinn/ros-install-osx/lunar_desktop_full_ws/logs/xmlrpcpp/build.cmake.000.log'

Traceback (most recent call last):
File "/usr/local/bin/catkin", line 11, in
sys.exit(main())
File "/usr/local/lib/python2.7/site-packages/catkin_tools/commands/catkin.py", line 267, in main
catkin_main(sysargs)
File "/usr/local/lib/python2.7/site-packages/catkin_tools/commands/catkin.py", line 262, in catkin_main
sys.exit(args.main(args) or 0)
File "/usr/local/lib/python2.7/site-packages/catkin_tools/verbs/catkin_build/cli.py", line 420, in main
summarize_build=opts.summarize # Can be True, False, or None
File "/usr/local/lib/python2.7/site-packages/catkin_tools/verbs/catkin_build/build.py", line 559, in build_isolated_workspace
now_built_packages, now_unbuilt_pkgs = get_built_unbuilt_packages(context, workspace_packages)
File "/usr/local/lib/python2.7/site-packages/catkin_tools/verbs/catkin_build/build.py", line 151, in get_built_unbuilt_packages
find_packages(context.package_metadata_path(), warnings=[]).items()])
File "/usr/local/lib/python2.7/site-packages/catkin_pkg/packages.py", line 86, in find_packages
packages = find_packages_allowing_duplicates(basepath, exclude_paths=exclude_paths, exclude_subspaces=exclude_subspaces, warnings=warnings)
File "/usr/local/lib/python2.7/site-packages/catkin_pkg/packages.py", line 146, in find_packages_allowing_duplicates
xml, filename=filename, warnings=warnings)
File "/usr/local/lib/python2.7/site-packages/catkin_pkg/package.py", line 502, in parse_package_string
raise InvalidPackage('The manifest contains invalid XML:\n%s' % ex)
catkin_pkg.package.InvalidPackage: The manifest contains invalid XML:
cannot import name expatbuilder
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant