Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rh-operator-bundle-bot/c7bdbaeaa480483bcce5511f703931f2 to your computer and use it in GitHub Desktop.
Save rh-operator-bundle-bot/c7bdbaeaa480483bcce5511f703931f2 to your computer and use it in GitHub Desktop.
Pipeline still running ...
PipelineRun is still running: Tasks Completed: 45 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 7
[get-pr-number : parse-pr-url] + echo -n 5721
[get-pr-number : parse-pr-url] + tee /tekton/results/git_pr_number
[get-pr-number : parse-pr-url] 5721
[acquire-lease : create-lease] + calculate_duration_in_seconds 90m
[acquire-lease : create-lease] + '[' m == m ']'
[acquire-lease : create-lease] + TOTAL_DURATION_IN_SECONDS=5400
[acquire-lease : create-lease] + export TOTAL_DURATION_IN_SECONDS
[acquire-lease : create-lease] + create_lease_yaml
[acquire-lease : create-lease] ++ date -u +%Y-%m-%dT%H:%M:%S.000000Z
[acquire-lease : create-lease] + microTime=2025-05-14T08:29:55.000000Z
[acquire-lease : create-lease] + echo 'apiVersion: coordination.k8s.io/v1'
[acquire-lease : create-lease] + echo 'kind: Lease'
[acquire-lease : create-lease] + echo metadata:
[acquire-lease : create-lease] + echo ' name: operator-hosted-pipeline-pr-5721'
[acquire-lease : create-lease] + echo ' labels:'
[acquire-lease : create-lease] + echo ' owner-id: operator-hosted-pipeline-runl5ctm'
[acquire-lease : create-lease] + echo spec:
[acquire-lease : create-lease] + echo ' acquireTime: 2025-05-14T08:29:55.000000Z'
[acquire-lease : create-lease] + echo ' leaseDurationSeconds: 5400'
[acquire-lease : create-lease] + echo ' holderIdentity: operator-hosted-pipeline-pr-5721'
[acquire-lease : create-lease] + acquire_lease
[acquire-lease : create-lease] ++ echo -n operator-hosted-pipeline-pr-5721
[acquire-lease : create-lease] + LEASE_NAME=operator-hosted-pipeline-pr-5721
[acquire-lease : create-lease] + echo 'Attempting to create lease operator-hosted-pipeline-pr-5721'
[acquire-lease : create-lease] Attempting to create lease operator-hosted-pipeline-pr-5721
[acquire-lease : create-lease] + true
[acquire-lease : create-lease] + oc create -f e2e-lease.yaml
[acquire-lease : create-lease] Error from server (AlreadyExists): error when creating "e2e-lease.yaml": leases.coordination.k8s.io "operator-hosted-pipeline-pr-5721" already exists
[acquire-lease : create-lease] Waiting for lease...
[acquire-lease : create-lease] + echo 'Waiting for lease...'
[acquire-lease : create-lease] ++ oc get lease operator-hosted-pipeline-pr-5721 -o 'jsonpath={.spec.acquireTime}'
[acquire-lease : create-lease] + acquiredTime=2025-05-14T08:03:34.000000Z
[acquire-lease : create-lease] acquiredTime: 2025-05-14T08:03:34.000000Z
[acquire-lease : create-lease] + echo 'acquiredTime: 2025-05-14T08:03:34.000000Z'
[acquire-lease : create-lease] ++ date +%s --date=2025-05-14T08:03:34.000000Z
[acquire-lease : create-lease] + acquiredTimeInSeconds=1747209814
[acquire-lease : create-lease] acquiredTimeInSeconds: 1747209814
[acquire-lease : create-lease] + echo 'acquiredTimeInSeconds: 1747209814'
[acquire-lease : create-lease] ++ date '+%D %T'
[acquire-lease : create-lease] + c='05/14/25 08:29:55'
[acquire-lease : create-lease] + echo 'currenttime: 05/14/25 08:29:55'
[acquire-lease : create-lease] currenttime: 05/14/25 08:29:55
[acquire-lease : create-lease] ++ date +%s
[acquire-lease : create-lease] + currentTimeinSeconds=1747211395
[acquire-lease : create-lease] + echo 'currentTimeinSeconds: 1747211395'
[acquire-lease : create-lease] currentTimeinSeconds: 1747211395
[acquire-lease : create-lease] + elapsedSeconds=1581
[acquire-lease : create-lease] TOTAL_DURATION_IN_SECONDS: 5400
[acquire-lease : create-lease] + echo 'TOTAL_DURATION_IN_SECONDS: 5400'
[acquire-lease : create-lease] + echo 'elapsedSeconds: 1581'
[acquire-lease : create-lease] elapsedSeconds: 1581
[acquire-lease : create-lease] + (( elapsedSeconds > TOTAL_DURATION_IN_SECONDS ))
[acquire-lease : create-lease] + oc wait --for=delete lease operator-hosted-pipeline-pr-5721 --timeout=90m
[acquire-lease : create-lease] lease.coordination.k8s.io/operator-hosted-pipeline-pr-5721 condition met
[acquire-lease : create-lease] + true
[acquire-lease : create-lease] + oc create -f e2e-lease.yaml
[acquire-lease : create-lease] lease.coordination.k8s.io/operator-hosted-pipeline-pr-5721 created
[acquire-lease : create-lease] + break
[acquire-lease : create-lease] Acquired lease operator-hosted-pipeline-pr-5721
[acquire-lease : create-lease] + echo 'Acquired lease operator-hosted-pipeline-pr-5721'
[set-github-status-pending : set-github-status] + '[' false == true ']'
[set-github-status-pending : set-github-status] + echo 'Setting github status of commit eeeacb94e4cd42adf40bb243b5669a6291ea9510 to pending'
[set-github-status-pending : set-github-status] Setting github status of commit eeeacb94e4cd42adf40bb243b5669a6291ea9510 to pending
[set-github-status-pending : set-github-status] + set-github-status --git-repo-url [email protected]:redhat-openshift-ecosystem/certified-operators.git --commit-sha eeeacb94e4cd42adf40bb243b5669a6291ea9510 --status pending --context operator/test --description 'Pipeline for operator tests has started.'
[set-github-status-pending : set-github-status] 2025-05-14 08:49:32,188 [operator-cert] INFO Successfully set status to pending for commit eeeacb94e4cd42adf40bb243b5669a6291ea9510 in github repo [email protected]:redhat-openshift-ecosystem/certified-operators.git
[set-github-started-label : post-comment] + EXTRA_ARGS=
[set-github-started-label : post-comment] + [[ ! -z operator-hosted-pipeline/started ]]
[set-github-started-label : post-comment] + EXTRA_ARGS+=' --add-labels operator-hosted-pipeline/started'
[set-github-started-label : post-comment] Editing GitHub labels to PR https://github.com/redhat-openshift-ecosystem/certified-operators/pull/5721
[set-github-started-label : post-comment] + [[ ! -z pipeline/trigger-hosted ]]
[set-github-started-label : post-comment] + EXTRA_ARGS+=' --remove-labels pipeline/trigger-hosted'
[set-github-started-label : post-comment] + [[ true == \t\r\u\e ]]
[set-github-started-label : post-comment] + EXTRA_ARGS+=' --remove-matching-namespace-labels'
[set-github-started-label : post-comment] + echo 'Editing GitHub labels to PR https://github.com/redhat-openshift-ecosystem/certified-operators/pull/5721'
[set-github-started-label : post-comment] + github-labels --pull-request-url https://github.com/redhat-openshift-ecosystem/certified-operators/pull/5721 --add-labels operator-hosted-pipeline/started --remove-labels pipeline/trigger-hosted --remove-matching-namespace-labels
[set-github-started-label : post-comment] 2025-05-14 08:49:31,849 [operator-cert] INFO Adding labels ['operator-hosted-pipeline/started'] to redhat-openshift-ecosystem/certified-operators
[set-github-started-label : post-comment] 2025-05-14 08:49:32,419 [operator-cert] INFO Labels to remove in namespace: ['operator-hosted-pipeline/passed']
[set-github-started-label : post-comment] 2025-05-14 08:49:32,420 [operator-cert] INFO Current labels: <github.PaginatedList.PaginatedList object at 0x7fe77adb7a40>
[set-github-started-label : post-comment] 2025-05-14 08:49:32,420 [operator-cert] INFO Labels to add: ['operator-hosted-pipeline/started']
[set-github-started-label : post-comment] 2025-05-14 08:49:32,420 [operator-cert] INFO Labels to remove: ['operator-hosted-pipeline/passed']
[set-github-started-label : post-comment] 2025-05-14 08:49:32,420 [operator-cert] INFO Adding label operator-hosted-pipeline/started
[set-github-started-label : post-comment] 2025-05-14 08:49:32,984 [operator-cert] INFO Removing label operator-hosted-pipeline/passed
[set-env : set-env] + ENV=prod
[set-env : set-env] + ACCESS_TYPE=internal
[set-env : set-env] + [[ internal =~ ^(internal|external)$ ]]
[set-env : set-env] + case $ENV in
[set-env : set-env] + case $ACCESS_TYPE in
[set-env : set-env] + PYXIS_URL=https://pyxis.engineering.redhat.com
[set-env : set-env] + CONNECT_URL=https://connect.redhat.com
[set-env : set-env] + CONNECT_REGISTRY=registry.connect.redhat.com
[set-env : set-env] + IIB_URL=https://iib.engineering.redhat.com
[set-env : set-env] + SIG_KEY_ID='4096R/55A34A82 SHA-256'
[set-env : set-env] + SIG_KEY_NAME=containerisvsign
[set-env : set-env] + UMB_URL=umb.api.redhat.com
[set-env : set-env] + UMB_CLIENT_NAME=operatorpipelines
[set-env : set-env] + UMB_CLIENT_NAME_SIGNING=community-operator-signing-pipeline
[set-env : set-env] + echo -n https://pyxis.engineering.redhat.com
[set-env : set-env] + tee /tekton/results/pyxis_url
[set-env : set-env] https://pyxis.engineering.redhat.com+ echo -n https://connect.redhat.com
[set-env : set-env] + tee /tekton/results/connect_url
[set-env : set-env] https://connect.redhat.com+ echo -n registry.connect.redhat.com
[set-env : set-env] + tee /tekton/results/connect_registry
[set-env : set-env] registry.connect.redhat.com+ echo -n https://iib.engineering.redhat.com
[set-env : set-env] + tee /tekton/results/iib_url
[set-env : set-env] https://iib.engineering.redhat.com+ echo -n 4096R/55A34A82 SHA-256
[set-env : set-env] + tee /tekton/results/sig_key_id
[set-env : set-env] 4096R/55A34A82 SHA-256+ echo -n containerisvsign
[set-env : set-env] + tee /tekton/results/sig_key_name
[set-env : set-env] containerisvsign+ echo -n umb.api.redhat.com
[set-env : set-env] + tee /tekton/results/umb_url
[set-env : set-env] umb.api.redhat.com+ echo -n operatorpipelines
[set-env : set-env] + tee /tekton/results/umb_client_name
[set-env : set-env] operatorpipelines+ echo -n community-operator-signing-pipeline
[set-env : set-env] + tee /tekton/results/umb_client_name_signing
[set-env : set-env] community-operator-signing-pipeline
[clone-repository : clone] + '[' false = true ']'
[clone-repository : clone] + '[' true = true ']'
[clone-repository : clone] + cp -R /workspace/ssh-directory /tekton/home/.ssh
[clone-repository : clone] + chmod 700 /tekton/home/.ssh
[clone-repository : clone] + chmod -R 400 /tekton/home/.ssh/id_rsa
[clone-repository : clone] + CHECKOUT_DIR=/workspace/output/
[clone-repository : clone] + '[' true = true ']'
[clone-repository : clone] + cleandir
[clone-repository : clone] + '[' -d /workspace/output/ ']'
[clone-repository : clone] + rm -rf '/workspace/output//*'
[clone-repository : clone] + rm -rf '/workspace/output//.[!.]*'
[clone-repository : clone] + rm -rf '/workspace/output//..?*'
[clone-repository : clone] + test -z ''
[clone-repository : clone] + test -z ''
[clone-repository : clone] + test -z ''
[clone-repository : clone] + /ko-app/git-init [email protected]:mongodb-forks/certified-operators.git -revision=eeeacb94e4cd42adf40bb243b5669a6291ea9510 -refspec= -path=/workspace/output/ -sslVerify=true -submodules=true -depth=1 -sparseCheckoutDirectories=
[clone-repository : clone] {"level":"warn","ts":1747212614.0030003,"caller":"git/git.go:277","msg":"URL(\"[email protected]:mongodb-forks/certified-operators.git\") appears to need SSH authentication but no SSH credentials have been provided"}
[clone-repository : clone] {"level":"info","ts":1747212632.158986,"caller":"git/git.go:169","msg":"Successfully cloned [email protected]:mongodb-forks/certified-operators.git @ eeeacb94e4cd42adf40bb243b5669a6291ea9510 (grafted, HEAD) in path /workspace/output/"}
[clone-repository : clone] {"level":"info","ts":1747212632.2189202,"caller":"git/git.go:207","msg":"Successfully initialized and updated submodules in path /workspace/output/"}
[clone-repository : clone] + cd /workspace/output/
[clone-repository : clone] ++ git rev-parse HEAD
[clone-repository : clone] + RESULT_SHA=eeeacb94e4cd42adf40bb243b5669a6291ea9510
[clone-repository : clone] + EXIT_CODE=0
[clone-repository : clone] + '[' 0 '!=' 0 ']'
[clone-repository : clone] + printf %s eeeacb94e4cd42adf40bb243b5669a6291ea9510
[clone-repository : clone] + printf %s [email protected]:mongodb-forks/certified-operators.git
[clone-repository-base : clone] + '[' false = true ']'
[clone-repository-base : clone] + '[' true = true ']'
[clone-repository-base : clone] + cp -R /workspace/ssh-directory /tekton/home/.ssh
[clone-repository-base : clone] + chmod 700 /tekton/home/.ssh
[clone-repository-base : clone] + chmod -R 400 /tekton/home/.ssh/id_rsa
[clone-repository-base : clone] + CHECKOUT_DIR=/workspace/output/
[clone-repository-base : clone] + '[' true = true ']'
[clone-repository-base : clone] + cleandir
[clone-repository-base : clone] + '[' -d /workspace/output/ ']'
[clone-repository-base : clone] + rm -rf '/workspace/output//*'
[clone-repository-base : clone] + rm -rf '/workspace/output//.[!.]*'
[clone-repository-base : clone] + rm -rf '/workspace/output//..?*'
[clone-repository-base : clone] + test -z ''
[clone-repository-base : clone] + test -z ''
[clone-repository-base : clone] + test -z ''
[clone-repository-base : clone] + /ko-app/git-init [email protected]:redhat-openshift-ecosystem/certified-operators.git -revision=75e3729ae64bf484660dfcc2038c0b082fcab8cf -refspec= -path=/workspace/output/ -sslVerify=true -submodules=true -depth=1 -sparseCheckoutDirectories=
[clone-repository-base : clone] {"level":"warn","ts":1747212614.9809387,"caller":"git/git.go:277","msg":"URL(\"[email protected]:redhat-openshift-ecosystem/certified-operators.git\") appears to need SSH authentication but no SSH credentials have been provided"}
[clone-repository-base : clone] {"level":"info","ts":1747212633.533577,"caller":"git/git.go:169","msg":"Successfully cloned [email protected]:redhat-openshift-ecosystem/certified-operators.git @ 75e3729ae64bf484660dfcc2038c0b082fcab8cf (grafted, HEAD) in path /workspace/output/"}
[clone-repository-base : clone] {"level":"info","ts":1747212633.5914943,"caller":"git/git.go:207","msg":"Successfully initialized and updated submodules in path /workspace/output/"}
[clone-repository-base : clone] + cd /workspace/output/
[clone-repository-base : clone] ++ git rev-parse HEAD
[clone-repository-base : clone] + RESULT_SHA=75e3729ae64bf484660dfcc2038c0b082fcab8cf
[clone-repository-base : clone] + EXIT_CODE=0
[clone-repository-base : clone] + '[' 0 '!=' 0 ']'
[clone-repository-base : clone] + printf %s 75e3729ae64bf484660dfcc2038c0b082fcab8cf
[clone-repository-base : clone] + printf %s [email protected]:redhat-openshift-ecosystem/certified-operators.git
[detect-changes : parse-repo-changes] + detect-changed-operators --repo-path=/workspace/pr --base-repo-path=/workspace/base --pr-url=https://github.com/redhat-openshift-ecosystem/certified-operators/pull/5721 --output-file changes.json --verbose
[detect-changes : parse-repo-changes] 2025-05-14 08:51:31,722 [operator-cert] DEBUG Affected operators: AffectedOperatorCollection(added=set(), modified={'mongodb-kubernetes'}, deleted=set())
[detect-changes : parse-repo-changes] 2025-05-14 08:51:31,722 [operator-cert] DEBUG Affected bundles: AffectedBundleCollection(added={('mongodb-kubernetes', '1.0.1')}, modified=set(), deleted=set())
[detect-changes : parse-repo-changes] 2025-05-14 08:51:31,722 [operator-cert] DEBUG Affected catalogs: AffectedCatalogCollection(added=set(), modified=set(), deleted=set())
[detect-changes : parse-repo-changes] 2025-05-14 08:51:31,722 [operator-cert] DEBUG Affected catalog operators: AffectedCatalogOperatorCollection(added=set(), modified=set(), deleted=set())
[detect-changes : parse-repo-changes] + cat changes.json
[detect-changes : parse-repo-changes] {"affected_operators": ["mongodb-kubernetes"], "added_operators": [], "modified_operators": ["mongodb-kubernetes"], "deleted_operators": [], "added_or_modified_operators": ["mongodb-kubernetes"], "affected_bundles": ["mongodb-kubernetes/1.0.1"], "added_bundles": ["mongodb-kubernetes/1.0.1"], "modified_bundles": [], "deleted_bundles": [], "added_or_modified_bundles": ["mongodb-kubernetes/1.0.1"], "affected_catalogs": [], "added_catalogs": [], "modified_catalogs": [], "deleted_catalogs": [], "added_or_modified_catalogs": [], "affected_catalog_operators": [], "added_catalog_operators": [], "modified_catalog_operators": [], "deleted_catalog_operators": [], "catalogs_with_added_or_modified_operators": [], "extra_files": [], "operator_name": "mongodb-kubernetes", "bundle_version": "1.0.1", "operator_path": "operators/mongodb-kubernetes", "bundle_path": "operators/mongodb-kubernetes/1.0.1"}++ jq -r .operator_name
[detect-changes : parse-repo-changes] + operator_name=mongodb-kubernetes
[detect-changes : parse-repo-changes] + echo -n mongodb-kubernetes
[detect-changes : parse-repo-changes] ++ jq -r .bundle_version
[detect-changes : parse-repo-changes] + bundle_version=1.0.1
[detect-changes : parse-repo-changes] + echo -n 1.0.1
[detect-changes : parse-repo-changes] ++ jq -r .operator_path
[detect-changes : parse-repo-changes] + operator_path=operators/mongodb-kubernetes
[detect-changes : parse-repo-changes] + echo -n operators/mongodb-kubernetes
[detect-changes : parse-repo-changes] ++ jq -r .bundle_path
[detect-changes : parse-repo-changes] + bundle_path=operators/mongodb-kubernetes/1.0.1
[detect-changes : parse-repo-changes] + echo -n operators/mongodb-kubernetes/1.0.1
[detect-changes : parse-repo-changes] ++ jq -r '.affected_catalogs | join(",")'
[detect-changes : parse-repo-changes] + affected_catalogs=
[detect-changes : parse-repo-changes] + echo -n
[detect-changes : parse-repo-changes] ++ jq -r '.added_or_modified_catalogs | join(",")'
[detect-changes : parse-repo-changes] + added_or_modified_catalogs=
[detect-changes : parse-repo-changes] + echo -n
[detect-changes : parse-repo-changes] ++ jq -r '.catalogs_with_added_or_modified_operators | join(",")'
[detect-changes : parse-repo-changes] + catalogs_with_added_or_modified_operators=
[detect-changes : parse-repo-changes] + echo -n
[detect-changes : parse-repo-changes] ++ jq -r '.affected_catalog_operators | join(",")'
[detect-changes : parse-repo-changes] + affected_catalog_operators=
[detect-changes : parse-repo-changes] + echo -n
[detect-changes : parse-repo-changes] ++ jq -r '.deleted_catalog_operators | join(",")'
[detect-changes : parse-repo-changes] + deleted_catalog_operators=
[detect-changes : parse-repo-changes] + echo -n
[yaml-lint : lint-yaml-files] + '[' '!' -e operators/mongodb-kubernetes/1.0.1 ']'
[yaml-lint : lint-yaml-files] + yamllint operators/mongodb-kubernetes/1.0.1 '-d {extends: default, rules: {line-length: {max: 180, level: warning}, indentation: {indent-sequences: whatever}}}'
[yaml-lint : lint-yaml-files] operators/mongodb-kubernetes/1.0.1/manifests/mongodb-kubernetes-ops-manager_v1_serviceaccount.yaml
[yaml-lint : lint-yaml-files] 1:1 warning missing document start "---" (document-start)
[yaml-lint : lint-yaml-files]
[yaml-lint : lint-yaml-files] operators/mongodb-kubernetes/1.0.1/manifests/mongodbcommunity.mongodb.com_mongodbcommunity.yaml
[yaml-lint : lint-yaml-files] 1:1 warning missing document start "---" (document-start)
[yaml-lint : lint-yaml-files] 631:181 warning line too long (184 > 180 characters) (line-length)
[yaml-lint : lint-yaml-files]
[yaml-lint : lint-yaml-files] operators/mongodb-kubernetes/1.0.1/manifests/mongodb-kubernetes-appdb_rbac.authorization.k8s.io_v1_rolebinding.yaml
[yaml-lint : lint-yaml-files] 1:1 warning missing document start "---" (document-start)
[yaml-lint : lint-yaml-files]
[yaml-lint : lint-yaml-files] operators/mongodb-kubernetes/1.0.1/manifests/mongodb-kubernetes-appdb_rbac.authorization.k8s.io_v1_role.yaml
[yaml-lint : lint-yaml-files] 1:1 warning missing document start "---" (document-start)
[yaml-lint : lint-yaml-files]
[yaml-lint : lint-yaml-files] operators/mongodb-kubernetes/1.0.1/manifests/mongodb.com_mongodbmulticluster.yaml
[yaml-lint : lint-yaml-files] 1:1 warning missing document start "---" (document-start)
[yaml-lint : lint-yaml-files]
[yaml-lint : lint-yaml-files] operators/mongodb-kubernetes/1.0.1/manifests/mongodb-kubernetes.clusterserviceversion.yaml
[yaml-lint : lint-yaml-files] 1:1 warning missing document start "---" (document-start)
[yaml-lint : lint-yaml-files] 133:181 warning line too long (192 > 180 characters) (line-length)
[yaml-lint : lint-yaml-files] 547:181 warning line too long (9606 > 180 characters) (line-length)
[yaml-lint : lint-yaml-files]
[yaml-lint : lint-yaml-files] operators/mongodb-kubernetes/1.0.1/manifests/mongodb-kubernetes-database-pods_v1_serviceaccount.yaml
[yaml-lint : lint-yaml-files] 1:1 warning missing document start "---" (document-start)
[yaml-lint : lint-yaml-files]
[yaml-lint : lint-yaml-files] operators/mongodb-kubernetes/1.0.1/manifests/mongodb.com_mongodb.yaml
[yaml-lint : lint-yaml-files] 1:1 warning missing document start "---" (document-start)
[yaml-lint : lint-yaml-files]
[yaml-lint : lint-yaml-files] operators/mongodb-kubernetes/1.0.1/manifests/mongodb-kubernetes-operator-service_v1_service.yaml
[yaml-lint : lint-yaml-files] 1:1 warning missing document start "---" (document-start)
[yaml-lint : lint-yaml-files]
[yaml-lint : lint-yaml-files] operators/mongodb-kubernetes/1.0.1/manifests/mongodb-kubernetes-appdb_v1_serviceaccount.yaml
[yaml-lint : lint-yaml-files] 1:1 warning missing document start "---" (document-start)
[yaml-lint : lint-yaml-files]
[yaml-lint : lint-yaml-files] operators/mongodb-kubernetes/1.0.1/manifests/mongodb.com_opsmanagers.yaml
[yaml-lint : lint-yaml-files] 1:1 warning missing document start "---" (document-start)
[yaml-lint : lint-yaml-files] 1632:181 warning line too long (287 > 180 characters) (line-length)
[yaml-lint : lint-yaml-files]
[yaml-lint : lint-yaml-files] operators/mongodb-kubernetes/1.0.1/manifests/mongodb.com_mongodbusers.yaml
[yaml-lint : lint-yaml-files] 1:1 warning missing document start "---" (document-start)
[yaml-lint : lint-yaml-files]
[yaml-lint : lint-yaml-files] operators/mongodb-kubernetes/1.0.1/tests/scorecard/config.yaml
[yaml-lint : lint-yaml-files] 1:1 warning missing document start "---" (document-start)
[yaml-lint : lint-yaml-files]
[yaml-lint : lint-yaml-files] operators/mongodb-kubernetes/1.0.1/metadata/annotations.yaml
[yaml-lint : lint-yaml-files] 1:1 warning missing document start "---" (document-start)
[yaml-lint : lint-yaml-files]
[check-permissions : check-permissions] + check-permissions --repo-base-path /workspace/base --repo-head-path /workspace/pr --changes-file changes.json --pr-owner MaciejKaras --pull-request-url https://github.com/redhat-openshift-ecosystem/certified-operators/pull/5721 --pyxis-url https://pyxis.engineering.redhat.com --output-file permission_review.json --verbose
[check-permissions : check-permissions] 2025-05-14 08:52:58,110 [operator-cert] INFO Checking permissions for the pull request owner: MaciejKaras
[check-permissions : check-permissions] 2025-05-14 08:52:58,112 [operator-cert] INFO Checking permissions for operator mongodb-kubernetes
[check-permissions : check-permissions] 2025-05-14 08:52:58,112 [operator-cert] INFO Checking if the pull request owner is a member of the organization
[check-permissions : check-permissions] 2025-05-14 08:52:58,429 [operator-cert] INFO Pull request owner 'MaciejKaras' is not a member of the organization 'redhat-openshift-ecosystem'
[check-permissions : check-permissions] 2025-05-14 08:52:58,432 [operator-cert] DEBUG Pyxis session using cert + key is created
[check-permissions : check-permissions] 2025-05-14 08:52:58,432 [operator-cert] DEBUG Getting project details: 680a39a23193c2e5577ab742
[check-permissions : check-permissions] 2025-05-14 08:52:58,604 [operator-cert] INFO Pull request owner MaciejKaras can submit PR for operator mongodb-kubernetes
[check-permissions : check-permissions] 2025-05-14 08:52:59,109 [operator-cert] INFO Adding label approved
[check-permissions : check-permissions] + cat permission_review.json
[check-permissions : check-permissions] + jq
[check-permissions : check-permissions] {
[check-permissions : check-permissions] "approved": true
[check-permissions : check-permissions] }
[check-permissions : check-permissions] + cat permission_review.json
[check-permissions : check-permissions] + jq -r .approved
[check-permissions : check-permissions] + tr -d '\r\n'
[check-permissions : check-permissions] + tee /tekton/results/approved
[check-permissions : check-permissions] true
[set-github-pr-title : set-github-status] + TITLE=
[set-github-pr-title : set-github-status] + echo 'Setting the PR title'
[set-github-pr-title : set-github-status] Setting the PR title
[set-github-pr-title : set-github-status] + [[ 1.0.1 != '' ]]
[set-github-pr-title : set-github-status] + [[ '' != '' ]]
[set-github-pr-title : set-github-status] + [[ 1.0.1 != '' ]]
[set-github-pr-title : set-github-status] + TITLE='operator mongodb-kubernetes (1.0.1)'
[set-github-pr-title : set-github-status] operator mongodb-kubernetes (1.0.1)
[set-github-pr-title : set-github-status] + echo operator mongodb-kubernetes '(1.0.1)'
[set-github-pr-title : set-github-status] + gh pr edit --title 'operator mongodb-kubernetes (1.0.1)' https://github.com/redhat-openshift-ecosystem/certified-operators/pull/5721
[set-github-pr-title : set-github-status] https://github.com/redhat-openshift-ecosystem/certified-operators/pull/5721
[read-config : read-config] + '[' operators/mongodb-kubernetes '!=' '' ']'
[read-config : read-config] + PKG_PATH=operators/mongodb-kubernetes
[read-config : read-config] + CONFIG_PATH=operators/mongodb-kubernetes/ci.yaml
[read-config : read-config] + [[ ! -d operators/mongodb-kubernetes ]]
[read-config : read-config] + [[ ! -f operators/mongodb-kubernetes/ci.yaml ]]
[read-config : read-config] + cat operators/mongodb-kubernetes/ci.yaml
[read-config : read-config] cert_project_id: 680a39a23193c2e5577ab742
[read-config : read-config] ++ cat operators/mongodb-kubernetes/ci.yaml
[read-config : read-config] ++ yq -r '.fbc.enabled // false'
[read-config : read-config] + FBC_ENABLEMENT=false
[read-config : read-config] + '[' false == true ']'
[read-config : read-config] ++ cat operators/mongodb-kubernetes/ci.yaml
[read-config : read-config] ++ yq -r '.updateGraph // ""'
[read-config : read-config] + UPGRADE_GRAPH_MODE=
[read-config : read-config] ++ echo
[read-config : read-config] ++ sed 's/-mode$//'
[read-config : read-config] + UPGRADE_GRAPH_MODE=
[read-config : read-config] + echo -n false
[read-config : read-config] + tee /tekton/results/fbc-enabled
[read-config : read-config] false+ echo -n false
[read-config : read-config] + tee /workspace/output/fbc_enabled
[read-config : read-config] false+ echo -n
[read-config : read-config] + tee /tekton/results/upgrade-graph-mode
[resolve-pr-type : evaluate-conditions] + '[' false == true ']'
[resolve-pr-type : evaluate-conditions] + '[' -n operators/mongodb-kubernetes/1.0.1 ']'
[resolve-pr-type : evaluate-conditions] + echo -n true
[resolve-pr-type : evaluate-conditions] + echo -n true
[apply-test-waivers : set-github-status] + apply-test-waivers --pull-request-url https://github.com/redhat-openshift-ecosystem/certified-operators/pull/5721 --repo-config-file config.yaml --operator-name mongodb-kubernetes --verbose
[apply-test-waivers : set-github-status] 2025-05-14 08:55:00,135 [operator-cert] DEBUG Checking test check_operator_name
[apply-test-waivers : set-github-status] 2025-05-14 08:55:00,135 [operator-cert] DEBUG Checking test {'name': 'check_operator_name', 'ignore_operators': ['^couchbase-enterprise-certified', '^crunchy-postgres-operator', '^kubeturbo-certified', '^openshiftartifactoryha-operator', '^portworx-certified', '^prometurbo-certified', '^t8c-certified', '^vfunction-server-operator', '^stackgres-certified']}
[apply-test-waivers : set-github-status] 2025-05-14 08:55:00,135 [operator-cert] DEBUG Checking ignored operator ^couchbase-enterprise-certified
[apply-test-waivers : set-github-status] 2025-05-14 08:55:00,135 [operator-cert] DEBUG Checking ignored operator ^crunchy-postgres-operator
[apply-test-waivers : set-github-status] 2025-05-14 08:55:00,135 [operator-cert] DEBUG Checking ignored operator ^kubeturbo-certified
[apply-test-waivers : set-github-status] 2025-05-14 08:55:00,136 [operator-cert] DEBUG Checking ignored operator ^openshiftartifactoryha-operator
[apply-test-waivers : set-github-status] 2025-05-14 08:55:00,136 [operator-cert] DEBUG Checking ignored operator ^portworx-certified
[apply-test-waivers : set-github-status] 2025-05-14 08:55:00,136 [operator-cert] DEBUG Checking ignored operator ^prometurbo-certified
[apply-test-waivers : set-github-status] 2025-05-14 08:55:00,136 [operator-cert] DEBUG Checking ignored operator ^t8c-certified
[apply-test-waivers : set-github-status] 2025-05-14 08:55:00,136 [operator-cert] DEBUG Checking ignored operator ^vfunction-server-operator
[apply-test-waivers : set-github-status] 2025-05-14 08:55:00,136 [operator-cert] DEBUG Checking ignored operator ^stackgres-certified
[apply-test-waivers : set-github-status] 2025-05-14 08:55:00,136 [operator-cert] DEBUG Checking test check_replaces_availability
[apply-test-waivers : set-github-status] 2025-05-14 08:55:00,136 [operator-cert] DEBUG Checking test {'name': 'check_replaces_availability', 'ignore_operators': ['^vfunction-server-operator']}
[apply-test-waivers : set-github-status] 2025-05-14 08:55:00,136 [operator-cert] DEBUG Checking ignored operator ^vfunction-server-operator
[apply-test-waivers : set-github-status] 2025-05-14 08:55:00,136 [operator-cert] DEBUG Checking test check_upgrade_graph_loop
[apply-test-waivers : set-github-status] 2025-05-14 08:55:00,136 [operator-cert] DEBUG Checking test {'name': 'check_upgrade_graph_loop', 'ignore_operators': ['^vfunction-server-operator']}
[apply-test-waivers : set-github-status] 2025-05-14 08:55:00,136 [operator-cert] DEBUG Checking ignored operator ^vfunction-server-operator
[apply-test-waivers : set-github-status] 2025-05-14 08:55:00,136 [operator-cert] DEBUG Checking test check_pruned_graph
[apply-test-waivers : set-github-status] 2025-05-14 08:55:00,136 [operator-cert] DEBUG Checking test {'name': 'check_pruned_graph', 'ignore_operators': ['^vfunction-server-operator']}
[apply-test-waivers : set-github-status] 2025-05-14 08:55:00,136 [operator-cert] DEBUG Checking ignored operator ^vfunction-server-operator
[apply-test-waivers : set-github-status] 2025-05-14 08:55:00,136 [operator-cert] INFO Adding labels [] to redhat-openshift-ecosystem/certified-operators
[apply-test-waivers : set-github-status] 2025-05-14 08:55:00,793 [operator-cert] INFO Labels to remove in namespace: []
[apply-test-waivers : set-github-status] 2025-05-14 08:55:00,793 [operator-cert] INFO Current labels: <github.PaginatedList.PaginatedList object at 0x7fe8b64346e0>
[apply-test-waivers : set-github-status] 2025-05-14 08:55:00,793 [operator-cert] INFO Labels to add: []
[apply-test-waivers : set-github-status] 2025-05-14 08:55:00,793 [operator-cert] INFO Labels to remove: []
[content-hash : compute-md5sum] + [[ -n operators/mongodb-kubernetes/1.0.1 ]]
[content-hash : compute-md5sum] + echo 'Compute md5hash of bundle content...'
[content-hash : compute-md5sum] Compute md5hash of bundle content...
[content-hash : compute-md5sum] + find operators/mongodb-kubernetes/1.0.1 -not -name Dockerfile -type f
[content-hash : compute-md5sum] + tr '\n' '\0'
[content-hash : compute-md5sum] + sort
[content-hash : compute-md5sum] + xargs -r0 -I '{}' md5sum '{}'
[content-hash : compute-md5sum] + cat hashes.txt
[content-hash : compute-md5sum] 19fdc46389ed825adf5f016ece02dea5 operators/mongodb-kubernetes/1.0.1/manifests/mongodb.com_opsmanagers.yaml
[content-hash : compute-md5sum] 3854a4efb67775984cc143cddbe28a21 operators/mongodb-kubernetes/1.0.1/manifests/mongodb-kubernetes-appdb_rbac.authorization.k8s.io_v1_role.yaml
[content-hash : compute-md5sum] 4aab74ff1ca6dc67f9139c9795fc3b6f operators/mongodb-kubernetes/1.0.1/manifests/mongodb-kubernetes-database-pods_v1_serviceaccount.yaml
[content-hash : compute-md5sum] 67c6b9a9397cc21fcd9dd3d861af8311 operators/mongodb-kubernetes/1.0.1/manifests/mongodb-kubernetes-appdb_rbac.authorization.k8s.io_v1_rolebinding.yaml
[content-hash : compute-md5sum] 88e38d5b95d1114ea6b4a3954181c081 operators/mongodb-kubernetes/1.0.1/manifests/mongodb.com_mongodbmulticluster.yaml
[content-hash : compute-md5sum] 94b35e23639d2dd0eb8fc14b4896b04d operators/mongodb-kubernetes/1.0.1/manifests/mongodb-kubernetes.clusterserviceversion.yaml
[content-hash : compute-md5sum] a481997638a3b8f3d1d3a878acb8a8e4 operators/mongodb-kubernetes/1.0.1/metadata/annotations.yaml
[content-hash : compute-md5sum] b0cf14f87b2550fe0fb8714ebabbcbe9 operators/mongodb-kubernetes/1.0.1/manifests/mongodb-kubernetes-operator-service_v1_service.yaml
[content-hash : compute-md5sum] b0fc42804453e5f96ec02d9c0069ab1e operators/mongodb-kubernetes/1.0.1/tests/scorecard/config.yaml
[content-hash : compute-md5sum] b90e8d3a5fd15b6f9f0dd880fcdad118 operators/mongodb-kubernetes/1.0.1/bundle.Dockerfile
[content-hash : compute-md5sum] bbacf8b957741e7ad6febb2a275be063 operators/mongodb-kubernetes/1.0.1/manifests/mongodb.com_mongodbusers.yaml
[content-hash : compute-md5sum] cf4551e93e55e65cac52d0a845b85bad operators/mongodb-kubernetes/1.0.1/manifests/mongodb-kubernetes-ops-manager_v1_serviceaccount.yaml
[content-hash : compute-md5sum] d910428cf850ae603377cf6a3d0fee27 operators/mongodb-kubernetes/1.0.1/manifests/mongodbcommunity.mongodb.com_mongodbcommunity.yaml
[content-hash : compute-md5sum] f847da2507022054e56be36d456567ef operators/mongodb-kubernetes/1.0.1/manifests/mongodb-kubernetes-appdb_v1_serviceaccount.yaml
[content-hash : compute-md5sum] ffc921213bc70f24d1a5f342d8c099d6 operators/mongodb-kubernetes/1.0.1/manifests/mongodb.com_mongodb.yaml
[content-hash : compute-md5sum] + md5sum hashes.txt
[content-hash : compute-md5sum] + awk '{ print $1 }'
[content-hash : compute-md5sum] + tee /tekton/results/md5sum
[content-hash : compute-md5sum] + tr -d '
[content-hash : compute-md5sum] '
[content-hash : compute-md5sum] 528ce1443e03f2392c329244d5dbbf62
[certification-project-check : certification-project-check] + echo 'Checking availability of cert project identifier'
[certification-project-check : certification-project-check] + '[' true '!=' true ']'
[certification-project-check : certification-project-check] Checking availability of cert project identifier
[certification-project-check : certification-project-check] + '[' -z operators/mongodb-kubernetes ']'
[certification-project-check : certification-project-check] + CI_FILE_PATH=operators/mongodb-kubernetes/ci.yaml
[certification-project-check : certification-project-check] ++ cat operators/mongodb-kubernetes/ci.yaml
[certification-project-check : certification-project-check] ++ yq -r '.cert_project_id | select (.!=null)'
[certification-project-check : certification-project-check] + CERT_PROJECT_ID=680a39a23193c2e5577ab742
[certification-project-check : certification-project-check] + '[' -z 680a39a23193c2e5577ab742 ']'
[certification-project-check : certification-project-check] + echo -n 680a39a23193c2e5577ab742
[certification-project-check : certification-project-check] + tee /tekton/results/certification_project_id
[certification-project-check : certification-project-check] 680a39a23193c2e5577ab742
[get-organization : get-organization] ++ cat config.yaml
[get-organization : get-organization] ++ yq -r .organization
[get-organization : get-organization] + ORGANIZATION=certified-operators
[get-organization : get-organization] + echo -n certified-operators
[get-organization : get-organization] + tee /tekton/results/organization
[get-organization : get-organization] certified-operators
[get-pyxis-certification-data : get-cert-project-related-data] + '[' 680a39a23193c2e5577ab742 == '' ']'
[get-pyxis-certification-data : get-cert-project-related-data] + get-cert-project-related-data --pyxis-url https://pyxis.engineering.redhat.com --cert-project-id 680a39a23193c2e5577ab742
[get-pyxis-certification-data : get-cert-project-related-data] + PROJECT_DATA_PATH=/workspace/results/cert_project.json
[get-pyxis-certification-data : get-cert-project-related-data] + cp cert_project /workspace/results/cert_project.json
[get-pyxis-certification-data : get-cert-project-related-data] ++ cat /workspace/results/cert_project.json
[get-pyxis-certification-data : get-cert-project-related-data] ++ jq -r .certification_status
[get-pyxis-certification-data : get-cert-project-related-data] + CURRENT_CERTIFICATION_STATUS=Published
[get-pyxis-certification-data : get-cert-project-related-data] + '[' Published '!=' Published ']'
[get-pyxis-certification-data : get-cert-project-related-data] + echo -n Published
[get-pyxis-certification-data : get-cert-project-related-data] + tee /tekton/results/new_certification_status
[get-pyxis-certification-data : get-cert-project-related-data] Published+ echo -n Published
[get-pyxis-certification-data : get-cert-project-related-data] + tee /tekton/results/current_certification_status
[get-pyxis-certification-data : get-cert-project-related-data] Published+ get_from_cp isv_pid .container.isv_pid
[get-pyxis-certification-data : get-cert-project-related-data] + FIELD_NAME=isv_pid
[get-pyxis-certification-data : get-cert-project-related-data] + JQ_PATH=.container.isv_pid
[get-pyxis-certification-data : get-cert-project-related-data] + tee /tekton/results/isv_pid
[get-pyxis-certification-data : get-cert-project-related-data] + cat /workspace/results/cert_project.json
[get-pyxis-certification-data : get-cert-project-related-data] + jq -re .container.isv_pid
[get-pyxis-certification-data : get-cert-project-related-data] + tr -d '\n'
[get-pyxis-certification-data : get-cert-project-related-data] + grep .
[get-pyxis-certification-data : get-cert-project-related-data] ospid-680a39a23193c2e5577ab742+ get_from_cp repository_name .container.repository_name
[get-pyxis-certification-data : get-cert-project-related-data] + FIELD_NAME=repository_name
[get-pyxis-certification-data : get-cert-project-related-data] + JQ_PATH=.container.repository_name
[get-pyxis-certification-data : get-cert-project-related-data] + tee /tekton/results/repo_name
[get-pyxis-certification-data : get-cert-project-related-data] + cat /workspace/results/cert_project.json
[get-pyxis-certification-data : get-cert-project-related-data] + jq -re .container.repository_name
[get-pyxis-certification-data : get-cert-project-related-data] + tr -d '\n'
[get-pyxis-certification-data : get-cert-project-related-data] + grep .
[get-pyxis-certification-data : get-cert-project-related-data] mongodb-kubernetes-bundle+ get_from_cp operator_distribution .operator_distribution
[get-pyxis-certification-data : get-cert-project-related-data] + FIELD_NAME=operator_distribution
[get-pyxis-certification-data : get-cert-project-related-data] + JQ_PATH=.operator_distribution
[get-pyxis-certification-data : get-cert-project-related-data] + tee /tekton/results/operator_distribution
[get-pyxis-certification-data : get-cert-project-related-data] + cat /workspace/results/cert_project.json
[get-pyxis-certification-data : get-cert-project-related-data] + jq -re .operator_distribution
[get-pyxis-certification-data : get-cert-project-related-data] + grep .
[get-pyxis-certification-data : get-cert-project-related-data] + tr -d '\n'
[get-pyxis-certification-data : get-cert-project-related-data] connect+ get_from_cp project_status .project_status
[get-pyxis-certification-data : get-cert-project-related-data] + FIELD_NAME=project_status
[get-pyxis-certification-data : get-cert-project-related-data] + JQ_PATH=.project_status
[get-pyxis-certification-data : get-cert-project-related-data] + tee /tekton/results/project_status
[get-pyxis-certification-data : get-cert-project-related-data] + cat /workspace/results/cert_project.json
[get-pyxis-certification-data : get-cert-project-related-data] + jq -re .project_status
[get-pyxis-certification-data : get-cert-project-related-data] + tr -d '\n'
[get-pyxis-certification-data : get-cert-project-related-data] + grep .
[get-pyxis-certification-data : get-cert-project-related-data] active+ get_from_cp org_id .org_id
[get-pyxis-certification-data : get-cert-project-related-data] + FIELD_NAME=org_id
[get-pyxis-certification-data : get-cert-project-related-data] + JQ_PATH=.org_id
[get-pyxis-certification-data : get-cert-project-related-data] + tee org_id.txt /tekton/results/org_id
[get-pyxis-certification-data : get-cert-project-related-data] + cat /workspace/results/cert_project.json
[get-pyxis-certification-data : get-cert-project-related-data] + jq -re .org_id
[get-pyxis-certification-data : get-cert-project-related-data] + tr -d '\n'
[get-pyxis-certification-data : get-cert-project-related-data] + grep .
[get-pyxis-certification-data : get-cert-project-related-data] 11994327+ echo 'Retrieving github_usernames from the Certification Project'
[get-pyxis-certification-data : get-cert-project-related-data] Retrieving github_usernames from the Certification Project
[get-pyxis-certification-data : get-cert-project-related-data] ++ cat /workspace/results/cert_project.json
[get-pyxis-certification-data : get-cert-project-related-data] ++ jq -r '.container.github_usernames[]'
[get-pyxis-certification-data : get-cert-project-related-data] ++ tr '\n' ' '
[get-pyxis-certification-data : get-cert-project-related-data] ++ tr -d '\n'
[get-pyxis-certification-data : get-cert-project-related-data] ++ grep .
[get-pyxis-certification-data : get-cert-project-related-data] + GITHUB_USERNAMES='mircea-cosbuc mms-build-account lsierant nammn Julien-Ben MaciejKaras lucian-tosa fealebenpae m1kola '
[get-pyxis-certification-data : get-cert-project-related-data] + echo -n mircea-cosbuc mms-build-account lsierant nammn Julien-Ben MaciejKaras lucian-tosa fealebenpae m1kola
[get-pyxis-certification-data : get-cert-project-related-data] + tee /tekton/results/github_usernames
[get-pyxis-certification-data : get-cert-project-related-data] mircea-cosbuc mms-build-account lsierant nammn Julien-Ben MaciejKaras lucian-tosa fealebenpae m1kola
[get-pyxis-certification-data : get-vendor-related-data] + '[' 680a39a23193c2e5577ab742 == '' ']'
[get-pyxis-certification-data : get-vendor-related-data] ++ cat org_id.txt
[get-pyxis-certification-data : get-vendor-related-data] + ORG_ID=11994327
[get-pyxis-certification-data : get-vendor-related-data] + get-vendor-related-data --pyxis-url https://pyxis.engineering.redhat.com --org-id 11994327
[get-pyxis-certification-data : get-vendor-related-data] + cat vendor
[get-pyxis-certification-data : get-vendor-related-data] + jq -r .label
[get-pyxis-certification-data : get-vendor-related-data] + xargs echo -n
[get-pyxis-certification-data : get-vendor-related-data] + tee /tekton/results/vendor_label
[get-pyxis-certification-data : get-vendor-related-data] mongodb
[verify-project : verify-project-not-archived] + '[' active = archived ']'
[verify-project : verify-project-distribution] + case "$ORGANIZATION" in
[verify-project : verify-project-distribution] + '[' connect '!=' connect ']'
[update-cert-project-status : update-cert-project-status] + '[' Published '!=' Published ']'
[update-cert-project-status : update-cert-project-status] + echo 'The certification project is currently in Published state.'
[update-cert-project-status : update-cert-project-status] The certification project is currently in Published state.
[reserve-operator-name : reserve-operator-name] + '[' -z mongodb-kubernetes ']'
[reserve-operator-name : reserve-operator-name] + echo 'Attempting to reserve operator name for association ospid-680a39a23193c2e5577ab742'
[reserve-operator-name : reserve-operator-name] Attempting to reserve operator name for association ospid-680a39a23193c2e5577ab742
[reserve-operator-name : reserve-operator-name] + reserve-operator-name --association ospid-680a39a23193c2e5577ab742 --operator-name mongodb-kubernetes --pyxis-url https://pyxis.engineering.redhat.com --source certified-operators --verbose
[reserve-operator-name : reserve-operator-name] 2025-05-14 08:58:22,620 [operator-cert] DEBUG Pyxis session using cert + key is created
[reserve-operator-name : reserve-operator-name] 2025-05-14 08:58:22,620 [operator-cert] DEBUG GET Pyxis request url: https://pyxis.engineering.redhat.com/v1/operators/packages?filter=association==ospid-680a39a23193c2e5577ab742;deleted!=true
[reserve-operator-name : reserve-operator-name] 2025-05-14 08:58:22,621 [operator-cert] DEBUG GET Pyxis request params: None
[reserve-operator-name : reserve-operator-name] 2025-05-14 08:58:22,804 [operator-cert] INFO Requested operator name mongodb-kubernetes match with operator name already reserved.
[reserve-operator-name : reserve-operator-name] 2025-05-14 08:58:22,805 [operator-cert] DEBUG Pyxis session using cert + key is created
[reserve-operator-name : reserve-operator-name] 2025-05-14 08:58:22,805 [operator-cert] DEBUG GET Pyxis request url: https://pyxis.engineering.redhat.com/v1/operators/packages?filter=package_name==mongodb-kubernetes;deleted!=true
[reserve-operator-name : reserve-operator-name] 2025-05-14 08:58:22,805 [operator-cert] DEBUG GET Pyxis request params: None
[reserve-operator-name : reserve-operator-name] 2025-05-14 08:58:23,063 [operator-cert] INFO Operator name mongodb-kubernetes is already reserved by this association (ospid-680a39a23193c2e5577ab742).
[static-tests : run-suite] + '[' -z operators/mongodb-kubernetes/1.0.1 ']'
[static-tests : run-suite] + EXTRA_ARGS=
[static-tests : run-suite] + gh pr view https://github.com/redhat-openshift-ecosystem/certified-operators/pull/5721 --json labels
[static-tests : run-suite] ++ jq -r '.labels[] | select(.name | startswith("tests/skip")) | .name' labels.json
[static-tests : run-suite] ++ paste -sd ,
[static-tests : run-suite] ++ sed 's/tests\/skip\///g'
[static-tests : run-suite] + SKIP_TESTS=
[static-tests : run-suite] + [[ '' != '' ]]
[static-tests : run-suite] + JSON_RESULTS_FILE=/workspace/output/static-test-results.json
[static-tests : run-suite] + static-tests --verbose --output-file /workspace/output/static-test-results.json --repo-path /workspace/source --suites operatorcert.static_tests.isv,operatorcert.static_tests.common mongodb-kubernetes 1.0.1 ''
[static-tests : run-suite] + jq .
[static-tests : run-suite] {
[static-tests : run-suite] "passed": true,
[static-tests : run-suite] "outputs": []
[static-tests : run-suite] }
[static-tests : run-suite] + jq -r '(.outputs//[])|length'
[static-tests : run-suite] + tr -d '\r\n'
[static-tests : run-suite] + jq -r '[(.outputs//[])[]|select(.type=="error")]|length'
[static-tests : run-suite] + tr -d '\r\n'
[static-tests : build-and-post-comment] ++ cat /tekton/results/messages_count
[static-tests : build-and-post-comment] + MESSAGE_COUNT=0
[static-tests : build-and-post-comment] + '[' -z 0 ']'
[static-tests : build-and-post-comment] + '[' 0 -eq 0 ']'
[static-tests : build-and-post-comment] + exit 0
[static-tests : check-for-failures] ++ cat /tekton/results/failures_count
[static-tests : check-for-failures] + FAILURE_COUNT=0
[static-tests : check-for-failures] + '[' -z 0 ']'
[static-tests : check-for-failures] + '[' 0 -eq 0 ']'
[static-tests : check-for-failures] + github-labels --pull-request-url https://github.com/redhat-openshift-ecosystem/certified-operators/pull/5721 --remove-labels validation-failed
[static-tests : check-for-failures] 2025-05-14 08:59:06,728 [operator-cert] INFO Adding labels [] to redhat-openshift-ecosystem/certified-operators
[static-tests : check-for-failures] 2025-05-14 08:59:07,458 [operator-cert] INFO Current labels: <github.PaginatedList.PaginatedList object at 0x7fe71673e8d0>
[static-tests : check-for-failures] 2025-05-14 08:59:07,458 [operator-cert] INFO Labels to add: []
[static-tests : check-for-failures] 2025-05-14 08:59:07,458 [operator-cert] INFO Labels to remove: []
[merge-registry-credentials : get-and-decrypt-project-tokens] Project contains secret registry tokens. Merging with internal tokens...
[merge-registry-credentials : get-and-decrypt-project-tokens] gpg: enabled compatibility flags:
[merge-registry-credentials : get-and-decrypt-project-tokens] gpg: keybox '/tmp/pubring.kbx' created
[merge-registry-credentials : get-and-decrypt-project-tokens] gpg: sec rsa3072/BE33EBC145C0B5C9 2022-10-14 Operator pipeline - prod <[email protected]>
[merge-registry-credentials : get-and-decrypt-project-tokens] gpg: /tmp/trustdb.gpg: trustdb created
[merge-registry-credentials : get-and-decrypt-project-tokens] gpg: using pgp trust model
[merge-registry-credentials : get-and-decrypt-project-tokens] gpg: key BE33EBC145C0B5C9: public key "Operator pipeline - prod <[email protected]>" imported
[merge-registry-credentials : get-and-decrypt-project-tokens] gpg: no running gpg-agent - starting '/usr/bin/gpg-agent'
[merge-registry-credentials : get-and-decrypt-project-tokens] gpg: waiting for the agent to come up ... (5s)
[merge-registry-credentials : get-and-decrypt-project-tokens] gpg: connection to the agent established
[merge-registry-credentials : get-and-decrypt-project-tokens] gpg: key BE33EBC145C0B5C9/BE33EBC145C0B5C9: secret key imported
[merge-registry-credentials : get-and-decrypt-project-tokens] gpg: key BE33EBC145C0B5C9/B9A257EFD67C031F: secret key imported
[merge-registry-credentials : get-and-decrypt-project-tokens] gpg: key BE33EBC145C0B5C9: secret key imported
[merge-registry-credentials : get-and-decrypt-project-tokens] gpg: Total number processed: 1
[merge-registry-credentials : get-and-decrypt-project-tokens] gpg: imported: 1
[merge-registry-credentials : get-and-decrypt-project-tokens] gpg: secret keys read: 1
[merge-registry-credentials : get-and-decrypt-project-tokens] gpg: secret keys imported: 1
[merge-registry-credentials : get-and-decrypt-project-tokens] gpg: encrypted with rsa3072 key, ID B9A257EFD67C031F, created 2022-10-14
[merge-registry-credentials : get-and-decrypt-project-tokens] "Operator pipeline - prod <[email protected]>"
[merge-registry-credentials : get-and-decrypt-project-tokens] gpg: encrypted with RSA key, ID 69F4F57F686E830D
[merge-registry-credentials : get-and-decrypt-project-tokens] gpg: encrypted with RSA key, ID 2BFB445C00DF5843
[merge-registry-credentials : get-and-decrypt-project-tokens] gpg: encrypted with RSA key, ID 84FCAF4FFBE02696
[merge-registry-credentials : get-and-decrypt-project-tokens] gpg: encrypted with RSA key, ID 13C2CEBE46E9B9CC
[merge-registry-credentials : get-and-decrypt-project-tokens] Tokens successfully merged
[digest-pinning : combine-credentials] + '[' -z operators/mongodb-kubernetes/1.0.1 ']'
[digest-pinning : combine-credentials] + '[' true '!=' true ']'
[digest-pinning : combine-credentials] + [[ true == \t\r\u\e ]]
[digest-pinning : combine-credentials] + export DOCKER_CONFIG=.docker
[digest-pinning : combine-credentials] + DOCKER_CONFIG=.docker
[digest-pinning : combine-credentials] + export REGISTRY_AUTH_FILE=.docker/config-custom.json
[digest-pinning : combine-credentials] + REGISTRY_AUTH_FILE=.docker/config-custom.json
[digest-pinning : combine-credentials] + mkdir -p .docker
[digest-pinning : combine-credentials] + jq -s '.[0] * .[1]' /workspace/registry-credentials/.dockerconfigjson /home/user/.docker/config.json
[digest-pinning : pin-digest] + '[' -z operators/mongodb-kubernetes/1.0.1 ']'
[digest-pinning : pin-digest] + '[' true '!=' true ']'
[digest-pinning : pin-digest] + [[ true == \t\r\u\e ]]
[digest-pinning : pin-digest] + export DOCKER_CONFIG=.docker
[digest-pinning : pin-digest] + DOCKER_CONFIG=.docker
[digest-pinning : pin-digest] + export REGISTRY_AUTH_FILE=.docker/config-custom.json
[digest-pinning : pin-digest] + REGISTRY_AUTH_FILE=.docker/config-custom.json
[digest-pinning : pin-digest] ++ realpath operators/mongodb-kubernetes/1.0.1
[digest-pinning : pin-digest] + BUNDLE_PATH=/workspace/source/operators/mongodb-kubernetes/1.0.1
[digest-pinning : pin-digest] + ls -l /workspace/source/operators/mongodb-kubernetes/1.0.1
[digest-pinning : pin-digest] total 16
[digest-pinning : pin-digest] -rw-rw-r--. 1 root 1000910000 1060 May 14 08:50 bundle.Dockerfile
[digest-pinning : pin-digest] drwxrwsr-x. 2 root 1000910000 4096 May 14 08:50 manifests
[digest-pinning : pin-digest] drwxrwsr-x. 2 root 1000910000 4096 May 14 08:50 metadata
[digest-pinning : pin-digest] drwxrwsr-x. 3 root 1000910000 4096 May 14 08:50 tests
[digest-pinning : pin-digest] + operator-manifest pin /workspace/source/operators/mongodb-kubernetes/1.0.1
[digest-pinning : pin-digest] Extracting image references from /workspace/source/operators/mongodb-kubernetes/1.0.1
[digest-pinning : pin-digest] Replacing image references in CSV
[digest-pinning : pin-digest] Setting related images section
[digest-pinning : pin-digest] Image references replaced
[digest-pinning : verify-pinning] + '[' -z operators/mongodb-kubernetes/1.0.1 ']'
[digest-pinning : verify-pinning] + '[' true '!=' true ']'
[digest-pinning : verify-pinning] + git config --global --add safe.directory /workspace/source
[digest-pinning : verify-pinning] + cat replacements.json
[digest-pinning : verify-pinning] {}++ jq length replacements.json
[digest-pinning : verify-pinning] + REPLACEMENT_COUNT=0
[digest-pinning : verify-pinning] + [[ 0 -gt 0 ]]
[digest-pinning : verify-pinning] + echo 'Manifests are pinned.'
[digest-pinning : verify-pinning] Manifests are pinned.
[digest-pinning : verify-pinning] + echo -n false
[digest-pinning : verify-pinning] + tee /tekton/results/dirty_flag
[digest-pinning : verify-pinning] false+ echo 'The branch is reset to its pre-pin state because other unrelated changes may occur during the pin step and need to be undone.'
[digest-pinning : verify-pinning] The branch is reset to its pre-pin state because other unrelated changes may occur during the pin step and need to be undone.
[digest-pinning : verify-pinning] + git checkout -- .
[digest-pinning : verify-related-images] + '[' -z operators/mongodb-kubernetes/1.0.1 ']'
[digest-pinning : verify-related-images] + '[' true '!=' true ']'
[digest-pinning : verify-related-images] ++ realpath operators/mongodb-kubernetes/1.0.1
[digest-pinning : verify-related-images] + BUNDLE_PATH=/workspace/source/operators/mongodb-kubernetes/1.0.1
[digest-pinning : verify-related-images] + cat references.json
[digest-pinning : verify-related-images] ["quay.io/mongodb/mongodb-agent-ubi@sha256:74521ca92dc5eb56c46840678cc738aca397a38c56f59ebd7af2afdc0e16a8eb", "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi@sha256:d1dca5621c3f29475bc824d7639e2c324e4c47111b916a986719069f950f243d", "quay.io/mongodb/mongodb-enterprise-server@sha256:c752a7f0726d21d55f204a359b85fa29cd727a5fe571b37289ae3ea52d6206b0", "quay.io/mongodb/mongodb-agent-ubi@sha256:7a22e8a4b61d3aa7c77e77aa0d4699fc09b4faff99c904f512f1ae74dae82a79", "quay.io/mongodb/mongodb-agent-ubi@sha256:0b9298df058d2f155ee0ebf9cccc086926da163c9a33f1bdf2c359df3576b4b7", "quay.io/mongodb/mongodb-agent-ubi@sha256:7fc9b0ff5b19c457c56f48e4fbaa438de29fa133f7b28e6051b38e8852831d96", "quay.io/mongodb/mongodb-enterprise-server@sha256:7885ab6e88214f9289d8babf5189136dde0dd4c84a15a5481ccd3ef512b2e66f", "quay.io/mongodb/mongodb-enterprise-server@sha256:9a3a6496be0d2d446e6d654eb56386c7726e0cd2d7232f6dcec579923edf0014", "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi@sha256:610fec526f859f0f3ece39eee9f5beb71fa35a9cbc51afdd33f62c8bf35aa484", "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi@sha256:da02e201acd06c3fdbf00ee3a8609f74cbf11a3508f7799972f7d37b48a25a7a", "quay.io/mongodb/mongodb-enterprise-server@sha256:af53e6febbe7e08e6f5eea630b876d4d16f01c53b8ea99499522d5b80b6f1249", "quay.io/mongodb/mongodb-agent-ubi@sha256:cf03351c5048a0cf1ad6dc213024703062a8a49ccfc227b86f8138cee2b9f789", "quay.io/mongodb/mongodb-enterprise-server@sha256:d49417ea85ee1ddb84429552a5aac87a82c2843904d8c0300a43b657b7a49e0e", "quay.io/mongodb/mongodb-enterprise-server@sha256:ef732e3eea91cc86caf2eabedc0c9115ed235a8d204f33e74bbf090a0b0259fb", "quay.io/mongodb/mongodb-enterprise-server@sha256:fb8397cbcdbf7c33f6ad142492792771127f0d9a8c46388f350b6927405ee590", "quay.io/mongodb/mongodb-enterprise-server@sha256:94b30f3d55dae0e085c8625aa3583e5d741649d306a743410a9e0c3707cc4555", "quay.io/mongodb/mongodb-kubernetes-init-ops-manager@sha256:160f5d532aa6f31d7cebdea587122d2e01bcede4987dd11e78ae2ebb55e06b57", "quay.io/mongodb/mongodb-enterprise-server@sha256:aa300abf739e26350a258f643fa8e57aedacd041055c7b923bd22b21ef554cdb", "quay.io/mongodb/mongodb-enterprise-server@sha256:76917b7965477fd037e337151dceb9c5a2612f43dc40f6a0e6c9443bd1a72c3d", "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi@sha256:240e73ebb6e1992cd41a7dfc3965f62adac147f1177b3b98f5959aa657f70140", "quay.io/mongodb/mongodb-agent-ubi@sha256:d31c03dc7f73c8138341dcd5aafb7065d891eedaff3b56b74b5263f635c65e24", "quay.io/mongodb/mongodb-enterprise-server@sha256:67238129df09d33ee4746ff1acb5515d699a29d9f42350eae3f3f69ccb7fbf54", "quay.io/mongodb/mongodb-agent-ubi@sha256:9221773c0a77a91bdea05956b5ea380df72c8e26d9258fb3159ad2de572af524", "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi@sha256:68d7ac3fe2b45ac244a251839f24e68c8e9de5b6a96fb0736c866a0e366e3f1d", "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi@sha256:70b91db0ee75fb8086cd0f685a1db2b2ca528d521fefface8e6816fe75075f63", "quay.io/mongodb/mongodb-enterprise-server@sha256:11ab324698f919f84a5dab5a964d93fe63f98a48146bb3b86974cba7606d30ec", "quay.io/mongodb/mongodb-enterprise-server@sha256:aa8683500e8d3632c4588bbcdddb4e3186a01f48aefe1b6d95f8860dae8b6c76", "quay.io/mongodb/mongodb-enterprise-server@sha256:b30745e1ca07f73719c2e4bfa4be1e518dfd5ccdb699ac52e131846d2eee819c", "quay.io/mongodb/mongodb-agent-ubi@sha256:53e42faa5634bb62caa8c27061b0b4cc348e1ce4dbd02e1170310539cd2b879d", "quay.io/mongodb/mongodb-kubernetes-database@sha256:7083a10bc3ba296acec195672d8f3efdf80ab372a755a5f7090d83961ba8faf2", "quay.io/mongodb/mongodb-agent-ubi@sha256:4cd289c9bfbb8aeedd9efe983dda90571472849ddf837a86818aa45fb37ef7c6", "quay.io/mongodb/mongodb-agent-ubi@sha256:158b8fbaa66cbaf5c7bb48a1a8174b1216084db593eb6f75b0862668e82d5d34", "quay.io/mongodb/mongodb-enterprise-server@sha256:a48a4d5c275fd669a27469649fb39ea38c728dbcf9f0a9da4e7cf27a2ce912ed", "quay.io/mongodb/mongodb-enterprise-server@sha256:df6081325ea2fe01d1b27d0c70005dec8232aaf51a43d91661b722b8a1761263", "quay.io/mongodb/mongodb-enterprise-server@sha256:8445d59d491a6d3890ea9c8b421214bcd0fdcfbc420ed40497a790b79f0bc89e", "quay.io/mongo
[digest-pinning : verify-related-images] db/mongodb-agent-ubi@sha256:f81b5a29542149241ea273946e1f78ffb75323653f3ee753902b26420b988252", "quay.io/mongodb/mongodb-enterprise-server@sha256:37af0913742b6de339c7e664b30f35dcef04506529e4a09a9bbbdd57643f7149", "quay.io/mongodb/mongodb-agent-ubi@sha256:f14d32a3b7d0b3777770f4b98d4d6a95ceecebc10c416416f3102584efaa5160", "quay.io/mongodb/mongodb-enterprise-server@sha256:450ccb52c844955e9a24cd8409720f28bd607e42a7ad1decec326c74bb6716d5", "quay.io/mongodb/mongodb-enterprise-server@sha256:958bd1937dcf1bda2a3475f72ff175a2c091c84ed8d5c00b946e9a0b764e1846", "quay.io/mongodb/mongodb-enterprise-server@sha256:655896bac9e82de8e9729d59a36c3a31f66235f22b93449260a2ccb7709de084", "quay.io/mongodb/mongodb-enterprise-server@sha256:844bba47425ee3158bc88a55c55fcf5af63d475ae6182160394f45a4b8e6eb06", "quay.io/mongodb/mongodb-enterprise-server@sha256:523566f44cbb6bbf0cd12b1adae939a883f2254c78dc4b8c9d0098581337b1db", "quay.io/mongodb/mongodb-agent-ubi@sha256:83f1e23b05f80b0178d8b58183252fe0f230a2bd8a9c0115f483c4b5918fdfb1", "quay.io/mongodb/mongodb-enterprise-server@sha256:33a30d11969eb21952681108092fe7f916e25c8e1de43e6a4e40e126025a2bec", "quay.io/mongodb/mongodb-enterprise-server@sha256:241a24932eaeb58b6aa15b4221670c9e689d516bd3b1c345120f6485c5e88934", "quay.io/mongodb/mongodb-agent-ubi@sha256:9540825c6a1c97ab64105c6ebd993d5b07b6427b1b3342d79e9b4b188e7956bf", "quay.io/mongodb/mongodb-enterprise-server@sha256:a81031231da11ba0ef951678f5442d426c771f8624bd8ee2822b7ab966117351", "quay.io/mongodb/mongodb-agent-ubi@sha256:fe55cc7733ee06ab919c8894c72e3cb8cc80e2f0c1a8fced10d41590da60af65", "quay.io/mongodb/mongodb-kubernetes-init-appdb@sha256:385c5d5ac12d9adeb859ccb864ebbbf381c0bfed0ec979f523c8e3e80384543c", "quay.io/mongodb/mongodb-agent-ubi@sha256:cb6db47995fd3e94922c7a09e1a0f0db9d84d7b64eb57931fb4b45f12baa0794", "quay.io/mongodb/mongodb-enterprise-server@sha256:06a8092b1abfda8cc94121387de55310b2154ec2526ab207fcf22228078bccd5", "quay.io/mongodb/mongodb-agent-ubi@sha256:d37cdb911e169284fc7096798156f806c10e847fa87bf5931bbd0b17cbfb9be4", "quay.io/mongodb/mongodb-enterprise-server@sha256:d21c65780cadc9d8668d2c28935d492625d6993f13ba562722200a819281cbcc", "quay.io/mongodb/mongodb-enterprise-server@sha256:15e31285c8949a4666f7702df53416b0905d76945a28575a6028a876cc8a6f0f", "quay.io/mongodb/mongodb-agent-ubi@sha256:593e11c50e8eca1e400c9da870f0359c81c28e63a6e1b1677e565bf5af36a5b3", "quay.io/mongodb/mongodb-kubernetes@sha256:f98ff1d14fc29ebd68a3753a2c8e88cd91a23cb5f7045552bbf8bdac852ad137", "quay.io/mongodb/mongodb-agent-ubi@sha256:98583c8f73123f26638f1b4a6f0bbad13b7ec7a9dd5fab2553f6b2c27514a06e", "quay.io/mongodb/mongodb-enterprise-server@sha256:2f49391c4b5552c63cb0277a309ed3eaf684b79f3484e1a802499c00cb193f15", "quay.io/mongodb/mongodb-enterprise-server@sha256:4c13a4a6c635350931d22858b8147c7e01ed0fc16b1c32d3543599948217965a", "quay.io/mongodb/mongodb-agent-ubi@sha256:2d4d6a524c95edd2e9f4d66c17c9dfbe891f725dae6d8c15f7ce03386086639f", "quay.io/mongodb/mongodb-agent-ubi@sha256:00bcfb32d0235fc39c5a20cf84135d11781e616b57a2b180b95d5443fe681588", "quay.io/mongodb/mongodb-enterprise-server@sha256:19925e1297ab652db59c35f53e7b7c8b2b277f8ecdc4215682961aaf2b3e924e", "quay.io/mongodb/mongodb-enterprise-server@sha256:b00ac773623e1bf422b47e6d783263d2d08737865abe9abbe106d86d1ea25165", "quay.io/mongodb/mongodb-enterprise-server@sha256:5ff9612af6ec4773f7fca6c365c03972d03790d299995963f27e7f098d2114d8", "quay.io/mongodb/mongodb-agent-ubi@sha256:d659ea1d80545d488d63abe459458583c6cf61d6a3a65331f0a92ad7ce791a9d", "quay.io/mongodb/mongodb-enterprise-server@sha256:d323c1bcd14118cc537ac282996ea5a58756d20b6b73f1eec0efa8710d246077", "quay.io/mongodb/mongodb-enterprise-server@sha256:8d7e5361c2a1604dec3fc671d629806fe6ddc6df524b69a441b86933a4b30093", "quay.io/mongodb/mongodb-agent-ubi@sha256:e69087ab1333a319dadab49f9f901491f323d2773864022a460d21eb731d1578", "quay.io/mongodb/mongodb-enterprise-server@sha256:3add8b68bfbaa42596fe5dbbee4623ba5ff1a826b18bb71301525adf574dcb94", "quay.io/mongodb/mongodb-enterprise-server@sha256:172e338a43df01ee5408d8d1e3cb038d2c55e77761c1a2ac6ed37959d1525140", "quay
[digest-pinning : verify-related-images] .io/mongodb/mongodb-enterprise-ops-manager-ubi@sha256:34168b6d09390591d754f888ad5282c68235c7725c8304907fbfc0aa58732bc7", "quay.io/mongodb/mongodb-enterprise-server@sha256:a17e92d54b92a50586819c6660bb00d293931a7e13eba9036485ddc047a8b1fe", "quay.io/mongodb/mongodb-agent-ubi@sha256:b03ee228ddd1b261ba191d5ecb302d97619a424947d1cbd7abe070707c2a59d7", "quay.io/mongodb/mongodb-enterprise-server@sha256:1d418c65d82ccad205b7889be4ba161d3cbfa8b1fb75b21c8fcf02de38fad9ca", "quay.io/mongodb/mongodb-enterprise-server@sha256:cbab933536b53373fb02f6b8043f32d4522e277e45a3ae5c0b78cea5e6d64217", "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi@sha256:379479f479c82af27eae25e798da6d537ede820142c21239ee926f595c93fca1", "quay.io/mongodb/mongodb-enterprise-server@sha256:f2d9a3264a8814f33143b73c56624572fb80afeab184133d3a901713a31c1a87", "quay.io/mongodb/mongodb-enterprise-server@sha256:62dcf489c676f4ee40a98895fa31b0a12baf5eb46da9961a4f4a22ac82e36d5c", "quay.io/mongodb/mongodb-enterprise-server@sha256:443a81f02c67f2fefa31d8c4dc65880fa7ca7c5ce117e6e035c873cd602ec5dc", "quay.io/mongodb/mongodb-enterprise-server@sha256:1500bc5ddd636f89f0416796a4c6ed6f7c4dacd3014916d81ebb34e711abe47a", "quay.io/mongodb/mongodb-enterprise-server@sha256:85c1d669c073caf9cbaac815e4c8ea2ca18b71deefa03bf84cd6d8b8ebd53e12", "quay.io/mongodb/mongodb-kubernetes-init-database@sha256:d9c201e139d42968ba7d456afadd2bef53f20d5a0d320982e74781c83fb19791", "quay.io/mongodb/mongodb-agent-ubi@sha256:68cacaa3c12a14d7ef1996cee9e0ae681856ee25079c9dea05c313f2f32dbee7", "quay.io/mongodb/mongodb-enterprise-server@sha256:0fde236fe26d5b20210d6f246aadacd7845874712def516cbe2eec11d79d5181", "quay.io/mongodb/mongodb-agent-ubi@sha256:b50808a7d4dc0360c7693200d777871092bca2b5f3b0ea89538a1dbc6ae9dca6", "quay.io/mongodb/mongodb-enterprise-server@sha256:936259e7f7ceae4e4429f46fb132510a9872c689733d37f0fe33756ca1e7c892", "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi@sha256:6017eeb8998ebdfc4ad01766366875cbf80a82be374282e5f4676f5fb6ef1967", "quay.io/mongodb/mongodb-enterprise-server@sha256:dfd4277f0c16ed476ac7de51894739e8c8d13a65ea5024b9a97b3dce0f6c6975", "quay.io/mongodb/mongodb-agent-ubi@sha256:5d3ee7b8ec9f9ec6b798a9cf7f0633a19b75693ec412a398d66be5e015dbac9b", "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi@sha256:e4d615eb62f92bb1f3d59f5fa2995c3f6a4ffcbfaf28401a6b2cb67665bcc3d0", "quay.io/mongodb/mongodb-agent-ubi@sha256:6a0b402e102cc7f55eb2df21b0daac6d4b2ca64cf7f4de0329e3333b0f7ad1b1"]++ jq length references.json
[digest-pinning : verify-related-images] + REFERENCE_COUNT=92
[digest-pinning : verify-related-images] ++ find /workspace/source/operators/mongodb-kubernetes/1.0.1 -name '*clusterserviceversion.yaml' -o -name '*clusterserviceversion.yml'
[digest-pinning : verify-related-images] + CSVFILE=/workspace/source/operators/mongodb-kubernetes/1.0.1/manifests/mongodb-kubernetes.clusterserviceversion.yaml
[digest-pinning : verify-related-images] ++ yq -e '.spec.relatedImages | length' /workspace/source/operators/mongodb-kubernetes/1.0.1/manifests/mongodb-kubernetes.clusterserviceversion.yaml
[digest-pinning : verify-related-images] + RELATED_IMAGE_COUNT=184
[digest-pinning : verify-related-images] + [[ 184 -ge 92 ]]
[digest-pinning : verify-related-images] + echo -n 'Related images section exists.'
[digest-pinning : verify-related-images] + tee /tekton/results/related_images_message
[digest-pinning : verify-related-images] Related images section exists.+ echo -n true
[digest-pinning : verify-related-images] + tee /tekton/results/related_images_flag
[digest-pinning : verify-related-images] true
[verify-pinned-digest : check-dirty-flag] + DIRTY_FLAG=false
[verify-pinned-digest : check-dirty-flag] + echo false
[verify-pinned-digest : check-dirty-flag] false
[verify-pinned-digest : check-dirty-flag] + '[' false == true ']'
[verify-pinned-digest : check-related-images] + RELATED_IMAGES_FLAG=true
[verify-pinned-digest : check-related-images] + echo true
[verify-pinned-digest : check-related-images] true
[verify-pinned-digest : check-related-images] + '[' true == false ']'
[dockerfile-creation : generate-dockerfile] + '[' -z operators/mongodb-kubernetes/1.0.1 ']'
[dockerfile-creation : generate-dockerfile] + DOCKERFILE_PATH=Dockerfile
[dockerfile-creation : generate-dockerfile] + bundle-dockerfile --bundle-path operators/mongodb-kubernetes/1.0.1 --destination Dockerfile --verbose
[dockerfile-creation : generate-dockerfile] 2025-05-14 09:01:25,786 [operator-cert] DEBUG Generating a dockerfile...
[dockerfile-creation : generate-dockerfile] 2025-05-14 09:01:25,796 [operator-cert] DEBUG Storing Dockerfile
[dockerfile-creation : generate-dockerfile] + cat Dockerfile
[dockerfile-creation : generate-dockerfile] FROM scratch
[dockerfile-creation : generate-dockerfile]
[dockerfile-creation : generate-dockerfile] LABEL operators.operatorframework.io.bundle.mediatype.v1='registry+v1'
[dockerfile-creation : generate-dockerfile] LABEL operators.operatorframework.io.bundle.manifests.v1='manifests/'
[dockerfile-creation : generate-dockerfile] LABEL operators.operatorframework.io.bundle.metadata.v1='metadata/'
[dockerfile-creation : generate-dockerfile] LABEL operators.operatorframework.io.bundle.package.v1='mongodb-kubernetes'
[dockerfile-creation : generate-dockerfile] LABEL operators.operatorframework.io.bundle.channels.v1='stable'
[dockerfile-creation : generate-dockerfile] LABEL operators.operatorframework.io.bundle.channel.default.v1='stable'
[dockerfile-creation : generate-dockerfile] LABEL operators.operatorframework.io.metrics.builder='operator-sdk-v1.26.1'
[dockerfile-creation : generate-dockerfile] LABEL operators.operatorframework.io.metrics.mediatype.v1='metrics+v1'
[dockerfile-creation : generate-dockerfile] LABEL operators.operatorframework.io.metrics.project_layout='go.kubebuilder.io/v3'
[dockerfile-creation : generate-dockerfile] LABEL operators.operatorframework.io.test.mediatype.v1='scorecard+v1'
[dockerfile-creation : generate-dockerfile] LABEL operators.operatorframework.io.test.config.v1='tests/scorecard/'
[dockerfile-creation : generate-dockerfile] LABEL com.redhat.openshift.versions='v4.6'
[dockerfile-creation : generate-dockerfile]
[dockerfile-creation : generate-dockerfile] COPY manifests/ /manifests/
[dockerfile-creation : generate-dockerfile] COPY metadata/ /metadata/
[dockerfile-creation : generate-dockerfile]
[dockerfile-creation : generate-dockerfile] + echo Dockerfile
[dockerfile-creation : generate-dockerfile] + tee /tekton/results/bundle_dockerfile_path
[dockerfile-creation : generate-dockerfile] Dockerfile
[build-bundle : build] + '[' -z operators/mongodb-kubernetes/1.0.1 ']'
[build-bundle : build] + echo 'Building quay.io/operator-pipeline-prod/mongodb-kubernetes:1.0.1'
[build-bundle : build] Building quay.io/operator-pipeline-prod/mongodb-kubernetes:1.0.1
[build-bundle : build] + buildah --storage-driver=vfs bud --format=docker --tls-verify=true --no-cache -f ./Dockerfile -t quay.io/operator-pipeline-prod/mongodb-kubernetes:1.0.1 operators/mongodb-kubernetes/1.0.1
[build-bundle : build] STEP 1/15: FROM scratch
[build-bundle : build] STEP 2/15: LABEL operators.operatorframework.io.bundle.mediatype.v1='registry+v1'
[build-bundle : build] STEP 3/15: LABEL operators.operatorframework.io.bundle.manifests.v1='manifests/'
[build-bundle : build] STEP 4/15: LABEL operators.operatorframework.io.bundle.metadata.v1='metadata/'
[build-bundle : build] STEP 5/15: LABEL operators.operatorframework.io.bundle.package.v1='mongodb-kubernetes'
[build-bundle : build] STEP 6/15: LABEL operators.operatorframework.io.bundle.channels.v1='stable'
[build-bundle : build] STEP 7/15: LABEL operators.operatorframework.io.bundle.channel.default.v1='stable'
[build-bundle : build] STEP 8/15: LABEL operators.operatorframework.io.metrics.builder='operator-sdk-v1.26.1'
[build-bundle : build] STEP 9/15: LABEL operators.operatorframework.io.metrics.mediatype.v1='metrics+v1'
[build-bundle : build] STEP 10/15: LABEL operators.operatorframework.io.metrics.project_layout='go.kubebuilder.io/v3'
[build-bundle : build] STEP 11/15: LABEL operators.operatorframework.io.test.mediatype.v1='scorecard+v1'
[build-bundle : build] STEP 12/15: LABEL operators.operatorframework.io.test.config.v1='tests/scorecard/'
[build-bundle : build] STEP 13/15: LABEL com.redhat.openshift.versions='v4.6'
[build-bundle : build] STEP 14/15: COPY manifests/ /manifests/
[build-bundle : build] STEP 15/15: COPY metadata/ /metadata/
[build-bundle : build] COMMIT quay.io/operator-pipeline-prod/mongodb-kubernetes:1.0.1
[build-bundle : build] --> 27100c3d281
[build-bundle : build] Successfully tagged quay.io/operator-pipeline-prod/mongodb-kubernetes:1.0.1
[build-bundle : build] 27100c3d281cafda25339d16080b64d4a7c045f803c217c0727a4ca3e7d2c748
[build-bundle : build] + EXTRA_ARGS=
[build-bundle : build] + [[ true == \t\r\u\e ]]
[build-bundle : build] + EXTRA_ARGS+=' --authfile /workspace/credentials/.dockerconfigjson'
[build-bundle : build] + [[ false == \t\r\u\e ]]
[build-bundle : build] + echo 'Pushing quay.io/operator-pipeline-prod/mongodb-kubernetes:1.0.1'
[build-bundle : build] Pushing quay.io/operator-pipeline-prod/mongodb-kubernetes:1.0.1
[build-bundle : build] + buildah --storage-driver=vfs push --authfile /workspace/credentials/.dockerconfigjson --tls-verify=true --digestfile /digest/image-digest quay.io/operator-pipeline-prod/mongodb-kubernetes:1.0.1 docker://quay.io/operator-pipeline-prod/mongodb-kubernetes:1.0.1
[build-bundle : build] Getting image source signatures
[build-bundle : build] Copying blob sha256:6eadd4ab84dcd9fcf3588c07290a780a6351ec37c7782db1890e4b4b4d7194b7
[build-bundle : build] Copying config sha256:27100c3d281cafda25339d16080b64d4a7c045f803c217c0727a4ca3e7d2c748
[build-bundle : build] Writing manifest to image destination
[build-bundle : build] Storing signatures
[build-bundle : build] + cat /digest/image-digest
[build-bundle : build] + tee /tekton/results/IMAGE_DIGEST
[build-bundle : build] sha256:a53ea9bc7f965a38c1ae5dc4ce90bea91a28151b8c620172b02480e84cb4a064
[make-bundle-repo-public : change-visibility] % Total % Received % Xferd Average Speed Time Time Time Current
[make-bundle-repo-public : change-visibility] Dload Upload Total Spent Left Speed
[make-bundle-repo-public : change-visibility]
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 42 100 18 100 24 39 52 --:--:-- --:--:-- --:--:-- 91
100 42 100 18 100 24 39 52 --:--:-- --:--:-- --:--:-- 91
[make-bundle-repo-public : change-visibility] {"success": true}
[make-bundle-repo-public : change-visibility] Repository visibility set to 'public'.
[get-supported-versions : supported-version-check] ++ cat config.yaml
[get-supported-versions : supported-version-check] ++ yq -r .organization
[get-supported-versions : supported-version-check] + ORGANIZATION=certified-operators
[get-supported-versions : supported-version-check] + OCP_VERSIONS_OUTPUT_FILE=./ocp_versions.json
[get-supported-versions : supported-version-check] + '[' -n operators/mongodb-kubernetes/1.0.1 ']'
[get-supported-versions : supported-version-check] + ocp-version-info --output-file ./ocp_versions.json --bundle-path operators/mongodb-kubernetes/1.0.1 certified-operators
[get-supported-versions : supported-version-check] OpenShift 4.11 has reached its end of life
[get-supported-versions : supported-version-check] OpenShift 4.10 has reached its end of life
[get-supported-versions : supported-version-check] OpenShift 4.9 has reached its end of life
[get-supported-versions : supported-version-check] OpenShift 4.8 has reached its end of life
[get-supported-versions : supported-version-check] OpenShift 4.7 has reached its end of life
[get-supported-versions : supported-version-check] OpenShift 4.6 has reached its end of life
[get-supported-versions : supported-version-check] OpenShift 4.5 has reached its end of life
[get-supported-versions : supported-version-check] {"versions_annotation": "v4.6", "indices": [{"ocp_version": "4.19", "path": "registry.redhat.io/redhat/certified-operator-index:v4.19"}, {"ocp_version": "4.18", "path": "registry.redhat.io/redhat/certified-operator-index:v4.18"}, {"ocp_version": "4.17", "path": "registry.redhat.io/redhat/certified-operator-index:v4.17"}, {"ocp_version": "4.16", "path": "registry.redhat.io/redhat/certified-operator-index:v4.16"}, {"ocp_version": "4.15", "path": "registry.redhat.io/redhat/certified-operator-index:v4.15"}, {"ocp_version": "4.14", "path": "registry.redhat.io/redhat/certified-operator-index:v4.14"}, {"ocp_version": "4.13", "path": "registry.redhat.io/redhat/certified-operator-index:v4.13"}, {"ocp_version": "4.12", "path": "registry.redhat.io/redhat/certified-operator-index:v4.12"}], "max_version_index": {"ocp_version": "4.19", "path": "registry.redhat.io/redhat/certified-operator-index:v4.19"}, "all_indices": [{"ocp_version": "4.19", "path": "registry.redhat.io/redhat/certified-operator-index:v4.19"}, {"ocp_version": "4.18", "path": "registry.redhat.io/redhat/certified-operator-index:v4.18"}, {"ocp_version": "4.17", "path": "registry.redhat.io/redhat/certified-operator-index:v4.17"}, {"ocp_version": "4.16", "path": "registry.redhat.io/redhat/certified-operator-index:v4.16"}, {"ocp_version": "4.15", "path": "registry.redhat.io/redhat/certified-operator-index:v4.15"}, {"ocp_version": "4.14", "path": "registry.redhat.io/redhat/certified-operator-index:v4.14"}, {"ocp_version": "4.13", "path": "registry.redhat.io/redhat/certified-operator-index:v4.13"}, {"ocp_version": "4.12", "path": "registry.redhat.io/redhat/certified-operator-index:v4.12"}], "not_supported_indices": []}
[get-supported-versions : supported-version-check] ++ cat ./ocp_versions.json
[get-supported-versions : supported-version-check] + VERSION_INFO='{"versions_annotation": "v4.6", "indices": [{"ocp_version": "4.19", "path": "registry.redhat.io/redhat/certified-operator-index:v4.19"}, {"ocp_version": "4.18", "path": "registry.redhat.io/redhat/certified-operator-index:v4.18"}, {"ocp_version": "4.17", "path": "registry.redhat.io/redhat/certified-operator-index:v4.17"}, {"ocp_version": "4.16", "path": "registry.redhat.io/redhat/certified-operator-index:v4.16"}, {"ocp_version": "4.15", "path": "registry.redhat.io/redhat/certified-operator-index:v4.15"}, {"ocp_version": "4.14", "path": "registry.redhat.io/redhat/certified-operator-index:v4.14"}, {"ocp_version": "4.13", "path": "registry.redhat.io/redhat/certified-operator-index:v4.13"}, {"ocp_version": "4.12", "path": "registry.redhat.io/redhat/certified-operator-index:v4.12"}], "max_version_index": {"ocp_version": "4.19", "path": "registry.redhat.io/redhat/certified-operator-index:v4.19"}, "all_indices": [{"ocp_version": "4.19", "path": "registry.redhat.io/redhat/certified-operator-index:v4.19"}, {"ocp_version": "4.18", "path": "registry.redhat.io/redhat/certified-operator-index:v4.18"}, {"ocp_version": "4.17", "path": "registry.redhat.io/redhat/certified-operator-index:v4.17"}, {"ocp_version": "4.16", "path": "registry.redhat.io/redhat/certified-operator-index:v4.16"}, {"ocp_version": "4.15", "path": "registry.redhat.io/redhat/certified-operator-index:v4.15"}, {"ocp_version": "4.14", "path": "registry.redhat.io/redhat/certified-operator-index:v4.14"}, {"ocp_version": "4.13", "path": "registry.redhat.io/redhat/certified-operator-index:v4.13"}, {"ocp_version": "4.12", "path": "registry.redhat.io/redhat/certified-operator-index:v4.12"}], "not_supported_indices": []}'
[get-supported-versions : supported-version-check] + echo '{"versions_annotation":' '"v4.6",' '"indices":' '[{"ocp_version":' '"4.19",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.19"},' '{"ocp_version":' '"4.18",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.18"},' '{"ocp_version":' '"4.17",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.17"},' '{"ocp_version":' '"4.16",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.16"},' '{"ocp_version":' '"4.15",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.15"},' '{"ocp_version":' '"4.14",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.14"},' '{"ocp_version":' '"4.13",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.13"},' '{"ocp_version":' '"4.12",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.12"}],' '"max_version_index":' '{"ocp_version":' '"4.19",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.19"},' '"all_indices":' '[{"ocp_version":' '"4.19",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.19"},' '{"ocp_version":' '"4.18",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.18"},' '{"ocp_version":' '"4.17",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.17"},' '{"ocp_version":' '"4.16",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.16"},' '{"ocp_version":' '"4.15",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.15"},' '{"ocp_version":' '"4.14",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.14"},' '{"ocp_version":' '"4.13",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.13"},' '{"ocp_version":' '"4.12",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.12"}],' '"not_supported_indices":' '[]}'
[get-supported-versions : supported-version-check] + jq
[get-supported-versions : supported-version-check] {
[get-supported-versions : supported-version-check] "versions_annotation": "v4.6",
[get-supported-versions : supported-version-check] "indices": [
[get-supported-versions : supported-version-check] {
[get-supported-versions : supported-version-check] "ocp_version": "4.19",
[get-supported-versions : supported-version-check] "path": "registry.redhat.io/redhat/certified-operator-index:v4.19"
[get-supported-versions : supported-version-check] },
[get-supported-versions : supported-version-check] {
[get-supported-versions : supported-version-check] "ocp_version": "4.18",
[get-supported-versions : supported-version-check] "path": "registry.redhat.io/redhat/certified-operator-index:v4.18"
[get-supported-versions : supported-version-check] },
[get-supported-versions : supported-version-check] {
[get-supported-versions : supported-version-check] "ocp_version": "4.17",
[get-supported-versions : supported-version-check] "path": "registry.redhat.io/redhat/certified-operator-index:v4.17"
[get-supported-versions : supported-version-check] },
[get-supported-versions : supported-version-check] {
[get-supported-versions : supported-version-check] "ocp_version": "4.16",
[get-supported-versions : supported-version-check] "path": "registry.redhat.io/redhat/certified-operator-index:v4.16"
[get-supported-versions : supported-version-check] },
[get-supported-versions : supported-version-check] {
[get-supported-versions : supported-version-check] "ocp_version": "4.15",
[get-supported-versions : supported-version-check] "path": "registry.redhat.io/redhat/certified-operator-index:v4.15"
[get-supported-versions : supported-version-check] },
[get-supported-versions : supported-version-check] {
[get-supported-versions : supported-version-check] "ocp_version": "4.14",
[get-supported-versions : supported-version-check] "path": "registry.redhat.io/redhat/certified-operator-index:v4.14"
[get-supported-versions : supported-version-check] },
[get-supported-versions : supported-version-check] {
[get-supported-versions : supported-version-check] "ocp_version": "4.13",
[get-supported-versions : supported-version-check] "path": "registry.redhat.io/redhat/certified-operator-index:v4.13"
[get-supported-versions : supported-version-check] },
[get-supported-versions : supported-version-check] {
[get-supported-versions : supported-version-check] "ocp_version": "4.12",
[get-supported-versions : supported-version-check] "path": "registry.redhat.io/redhat/certified-operator-index:v4.12"
[get-supported-versions : supported-version-check] }
[get-supported-versions : supported-version-check] ],
[get-supported-versions : supported-version-check] "max_version_index": {
[get-supported-versions : supported-version-check] "ocp_version": "4.19",
[get-supported-versions : supported-version-check] "path": "registry.redhat.io/redhat/certified-operator-index:v4.19"
[get-supported-versions : supported-version-check] },
[get-supported-versions : supported-version-check] "all_indices": [
[get-supported-versions : supported-version-check] {
[get-supported-versions : supported-version-check] "ocp_version": "4.19",
[get-supported-versions : supported-version-check] "path": "registry.redhat.io/redhat/certified-operator-index:v4.19"
[get-supported-versions : supported-version-check] },
[get-supported-versions : supported-version-check] {
[get-supported-versions : supported-version-check] "ocp_version": "4.18",
[get-supported-versions : supported-version-check] "path": "registry.redhat.io/redhat/certified-operator-index:v4.18"
[get-supported-versions : supported-version-check] },
[get-supported-versions : supported-version-check] {
[get-supported-versions : supported-version-check] "ocp_version": "4.17",
[get-supported-versions : supported-version-check] "path": "registry.redhat.io/redhat/certified-operator-index:v4.17"
[get-supported-versions : supported-version-check] },
[get-supported-versions : supported-version-check] {
[get-supported-versions : supported-version-check] "ocp_version": "4.16",
[get-supported-versions : supported-version-check] "path": "registry.redhat.io/redhat/certified-operator-index:v4.16"
[get-supported-versions : supported-version-check] },
[get-supported-versions : supported-version-check] {
[get-supported-versions : supported-version-check] "ocp_version": "4.15",
[get-supported-versions : supported-version-check] "path": "registry.redhat.io/redhat/certified-operator-index:v4.15"
[get-supported-versions : supported-version-check] },
[get-supported-versions : supported-version-check] {
[get-supported-versions : supported-version-check] "ocp_version": "4.14",
[get-supported-versions : supported-version-check] "path": "registry.redhat.io/redhat/certified-operator-index:v4.14"
[get-supported-versions : supported-version-check] },
[get-supported-versions : supported-version-check] {
[get-supported-versions : supported-version-check] "ocp_version": "4.13",
[get-supported-versions : supported-version-check] "path": "registry.redhat.io/redhat/certified-operator-index:v4.13"
[get-supported-versions : supported-version-check] },
[get-supported-versions : supported-version-check] {
[get-supported-versions : supported-version-check] "ocp_version": "4.12",
[get-supported-versions : supported-version-check] "path": "registry.redhat.io/redhat/certified-operator-index:v4.12"
[get-supported-versions : supported-version-check] }
[get-supported-versions : supported-version-check] ],
[get-supported-versions : supported-version-check] "not_supported_indices": []
[get-supported-versions : supported-version-check] }
[get-supported-versions : supported-version-check] + jq -r .max_version_index.ocp_version
[get-supported-versions : supported-version-check] + echo '{"versions_annotation":' '"v4.6",' '"indices":' '[{"ocp_version":' '"4.19",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.19"},' '{"ocp_version":' '"4.18",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.18"},' '{"ocp_version":' '"4.17",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.17"},' '{"ocp_version":' '"4.16",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.16"},' '{"ocp_version":' '"4.15",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.15"},' '{"ocp_version":' '"4.14",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.14"},' '{"ocp_version":' '"4.13",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.13"},' '{"ocp_version":' '"4.12",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.12"}],' '"max_version_index":' '{"ocp_version":' '"4.19",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.19"},' '"all_indices":' '[{"ocp_version":' '"4.19",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.19"},' '{"ocp_version":' '"4.18",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.18"},' '{"ocp_version":' '"4.17",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.17"},' '{"ocp_version":' '"4.16",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.16"},' '{"ocp_version":' '"4.15",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.15"},' '{"ocp_version":' '"4.14",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.14"},' '{"ocp_version":' '"4.13",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.13"},' '{"ocp_version":' '"4.12",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.12"}],' '"not_supported_indices":' '[]}'
[get-supported-versions : supported-version-check] + tr -d '\n\r'
[get-supported-versions : supported-version-check] + tee /tekton/results/max_supported_ocp_version
[get-supported-versions : supported-version-check] 4.19+ echo '{"versions_annotation":' '"v4.6",' '"indices":' '[{"ocp_version":' '"4.19",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.19"},' '{"ocp_version":' '"4.18",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.18"},' '{"ocp_version":' '"4.17",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.17"},' '{"ocp_version":' '"4.16",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.16"},' '{"ocp_version":' '"4.15",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.15"},' '{"ocp_version":' '"4.14",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.14"},' '{"ocp_version":' '"4.13",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.13"},' '{"ocp_version":' '"4.12",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.12"}],' '"max_version_index":' '{"ocp_version":' '"4.19",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.19"},' '"all_indices":' '[{"ocp_version":' '"4.19",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.19"},' '{"ocp_version":' '"4.18",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.18"},' '{"ocp_version":' '"4.17",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.17"},' '{"ocp_version":' '"4.16",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.16"},' '{"ocp_version":' '"4.15",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.15"},' '{"ocp_version":' '"4.14",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.14"},' '{"ocp_version":' '"4.13",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.13"},' '{"ocp_version":' '"4.12",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.12"}],' '"not_supported_indices":' '[]}'
[get-supported-versions : supported-version-check] + jq -r .max_version_index.path
[get-supported-versions : supported-version-check] + tr -d '\n\r'
[get-supported-versions : supported-version-check] + tee /tekton/results/max_supported_index
[get-supported-versions : supported-version-check] registry.redhat.io/redhat/certified-operator-index:v4.19+ echo '{"versions_annotation":' '"v4.6",' '"indices":' '[{"ocp_version":' '"4.19",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.19"},' '{"ocp_version":' '"4.18",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.18"},' '{"ocp_version":' '"4.17",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.17"},' '{"ocp_version":' '"4.16",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.16"},' '{"ocp_version":' '"4.15",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.15"},' '{"ocp_version":' '"4.14",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.14"},' '{"ocp_version":' '"4.13",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.13"},' '{"ocp_version":' '"4.12",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.12"}],' '"max_version_index":' '{"ocp_version":' '"4.19",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.19"},' '"all_indices":' '[{"ocp_version":' '"4.19",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.19"},' '{"ocp_version":' '"4.18",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.18"},' '{"ocp_version":' '"4.17",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.17"},' '{"ocp_version":' '"4.16",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.16"},' '{"ocp_version":' '"4.15",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.15"},' '{"ocp_version":' '"4.14",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.14"},' '{"ocp_version":' '"4.13",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.13"},' '{"ocp_version":' '"4.12",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.12"}],' '"not_supported_indices":' '[]}'
[get-supported-versions : supported-version-check] + jq -r '.indices | map(.path) | join(" ")'
[get-supported-versions : supported-version-check] + tr -d '\n\r'
[get-supported-versions : supported-version-check] + tee /tekton/results/indices
[get-supported-versions : supported-version-check] registry.redhat.io/redhat/certified-operator-index:v4.19 registry.redhat.io/redhat/certified-operator-index:v4.18 registry.redhat.io/redhat/certified-operator-index:v4.17 registry.redhat.io/redhat/certified-operator-index:v4.16 registry.redhat.io/redhat/certified-operator-index:v4.15 registry.redhat.io/redhat/certified-operator-index:v4.14 registry.redhat.io/redhat/certified-operator-index:v4.13 registry.redhat.io/redhat/certified-operator-index:v4.12+ echo '{"versions_annotation":' '"v4.6",' '"indices":' '[{"ocp_version":' '"4.19",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.19"},' '{"ocp_version":' '"4.18",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.18"},' '{"ocp_version":' '"4.17",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.17"},' '{"ocp_version":' '"4.16",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.16"},' '{"ocp_version":' '"4.15",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.15"},' '{"ocp_version":' '"4.14",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.14"},' '{"ocp_version":' '"4.13",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.13"},' '{"ocp_version":' '"4.12",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.12"}],' '"max_version_index":' '{"ocp_version":' '"4.19",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.19"},' '"all_indices":' '[{"ocp_version":' '"4.19",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.19"},' '{"ocp_version":' '"4.18",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.18"},' '{"ocp_version":' '"4.17",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.17"},' '{"ocp_version":' '"4.16",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.16"},' '{"ocp_version":' '"4.15",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.15"},' '{"ocp_version":' '"4.14",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.14"},' '{"ocp_version":' '"4.13",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.13"},' '{"ocp_version":' '"4.12",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.12"}],' '"not_supported_indices":' '[]}'
[get-supported-versions : supported-version-check] + jq -r '.indices | map(.ocp_version) | join(" ")'
[get-supported-versions : supported-version-check] + tr -d '\n\r'
[get-supported-versions : supported-version-check] + tee /tekton/results/indices_ocp_versions
[get-supported-versions : supported-version-check] 4.19 4.18 4.17 4.16 4.15 4.14 4.13 4.12+ echo '{"versions_annotation":' '"v4.6",' '"indices":' '[{"ocp_version":' '"4.19",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.19"},' '{"ocp_version":' '"4.18",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.18"},' '{"ocp_version":' '"4.17",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.17"},' '{"ocp_version":' '"4.16",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.16"},' '{"ocp_version":' '"4.15",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.15"},' '{"ocp_version":' '"4.14",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.14"},' '{"ocp_version":' '"4.13",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.13"},' '{"ocp_version":' '"4.12",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.12"}],' '"max_version_index":' '{"ocp_version":' '"4.19",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.19"},' '"all_indices":' '[{"ocp_version":' '"4.19",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.19"},' '{"ocp_version":' '"4.18",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.18"},' '{"ocp_version":' '"4.17",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.17"},' '{"ocp_version":' '"4.16",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.16"},' '{"ocp_version":' '"4.15",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.15"},' '{"ocp_version":' '"4.14",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.14"},' '{"ocp_version":' '"4.13",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.13"},' '{"ocp_version":' '"4.12",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.12"}],' '"not_supported_indices":' '[]}'
[get-supported-versions : supported-version-check] + jq -r '.not_supported_indices | map(.path) | join(" ")'
[get-supported-versions : supported-version-check] + tr -d '\n\r'
[get-supported-versions : supported-version-check] + tee /tekton/results/skipped_ocp_indices
[get-supported-versions : supported-version-check] + jq -r '.not_supported_indices | map(.ocp_version) | join(" ")'
[get-supported-versions : supported-version-check] + echo '{"versions_annotation":' '"v4.6",' '"indices":' '[{"ocp_version":' '"4.19",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.19"},' '{"ocp_version":' '"4.18",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.18"},' '{"ocp_version":' '"4.17",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.17"},' '{"ocp_version":' '"4.16",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.16"},' '{"ocp_version":' '"4.15",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.15"},' '{"ocp_version":' '"4.14",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.14"},' '{"ocp_version":' '"4.13",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.13"},' '{"ocp_version":' '"4.12",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.12"}],' '"max_version_index":' '{"ocp_version":' '"4.19",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.19"},' '"all_indices":' '[{"ocp_version":' '"4.19",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.19"},' '{"ocp_version":' '"4.18",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.18"},' '{"ocp_version":' '"4.17",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.17"},' '{"ocp_version":' '"4.16",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.16"},' '{"ocp_version":' '"4.15",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.15"},' '{"ocp_version":' '"4.14",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.14"},' '{"ocp_version":' '"4.13",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.13"},' '{"ocp_version":' '"4.12",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.12"}],' '"not_supported_indices":' '[]}'
[get-supported-versions : supported-version-check] + tee /tekton/results/skipped_ocp_versions
[get-supported-versions : supported-version-check] + tr -d '\n\r'
[get-supported-versions : supported-version-check] + echo '{"versions_annotation":' '"v4.6",' '"indices":' '[{"ocp_version":' '"4.19",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.19"},' '{"ocp_version":' '"4.18",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.18"},' '{"ocp_version":' '"4.17",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.17"},' '{"ocp_version":' '"4.16",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.16"},' '{"ocp_version":' '"4.15",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.15"},' '{"ocp_version":' '"4.14",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.14"},' '{"ocp_version":' '"4.13",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.13"},' '{"ocp_version":' '"4.12",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.12"}],' '"max_version_index":' '{"ocp_version":' '"4.19",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.19"},' '"all_indices":' '[{"ocp_version":' '"4.19",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.19"},' '{"ocp_version":' '"4.18",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.18"},' '{"ocp_version":' '"4.17",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.17"},' '{"ocp_version":' '"4.16",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.16"},' '{"ocp_version":' '"4.15",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.15"},' '{"ocp_version":' '"4.14",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.14"},' '{"ocp_version":' '"4.13",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.13"},' '{"ocp_version":' '"4.12",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.12"}],' '"not_supported_indices":' '[]}'
[get-supported-versions : supported-version-check] + jq -r .max_version_index.path
[get-supported-versions : supported-version-check] + tr -d '\n\r'
[get-supported-versions : supported-version-check] + tee /tekton/results/max_version_indices
[get-supported-versions : supported-version-check] registry.redhat.io/redhat/certified-operator-index:v4.19+ echo '{"versions_annotation":' '"v4.6",' '"indices":' '[{"ocp_version":' '"4.19",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.19"},' '{"ocp_version":' '"4.18",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.18"},' '{"ocp_version":' '"4.17",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.17"},' '{"ocp_version":' '"4.16",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.16"},' '{"ocp_version":' '"4.15",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.15"},' '{"ocp_version":' '"4.14",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.14"},' '{"ocp_version":' '"4.13",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.13"},' '{"ocp_version":' '"4.12",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.12"}],' '"max_version_index":' '{"ocp_version":' '"4.19",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.19"},' '"all_indices":' '[{"ocp_version":' '"4.19",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.19"},' '{"ocp_version":' '"4.18",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.18"},' '{"ocp_version":' '"4.17",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.17"},' '{"ocp_version":' '"4.16",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.16"},' '{"ocp_version":' '"4.15",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.15"},' '{"ocp_version":' '"4.14",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.14"},' '{"ocp_version":' '"4.13",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.13"},' '{"ocp_version":' '"4.12",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.12"}],' '"not_supported_indices":' '[]}'
[get-supported-versions : supported-version-check] + jq -r .versions_annotation
[get-supported-versions : supported-version-check] + tr -d '\n\r'
[get-supported-versions : supported-version-check] + tee /tekton/results/ocp_version
[get-supported-versions : supported-version-check] v4.6
[add-bundle-to-index : add-bundle-to-index] + ENV=prod
[add-bundle-to-index : add-bundle-to-index] + INDEX_IMAGES=registry.redhat.io/redhat/certified-operator-index:v4.19
[add-bundle-to-index : add-bundle-to-index] + [[ prod != \p\r\o\d ]]
[add-bundle-to-index : add-bundle-to-index] + [[ prod == \d\e\v ]]
[add-bundle-to-index : add-bundle-to-index] + [[ prod == \q\a ]]
[add-bundle-to-index : add-bundle-to-index] + EXTRA_ARGS=
[add-bundle-to-index : add-bundle-to-index] + [[ true == \t\r\u\e ]]
[add-bundle-to-index : add-bundle-to-index] + EXTRA_ARGS+=' --authfile /workspace/credentials/.dockerconfigjson'
[add-bundle-to-index : add-bundle-to-index] + [[ -eeeacb94e4cd42adf40bb243b5669a6291ea9510 != '' ]]
[add-bundle-to-index : add-bundle-to-index] + EXTRA_ARGS+=' --index-image-destination-tag-suffix=-eeeacb94e4cd42adf40bb243b5669a6291ea9510'
[add-bundle-to-index : add-bundle-to-index] + [[ '' != '' ]]
[add-bundle-to-index : add-bundle-to-index] + index --iib-url https://iib.engineering.redhat.com --indices registry.redhat.io/redhat/certified-operator-index:v4.19 --bundle-pullspec quay.io/operator-pipeline-prod/mongodb-kubernetes:1.0.1 --index-image-destination quay.io/operator-pipeline-prod/catalog --image-output index-image-paths.txt --authfile /workspace/credentials/.dockerconfigjson --index-image-destination-tag-suffix=-eeeacb94e4cd42adf40bb243b5669a6291ea9510
[add-bundle-to-index : add-bundle-to-index] 2025-05-14 09:03:02,217 [operator-cert] INFO Waiting for IIB batch build to finish: 927477
[add-bundle-to-index : add-bundle-to-index] 2025-05-14 09:03:22,287 [operator-cert] INFO Waiting for IIB batch build to finish: 927477
[add-bundle-to-index : add-bundle-to-index] 2025-05-14 09:03:42,369 [operator-cert] INFO Waiting for IIB batch build to finish: 927477
[add-bundle-to-index : add-bundle-to-index] 2025-05-14 09:04:02,434 [operator-cert] INFO Waiting for IIB batch build to finish: 927477
[add-bundle-to-index : add-bundle-to-index] 2025-05-14 09:04:22,493 [operator-cert] INFO Waiting for IIB batch build to finish: 927477
[add-bundle-to-index : add-bundle-to-index] 2025-05-14 09:04:42,555 [operator-cert] INFO Waiting for IIB batch build to finish: 927477
[add-bundle-to-index : add-bundle-to-index] 2025-05-14 09:05:02,644 [operator-cert] INFO Waiting for IIB batch build to finish: 927477
[add-bundle-to-index : add-bundle-to-index] 2025-05-14 09:05:22,711 [operator-cert] INFO Waiting for IIB batch build to finish: 927477
[add-bundle-to-index : add-bundle-to-index] 2025-05-14 09:05:42,786 [operator-cert] INFO IIB batch build completed successfully: 927477
[add-bundle-to-index : add-bundle-to-index] 2025-05-14 09:05:42,787 [operator-cert] INFO Extracting manifest digests for signing...
[add-bundle-to-index : add-bundle-to-index] 2025-05-14 09:05:42,787 [operator-cert] INFO Index image paths written to output file index-image-paths.txt.
[add-bundle-to-index : add-bundle-to-index] 2025-05-14 09:05:42,787 [operator-cert] INFO Copying image to destination: ['skopeo', 'copy', '--retry-times', '5', 'docker://registry-proxy.engineering.redhat.com/rh-osbs/iib@sha256:15ea7a38b9d3f34fd569bdd9716f0767d78afe9147c42584e6e0f236662419cd', 'docker://quay.io/operator-pipeline-prod/catalog:v4.19-eeeacb94e4cd42adf40bb243b5669a6291ea9510', '--authfile', '/workspace/credentials/.dockerconfigjson']
[add-bundle-to-index : add-bundle-to-index] + echo -n success
[add-bundle-to-index : add-bundle-to-index] + tee /tekton/results/status
[add-bundle-to-index : add-bundle-to-index] success+ cat index-image-paths.txt
[add-bundle-to-index : add-bundle-to-index] registry.redhat.io/redhat/certified-operator-index:v4.19+registry-proxy.engineering.redhat.com/rh-osbs/iib@sha256:15ea7a38b9d3f34fd569bdd9716f0767d78afe9147c42584e6e0f236662419cd
[make-index-repo-public : change-visibility] % Total % Received % Xferd Average Speed Time Time Time Current
[make-index-repo-public : change-visibility] Dload Upload Total Spent Left Speed
[make-index-repo-public : change-visibility]
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 24 0 0 100 24 0 116 --:--:-- --:--:-- --:--:-- 115
100 42 100 18 100 24 41 55 --:--:-- --:--:-- --:--:-- 97
[make-index-repo-public : change-visibility] {"success": true}
[make-index-repo-public : change-visibility] Repository visibility set to 'public'.
[get-ci-results-attempt : get-results] + [[ 680a39a23193c2e5577ab742 == '' ]]
[get-ci-results-attempt : get-results] + echo 'Downloading the artifacts'
[get-ci-results-attempt : get-results] Downloading the artifacts
[get-ci-results-attempt : get-results] + download-test-results --pyxis-url https://pyxis.engineering.redhat.com --cert-project-id 680a39a23193c2e5577ab742 --certification-hash 528ce1443e03f2392c329244d5dbbf62 --operator-package-version 1.0.1 --operator-name mongodb-kubernetes --verbose
[get-ci-results-attempt : get-results] 2025-05-14 09:06:17,901 [operator-cert] DEBUG Pyxis session using cert + key is created
[get-ci-results-attempt : get-results] 2025-05-14 09:06:17,901 [operator-cert] DEBUG GET Pyxis request url: https://pyxis.engineering.redhat.com/v1/projects/certification/id/680a39a23193c2e5577ab742/test-results?filter=certification_hash=='528ce1443e03f2392c329244d5dbbf62';version=='1.0.1';operator_package_name=='mongodb-kubernetes'&sort_by=creation_date[desc]&page_size=1
[get-ci-results-attempt : get-results] 2025-05-14 09:06:17,901 [operator-cert] DEBUG GET Pyxis request params: None
[get-ci-results-attempt : get-results] 2025-05-14 09:06:18,860 [operator-cert] INFO Test results retrieved successfully for given parameters
[get-ci-results-attempt : get-results] 2025-05-14 09:06:18,862 [operator-cert] DEBUG Storing test_result_id
[get-ci-results-attempt : indicate-if-results-exists] + '[' -f test_results.json ']'
[get-ci-results-attempt : indicate-if-results-exists] + echo 'Results exist'
[get-ci-results-attempt : indicate-if-results-exists] Results exist
[get-ci-results-attempt : indicate-if-results-exists] ++ cat test_results.json
[get-ci-results-attempt : indicate-if-results-exists] ++ jq -r .passed
[get-ci-results-attempt : indicate-if-results-exists] + CHECK_RESULTS=true
[get-ci-results-attempt : indicate-if-results-exists] + cat test_result_id
[get-ci-results-attempt : indicate-if-results-exists] + tee /tekton/results/test_result_id
[get-ci-results-attempt : indicate-if-results-exists] 6824585228c9bd0102a59628+ '[' true = false ']'
[get-ci-results-attempt : indicate-if-results-exists] All preflight tests passed successfully.
[get-ci-results-attempt : indicate-if-results-exists] + echo 'All preflight tests passed successfully.'
[get-ci-results-attempt : indicate-if-results-exists] + echo -n true
[get-ci-results-attempt : indicate-if-results-exists] + tee /tekton/results/preflight_results_exists
[get-ci-results-attempt : indicate-if-results-exists] true+ echo -n /workspace/results/test_results.json
[get-ci-results-attempt : indicate-if-results-exists] + tee /tekton/results/preflight_results
[get-ci-results-attempt : indicate-if-results-exists] /workspace/results/test_results.json
[preflight-trigger : encrypt-and-encode-docker-config-json] Preflight testing has been skipped
[preflight-trigger : create-openshift-ci-prowjob] Preflight testing has been skipped
[preflight-trigger : get-prowjob-artifacts-and-decrypt] Preflight testing has been skipped
[upload-artifacts : upload-test-logs] + PREFLIGHT_RESULTS_EXISTS=true
[upload-artifacts : upload-test-logs] + '[' true == true ']'
[upload-artifacts : upload-test-logs] Preflight logs already exists - skipping
[upload-artifacts : upload-test-logs] + echo 'Preflight logs already exists - skipping'
[upload-artifacts : upload-test-logs] + echo none
[upload-artifacts : upload-test-logs] + tee /tekton/results/log_url
[upload-artifacts : upload-test-logs] none
[upload-artifacts : upload-test-logs] + exit 0
[upload-artifacts : upload-test-results] + PREFLIGHT_RESULTS_EXISTS=true
[upload-artifacts : upload-test-results] + '[' true == true ']'
[upload-artifacts : upload-test-results] Preflight results already exists - skipping
[upload-artifacts : upload-test-results] + echo 'Preflight results already exists - skipping'
[upload-artifacts : upload-test-results] + echo none
[upload-artifacts : upload-test-results] + tee /tekton/results/result_url
[upload-artifacts : upload-test-results] none
[upload-artifacts : upload-test-results] + echo none
[upload-artifacts : upload-test-results] + tee /tekton/results/test_result_id
[upload-artifacts : upload-test-results] none
[upload-artifacts : upload-test-results] + exit 0
[upload-artifacts : upload-test-artifacts] + PREFLIGHT_RESULTS_EXISTS=true
[upload-artifacts : upload-test-artifacts] + '[' true == true ']'
[upload-artifacts : upload-test-artifacts] + exit 0
[evaluate-preflight-result : evaluate-results] 2025-05-14 09:07:45,824 [operator-cert] INFO Test: ScorecardBasicSpecCheck, allowed: True
[evaluate-preflight-result : evaluate-results] 2025-05-14 09:07:45,824 [operator-cert] INFO Test: ScorecardOlmSuiteCheck, allowed: True
[evaluate-preflight-result : evaluate-results] 2025-05-14 09:07:45,824 [operator-cert] INFO Test: DeployableByOLM, allowed: True
[evaluate-preflight-result : evaluate-results] 2025-05-14 09:07:45,824 [operator-cert] INFO Test: ValidateOperatorBundle, allowed: True
[evaluate-preflight-result : evaluate-results] 2025-05-14 09:07:45,824 [operator-cert] INFO Test: RequiredAnnotations, allowed: True
[evaluate-preflight-result : evaluate-results] 2025-05-14 09:07:45,824 [operator-cert] INFO Overall status: True
[evaluate-preflight-result : evaluate-results] 2025-05-14 09:07:45,824 [operator-cert] INFO Result by category: {'errors': 0, 'failed': 0, 'passed': 5}
[evaluate-preflight-result : evaluate-results] Posting GitHub comment to issue (or PR) https://github.com/redhat-openshift-ecosystem/certified-operators/pull/5721
[evaluate-preflight-result : evaluate-results] 2025-05-14 09:07:46,372 [operator-cert] WARNING Skipping none, not a file or directory
[evaluate-preflight-result : evaluate-results] 2025-05-14 09:07:46,372 [operator-cert] WARNING Skipping none, not a file or directory
[evaluate-preflight-result : evaluate-results] 2025-05-14 09:07:46,372 [operator-cert] INFO Creating gist from dict_keys(['preflight-results.json'])
[evaluate-preflight-result : evaluate-results] 2025-05-14 09:07:47,314 [operator-cert] INFO Gist created: https://gist.github.com/rh-operator-bundle-bot/4d635fbdd6939fef4dd95b84c43278b8
[evaluate-preflight-result : evaluate-results] 2025-05-14 09:07:47,788 [operator-cert] INFO Adding gist link to PR redhat-openshift-ecosystem/certified-operators (5721)
[evaluate-preflight-result : evaluate-results] Checking preflight test status
[evaluate-preflight-result : evaluate-results] success
[get-ci-results : get-results] + PREFLIGHT_RESULTS_EXISTS=true
[get-ci-results : get-results] Preflight results already exists- skipping
[get-ci-results : get-results] + '[' true == true ']'
[get-ci-results : get-results] + echo 'Preflight results already exists- skipping'
[get-ci-results : get-results] + echo 6824585228c9bd0102a59628
[get-ci-results : get-results] + tee /tekton/results/test_result_id
[get-ci-results : get-results] 6824585228c9bd0102a59628
[get-ci-results : get-results] + echo /workspace/results/test_results.json
[get-ci-results : get-results] + tee /tekton/results/preflight_results
[get-ci-results : get-results] /workspace/results/test_results.json
[get-ci-results : get-results] + exit 0
[link-pull-request-with-open-status : link-pull-request-details-to-test-results] + '[' '6824585228c9bd0102a59628
[link-pull-request-with-open-status : link-pull-request-details-to-test-results] ' == '' ']'
[link-pull-request-with-open-status : link-pull-request-details-to-test-results] + echo 'Setting pull request details'
[link-pull-request-with-open-status : link-pull-request-details-to-test-results] Setting pull request details
[link-pull-request-with-open-status : link-pull-request-details-to-test-results] + link-pull-request --pyxis-url https://pyxis.engineering.redhat.com --test-result-id '6824585228c9bd0102a59628
[link-pull-request-with-open-status : link-pull-request-details-to-test-results] ' --pull-request-url https://github.com/redhat-openshift-ecosystem/certified-operators/pull/5721 --pull-request-status open --verbose
[link-pull-request-with-open-status : link-pull-request-details-to-test-results] 2025-05-14 09:08:04,651 [operator-cert] DEBUG Pyxis session using cert + key is created
[link-pull-request-with-open-status : link-pull-request-details-to-test-results] 2025-05-14 09:08:04,651 [operator-cert] DEBUG PATCH Pyxis request: https://pyxis.engineering.redhat.com/v1/projects/certification/test-results/id/6824585228c9bd0102a59628
[query-publishing-checklist : query-publishing-checklist] + HYDRA_URL=https://connect.redhat.com/pfs/cs
[query-publishing-checklist : query-publishing-checklist] + hydra-checklist --cert-project-id 680a39a23193c2e5577ab742 --hydra-url https://connect.redhat.com/pfs/cs --ignore-publishing-checklist false
[query-publishing-checklist : query-publishing-checklist] 2025-05-14 09:08:12,797 [operator-cert] INFO Examining pre-certification checklist from Hydra...
[query-publishing-checklist : query-publishing-checklist] 2025-05-14 09:08:15,810 [operator-cert] INFO Pre-certification checklist is completed for cert project with id 680a39a23193c2e5577ab742.
[add-bundle-to-fbc-dryrun : add-bundle-to-fbc] + RELEASE_CONFIG_PATH=operators/mongodb-kubernetes/1.0.1/release-config.yaml
[add-bundle-to-fbc-dryrun : add-bundle-to-fbc] + [[ ! -f operators/mongodb-kubernetes/1.0.1/release-config.yaml ]]
[add-bundle-to-fbc-dryrun : add-bundle-to-fbc] Release config do not exist, skipping adding bundle to FBC
[add-bundle-to-fbc-dryrun : add-bundle-to-fbc] + echo 'Release config do not exist, skipping adding bundle to FBC'
[add-bundle-to-fbc-dryrun : add-bundle-to-fbc] + exit 0
[add-bundle-to-fbc-dryrun : commit-push-and-open-pr] + [[ false != \t\r\u\e ]]
[add-bundle-to-fbc-dryrun : commit-push-and-open-pr] + echo 'Skipping creating a pull request'
[add-bundle-to-fbc-dryrun : commit-push-and-open-pr] + exit 0
[add-bundle-to-fbc-dryrun : commit-push-and-open-pr] Skipping creating a pull request
[merge-pr : check-if-merge] + [[ -z operators/mongodb-kubernetes ]]
[merge-pr : check-if-merge] + [[ ! -f operators/mongodb-kubernetes/ci.yaml ]]
[merge-pr : check-if-merge] ++ yq -r '.merge!=false'
[merge-pr : check-if-merge] + BOOL_MERGE=true
[merge-pr : check-if-merge] + echo -n true
[merge-pr : merge-pull-request] ++ cat /tekton/results/bool_merge
[merge-pr : merge-pull-request] + BOOL_MERGE=true
[merge-pr : merge-pull-request] + '[' true = false ']'
[merge-pr : merge-pull-request] + gh pr view https://github.com/redhat-openshift-ecosystem/certified-operators/pull/5721 --json labels
[merge-pr : merge-pull-request] ++ jq -r '[.labels[].name == "approved"] | any' /tmp/pr.json
[merge-pr : merge-pull-request] + IS_APPROVED=true
[merge-pr : merge-pull-request] + '[' true = true ']'
[merge-pr : merge-pull-request] + echo 'PR is approved and can be merged'
[merge-pr : merge-pull-request] PR is approved and can be merged
[merge-pr : merge-pull-request] ++ gh pr merge https://github.com/redhat-openshift-ecosystem/certified-operators/pull/5721 --squash --auto --match-head-commit eeeacb94e4cd42adf40bb243b5669a6291ea9510
[merge-pr : merge-pull-request] + MERGE_STDERR=
[merge-pr : merge-pull-request] + MERGE_RESULT=0
[merge-pr : merge-pull-request] ++ echo ''
[merge-pr : merge-pull-request] ++ grep -oP '(?<=GraphQL: ).*'
[merge-pr : merge-pull-request] + MERGE_ERROR=
[merge-pr : merge-pull-request] + [[ 0 -eq 0 ]]
[merge-pr : merge-pull-request] + echo 'PR has been merged!'
[merge-pr : merge-pull-request] PR has been merged!
[merge-pr : merge-pull-request] + echo -n true
[link-pull-request-with-merged-status : link-pull-request-details-to-test-results] + '[' '6824585228c9bd0102a59628
[link-pull-request-with-merged-status : link-pull-request-details-to-test-results] ' == '' ']'
[link-pull-request-with-merged-status : link-pull-request-details-to-test-results] + echo 'Setting pull request details'
[link-pull-request-with-merged-status : link-pull-request-details-to-test-results] Setting pull request details
[link-pull-request-with-merged-status : link-pull-request-details-to-test-results] + link-pull-request --pyxis-url https://pyxis.engineering.redhat.com --test-result-id '6824585228c9bd0102a59628
[link-pull-request-with-merged-status : link-pull-request-details-to-test-results] ' --pull-request-url https://github.com/redhat-openshift-ecosystem/certified-operators/pull/5721 --pull-request-status merged --verbose
[link-pull-request-with-merged-status : link-pull-request-details-to-test-results] 2025-05-14 09:09:09,840 [operator-cert] DEBUG Pyxis session using cert + key is created
[link-pull-request-with-merged-status : link-pull-request-details-to-test-results] 2025-05-14 09:09:09,840 [operator-cert] DEBUG PATCH Pyxis request: https://pyxis.engineering.redhat.com/v1/projects/certification/test-results/id/6824585228c9bd0102a59628
[upload-pipeline-logs : get-pipeline-logs] 2025/05/14 09:09:34 warning: unsuccessful cred copy: ".docker" from "/tekton/creds" to "/home/nonroot": unable to create destination directory: mkdir /home/nonroot: permission denied
[upload-pipeline-logs : get-pipeline-logs] + echo 'Getting pipeline logs'
[upload-pipeline-logs : get-pipeline-logs] Getting pipeline logs
[upload-pipeline-logs : get-pipeline-logs] + tkn pipelinerun logs operator-hosted-pipeline-runl5ctm
[upload-pipeline-logs : upload-pipeline-logs] Uploading pipeline logs
[upload-pipeline-logs : upload-pipeline-logs] + upload-artifacts --cert-project-id 680a39a23193c2e5577ab742 --operator-version 1.0.1 --operator-package-name mongodb-kubernetes --certification-hash 528ce1443e03f2392c329244d5dbbf62 --pull-request-url https://github.com/redhat-openshift-ecosystem/certified-operators/pull/5721 --pyxis-url https://pyxis.engineering.redhat.com --path /workspace/source/operator-hosted-pipeline.log --type pipeline-logs --output pipeline-logs-artifact.json --verbose
[upload-pipeline-logs : upload-pipeline-logs] 2025-05-14 09:09:51,433 [operator-cert] DEBUG Pyxis session using cert + key is created
[upload-pipeline-logs : upload-pipeline-logs] 2025-05-14 09:09:51,433 [operator-cert] DEBUG Getting project details: 680a39a23193c2e5577ab742
[upload-pipeline-logs : upload-pipeline-logs] 2025-05-14 09:09:51,611 [operator-cert] DEBUG Pyxis session using cert + key is created
[upload-pipeline-logs : upload-pipeline-logs] 2025-05-14 09:09:51,611 [operator-cert] DEBUG POST Pyxis request: https://pyxis.engineering.redhat.com/v1/projects/certification/id/680a39a23193c2e5577ab742/artifacts
[upload-pipeline-logs : upload-pipeline-logs] 2025-05-14 09:09:51,975 [operator-cert] INFO Output stored in: pipeline-logs-artifact.json
[upload-pipeline-logs : upload-pipeline-logs] ++ cat pipeline-logs-artifact.json
[upload-pipeline-logs : upload-pipeline-logs] ++ jq -r ._id
[upload-pipeline-logs : upload-pipeline-logs] + LOG_ID=68245ddf457cbf3b9e12d34a
[upload-pipeline-logs : upload-pipeline-logs] + LOG_URL=https://pyxis.engineering.redhat.comv1/projects/certification/artifacts/id/68245ddf457cbf3b9e12d34a
[upload-pipeline-logs : upload-pipeline-logs] + echo 'Pipeline logs URL: '
[upload-pipeline-logs : upload-pipeline-logs] Pipeline logs URL:
[upload-pipeline-logs : upload-pipeline-logs] + tee /tekton/results/pipeline_log_url
[upload-pipeline-logs : upload-pipeline-logs] + echo -n https://pyxis.engineering.redhat.comv1/projects/certification/artifacts/id/68245ddf457cbf3b9e12d34a
[upload-pipeline-logs : upload-pipeline-logs] https://pyxis.engineering.redhat.comv1/projects/certification/artifacts/id/68245ddf457cbf3b9e12d34a
[github-add-connect-url-comment : post-comment] + echo '[View your certification test results and logs here](https://connect.redhat.com/projects/680a39a23193c2e5577ab742/test-results).'
[github-add-connect-url-comment : post-comment] + echo 'Posting/patching GitHub comment to issue (or PR) https://github.com/redhat-openshift-ecosystem/certified-operators/pull/5721'
[github-add-connect-url-comment : post-comment] Posting/patching GitHub comment to issue (or PR) https://github.com/redhat-openshift-ecosystem/certified-operators/pull/5721
[github-add-connect-url-comment : post-comment] Comment text: [View your certification test results and logs here](https://connect.redhat.com/projects/680a39a23193c2e5577ab742/test-results).
[github-add-connect-url-comment : post-comment] + echo 'Comment text: [View your certification test results and logs here](https://connect.redhat.com/projects/680a39a23193c2e5577ab742/test-results).'
[github-add-connect-url-comment : post-comment] + github-add-comment --github-host-url https://api.github.com --request-url https://github.com/redhat-openshift-ecosystem/certified-operators/pull/5721 --comment-file comment_file --comment-tag '' --replace false
[github-add-connect-url-comment : post-comment] 2025-05-14 09:09:18,013 [operator-cert] INFO Sending this data to GitHub with POST
[github-add-connect-url-comment : post-comment] 2025-05-14 09:09:18,013 [operator-cert] INFO {'body': '[View your certification test results and logs here](https://connect.redhat.com/projects/680a39a23193c2e5577ab742/test-results).\n'}
[github-add-connect-url-comment : post-comment] 2025-05-14 09:09:18,619 [operator-cert] INFO A GitHub comment has been added to https://github.com/redhat-openshift-ecosystem/certified-operators/pull/5721
[set-github-status-success : set-github-status] + '[' false == true ']'
[set-github-status-success : set-github-status] + echo 'Setting github status of commit eeeacb94e4cd42adf40bb243b5669a6291ea9510 to success'
[set-github-status-success : set-github-status] Setting github status of commit eeeacb94e4cd42adf40bb243b5669a6291ea9510 to success
[set-github-status-success : set-github-status] + set-github-status --git-repo-url [email protected]:redhat-openshift-ecosystem/certified-operators.git --commit-sha eeeacb94e4cd42adf40bb243b5669a6291ea9510 --status success --context operator/test --description 'Pipeline for the operator tests has passed successfully.'
[set-github-status-success : set-github-status] 2025-05-14 09:09:18,899 [operator-cert] INFO Successfully set status to success for commit eeeacb94e4cd42adf40bb243b5669a6291ea9510 in github repo [email protected]:redhat-openshift-ecosystem/certified-operators.git
[set-github-passed-label : post-comment] + EXTRA_ARGS=
[set-github-passed-label : post-comment] + [[ ! -z operator-hosted-pipeline/passed ]]
[set-github-passed-label : post-comment] + EXTRA_ARGS+=' --add-labels operator-hosted-pipeline/passed'
[set-github-passed-label : post-comment] Editing GitHub labels to PR https://github.com/redhat-openshift-ecosystem/certified-operators/pull/5721
[set-github-passed-label : post-comment] + [[ ! -z '' ]]
[set-github-passed-label : post-comment] + [[ true == \t\r\u\e ]]
[set-github-passed-label : post-comment] + EXTRA_ARGS+=' --remove-matching-namespace-labels'
[set-github-passed-label : post-comment] + echo 'Editing GitHub labels to PR https://github.com/redhat-openshift-ecosystem/certified-operators/pull/5721'
[set-github-passed-label : post-comment] + github-labels --pull-request-url https://github.com/redhat-openshift-ecosystem/certified-operators/pull/5721 --add-labels operator-hosted-pipeline/passed --remove-matching-namespace-labels
[set-github-passed-label : post-comment] 2025-05-14 09:09:18,397 [operator-cert] INFO Adding labels ['operator-hosted-pipeline/passed'] to redhat-openshift-ecosystem/certified-operators
[set-github-passed-label : post-comment] 2025-05-14 09:09:19,073 [operator-cert] INFO Labels to remove in namespace: ['operator-hosted-pipeline/failed']
[set-github-passed-label : post-comment] 2025-05-14 09:09:19,073 [operator-cert] INFO Current labels: <github.PaginatedList.PaginatedList object at 0x7fc60d710950>
[set-github-passed-label : post-comment] 2025-05-14 09:09:19,073 [operator-cert] INFO Labels to add: ['operator-hosted-pipeline/passed']
[set-github-passed-label : post-comment] 2025-05-14 09:09:19,073 [operator-cert] INFO Labels to remove: ['operator-hosted-pipeline/failed']
[set-github-passed-label : post-comment] 2025-05-14 09:09:19,073 [operator-cert] INFO Adding label operator-hosted-pipeline/passed
[set-github-passed-label : post-comment] 2025-05-14 09:09:20,463 [operator-cert] INFO Removing label operator-hosted-pipeline/failed
[github-add-summary-comment : gather-info] 2025/05/14 09:09:36 warning: unsuccessful cred copy: ".docker" from "/tekton/creds" to "/home/nonroot": unable to create destination directory: mkdir /home/nonroot: permission denied
[github-add-summary-comment : gather-info] + PR_NAME=operator-hosted-pipeline-runl5ctm
[github-add-summary-comment : gather-info] + mkdir operator-hosted-pipeline-runl5ctm
[github-add-summary-comment : gather-info] + echo 'Getting pipeline logs'
[github-add-summary-comment : gather-info] Getting pipeline logs
[github-add-summary-comment : gather-info] + tkn pipelinerun logs operator-hosted-pipeline-runl5ctm
[release-leases : delete-lease] + oc delete lease -l owner-id=operator-hosted-pipeline-runl5ctm --ignore-not-found=true
[release-leases : delete-lease] lease.coordination.k8s.io "operator-hosted-pipeline-pr-5721" deleted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment