Skip to content
Latchkey
IaC & Deploy

Pulumi, Ansible, SAM, Vercel, Netlify - deploy errors.

Fix infrastructure and deployment errors in CI: Pulumi, Ansible, AWS SAM/CLI, gcloud, Vercel, Netlify, and Cloudflare.

IaC tools

Pulumi, Ansible.

"'become' is not a valid attribute"Fix Ansible "ERROR! 'become' is not a valid attribute for a Task" in CI - a directive is misplaced or mis-ind… "'dict object' has no attribute"Fix Ansible "fatal: ... 'dict object' has no attribute X" in CI - a Jinja template referenced a key that does… "ansible-galaxy install" failedFix "ansible-galaxy install" / "ansible-galaxy collection install" failures in CI - a 404 role name, a missin… "AnsibleUndefinedVariable"Fix Ansible "AnsibleUndefinedVariable" from the `template` module in CI - a variable referenced in a Jinja2 t… "no vault secrets found"Fix Ansible "ERROR! Attempting to decrypt but no vault secrets found" in CI - the play references vault-encry… reports changed every runFix Ansible tasks that always report "changed" in `--check` mode in CI - a `command`/`shell` task with no `ch… "couldn't resolve module/action"Fix Ansible "ERROR! couldn't resolve module/action 'community.general.X'" in CI - the required collection is… "couldn't resolve module/action"Fix Ansible "couldn't resolve module/action" in CI - the module belongs to a collection that is not installed… "conflicting action statements"Fix Ansible "ERROR! conflicting action statements" in CI - a task lists more than one module/action, so the p… "couldn’t resolve module"Fix Ansible "couldn’t resolve module/action" / "module not found" in CI - a missing collection, an unqualifie… "variable using reserved name"Fix Ansible "[WARNING]: Found variable using reserved name: X" in CI - a play or role defines a variable whos… "Invalid callback ... plugin"Fix Ansible "ERROR! Invalid callback for stdout specified: X" in CI - the configured callback plugin is not i… "Missing sudo password"Fix Ansible "Missing sudo password" / "Incorrect sudo password" in CI - a `become` task needs a privilege-esc… "Permission denied (publickey)"Fix Ansible "Permission denied (publickey)" in CI - the SSH key is missing from the agent, the wrong remote_u… "hosts list is empty"Fix Ansible "provided hosts list is empty" / a dynamic inventory plugin returning no hosts in CI - a disabled… "Syntax Error while loading YAML"Fix Ansible "ERROR! Syntax Error while loading YAML. mapping values are not allowed in this context" in CI -… "The conditional check ... failed"Fix Ansible "The conditional check 'X' failed. The error was: error while evaluating conditional" in CI - a `… "The conditional check failed"Fix Ansible "The conditional check ... failed" in CI - an undefined variable or wrong type in a `when:` expre… "the role ... was not found"Fix Ansible "ERROR! the role 'X' was not found in ..." in CI - the role is not on roles_path because Galaxy r… "Unable to parse ... as an inventory source"Fix Ansible "Unable to parse ... as an inventory source" in CI - no inventory plugin could read the file, so… "UNREACHABLE!"Fix Ansible "UNREACHABLE! => Failed to connect to the host via ssh" in CI - DNS, timeout, or host-key problem… "Decryption failed"Fix Ansible "ERROR! Decryption failed" in CI - a vault password was provided but it does not match the one us… "Decryption failed"Fix Ansible Vault "Decryption failed" and "Attempting to decrypt but no vault secrets found" in CI - a missin… "Vault format unhexlify error"Fix Ansible Vault "Vault format unhexlify error" / "input is not vault encrypted data" in CI - the encrypted… "not vault encrypted data"Fix Ansible "input is not vault encrypted data" / malformed `!vault` blocks in CI - a broken encrypt_string i… "collection was not found"Fix ansible-galaxy "collection was not found" in CI - a collection in requirements.yml could not be installed… Galaxy 401/403 auth failureFix ansible-galaxy 401/403 authentication failures in CI - installing or publishing to a private automation h… "ansible-lint: command not found"Fix "ansible-lint: command not found" in CI - ansible-lint is a separate pip package that is not preinstalled… "fqcn[action-core]"Fix ansible-lint "fqcn[action-core]" in CI - a task uses a short module name (copy, command) instead of the f… "no-changed-when"Fix ansible-lint "no-changed-when" in CI - a command or shell task has no changed_when, so it always reports… production profile violationsFix ansible-lint failures after enabling the production profile in CI - the strictest profile turns many warn… "syntax-check[specific]"Fix ansible-lint "syntax-check[specific]" in CI - ansible-lint ran ansible playbook --syntax-check and it fai… "yaml[line-length]"Fix ansible-lint "yaml[line-length]" in CI - a line exceeds the configured maximum. Wrap the line or adjust t… ansible-lint violationsFix ansible-lint failures in CI - rule violations like risky-shell-pipe, no-changed-when, or fqcn[action-core… ansible-lint exit code 2Fix ansible-lint failures that exit with code 2 in CI - the linter found rule violations and the pipeline tre… "ansible-test sanity" failuresFix ansible-test sanity failures in CI - the collection sanity tests (import, pep8, validate-modules, docs) f… "admission webhook ... denied the request"Fix Argo CD sync failing with "error when creating ... admission webhook denied the request" in CI - a valida… "app path does not exist"Fix Argo CD "app path does not exist" in CI - the source path configured on the Application is not present at… "argocd app diff" exits nonzeroHandle "argocd app diff" exiting nonzero in CI - the command returns exit code 1 when the live cluster differ… "argocd app sync ... PermissionDenied"Fix "argocd app sync" failing with "PermissionDenied" in CI - the token or account the pipeline uses is not a… "argocd app wait ... timed out"Fix "argocd app wait" timing out in CI - the Application did not reach the requested Synced or Healthy state… "argocd login ... connection refused"Fix "argocd login" failing with "connection refused" or "context deadline exceeded" in CI - the CLI could not… "ComparisonError ... rpc error: code = Unknown"Fix Argo CD "ComparisonError" with "rpc error: code = Unknown" in CI - the repo-server failed to generate or… "plugin ... not found"Fix Argo CD "config management plugin <name> not found" in CI - the Application names a plugin the repo-serve… "Degraded" health statusFix an Argo CD Application that syncs but reports "Degraded" health in CI - the resources applied cleanly but… "failed to get git client ... authentication required"Fix Argo CD "rpc error ... failed to get git client for repo ... authentication required" in CI - the repo-se… "helm template ... failed"Fix Argo CD "helm template ... failed" in CI - the repo-server could not render the Helm chart, usually becau… "kustomize build failed"Fix Argo CD "kustomize build failed" in CI - the repo-server could not build the kustomization, usually from… "Manifest generation error"Fix Argo CD "Manifest generation error" in CI - the repo-server could not turn your source into manifests, wh… "PreSync hook failed"Fix Argo CD "PreSync hook failed" in CI - a PreSync Job or resource ran before the main sync and exited non-z… "repository not found"Fix Argo CD "repository not found" in CI - the repo-server could not reach the Git repository at the configur… "rpc error ... transport is closing"Fix argocd CLI "rpc error: code = Unavailable desc = transport is closing" in CI - the connection to the API… "SharedResourceWarning ... another Application"Fix Argo CD "SharedResourceWarning" in CI - a resource is tracked by more than one Application, so two apps f… "one or more objects failed to apply"Fix Argo CD "SyncError: one or more objects failed to apply" in CI - the apply step rejected a resource becau… "SyncFailed ... hook" Job errorFix Argo CD "SyncFailed" caused by a Sync or PostSync hook Job in CI - a hook that runs during or after the m… "the server could not find the requested resource"Fix Argo CD "the server could not find the requested resource" and "Resource not found in cluster" in CI - th… "Unable to resolve ... revision"Fix Argo CD "Unable to resolve <revision> to a commit SHA" in CI - the targetRevision on the Application does… "OutOfSync" not convergingFix an Argo CD Application that stays "OutOfSync" and never converges in CI - a self-sync loop, an ignored fi… "error generating params"Fix Argo CD ApplicationSet "error generating params" in CI - a generator (Git, list, cluster, or matrix) coul… "auto-sync ... prune" deleting resourcesFix Argo CD auto-sync pruning a resource in CI - a resource removed from Git was deleted from the cluster by… "Missing" resourceFix an Argo CD resource reported as "Missing" in CI - the object is defined in Git but does not exist in the… "Progressing" stuck / waiting for healthy stateFix an Argo CD Application stuck in "Progressing" health while CI waits for a healthy state - the rollout is… "error validating data"Fix Argo CD sync "error validating data" in CI - the API server rejected a manifest because a field is unknow… "SyncWindow ... denied"Fix an Argo CD sync blocked by a SyncWindow in CI - a configured deny window (or an active-but-not-matching a… "no projects were matched"Fix Atlantis "Ran Plan: No projects were matched" in CI - no configured project matched the changed files or… Atlantis comment: "Plan Failed"Fix an Atlantis "Plan Failed" comment in CI - Atlantis ran terraform plan for a project and it exited non-zer… "workspace is currently locked by another command"Fix Atlantis "The default workspace is currently locked by another command" in CI - a prior plan holds the pr… "bootstrap stack version ... required"Fix AWS CDK "This CDK deployment requires bootstrap stack version X, found Y. Please run cdk bootstrap" in CI… "Cannot connect to the Docker daemon"Fix AWS CDK "Cannot connect to the Docker daemon at unix:///var/run/docker.sock" during bundling in CI - CDK… CDK "Cannot find asset"Fix AWS CDK "Cannot find asset at ..." during synth/deploy in CI - the asset path the construct points to doe… "Failed to publish asset"Fix AWS CDK "Failed to publish asset ..." in CI - CDK could not upload a file or image asset to the bootstrap… "not authorized to perform sts:AssumeRole"Fix AWS CDK "User ... is not authorized to perform sts:AssumeRole on resource ... cdk-hnb659fds-deploy-role"… "Maximum policy size ... exceeded"Fix AWS CDK CREATE_FAILED "Maximum policy size of 10240 bytes exceeded" in CI - an auto-generated IAM role po… "/cdk-bootstrap/.../version not found"Fix AWS CDK "SSM parameter /cdk-bootstrap/hnb659fds/version not found" in CI - CDK reads the bootstrap versio… "ROLLBACK_COMPLETE state and can not be updated"Fix AWS CDK "Stack ... is in ROLLBACK_COMPLETE state and can not be updated. (deleteStack first)" in CI - a f… "security token ... is invalid"Fix AWS CDK "The security token included in the request is invalid" (InvalidClientTokenId) in CI - the creden… "the toolkit stack must be deployed"Fix AWS CDK "This stack uses assets, so the toolkit stack must be deployed to the environment (Run cdk bootst… "Unable to resolve AWS account to use"Fix AWS CDK "Unable to resolve AWS account to use. It must be either configured ... or through the environmen… CREATE_FAILED "Resource handler returned message"Fix AWS CDK deploys that roll back with CREATE_FAILED and "Resource handler returned message: ..." in CI - a… sam build "Build Failed"Fix AWS SAM "Build Failed" from sam build in CI - a function build (a runtime build image, a dependency insta… "cannot find esbuild"Fix AWS SAM "Esbuild Failed ... Cannot find esbuild ... install esbuild" in CI - a Node.js function uses the… "ROLLBACK_COMPLETE state ... cannot be updated"Fix AWS SAM deploys that fail because the stack "is in ROLLBACK_COMPLETE state and cannot be updated" in CI -… "No changes to deploy"Fix AWS SAM "Error: No changes to deploy. Stack <name> is up to date" failing CI - sam exits non-zero when th… "Requires capabilities : [CAPABILITY_IAM]"Fix AWS SAM "Requires capabilities : [CAPABILITY_IAM]" (or CAPABILITY_NAMED_IAM/CAPABILITY_AUTO_EXPAND) in CI… "Unable to upload artifact referenced by CodeUri"Fix AWS SAM "Unable to upload artifact ... referenced by CodeUri parameter" in CI - sam deploy/package could… "Bicep CLI not found"Fix Azure "Bicep CLI not found. ... az bicep install" in CI - the runner has the Azure CLI but the Bicep comp… "InvalidTemplate"Fix Azure "Deployment failed ... InvalidTemplate" in CI - the ARM template compiled from Bicep was rejected b… "Error BCP018"Fix Azure Bicep "Error BCP018: Expected the ... character at this location" in CI - the .bicep file has a syn… "Error BCP028"Fix Azure Bicep "Error BCP028: Identifier ... is declared multiple times" in CI - two symbols share a name in… "RoleAssignmentUpdateNotPermitted"Fix Azure "RoleAssignmentUpdateNotPermitted" in CI - a redeploy tries to change an existing role assignment,… "cdktf get" provider failedFix cdktf "cdktf get" failures in CI - generating provider/module bindings failed because a provider could no… cdktf "Terraform binary ... not found"Fix cdktf "Terraform binary ... not found" in CI - CDK for Terraform shells out to the terraform CLI, which i… cdktf "unable to synth"Fix cdktf deploy "unable to synth" in CI - the synth command that cdktf runs to produce Terraform JSON failed… Chef "412 ... cookbook ... not found"Fix chef-client "412 Precondition Failed" / cookbook not found in CI - the run-list references a cookbook the… "already exists in stack"Fix CloudFormation "CREATE_FAILED ... already exists" in CI - a resource the template wants to create collide… "does not exist or is not authorized"Fix CloudFormation "... does not exist or is not authorized" in CI - the deploy role lacks permission on a re… "cannot be deleted as it is in use"Fix CloudFormation "Export ... cannot be deleted as it is in use by ..." in CI - another stack imports the ex… "Rate exceeded" (Throttling)Fix CloudFormation "Rate exceeded" / Throttling in CI - the deploy makes too many AWS API calls and gets thro… "Requires capabilities: [CAPABILITY_NAMED_IAM]"Fix CloudFormation "Requires capabilities: [CAPABILITY_NAMED_IAM]" in CI - the template creates named IAM res… "did not stabilize"Fix CloudFormation "Resource is not in the state ... did not stabilize" in CI - a resource never reached its… "is in ROLLBACK_COMPLETE state and can not be updated"Fix CloudFormation "Stack ... is in ROLLBACK_COMPLETE state and can not be updated" in CI - a failed initial… "cannot compose resources"Fix Crossplane "cannot compose resources" in CI - the apiextensions controller could not turn a composite res… "cannot push package"Fix "crossplane xpkg push" failures in CI - the CLI could not push the package to the registry because it was… Crossplane "cannot resolve composition"Fix Crossplane "cannot resolve composition" in CI - a claim or composite resource cannot be matched to a Comp… "cannot resolve package dependencies"Fix Crossplane "cannot resolve package dependencies" in CI - a Configuration or Provider depends on a package… "cannot run function pipeline"Fix Crossplane "cannot run function pipeline" in CI - the composite controller could not invoke a composition… "crossplane beta render" failsFix "crossplane beta render" errors in CI - the CLI could not render a composition against an XR because a fu… "crossplane beta validate" failsFix "crossplane beta validate" errors in CI - the CLI checked your composition or XR against provider and XRD… "crossplane xpkg build" failsFix "crossplane xpkg build" failures in CI - the CLI could not package your configuration or function because… "crossplane: command not found"Fix "crossplane: command not found" in CI - the Crossplane CLI was never installed on the runner, or its bina… "cannot find composition to use"Fix Crossplane "cannot find composition to use" in CI - no Composition matches the XR compositeTypeRef, or th… "no matches for kind Composition"Fix kubectl apply "no matches for kind Composition" in CI - the apiextensions.crossplane.io CRDs are not pres… Provider not installedFix Crossplane "provider not installed" in CI - a managed resource references a provider whose Provider packa… "READY False"Fix Crossplane "READY False" in CI - the resource reconciled but the external object is not yet available, or… "SYNCED False" ReconcileErrorFix Crossplane "SYNCED False" with a ReconcileError in CI - the controller could not reconcile the resource a… "waiting for composite" timeoutFix Crossplane composite readiness timeouts in CI - the pipeline waited for an XR or claim to become ready an… admission webhook "failed to call"Fix "failed calling webhook ... crossplane" on kubectl apply in CI - the Crossplane validating webhook is unr… Crossplane "Ready=False"Fix Crossplane composite resource "not ready" timeouts in CI - the XR or claim never reaches Ready/Synced, so… Function "not found" or unhealthyFix a Crossplane composition function that is not found or unhealthy in CI - the Function package is not inst… Crossplane CRDs missing / core not readyFix "no matches for kind Provider/Composition" in CI - the core Crossplane CRDs are not installed yet or the… "AccessDenied" creating managed resourceFix Crossplane managed resource "AccessDenied" in CI - the provider authenticated but the IAM identity it use… PatchAndTransform patch errorFix Crossplane PatchAndTransform errors in CI - a patch could not read its source field, convert a value, or… Provider HEALTHY FalseFix a Crossplane Provider that is unhealthy in CI - the Provider package installed but its revision could not… Provider vs Crossplane version skewFix Crossplane version skew in CI - a provider or function requires a newer core Crossplane version than the… "cannot get credentials"Fix Crossplane "cannot get credentials" in CI - the ProviderConfig points at a missing secret or an IRSA/OIDC… UXP (Upbound) install failsFix Universal Crossplane (UXP) install errors in CI - the `up uxp install` command or the UXP Helm chart fail… XRD "cannot establish"Fix a CompositeResourceDefinition that will not establish in CI - the XRD is not Established/Offered because… Digger: plan failedFix a Digger plan that fails in CI - Digger ran terraform plan for a matched project and it exited non-zero;… env0 API "401 Unauthorized"Fix env0 API 401 Unauthorized in CI - the API key id/secret used to trigger deployments was missing, wrong, o… env0 deployment "failed" on a policyFix an env0 deployment that fails on a plan policy in CI - an OPA policy attached to the project or template… "flux bootstrap" failedFix "flux bootstrap" failures in CI - the CLI could not create the repository or commit the manifests because… "reconcile ... timed out"Fix "flux reconcile timed out waiting for condition" in CI - the CLI waited for the resource to become Ready… "no matches for kind ... Kustomization"Fix Flux "no matches for kind Kustomization" in CI - the Flux CRDs and controllers are not installed on the c… "reference not found" (GitRepository)Fix Flux GitRepository "unable to clone ... reference not found" in CI - the branch, tag, or semver range in… "unable to clone" (GitRepository)Fix Flux GitRepository "unable to clone ... authentication required" in CI - source-controller cannot reach t… "knownhosts: key mismatch" (GitRepository)Fix Flux GitRepository SSH failures in CI - source-controller rejects the clone because known_hosts is missin… "chart ... not found"Fix Flux "chart <name> not found" in CI - helm-controller could not locate the chart in the referenced HelmRe… "dependency ... not ready" (HelmRelease)Fix Flux HelmRelease "dependency <name> is not ready" in CI - the release is waiting on another HelmRelease i… "install retries exhausted"Fix Flux HelmRelease "install/upgrade retries exhausted" in CI - helm-controller retried the release the conf… "has no deployed releases"Fix Flux HelmRelease "upgrade failed: ... has no deployed releases" in CI - a prior install left the release… "values ... could not be"Fix Flux HelmRelease values errors in CI - helm-controller could not merge or render the values, or a referen… "no image found"Fix Flux ImagePolicy "no image found" in CI - the policy matched no tag from the scanned ImageRepository, so… "unable to ... push" (ImageUpdateAutomation)Fix Flux ImageUpdateAutomation push failures in CI - image automation cannot commit the updated image tag bac… "dependency ... is not ready"Fix Flux "dependency <name> is not ready" in CI - a Kustomization is waiting on a dependsOn target that has n… "dry-run failed ... admission webhook"Fix Flux "dry-run failed ... admission webhook denied the request" in CI - a validating webhook rejected the… "Health check failed after ..."Fix Flux "Health check failed after <duration>" in CI - kustomize-controller applied the manifests but a chec… "kustomize build failed"Fix Flux "kustomize build failed" / "accumulating resources" in CI - kustomize-controller could not build the… "namespaces ... not found"Fix Flux Kustomization "namespaces <name> not found" in CI - the target namespace does not exist yet because… "path ... not found"Fix Flux Kustomization "path not found" in CI - spec.path points at a directory that does not exist in the so… "pruning ... failed"Fix Flux Kustomization "pruning failed" in CI - kustomize-controller could not garbage-collect a removed reso… "server-side apply" field conflictFix Flux "reconciliation failed ... server-side apply" field-manager conflicts in CI - another controller own… "failed to pull artifact ... unauthorized"Fix Flux OCIRepository "failed to pull artifact ... unauthorized" in CI - source-controller cannot pull the O… "Receiver ... token not found"Fix Flux Receiver webhook failures in CI - the notification-controller webhook does not trigger a reconcile b… "Suspended"Fix a Flux resource that is Suspended and not reconciling in CI - a suspended Kustomization or HelmRelease ig… "Apply not allowed for workspaces with a VCS connection"Fix HCP Terraform "Error: Apply not allowed for workspaces with a VCS connection" in CI - a VCS-driven worksp… "Failed to read organization"Fix HCP Terraform "Error: Failed to read organization X" in CI - the cloud backend authenticated but the org… "Required token could not be found"Fix HCP Terraform / Terraform Cloud "Error: Required token could not be found" in CI - the cloud backend has… "401 Unauthorized" during terraform loginFix "terraform login" or HCP Terraform API 401 Unauthorized in CI - the token used to authenticate to app.ter… "workspace already locked"Fix HCP Terraform "Error: workspace X is currently locked" in CI - another run, or a manual lock, holds the w… "no valid credential sources" on the remote agentFix "no valid credential sources found" when an HCP Terraform remote run (agent or remote execution) applies… Run errored: "policy check failed"Fix an HCP Terraform run that errors with "policy check failed" (Sentinel) in CI - a hard-mandatory Sentinel… "'molecule.yml' not found"Fix Molecule "'molecule.yml' not found" in CI - Molecule was run from the wrong directory or the scenario lay… "Cannot connect to the Docker daemon"Fix Molecule "Cannot connect to the Docker daemon at unix:///var/run/docker.sock" in CI - when Molecule runs… "converge" playbook failedFix a failing Molecule converge in CI - converge.yml applies your role to the instance, and any failed task r… "driver ... is not found"Fix Molecule "driver docker is not found" in CI - Molecule core has no built-in docker driver since v5, so yo… "Failed to connect to the host via ssh"Fix Molecule "Failed to connect to the host via ssh" in CI - the scenario uses an ssh connection to an instan… "Failed to create instance(s)"Fix Molecule "Failed to create instance(s)" in CI - the create step could not start a container because the d… "Idempotence test failed because of:"Fix Molecule "Idempotence test failed" in CI - a second converge reported changed tasks, meaning your role is… "molecule: command not found"Fix "molecule: command not found" in CI - the runner has no Molecule installed on PATH, so the role/collectio… "prepare" playbook failedFix a failing Molecule prepare step in CI - prepare.yml runs before converge to set up the instance, and a ta… "scenario 'X' not found"Fix Molecule "scenario name not found" in CI - the scenario passed with -s does not exist under the molecule/… "requested Python interpreter could not be found"Fix Molecule/Ansible "The requested Python interpreter could not be found" in CI - the instance has no Python… "verify" step failedFix a failing Molecule verify step in CI - the verifier (testinfra or the ansible verifier) runs assertions a… podman rootless namespace errorFix Molecule podman rootless failures in CI - "cannot setup namespace using newuidmap" or missing subuid/subg… SELinux "Permission denied" on volumeFix Molecule SELinux permission-denied errors in CI - a bind mount into a podman/docker instance is blocked b… "A package with the same ID and version already exists"Fix octo push "A package with the same ID and version already exists in the repository" (409) in CI - the bui… "Child step ... failed"Fix Octopus "Child step X failed" in CI - a step inside a parent (rolling) step failed on one target, which f… "A release with the number ... already exists"Fix octo create-release "A release with the number X already exists for this project" in CI - the release num… "Deployment ... failed"Fix octo "Deployment failed" in CI - the deployment task ran on the server but one or more steps returned a f… "Failed to push package"Fix octo push "Failed to push package" in CI - the upload to the built-in feed was rejected or interrupted by… "Failed to ... version-controlled project"Fix Octopus "Failed to update a version-controlled project" (config as code) in CI - the server could not com… "Health check ... failed"Fix Octopus "Health check failed" in CI - the octo health-check task found one or more targets unreachable or… "Machine ... is in an unavailable state"Fix Octopus "Machine X is in an unavailable state" in CI - a target is marked Unavailable after failed health… "No deployment targets ... found"Fix Octopus "No deployment targets found" in CI - the environment has no healthy target in the role the step… "No package version ... found in the feed"Fix octo create-release "Could not find any packages" / "No package version was found in the feed" in CI - no… "no files were found"Fix octo pack "no files were found" in CI - the include pattern or base path matched nothing, so the CLI has… "The lifecycle ... does not allow promotion"Fix Octopus "The lifecycle does not allow the release to be deployed to this environment" in CI - the target… "The step ... failed"Fix Octopus "The step X failed" in a deployment in CI - a single process step returned a fatal error or a non… "The Tentacle ... is offline"Fix Octopus "The Tentacle is offline or unavailable" in CI - the server could not reach the Tentacle agent on… "The version ... does not exist for the package"Fix octo create-release "The version X does not exist for the package Y" in CI - the release references a pac… "There was a problem with your request"Fix Octopus "There was a problem with your request" (HTTP 400) in CI - a create-release or deploy argument re… "Unable to find a machine" / environmentFix Octopus "Unable to find a machine" or "environment" in CI - a deploy referenced a target or environment b… "The variable ... could not be found"Fix Octopus "The variable X could not be found" in CI - a step or template referenced a project variable that… "(401) Unauthorized"Fix Octopus Deploy "The remote server returned an error: (401) Unauthorized" in CI - the octo CLI reached the… "The API key you provided is not valid"Fix Octopus "The API key you provided was not in a valid format" or "is not valid" in CI - the key value pass… "Unable to connect to the Octopus Deploy server"Fix octo "Unable to connect to the Octopus Deploy server" in CI - the CLI could not reach the server URL beca… "You do not have permission to perform this action"Fix Octopus "You do not have permission to perform this action" in CI - the API key authenticated but the ser… "server and api_key ... required"Fix the OctopusDeploy GitHub Actions error "server and api_key are required" in CI - the push-package or crea… "Error waiting for instance"Fix Packer amazon-ebs "Error waiting for instance to become ready" in CI - the builder instance never reached… "Failed to initialize"Fix Packer "Error: Failed to initialize" from packer init in CI - the template declares required_plugins that… "Failed to install plugin" 403Fix Packer "Error: Failed to install plugin" with a 403 or 401 in CI - packer init could not download the plu… "Failed to parse HCL"Fix Packer HCL parse errors in CI - a .pkr.hcl file has a syntax error such as an unclosed block or missing q… "InvalidAMIID.NotFound"Fix Packer amazon-ebs "InvalidAMIID.NotFound" in CI - the source AMI id does not exist in the target region o… "Missing required argument"Fix Packer "Error: Missing required argument" in CI - a source or provisioner block omits an argument the plu… "no valid credential sources"Fix Packer amazon-ebs "NoCredentialProviders: no valid providers in chain" in CI - the AWS SDK found no crede… "references unknown source"Fix Packer "build references unknown source" in CI - a build block lists a sources entry that does not match… "required_plugins" not declaredFix Packer builds that fail because the builder plugin is not declared in a required_plugins block in CI - Pa… "Timeout waiting for SSH"Fix Packer "Timeout waiting for SSH" in CI - Packer launched the instance but could never open an SSH session… "Timeout waiting for WinRM"Fix Packer "Timeout waiting for WinRM" for Windows image builds in CI - the instance launched but WinRM was n… "Unknown builder type"Fix Packer "1 error occurred: Unknown builder type" in CI - the builder belongs to a plugin that was never in… "Unsupported argument"Fix Packer "Error: Unsupported argument" in CI - a source, build, or provisioner block sets an argument that… "AuthFailure"Fix Packer amazon-ebs "AuthFailure" in CI - AWS received the request but rejected the credentials, often from… "UnauthorizedOperation"Fix Packer amazon-ebs "UnauthorizedOperation" in CI - the credentials authenticated but the IAM policy lacks… "VcpuLimitExceeded"Fix Packer amazon-ebs quota errors in CI - the account hit an EC2 vCPU or resource limit, so the builder inst… "VPCResourceNotSpecified"Fix Packer amazon-ebs "VPCResourceNotSpecified" / "VPCIdNotSpecified" in CI - launching in a non-default or m… "ansible-playbook: not found"Fix Packer ansible provisioner "ansible-playbook: executable file not found" in CI - the runner does not have… "docker push unauthorized"Fix Packer docker-push post-processor "unauthorized: authentication required" in CI - Packer built the image… "no such file or directory"Fix Packer file provisioner "no such file or directory" in CI - the source path uploaded by the file provisio… "HCP_CLIENT_ID" not setFix Packer HCP Packer registry errors in CI - pushing metadata to an HCP Packer bucket needs HCP_CLIENT_ID an… JSON template deprecatedFix Packer legacy JSON template warnings and failures in CI - the JSON template format is deprecated and newe… manifest write errorFix Packer manifest post-processor errors in CI - Packer could not write the build manifest file because the… "Script exited with non-zero"Fix Packer "Script exited with non-zero exit status" in CI - a shell provisioner command failed on the build… "[409] Conflict: Another update in progress"Fix Pulumi "error: [409] Conflict: Another update is currently in progress" in CI - the stack is locked, usua… "--secret" not encryptingFix Pulumi secrets stored in plaintext in CI - using `config set` without `--secret`, or `--plaintext`, leave… "another update is in progress"Fix Pulumi "error: [409] Conflict: Another update is currently in progress" on the Pulumi Cloud backend - a c… "incorrect passphrase"Fix Pulumi "error: constructing secrets manager of type passphrase: incorrect passphrase" in CI - a passphras… "stack already exists"Fix Pulumi "error: could not create stack: stack already exists" in CI - a job ran `pulumi stack init` for a… "still has dependents"Fix Pulumi "error: deleting ... resource ... still has dependents" in CI - a delete was blocked because other… "getting secrets manager"Fix Pulumi "error: getting secrets manager" in CI - the stack’s secrets provider (passphrase, KMS, or cloud K… "failed to load checkpoint"Fix Pulumi "error: failed to load checkpoint" in CI - the stack’s state snapshot in the backend is unreadable… "failed to load plugin"Fix Pulumi "error: failed to load plugin" in CI - a provider plugin is present but could not start, often bec… "not logged in"Fix Pulumi "error: getting stack: ... not logged in" in CI - a Pulumi command ran before any login, so there… "pulumi import" failedFix Pulumi "import" failures in CI - "resource not found", a wrong ID format, or a generated definition whose… "missing required configuration"Fix Pulumi provider config errors in CI - "missing required configuration key aws:region" or "unable to valid… "no resource plugin ... found"Fix Pulumi "error: no resource plugin X found in the workspace or on your $PATH" in CI - the provider plugin… "no resource plugin found"Fix Pulumi "error: no resource plugin 'aws' found in the workspace" in CI - the provider plugin was not insta… "no stack named ... found"Fix Pulumi "error: no stack named X found" in CI - the CLI is logged into a backend or organization that does… "passphrase must be set"Fix Pulumi "error: getting secrets manager: passphrase must be set with PULUMI_CONFIG_PASSPHRASE or PULUMI_CO… "preview failed"Fix Pulumi "error: preview failed" in CI - the program ran but Pulumi could not compute a valid plan, often f… "problem logging in: 401"Fix Pulumi "error: problem logging in: ... 401" in CI - a token was sent to the Pulumi Cloud backend but it i… "PULUMI_ACCESS_TOKEN must be set"Fix Pulumi "error: PULUMI_ACCESS_TOKEN must be set for login during non-interactive CLI sessions" in CI - the… "pulumi: command not found"Fix "pulumi: command not found" in CI - the Pulumi CLI is not installed on the runner or not on PATH, usually… "resource ... does not exist"Fix Pulumi "error: resource ... does not exist" in CI - a resource recorded in state was deleted outside Pulu… "Running program ... failed"Fix Pulumi "error: Running program ... failed with an unhandled exception" in CI - your program threw before… "already has a resource named"Fix Pulumi "error: stack ... already has a resource named X" in CI - an import or program declares a resource… "the stack is currently locked"Fix Pulumi "error: the stack is currently locked by 1 lock(s)" in CI - a concurrent update or a killed job th… unexpected preview diffFix Pulumi "up" / "preview" showing surprise changes in CI - drift, a provider upgrade reshaping resources, o… "update failed"Fix Pulumi "error: update failed" in CI - one or more resource operations failed during `pulumi up`. The spec… "NoCredentialProviders"Fix Pulumi AWS "error: NoCredentialProviders: no valid providers in chain" or "unable to validate AWS credent… "Cannot find module"Fix Pulumi Node.js "Error: Cannot find module X" in CI - the Pulumi program could not require a package becau… "provider ... credentials"Fix Pulumi provider credential errors in CI (GCP, Azure, and others) - the provider authenticated to the wron… "ModuleNotFoundError" (Python)Fix Pulumi Python "ModuleNotFoundError: No module named X" in CI - the program ran against an interpreter whe… "blob ... AccessDenied"Fix Pulumi "error: blob (key ...) ... AccessDenied" against an S3 state backend in CI - the runner's AWS cred… "unable to validate token"Fix Pulumi "error: unable to validate token" against a self-managed backend in CI - the CLI could not confirm… StackReference output missingFix Pulumi StackReference errors in CI - "unknown stack" or a missing output key when one stack consumes anot… "replace" in the plan diffFix an unexpected Pulumi replacement in CI - the plan shows a resource being deleted and recreated because a… "Could not retrieve catalog ... compilation"Fix Puppet "Could not retrieve catalog from remote server: ... compilation failed" in CI - the manifest faile… Scalr run "errored" on an OPA policyFix a Scalr run that fails an OPA policy check in CI - an OPA policy attached to the environment or account d… "already exists"Fix Serverless Framework "An error occurred: <Resource> - <name> already exists" in CI - CloudFormation canno… "Cannot resolve variable"Fix Serverless Framework "Cannot resolve variable at ..." in CI - a ${...} variable (env, ssm, self, opt) cou… "is not authorized to perform"Fix Serverless Framework "ServerlessError: User ... is not authorized to perform: cloudformation:..." in CI -… "Request entity too large"Fix Serverless Framework "RequestEntityTooLargeException" / "Request entity too large" in CI - the deployment… "plugin ... not found"Fix Serverless Framework "Serverless plugin \"X\" not found" in CI - a plugin listed in serverless.yml is not… "spawn ... ENOENT"Fix Serverless Framework "Error: spawn <cmd> ENOENT" in CI - a packaging plugin tried to run an executable (d… "The CloudFormation template is invalid"Fix Serverless Framework "Serverless Error: The CloudFormation template is invalid" in CI - the generated tem… "no such file or directory" for a mounted fileFix a Spacelift run failing because a mounted file is missing - a file attached as an environment mounted fil… spacectl "unauthorized"Fix spacectl unauthorized errors in CI - the Spacelift API key id/secret, or the endpoint, was missing or wro… Spacelift run "failed" on a plan policyFix a Spacelift run that fails a plan policy in CI - a Rego plan policy returned a deny, so the run was rejec… "failed to load config"Fix Terramate "failed to load config" in CI - Terramate could not parse the stack or root config because of a… "generated code is outdated"Fix Terramate reporting generated code is outdated in CI - the checked-in generated files do not match what `… Terrateam comment: apply failedFix a Terrateam apply that fails in CI - Terrateam ran terraform apply for a dirspace and it exited non-zero;…

Cloud CLIs

AWS SAM/CLI, gcloud.

"Could not match supplied host pattern"Fix Ansible "[WARNING]: Could not match supplied host pattern, ignoring: X" in CI - the group or host named i… "Permission denied (publickey)"Fix Ansible "FAILED! ... Failed to connect to the host via ssh: Permission denied (publickey)" in CI - the ru… "Host key verification failed"Fix Ansible "UNREACHABLE! ... Host key verification failed" in CI - the fresh runner has no known_hosts entry… "Missing sudo password"Fix Ansible "FAILED! ... Missing sudo password" in CI - a become task needs a sudo password and none was prov… "/usr/bin/python: not found"Fix Ansible "FAILED! ... MODULE FAILURE ... /usr/bin/python: not found" in CI - the target host has no interp… "does not match any hosts"Fix Ansible "ERROR! Specified hosts and/or --limit does not match any hosts" in CI - the combination of play… "Timeout ... privilege escalation prompt"Fix Ansible "Timeout (12s) waiting for privilege escalation prompt" in CI - become could not read or answer t… "Unexpected Exception ... cannot import name"Fix Ansible "ERROR! Unexpected Exception ... cannot import name X" in CI - a Python dependency version mismat… "Could not get lock /var/lib/dpkg/lock"Fix Ansible apt "Failed to lock apt for exclusive operation ... Could not get lock /var/lib/dpkg/lock-fronten… "Destination directory ... does not exist"Fix Ansible "FAILED! ... Destination directory /path does not exist" in CI - copy or template was given a pat… "(AccessDenied)"Fix AWS CLI "An error occurred (AccessDenied) when calling the ... operation" in CI - the role is authenticat… "ExpiredToken"Fix AWS CLI "An error occurred (ExpiredToken)" in CI - temporary STS credentials expired mid-job. Re-assume t… "Unable to locate credentials"Fix AWS CLI "Unable to locate credentials. You can configure credentials by running aws configure" in CI - no… "Build Failed"Fix AWS SAM "Build Failed" in CI - a missing runtime/container, a dependency manifest error, or a function bu… "Failed to create/update the stack"Fix AWS SAM "Error: Failed to create/update the stack" in CI - a CloudFormation rollback from a resource erro… "S3 Bucket does not exist"Fix AWS SAM "S3 Bucket does not exist" / "Unable to upload artifact" in CI - the deployment bucket is missing… "containerapp up" failedFix Azure "az containerapp up" failures in CI - an ACR build error, an image the environment cannot pull, or… "deployment group create" failedFix Azure "az deployment group create" Bicep failures in CI - a BCP compile error, an InvalidTemplateDeployme… "Failed to publish asset"Fix AWS CDK "Failed to publish asset" in CI - an S3/ECR upload that failed on permissions, a missing bootstra… "toolkit stack must be deployed"Fix AWS CDK "Has the environment been bootstrapped?" / "SSM parameter /cdk-bootstrap/.../version not found" i… "app deploy" failedFix gcloud "app deploy" failures in CI - a Cloud Build error, a bad app.yaml runtime, or a missing App Engine… "(gcloud.auth)"Fix gcloud "ERROR: (gcloud.auth.activate-service-account)" and "You do not currently have an active account s… "PERMISSION_DENIED"Fix gcloud "PERMISSION_DENIED" / "The caller does not have permission" in CI - the authenticated service acco… "image not found"Fix gcloud "run deploy" image errors in CI - "Image not found", "denied: Permission ... denied", or a non-Art… "serverless deploy" failedFix Serverless Framework "Error: ... CREATE_FAILED" / "The security token included in the request is invalid"… TFC run erroredFix a Terraform Cloud / HCP Terraform remote run that errors in CI - missing workspace variables, a failed pl…

Deploy platforms

Vercel, Netlify, Cloudflare.

"kubelogin: executable not found"Fix AKS "kubelogin not found" in CI - an Entra-integrated AKS cluster needs the kubelogin exec plugin for kub… "ImagePullBackOff" pulling from ACRFix AKS "ImagePullBackOff" / "401 Unauthorized" pulling from ACR in CI - the cluster is not attached to or au… "Could not load credentials from any providers"Fix Amplify push failing with no AWS credentials in CI - the Amplify CLI found no credential provider for the… "You are not authorized to perform"Fix Amplify "amplify push" failing with "You are not authorized to perform" in CI - the IAM principal driving… "FAILED from custom resource"Fix Amplify "Received response status [FAILED] from custom resource" in CI - a Lambda-backed custom resource… "not in the state stackUpdateComplete"Fix Amplify "Resource is not in the state stackUpdateComplete" in CI - a nested CloudFormation stack failed t… "Build failed" (amplify.yml)Fix Amplify Hosting "Build failed" in CI - a command in the build phase of amplify.yml exited non-zero, so th… Apigee "deployment failed"Fix Apigee proxy "deployment failed" on a revision in CI - the API proxy bundle has a policy or resource erro… apigeecli "401 Unauthorized"Fix apigeecli "401 Unauthorized" / "Request had invalid authentication credentials" in CI - the OAuth access… "appengine.applications.create" not authorizedFix App Engine "the user is not authorized to perform this action (appengine.applications.create)" in CI - th… "DEADLINE_EXCEEDED"Fix App Engine "DEADLINE_EXCEEDED" in CI - the gcloud app deploy operation ran longer than the API deadline w… "unable to pull" image from ECRFix App Runner failing to pull the container image from ECR in CI - the access role is missing or lacks ECR p… "could not start" / rolled backFix App Runner rolling back because the new container could not start in CI - the application process exited… "Health check failed"Fix App Runner deployment failing with "Health check failed" in CI - the new revision never passed its health… "artifactregistry.repositories.uploadArtifacts denied"Fix Artifact Registry "denied: Permission 'artifactregistry.repositories.uploadArtifacts' denied" in CI - the… "unauthenticated: ... requires authentication"Fix Artifact Registry "unauthenticated" docker push in CI - Docker sent no valid credentials for the registry… API Gateway "already exists"Fix AWS API Gateway "ConflictException: ... already exists" in CI - a non-idempotent create call (resource, m… API Gateway "Invalid mapping expression"Fix AWS API Gateway "Invalid mapping expression specified" in CI - a parameter mapping uses a path that does… API Gateway "No integration defined"Fix AWS API Gateway create-deployment "No integration defined for method" in CI - a method on a resource has… API Gateway "Unable to parse API definition"Fix AWS API Gateway import "Unable to parse API definition because of a malformed input" in CI - the OpenAPI… "Runtime exited with error: signal: killed"Fix AWS Lambda "Runtime exited with error: signal: killed" in CI - the invocation exceeded the configured Mem… "exited before completing the request"Fix AWS Lambda "RequestId: ... Error: Runtime exited without providing a reason" / "exited before completing… "Runtime.HandlerNotFound"Fix AWS Lambda "Runtime.HandlerNotFound: X is undefined or not exported" when invoking in CI - the module loa… "Runtime.ImportModuleError: Cannot find module"Fix AWS Lambda "Runtime.ImportModuleError: Error: Cannot find module 'handler'" when invoking a function in C… "Runtime.InvalidEntrypoint"Fix AWS Lambda "Runtime.InvalidEntrypoint" for a container image function in CI - the image ENTRYPOINT/CMD do… "Task timed out after N seconds"Fix AWS Lambda "Task timed out after 3.00 seconds" during an invoke in CI - the handler did not finish (or ne… "Unable to import module: No module named"Fix AWS Lambda Python "Unable to import module 'lambda_function': No module named 'X'" when invoking in CI -… "AADSTS700016"Fix Azure "AADSTS700016: Application with identifier ... was not found in the directory" in CI - the service… "subscription ... was not found"Fix Azure "The subscription ... could not be found" or "is disabled" in CI - az is targeting a subscription t… "Conflict ... operation is in progress"Fix Azure App Service "Conflict (CODE: 409) ... another operation is in progress" in CI - a previous deploy o… "No credentials found"Fix Azure webapp-deploy "No credentials found. Add an Azure login action or provide publish-profile" in CI -… "Oryx build failed"Fix Azure App Service "Oryx build failed" / "Deployment failed" during ZipDeploy in CI - the Kudu/Oryx build… "image pull failed"Fix Azure Container Apps "az containerapp up" image-pull failures in CI - the revision cannot pull the image… "AuthorizationFailed" on role assignmentFix Azure "AuthorizationFailed ... does not have authorization to perform Microsoft.Authorization/roleAssignm… "Value cannot be null. (Parameter 'AzureWebJobsStorage')"Fix Azure Functions "Microsoft.Azure.WebJobs.Extensions... AzureWebJobsStorage is missing" / "connection stri… "No job functions found"Fix Azure Functions host "No job functions found" in CI - the host started but discovered no functions, usual… "Worker was unable to load function"Fix Azure Functions "Worker was unable to load function X" in CI - the language worker failed to load the fun… "func: command not found"Fix "func: command not found" in CI - the Azure Functions Core Tools CLI is not installed or not on PATH befo… "401 Unauthorized" on func publishFix Azure Functions Core Tools "func azure functionapp publish ... 401 Unauthorized" in CI - the publish requ… "ClientError ... AccessDenied"Fix "chalice deploy" failing with a botocore ClientError AccessDenied in CI - the deploy credentials lack an… "entry point not found"Fix Cloud Functions "Build failed ... function not defined / entry point not found" in CI - the --entry-point… "Build failed" installing dependenciesFix Cloud Functions "OperationError ... Build failed" in CI when the source build cannot install requirements… "requires the Cloud Build API"Fix Cloud Functions "deploying functions requires the Cloud Build API to be enabled" in CI - a required Googl… "failed to start and listen on the port"Fix Cloud Run "The user-provided container failed to start and listen on the port defined by the PORT environ… "Container image ... not found"Fix Cloud Run "Container image ... not found" in CI - gcloud run deploy referenced an image tag that was neve… "run.services.create denied"Fix Cloud Run "Permission 'run.services.create' denied" in CI - the deploying service account lacks the Cloud… "Quota exceeded"Fix Cloud Run / gcloud "Quota exceeded" in CI - the project hit a regional or per-API quota (CPU, instances,… "Reauthentication failed ... invalid_grant"Fix gcloud "Reauthentication failed" / "invalid_grant: ... token has been expired or revoked" in CI - the cre… "Pages build failed"Fix Cloudflare Pages "Failed: build failed" / "Build directory ... does not exist" - a failing build command,… Pages Functions failedFix Cloudflare Pages Functions that 404 or fail to build in CI - files outside the /functions directory, a ba… Workers "... is not defined" (binding)Fix Cloudflare Workers runtime "ReferenceError: X is not defined" after deploy in CI - a KV, R2, D1, or env b… "Could not resolve 'node:fs'"Fix Cloudflare Workers "Could not resolve 'node:fs'" / "No such module" in CI - the Worker imports a Node bui… "No event handlers were registered"Fix Cloudflare Workers "No event handlers were registered. This script does nothing." in CI - the Worker has… Workers "startup exceeded CPU time limit"Fix Cloudflare Workers "Script startup exceeded CPU time limit" on wrangler deploy in CI - the Worker does to… "Worker exceeded the size limit"Fix Cloudflare Workers "Your Worker exceeded the size limit of 1 MiB" / 10 MiB in CI - the bundled and compre… "workerd/server/server ... failed"Fix Cloudflare Workers "Failed to start workerd" / a workerd fatal error under Miniflare or wrangler dev in C… "No such module" (Miniflare)Fix Cloudflare Workers Miniflare/Vitest pool "Error: No such module" at runtime in CI - the worker bundle ref… Wrangler "Authentication error [code: 10000]"Fix Cloudflare Wrangler "Authentication error [code: 10000]" in CI - the API token or account credentials Wra… Wrangler "Cannot find project"Fix Cloudflare Wrangler "Error: Cannot find project" in CI - the Pages project name passed to wrangler pages… "KV namespace is not valid"Fix Cloudflare wrangler "KV namespace '<id>' is not valid" in CI - the namespace id in wrangler.toml does not… "failed to deploy" (CloudFormation)Fix "copilot deploy" / "copilot svc deploy" failing with a CloudFormation stack error in CI - a resource in t… "unable to assume role"Fix "copilot deploy" failing to assume an environment role or find credentials in CI - the deploy principal c… deck "could not parse state file"Fix decK "could not parse state file" / "validation failed" in CI - the Kong declarative YAML is malformed or… deck "schema violation"Fix decK "schema violation" on a Kong plugin config in CI - a plugin field is unknown, the wrong type, or req… deck sync "HTTP status 401"Fix decK sync "HTTP status 401 (message: Unauthorized)" in CI - the Kong Admin API requires an RBAC token tha… "deployctl: command not found"Fix "deployctl: command not found" in CI - the Deno Deploy CLI was never installed or is not on PATH on the r… "Module not found" (https import)Fix Deno "error: Module not found https://..." in CI - a remote HTTPS import returned 404 or moved, so the de… "NotCapable: Requires access"Fix Deno Deploy "NotCapable: Requires read/write/run access" in CI - the deployed code calls an API that need… Top-level await never resolvesFix Deno Deploy isolate boot failures in CI when a top-level await never resolves - the isolate stalls during… "Environment ... is not Ready"Fix "eb deploy" failing with "Environment is not in Ready state" in CI - a prior operation is still updating… "Failed to deploy application"Fix Elastic Beanstalk "ERROR: Failed to deploy application" in CI - the new version was rejected during deplo… "Instance deployment failed" (.ebextensions)Fix Elastic Beanstalk "Instance deployment failed" caused by a bad .ebextensions config in CI - a container_c… "Service:AmazonECS" task failedFix Elastic Beanstalk multi-container "Service:AmazonECS" task failures in CI - the ECS task that backs the D… Envoy "error initializing configuration"Fix Envoy "error initializing configuration ... Unknown field" / Proto parse error in CI - the YAML does not… Envoy "unable to read file"Fix Envoy "unable to read file" / invalid path in CI - the bootstrap config or a referenced cert/secret path… "fastly compute build" failedFix "fastly compute build" failures in CI - the build that compiles your code to a Wasm module exited non-zer… "package size exceeds"Fix Fastly Compute deploy failures in CI when the compiled package exceeds the size limit - the .wasm package… ".firebaserc alias not found"Fix Firebase "Error: Unable to use alias X, unknown project alias" in CI - the .firebaserc alias passed to --… "credentials are no longer valid"Fix Firebase "Error: Authentication Error: Your credentials are no longer valid" in CI - a stored or CI token… "Cannot understand what targets"Fix Firebase "Error: Cannot understand what targets to deploy/serve" in CI - firebase.json has no matching pr… "Compilation error in firestore.rules"Fix Firebase "Error: Compilation error in firestore.rules" in CI - the security rules file has a syntax error… "Container Healthcheck failed"Fix Firebase "Error: Container Healthcheck failed" for gen2 functions in CI - the deployed container did not… "Could not start ... emulator, port taken"Fix Firebase "Error: Could not start X emulator, port taken" in CI - the emulator port is already in use, oft… "emulators:exec ... exited with code 1"Fix Firebase "Script exited with code 1" from firebase emulators:exec in CI - the wrapped command (usually yo… "parsing your function triggers"Fix Firebase "Error: Error occurred while parsing your function triggers" in CI - loading the functions modul… "have you run firebase login?"Fix Firebase CLI "Error: Failed to authenticate, have you run firebase login?" in CI - the runner has no stor… "Failed to get Firebase project"Fix Firebase "Error: Failed to get Firebase project X. Please make sure the project exists and your account h… "Failed to list functions"Fix Firebase "Error: Failed to list functions for X" in CI - the CLI could not query existing functions, usua… "Failed to load function definition"Fix Firebase "Error: Failed to load function definition from source" in CI - the CLI could not import the fun… "codebase could not be analyzed"Fix Firebase "Error: Functions codebase could not be analyzed successfully" in CI - the CLI could not load yo… "Functions did not deploy properly"Fix Firebase "Error: Functions did not deploy properly" in CI - one or more functions failed to build, provis… "predeploy error: non-zero exit code"Fix Firebase "functions predeploy error: Command terminated with non-zero exit code" in CI - a predeploy lint… "HTTP Error: 401"Fix Firebase "Error: HTTP Error: 401, Request had invalid authentication credentials" in CI - the API rejecte… "caller does not have permission"Fix Firebase "Error: HTTP Error: 403, The caller does not have permission" in CI - the identity authenticated… "HTTP Error: 400 ... rules"Fix Firebase "Error: HTTP Error: 400, Invalid argument" when deploying rules in CI - the rules request was re… "Invalid project id"Fix Firebase "Error: Invalid project id" in CI - the project id passed to --project is malformed or does not… "No currently active project"Fix Firebase "Error: No currently active project" in CI - no project was selected, so pass --project explicit… "public directory does not exist"Fix Firebase "Error: Specified public directory 'public' does not exist, can't deploy hosting" in CI - the bu… "error deploying functions"Fix Firebase "Error: There was an error deploying functions" in CI - the functions deploy aborted; the real r… "engines field ... not supported"Fix Firebase "package.json engines field is required but not supported" or an unsupported Node runtime in CI… "Must supply a target"Fix Firebase "Error: Must supply a target" in CI - firebase.json uses multiple hosting targets but none was a… Fly.io "failed to fetch an image or build from source"Fix Fly.io flyctl "Error: failed to fetch an image or build from source" in CI - flyctl could not pull the na… "fly deploy" failedFix Fly.io "fly deploy" failures in CI - a failed release command, smoke/health checks that never pass, or an… Fly.io "No access token available"Fix Fly.io flyctl "Error: no access token available. Run flyctl auth login" in CI - the runner has no FLY_API… Fly.io "release command failed"Fix Fly.io "Error: release command failed" in CI - the release_command (often a migration) exited non-zero, s… Fly.io "smoke checks ... failed"Fix Fly.io "smoke checks for machine ... failed" in CI - a new machine did not pass its post-start health che… "Could not load the function"Fix GCP Functions Framework "Provided module could not be loaded" / "Could not load the function" in CI - the… "function ... is not defined in the provided module"Fix GCP Functions Framework "Function 'X' is not defined in the provided module" in CI - the module loaded bu… "Error from server (Forbidden)"Fix GKE "Error from server (Forbidden): ... cannot create resource" in CI - the authenticated identity has GK… "gke-gcloud-auth-plugin: executable not found"Fix GKE "gke-gcloud-auth-plugin ... not found" in CI - kubectl needs the external auth plugin to get GKE cred… haproxy "config has errors"Fix HAProxy "Fatal errors found in configuration" from haproxy -c in CI - the config check found errors and H… haproxy "unknown keyword"Fix HAProxy "parsing [haproxy.cfg:NN] : unknown keyword" in CI - a directive is misspelled, deprecated, or no… "expression could not be resolved"Fix Harness "expression could not be resolved" in CI - a <+...> expression referenced a variable, output, or… "artifact not found"Fix Harness "artifact not found" in CI - the artifact source resolved to a tag or path that does not exist in… "Connector test failed"Fix Harness connector test failures in CI - the Kubernetes, Git, or Docker connector could not authenticate o… "Delegate is not connected"Fix Harness "Delegate is not connected" in CI - the delegate stopped heartbeating to the Harness Manager, so… "Failed to fetch manifest"Fix Harness "Failed to fetch manifest files" in CI - the delegate could not pull the manifest from git becaus… "Input set not found"Fix Harness "Input Set not found" in CI - a pipeline run referenced an input set identifier that does not exi… "No eligible delegate"Fix Harness "No eligible delegate available" in CI - no connected delegate matched the task requirements (sel… "Policy rejected"Fix Harness OPA policy rejections in CI - a governance policy evaluated the pipeline and denied it, blocking… "Secret could not be resolved"Fix Harness "Secret could not be resolved" in CI - the secret manager reference did not resolve because the s… "Template not found"Fix Harness "Template not found" in CI - a pipeline referenced a template identifier or version label that do… "Timeout waiting for steady state"Fix Harness "Timeout waiting for steady state" in CI - the rollout did not reach steady state within the step… "Trigger failed"Fix Harness trigger failures in CI - the webhook or artifact trigger fired but could not start the pipeline b… "insufficient permissions"Fix Harness delegate "insufficient permissions" in CI - the delegate reached the target but its service accou… "Stage Failed"Fix Harness "Stage Failed" in CI - a step inside the stage failed and the stage failure strategy propagated i… Heroku "Couldn't find that app"Fix Heroku "Couldn't find that app" in CI - the app name passed to the CLI or git remote does not exist or th… Heroku "Invalid credentials provided"Fix Heroku CLI "Invalid credentials provided" in CI - the HEROKU_API_KEY is missing, expired, or wrong, so th… Heroku "Push rejected, failed to compile"Fix Heroku "Push rejected, failed to compile" on git push deploy in CI - a buildpack could not build the app,… "environment variables are not supported"Fix Lambda@Edge "Lambda@Edge does not support environment variables" in CI - a function configured with env v… "exceeds the maximum size"Fix Lambda@Edge "The function code with layers exceeds the maximum size" in CI - Lambda@Edge has tighter pack… "Lambda function result failed validation"Fix Lambda@Edge "The Lambda function result failed validation" in CI - the function returned an object that d… "push-container-image" failedFix "aws lightsail push-container-image" failing in CI - the command needs the Lightsail control plugin and a… Lightsail deployment "FAILED"Fix a Lightsail container service deployment ending in FAILED in CI - the new container did not pass its heal… "Connection refused ... :4566"Fix "Connection refused" to LocalStack on port 4566 in CI - the edge endpoint is not up yet, or the SDK/clien… "Could not connect to the endpoint URL"Fix botocore/AWS SDK "Could not connect to the endpoint URL" against LocalStack in CI - the client is not con… "non-zero exit code"Fix Netlify "Build script returned non-zero exit code: 2" - the build command failed: a compile error, a miss… Netlify "Build script returned non-zero exit code"Fix Netlify "Error: Build script returned non-zero exit code: 2" in CI - the configured build command failed,… "Deploy directory does not exist"Fix Netlify "Deploy directory 'dist' does not exist" - the publish directory does not match where the build e… Netlify "Deploy directory does not exist"Fix Netlify CLI "Error: Deploy did not succeed: Deploy directory ... does not exist" in CI - the publish dire… "Failed to bundle function"Fix Netlify "Failed to bundle function with esbuild" / "Could not resolve" in CI - a missing dependency, an u… Netlify "Not authorized"Fix Netlify CLI "Error: Not authorized to deploy. Please set NETLIFY_AUTH_TOKEN" in CI - the runner has no va… Netlify "site not found"Fix Netlify CLI "Error: site not found" in CI - the CLI has no linked site and no NETLIFY_SITE_ID, or the ID… "Failed to load edge function"Fix Netlify "Failed to load edge function" in CI - the Deno-based edge function threw or failed to bundle dur… "npm: specifier is not supported"Fix Netlify Edge function build failures in CI when an import is not supported by the Deno edge bundler - a b… redirects not appliedFix Netlify redirects/rewrites that do not take effect in CI - rules in the wrong publish directory, bad orde… nginx "[emerg] unknown directive"Fix NGINX Ingress "[emerg] unknown directive" in CI - a snippet annotation injected a directive nginx does no… Ingress "admission webhook denied"Fix NGINX Ingress "admission webhook ... denied the request" in CI - the validating webhook rejected the Ingr… Railway "Project Token not found"Fix Railway CLI "Project Token not found" or unauthorized errors in CI - the RAILWAY_TOKEN is missing or wron… Railway deploy failedFix Railway deploy failures in CI - a Nixpacks build that cannot detect the app, a crashing start command, or… Render "deploy failed: build failed"Fix Render deploys that end with "build failed" when triggered from CI - the service build command returned n… Render API "401 Unauthorized"Fix Render API "401 Unauthorized" when triggering a deploy from CI - the RENDER_API_KEY is missing, wrong, or… Render deploy failedFix Render deploy failures in CI - a failed build command, a start command that crashes the health check, or… "Failed to create the changeset"Fix "sam deploy" failing while creating or executing the change set in CI - CloudFormation rejected the chang… stack in "ROLLBACK_COMPLETE"Fix "sam deploy" failing because the stack is in ROLLBACK_COMPLETE in CI - a stack whose initial create faile… "Unable to upload artifact"Fix "sam deploy" / "sam package" failing with "Unable to upload artifact ... no such file or directory" in CI… "Function 'X' timed out after N seconds"Fix "sam local invoke" failing with "Function 'MyFunction' timed out after 3 seconds" in CI - the emulated in… "Unable to find image ... public.ecr.aws/lambda"Fix "sam local invoke" failing to pull the Lambda runtime emulation image (public.ecr.aws/lambda/...) in CI -… "requires Docker. Have you got it installed and running?"Fix "sam local invoke" failing with "Running AWS SAM projects locally requires Docker" / Docker not reachable… "[502] Internal Server Error" (offline)Fix serverless-offline returning "[502] Internal Server Error" in CI - the handler threw, returned a malforme… "Could not find handler"Fix serverless-offline "Failed to load resource: ... Could not find handler" / "Unable to determine handler"… "account not found"Fix Spinnaker "account not found" in CI - a stage referenced a provider account name that is not configured i… "Could not find artifact"Fix Spinnaker "Could not find artifact" in CI - a stage expected an artifact that was never produced upstream… "timed out waiting ... to reach ... instances"Fix Spinnaker "timed out waiting for server group to reach N instances" in CI - the new server group never re… "Exception ( Monitor Deploy )"Fix Spinnaker "Exception ( Monitor Deploy )" in CI - the deploy task submitted the operation to Clouddriver b… "failed to apply manifest"Fix Spinnaker "Deploy (Manifest) ... failed to apply" in CI - the Kubernetes provider rejected the manifest d… "spin ... 401 Unauthorized"Fix Spinnaker spin CLI "401 Unauthorized" in CI - the CLI reached Gate but its credentials or config were mis… "Stage failed"Fix Spinnaker "Stage failed" pipeline errors triggered from CI - the stage ran but a downstream task reported… "trigger did not fire"Fix Spinnaker pipelines that do not start when CI expects them to - the trigger config, webhook payload, or a… "clouddriver ... 500"Fix Spinnaker Clouddriver 500 errors in CI - the microservice that talks to cloud providers returned an inter… "hal deploy apply ... failed"Fix Spinnaker Halyard "hal deploy apply" failures in CI - Halyard could not apply the configuration because o… "orca ... task" not completingFix Spinnaker Orca tasks that never complete in CI - the orchestration engine could not advance the task beca… "No output from bake"Fix Spinnaker Rosco bake failures in CI - the Bake stage produced no artifact because the Packer template, ba… "Webhook stage failed"Fix Spinnaker Webhook stage failures in CI - the outbound webhook returned a non-success status or the status… "functions deploy" failed to bundleFix "supabase functions deploy" failures in CI - the Deno-based edge function failed to bundle, or the access… "import map not found"Fix Supabase Edge function deploy failures in CI when the import map path is wrong - the CLI cannot find the… Traefik "entryPoint doesn't exist"Fix Traefik "entryPoint ... doesn't exist" in CI - a router binds to an entrypoint that is not declared in th… Traefik "middleware does not exist"Fix Traefik "middleware ... does not exist" in CI - a router references a middleware that is not defined, or… Traefik "router has no service"Fix Traefik "error while building configuration: router ... has no service" in CI - a router was defined with… Traefik "service does not exist"Fix Traefik "the service ... does not exist" in CI - a router points at a service name that is not defined in… Tyk "Couldn't load API"Fix Tyk "Couldn't load API" / JSON parse error in CI - an API definition file is invalid JSON or missing requ… "exceeded maximum duration"Fix Vercel "Error: The build exceeded the maximum allowed duration" - a build that hangs or runs too long. Ca… "exited with 1"Fix Vercel "Error: Command "npm run build" exited with 1" - the build script itself failed: a compile/type er… Vercel "Command failed with exit code 1"Fix Vercel "Error: Command \"npm run build\" exited with 1" in CI - the project build command itself failed,… "Edge Function exceeds the maximum size"Fix Vercel "The Edge Function ... exceeds the maximum size" in CI - the compressed Edge bundle is over the pl… "references Secret ... does not exist"Fix Vercel "Environment Variable ... references Secret ... which does not exist" and undefined env vars at bu… Vercel "references Secret ... does not exist"Fix Vercel "Error: Environment Variable X references Secret Y, which does not exist" in CI - vercel.json maps… "No Output Directory"Fix Vercel "Error: No Output Directory named 'dist' found after the Build completed" - the framework preset o… Vercel "Function Payload Size ... exceeds"Fix Vercel "Error: The Serverless Function ... exceeds the maximum size limit" in CI - a bundled function plu… Vercel "No existing credentials found"Fix Vercel CLI "Error: No existing credentials found. Please run vercel login or pass --token" in CI - the ru… Vercel "Project not found"Fix Vercel CLI "Error: Project not found" in CI - the linked project ID or scope does not match a project the… Vercel "provided path does not exist"Fix Vercel CLI "Error: The provided path ... does not exist" in CI - the path argument passed to vercel deplo… "A Node.js API is used which is not supported"Fix Vercel "A Node.js API is used (process.X) which is not supported in the Edge Runtime" in CI - edge code t… "Dynamic Code Evaluation ... not allowed"Fix Vercel "Dynamic Code Evaluation (e.g. eval, new Function) not allowed in Edge Runtime" in CI - a dependen… wrong Root DirectoryFix Vercel monorepo deploys that build the wrong package in CI - a Root Directory pointing at the repo root i… "[code: 10001]"Fix Wrangler Cloudflare API "[code: 10001]" in CI - the API token is expired, revoked, or malformed, so Cloud… "request to the Cloudflare API failed" 10000Fix Wrangler "A request to the Cloudflare API failed" with code 10000 in CI - the request reached Cloudflare… "Authentication error"Fix Cloudflare Wrangler "Authentication error [code: 10000]" in CI - a missing, wrong-scoped, or expired CLOU… "Authentication error [code: 10000]"Fix Wrangler "Authentication error [code: 10000]" in CI - the Cloudflare API rejected the request because CLO… "binding not found"Fix Wrangler "binding not found" errors in CI - a KV, D1, R2, or service binding in wrangler.toml references… "CLOUDFLARE_ACCOUNT_ID" requiredFix Wrangler "More than one account available but unable to select one in non-interactive mode" in CI - set C… "compatibility_date" errorFix Cloudflare Wrangler errors about a missing or future `compatibility_date` in CI - Workers needs a valid d… "compatibility_date" is requiredFix Wrangler "A compatibility_date is required when publishing" in CI - add a compatibility_date to wrangler.… "Missing entry-point"Fix Wrangler "Missing entry-point: Points to the file that will be executed" in CI - set `main` in wrangler.t… "No environment found"Fix Wrangler "No environment found in configuration with name X" in CI - the --env value does not match an [e… "No event handlers were registered"Fix Wrangler "No event handlers were registered. This script does nothing" in CI - the Worker exports no fetc… "nodejs_compat" flag requiredFix Wrangler errors that require the nodejs_compat flag in CI - a Node built-in or npm package needs Node com… "Wrangler requires ... Node.js"Fix Wrangler "Wrangler requires at least Node.js vX" in CI - the runner Node version is below what Wrangler s… "Processing wrangler.toml" failedFix Wrangler "Processing wrangler.toml configuration: Unexpected fields" in CI - an unknown or misplaced key… "Worker exceeded the size limit"Fix Wrangler "Your Worker exceeded the size limit" (script_too_large, code 10027) in CI - the compressed bund… "You are not authenticated"Fix Wrangler "You are not authenticated. Please run `wrangler login`" in CI - the OAuth login flow cannot run… binding is undefinedFix Cloudflare Workers "env.X is undefined" / binding errors in CI - a KV/R2/D1/secret binding missing from w… "Couldn't find a D1 DB"Fix Wrangler D1 "Couldn't find a D1 DB with the name or binding" in CI - the d1_databases binding references… "Migration ... failed"Fix Wrangler D1 migrations that fail to apply in CI - a SQL error, a missing --remote flag, or an out-of-orde… esbuild "Build failed"Fix Wrangler "Build failed with N errors" (esbuild) in CI - Wrangler bundles the Worker with esbuild and a sy… "KV namespace not found"Fix Wrangler KV "namespace not found" / "is not valid" in CI - a kv_namespaces binding id in wrangler.toml do… "Deployment failed"Fix Wrangler Pages "Deployment failed" and "Failed to upload files" in CI - the asset upload was rejected. Ch… "directory does not exist"Fix Wrangler Pages "The directory you specified does not exist" in CI - the build output folder passed to `wr… "Project not found"Fix Wrangler Pages "Project not found. The specified project name does not match" in CI - the --project-name… "bucket not found"Fix Wrangler R2 "The specified bucket does not exist" in CI - an r2_buckets binding names a bucket that was n… "Deploy failed"Fix Wrangler Workers "Deploy failed" in CI - the upload was rejected by Cloudflare. Read the line above the s… "Could not find AWS credentials"Fix Zappa "Could not find AWS credentials" in CI - boto3 found no usable credentials or region for the deploy… "is not deployed!" / "already deployed"Fix Zappa choosing the wrong command in CI - "is not deployed!" means use deploy, and "already deployed" mean…
Explore other topics