A previously deployed Pivotal Web Services (PWS) application is encountering a failure when attempting to push (with no changes to the source code or dependencies) to the PWS.
One example of this can be seen while deploying Ruby applications (Note: Python and Node.js are similar). The application uses Ruby version 2.2.1 which was the latest release at the time the application was originally deployed. Over the time, PWS buildpack has been updated and no longer contains Ruby version 2.2.1 (buildpacks only contain the latest two releases). Thus, the application will fail to stage.
Other similar issues can be seen when Pivotal updates and evolves the Cloud Foundry platform. An example of this can be seen with the release of the Diego on PWS. Most applications should make the transition to Diego fine, but in some cases, the behavior of the system changes and applications need to be updated to continue to run on PWS.