-
Notifications
You must be signed in to change notification settings - Fork 14
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
o2ac-ur pull access denied #4
Comments
Hey @iamrajee , Please excuse the confusion: the script shows an error, but this is not an obstacle. You should be able to proceed through the rest of the build instruction without doing anything about this. The error just means that you will build the image locally, which will take about 45 minutes or so, instead of downloading it. This happens because the registry still points to our old (private) repo location. I just don't have time to update it to use the Github registry instead. Let me know if you get stuck on anything, so we can fix the instructions! |
Thank you for your prompt response. While running other scripts I got a few errors, but I'm not sure if they are critical. So as you mentioned I'll proceed anyway. I will continue for now, and update here if I face any roadblocks. |
The log from |
No, It was also empty lines in the terminal as well. I have modified my terminal to record the last 20k lines. Sure, I'll look into Also, can I run |
Also, I was curious if this can be done seamlessly without docker? Error log``` ==> Processing catkin package: 'aist_handeye_calibration' ==> cmake /home/rajendra/o2ac-ur/catkin_ws/src/aist_modules/aist_handeye_calibration -DCATKIN_DEVEL_PREFIX=/home/rajendra/o2ac-ur/catkin_ws/devel_isolated/aist_handeye_calibration -DCMAKE_INSTALL_PREFIX=/home/rajendra/o2ac-ur/catkin_ws/install_isolated -G Unix Makefiles in '/home/rajendra/o2ac-ur/catkin_ws/build_isolated/aist_handeye_calibration' -- Boost version: 1.65.1 -- Found the following Boost libraries: -- system -- Using CATKIN_DEVEL_PREFIX: /home/rajendra/o2ac-ur/catkin_ws/devel_isolated/aist_handeye_calibration -- Using CMAKE_PREFIX_PATH: /opt/ros/melodic -- This workspace overlays: /opt/ros/melodic -- Found PythonInterp: /usr/bin/python2 (found suitable version "2.7.17", minimum required is "2") -- Using PYTHON_EXECUTABLE: /usr/bin/python2 -- Using Debian Python package layout -- Using empy: /usr/bin/empy -- Using CATKIN_ENABLE_TESTING: ON -- Call enable_testing() -- Using CATKIN_TEST_RESULTS_DIR: /home/rajendra/o2ac-ur/catkin_ws/build_isolated/aist_handeye_calibration/test_results -- Found gtest sources under '/usr/src/googletest': gtests will be built -- Found gmock sources under '/usr/src/googletest': gmock will be built -- Found PythonInterp: /usr/bin/python2 (found version "2.7.17") -- Using Python nosetests: /usr/bin/nosetests-2.7 -- catkin 0.7.29 -- BUILD_SHARED_LIBS is on mktemp: failed to create file via template ‘/tmp/setup.sh.XXXXXXXXXX’: Read-only file system Traceback (most recent call last): File "/home/rajendra/o2ac-ur/catkin_ws/build_isolated/aist_handeye_calibration/catkin_generated/generate_cached_setup.py", line 22, in code = generate_environment_script('/home/rajendra/o2ac-ur/catkin_ws/devel_isolated/aist_handeye_calibration/env.sh') File "/opt/ros/melodic/lib/python2.7/dist-packages/catkin/environment_cache.py", line 63, in generate_environment_script env_after = ast.literal_eval(output.decode('utf8')) File "/usr/lib/python2.7/ast.py", line 49, in literal_eval node_or_string = parse(node_or_string, mode='eval') File "/usr/lib/python2.7/ast.py", line 37, in parse return compile(source, filename, mode, PyCF_ONLY_AST) File "", line 1 Could not create temporary file: ^ SyntaxError: invalid syntax CMake Error at /opt/ros/melodic/share/catkin/cmake/safe_execute_process.cmake:11 (message): execute_process(/usr/bin/python2 "/home/rajendra/o2ac-ur/catkin_ws/build_isolated/aist_handeye_calibration/catkin_generated/generate_cached_setup.py") returned error code 1 Call Stack (most recent call first): /opt/ros/melodic/share/catkin/cmake/all.cmake:208 (safe_execute_process) /opt/ros/melodic/share/catkin/cmake/catkinConfig.cmake:20 (include) CMakeLists.txt:12 (find_package)-- Configuring incomplete, errors occurred! Reproduce this error by running: Command failed, exiting.
|
Maybe un-related but while opening the new terminal after all this, I'm getting
Also, apparently, catkin_make is not found as
Could it be because of docker, do I need to stop docker before working normally? |
You can run The instructions assume that you will Also yes, there's something up with the |
Dear @felixvd and team, first of all, thank you for the wonderful work!
I'm getting
o2ac-ur pull access denied
error as below. I'm new to dockers, not sure how can I resolve it. I would really appreciate it if you can look into this. Thank you.The text was updated successfully, but these errors were encountered: