I am using Bitbucket to store the codebase for a pair of drupal sites that were designed by a 3rd party firm, which are hosted on Pantheon. I worked with the 3rd party to confirm that all proper SSH keys/machine tokens/etc. are in place and updates via a local clone w/ git/composer can run a pipeline through to Pantheon.
After my latest attempt to run drupal core/module updates, the pipeline now fails during the "Static Tests" & "Build PHP" stages, under "./.ci/test/static/run". It returns the following error: "
In CurlDownloader.php line 641:
could not be downloaded (HTTP/2 404 )".
The first step I would recommend is to analyze your build setup and compare the SHA for the build image used for a working vs failing build. If these are different - it could be that a sudden image update has caused the problem, in which case - you can copy the full image name (with SHA) from the working build logs into your YAML and attempt to use this to execute a fresh build.
If this doesn't resolve the issue, we will need access to your build logs/YML config so we can analyze your environment and troubleshoot further.
To do so, we need a formal support ticket so our systems will allow us to grant the necessary access. Please raise a ticket in our support portal accordingly:
If you encounter difficulties doing so, please let me know your timezone so we can raise one on your behalf.
Cheers!
- Ben (Bitbucket Cloud Support)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.