Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rh-operator-bundle-bot/e851cea6319c307d5237c3b66c43d247 to your computer and use it in GitHub Desktop.
Save rh-operator-bundle-bot/e851cea6319c307d5237c3b66c43d247 to your computer and use it in GitHub Desktop.
Pipeline still running ...
PipelineRun is still running: Tasks Completed: 44 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 7
[get-pr-number : parse-pr-url] + echo -n 4207
[get-pr-number : parse-pr-url] + tee /tekton/results/git_pr_number
[get-pr-number : parse-pr-url] 4207
[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=2024-07-26T14:06:32.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-4207'
[acquire-lease : create-lease] + echo ' labels:'
[acquire-lease : create-lease] + echo ' owner-id: operator-hosted-pipeline-run6f5p5'
[acquire-lease : create-lease] + echo spec:
[acquire-lease : create-lease] + echo ' acquireTime: 2024-07-26T14:06:32.000000Z'
[acquire-lease : create-lease] + echo ' leaseDurationSeconds: 5400'
[acquire-lease : create-lease] + echo ' holderIdentity: operator-hosted-pipeline-pr-4207'
[acquire-lease : create-lease] + acquire_lease
[acquire-lease : create-lease] ++ echo -n operator-hosted-pipeline-pr-4207
[acquire-lease : create-lease] + LEASE_NAME=operator-hosted-pipeline-pr-4207
[acquire-lease : create-lease] + echo 'Attempting to create lease operator-hosted-pipeline-pr-4207'
[acquire-lease : create-lease] Attempting to create lease operator-hosted-pipeline-pr-4207
[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-4207 created
[acquire-lease : create-lease] + break
[acquire-lease : create-lease] + echo 'Acquired lease operator-hosted-pipeline-pr-4207'
[acquire-lease : create-lease] Acquired lease operator-hosted-pipeline-pr-4207
[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] + [[ ! -z pipeline/trigger-hosted ]]
[set-github-started-label : post-comment] + EXTRA_ARGS+=' --remove-labels pipeline/trigger-hosted'
[set-github-started-label : post-comment] Editing GitHub labels to PR https://github.com/redhat-openshift-ecosystem/certified-operators/pull/4207
[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/4207'
[set-github-started-label : post-comment] + github-labels --pull-request-url https://github.com/redhat-openshift-ecosystem/certified-operators/pull/4207 --add-labels operator-hosted-pipeline/started --remove-labels pipeline/trigger-hosted --remove-matching-namespace-labels
[set-github-started-label : post-comment] 2024-07-26 14:06:48,724 [operator-cert] INFO Adding labels ['operator-hosted-pipeline/started'] to redhat-openshift-ecosystem/certified-operators
[set-github-started-label : post-comment] 2024-07-26 14:06:49,330 [operator-cert] INFO Labels to remove in namespace: ['operator-hosted-pipeline/failed']
[set-github-started-label : post-comment] 2024-07-26 14:06:49,330 [operator-cert] INFO Current labels: <github.PaginatedList.PaginatedList object at 0x7fc9c6dcf110>
[set-github-started-label : post-comment] 2024-07-26 14:06:49,331 [operator-cert] INFO Labels to add: ['operator-hosted-pipeline/started']
[set-github-started-label : post-comment] 2024-07-26 14:06:49,331 [operator-cert] INFO Labels to remove: ['pipeline/trigger-hosted', 'operator-hosted-pipeline/failed']
[set-github-started-label : post-comment] 2024-07-26 14:06:49,331 [operator-cert] INFO Adding label operator-hosted-pipeline/started
[set-github-started-label : post-comment] 2024-07-26 14:06:50,033 [operator-cert] INFO Removing label pipeline/trigger-hosted
[set-github-started-label : post-comment] 2024-07-26 14:06:50,526 [operator-cert] INFO Removing label operator-hosted-pipeline/failed
[set-github-status-pending : set-github-status] + '[' false == true ']'
[set-github-status-pending : set-github-status] + echo 'Setting github status of commit 75724ad8151dc7c6054f9210cb756cffed3ae247 to pending'
[set-github-status-pending : set-github-status] Setting github status of commit 75724ad8151dc7c6054f9210cb756cffed3ae247 to pending
[set-github-status-pending : set-github-status] + set-github-status --git-repo-url https://github.com/redhat-openshift-ecosystem/certified-operators.git --commit-sha 75724ad8151dc7c6054f9210cb756cffed3ae247 --status pending --context operator/test --description 'Pipeline for operator tests has started.'
[set-github-status-pending : set-github-status] 2024-07-26 14:07:04,468 [operator-cert] INFO Successfully set status to pending for commit 75724ad8151dc7c6054f9210cb756cffed3ae247 in github repo https://github.com/redhat-openshift-ecosystem/certified-operators.git
[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-base : clone] + '[' false = true ']'
[clone-repository-base : clone] + '[' false = true ']'
[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 -url=https://github.com/redhat-openshift-ecosystem/certified-operators.git -revision=946a954fee5fc1055121fd29fa3bc8b6961fb400 -refspec= -path=/workspace/output/ -sslVerify=true -submodules=true -depth=1 -sparseCheckoutDirectories=
[clone-repository-base : clone] {"level":"info","ts":1722002866.5769694,"caller":"git/git.go:169","msg":"Successfully cloned https://github.com/redhat-openshift-ecosystem/certified-operators.git @ 946a954fee5fc1055121fd29fa3bc8b6961fb400 (grafted, HEAD) in path /workspace/output/"}
[clone-repository-base : clone] {"level":"info","ts":1722002866.6336772,"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=946a954fee5fc1055121fd29fa3bc8b6961fb400
[clone-repository-base : clone] + EXIT_CODE=0
[clone-repository-base : clone] + '[' 0 '!=' 0 ']'
[clone-repository-base : clone] + printf %s 946a954fee5fc1055121fd29fa3bc8b6961fb400
[clone-repository-base : clone] + printf %s https://github.com/redhat-openshift-ecosystem/certified-operators.git
[clone-repository : clone] + '[' false = true ']'
[clone-repository : clone] + '[' false = true ']'
[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 -url=https://github.com/vpugar-digital/certified-operators-release.git -revision=75724ad8151dc7c6054f9210cb756cffed3ae247 -refspec= -path=/workspace/output/ -sslVerify=true -submodules=true -depth=1 -sparseCheckoutDirectories=
[clone-repository : clone] {"level":"info","ts":1722002867.8514802,"caller":"git/git.go:169","msg":"Successfully cloned https://github.com/vpugar-digital/certified-operators-release.git @ 75724ad8151dc7c6054f9210cb756cffed3ae247 (grafted, HEAD) in path /workspace/output/"}
[clone-repository : clone] {"level":"info","ts":1722002867.909954,"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=75724ad8151dc7c6054f9210cb756cffed3ae247
[clone-repository : clone] + EXIT_CODE=0
[clone-repository : clone] + '[' 0 '!=' 0 ']'
[clone-repository : clone] + printf %s 75724ad8151dc7c6054f9210cb756cffed3ae247
[clone-repository : clone] + printf %s https://github.com/vpugar-digital/certified-operators-release.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/4207 --output-file changes.json --verbose
[detect-changes : parse-repo-changes] 2024-07-26 14:08:32,609 [operator-cert] DEBUG Affected operators: AffectedOperatorCollection(added=set(), modified={'digitalai-release-operator'}, deleted=set())
[detect-changes : parse-repo-changes] 2024-07-26 14:08:32,610 [operator-cert] DEBUG Affected bundles: AffectedBundleCollection(added={('digitalai-release-operator', 'v24.1.4')}, modified=set(), deleted=set())
[detect-changes : parse-repo-changes] 2024-07-26 14:08:32,610 [operator-cert] DEBUG Affected catalogs: AffectedCatalogCollection(added=set(), modified=set(), deleted=set())
[detect-changes : parse-repo-changes] 2024-07-26 14:08:32,610 [operator-cert] DEBUG Affected catalog operators: AffectedCatalogOperatorCollection(added=set(), modified=set(), deleted=set())
[detect-changes : parse-repo-changes] ++ jq -r .operator_name
[detect-changes : parse-repo-changes] + operator_name=digitalai-release-operator
[detect-changes : parse-repo-changes] + echo -n digitalai-release-operator
[detect-changes : parse-repo-changes] ++ jq -r .bundle_version
[detect-changes : parse-repo-changes] + bundle_version=v24.1.4
[detect-changes : parse-repo-changes] + echo -n v24.1.4
[detect-changes : parse-repo-changes] ++ jq -r .operator_path
[detect-changes : parse-repo-changes] + operator_path=operators/digitalai-release-operator
[detect-changes : parse-repo-changes] + echo -n operators/digitalai-release-operator
[detect-changes : parse-repo-changes] ++ jq -r .bundle_path
[detect-changes : parse-repo-changes] + bundle_path=operators/digitalai-release-operator/v24.1.4
[detect-changes : parse-repo-changes] + echo -n operators/digitalai-release-operator/v24.1.4
[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 '.affected_catalog_operators | join(",")'
[detect-changes : parse-repo-changes] + affected_catalog_operators=
[detect-changes : parse-repo-changes] + echo -n
[check-permissions : check-permissions] + check-permissions --repo-base-path /workspace/base --repo-head-path /workspace/pr --changes-file changes.json --pr-owner vpugar-digital --pull-request-url https://github.com/redhat-openshift-ecosystem/certified-operators/pull/4207 --pyxis-url https://pyxis.engineering.redhat.com --output-file permission_review.json --verbose
[check-permissions : check-permissions] 2024-07-26 14:09:11,084 [operator-cert] INFO Checking permissions for the pull request owner: vpugar-digital
[check-permissions : check-permissions] 2024-07-26 14:09:11,085 [operator-cert] INFO Checking permissions for operator digitalai-release-operator
[check-permissions : check-permissions] 2024-07-26 14:09:11,085 [operator-cert] INFO Checking if the pull request owner is a member of the organization
[check-permissions : check-permissions] 2024-07-26 14:09:11,372 [operator-cert] INFO Pull request owner 'vpugar-digital' is not a member of the organization 'redhat-openshift-ecosystem'
[check-permissions : check-permissions] 2024-07-26 14:09:11,375 [operator-cert] DEBUG Pyxis session using cert + key is created
[check-permissions : check-permissions] 2024-07-26 14:09:11,375 [operator-cert] DEBUG Getting project details: 66309646ab545214742a7e9a
[check-permissions : check-permissions] 2024-07-26 14:09:11,633 [operator-cert] INFO Pull request owner vpugar-digital can submit PR for operator digitalai-release-operator
[check-permissions : check-permissions] 2024-07-26 14:09:11,634 [operator-cert] DEBUG Running command: ['gh', 'pr', 'review', 'https://github.com/redhat-openshift-ecosystem/certified-operators/pull/4207', '--approve']
[check-permissions : check-permissions] 2024-07-26 14:09:12,463 [operator-cert] DEBUG Command output:
[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] operator digitalai-release-operator (v24.1.4)
[set-github-pr-title : set-github-status] + [[ v24.1.4 != '' ]]
[set-github-pr-title : set-github-status] + [[ '' != '' ]]
[set-github-pr-title : set-github-status] + [[ v24.1.4 != '' ]]
[set-github-pr-title : set-github-status] + TITLE='operator digitalai-release-operator (v24.1.4)'
[set-github-pr-title : set-github-status] + echo operator digitalai-release-operator '(v24.1.4)'
[set-github-pr-title : set-github-status] + gh pr edit --title 'operator digitalai-release-operator (v24.1.4)' https://github.com/redhat-openshift-ecosystem/certified-operators/pull/4207
[set-github-pr-title : set-github-status] https://github.com/redhat-openshift-ecosystem/certified-operators/pull/4207
[read-config : read-config] + CONFIG_PATH=operators/digitalai-release-operator/ci.yaml
[read-config : read-config] + [[ ! -f operators/digitalai-release-operator/ci.yaml ]]
[read-config : read-config] + cat operators/digitalai-release-operator/ci.yaml
[read-config : read-config] cert_project_id: 66309646ab545214742a7e9a
[read-config : read-config] ++ cat operators/digitalai-release-operator/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/digitalai-release-operator/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
[apply-test-waivers : set-github-status] + apply-test-waivers --pull-request-url https://github.com/redhat-openshift-ecosystem/certified-operators/pull/4207 --repo-config-file config.yaml --operator-name digitalai-release-operator --verbose
[apply-test-waivers : set-github-status] 2024-07-26 14:10:32,832 [operator-cert] DEBUG Checking test check_operator_name
[apply-test-waivers : set-github-status] 2024-07-26 14:10:32,832 [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']}
[apply-test-waivers : set-github-status] 2024-07-26 14:10:32,832 [operator-cert] DEBUG Checking ignored operator ^couchbase-enterprise-certified
[apply-test-waivers : set-github-status] 2024-07-26 14:10:32,832 [operator-cert] DEBUG Checking ignored operator ^crunchy-postgres-operator
[apply-test-waivers : set-github-status] 2024-07-26 14:10:32,833 [operator-cert] DEBUG Checking ignored operator ^kubeturbo-certified
[apply-test-waivers : set-github-status] 2024-07-26 14:10:32,833 [operator-cert] DEBUG Checking ignored operator ^openshiftartifactoryha-operator
[apply-test-waivers : set-github-status] 2024-07-26 14:10:32,833 [operator-cert] DEBUG Checking ignored operator ^portworx-certified
[apply-test-waivers : set-github-status] 2024-07-26 14:10:32,833 [operator-cert] DEBUG Checking ignored operator ^prometurbo-certified
[apply-test-waivers : set-github-status] 2024-07-26 14:10:32,833 [operator-cert] DEBUG Checking ignored operator ^t8c-certified
[apply-test-waivers : set-github-status] 2024-07-26 14:10:32,833 [operator-cert] DEBUG Checking ignored operator ^vfunction-server-operator
[apply-test-waivers : set-github-status] 2024-07-26 14:10:32,833 [operator-cert] DEBUG Checking test check_replaces_availability
[apply-test-waivers : set-github-status] 2024-07-26 14:10:32,833 [operator-cert] DEBUG Checking test {'name': 'check_replaces_availability', 'ignore_operators': ['^vfunction-server-operator']}
[apply-test-waivers : set-github-status] 2024-07-26 14:10:32,833 [operator-cert] DEBUG Checking ignored operator ^vfunction-server-operator
[apply-test-waivers : set-github-status] 2024-07-26 14:10:32,833 [operator-cert] DEBUG Checking test check_upgrade_graph_loop
[apply-test-waivers : set-github-status] 2024-07-26 14:10:32,833 [operator-cert] DEBUG Checking test {'name': 'check_upgrade_graph_loop', 'ignore_operators': ['^vfunction-server-operator']}
[apply-test-waivers : set-github-status] 2024-07-26 14:10:32,833 [operator-cert] DEBUG Checking ignored operator ^vfunction-server-operator
[apply-test-waivers : set-github-status] 2024-07-26 14:10:32,833 [operator-cert] INFO Adding labels [] to redhat-openshift-ecosystem/certified-operators
[apply-test-waivers : set-github-status] 2024-07-26 14:10:33,407 [operator-cert] INFO Labels to remove in namespace: []
[apply-test-waivers : set-github-status] 2024-07-26 14:10:33,408 [operator-cert] INFO Current labels: <github.PaginatedList.PaginatedList object at 0x7fd306dd7ad0>
[apply-test-waivers : set-github-status] 2024-07-26 14:10:33,408 [operator-cert] INFO Labels to add: []
[apply-test-waivers : set-github-status] 2024-07-26 14:10:33,408 [operator-cert] INFO Labels to remove: []
[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/digitalai-release-operator/v24.1.4 -not -name Dockerfile -type f
[content-hash : compute-md5sum] + tr '\n' '\0'
[content-hash : compute-md5sum] + xargs -r0 -I '{}' md5sum '{}'
[content-hash : compute-md5sum] + sort
[content-hash : compute-md5sum] + cat hashes.txt
[content-hash : compute-md5sum] 25b3c662d9e1162d0c6fa97b99c5f787 operators/digitalai-release-operator/v24.1.4/manifests/digitalai-release-operator.clusterserviceversion.yaml
[content-hash : compute-md5sum] c0f9dc39e708cdafffb821e7e9125544 operators/digitalai-release-operator/v24.1.4/metadata/annotations.yaml
[content-hash : compute-md5sum] c54cc0d0ac45f63d8d8da6197f4d15d2 operators/digitalai-release-operator/v24.1.4/manifests/xlr-controller-manager-metrics-service_v1_service.yaml
[content-hash : compute-md5sum] c7b8f01cef62281be71d474a12c73de2 operators/digitalai-release-operator/v24.1.4/manifests/xlr.digital.ai_digitalaireleases.yaml
[content-hash : compute-md5sum] cf162c5577f58c5bc383fec979818c43 operators/digitalai-release-operator/v24.1.4/tests/scorecard/config.yaml
[content-hash : compute-md5sum] e7da131b70d045b009d309fbd7b79663 operators/digitalai-release-operator/v24.1.4/manifests/xlr-metrics-reader_rbac.authorization.k8s.io_v1_clusterrole.yaml
[content-hash : compute-md5sum] + md5sum hashes.txt
[content-hash : compute-md5sum] + awk '{ print $1 }'
[content-hash : compute-md5sum] + tr -d '
[content-hash : compute-md5sum] '
[content-hash : compute-md5sum] + tee /tekton/results/md5sum
[content-hash : compute-md5sum] 96e64585b22e1eb6dbaeb1d26e51424b
[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] +++ realpath operators/digitalai-release-operator/v24.1.4
[certification-project-check : certification-project-check] ++ dirname /workspace/source/operators/digitalai-release-operator/v24.1.4
[certification-project-check : certification-project-check] + PKG_PATH=/workspace/source/operators/digitalai-release-operator
[certification-project-check : certification-project-check] + CI_FILE_PATH=/workspace/source/operators/digitalai-release-operator/ci.yaml
[certification-project-check : certification-project-check] ++ cat /workspace/source/operators/digitalai-release-operator/ci.yaml
[certification-project-check : certification-project-check] ++ yq -r '.cert_project_id | select (.!=null)'
[certification-project-check : certification-project-check] + CERT_PROJECT_ID=66309646ab545214742a7e9a
[certification-project-check : certification-project-check] + '[' -z 66309646ab545214742a7e9a ']'
[certification-project-check : certification-project-check] + echo -n 66309646ab545214742a7e9a
[certification-project-check : certification-project-check] + tee /tekton/results/certification_project_id
[certification-project-check : certification-project-check] 66309646ab545214742a7e9a
[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] + '[' 66309646ab545214742a7e9a == '' ']'
[get-pyxis-certification-data : get-cert-project-related-data] + get-cert-project-related-data --pyxis-url https://pyxis.engineering.redhat.com --cert-project-id 66309646ab545214742a7e9a
[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] + tr -d '\n'
[get-pyxis-certification-data : get-cert-project-related-data] + jq -re .container.isv_pid
[get-pyxis-certification-data : get-cert-project-related-data] + grep .
[get-pyxis-certification-data : get-cert-project-related-data] ospid-66309646ab545214742a7e9a+ 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] release-operator+ 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] + tr -d '\n'
[get-pyxis-certification-data : get-cert-project-related-data] + grep .
[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] 17637063+ 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='vpugar-digital '
[get-pyxis-certification-data : get-cert-project-related-data] + echo -n vpugar-digital
[get-pyxis-certification-data : get-cert-project-related-data] + tee /tekton/results/github_usernames
[get-pyxis-certification-data : get-cert-project-related-data] vpugar-digital
[get-pyxis-certification-data : get-vendor-related-data] + '[' 66309646ab545214742a7e9a == '' ']'
[get-pyxis-certification-data : get-vendor-related-data] ++ cat org_id.txt
[get-pyxis-certification-data : get-vendor-related-data] + ORG_ID=17637063
[get-pyxis-certification-data : get-vendor-related-data] + get-vendor-related-data --pyxis-url https://pyxis.engineering.redhat.com --org-id 17637063
[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] digital-ai
[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] + echo 'Attempting to reserve operator name for association ospid-66309646ab545214742a7e9a'
[reserve-operator-name : reserve-operator-name] Attempting to reserve operator name for association ospid-66309646ab545214742a7e9a
[reserve-operator-name : reserve-operator-name] + reserve-operator-name --association ospid-66309646ab545214742a7e9a --operator-name digitalai-release-operator --pyxis-url https://pyxis.engineering.redhat.com --source certified-operators --verbose
[reserve-operator-name : reserve-operator-name] 2024-07-26 14:13:13,759 [operator-cert] DEBUG Pyxis session using cert + key is created
[reserve-operator-name : reserve-operator-name] 2024-07-26 14:13:13,759 [operator-cert] DEBUG GET Pyxis request url: https://pyxis.engineering.redhat.com/v1/operators/packages?filter=association==ospid-66309646ab545214742a7e9a;deleted!=true
[reserve-operator-name : reserve-operator-name] 2024-07-26 14:13:13,759 [operator-cert] DEBUG GET Pyxis request params: None
[reserve-operator-name : reserve-operator-name] 2024-07-26 14:13:14,114 [operator-cert] INFO Requested operator name digitalai-release-operator match with operator name already reserved.
[reserve-operator-name : reserve-operator-name] 2024-07-26 14:13:14,115 [operator-cert] DEBUG Pyxis session using cert + key is created
[reserve-operator-name : reserve-operator-name] 2024-07-26 14:13:14,116 [operator-cert] DEBUG GET Pyxis request url: https://pyxis.engineering.redhat.com/v1/operators/packages?filter=package_name==digitalai-release-operator;deleted!=true
[reserve-operator-name : reserve-operator-name] 2024-07-26 14:13:14,116 [operator-cert] DEBUG GET Pyxis request params: None
[reserve-operator-name : reserve-operator-name] 2024-07-26 14:13:14,415 [operator-cert] INFO Operator name digitalai-release-operator is already reserved by this association (ospid-66309646ab545214742a7e9a).
[static-tests : run-suite] + '[' -z operators/digitalai-release-operator/v24.1.4 ']'
[static-tests : run-suite] + EXTRA_ARGS=
[static-tests : run-suite] + gh pr view https://github.com/redhat-openshift-ecosystem/certified-operators/pull/4207 --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 digitalai-release-operator v24.1.4
[static-tests : run-suite] 2024-07-26 14:13:40,165 [operator-cert] INFO Skipping check_pruned_graph for FBC enabled operator digitalai-release-operator
[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-results : build-comment] + '[' -z 0 ']'
[static-tests-results : build-comment] + '[' 0 -gt 0 ']'
[static-tests-results : build-comment] + exit 0
[static-tests-results : post-comment] + '[' 0 -gt 0 ']'
[static-tests-results : post-comment] + exit 0
[static-tests-results : check-for-failures] + '[' 0 -gt 0 ']'
[static-tests-results : check-for-failures] + github-labels --pull-request-url https://github.com/redhat-openshift-ecosystem/certified-operators/pull/4207 --remove-labels validation-failed
[static-tests-results : check-for-failures] 2024-07-26 14:13:57,366 [operator-cert] INFO Adding labels [] to redhat-openshift-ecosystem/certified-operators
[static-tests-results : check-for-failures] 2024-07-26 14:13:57,853 [operator-cert] INFO Current labels: <github.PaginatedList.PaginatedList object at 0x7fc45082d5d0>
[static-tests-results : check-for-failures] 2024-07-26 14:13:57,853 [operator-cert] INFO Labels to add: []
[static-tests-results : check-for-failures] 2024-07-26 14:13:57,853 [operator-cert] INFO Labels to remove: []
[yaml-lint : lint-yaml-files] operators/digitalai-release-operator/v24.1.4/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/digitalai-release-operator/v24.1.4/metadata/annotations.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/digitalai-release-operator/v24.1.4/manifests/xlr-controller-manager-metrics-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/digitalai-release-operator/v24.1.4/manifests/xlr.digital.ai_digitalaireleases.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/digitalai-release-operator/v24.1.4/manifests/digitalai-release-operator.clusterserviceversion.yaml
[yaml-lint : lint-yaml-files] 1:1 warning missing document start "---" (document-start)
[yaml-lint : lint-yaml-files] 29:181 warning line too long (721 > 180 characters) (line-length)
[yaml-lint : lint-yaml-files] 137:181 warning line too long (721 > 180 characters) (line-length)
[yaml-lint : lint-yaml-files] 454:181 warning line too long (5163 > 180 characters) (line-length)
[yaml-lint : lint-yaml-files] 838:181 warning line too long (787 > 180 characters) (line-length)
[yaml-lint : lint-yaml-files] 843:181 warning line too long (500 > 180 characters) (line-length)
[yaml-lint : lint-yaml-files] 881:181 warning line too long (447 > 180 characters) (line-length)
[yaml-lint : lint-yaml-files] 886:181 warning line too long (285 > 180 characters) (line-length)
[yaml-lint : lint-yaml-files] 1553:181 warning line too long (181 > 180 characters) (line-length)
[yaml-lint : lint-yaml-files] 2259:181 warning line too long (5686 > 180 characters) (line-length)
[yaml-lint : lint-yaml-files] 2714:181 warning line too long (225 > 180 characters) (line-length)
[yaml-lint : lint-yaml-files] 2751:181 warning line too long (642 > 180 characters) (line-length)
[yaml-lint : lint-yaml-files] 2775:181 warning line too long (234 > 180 characters) (line-length)
[yaml-lint : lint-yaml-files] 2796:181 warning line too long (9235 > 180 characters) (line-length)
[yaml-lint : lint-yaml-files] 2799:181 warning line too long (10190 > 180 characters) (line-length)
[yaml-lint : lint-yaml-files]
[yaml-lint : lint-yaml-files] operators/digitalai-release-operator/v24.1.4/manifests/xlr-metrics-reader_rbac.authorization.k8s.io_v1_clusterrole.yaml
[yaml-lint : lint-yaml-files] 1:1 warning missing document start "---" (document-start)
[yaml-lint : lint-yaml-files]
[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 <exd-guild-isv@redhat.com>
[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 <exd-guild-isv@redhat.com>" 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 <exd-guild-isv@redhat.com>"
[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/digitalai-release-operator/v24.1.4 ']'
[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/digitalai-release-operator/v24.1.4 ']'
[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/digitalai-release-operator/v24.1.4
[digest-pinning : pin-digest] + BUNDLE_PATH=/workspace/source/operators/digitalai-release-operator/v24.1.4
[digest-pinning : pin-digest] + ls -l /workspace/source/operators/digitalai-release-operator/v24.1.4
[digest-pinning : pin-digest] total 12
[digest-pinning : pin-digest] drwxrwsr-x. 2 root 1000910000 4096 Jul 26 14:07 manifests
[digest-pinning : pin-digest] drwxrwsr-x. 2 root 1000910000 4096 Jul 26 14:07 metadata
[digest-pinning : pin-digest] drwxrwsr-x. 3 root 1000910000 4096 Jul 26 14:07 tests
[digest-pinning : pin-digest] + operator-manifest pin /workspace/source/operators/digitalai-release-operator/v24.1.4
[digest-pinning : pin-digest] Extracting image references from /workspace/source/operators/digitalai-release-operator/v24.1.4
[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/digitalai-release-operator/v24.1.4 ']'
[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/digitalai-release-operator/v24.1.4 ']'
[digest-pinning : verify-related-images] + '[' true '!=' true ']'
[digest-pinning : verify-related-images] ++ realpath operators/digitalai-release-operator/v24.1.4
[digest-pinning : verify-related-images] + BUNDLE_PATH=/workspace/source/operators/digitalai-release-operator/v24.1.4
[digest-pinning : verify-related-images] + cat references.json
[digest-pinning : verify-related-images] ["docker.io/xebialabs/release-operator@sha256:93076cd9592e09a0ea2af420e607f436f3da5c54b7d261ee56ee96d6f513d720", "gcr.io/kubebuilder/kube-rbac-proxy@sha256:928e64203edad8f1bba23593c7be04f0f8410c6e4feb98d9e9c2d00a8ff59048", "docker.io/xebialabs/xl-release@sha256:b6c2fd22ef48ba54a55d7ae538777f6baf4f0e72870ead2345ee145d757e347b"]++ jq length references.json
[digest-pinning : verify-related-images] + REFERENCE_COUNT=3
[digest-pinning : verify-related-images] ++ find /workspace/source/operators/digitalai-release-operator/v24.1.4 -name '*clusterserviceversion.yaml' -o -name '*clusterserviceversion.yml'
[digest-pinning : verify-related-images] + CSVFILE=/workspace/source/operators/digitalai-release-operator/v24.1.4/manifests/digitalai-release-operator.clusterserviceversion.yaml
[digest-pinning : verify-related-images] ++ yq -e '.spec.relatedImages | length' /workspace/source/operators/digitalai-release-operator/v24.1.4/manifests/digitalai-release-operator.clusterserviceversion.yaml
[digest-pinning : verify-related-images] + RELATED_IMAGE_COUNT=7
[digest-pinning : verify-related-images] + [[ 7 -ge 3 ]]
[digest-pinning : verify-related-images] + echo 'Related images section exists.'
[digest-pinning : verify-related-images] Related images section exists.
[digest-pinning : verify-related-images] + 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/digitalai-release-operator/v24.1.4 ']'
[dockerfile-creation : generate-dockerfile] + DOCKERFILE_PATH=Dockerfile
[dockerfile-creation : generate-dockerfile] + bundle-dockerfile --bundle-path operators/digitalai-release-operator/v24.1.4 --destination Dockerfile --verbose
[dockerfile-creation : generate-dockerfile] 2024-07-26 14:16:01,515 [operator-cert] DEBUG Generating a dockerfile...
[dockerfile-creation : generate-dockerfile] 2024-07-26 14:16:01,518 [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='digitalai-release-operator'
[dockerfile-creation : generate-dockerfile] LABEL operators.operatorframework.io.bundle.channels.v1='beta,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.33.0'
[dockerfile-creation : generate-dockerfile] LABEL operators.operatorframework.io.metrics.mediatype.v1='metrics+v1'
[dockerfile-creation : generate-dockerfile] LABEL operators.operatorframework.io.metrics.project_layout='helm.sdk.operatorframework.io/v1'
[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.11'
[dockerfile-creation : generate-dockerfile] LABEL com.redhat.delivery.operator.bundle='True'
[dockerfile-creation : generate-dockerfile] LABEL com.redhat.deliver.backport='False'
[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/digitalai-release-operator/v24.1.4 ']'
[build-bundle : build] + echo 'Building quay.io/operator-pipeline-prod/digitalai-release-operator:v24.1.4'
[build-bundle : build] Building quay.io/operator-pipeline-prod/digitalai-release-operator:v24.1.4
[build-bundle : build] + buildah --storage-driver=vfs bud --format=docker --tls-verify=true --no-cache -f ./Dockerfile -t quay.io/operator-pipeline-prod/digitalai-release-operator:v24.1.4 operators/digitalai-release-operator/v24.1.4
[build-bundle : build] STEP 1/17: FROM scratch
[build-bundle : build] STEP 2/17: LABEL operators.operatorframework.io.bundle.mediatype.v1='registry+v1'
[build-bundle : build] STEP 3/17: LABEL operators.operatorframework.io.bundle.manifests.v1='manifests/'
[build-bundle : build] STEP 4/17: LABEL operators.operatorframework.io.bundle.metadata.v1='metadata/'
[build-bundle : build] STEP 5/17: LABEL operators.operatorframework.io.bundle.package.v1='digitalai-release-operator'
[build-bundle : build] STEP 6/17: LABEL operators.operatorframework.io.bundle.channels.v1='beta,stable'
[build-bundle : build] STEP 7/17: LABEL operators.operatorframework.io.bundle.channel.default.v1='stable'
[build-bundle : build] STEP 8/17: LABEL operators.operatorframework.io.metrics.builder='operator-sdk-v1.33.0'
[build-bundle : build] STEP 9/17: LABEL operators.operatorframework.io.metrics.mediatype.v1='metrics+v1'
[build-bundle : build] STEP 10/17: LABEL operators.operatorframework.io.metrics.project_layout='helm.sdk.operatorframework.io/v1'
[build-bundle : build] STEP 11/17: LABEL operators.operatorframework.io.test.mediatype.v1='scorecard+v1'
[build-bundle : build] STEP 12/17: LABEL operators.operatorframework.io.test.config.v1='tests/scorecard/'
[build-bundle : build] STEP 13/17: LABEL com.redhat.openshift.versions='v4.11'
[build-bundle : build] STEP 14/17: LABEL com.redhat.delivery.operator.bundle='True'
[build-bundle : build] STEP 15/17: LABEL com.redhat.deliver.backport='False'
[build-bundle : build] STEP 16/17: COPY manifests/ /manifests/
[build-bundle : build] STEP 17/17: COPY metadata/ /metadata/
[build-bundle : build] COMMIT quay.io/operator-pipeline-prod/digitalai-release-operator:v24.1.4
[build-bundle : build] --> 3c6ac709dd2
[build-bundle : build] Successfully tagged quay.io/operator-pipeline-prod/digitalai-release-operator:v24.1.4
[build-bundle : build] 3c6ac709dd268e82adba7177ac2d223c9cb0fcfe98baa9a8839611761fadbf13
[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/digitalai-release-operator:v24.1.4'
[build-bundle : build] Pushing quay.io/operator-pipeline-prod/digitalai-release-operator:v24.1.4
[build-bundle : build] + buildah --storage-driver=vfs push --authfile /workspace/credentials/.dockerconfigjson --tls-verify=true --digestfile /digest/image-digest quay.io/operator-pipeline-prod/digitalai-release-operator:v24.1.4 docker://quay.io/operator-pipeline-prod/digitalai-release-operator:v24.1.4
[build-bundle : build] Getting image source signatures
[build-bundle : build] Copying blob sha256:541099770c80f68684f225558f1dc1f2f9b6761bd4bb4b1f4972f61ce49786cd
[build-bundle : build] Copying config sha256:3c6ac709dd268e82adba7177ac2d223c9cb0fcfe98baa9a8839611761fadbf13
[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:9fa6d60f5b334cc6da655ba55ebd2448b93094d2773f628a0fbd047b3499ec90
[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 42 57 --:--:-- --:--:-- --:--:-- 100
[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/digitalai-release-operator/v24.1.4 ']'
[get-supported-versions : supported-version-check] + ocp-version-info --output-file ./ocp_versions.json --bundle-path operators/digitalai-release-operator/v24.1.4 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.11", "indices": [{"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.17", "path": "registry.redhat.io/redhat/certified-operator-index:v4.17"}, "all_indices": [{"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.11", "indices": [{"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.17", "path": "registry.redhat.io/redhat/certified-operator-index:v4.17"}, "all_indices": [{"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] + echo '{"versions_annotation":' '"v4.11",' '"indices":' '[{"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.17",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.17"},' '"all_indices":' '[{"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] {
[get-supported-versions : supported-version-check] "versions_annotation": "v4.11",
[get-supported-versions : supported-version-check] "indices": [
[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.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] "all_indices": [
[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] + echo '{"versions_annotation":' '"v4.11",' '"indices":' '[{"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.17",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.17"},' '"all_indices":' '[{"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.ocp_version
[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.17+ echo '{"versions_annotation":' '"v4.11",' '"indices":' '[{"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.17",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.17"},' '"all_indices":' '[{"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.17+ echo '{"versions_annotation":' '"v4.11",' '"indices":' '[{"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.17",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.17"},' '"all_indices":' '[{"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.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.11",' '"indices":' '[{"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.17",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.17"},' '"all_indices":' '[{"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.17 4.16 4.15 4.14 4.13 4.12+ echo '{"versions_annotation":' '"v4.11",' '"indices":' '[{"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.17",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.17"},' '"all_indices":' '[{"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] + echo '{"versions_annotation":' '"v4.11",' '"indices":' '[{"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.17",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.17"},' '"all_indices":' '[{"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(.ocp_version) | join(" ")'
[get-supported-versions : supported-version-check] + tr -d '\n\r'
[get-supported-versions : supported-version-check] + tee /tekton/results/skipped_ocp_versions
[get-supported-versions : supported-version-check] + echo '{"versions_annotation":' '"v4.11",' '"indices":' '[{"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.17",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.17"},' '"all_indices":' '[{"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.17+ echo '{"versions_annotation":' '"v4.11",' '"indices":' '[{"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.17",' '"path":' '"registry.redhat.io/redhat/certified-operator-index:v4.17"},' '"all_indices":' '[{"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.11
[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.17
[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] + [[ prod != \p\r\o\d ]]
[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] + [[ -75724ad8151dc7c6054f9210cb756cffed3ae247 != '' ]]
[add-bundle-to-index : add-bundle-to-index] + EXTRA_ARGS+=' --index-image-destination-tag-suffix=-75724ad8151dc7c6054f9210cb756cffed3ae247'
[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.17 --bundle-pullspec quay.io/operator-pipeline-prod/digitalai-release-operator:v24.1.4 --index-image-destination quay.io/operator-pipeline-prod/catalog --image-output index-image-paths.txt --authfile /workspace/credentials/.dockerconfigjson --index-image-destination-tag-suffix=-75724ad8151dc7c6054f9210cb756cffed3ae247
[add-bundle-to-index : add-bundle-to-index] 2024-07-26 14:17:31,481 [operator-cert] INFO Waiting for IIB batch build to finish: 751471
[add-bundle-to-index : add-bundle-to-index] 2024-07-26 14:17:51,571 [operator-cert] INFO Waiting for IIB batch build to finish: 751471
[add-bundle-to-index : add-bundle-to-index] 2024-07-26 14:18:11,665 [operator-cert] INFO Waiting for IIB batch build to finish: 751471
[add-bundle-to-index : add-bundle-to-index] 2024-07-26 14:18:31,765 [operator-cert] INFO Waiting for IIB batch build to finish: 751471
[add-bundle-to-index : add-bundle-to-index] 2024-07-26 14:18:51,861 [operator-cert] INFO Waiting for IIB batch build to finish: 751471
[add-bundle-to-index : add-bundle-to-index] 2024-07-26 14:19:14,022 [operator-cert] INFO Waiting for IIB batch build to finish: 751471
[add-bundle-to-index : add-bundle-to-index] 2024-07-26 14:19:34,106 [operator-cert] INFO Waiting for IIB batch build to finish: 751471
[add-bundle-to-index : add-bundle-to-index] 2024-07-26 14:19:54,205 [operator-cert] INFO IIB batch build completed successfully: 751471
[add-bundle-to-index : add-bundle-to-index] 2024-07-26 14:19:54,205 [operator-cert] INFO Extracting manifest digests for signing...
[add-bundle-to-index : add-bundle-to-index] 2024-07-26 14:19:54,205 [operator-cert] INFO Index image paths written to output file index-image-paths.txt.
[add-bundle-to-index : add-bundle-to-index] 2024-07-26 14:19:54,205 [operator-cert] INFO Copying image to destination: ['skopeo', 'copy', 'docker://registry-proxy.engineering.redhat.com/rh-osbs/iib@sha256:ea4b1e39a9c8a928a36c10d8c5b127f89e12a4972f6e2b36ae3f59b6745898d4', 'docker://quay.io/operator-pipeline-prod/catalog:v4.17-75724ad8151dc7c6054f9210cb756cffed3ae247', '--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.17+registry-proxy.engineering.redhat.com/rh-osbs/iib@sha256:ea4b1e39a9c8a928a36c10d8c5b127f89e12a4972f6e2b36ae3f59b6745898d4
[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 42 100 18 100 24 39 52 --:--:-- --:--:-- --:--:-- 92
[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] + [[ 66309646ab545214742a7e9a == '' ]]
[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 66309646ab545214742a7e9a --certification-hash 96e64585b22e1eb6dbaeb1d26e51424b --operator-package-version v24.1.4 --operator-name digitalai-release-operator --verbose
[get-ci-results-attempt : get-results] 2024-07-26 14:20:23,207 [operator-cert] DEBUG Pyxis session using cert + key is created
[get-ci-results-attempt : get-results] 2024-07-26 14:20:23,207 [operator-cert] DEBUG GET Pyxis request url: https://pyxis.engineering.redhat.com/v1/projects/certification/id/66309646ab545214742a7e9a/test-results?filter=certification_hash=='96e64585b22e1eb6dbaeb1d26e51424b';version=='v24.1.4';operator_package_name=='digitalai-release-operator'&sort_by=creation_date[desc]&page_size=1
[get-ci-results-attempt : get-results] 2024-07-26 14:20:23,207 [operator-cert] DEBUG GET Pyxis request params: None
[get-ci-results-attempt : get-results] 2024-07-26 14:20:25,516 [operator-cert] ERROR There is no test results for given parameters
[get-ci-results-attempt : get-results] 2024-07-26 14:20:25,517 [operator-cert] ERROR Result test_result_id is empty
[get-ci-results-attempt : get-results] 2024-07-26 14:20:25,517 [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 do not exist'
[get-ci-results-attempt : indicate-if-results-exists] Results do not exist
[get-ci-results-attempt : indicate-if-results-exists] + echo -n false
[get-ci-results-attempt : indicate-if-results-exists] + tee /tekton/results/preflight_results_exists
[get-ci-results-attempt : indicate-if-results-exists] false+ echo -n none
[get-ci-results-attempt : indicate-if-results-exists] + tee /tekton/results/preflight_results
[get-ci-results-attempt : indicate-if-results-exists] none+ echo -n none
[get-ci-results-attempt : indicate-if-results-exists] + tee /tekton/results/test_result_id
[get-ci-results-attempt : indicate-if-results-exists] none
[preflight-trigger : encrypt-and-encode-docker-config-json] 2024/07/26 14:20:53 Writing encoded data to file /workspace/credentials/project_dockerconfigjson.gpg.b64
[preflight-trigger : create-openshift-ci-prowjob] 2024/07/26 14:20:53 Validating job flags
[preflight-trigger : create-openshift-ci-prowjob] time="2024-07-26T14:20:53Z" level=info msg="Cannot use full value, will truncate." id= job=periodic-ci-redhat-openshift-ecosystem-certified-operators-prod-ocp-4.16-preflight-prod-claim key=prow.k8s.io/job maybeTruncated=periodic-ci-redhat-openshift-ecosystem-certified-operators-prod value=periodic-ci-redhat-openshift-ecosystem-certified-operators-prod-ocp-4.16-preflight-prod-claim
[preflight-trigger : create-openshift-ci-prowjob] W0726 14:20:53.700735 21 warnings.go:70] Use tokens from the TokenRequest API or manually created secret-based tokens instead of auto-generated secret-based tokens.
[preflight-trigger : create-openshift-ci-prowjob] W0726 14:20:53.830863 21 warnings.go:70] Use tokens from the TokenRequest API or manually created secret-based tokens instead of auto-generated secret-based tokens.
[preflight-trigger : create-openshift-ci-prowjob] 2024/07/26 14:20:53 Waiting for prowjob status...
[preflight-trigger : create-openshift-ci-prowjob] &{ArtifactsURL:test-platform-results/logs/periodic-ci-redhat-openshift-ecosystem-certified-operators-prod-ocp-4.16-preflight-prod-claim/1816841123251884032 Status:success URL:https://prow.ci.openshift.org/view/gs/test-platform-results/logs/periodic-ci-redhat-openshift-ecosystem-certified-operators-prod-ocp-4.16-preflight-prod-claim/1816841123251884032}
[preflight-trigger : create-openshift-ci-prowjob] 2024/07/26 14:46:51 job succeeded
[preflight-trigger : get-prowjob-artifacts-and-decrypt] /workspace/results/preflight.log/workspace/results/results.json/workspace/results/artifacts
[upload-artifacts : upload-test-logs] + PREFLIGHT_RESULTS_EXISTS=false
[upload-artifacts : upload-test-logs] Uploading test log
[upload-artifacts : upload-test-logs] + '[' false == true ']'
[upload-artifacts : upload-test-logs] + echo 'Uploading test log'
[upload-artifacts : upload-test-logs] + upload-artifacts --cert-project-id 66309646ab545214742a7e9a --operator-version v24.1.4 --operator-package-name digitalai-release-operator --certification-hash 96e64585b22e1eb6dbaeb1d26e51424b --pyxis-url https://pyxis.engineering.redhat.com --path /workspace/results/preflight.log --type preflight-logs --output preflight-logs.json --verbose
[upload-artifacts : upload-test-logs] 2024-07-26 14:47:22,184 [operator-cert] DEBUG Pyxis session using cert + key is created
[upload-artifacts : upload-test-logs] 2024-07-26 14:47:22,185 [operator-cert] DEBUG Getting project details: 66309646ab545214742a7e9a
[upload-artifacts : upload-test-logs] 2024-07-26 14:47:22,666 [operator-cert] DEBUG Pyxis session using cert + key is created
[upload-artifacts : upload-test-logs] 2024-07-26 14:47:22,666 [operator-cert] DEBUG POST Pyxis request: https://pyxis.engineering.redhat.com/v1/projects/certification/id/66309646ab545214742a7e9a/artifacts
[upload-artifacts : upload-test-logs] 2024-07-26 14:47:23,178 [operator-cert] INFO Output stored in: preflight-logs.json
[upload-artifacts : upload-test-logs] ++ cat preflight-logs.json
[upload-artifacts : upload-test-logs] ++ jq -r ._id
[upload-artifacts : upload-test-logs] + LOG_ID=66a3b6fa0eefd04585e3d734
[upload-artifacts : upload-test-logs] + LOG_URL=https://pyxis.engineering.redhat.comv1/projects/certification/artifacts/id/66a3b6fa0eefd04585e3d734
[upload-artifacts : upload-test-logs] + echo 'Logs URL: '
[upload-artifacts : upload-test-logs] Logs URL:
[upload-artifacts : upload-test-logs] + echo -n https://pyxis.engineering.redhat.comv1/projects/certification/artifacts/id/66a3b6fa0eefd04585e3d734
[upload-artifacts : upload-test-logs] + tee /tekton/results/log_url
[upload-artifacts : upload-test-logs] https://pyxis.engineering.redhat.comv1/projects/certification/artifacts/id/66a3b6fa0eefd04585e3d734
[upload-artifacts : upload-test-results] + PREFLIGHT_RESULTS_EXISTS=false
[upload-artifacts : upload-test-results] + '[' false == true ']'
[upload-artifacts : upload-test-results] Uploading test results
[upload-artifacts : upload-test-results] + echo 'Uploading test results'
[upload-artifacts : upload-test-results] + upload-artifacts --cert-project-id 66309646ab545214742a7e9a --operator-version v24.1.4 --operator-package-name digitalai-release-operator --certification-hash 96e64585b22e1eb6dbaeb1d26e51424b --pyxis-url https://pyxis.engineering.redhat.com --path /workspace/results/results.json --type preflight-results --output preflight-results.json --verbose
[upload-artifacts : upload-test-results] 2024-07-26 14:47:24,352 [operator-cert] DEBUG Pyxis session using cert + key is created
[upload-artifacts : upload-test-results] 2024-07-26 14:47:24,352 [operator-cert] DEBUG Getting project details: 66309646ab545214742a7e9a
[upload-artifacts : upload-test-results] 2024-07-26 14:47:25,152 [operator-cert] DEBUG Pyxis session using cert + key is created
[upload-artifacts : upload-test-results] 2024-07-26 14:47:25,153 [operator-cert] DEBUG POST Pyxis request: https://pyxis.engineering.redhat.com/v1/projects/certification/id/66309646ab545214742a7e9a/test-results
[upload-artifacts : upload-test-results] 2024-07-26 14:47:25,979 [operator-cert] INFO Output stored in: preflight-results.json
[upload-artifacts : upload-test-results] ++ cat preflight-results.json
[upload-artifacts : upload-test-results] ++ jq -r ._id
[upload-artifacts : upload-test-results] + RESULTS_ID=66a3b6fdc94c5939c25e7231
[upload-artifacts : upload-test-results] + RESULT_URL=https://pyxis.engineering.redhat.comv1/projects/certification/test-results/id/66a3b6fdc94c5939c25e7231
[upload-artifacts : upload-test-results] + echo -n 66a3b6fdc94c5939c25e7231
[upload-artifacts : upload-test-results] + tee /tekton/results/test_result_id
[upload-artifacts : upload-test-results] 66a3b6fdc94c5939c25e7231+ echo 'Test result URL: '
[upload-artifacts : upload-test-results] Test result URL:
[upload-artifacts : upload-test-results] + echo -n https://pyxis.engineering.redhat.comv1/projects/certification/test-results/id/66a3b6fdc94c5939c25e7231
[upload-artifacts : upload-test-results] + tee /tekton/results/result_url
[upload-artifacts : upload-test-results] https://pyxis.engineering.redhat.comv1/projects/certification/test-results/id/66a3b6fdc94c5939c25e7231+ RESULT_SPA_URL=https://connect.redhat.com/projects/66309646ab545214742a7e9a/test-results
[upload-artifacts : upload-test-results] Test result SPA URL:
[upload-artifacts : upload-test-results] + echo 'Test result SPA URL: '
[upload-artifacts : upload-test-results] + echo -n https://connect.redhat.com/projects/66309646ab545214742a7e9a/test-results
[upload-artifacts : upload-test-results] + tee /tekton/results/result_spa_url
[upload-artifacts : upload-test-results] https://connect.redhat.com/projects/66309646ab545214742a7e9a/test-results
[upload-artifacts : upload-test-artifacts] + PREFLIGHT_RESULTS_EXISTS=false
[upload-artifacts : upload-test-artifacts] + '[' false == true ']'
[upload-artifacts : upload-test-artifacts] Uploading test artifacts
[upload-artifacts : upload-test-artifacts] + echo 'Uploading test artifacts'
[upload-artifacts : upload-test-artifacts] + upload-artifacts --cert-project-id 66309646ab545214742a7e9a --operator-version v24.1.4 --operator-package-name digitalai-release-operator --certification-hash 96e64585b22e1eb6dbaeb1d26e51424b --pyxis-url https://pyxis.engineering.redhat.com --path /workspace/results/artifacts --type preflight-artifacts --output preflight-artifacts.json --verbose
[upload-artifacts : upload-test-artifacts] 2024-07-26 14:47:27,573 [operator-cert] DEBUG Pyxis session using cert + key is created
[upload-artifacts : upload-test-artifacts] 2024-07-26 14:47:27,573 [operator-cert] DEBUG Getting project details: 66309646ab545214742a7e9a
[upload-artifacts : upload-test-artifacts] 2024-07-26 14:47:27,846 [operator-cert] DEBUG Found following artifacts: ['digitalai-release-operator-Namespace.json', 'preflight.stderr', 'digitalai-release-operator-Subscription.json', 'digitalai-release-operator-CatalogSource.json', 'digitalai-release-operator-OperatorGroup.json', 'cert-image.json', 'preflight.stdout', 'hashes.txt', 'operator_bundle_scorecard_BasicSpecCheck.json', 'operator_bundle_scorecard_OlmSuiteCheck.json', 'digitalai-release-operator-target-Namespace.json']
[upload-artifacts : upload-test-artifacts] 2024-07-26 14:47:27,846 [operator-cert] INFO Uploading artifact: digitalai-release-operator-Namespace.json
[upload-artifacts : upload-test-artifacts] 2024-07-26 14:47:27,848 [operator-cert] DEBUG Pyxis session using cert + key is created
[upload-artifacts : upload-test-artifacts] 2024-07-26 14:47:27,848 [operator-cert] DEBUG POST Pyxis request: https://pyxis.engineering.redhat.com/v1/projects/certification/id/66309646ab545214742a7e9a/artifacts
[upload-artifacts : upload-test-artifacts] 2024-07-26 14:47:29,381 [operator-cert] INFO Uploading artifact: preflight.stderr
[upload-artifacts : upload-test-artifacts] 2024-07-26 14:47:29,388 [operator-cert] DEBUG Pyxis session using cert + key is created
[upload-artifacts : upload-test-artifacts] 2024-07-26 14:47:29,389 [operator-cert] DEBUG POST Pyxis request: https://pyxis.engineering.redhat.com/v1/projects/certification/id/66309646ab545214742a7e9a/artifacts
[upload-artifacts : upload-test-artifacts] 2024-07-26 14:47:29,921 [operator-cert] INFO Uploading artifact: digitalai-release-operator-Subscription.json
[upload-artifacts : upload-test-artifacts] 2024-07-26 14:47:29,922 [operator-cert] DEBUG Pyxis session using cert + key is created
[upload-artifacts : upload-test-artifacts] 2024-07-26 14:47:29,922 [operator-cert] DEBUG POST Pyxis request: https://pyxis.engineering.redhat.com/v1/projects/certification/id/66309646ab545214742a7e9a/artifacts
[upload-artifacts : upload-test-artifacts] 2024-07-26 14:47:30,183 [operator-cert] INFO Uploading artifact: digitalai-release-operator-CatalogSource.json
[upload-artifacts : upload-test-artifacts] 2024-07-26 14:47:30,184 [operator-cert] DEBUG Pyxis session using cert + key is created
[upload-artifacts : upload-test-artifacts] 2024-07-26 14:47:30,184 [operator-cert] DEBUG POST Pyxis request: https://pyxis.engineering.redhat.com/v1/projects/certification/id/66309646ab545214742a7e9a/artifacts
[upload-artifacts : upload-test-artifacts] 2024-07-26 14:47:30,460 [operator-cert] INFO Uploading artifact: digitalai-release-operator-OperatorGroup.json
[upload-artifacts : upload-test-artifacts] 2024-07-26 14:47:30,461 [operator-cert] DEBUG Pyxis session using cert + key is created
[upload-artifacts : upload-test-artifacts] 2024-07-26 14:47:30,461 [operator-cert] DEBUG POST Pyxis request: https://pyxis.engineering.redhat.com/v1/projects/certification/id/66309646ab545214742a7e9a/artifacts
[upload-artifacts : upload-test-artifacts] 2024-07-26 14:47:30,684 [operator-cert] INFO Uploading artifact: cert-image.json
[upload-artifacts : upload-test-artifacts] 2024-07-26 14:47:30,685 [operator-cert] DEBUG Pyxis session using cert + key is created
[upload-artifacts : upload-test-artifacts] 2024-07-26 14:47:30,685 [operator-cert] DEBUG POST Pyxis request: https://pyxis.engineering.redhat.com/v1/projects/certification/id/66309646ab545214742a7e9a/artifacts
[upload-artifacts : upload-test-artifacts] 2024-07-26 14:47:31,069 [operator-cert] INFO Uploading artifact: preflight.stdout
[upload-artifacts : upload-test-artifacts] 2024-07-26 14:47:31,070 [operator-cert] DEBUG Pyxis session using cert + key is created
[upload-artifacts : upload-test-artifacts] 2024-07-26 14:47:31,070 [operator-cert] DEBUG POST Pyxis request: https://pyxis.engineering.redhat.com/v1/projects/certification/id/66309646ab545214742a7e9a/artifacts
[upload-artifacts : upload-test-artifacts] 2024-07-26 14:47:31,659 [operator-cert] INFO Uploading artifact: hashes.txt
[upload-artifacts : upload-test-artifacts] 2024-07-26 14:47:31,661 [operator-cert] DEBUG Pyxis session using cert + key is created
[upload-artifacts : upload-test-artifacts] 2024-07-26 14:47:31,661 [operator-cert] DEBUG POST Pyxis request: https://pyxis.engineering.redhat.com/v1/projects/certification/id/66309646ab545214742a7e9a/artifacts
[upload-artifacts : upload-test-artifacts] 2024-07-26 14:47:32,127 [operator-cert] INFO Uploading artifact: operator_bundle_scorecard_BasicSpecCheck.json
[upload-artifacts : upload-test-artifacts] 2024-07-26 14:47:32,129 [operator-cert] DEBUG Pyxis session using cert + key is created
[upload-artifacts : upload-test-artifacts] 2024-07-26 14:47:32,129 [operator-cert] DEBUG POST Pyxis request: https://pyxis.engineering.redhat.com/v1/projects/certification/id/66309646ab545214742a7e9a/artifacts
[upload-artifacts : upload-test-artifacts] 2024-07-26 14:47:32,339 [operator-cert] INFO Uploading artifact: operator_bundle_scorecard_OlmSuiteCheck.json
[upload-artifacts : upload-test-artifacts] 2024-07-26 14:47:32,340 [operator-cert] DEBUG Pyxis session using cert + key is created
[upload-artifacts : upload-test-artifacts] 2024-07-26 14:47:32,341 [operator-cert] DEBUG POST Pyxis request: https://pyxis.engineering.redhat.com/v1/projects/certification/id/66309646ab545214742a7e9a/artifacts
[upload-artifacts : upload-test-artifacts] 2024-07-26 14:47:33,579 [operator-cert] INFO Uploading artifact: digitalai-release-operator-target-Namespace.json
[upload-artifacts : upload-test-artifacts] 2024-07-26 14:47:33,580 [operator-cert] DEBUG Pyxis session using cert + key is created
[upload-artifacts : upload-test-artifacts] 2024-07-26 14:47:33,580 [operator-cert] DEBUG POST Pyxis request: https://pyxis.engineering.redhat.com/v1/projects/certification/id/66309646ab545214742a7e9a/artifacts
[upload-artifacts : upload-test-artifacts] 2024-07-26 14:47:34,372 [operator-cert] INFO Output stored in: preflight-artifacts.json
[evaluate-preflight-result : evaluate-results] 2024-07-26 14:47:57,678 [operator-cert] INFO Test: ScorecardBasicSpecCheck, allowed: True
[evaluate-preflight-result : evaluate-results] 2024-07-26 14:47:57,678 [operator-cert] INFO Test: ScorecardOlmSuiteCheck, allowed: True
[evaluate-preflight-result : evaluate-results] 2024-07-26 14:47:57,678 [operator-cert] INFO Test: DeployableByOLM, allowed: True
[evaluate-preflight-result : evaluate-results] 2024-07-26 14:47:57,678 [operator-cert] INFO Test: ValidateOperatorBundle, allowed: True
[evaluate-preflight-result : evaluate-results] 2024-07-26 14:47:57,678 [operator-cert] INFO Test: RequiredAnnotations, allowed: True
[evaluate-preflight-result : evaluate-results] 2024-07-26 14:47:57,678 [operator-cert] INFO Overall status: True
[evaluate-preflight-result : evaluate-results] 2024-07-26 14:47:57,678 [operator-cert] INFO Result by category: {'passed': 5, 'failed': 0, 'errors': 0}
[evaluate-preflight-result : evaluate-results] Posting GitHub comment to issue (or PR) https://github.com/redhat-openshift-ecosystem/certified-operators/pull/4207
[evaluate-preflight-result : evaluate-results] 2024-07-26 14:47:57,951 [operator-cert] INFO Creating gist from dict_keys(['preflight-results.json', 'preflight.log', 'digitalai-release-operator-Namespace.json', 'preflight.stderr', 'digitalai-release-operator-Subscription.json', 'digitalai-release-operator-CatalogSource.json', 'digitalai-release-operator-OperatorGroup.json', 'cert-image.json', 'preflight.stdout', 'hashes.txt', 'operator_bundle_scorecard_BasicSpecCheck.json', 'operator_bundle_scorecard_OlmSuiteCheck.json', 'digitalai-release-operator-target-Namespace.json'])
[evaluate-preflight-result : evaluate-results] 2024-07-26 14:47:58,613 [operator-cert] INFO Gist created: https://gist.github.com/rh-operator-bundle-bot/18e9a493edf284146ad147647474257e
[evaluate-preflight-result : evaluate-results] 2024-07-26 14:47:59,037 [operator-cert] INFO Adding gist link to PR redhat-openshift-ecosystem/certified-operators (4207)
[evaluate-preflight-result : evaluate-results] Checking preflight test status
[evaluate-preflight-result : evaluate-results] success
[get-ci-results : get-results] + PREFLIGHT_RESULTS_EXISTS=false
[get-ci-results : get-results] + '[' false == true ']'
[get-ci-results : get-results] Downloading the test results
[get-ci-results : get-results] + '[' 66309646ab545214742a7e9a == '' ']'
[get-ci-results : get-results] + echo 'Downloading the test results'
[get-ci-results : get-results] + download-test-results --pyxis-url https://pyxis.engineering.redhat.com --cert-project-id 66309646ab545214742a7e9a --certification-hash 96e64585b22e1eb6dbaeb1d26e51424b --operator-package-version v24.1.4 --operator-name digitalai-release-operator --verbose
[get-ci-results : get-results] 2024-07-26 14:48:08,452 [operator-cert] DEBUG Pyxis session using cert + key is created
[get-ci-results : get-results] 2024-07-26 14:48:08,452 [operator-cert] DEBUG GET Pyxis request url: https://pyxis.engineering.redhat.com/v1/projects/certification/id/66309646ab545214742a7e9a/test-results?filter=certification_hash=='96e64585b22e1eb6dbaeb1d26e51424b';version=='v24.1.4';operator_package_name=='digitalai-release-operator'&sort_by=creation_date[desc]&page_size=1
[get-ci-results : get-results] 2024-07-26 14:48:08,453 [operator-cert] DEBUG GET Pyxis request params: None
[get-ci-results : get-results] 2024-07-26 14:48:09,358 [operator-cert] INFO Test results retrieved successfully for given parameters
[get-ci-results : get-results] 2024-07-26 14:48:09,359 [operator-cert] DEBUG Storing test_result_id
[get-ci-results : get-results] + cat test_result_id
[get-ci-results : get-results] + tee /tekton/results/test_result_id
[get-ci-results : get-results] 66a3b6fdc94c5939c25e7231+ echo -n test_results.json
[link-pull-request-with-open-status : link-pull-request-details-to-test-results] + '[' 66a3b6fdc94c5939c25e7231 == '' ']'
[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 66a3b6fdc94c5939c25e7231 --pull-request-url https://github.com/redhat-openshift-ecosystem/certified-operators/pull/4207 --pull-request-status open --verbose
[link-pull-request-with-open-status : link-pull-request-details-to-test-results] 2024-07-26 14:48:19,353 [operator-cert] DEBUG Pyxis session using cert + key is created
[link-pull-request-with-open-status : link-pull-request-details-to-test-results] 2024-07-26 14:48:19,353 [operator-cert] DEBUG PATCH Pyxis request: https://pyxis.engineering.redhat.com/v1/projects/certification/test-results/id/66a3b6fdc94c5939c25e7231
[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 66309646ab545214742a7e9a --hydra-url https://connect.redhat.com/pfs/cs --ignore-publishing-checklist false
[query-publishing-checklist : query-publishing-checklist] 2024-07-26 14:48:30,105 [operator-cert] INFO Examining pre-certification checklist from Hydra...
[query-publishing-checklist : query-publishing-checklist] 2024-07-26 14:48:39,070 [operator-cert] INFO Pre-certification checklist is completed for cert project with id 66309646ab545214742a7e9a.
[merge-pr : check-if-merge] + '[' false = true ']'
[merge-pr : check-if-merge] + [[ operators/digitalai-release-operator/v24.1.4 == '' ]]
[merge-pr : check-if-merge] +++ realpath operators/digitalai-release-operator/v24.1.4
[merge-pr : check-if-merge] ++ dirname /workspace/source/operators/digitalai-release-operator/v24.1.4
[merge-pr : check-if-merge] + PKG_PATH=/workspace/source/operators/digitalai-release-operator
[merge-pr : check-if-merge] + CI_FILE_PATH=/workspace/source/operators/digitalai-release-operator/ci.yaml
[merge-pr : check-if-merge] ++ yq -r .merge
[merge-pr : check-if-merge] + BOOL_MERGE=null
[merge-pr : check-if-merge] + echo -n null
[merge-pr : review-pull-request] + gh pr review https://github.com/redhat-openshift-ecosystem/certified-operators/pull/4207 --approve --body 'Operator bundle PR has been approved!'
[merge-pr : review-pull-request] + echo 'Merge request has been approved!'
[merge-pr : review-pull-request] Merge request has been approved!
[merge-pr : merge-pull-request] ++ cat /tekton/results/bool_merge
[merge-pr : merge-pull-request] + BOOL_MERGE=null
[merge-pr : merge-pull-request] + '[' null = false ']'
[merge-pr : merge-pull-request] + gh pr merge https://github.com/redhat-openshift-ecosystem/certified-operators/pull/4207 --squash --auto --match-head-commit 75724ad8151dc7c6054f9210cb756cffed3ae247
[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] + '[' 66a3b6fdc94c5939c25e7231 == '' ']'
[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 66a3b6fdc94c5939c25e7231 --pull-request-url https://github.com/redhat-openshift-ecosystem/certified-operators/pull/4207 --pull-request-status merged --verbose
[link-pull-request-with-merged-status : link-pull-request-details-to-test-results] 2024-07-26 14:49:24,494 [operator-cert] DEBUG Pyxis session using cert + key is created
[link-pull-request-with-merged-status : link-pull-request-details-to-test-results] 2024-07-26 14:49:24,494 [operator-cert] DEBUG PATCH Pyxis request: https://pyxis.engineering.redhat.com/v1/projects/certification/test-results/id/66a3b6fdc94c5939c25e7231
[upload-pipeline-logs : get-pipeline-logs] 2024/07/26 14:49:47 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] Getting pipeline logs
[upload-pipeline-logs : get-pipeline-logs] + echo 'Getting pipeline logs'
[upload-pipeline-logs : get-pipeline-logs] + tkn pipelinerun logs operator-hosted-pipeline-run6f5p5
[upload-pipeline-logs : upload-pipeline-logs] Uploading pipeline logs
[upload-pipeline-logs : upload-pipeline-logs] + upload-artifacts --cert-project-id 66309646ab545214742a7e9a --operator-version v24.1.4 --operator-package-name digitalai-release-operator --certification-hash 96e64585b22e1eb6dbaeb1d26e51424b --pull-request-url https://github.com/redhat-openshift-ecosystem/certified-operators/pull/4207 --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] 2024-07-26 14:50:03,815 [operator-cert] DEBUG Pyxis session using cert + key is created
[upload-pipeline-logs : upload-pipeline-logs] 2024-07-26 14:50:03,815 [operator-cert] DEBUG Getting project details: 66309646ab545214742a7e9a
[github-add-connect-url-comment : post-comment] + echo '[View your certification test results and logs here](https://connect.redhat.com/projects/66309646ab545214742a7e9a/test-results).'
[github-add-connect-url-comment : post-comment] Posting/patching GitHub comment to issue (or PR) https://github.com/redhat-openshift-ecosystem/certified-operators/pull/4207
[github-add-connect-url-comment : post-comment] Comment text: [View your certification test results and logs here](https://connect.redhat.com/projects/66309646ab545214742a7e9a/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/4207'
[github-add-connect-url-comment : post-comment] + echo 'Comment text: [View your certification test results and logs here](https://connect.redhat.com/projects/66309646ab545214742a7e9a/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/4207 --comment-file comment_file --comment-tag '' --replace false
[github-add-connect-url-comment : post-comment] 2024-07-26 14:49:33,547 [operator-cert] INFO Sending this data to GitHub with POST
[github-add-connect-url-comment : post-comment] 2024-07-26 14:49:33,547 [operator-cert] INFO {'body': '[View your certification test results and logs here](https://connect.redhat.com/projects/66309646ab545214742a7e9a/test-results).\n'}
[github-add-connect-url-comment : post-comment] 2024-07-26 14:49:34,099 [operator-cert] INFO A GitHub comment has been added to https://github.com/redhat-openshift-ecosystem/certified-operators/pull/4207
[set-github-status-success : set-github-status] + '[' false == true ']'
[set-github-status-success : set-github-status] + echo 'Setting github status of commit 75724ad8151dc7c6054f9210cb756cffed3ae247 to success'
[set-github-status-success : set-github-status] Setting github status of commit 75724ad8151dc7c6054f9210cb756cffed3ae247 to success
[set-github-status-success : set-github-status] + set-github-status --git-repo-url https://github.com/redhat-openshift-ecosystem/certified-operators.git --commit-sha 75724ad8151dc7c6054f9210cb756cffed3ae247 --status success --context operator/test --description 'Pipeline for the operator tests has passed successfully.'
[set-github-status-success : set-github-status] 2024-07-26 14:49:36,137 [operator-cert] INFO Successfully set status to success for commit 75724ad8151dc7c6054f9210cb756cffed3ae247 in github repo https://github.com/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] + [[ ! -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/4207'
[set-github-passed-label : post-comment] Editing GitHub labels to PR https://github.com/redhat-openshift-ecosystem/certified-operators/pull/4207
[set-github-passed-label : post-comment] + github-labels --pull-request-url https://github.com/redhat-openshift-ecosystem/certified-operators/pull/4207 --add-labels operator-hosted-pipeline/passed --remove-matching-namespace-labels
[set-github-passed-label : post-comment] 2024-07-26 14:49:36,508 [operator-cert] INFO Adding labels ['operator-hosted-pipeline/passed'] to redhat-openshift-ecosystem/certified-operators
[set-github-passed-label : post-comment] 2024-07-26 14:49:36,995 [operator-cert] INFO Labels to remove in namespace: ['operator-hosted-pipeline/started']
[set-github-passed-label : post-comment] 2024-07-26 14:49:36,995 [operator-cert] INFO Current labels: <github.PaginatedList.PaginatedList object at 0x7f699a9b7790>
[set-github-passed-label : post-comment] 2024-07-26 14:49:36,995 [operator-cert] INFO Labels to add: ['operator-hosted-pipeline/passed']
[set-github-passed-label : post-comment] 2024-07-26 14:49:36,995 [operator-cert] INFO Labels to remove: ['operator-hosted-pipeline/started']
[set-github-passed-label : post-comment] 2024-07-26 14:49:36,995 [operator-cert] INFO Adding label operator-hosted-pipeline/passed
[set-github-passed-label : post-comment] 2024-07-26 14:49:37,443 [operator-cert] INFO Removing label operator-hosted-pipeline/started
[github-add-summary-comment : gather-info] 2024/07/26 14:49:48 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-run6f5p5
[github-add-summary-comment : gather-info] + mkdir operator-hosted-pipeline-run6f5p5
[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-run6f5p5
[release-leases : delete-lease] + oc delete lease -l owner-id=operator-hosted-pipeline-run6f5p5 --ignore-not-found=true
[release-leases : delete-lease] lease.coordination.k8s.io "operator-hosted-pipeline-pr-4207" deleted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment