ocp-power-automation/openshift-install-power

[BUG] Getting Warning: Deprecated Resource and Error: remote-exec provisioner error

Closed this issue · 9 comments

Getting Warning: Deprecated Resource and Error: remote-exec provisioner error
Getting above warning and error while deploying OCP cluster.
module.install.null_resource.config (remote-exec): RUNNING HANDLER [restart bind] *************************************************
module.install.null_resource.config (remote-exec): PLAY RECAP *********************************************************************
module.install.null_resource.config (remote-exec): 192.168.17.36 : ok=85 changed=17 unreachable=0 failed=1 skipped=55 rescued=0 ignored=

│ Warning: Deprecated Resource

│ with module.prepare.ibm_pi_network_port.bastion_vip,
│ on modules/1_prepare/prepare.tf line 410, in resource "ibm_pi_network_port" "bastion_vip":
│ 410: resource "ibm_pi_network_port" "bastion_vip" {

│ Resource ibm_pi_network_port is deprecated. Use ibm_pi_network_port_attach
│ to create & attach a network port to a pvm instance

│ (and one more similar warning elsewhere)


│ Error: remote-exec provisioner error

│ with module.install.null_resource.config,
│ on modules/5_install/install.tf line 221, in resource "null_resource" "config":
│ 221: provisioner "remote-exec" {

│ error executing "/tmp/terraform_1760608655.sh": Process exited with status
│ 2

To Reproduce
Steps to reproduce the behavior:

  1. Create var.tfvars file with below details:
    ibmcloud_region = "mon"
    ibmcloud_zone = "mon01"
    service_instance_id = "d7638b97-909b-472a-a82c-2093753afbbe"
    rhel_image_name = "rhel-85-12132021"
    rhcos_image_name = "rhcos-412-86-20221018-tier3"
    system_type = "s922"
    network_name = "ocp-net-montreal-1"
    openshift_install_tarball = "https://mirror.openshift.com/pub/openshift-v4/ppc64le/clients/ocp/stable-4.12/openshift-install-linux.tar.gz"
    openshift_client_tarball = "https://mirror.openshift.com/pub/openshift-v4/ppc64le/clients/ocp/stable-4.12/openshift-client-linux.tar.gz"
    cluster_id_prefix = "hamid412-t8"
    cluster_domain = "nip.io"
    cluster_id = "t8"

Small Configuration Template

bastion = { memory = "16", processors = "0.5", "count" = 1 }
bootstrap = { memory = "32", processors = "0.5", "count" = 1 }
master = { memory = "32", processors = "0.5", "count" = 3 }
worker = { memory = "32", processors = "0.5", "count" = 2 }

storage_type = "nfs"
volume_size = "300"
rhel_subscription_username = "abdulhusain.hamid2"
rhel_subscription_password = "********"
pull_secret_file = "/data/pull-secret.txt"
private_key_file = "/data/id_rsa"
public_key_file = "/data/id_rsa.pub"

setup_squid_proxy = true
setup_snat = false

enable_local_registry = true #Set to true to enable usage of local registry for restricted network install.
local_registry_image = "docker.io/ibmcom/registry-ppc64le:2.6.2.5"
ocp_release_tag = "4.12.5-ppc64le"
ocp_release_name = "ocp-release"
release_image_override = ""
2. Create OCP cluster using below command:
docker run -it --name hamid412-t8-t8 -e IBMCLOUD_API_KEY=<api-key *********> -v $(pwd):/data:z quay.io/powercloud/openshift-install-powervs:ocp4.12 create -all-images
3. It went upto 89%
4. Then gave errors

Expected behavior
OCP cluster should be created successfull.y.

Console Output
module.install.null_resource.config (remote-exec): RUNNING HANDLER [restart bind] *************************************************

module.install.null_resource.config (remote-exec): PLAY RECAP *********************************************************************
module.install.null_resource.config (remote-exec): 192.168.17.36 : ok=85 changed=17 unreachable=0 failed=1 skipped=55 rescued=0 ignored=0


│ Warning: Deprecated Resource

│ with module.prepare.ibm_pi_network_port.bastion_vip,
│ on modules/1_prepare/prepare.tf line 410, in resource "ibm_pi_network_port" "bastion_vip":
│ 410: resource "ibm_pi_network_port" "bastion_vip" {

│ Resource ibm_pi_network_port is deprecated. Use ibm_pi_network_port_attach
│ to create & attach a network port to a pvm instance

│ (and one more similar warning elsewhere)


│ Error: remote-exec provisioner error

│ with module.install.null_resource.config,
│ on modules/5_install/install.tf line 221, in resource "null_resource" "config":
│ 221: provisioner "remote-exec" {

│ error executing "/tmp/terraform_1760608655.sh": Process exited with status
│ 2

Desktop (please complete the following information):

  • OS: RHEL
  • Version: 8.5
  • RHE Linux terminal

Additional context
Giving same error again & again.
CC: @yussufsh

docker run -it --name hamid412-t9-t9 -e IBMCLOUD_API_KEY=************* -v $(pwd):/data:z quay.io/powercloud/openshift-install-powervs:ocp4.12 create -all-images
Attempt: 1/5
[precheck_artifacts] WARN: Cannot find artifacts directory... running setup command
[setup] Running setup command...
[setup_artifacts] Downloading code artifacts main in ./automation
Attempt: 1/5
[setup] SUCCESS: setup command completed!
[powervs_login] Trying to login with the provided IBMCLOUD_API_KEY...
Listing services under account ISVSynergy2's Account as user Abdulhusain.Hamid1@ibm.com...
Targeting service crn:v1:bluemix:public:power-iaas:syd05:a/03555c034c9346f3a9528095ee4203f9:23fb57fc-f1ed-4ea3-84d8-4bd73f282831::...
[powervs_login] Targeting 'rdr-ghatwala-ISV-PROD-Syd05-RHP' with Id crn:v1:bluemix:public:power-iaas:syd05:a/03555c034c9346f3a9528095ee4203f9:23fb57fc-f1ed-4ea3-84d8-4bd73f282831::
[init_terraform] Initializing Terraform plugins and validating the code...
[apply] Running terraform apply... please wait
Attempt: 1/5
[retry_terraform] Encountered below errors:###########(105%)
│ Error: remote-exec provisioner error
[retry_terraform] WARN: Issues were seen while running the terraform command. Attempting to run again...
Attempt: 2/5
[retry_terraform] Encountered below errors:###########(105%)
│ Error: remote-exec provisioner error
[retry_terraform] WARN: Issues were seen while running the terraform command. Attempting to run again...
Attempt: 3/5
[retry_terraform] Encountered below errors:###########(105%)
│ Error: remote-exec provisioner error
[retry_terraform] WARN: Issues were seen while running the terraform command. Attempting to run again...
Attempt: 4/5
[retry_terraform] Encountered below errors:###########(105%)
│ Error: remote-exec provisioner error
[retry_terraform] WARN: Issues were seen while running the terraform command. Attempting to run again...
Attempt: 5/5
[retry_terraform] Encountered below errors:###########(105%)
│ Error: remote-exec provisioner error
[retry_terraform] ERROR: Terraform command failed after 5 attempts! Please check the log files

105% is observed.

@AbdulhusainHamid1 you can ignore the WARNING message, but the ERROR shown is due to failure in the helpernode tag.
Could you attach the full Terraform log to see what is the actual failure?

module.install.null_resource.config (remote-exec): fatal: [192.168.27.100]: FAILED! => {"changed": true, "cmd": "oc adm -a ~/.openshift/pull-secret-updated release mirror --from=quay.io/openshift-release-dev/ocp-release:4.12.5-ppc64le --to=registry.hamid412-t9-t9.135.90.86.188.nip.io:5000/ocp4/openshift4 --to-release-image=registry.hamid412-t9-t9.135.90.86.188.nip.io:5000/ocp4/openshift4:4.12.5-ppc64le", "delta": "0:00:40.811675", "end": "2023-03-06 04:37:11.819076", "msg": "non-zero return code", "rc": 1, "start": "2023-03-06 04:36:31.007401", "stderr": "info: Mirroring 182 images to registry.hamid412-t9-t9.135.90.86.188.nip.io:5000/ocp4/openshift4 ...\nregistry.hamid412-t9-t9.135.90.86.188.nip.io:5000/\n ocp4/openshift4\n blobs:\n quay.io/openshift-release-dev/ocp-release sha256:af5a3a5a8f3cc75825262e7d00c612519ced4a4003d2c1ee21e9720934fb1cbd 1.413KiB\n quay.io/openshift-release-dev/ocp-release sha256:d369a41ff27e852afffbd78b32f5cdff0400e9f224375bf0b21d0f75e2087cda 1.681KiB\n quay.io/openshift-release-dev/ocp-release sha256:5e5e1827e2971e6f867a8261b31c9e754ac66b371c937e7328ce4f79765c55bb 931.9KiB\n quay.io/openshift-release-dev/ocp-release sha256:de35f9abd0a6594f482e934bdbc82e5acb765698882d5fc484e0ddc8ab4f942b 12.49MiB\n quay.io/openshift-release-dev/ocp-release sha256:d38454abdc7a6b3c43f732aa91193039169c185dc17779848845a6e1b1f7739d 22.07MiB\n quay.io/openshift-release-dev/ocp-release sha256:5acea5c935fdde781c85f5aeca9b8720a45218c7d85b23585b6bb9829e2c1a4e 27.35MiB\n quay.io/openshift-release-dev/ocp-release sha256:17e5b635b32014948d8b0ca7f0eb7e4490a834f9022b04a10ef7ee48dd895831 82.1MiB\n manifests:\n sha256:2da6b8a9ca11dbec1a8bf5dd8e49f52a96d09b7e474fe109ad85fc0ba071747b -> 4.12.5-ppc64le\n stats: shared=0 unique=7 size=144.9MiB ratio=1.00\n\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:a727b6445fda81792987d1366be55a2ca28fa81a8260671804fb74501d8f6a39: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:cdc8b3f629c1a01b5e910228418c0bfb0f22ba7784ef97f4a9a069c2a8310153: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:9a096306b829d96387e2ba0c7ac4f547691a27a937daf3daa280de880c9772f1: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:0ba5cc0c949658bdc125142c6053eccdb591d325f9155ce778087cb9b0ac3708: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:24777d79fe99c18ff91a59fa9fe0c4ede86c61922b8d0f3d03562e5997b7e580: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:189137703d136703584ef2fef24d365834d40026ab54b1d617f346d2d6c2d978: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:ec1e1d334a2a7061cec1efcf339da83cd73233e8befb1780e241bb7026955364: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:02ccb4bcb98fa5f7dfacd9a8e994b044aadbf3df04af94022c500dc1b0f83418: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:5836c239b93b3a118ef539eb92f0600f1dd584259b1cdf55e8f56df3496956d6: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:437c16b3af062a3d6d56fe1c9b2ad5e51a4db16e447dac98fca31ae1657c04de: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:cdc9ec67133eeaa9d7b743b2b2e0ab7f76ea4c5d511b7e73e4e465d89c340d42: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:dda4637c82856c89e3b96e88dd6ee3a827f5c8d5fa07ec3d54851239ac172da7: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:4612ea767f7f47bd9b1a173e113cbc02244b8b260566ed6966dd724856b50a21: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:6fefac556354167e69717bce8c0f8bc2142173ece1a0385d2e6a012665fb5444: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:b65352698e933cc0b2f6c2e502e561447df8325db03ed756402b9a194b3e3444: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:5f595b701956698d5ba8e4c447cd51d9aedf870b6321783a4f7bcf34214617c9: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:9cab9263db8d7865abc532d2f3b5c7476627eff1943942eaf99e18001fc2c1f9: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:a87ed5ada883dd8f47f5046ad924318d4572970c3da4266d49f4b5660c44f349: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:858e7872a4fa667f0801f67e1f2005087f8dcb06cc5b279e8ad04b3315731a17: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:f4b3b336067bc7a4b11502c549a71d15f3c81ea266cb005355032740e502a074: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:b6fa764499499785a1836f78217bbaa4899217f3e963fc5a82477d4ea766fbd9: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:6cd4227e396aa6ba5d86e61a074491effcff8075af09c17a24f2b2f3cf167853: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:cb13d6c6125959f9973d6712a15e8d813567565df7b4ce541ea0ad35977cd743: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:3b21adaae436a8ae342502521100842358068513e52c39c0a494b1b57f6af107: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:96a94e36f8b0e42a4a9deb2d93582820d679a31cffd6614274f066c3eb5187da: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:513fccce5fb4d75bbc8540a7d209a3b5fd61faa1c2f3aaac458a674e3675c878: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:a9779ba505bfd7075fd0ca4a7317e72806d21b70cb83112572750d67aef1c2e0: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifes
module.install.null_resource.config (remote-exec): t sha256:a5b737ce90c504dc7cc2b9db1f0e17a8d6a7362a74040a50c6f654989c823445: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:643b7acdd41fbe87ab13fcfc122075a13df24b77814e1b2bd2f884489ed2ec7d: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:518211633b53a93f79273f2ed7de82fa9168db3050234285dadb5904571b6e8f: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:2c094c7ff1766b40b6bd2067c5242964bba43f4f94be8c597abcd05abe612461: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:45b6358bcdeee6b02db0aa3d04369cb69063d139740d64b80824a4cc0551a4f3: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:4364b73ce24b057eb79eead7ddee3e728211c1cad661b25e551caec95c709b34: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:5a596742a2a0faf1eb0674015eb60ece38c487b2eb5fea06dee6e7d44c47589b: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:89b091dd4c4d708367e0ed7f3c332f4d6208519c28ee815c13d3c79378d21e02: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:16f347b9d97d6cc5de8d09fb4851267ff6562a6bb65dda29215418703152a9b7: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:3562d86c687b673a663019e48b14c9f2c6b6c80cdfca7eefc6c855189c828aae: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:0623cb5fde2732544339d6a43837c2bc558dccc3f6cc194584c093115a2f1356: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:2112e9987f6817dab0e9fe330ddd913a94e57d351a51360326427a5e13241078: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:d5a032c782542c906b1a505c29a651ce9dd9a99c3e698e7d373b8bc3a8ba3937: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:15bca556287854e133330e866f50d4695ea91f4afa20755340b63719c59845f8: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:a2c7ade983835c84a5ea24eba085f34435f0083f7accfab006cda9d7fbbbdc45: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:85864b9ac120485b81f1ecfe82dcec3ed67e3a6ffd9e2aa4b63553005534c5cc: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:4afb733122cf3e2c8b7018437075f0a4a3a758ea685b64c50089c978c9184b3c: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:539f866ecf04e92a3b46597d0288c46aa2293939b61dc992c852406ec55389eb: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:e4ac7b29814d1dd29963405b8984535b54dee8adfc6b730340f78a5390f35bbf: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:cae28270246ee7435ec6a05742b0e40a4fa961d2c461e18e63468201c5d58916: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:83a8f27ba53d2718ea3f7c4e012d6656167389c32b6fffa0a4e2b9e7b5b2a2e8: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:5b77f1a5b97cf1669162775bce0d17fcf17c9fa08aaecc52da3ec718b2673a44: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:2e87ce592841fb4caad2c74fd1a1df6ba017db7ebf2354c85c668fbb3bc2de17: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:c3b5db938838074089b9a4d1fa883623cca26161b004a7bd3b2e744c1b8491de: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:f25b4d1780cac64fea0bc0ad12901f5c501657d6b5aed236c77b2fee45199b86: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:5527df3e14e278b9bbfc52e8b8d201f9865eada77006e386c731bccd2c383c33: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:e3f9a8320c2f57783565a7ada6ec90b7f513195f2ce2970ee36ce7873641c490: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:da86a27f3f15c20df9fdbc6a22a810255870f74449c64cea340b153973346c59: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:8d83d2e575e80cc41254b5681f695cda936806e708ab5879183de387c39e715c: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:b3a80f204c8e9330a850ce8aaf373e12f0385d909be794a637c5eaba17d996de: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:369b776f765f114cb15f9b91d3a4a6a68214483073ed3546557b3ec5b9f08f8c: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:61ce960000d184e644266a6549e7f39d8a69575a053e4b898b66ff3a839e0a99: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:1eeef9bf878657c76885dc55967ede838d787604a9f8cee5bc092fccbe649d90: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:99b1e85d32ec81e1ca16b7a17fc6ee2fcdc744d326315c6d20c7a1c914af40f0: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:2046f7708da1b41ef0e82a0058c3ca228289f70b9edb423011040e5d78833cbe: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:03a872769d7273a6682a266e53f6417de41f3a30e574997ea46008c3b64fed9c: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:56881330f0538dcd65a614e1141d00dffffc527b231f32e6786d1fafa59590c4: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:32775fe2fb2569db2914bd0ebc2b4d8da869eb1e21b254fc0b5cc9273df42295: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:026a9d852ab02012b280184bb19de3b4f2f9ce488499c855999c823419e06ebb: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:3e83112262841a386b22c02cda90a9b72e33d77ec459fd09e6260dc3bb850df2: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:99cf7eb12b6cb02ade7f35e293ff860949e6f8dfa05b879f48aa0577adcc9a8a: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:274aea6c835e34879b3f7c778c371b3c3b435157321fadaa77dd959cbae2d70b: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:0aa45b5313175707b0c871719669902ac285d1e8bd5ef4609ba6d4ca48aef5fa: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:44318fe88ed4aaed7082d43e3df87847ad024e04d8e1ae5e304930a1a24dee52: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:8078c62fba9d70d72ca44bf0a01c0ce24839744a90375a6bc90565d63710e581: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:41aa5334b598a061e1dc83c1c8545b8ac9c779d758439ace1bc8b85e86391413: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:0db19361175a863f9afdc2eb56f302bc6c3b4d08e357eeb0ca295331b5e3d354: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:2f1e72346f755016ee02df11756d91e09685de04f9c40637151a1c73cb24df07: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:a8dce65905a336c33d89ea94f98400fcb6d5d34234828d9555996d039da4fc78: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:17fbbc414543ca9ed3244e723d629c7d4ea2ea036c315f819e06c773ee5a4bf9: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:24f2daff1ec204dbcef66d1f07ed65f9a0742a92d113c13e810e788fba0dfa6e: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:e4a33dc7b6bf8326818a1784d3246380e6b3ebfe633af522730ff7d36642b2fd: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:8c9cffe235a0af70de71ab77dcada46c5e685400a11ea5028de0311507e0a268: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:8f76a75c6d9c571eb9e864b101a4897f2b770c21dfabbb894910eb8a47668974: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:f1303adb5bc6180e1725b2b07fd9aab2cd65b23ae4c08cca7f4632f4e55ca43e: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:30f390ba8094610a92572e9bdbe859704e79d7b3cfdbfb6cf79569a144df58b4: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:dd112431cafb1a4c9698ee9d41102a701175ad0ea99fb2fbff0fa62917b0ebbf: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:7ad7c97abd42d8434d2509204309a2e1f9498b644d2bc8e2a10ae3eaec65afd3: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:bd10f5fa09c0bd77be3f6986f92bfcafdfa3c2d4fa54359e15e8d6c0cb30abba: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:dc8932c1783a0d57c7712ebed78edaf4f826ed93a4ca36815cf4f65ee1aa8ccd: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:dd64c89a6645ae8c4a46fd554b209de49a453031965884dbe930fa06e6c9b7b5: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:791e5e663c032fdb2be2541832d83f5b54a0d00fd15f20fd22fe56430965727a: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:3ad2bbd18df2f742842cf06f08d77babcfec86427ad50d5bb2f98ba1fa2519e1: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:ce9e7e8710e4ce159b5a605ed13d7a67e91cada3de5fede96cdac37ac2a29bb5: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:739bdf185cbe22acf1c6c745a64b9a1bef88626fa325d9288ecad9bb8b07cb47: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:b6e61180e5168c9bf9150b526be4ee972448332b2ab4832bb5578c24a1c3b615: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:c4990c93a0a5d7502dd4ac4d42aa3069d3f1f1e247dc0e09c851d1bd112bd180: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:daafb341c910aeace04c4be3844946cc9f67594fc60eab62f7c5a002049dfd2d: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:2b66090167d67f5e82e5bac101879b3f588c33b6efebcc44cf55bda0cc8beee5: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:69f62c8cfd9949fd9cc768eec8826b8b58f60300bc1ca88059c8bcada56bb5d8: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:b657071027e20811803b976a8dd945f9c7e3b77018d1c86cc6d231b8b4703a74: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:dfac3e9a763d1a5d7599f0231bfc8fac7c6099f2af93b04638f3ce48afe89188: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:ff02a0a2d4f5e42f75e96ec8faf4ec8d513b44908237e67f7568434e132657b1: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:f6512b400a9cbe30f5a1db2a08fe63e32b3c010fc033877e00e783468d63d78a: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:f7b81d5f08a0aced98dddadb56bd08ec80ebbce400b2e55ff930897ed905486f: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:3b01838c0d3232313b7401f856dc6c7b943d2cf3096e1f514453f6c586989336: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:639dd5215f1f2f1f6e67bdf50675e597d5c8067a22dda80532ea4538b2bb2ec4: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:edd8cd3e9cab8132eb8af0ebde9c86d6cd4376da2e766beaf6fec076d346a3e1: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:6778d53606816988987765ce47ccd72b87373cc38c4d491ac7fea4231da09771: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:917952457ba00301a6dfb83293d1b08dec1f075c61782c27c3cc6059b8a50639: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:29d17e76132d110075f197f24fe611f75562be5bf438325e760e371ecc729986: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:a33b4859dac148c978c7590905ac77f44d98fec93e740f54fee5fbef6a26e074: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:84e3c762d550fed118502d789300bf77534d7ae8c7e5be2a15cf4e11b0aca6ea: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:e19565379d34a13e88a5adc29a283e0e84ab1669cbc15d59b9fc9214d299ae9c: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:009e95dc03680d408b1db99abc9aa9874963318314fadba013c9044ed4474837: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:ee8eabb7c8e9888c4f9bad368a890372188f306b0fcf8b1ca12852d9a891eed1: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:7be4b9b9839db9b5f6b557be016bcd67710ce91d29588502855694d3ee6d53a7: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:d07da0829c513f23fb19e731b7d3885c7a199003e026d0a921ddc5acc16e5bd0: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:f10a90f558a97dec59d4180598b7bbe086c2a3e5b88de26bdc3033ea9fcbc738: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:de79fd2073dfebbb1afd97f64bd67eb8deb65f4115af893f77a10f3221e6b806: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:17e3caec50c07511cb5d592b0cd314901b18b938d66bd9f74073e27d0121e89c: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:436e79c578039055ede0b88eec8b393d6181ea9d728fc9bac53f49102556d257: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:8fb02d15b50f8b2d1fc92c014954bf6234be8a9f13af6c33c9fe4af195206a21: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:a9e0dc73606a67db6e1dda682d784844e836eee314312aa07da28ee433c899a9: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:24f54314d192e80b24740fa5f0d8eb721668ecfdf2a6f30f4d138c59610429ca: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:4507252aa1b1ee9606fe68cbeed146d94beef4c2c6d20e06b82f6da45b6d7734: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:c029ac9e91f4b81692233d7afd840654f09cdef89672b4868a0f662fba64798c: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:fdb2ab97462da84c21af82fd285416a0288022d9587f69003a55705eaf9819dd: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:f503bd48e1a6636a96ad761540e57ca4c4167d272682cd7b928df2f4038912af: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:eac1e7e835e44053faa58467056cd27149018507253605a2887e78c420dcb453: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:c9d72499ad80326b533133f620a9542c6d5518352791c3839808fe59b8ff5a6f: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:2b4ccafa0bef9d758de0befa4a2dca30a509c00b9ed50d0ffff8eba0d2f15e5e: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:9c9d91229bc4fe304cb485162e0a9b8026a9b312f8fa74a76a739d6d12fffe7b: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:35fac7c9f92e7554a9e4f8fce9b1aabec7140b71086d94094c25f304014fd700: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:2fca90012fb0e01c14afc15dce9ee00940f4940db9a8ec196b2f6b0e8c6acd3c: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:a5523d5fb22e6826c4ecfe95345f23bac8f62cc8699c4d872ad64a5c9de37ff7: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:0c449169b880637f77f3ee23c682141e5b4fcf36bb6d59c7d14c5f765ad15f1f: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:af8a7811eecf601ba811dd9d81fba03aace9af8f3466f0c28bdbed97d296e79b: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:17498a98b42ac7542daf613f04890b1f0d94bdc0c6ddda291908657e10a05069: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:307f5335d3fa2f483117c02d15f2731a47073e5465e6e4a6913833048a124ccc: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:c583fe48b18c3ee496bce66955979913d050e9874c06ce38298f625f214755bf: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:8796172d98fa49b5d09416c56c45b4156330a0fdd42d72b74e35f3526da149ac: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:d7da6983b5cb1c10c6fc1c44e53d18eccdb9a1f02cd200c4091cc401e1044650: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:7f32ecd856effe5d9df496284576bfb12bc30b105dcc16a1f200302ceac17c30: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:22ea0712c045084245439e75b2483363037a2acad5276416b86900dcda5d269b: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:fb7e101a82ceb83774c8d0835663bf4a9114b323d7048d5d5386d05ba0714739: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:599585dafdbaf5a108dcd3b1c0ae9f688fe1cf96db49d08234f53d6a88868188: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:4eeb09052a8bccc3d3b76a9dccf6bcb1316dd20bc22fab18be939b1cf91f01cb: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:61cdf36d9847fa72d60ed5de0ec5bc9f2f2a7764f1454ca7a0385813a3cba128: unauthorized: access to the requested resource is not authorized\nerror: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:e2b9e4299e64b1c9080dd47b148a0d4348cbd567ebce8ad4d73e81868c5b7f7b: unauthorized: access to the requested resource is not authorized\nerror: an error occurred during planning", "stderr_lines": ["info: Mirroring 182 images to registry.hamid412-t9-t9.135.90.86.188.nip.io:5000/ocp4/openshift4 ...", "registry.hamid412-t9-t9.135.90.86.188.nip.io:5000/", " ocp4/openshift4", " blobs:", " quay.io/openshift-release-dev/ocp-release sha256:af5a3a5a8f3cc75825262e7d00c612519ced4a4003d2c1ee21e9720934fb1cbd 1.413KiB", " quay.io/openshift-release-dev/ocp-release sha256:d369a41ff27e852afffbd78b32f5cdff0400e9f224375bf0b21d0f75e2087cda 1.681KiB", " quay.io/openshift-release-dev/ocp-release sha256:5e5e1827e2971e6f867a8261b31c9e754ac66b371c937e7328ce4f79765c55bb 931.9KiB", " quay.io/openshift-release-dev/oc
module.install.null_resource.config (remote-exec): p-release sha256:de35f9abd0a6594f482e934bdbc82e5acb765698882d5fc484e0ddc8ab4f942b 12.49MiB", " quay.io/openshift-release-dev/ocp-release sha256:d38454abdc7a6b3c43f732aa91193039169c185dc17779848845a6e1b1f7739d 22.07MiB", " quay.io/openshift-release-dev/ocp-release sha256:5acea5c935fdde781c85f5aeca9b8720a45218c7d85b23585b6bb9829e2c1a4e 27.35MiB", " quay.io/openshift-release-dev/ocp-release sha256:17e5b635b32014948d8b0ca7f0eb7e4490a834f9022b04a10ef7ee48dd895831 82.1MiB", " manifests:", " sha256:2da6b8a9ca11dbec1a8bf5dd8e49f52a96d09b7e474fe109ad85fc0ba071747b -> 4.12.5-ppc64le", " stats: shared=0 unique=7 size=144.9MiB ratio=1.00", "", "error: unable to retrieve source image quay.io/openshift-release-dev/ocp-v4.0-art-dev manifest sha256:a727b6445fda81792987d1366be55a2ca28fa81a8260671804fb74501d8f6a39: unauthorized: access to the requested resource is not authorized", "error: unable to retrieve source image

@AbdulhusainHamid1 as you can see the release image mirroring is failing with unauthorized access error. Please check if the pull secret given is working. Also you can disable enable_local_registry if you do not need to setup a local registry on bastion.

How can we validate if pull secret is working ?

Is pull-secret changed regularly ? When I downloaded new pull-secret, it is different than previous one.

It is not changed regularly, but now that you downloaded new one you have to start using that one as it would be valid.
Also can you try a deployment with your new pull secret and let us know how it goes? will need access to bastion to debug on it if same error persists.