You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've searched other issues and no duplicate issues were found.
I'm convinced that this is not my fault but a bug.
Description
The second run of setup-dev-env.sh fails in CUDA installation step. The first run was successful and this fails occured after rebooting.
Expected behavior
Running setup-dev-env.sh completes with no problems.
Actual behavior
autoware@ros-desktop:~/edge-auto-jetson$ ./setup-dev-env.sh
Updating python and installing ansible modules.
[sudo] password for autoware:
Running ansible playbook to setup ECU.
BECOME password:
[WARNING]: No inventory was parsed, only implicit localhost is available
[WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit localhost
does not match 'all'
[Warning] Do you want to install/update the TIER IV camera driver? [y/N]: N
[Warning] Do you want to configure the network? This configuration may overwrite the IP address of the specific network interface [y/N]: N
PLAY [Setup perception ECU] *******************************************************************************
TASK [Gathering Facts] ************************************************************************************
ok: [localhost]
TASK [autoware : Add settings to autoware.env] ************************************************************
ok: [localhost]
TASK [autoware : Add sourcing command in user's bashrc] ***************************************************
ok: [localhost]
TASK [cuda : Install apt packages] ************************************************************************
fatal: [localhost]: FAILED! => {"changed": false, "msg": "Failed to update apt cache: W:Updating from such a repository can't be done securely, and is therefore disabled by default., W:See apt-secure(8) manpage for repository creation and user configuration details., E:The repository 'https://apt.kitware.com/ubuntu bionic Release' no longer has a Release file."}
PLAY RECAP ************************************************************************************************
localhost : ok=3 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0
Failed.
Steps to reproduce
1st execute setup-dev-env.sh.
reboot
2nd execute setup-dev-env.sh
Versions
ECU: ADLINK RQX-58G
NVIDIA L4T: R32.6.1 (including Ubuntu 18.04)
ROS: ROS2 Humble (native build)
Possible causes
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
TASK [cuda : Install apt packages] ********************************************************************************************************************
fatal: [localhost]: FAILED! => {"cache_update_time": 1689665079, "cache_updated": true, "changed": false, "msg": "'/usr/bin/apt-get -y -o \"Dpkg::Options::=--force-confdef\" -o \"Dpkg::Options::=--force-confold\" install 'nvidia-jetpack=4.6-b199'' failed: E: Unable to correct problems, you have held broken packages.\n", "rc": 100, "stderr": "E: Unable to correct problems, you have held broken packages.\n", "stderr_lines": ["E: Unable to correct problems, you have held broken packages."], "stdout": "Reading package lists...\nBuilding dependency tree...\nReading state information...\nSome packages could not be installed. This may mean that you have\nrequested an impossible situation or if you are using the unstable\ndistribution that some required packages have not yet been created\nor been moved out of Incoming.\nThe following information may help to resolve the situation:\n\nThe following packages have unmet dependencies:\n nvidia-jetpack : Depends: nvidia-opencv (= 4.6-b199) but it is not going to be installed\n", "stdout_lines": ["Reading package lists...", "Building dependency tree...", "Reading state information...", "Some packages could not be installed. This may mean that you have", "requested an impossible situation or if you are using the unstable", "distribution that some required packages have not yet been created", "or been moved out of Incoming.", "The following information may help to resolve the situation:", "", "The following packages have unmet dependencies:", " nvidia-jetpack : Depends: nvidia-opencv (= 4.6-b199) but it is not going to be installed"]}
Checklist
Description
The second run of
setup-dev-env.sh
fails in CUDA installation step. The first run was successful and this fails occured after rebooting.Expected behavior
Running setup-dev-env.sh completes with no problems.
Actual behavior
Steps to reproduce
setup-dev-env.sh
.setup-dev-env.sh
Versions
Possible causes
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: