Created
February 8, 2024 08:57
-
-
Save rh-operator-bundle-bot/f0cc2bb6a37bd43858de55d224f31645 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: 11 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 17 | |
[get-pr-number : parse-pr-url] + echo -n 4002 | |
[get-pr-number : parse-pr-url] + tee /tekton/results/git_pr_number | |
[get-pr-number : parse-pr-url] 4002 | |
[acquire-lease : create-lease] Attempting to create lease community-hosted-pipeline-pr-4002 | |
[acquire-lease : create-lease] lease.coordination.k8s.io/community-hosted-pipeline-pr-4002 created | |
[acquire-lease : create-lease] The owner of the lease is community-hosted-pipeline-pr-4002 | |
[acquire-lease : create-lease] Acquired lease community-hosted-pipeline-pr-4002 | |
[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] Editing GitHub labels to PR https://github.com/redhat-openshift-ecosystem/community-operators-prod/pull/4002 | |
[set-github-started-label : post-comment] + EXTRA_ARGS+=' --add-labels community-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] + [[ 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-prod/pull/4002' | |
[set-github-started-label : post-comment] + github-labels --pull-request-url https://github.com/redhat-openshift-ecosystem/community-operators-prod/pull/4002 --add-labels community-hosted-pipeline/started --remove-labels pipeline/trigger-hosted --remove-matching-namespace-labels | |
[set-github-started-label : post-comment] 2024-02-08 08:54:33,873 [operator-cert] INFO Adding labels ['community-hosted-pipeline/started'] to redhat-openshift-ecosystem/community-operators-prod | |
[set-github-started-label : post-comment] 2024-02-08 08:54:34,386 [operator-cert] INFO Labels to remove in namespace: [] | |
[set-github-started-label : post-comment] 2024-02-08 08:54:34,386 [operator-cert] INFO Current labels: <github.PaginatedList.PaginatedList object at 0x7f2ae17bbd10> | |
[set-github-started-label : post-comment] 2024-02-08 08:54:34,386 [operator-cert] INFO Labels to add: ['community-hosted-pipeline/started'] | |
[set-github-started-label : post-comment] 2024-02-08 08:54:34,386 [operator-cert] INFO Labels to remove: [] | |
[set-github-started-label : post-comment] 2024-02-08 08:54:34,386 [operator-cert] INFO Adding label community-hosted-pipeline/started | |
[set-github-status-pending : set-github-status] + '[' false == true ']' | |
[set-github-status-pending : set-github-status] + echo 'Setting github status of commit 53e66cbe7e954a5eca5adf303485b9cfa612786f to pending' | |
[set-github-status-pending : set-github-status] Setting github status of commit 53e66cbe7e954a5eca5adf303485b9cfa612786f to pending | |
[set-github-status-pending : set-github-status] + set-github-status --git-repo-url https://github.com/redhat-openshift-ecosystem/community-operators-prod.git --commit-sha 53e66cbe7e954a5eca5adf303485b9cfa612786f --status pending --context operator/test --description 'Pipeline for operator tests has started.' | |
[set-github-status-pending : set-github-status] 2024-02-08 08:54:41,379 [operator-cert] INFO Successfully set status to pending for commit 53e66cbe7e954a5eca5adf303485b9cfa612786f in github repo https://github.com/redhat-openshift-ecosystem/community-operators-prod.git | |
[set-env-community : set-env-community] + ENV=prod | |
[set-env-community : set-env-community] + [[ prod =~ ^(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.engineering.redhat.com | |
[set-env-community : set-env-community] + SIG_KEY_ID='4096R/55A34A82 SHA-256' | |
[set-env-community : set-env-community] + SIG_KEY_NAME=containerisvsign | |
[set-env-community : set-env-community] + UMB_URL=umb.api.redhat.com | |
[set-env-community : set-env-community] + UMB_CLIENT_NAME=operatorpipelines | |
[set-env-community : set-env-community] + PYXIS_URL=https://pyxis.engineering.redhat.com | |
[set-env-community : set-env-community] + echo -n https://iib.engineering.redhat.com | |
[set-env-community : set-env-community] + tee /tekton/results/iib_url | |
[set-env-community : set-env-community] https://iib.engineering.redhat.com+ echo -n 4096R/55A34A82 SHA-256 | |
[set-env-community : set-env-community] + tee /tekton/results/sig_key_id | |
[set-env-community : set-env-community] 4096R/55A34A82 SHA-256+ echo -n containerisvsign | |
[set-env-community : set-env-community] + tee /tekton/results/sig_key_name | |
[set-env-community : set-env-community] containerisvsign+ echo -n umb.api.redhat.com | |
[set-env-community : set-env-community] + tee /tekton/results/umb_url | |
[set-env-community : set-env-community] umb.api.redhat.com+ echo -n operatorpipelines | |
[set-env-community : set-env-community] + tee /tekton/results/umb_client_name | |
[set-env-community : set-env-community] operatorpipelines+ echo -n https://pyxis.engineering.redhat.com | |
[set-env-community : set-env-community] + tee /tekton/results/pyxis_url | |
[set-env-community : set-env-community] https://pyxis.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/NissesSenap/community-operators-prod.git -revision=53e66cbe7e954a5eca5adf303485b9cfa612786f -refspec= -path=/workspace/output/ -sslVerify=true -submodules=true -depth=1 -sparseCheckoutDirectories= | |
[clone-repository : clone] {"level":"info","ts":1707382523.0599709,"caller":"git/git.go:169","msg":"Successfully cloned https://github.com/NissesSenap/community-operators-prod.git @ 53e66cbe7e954a5eca5adf303485b9cfa612786f (grafted, HEAD) in path /workspace/output/"} | |
[clone-repository : clone] {"level":"info","ts":1707382523.1232862,"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=53e66cbe7e954a5eca5adf303485b9cfa612786f | |
[clone-repository : clone] + EXIT_CODE=0 | |
[clone-repository : clone] + '[' 0 '!=' 0 ']' | |
[clone-repository : clone] + printf %s 53e66cbe7e954a5eca5adf303485b9cfa612786f | |
[clone-repository : clone] + printf %s https://github.com/NissesSenap/community-operators-prod.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-prod.git -revision=9983aec0778b770edb6621aac6be00ba8466adef -refspec= -path=/workspace/output/ -sslVerify=true -submodules=true -depth=1 -sparseCheckoutDirectories= | |
[clone-repository-base : clone] {"level":"info","ts":1707382522.9783037,"caller":"git/git.go:169","msg":"Successfully cloned https://github.com/redhat-openshift-ecosystem/community-operators-prod.git @ 9983aec0778b770edb6621aac6be00ba8466adef (grafted, HEAD) in path /workspace/output/"} | |
[clone-repository-base : clone] {"level":"info","ts":1707382523.0395823,"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=9983aec0778b770edb6621aac6be00ba8466adef | |
[clone-repository-base : clone] + EXIT_CODE=0 | |
[clone-repository-base : clone] + '[' 0 '!=' 0 ']' | |
[clone-repository-base : clone] + printf %s 9983aec0778b770edb6621aac6be00ba8466adef | |
[clone-repository-base : clone] + printf %s https://github.com/redhat-openshift-ecosystem/community-operators-prod.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-prod/pull/4002 --output-file /tmp/changes.json --verbose | |
[detect-changes : parse-repo-changes] 2024-02-08 08:56:19,380 [operator-cert] DEBUG Detecting changes in repo at /workspace/pr | |
[detect-changes : parse-repo-changes] 2024-02-08 08:56:19,850 [operator-cert] DEBUG Affected bundles: {'grafana-operator': {'5.6.2'}} | |
[detect-changes : parse-repo-changes] 2024-02-08 08:56:19,850 [operator-cert] DEBUG Files not belonging to an operator: set() | |
[detect-changes : parse-repo-changes] 2024-02-08 08:56:19,851 [operator-cert] DEBUG Affected operators: AffectedOperatorCollection(added=set(), modified={'grafana-operator'}, deleted=set()) | |
[detect-changes : parse-repo-changes] 2024-02-08 08:56:19,851 [operator-cert] DEBUG Affected bundles: AffectedBundleCollection(added=set(), modified={('grafana-operator', '5.6.2')}, 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] false | |
[detect-changes : parse-repo-changes] + fail 'The PR modifies existing bundles' | |
[detect-changes : parse-repo-changes] + echo 'ERROR: The PR modifies existing bundles' | |
[detect-changes : parse-repo-changes] ERROR: The PR modifies existing bundles | |
[detect-changes : parse-repo-changes] + exit 1 | |
[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] + EXTRA_ARGS+=' --add-labels community-hosted-pipeline/failed' | |
[set-github-failed-label : post-comment] Editing GitHub labels to PR https://github.com/redhat-openshift-ecosystem/community-operators-prod/pull/4002 | |
[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-prod/pull/4002' | |
[set-github-failed-label : post-comment] + github-labels --pull-request-url https://github.com/redhat-openshift-ecosystem/community-operators-prod/pull/4002 --add-labels community-hosted-pipeline/failed --remove-matching-namespace-labels | |
[set-github-failed-label : post-comment] 2024-02-08 08:56:29,561 [operator-cert] INFO Adding labels ['community-hosted-pipeline/failed'] to redhat-openshift-ecosystem/community-operators-prod | |
[set-github-failed-label : post-comment] 2024-02-08 08:56:30,044 [operator-cert] INFO Labels to remove in namespace: ['community-hosted-pipeline/started'] | |
[set-github-failed-label : post-comment] 2024-02-08 08:56:30,044 [operator-cert] INFO Current labels: <github.PaginatedList.PaginatedList object at 0x7fc235bbc090> | |
[set-github-failed-label : post-comment] 2024-02-08 08:56:30,044 [operator-cert] INFO Labels to add: ['community-hosted-pipeline/failed'] | |
[set-github-failed-label : post-comment] 2024-02-08 08:56:30,044 [operator-cert] INFO Labels to remove: ['community-hosted-pipeline/started'] | |
[set-github-failed-label : post-comment] 2024-02-08 08:56:30,044 [operator-cert] INFO Adding label community-hosted-pipeline/failed | |
[set-github-failed-label : post-comment] 2024-02-08 08:56:30,546 [operator-cert] INFO Removing label community-hosted-pipeline/started | |
[set-github-status-failure : set-github-status] + '[' false == true ']' | |
[set-github-status-failure : set-github-status] + echo 'Setting github status of commit 53e66cbe7e954a5eca5adf303485b9cfa612786f to failure' | |
[set-github-status-failure : set-github-status] Setting github status of commit 53e66cbe7e954a5eca5adf303485b9cfa612786f to failure | |
[set-github-status-failure : set-github-status] + set-github-status --git-repo-url https://github.com/redhat-openshift-ecosystem/community-operators-prod.git --commit-sha 53e66cbe7e954a5eca5adf303485b9cfa612786f --status failure --context operator/test --description 'Pipeline for the operator tests has failed' | |
[set-github-status-failure : set-github-status] 2024-02-08 08:56:30,314 [operator-cert] INFO Successfully set status to failure for commit 53e66cbe7e954a5eca5adf303485b9cfa612786f in github repo https://github.com/redhat-openshift-ecosystem/community-operators-prod.git | |
[github-add-summary-comment : gather-info] 2024/02/08 08:56:44 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-run6tvpl | |
[github-add-summary-comment : gather-info] + mkdir community-hosted-pipeline-run6tvpl | |
[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-run6tvpl | |
[github-add-summary-comment : gather-info] task detect-changes has failed: "step-parse-repo-changes" exited with code 1 (image: "quay.io/redhat-isv/operator-pipelines-images@sha256:42a74fc8a4f94fdea95b6ab49f2f617a31fe851a06c9a7d7ad65c56513fc0b7a"); for logs run: kubectl -n operator-pipeline-prod logs community-hosted-pipeline-run6tvpl-detect-changes-pod -c step-parse-repo-changes | |
[github-add-summary-comment : gather-info] | |
[github-add-summary-comment : gather-info] failed to get logs for task detect-changes : container step-parse-repo-changes has failed : [{"key":"StartedAt","value":"2024-02-08T08:56:18.757Z","type":3}] | |
[release-lease : delete-lease] lease.coordination.k8s.io "community-hosted-pipeline-pr-4002" deleted | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment