Closed otischung closed 1 month ago
Same as in the x86-64 platform
1 warning found (use docker --debug to expand): - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 20) Building /home/otischung/workspaces/isaac_ros_common/scripts/../docker/Dockerfile.ros2_humble as image: ros2_humble-image with base: x86_64-image [+] Building 229.2s (14/26) docker:default => [internal] load build definition from Dockerfile.ros2_humble 0.0s => => transferring dockerfile: 13.51kB 0.0s => WARN: InvalidDefaultArgInFrom: Default value for ARG $BASE_IMAGE results in empty or invalid base image name 0.0s => WARN: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 17) 0.0s => [internal] load metadata for docker.io/library/x86_64-image:latest 0.0s => [internal] load .dockerignore 0.0s => => transferring context: 2B 0.0s => [stage-0 1/22] FROM docker.io/library/x86_64-image:latest 0.3s => [internal] load build context 0.1s => => transferring context: 276.31kB 0.0s => [stage-0 2/22] RUN mkdir -p /opt/nvidia/isaac_ros_dev_base && dpkg-query -W | sort > /opt/nvidia/isaac_ros_d 0.1s => [stage-0 3/22] RUN locale-gen en_US en_US.UTF-8 && update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 1.4s => [stage-0 4/22] RUN echo "Warning: Using the PYTHONWARNINGS environment variable to silence setup.py and easy 0.1s => [stage-0 5/22] RUN --mount=type=cache,target=/var/cache/apt curl -sSL https://raw.githubusercontent.com/ 4.1s => [stage-0 6/22] RUN --mount=type=cache,target=/var/cache/apt apt-get update && apt-get install -y de 77.1s => [stage-0 7/22] RUN python3 -m pip install -U flake8-blind-except flake8-builtins fl 15.1s => [stage-0 8/22] RUN --mount=type=cache,target=/var/cache/apt apt-get update && apt-get install -y ros-h 130.1s => [stage-0 9/22] COPY rosdep/extra_rosdeps.yaml /etc/ros/rosdep/sources.list.d/nvidia-isaac.yaml 0.0s => ERROR [stage-0 10/22] RUN --mount=type=cache,target=/var/cache/apt rosdep init && echo "yaml file:/// 0.6s ------
> [stage-0 10/22] RUN --mount=type=cache,target=/var/cache/apt rosdep init && echo "yaml file:///etc/ros/rosdep/sources.list.d/nvidia-isaac.yaml" | tee /etc/ros/rosdep/sources.list.d/00-nvidia-isaac.list && rosdep update:
0.497 ERROR: cannot download default sources list from:
0.497 https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/sources.list.d/20-default.list 0.497 Website may be down.
0.497 <urlopen error <urlopen error [Errno 104] Connection reset by peer> (https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/sources.list.d/20-default.list)>
------
Dockerfile.ros2_humble:130
--------------------
129 | COPY rosdep/extra_rosdeps.yaml /etc/ros/rosdep/sources.list.d/nvidia-isaac.yaml 130 | >>> RUN --mount=type=cache,target=/var/cache/apt \
131 | >>> rosdep init \
132 | >>> && echo "yaml file:///etc/ros/rosdep/sources.list.d/nvidia-isaac.yaml" | tee /etc/ros/rosdep/sources.list.d/00-nvidia-isaac.list \
133 | >>> && rosdep update
134 |
--------------------
ERROR: failed to solve: process "/bin/bash -c rosdep init && echo \"yaml file:///etc/ros/rosdep/sources.list.d/nvidia-isaac.yaml\" | tee /etc/ros/rosdep/sources.list.d/00-nvidia-isaac.list && rosdep update" did not complete successfully: exit code: 4
~/workspaces/isaac_ros_common/scripts
Platform system: Linux 5.15.0-121-generic #131~20.04.1-Ubuntu, NVIDIA-SMI 555.42.06, Driver Version: 555.42.06, CUDA Version: 12.5
Hi,
I wasn't able to reproduce the issue on my x86_64 machine. I suspect it might be related to your internet connection. Could you try connecting to a different network and see if the problem persists?
In addition, on your current network, please check if you're able to access the following URLs:
Since you couldn't reproduce this error, I tried a different network and repeated the same steps. The image was successfully built. Then, I used a VPN on the same target machine via the same wired connection, and it worked. It seems that our IPs were being rate-limited by GitHub. I've found a solution for this issue and will now close it. I really appreciate your comment.
I ran the
isaac_ros_commom/scripts/run_dev.sh
and got the following error:The git repo commit:
Platform System: Jetpack 6.0 [L4T 36.3.0]