Created
January 11, 2024 09:03
-
-
Save rh-operator-bundle-bot/d1bbfbdb898b47e1ae4777078db1a856 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pipeline still running ... | |
PipelineRun is still running: Tasks Completed: 12 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 15 | |
[get-pr-number : parse-pr-url] + echo -n 202 | |
[get-pr-number : parse-pr-url] + tee /tekton/results/git_pr_number | |
[get-pr-number : parse-pr-url] 202 | |
[acquire-lease : create-lease] Attempting to create lease community-hosted-pipeline-pr-202 | |
[acquire-lease : create-lease] Error from server (AlreadyExists): error when creating "e2e-lease.yaml": leases.coordination.k8s.io "community-hosted-pipeline-pr-202" already exists | |
[acquire-lease : create-lease] Waiting for lease... | |
[acquire-lease : create-lease] acquiredTime: 2024-01-11T08:45:26.000000Z | |
[acquire-lease : create-lease] acquiredTimeInSeconds: 1704962726 | |
[acquire-lease : create-lease] currenttime: 01/11/24 08:52:33 | |
[acquire-lease : create-lease] currentTimeinSeconds: 1704963153 | |
[acquire-lease : create-lease] TOTAL_DURATION_IN_SECONDS: 5400 | |
[acquire-lease : create-lease] elapsedSeconds: 427 | |
[acquire-lease : create-lease] lease.coordination.k8s.io/community-hosted-pipeline-pr-202 condition met | |
[acquire-lease : create-lease] lease.coordination.k8s.io/community-hosted-pipeline-pr-202 created | |
[acquire-lease : create-lease] The owner of the lease is community-hosted-pipeline-pr-202 | |
[acquire-lease : create-lease] Acquired lease community-hosted-pipeline-pr-202 | |
[set-github-started-label : post-comment] + EXTRA_ARGS= | |
[set-github-started-label : post-comment] + [[ ! -z community-hosted-pipeline/started ]] | |
[set-github-started-label : post-comment] + EXTRA_ARGS+=' --add-labels community-hosted-pipeline/started' | |
[set-github-started-label : post-comment] Editing GitHub labels to PR https://github.com/redhat-openshift-ecosystem/community-operators-pipeline-preprod/pull/202 | |
[set-github-started-label : post-comment] + [[ ! -z pipeline/trigger-hosted ]] | |
[set-github-started-label : post-comment] + EXTRA_ARGS+=' --remove-labels pipeline/trigger-hosted' | |
[set-github-started-label : post-comment] + [[ true == \t\r\u\e ]] | |
[set-github-started-label : post-comment] + EXTRA_ARGS+=' --remove-matching-namespace-labels' | |
[set-github-started-label : post-comment] + echo 'Editing GitHub labels to PR https://github.com/redhat-openshift-ecosystem/community-operators-pipeline-preprod/pull/202' | |
[set-github-started-label : post-comment] + github-labels --pull-request-url https://github.com/redhat-openshift-ecosystem/community-operators-pipeline-preprod/pull/202 --add-labels community-hosted-pipeline/started --remove-labels pipeline/trigger-hosted --remove-matching-namespace-labels | |
[set-github-started-label : post-comment] 2024-01-11 09:01:13,445 [operator-cert] INFO Adding labels ['community-hosted-pipeline/started'] to redhat-openshift-ecosystem/community-operators-pipeline-preprod | |
[set-github-started-label : post-comment] 2024-01-11 09:01:14,069 [operator-cert] INFO Labels to remove in namespace: [] | |
[set-github-started-label : post-comment] 2024-01-11 09:01:14,069 [operator-cert] INFO Current labels: <github.PaginatedList.PaginatedList object at 0x7f5f2e1ac910> | |
[set-github-started-label : post-comment] 2024-01-11 09:01:14,070 [operator-cert] INFO Labels to add: [] | |
[set-github-started-label : post-comment] 2024-01-11 09:01:14,070 [operator-cert] INFO Labels to remove: [] | |
[set-env-community : set-env-community] + ENV=stage | |
[set-env-community : set-env-community] + [[ stage =~ ^(prod|stage|qa|dev|integration-tests)$ ]] | |
[set-env-community : set-env-community] + case $ENV in | |
[set-env-community : set-env-community] + IIB_URL=https://iib.stage.engineering.redhat.com | |
[set-env-community : set-env-community] + SIG_KEY_ID='4096R/37036783 SHA-256' | |
[set-env-community : set-env-community] + SIG_KEY_NAME=redhate2etesting | |
[set-env-community : set-env-community] + UMB_URL=umb.stage.api.redhat.com | |
[set-env-community : set-env-community] + UMB_CLIENT_NAME=nonprod-operatorpipelines | |
[set-env-community : set-env-community] + PYXIS_URL=https://pyxis.stage.engineering.redhat.com | |
[set-env-community : set-env-community] + echo -n https://iib.stage.engineering.redhat.com | |
[set-env-community : set-env-community] + tee /tekton/results/iib_url | |
[set-env-community : set-env-community] https://iib.stage.engineering.redhat.com+ echo -n 4096R/37036783 SHA-256 | |
[set-env-community : set-env-community] + tee /tekton/results/sig_key_id | |
[set-env-community : set-env-community] 4096R/37036783 SHA-256+ echo -n redhate2etesting | |
[set-env-community : set-env-community] + tee /tekton/results/sig_key_name | |
[set-env-community : set-env-community] redhate2etesting+ echo -n umb.stage.api.redhat.com | |
[set-env-community : set-env-community] + tee /tekton/results/umb_url | |
[set-env-community : set-env-community] umb.stage.api.redhat.com+ echo -n nonprod-operatorpipelines | |
[set-env-community : set-env-community] + tee /tekton/results/umb_client_name | |
[set-env-community : set-env-community] nonprod-operatorpipelines+ echo -n https://pyxis.stage.engineering.redhat.com | |
[set-env-community : set-env-community] + tee /tekton/results/pyxis_url | |
[set-env-community : set-env-community] https://pyxis.stage.engineering.redhat.com | |
[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/redhat-openshift-ecosystem/community-operators-pipeline-preprod.git -revision=5c03b78fc6a0db35722b8dd723646592ab4c5ff9 -refspec= -path=/workspace/output/ -sslVerify=true -submodules=true -depth=1 -sparseCheckoutDirectories= | |
[clone-repository : clone] {"level":"info","ts":1704963702.671639,"caller":"git/git.go:169","msg":"Successfully cloned https://github.com/redhat-openshift-ecosystem/community-operators-pipeline-preprod.git @ 5c03b78fc6a0db35722b8dd723646592ab4c5ff9 (grafted, HEAD) in path /workspace/output/"} | |
[clone-repository : clone] {"level":"info","ts":1704963702.721594,"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=5c03b78fc6a0db35722b8dd723646592ab4c5ff9 | |
[clone-repository : clone] + EXIT_CODE=0 | |
[clone-repository : clone] + '[' 0 '!=' 0 ']' | |
[clone-repository : clone] + printf %s 5c03b78fc6a0db35722b8dd723646592ab4c5ff9 | |
[clone-repository : clone] + printf %s https://github.com/redhat-openshift-ecosystem/community-operators-pipeline-preprod.git | |
[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/community-operators-pipeline-preprod.git -revision=facbc24af1007b94ec04579cd630255ae6bd4286 -refspec= -path=/workspace/output/ -sslVerify=true -submodules=true -depth=1 -sparseCheckoutDirectories= | |
[clone-repository-base : clone] {"level":"info","ts":1704963702.6625853,"caller":"git/git.go:169","msg":"Successfully cloned https://github.com/redhat-openshift-ecosystem/community-operators-pipeline-preprod.git @ facbc24af1007b94ec04579cd630255ae6bd4286 (grafted, HEAD) in path /workspace/output/"} | |
[clone-repository-base : clone] {"level":"info","ts":1704963702.7139933,"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=facbc24af1007b94ec04579cd630255ae6bd4286 | |
[clone-repository-base : clone] + EXIT_CODE=0 | |
[clone-repository-base : clone] + '[' 0 '!=' 0 ']' | |
[clone-repository-base : clone] + printf %s facbc24af1007b94ec04579cd630255ae6bd4286 | |
[clone-repository-base : clone] + printf %s https://github.com/redhat-openshift-ecosystem/community-operators-pipeline-preprod.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/community-operators-pipeline-preprod/pull/202 --output-file /tmp/changes.json --verbose | |
[detect-changes : parse-repo-changes] 2024-01-11 09:02:10,297 [operator-cert] DEBUG Detecting changes in repo at /workspace/pr | |
[detect-changes : parse-repo-changes] 2024-01-11 09:02:10,912 [operator-cert] DEBUG Affected bundles: {'semver-strategy': {'0.0.104'}} | |
[detect-changes : parse-repo-changes] 2024-01-11 09:02:10,913 [operator-cert] DEBUG Files not belonging to an operator: set() | |
[detect-changes : parse-repo-changes] 2024-01-11 09:02:10,914 [operator-cert] DEBUG Affected operators: AffectedOperatorCollection(added=set(), modified={'semver-strategy'}, deleted=set()) | |
[detect-changes : parse-repo-changes] 2024-01-11 09:02:10,914 [operator-cert] DEBUG Affected bundles: AffectedBundleCollection(added={('semver-strategy', '0.0.104')}, modified=set(), deleted=set()) | |
[detect-changes : parse-repo-changes] + jq -e '.extra_files|length==0' | |
[detect-changes : parse-repo-changes] true | |
[detect-changes : parse-repo-changes] + jq -e '.affected_operators|length==1' | |
[detect-changes : parse-repo-changes] true | |
[detect-changes : parse-repo-changes] + jq -e '.modified_bundles|length==0' | |
[detect-changes : parse-repo-changes] true | |
[detect-changes : parse-repo-changes] + jq -e '.deleted_bundles|length==0' | |
[detect-changes : parse-repo-changes] true | |
[detect-changes : parse-repo-changes] + jq -e '.added_bundles|length<=1' | |
[detect-changes : parse-repo-changes] true | |
[detect-changes : parse-repo-changes] + jq -e '.added_bundles|length==1' | |
[detect-changes : parse-repo-changes] true | |
[detect-changes : parse-repo-changes] ++ jq -r '.added_bundles[0] | split("/")[0]' | |
[detect-changes : parse-repo-changes] + operator_name=semver-strategy | |
[detect-changes : parse-repo-changes] ++ jq -r '.added_bundles[0] | split("/")[1]' | |
[detect-changes : parse-repo-changes] + bundle_version=0.0.104 | |
[detect-changes : parse-repo-changes] + echo -n semver-strategy | |
[detect-changes : parse-repo-changes] + echo -n 0.0.104 | |
[detect-changes : parse-repo-changes] + '[' -n semver-strategy ']' | |
[detect-changes : parse-repo-changes] + echo -n operators/semver-strategy | |
[detect-changes : parse-repo-changes] + '[' -n 0.0.104 ']' | |
[detect-changes : parse-repo-changes] + echo -n operators/semver-strategy/0.0.104 | |
[set-github-pr-title : set-github-status] + [[ 0.0.104 == '' ]] | |
[set-github-pr-title : set-github-status] + gh pr edit --title 'operator semver-strategy (0.0.104)' https://github.com/redhat-openshift-ecosystem/community-operators-pipeline-preprod/pull/202 | |
[set-github-pr-title : set-github-status] https://github.com/redhat-openshift-ecosystem/community-operators-pipeline-preprod/pull/202 | |
[get-ci-reviewer : get-ci-reviewer] Getting reviewers from the ci.yaml ... | |
[get-ci-reviewer : approve-pull-request] /tekton/scripts/script-1-8mgqh: line 21: syntax error near unexpected token `)' | |
[set-github-status-failure : set-github-status] + '[' false == true ']' | |
[set-github-status-failure : set-github-status] + echo 'Setting github status of commit 5c03b78fc6a0db35722b8dd723646592ab4c5ff9 to failure' | |
[set-github-status-failure : set-github-status] Setting github status of commit 5c03b78fc6a0db35722b8dd723646592ab4c5ff9 to failure | |
[set-github-status-failure : set-github-status] + set-github-status --git-repo-url https://github.com/redhat-openshift-ecosystem/community-operators-pipeline-preprod.git --commit-sha 5c03b78fc6a0db35722b8dd723646592ab4c5ff9 --status failure --context operator/test --description 'Pipeline for the operator tests has failed' | |
[set-github-status-failure : set-github-status] 2024-01-11 09:02:51,137 [operator-cert] INFO Successfully set status to failure for commit 5c03b78fc6a0db35722b8dd723646592ab4c5ff9 in github repo https://github.com/redhat-openshift-ecosystem/community-operators-pipeline-preprod.git | |
[set-github-failed-label : post-comment] + EXTRA_ARGS= | |
[set-github-failed-label : post-comment] + [[ ! -z community-hosted-pipeline/failed ]] | |
[set-github-failed-label : post-comment] Editing GitHub labels to PR https://github.com/redhat-openshift-ecosystem/community-operators-pipeline-preprod/pull/202 | |
[set-github-failed-label : post-comment] + EXTRA_ARGS+=' --add-labels community-hosted-pipeline/failed' | |
[set-github-failed-label : post-comment] + [[ ! -z '' ]] | |
[set-github-failed-label : post-comment] + [[ true == \t\r\u\e ]] | |
[set-github-failed-label : post-comment] + EXTRA_ARGS+=' --remove-matching-namespace-labels' | |
[set-github-failed-label : post-comment] + echo 'Editing GitHub labels to PR https://github.com/redhat-openshift-ecosystem/community-operators-pipeline-preprod/pull/202' | |
[set-github-failed-label : post-comment] + github-labels --pull-request-url https://github.com/redhat-openshift-ecosystem/community-operators-pipeline-preprod/pull/202 --add-labels community-hosted-pipeline/failed --remove-matching-namespace-labels | |
[set-github-failed-label : post-comment] 2024-01-11 09:02:50,824 [operator-cert] INFO Adding labels ['community-hosted-pipeline/failed'] to redhat-openshift-ecosystem/community-operators-pipeline-preprod | |
[set-github-failed-label : post-comment] 2024-01-11 09:02:51,426 [operator-cert] INFO Labels to remove in namespace: ['community-hosted-pipeline/started'] | |
[set-github-failed-label : post-comment] 2024-01-11 09:02:51,426 [operator-cert] INFO Current labels: <github.PaginatedList.PaginatedList object at 0x7f36b97b0750> | |
[set-github-failed-label : post-comment] 2024-01-11 09:02:51,427 [operator-cert] INFO Labels to add: ['community-hosted-pipeline/failed'] | |
[set-github-failed-label : post-comment] 2024-01-11 09:02:51,427 [operator-cert] INFO Labels to remove: ['community-hosted-pipeline/started'] | |
[set-github-failed-label : post-comment] 2024-01-11 09:02:51,427 [operator-cert] INFO Adding label community-hosted-pipeline/failed | |
[set-github-failed-label : post-comment] 2024-01-11 09:02:52,098 [operator-cert] INFO Removing label community-hosted-pipeline/started | |
[github-add-summary-comment : gather-info] 2024/01/11 09:02:57 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=community-hosted-pipeline-14lwo1 | |
[github-add-summary-comment : gather-info] + mkdir community-hosted-pipeline-14lwo1 | |
[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 community-hosted-pipeline-14lwo1 | |
[github-add-summary-comment : gather-info] task get-ci-reviewer has failed: "step-approve-pull-request" exited with code 2 (image: "quay.io/redhat-isv/operator-pipelines-images@sha256:14525a4e2bf09fc1926d1469cfb492ad6d2aa18e41da0c61ceea24f0bd114edc"); for logs run: kubectl -n operator-pipeline-stage logs community-hosted-pipeline-14lwo1-get-ci-reviewer-pod -c step-approve-pull-request | |
[github-add-summary-comment : gather-info] | |
[release-lease : delete-lease] lease.coordination.k8s.io "community-hosted-pipeline-pr-202" deleted | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment