Created
August 10, 2023 15:41
-
-
Save rh-operator-bundle-bot/b9c2e6d400d4fc4ddf761a96adc27f32 to your computer and use it in GitHub Desktop.
This file contains hidden or 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: 4 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 3 | |
[set-github-started-label : post-comment] + EXTRA_ARGS= | |
[set-github-started-label : post-comment] Editing GitHub labels to PR https://github.com/redhat-openshift-ecosystem/community-operators-pipeline-preprod/pull/15 | |
[set-github-started-label : post-comment] + [[ ! -z community-hosted-pipeline/started ]] | |
[set-github-started-label : post-comment] + EXTRA_ARGS+=' --add-label community-hosted-pipeline/started' | |
[set-github-started-label : post-comment] + [[ ! -z '' ]] | |
[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/15' | |
[set-github-started-label : post-comment] + github-labels --pull-request-url https://github.com/redhat-openshift-ecosystem/community-operators-pipeline-preprod/pull/15 --add-label community-hosted-pipeline/started --remove-matching-namespace-labels | |
[set-github-started-label : post-comment] 2023-08-10 15:40:37,110 [operator-cert] INFO Adding labels ['community-hosted-pipeline/started'] to redhat-openshift-ecosystem/community-operators-pipeline-preprod | |
[set-github-started-label : post-comment] 2023-08-10 15:40:37,773 [operator-cert] INFO Labels to remove in namespace: [] | |
[set-github-started-label : post-comment] 2023-08-10 15:40:37,773 [operator-cert] INFO Current labels: <github.PaginatedList.PaginatedList object at 0x7fd398166250> | |
[set-github-started-label : post-comment] 2023-08-10 15:40:37,773 [operator-cert] INFO Labels to add: ['community-hosted-pipeline/started'] | |
[set-github-started-label : post-comment] 2023-08-10 15:40:37,773 [operator-cert] INFO Labels to remove: [] | |
[set-github-started-label : post-comment] 2023-08-10 15:40:37,773 [operator-cert] INFO Adding label community-hosted-pipeline/started | |
[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=test-reviewer -refspec= -path=/workspace/output/ -sslVerify=true -submodules=true -depth=25 -sparseCheckoutDirectories= | |
[clone-repository : clone] {"level":"info","ts":1691682053.6706266,"caller":"git/git.go:169","msg":"Successfully cloned https://github.com/redhat-openshift-ecosystem/community-operators-pipeline-preprod.git @ f95f7f220b29e7afa4682fb72d063c33121ae96d (HEAD, origin/test-reviewer) in path /workspace/output/"} | |
[clone-repository : clone] {"level":"info","ts":1691682053.712083,"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=f95f7f220b29e7afa4682fb72d063c33121ae96d | |
[clone-repository : clone] + EXIT_CODE=0 | |
[clone-repository : clone] + '[' 0 '!=' 0 ']' | |
[clone-repository : clone] + printf %s f95f7f220b29e7afa4682fb72d063c33121ae96d | |
[clone-repository : clone] + printf %s https://github.com/redhat-openshift-ecosystem/community-operators-pipeline-preprod.git | |
[detect-changes : parse-repo-changes] + cd /workspace/repo | |
[detect-changes : parse-repo-changes] + git config --global --add safe.directory /workspace/repo | |
[detect-changes : parse-repo-changes] + detect-changed-operators --repo-path=/workspace/repo --head-commit=f95f7f220b29e7afa4682fb72d063c33121ae96d --base-commit=e9ef8c654c91ea57aad54cf7ec6e11fb1b9b8574 --output-file /tmp/changes.json --verbose | |
[detect-changes : parse-repo-changes] 2023-08-10 15:41:01,145 [operator-cert] DEBUG Detecting changes in repo at /workspace/repo | |
[detect-changes : parse-repo-changes] Traceback (most recent call last): | |
[detect-changes : parse-repo-changes] File "/home/user/.venv/bin/detect-changed-operators", line 8, in <module> | |
[detect-changes : parse-repo-changes] sys.exit(main()) | |
[detect-changes : parse-repo-changes] ^^^^^^ | |
[detect-changes : parse-repo-changes] File "/home/user/.venv/lib/python3.11/site-packages/operatorcert/entrypoints/detect_changed_operators.py", line 231, in main | |
[detect-changes : parse-repo-changes] result = detect_changed_operators( | |
[detect-changes : parse-repo-changes] ^^^^^^^^^^^^^^^^^^^^^^^^^ | |
[detect-changes : parse-repo-changes] File "/home/user/.venv/lib/python3.11/site-packages/operatorcert/entrypoints/detect_changed_operators.py", line 119, in detect_changed_operators | |
[detect-changes : parse-repo-changes] git_repo_base.head.reference = git_repo_base.create_head( | |
[detect-changes : parse-repo-changes] ^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
[detect-changes : parse-repo-changes] File "/home/user/.venv/lib/python3.11/site-packages/git/repo/base.py", line 490, in create_head | |
[detect-changes : parse-repo-changes] return Head.create(self, path, commit, logmsg, force) | |
[detect-changes : parse-repo-changes] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
[detect-changes : parse-repo-changes] File "/home/user/.venv/lib/python3.11/site-packages/git/refs/symbolic.py", line 615, in create | |
[detect-changes : parse-repo-changes] return cls._create(repo, path, cls._resolve_ref_on_create, reference, force, logmsg) | |
[detect-changes : parse-repo-changes] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
[detect-changes : parse-repo-changes] File "/home/user/.venv/lib/python3.11/site-packages/git/refs/symbolic.py", line 556, in _create | |
[detect-changes : parse-repo-changes] target = repo.rev_parse(str(reference)) | |
[detect-changes : parse-repo-changes] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
[detect-changes : parse-repo-changes] File "/home/user/.venv/lib/python3.11/site-packages/git/repo/fun.py", line 378, in rev_parse | |
[detect-changes : parse-repo-changes] obj = cast(Commit_ish, name_to_object(repo, rev)) | |
[detect-changes : parse-repo-changes] ^^^^^^^^^^^^^^^^^^^^^^^^^ | |
[detect-changes : parse-repo-changes] File "/home/user/.venv/lib/python3.11/site-packages/git/repo/fun.py", line 187, in name_to_object | |
[detect-changes : parse-repo-changes] return Object.new_from_sha(repo, hex_to_bin(hexsha)) | |
[detect-changes : parse-repo-changes] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
[detect-changes : parse-repo-changes] File "/home/user/.venv/lib/python3.11/site-packages/git/objects/base.py", line 94, in new_from_sha | |
[detect-changes : parse-repo-changes] oinfo = repo.odb.info(sha1) | |
[detect-changes : parse-repo-changes] ^^^^^^^^^^^^^^^^^^^ | |
[detect-changes : parse-repo-changes] File "/home/user/.venv/lib/python3.11/site-packages/git/db.py", line 40, in info | |
[detect-changes : parse-repo-changes] hexsha, typename, size = self._git.get_object_header(bin_to_hex(binsha)) | |
[detect-changes : parse-repo-changes] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
[detect-changes : parse-repo-changes] File "/home/user/.venv/lib/python3.11/site-packages/git/cmd.py", line 1383, in get_object_header | |
[detect-changes : parse-repo-changes] return self.__get_object_header(cmd, ref) | |
[detect-changes : parse-repo-changes] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
[detect-changes : parse-repo-changes] File "/home/user/.venv/lib/python3.11/site-packages/git/cmd.py", line 1370, in __get_object_header | |
[detect-changes : parse-repo-changes] return self._parse_object_header(cmd.stdout.readline()) | |
[detect-changes : parse-repo-changes] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
[detect-changes : parse-repo-changes] File "/home/user/.venv/lib/python3.11/site-packages/git/cmd.py", line 1331, in _parse_object_header | |
[detect-changes : parse-repo-changes] raise ValueError("SHA %s could not be resolved, git returned: %r" % (tokens[0], header_line.strip())) | |
[detect-changes : parse-repo-changes] ValueError: SHA b'e9ef8c654c91ea57aad54cf7ec6e11fb1b9b8574' could not be resolved, git returned: b'e9ef8c654c91ea57aad54cf7ec6e11fb1b9b8574 missing' | |
[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-label 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/15 | |
[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/15' | |
[set-github-failed-label : post-comment] + github-labels --pull-request-url https://github.com/redhat-openshift-ecosystem/community-operators-pipeline-preprod/pull/15 --add-label community-hosted-pipeline/failed --remove-matching-namespace-labels | |
[set-github-failed-label : post-comment] 2023-08-10 15:41:07,433 [operator-cert] INFO Adding labels ['community-hosted-pipeline/failed'] to redhat-openshift-ecosystem/community-operators-pipeline-preprod | |
[set-github-failed-label : post-comment] 2023-08-10 15:41:08,027 [operator-cert] INFO Labels to remove in namespace: ['community-hosted-pipeline/started'] | |
[set-github-failed-label : post-comment] 2023-08-10 15:41:08,027 [operator-cert] INFO Current labels: <github.PaginatedList.PaginatedList object at 0x7f54f8fa2010> | |
[set-github-failed-label : post-comment] 2023-08-10 15:41:08,027 [operator-cert] INFO Labels to add: ['community-hosted-pipeline/failed'] | |
[set-github-failed-label : post-comment] 2023-08-10 15:41:08,027 [operator-cert] INFO Labels to remove: ['community-hosted-pipeline/started'] | |
[set-github-failed-label : post-comment] 2023-08-10 15:41:08,027 [operator-cert] INFO Adding label community-hosted-pipeline/failed | |
[set-github-failed-label : post-comment] 2023-08-10 15:41:09,299 [operator-cert] INFO Removing label community-hosted-pipeline/started | |
[github-add-summary-comment : gather-info] + PR_NAME=community-hosted-pipeline-run8pxgt | |
[github-add-summary-comment : gather-info] + mkdir community-hosted-pipeline-run8pxgt | |
[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-run8pxgt | |
[github-add-summary-comment : gather-info] I0810 15:41:23.961365 17 request.go:645] Throttling request took 1.190107269s, request: GET:https://172.30.0.1:443/apis/authorization.openshift.io/v1?timeout=32s | |
[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:11f7187a0acc53d46bb88b03e762f882cedcd6e2900d3bc9f5e6948563b81f72"); for logs run: kubectl -n tbak-community-test logs community-hosted-pipeline-run8pxgt-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":"2023-08-10T15:41:00.636Z","type":3}] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment