Actions
Bug #23101
closedcompute node image building fails on nvidia package pinning
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
Deployment
Target version:
Story points:
-
Release:
Release relationship:
Auto
Description
Getting the following error message from packer-build-compute-image: #338
...
17:32:20 amazon-ebs: TASK [compute_nvidia : Install NVIDIA CUDA apt repository] *********************
17:32:21 amazon-ebs: fatal: [default]: FAILED! => {"changed": false, "msg": "E:Invalid record in the preferences file /etc/apt/preferences.d/arvados-nvidia.pref, no Package header"}
17:32:21 amazon-ebs:
17:32:21 amazon-ebs: PLAY RECAP *********************************************************************
17:32:21 amazon-ebs: default : ok=48 changed=36 unreachable=0 failed=1 skipped=12 rescued=0 ignored=0
17:32:21 amazon-ebs:
17:32:21 ==> amazon-ebs: Provisioning step had errors: Running the cleanup provisioner, if present...
...
Updated by Brett Smith 7 months ago
If it fixes your issue then 3e9746a187731a8afeafa8341be7dd3533bda6bc LGTM, it's obviously correct. Sorry about that.
Updated by Lucas Di Pentima 7 months ago
Brett Smith wrote in #note-1:
If it fixes your issue then 3e9746a187731a8afeafa8341be7dd3533bda6bc LGTM, it's obviously correct. Sorry about that.
No worries, and thanks! Double-checking here: packer-build-compute-image: #339
Updated by Lucas Di Pentima 7 months ago
- Status changed from In Progress to Resolved
Even though the pipeline run failed, it got past this specific error. If the failure was due to another bug, I'll submit a separate ticket.
Actions