pmem / pmdk

Persistent Memory Development Kit

Home Page:https://pmem.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PMEM RAS: Error: EACCES: permission denied, stat '/root/bin/git'

janekmi opened this issue · comments

Environment Information

Please provide a reproduction of the bug:

https://github.com/pmem/pmdk/actions/runs/5779892865/job/15662800756#step:8:2

How often bug is revealed: always

Actual behavior:

Unexpected error attempting to determine if executable file exists '/root/bin/git': Error: EACCES: permission denied, stat '/root/bin/git'
/usr/local/git/bin/git version
git version 2.21.0

Expected behavior:

No errors. No warnings.

Details

It seems related to #5847. The Post Clone step is confused after what has happened in the meantime. In this case, probably the Fail the workflow if the playbook finished with a failure probably ends as the root user without git installed.

Additional information about Priority and Help Requested:

Requested priority: Low