Created
August 10, 2023 15:46
-
-
Save rh-operator-bundle-bot/1a675186b94fadb676c8cc133d96326c 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] + [[ ! -z 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/15 | |
[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:44:55,417 [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:44:56,101 [operator-cert] INFO Labels to remove in namespace: [] | |
[set-github-started-label : post-comment] 2023-08-10 15:44:56,101 [operator-cert] INFO Current labels: <github.PaginatedList.PaginatedList object at 0x7fb73cfb2710> | |
[set-github-started-label : post-comment] 2023-08-10 15:44:56,101 [operator-cert] INFO Labels to add: [] | |
[set-github-started-label : post-comment] 2023-08-10 15:44:56,101 [operator-cert] INFO Labels to remove: [] | |
[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":1691682312.6500478,"caller":"git/git.go:169","msg":"Successfully cloned https://github.com/redhat-openshift-ecosystem/community-operators-pipeline-preprod.git @ a9aad46a850ea28e6d3856af724d92dd510f9f81 (HEAD, origin/test-reviewer) in path /workspace/output/"} | |
[clone-repository : clone] {"level":"info","ts":1691682312.6923354,"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=a9aad46a850ea28e6d3856af724d92dd510f9f81 | |
[clone-repository : clone] + EXIT_CODE=0 | |
[clone-repository : clone] + '[' 0 '!=' 0 ']' | |
[clone-repository : clone] + printf %s a9aad46a850ea28e6d3856af724d92dd510f9f81 | |
[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=a9aad46a850ea28e6d3856af724d92dd510f9f81 --base-commit=e9ef8c654c91ea57aad54cf7ec6e11fb1b9b8574 --output-file /tmp/changes.json --verbose | |
[detect-changes : parse-repo-changes] 2023-08-10 15:45:31,779 [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:45:40,925 [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:45:41,453 [operator-cert] INFO Labels to remove in namespace: [] | |
[set-github-failed-label : post-comment] 2023-08-10 15:45:41,454 [operator-cert] INFO Current labels: <github.PaginatedList.PaginatedList object at 0x7fec7d5a2010> | |
[set-github-failed-label : post-comment] 2023-08-10 15:45:41,454 [operator-cert] INFO Labels to add: [] | |
[set-github-failed-label : post-comment] 2023-08-10 15:45:41,454 [operator-cert] INFO Labels to remove: [] | |
[github-add-summary-comment : gather-info] + PR_NAME=community-hosted-pipeline-runqxrvk | |
[github-add-summary-comment : gather-info] + mkdir community-hosted-pipeline-runqxrvk | |
[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-runqxrvk | |
[github-add-summary-comment : gather-info] I0810 15:45:50.678294 15 request.go:645] Throttling request took 1.189349025s, request: GET:https://172.30.0.1:443/apis/prow.k8s.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-runqxrvk-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:45:31.300Z","type":3}] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment