Created
August 10, 2023 07:44
-
-
Save rh-operator-bundle-bot/84a3c509eab3c8c7d6efbaa9faf2000b 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: 2 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0 | |
[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=101 -refspec= -path=/workspace/output/ -sslVerify=true -submodules=true -depth=25 -sparseCheckoutDirectories= | |
[clone-repository : clone] {"level":"info","ts":1691653389.6251853,"caller":"git/git.go:169","msg":"Successfully cloned https://github.com/redhat-openshift-ecosystem/community-operators-pipeline-preprod.git @ b114b8614b2886c6bd9821771eae0d00606b3f17 (HEAD, origin/101) in path /workspace/output/"} | |
[clone-repository : clone] {"level":"info","ts":1691653389.6668284,"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=b114b8614b2886c6bd9821771eae0d00606b3f17 | |
[clone-repository : clone] + EXIT_CODE=0 | |
[clone-repository : clone] + '[' 0 '!=' 0 ']' | |
[clone-repository : clone] + printf %s b114b8614b2886c6bd9821771eae0d00606b3f17 | |
[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=b114b8614b2886c6bd9821771eae0d00606b3f17 --base-commit=0e3f3cad8e272ac55ade7b76cea2669240885b2e --output-file /tmp/changes.json --verbose | |
[detect-changes : parse-repo-changes] 2023-08-10 07:43:37,268 [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'0e3f3cad8e272ac55ade7b76cea2669240885b2e' could not be resolved, git returned: b'0e3f3cad8e272ac55ade7b76cea2669240885b2e missing' | |
[github-add-summary-comment : gather-info] + PR_NAME=community-hosted-pipeline-runv2zqx | |
[github-add-summary-comment : gather-info] + mkdir community-hosted-pipeline-runv2zqx | |
[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-runv2zqx | |
[github-add-summary-comment : gather-info] I0810 07:44:00.717167 16 request.go:645] Throttling request took 1.186695153s, request: GET:https://172.30.0.1:443/apis/image.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-playground logs community-hosted-pipeline-runv2zqx-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-10T07:43:36.763Z","type":3}] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment