Haskell カートリッジに基づいてアプリケーションを作成しようとすると、次のようなエラーが発生します。
The initial build for the application failed: Shell command '/sbin/runuser -s /bin/sh 55c67c940c1e6694ac000017 -c "exec /usr/bin/runcon 'unconfined_u:system_r:openshift_t:s0:c5,c753' /bin/sh -c \"gear postreceive --init >> /tmp/initial-build.log 2>&1\""' returned an error. rc=137 .Last 10 kB of build output: The server is not running, nothing to stop. Repairing links for 1 deployments Building git ref 'master', commit 6b8beb4 Downloading the latest package list from hackage.haskell.org
これは、Snap、Yesod、Scotty などの Openshift ハブの定義済みカートリッジ、および wiki ( https://wiki.haskell.org/Web/Cloud ) で定義されたカートリッジで発生します。
アプリケーションが作成されないため、ログを確認できず、エラー メッセージから多くを得ることができないため、助けを求めています。Haskell 以外のカートリッジ タイプを試してみましたが、問題なく作成されました。