GitLab Pipline 來自守護程式的錯誤回應:無法建立填滿任務:OCI 執行階段建立失敗

GitLab Pipline 來自守護程式的錯誤回應:無法建立填滿任務:OCI 執行階段建立失敗

我遇到以下 TEST 失敗問題,並顯示以下錯誤訊息守護程序:無法建立填充任務:OCI 運行時建立失敗:runc 建立失敗:無法啟動容器程序:容器初始化問題期間初始化容器程序時出錯,這阻止了Docker容器無法正確啟動。

  > Error response from daemon: failed to create shim task: OCI runtime
    > create failed: runc create failed: unable to start container process:
    > error during container init: error mounting
    > "/builds/data-test/platform_1/Assets/config/autoload/local.php.docker"
    > to rootfs at "/storage/Assets/config/autoload/local.php": mount
    > /builds/test/platform_1/Assets/config/autoload/local.php.docker:/storage/Assets/config/autoload/local.php
    > (via /proc/self/fd/6), flags: 0x5000: not a directory: unknown: Are
    > you trying to mount a directory onto a file (or vice-versa)? Check if
    > the specified host path exists and is the expected type
    > 
    > Uploading artifacts for failed job
    >

> WARNING: junit/*.xml: no matching files. Ensure that the artifact path
> is relative to the working directory
> (/builds/test/platform_1/Assets)

這個問題的原因是什麼,任何幫助都會得到幫助。

相關內容