无法列出文件系统以检查它们是否可以被监视

Mar*_*ler 5 android gradle bitbucket-pipelines

我刚刚设置了一个 Bitbucket 管道来在 Docker 容器中构建 Android 应用程序......

但构建后,无法挂载某些未知目录:

> Task :mobile:lintDebug
Wrote HTML report to file:///opt/atlassian/pipelines/agent/build/mobile/build/reports/lint-results-debug.html
BUILD SUCCESSFUL in 2m 51s
41 actionable tasks: 41 executed
Unable to list file systems to check whether they can be watched.
The whole state of the virtual file system has been discarded.
Reason: Could not query file systems: could not open mount file (errno 2: No such file or directory)
Run Code Online (Sandbox Code Playgroud)

这是什么原因/如何消除该错误消息?