microsoft / netperf

Automation system for executing networking performance tests
MIT License
35 stars 12 forks source link

Linux pwsh installation sometimes fails #275

Closed ProjectsByJackHe closed 2 months ago

ProjectsByJackHe commented 2 months ago

Due to limited support on the 1ES Exp. Boost SKU, the compatible images do not have pwsh installed on them by default. To overcome this, we install pwsh within the workflow. However, this runs into problems sometimes:


Full error message:

E: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 6159 (dpkg) E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it?

ProjectsByJackHe commented 2 months ago

Added a step to wait for DPKG to release lock:

image

So far, no failures in the past week or so. Closing this issue. Will reopen if failures pop up again.