Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rh-operator-bundle-bot/f3f113c78d6a47ca942131bd37e4b526 to your computer and use it in GitHub Desktop.
Save rh-operator-bundle-bot/f3f113c78d6a47ca942131bd37e4b526 to your computer and use it in GitHub Desktop.
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] + EXTRA_ARGS+=' --add-label 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/10
[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/10'
[set-github-started-label : post-comment] + github-labels --pull-request-url https://github.com/redhat-openshift-ecosystem/community-operators-pipeline-preprod/pull/10 --add-label community-hosted-pipeline/started --remove-matching-namespace-labels
[set-github-started-label : post-comment] 2023-08-10 07:43:03,677 [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 07:43:04,210 [operator-cert] INFO Labels to remove in namespace: ['community-hosted-pipeline/passed']
[set-github-started-label : post-comment] 2023-08-10 07:43:04,210 [operator-cert] INFO Current labels: <github.PaginatedList.PaginatedList object at 0x7fe1e47a6310>
[set-github-started-label : post-comment] 2023-08-10 07:43:04,210 [operator-cert] INFO Labels to add: ['community-hosted-pipeline/started']
[set-github-started-label : post-comment] 2023-08-10 07:43:04,210 [operator-cert] INFO Labels to remove: ['community-hosted-pipeline/passed']
[set-github-started-label : post-comment] 2023-08-10 07:43:04,210 [operator-cert] INFO Adding label community-hosted-pipeline/started
[set-github-started-label : post-comment] 2023-08-10 07:43:04,957 [operator-cert] INFO Removing label community-hosted-pipeline/passed
[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":1691653398.4184794,"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":1691653398.463319,"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:39,087 [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'
[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/10
[set-github-failed-label : post-comment] + EXTRA_ARGS+=' --add-label 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/10'
[set-github-failed-label : post-comment] + github-labels --pull-request-url https://github.com/redhat-openshift-ecosystem/community-operators-pipeline-preprod/pull/10 --add-label community-hosted-pipeline/failed --remove-matching-namespace-labels
[set-github-failed-label : post-comment] 2023-08-10 07:43:45,322 [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 07:43:45,896 [operator-cert] INFO Labels to remove in namespace: ['community-hosted-pipeline/started']
[set-github-failed-label : post-comment] 2023-08-10 07:43:45,896 [operator-cert] INFO Current labels: <github.PaginatedList.PaginatedList object at 0x7f98f79d63d0>
[set-github-failed-label : post-comment] 2023-08-10 07:43:45,896 [operator-cert] INFO Labels to add: ['community-hosted-pipeline/failed']
[set-github-failed-label : post-comment] 2023-08-10 07:43:45,896 [operator-cert] INFO Labels to remove: ['community-hosted-pipeline/started']
[set-github-failed-label : post-comment] 2023-08-10 07:43:45,897 [operator-cert] INFO Adding label community-hosted-pipeline/failed
[set-github-failed-label : post-comment] 2023-08-10 07:43:46,599 [operator-cert] INFO Removing label community-hosted-pipeline/started
[github-add-summary-comment : gather-info] + PR_NAME=community-hosted-pipeline-runkb2sg
[github-add-summary-comment : gather-info] + mkdir community-hosted-pipeline-runkb2sg
[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-runkb2sg
[github-add-summary-comment : gather-info] I0810 07:44:01.124552 17 request.go:645] Throttling request took 1.188791514s, request: GET:https://172.30.0.1:443/apis/upgrade.managed.openshift.io/v1alpha1?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 operator-pipeline-stage logs community-hosted-pipeline-runkb2sg-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:38.618Z","type":3}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment