Created
February 21, 2024 08:59
-
-
Save rh-operator-bundle-bot/acf8f82d450694baaaf5913c1b0f6b55 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: 15 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 14 | |
[get-pr-number : parse-pr-url] + echo -n 228 | |
[get-pr-number : parse-pr-url] + tee /tekton/results/git_pr_number | |
[get-pr-number : parse-pr-url] 228 | |
[acquire-lease : create-lease] Attempting to create lease community-hosted-pipeline-pr-228 | |
[acquire-lease : create-lease] lease.coordination.k8s.io/community-hosted-pipeline-pr-228 created | |
[acquire-lease : create-lease] The owner of the lease is community-hosted-pipeline-pr-228 | |
[acquire-lease : create-lease] Acquired lease community-hosted-pipeline-pr-228 | |
[set-github-status-pending : set-github-status] + '[' false == true ']' | |
[set-github-status-pending : set-github-status] + echo 'Setting github status of commit 74cefa24c5f44b897b66c33935b291c41fcdf52f to pending' | |
[set-github-status-pending : set-github-status] Setting github status of commit 74cefa24c5f44b897b66c33935b291c41fcdf52f to pending | |
[set-github-status-pending : set-github-status] + set-github-status --git-repo-url https://github.com/redhat-openshift-ecosystem/community-operators-pipeline-preprod.git --commit-sha 74cefa24c5f44b897b66c33935b291c41fcdf52f --status pending --context operator/test --description 'Pipeline for operator tests has started.' | |
[set-github-status-pending : set-github-status] 2024-02-21 08:57:15,428 [operator-cert] INFO Successfully set status to pending for commit 74cefa24c5f44b897b66c33935b291c41fcdf52f in github repo https://github.com/redhat-openshift-ecosystem/community-operators-pipeline-preprod.git | |
[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/228 | |
[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-pipeline-preprod/pull/228' | |
[set-github-started-label : post-comment] + github-labels --pull-request-url https://github.com/redhat-openshift-ecosystem/community-operators-pipeline-preprod/pull/228 --add-labels community-hosted-pipeline/started --remove-labels pipeline/trigger-hosted --remove-matching-namespace-labels | |
[set-github-started-label : post-comment] 2024-02-21 08:57:15,852 [operator-cert] INFO Adding labels ['community-hosted-pipeline/started'] to redhat-openshift-ecosystem/community-operators-pipeline-preprod | |
[set-github-started-label : post-comment] 2024-02-21 08:57:16,373 [operator-cert] INFO Labels to remove in namespace: ['community-hosted-pipeline/failed'] | |
[set-github-started-label : post-comment] 2024-02-21 08:57:16,374 [operator-cert] INFO Current labels: <github.PaginatedList.PaginatedList object at 0x7f265403b410> | |
[set-github-started-label : post-comment] 2024-02-21 08:57:16,374 [operator-cert] INFO Labels to add: ['community-hosted-pipeline/started'] | |
[set-github-started-label : post-comment] 2024-02-21 08:57:16,374 [operator-cert] INFO Labels to remove: ['community-hosted-pipeline/failed'] | |
[set-github-started-label : post-comment] 2024-02-21 08:57:16,374 [operator-cert] INFO Adding label community-hosted-pipeline/started | |
[set-github-started-label : post-comment] 2024-02-21 08:57:16,908 [operator-cert] INFO Removing label community-hosted-pipeline/failed | |
[set-env-community : set-env-community] + ENV=stage | |
[set-env-community : set-env-community] + [[ stage =~ ^(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.stage.engineering.redhat.com | |
[set-env-community : set-env-community] + SIG_KEY_ID='4096R/37036783 SHA-256' | |
[set-env-community : set-env-community] + SIG_KEY_NAME=redhate2etesting | |
[set-env-community : set-env-community] + UMB_URL=umb.stage.api.redhat.com | |
[set-env-community : set-env-community] + UMB_CLIENT_NAME=nonprod-operatorpipelines | |
[set-env-community : set-env-community] + PYXIS_URL=https://pyxis.stage.engineering.redhat.com | |
[set-env-community : set-env-community] + echo -n https://iib.stage.engineering.redhat.com | |
[set-env-community : set-env-community] + tee /tekton/results/iib_url | |
[set-env-community : set-env-community] https://iib.stage.engineering.redhat.com+ echo -n 4096R/37036783 SHA-256 | |
[set-env-community : set-env-community] + tee /tekton/results/sig_key_id | |
[set-env-community : set-env-community] 4096R/37036783 SHA-256+ echo -n redhate2etesting | |
[set-env-community : set-env-community] + tee /tekton/results/sig_key_name | |
[set-env-community : set-env-community] redhate2etesting+ echo -n umb.stage.api.redhat.com | |
[set-env-community : set-env-community] + tee /tekton/results/umb_url | |
[set-env-community : set-env-community] umb.stage.api.redhat.com+ echo -n nonprod-operatorpipelines | |
[set-env-community : set-env-community] + tee /tekton/results/umb_client_name | |
[set-env-community : set-env-community] nonprod-operatorpipelines+ echo -n https://pyxis.stage.engineering.redhat.com | |
[set-env-community : set-env-community] + tee /tekton/results/pyxis_url | |
[set-env-community : set-env-community] https://pyxis.stage.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/redhat-openshift-ecosystem/community-operators-pipeline-preprod.git -revision=74cefa24c5f44b897b66c33935b291c41fcdf52f -refspec= -path=/workspace/output/ -sslVerify=true -submodules=true -depth=1 -sparseCheckoutDirectories= | |
[clone-repository : clone] {"level":"info","ts":1708505863.2454593,"caller":"git/git.go:169","msg":"Successfully cloned https://github.com/redhat-openshift-ecosystem/community-operators-pipeline-preprod.git @ 74cefa24c5f44b897b66c33935b291c41fcdf52f (grafted, HEAD) in path /workspace/output/"} | |
[clone-repository : clone] {"level":"info","ts":1708505863.2887154,"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=74cefa24c5f44b897b66c33935b291c41fcdf52f | |
[clone-repository : clone] + EXIT_CODE=0 | |
[clone-repository : clone] + '[' 0 '!=' 0 ']' | |
[clone-repository : clone] + printf %s 74cefa24c5f44b897b66c33935b291c41fcdf52f | |
[clone-repository : clone] + printf %s https://github.com/redhat-openshift-ecosystem/community-operators-pipeline-preprod.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-pipeline-preprod.git -revision=5d8ec94069072ae8cbed53c87fa6b083d20cad82 -refspec= -path=/workspace/output/ -sslVerify=true -submodules=true -depth=1 -sparseCheckoutDirectories= | |
[clone-repository-base : clone] {"level":"info","ts":1708505863.2410662,"caller":"git/git.go:169","msg":"Successfully cloned https://github.com/redhat-openshift-ecosystem/community-operators-pipeline-preprod.git @ 5d8ec94069072ae8cbed53c87fa6b083d20cad82 (grafted, HEAD) in path /workspace/output/"} | |
[clone-repository-base : clone] {"level":"info","ts":1708505863.2855256,"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=5d8ec94069072ae8cbed53c87fa6b083d20cad82 | |
[clone-repository-base : clone] + EXIT_CODE=0 | |
[clone-repository-base : clone] + '[' 0 '!=' 0 ']' | |
[clone-repository-base : clone] + printf %s 5d8ec94069072ae8cbed53c87fa6b083d20cad82 | |
[clone-repository-base : clone] + printf %s https://github.com/redhat-openshift-ecosystem/community-operators-pipeline-preprod.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-pipeline-preprod/pull/228 --output-file /tmp/changes.json --verbose | |
[detect-changes : parse-repo-changes] 2024-02-21 08:58:01,766 [operator-cert] DEBUG Affected operators: AffectedOperatorCollection(added=set(), modified=set(), deleted=set()) | |
[detect-changes : parse-repo-changes] 2024-02-21 08:58:01,766 [operator-cert] DEBUG Affected bundles: AffectedBundleCollection(added=set(), modified=set(), deleted=set()) | |
[detect-changes : parse-repo-changes] 2024-02-21 08:58:01,767 [operator-cert] DEBUG Affected catalogs: AffectedCatalogCollection(added={'v4.13'}, modified={'v4.15', 'v4.14'}, deleted=set()) | |
[detect-changes : parse-repo-changes] {('v4.13', 'operator-3'), ('v4.15', 'operator-2'), ('v4.14', 'operator-1')} | |
[detect-changes : parse-repo-changes] False | |
[detect-changes : parse-repo-changes] 2024-02-21 08:58:01,768 [operator-cert] DEBUG Affected catalog operators: AffectedCatalogOperatorCollection(added={('v4.13', 'operator-3')}, modified={('v4.14', 'operator-1')}, deleted={('v4.15', 'operator-2')}) | |
[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] true | |
[detect-changes : parse-repo-changes] + jq -e '.deleted_bundles|length==0' | |
[detect-changes : parse-repo-changes] true | |
[detect-changes : parse-repo-changes] + jq -e '.added_bundles|length<=1' | |
[detect-changes : parse-repo-changes] true | |
[detect-changes : parse-repo-changes] + jq -e '.added_bundles|length==1' | |
[detect-changes : parse-repo-changes] false | |
[detect-changes : parse-repo-changes] + jq -e '.affected_operators|length==1' | |
[detect-changes : parse-repo-changes] false | |
[detect-changes : parse-repo-changes] + operator_name= | |
[detect-changes : parse-repo-changes] + bundle_version= | |
[detect-changes : parse-repo-changes] + echo -n '' | |
[detect-changes : parse-repo-changes] + echo -n '' | |
[detect-changes : parse-repo-changes] + '[' -n '' ']' | |
[detect-changes : parse-repo-changes] + echo -n | |
[detect-changes : parse-repo-changes] + '[' -n '' ']' | |
[detect-changes : parse-repo-changes] + echo -n | |
[detect-changes : parse-repo-changes] ++ jq -r '.affected_catalogs | join(",")' | |
[detect-changes : parse-repo-changes] + affected_catalogs=v4.15,v4.13,v4.14 | |
[detect-changes : parse-repo-changes] + echo -n v4.15,v4.13,v4.14 | |
[detect-changes : parse-repo-changes] ++ jq -r '.affected_catalog_operators | join(",")' | |
[detect-changes : parse-repo-changes] + affected_catalog_operators=v4.13/operator-3,v4.15/operator-2,v4.14/operator-1 | |
[detect-changes : parse-repo-changes] + echo -n v4.13/operator-3,v4.15/operator-2,v4.14/operator-1 | |
[set-github-pr-title : set-github-status] + TITLE= | |
[set-github-pr-title : set-github-status] + echo 'Setting the PR title' | |
[set-github-pr-title : set-github-status] Setting the PR title | |
[set-github-pr-title : set-github-status] + [[ '' != '' ]] | |
[set-github-pr-title : set-github-status] + [[ '' != '' ]] | |
[set-github-pr-title : set-github-status] + [[ v4.15,v4.13,v4.14 != '' ]] | |
[set-github-pr-title : set-github-status] + TITLE='Catalog update [v4.15,v4.13,v4.14]' | |
[set-github-pr-title : set-github-status] + echo Catalog update '[v4.15,v4.13,v4.14]' | |
[set-github-pr-title : set-github-status] Catalog update [v4.15,v4.13,v4.14] | |
[set-github-pr-title : set-github-status] + gh pr edit --title 'Catalog update [v4.15,v4.13,v4.14]' https://github.com/redhat-openshift-ecosystem/community-operators-pipeline-preprod/pull/228 | |
[set-github-pr-title : set-github-status] https://github.com/redhat-openshift-ecosystem/community-operators-pipeline-preprod/pull/228 | |
[get-ci-reviewer : get-ci-reviewer] Getting reviewers from the ci.yaml ... | |
[get-ci-reviewer : approve-pull-request] Reviewers are missing in ci.yaml file - requesting review from repository maintainers. | |
[get-ci-reviewer : approve-pull-request] https://github.com/redhat-openshift-ecosystem/community-operators-pipeline-preprod/pull/228 | |
[read-config : read-config] + CONFIG_PATH=/ci.yaml | |
[read-config : read-config] + '[' '!' -f /ci.yaml ']' | |
[read-config : read-config] + echo 'Config file /ci.yaml does not exist.' | |
[read-config : read-config] Config file /ci.yaml does not exist. | |
[read-config : read-config] + echo -n replaces | |
[read-config : read-config] + tee /tekton/results/upgrade-graph-mode | |
[read-config : read-config] replaces+ exit 0 | |
[build-fragment-images : build-fragment-images] + EXTRA_ARGS= | |
[build-fragment-images : build-fragment-images] + [[ true == \t\r\u\e ]] | |
[build-fragment-images : build-fragment-images] + EXTRA_ARGS+=' --authfile /workspace/credentials/.dockerconfigjson' | |
[build-fragment-images : build-fragment-images] + id | |
[build-fragment-images : build-fragment-images] uid=1000(user) gid=1000(user) groups=1000(user),1000950000 | |
[build-fragment-images : build-fragment-images] + cat /etc/subuid | |
[build-fragment-images : build-fragment-images] user:524288:65536 | |
[build-fragment-images : build-fragment-images] podman:589824:65536 | |
[build-fragment-images : build-fragment-images] podman:10000:5000 | |
[build-fragment-images : build-fragment-images] + cat /etc/subgid | |
[build-fragment-images : build-fragment-images] user:524288:65536 | |
[build-fragment-images : build-fragment-images] podman:589824:65536 | |
[build-fragment-images : build-fragment-images] podman:10000:5000 | |
[build-fragment-images : build-fragment-images] + pwd | |
[build-fragment-images : build-fragment-images] /workspace/source | |
[build-fragment-images : build-fragment-images] + ls -l | |
[build-fragment-images : build-fragment-images] total 16 | |
[build-fragment-images : build-fragment-images] -rw-rw-r--. 1 root 1000950000 1824 Feb 21 08:57 README.md | |
[build-fragment-images : build-fragment-images] drwxrwsr-x. 5 root 1000950000 4096 Feb 21 08:57 catalogs | |
[build-fragment-images : build-fragment-images] -rw-rw-r--. 1 root 1000950000 212 Feb 21 08:57 config.yaml | |
[build-fragment-images : build-fragment-images] drwxrwsr-x. 3 root 1000950000 4096 Feb 21 08:57 operators | |
[build-fragment-images : build-fragment-images] + ls -l ./catalogs | |
[build-fragment-images : build-fragment-images] total 12 | |
[build-fragment-images : build-fragment-images] drwxrwsr-x. 3 root 1000950000 4096 Feb 21 08:57 v4.13 | |
[build-fragment-images : build-fragment-images] drwxrwsr-x. 3 root 1000950000 4096 Feb 21 08:57 v4.14 | |
[build-fragment-images : build-fragment-images] drwxrwsr-x. 3 root 1000950000 4096 Feb 21 08:57 v4.15 | |
[build-fragment-images : build-fragment-images] + build-fragment-images --catalog-names v4.15,v4.13,v4.14 --repository-destination quay.io/community-operator-pipeline-stage/catalog --tag-suffix fragment-74cefa24c5f44b897b66c33935b291c41fcdf52f --verbose --authfile /workspace/credentials/.dockerconfigjson | |
[build-fragment-images : build-fragment-images] 2024-02-21 08:59:15,637 [operator-cert] DEBUG Creating dockerfile: v4.15 | |
[build-fragment-images : build-fragment-images] 2024-02-21 08:59:15,637 [operator-cert] DEBUG Running command: ['opm', 'generate', 'dockerfile', './catalogs/v4.15'] | |
[build-fragment-images : build-fragment-images] 2024-02-21 08:59:15,662 [operator-cert] DEBUG Command output: | |
[build-fragment-images : build-fragment-images] 2024-02-21 08:59:15,662 [operator-cert] INFO Building fragment image: quay.io/community-operator-pipeline-stage/catalog:v4.15-fragment-74cefa24c5f44b897b66c33935b291c41fcdf52f | |
[build-fragment-images : build-fragment-images] 2024-02-21 08:59:15,662 [operator-cert] DEBUG Running command: ['podman', 'build', '-f', './catalogs/v4.15.Dockerfile', '-t', 'quay.io/community-operator-pipeline-stage/catalog:v4.15-fragment-74cefa24c5f44b897b66c33935b291c41fcdf52f', './catalogs'] | |
[build-fragment-images : build-fragment-images] 2024-02-21 08:59:22,914 [operator-cert] ERROR Error running command: | |
[build-fragment-images : build-fragment-images] stdout: b'STEP 1/6: FROM quay.io/operator-framework/opm:latest\nSTEP 2/6: ENTRYPOINT ["/bin/opm"]\n--> 52c5931cc1e0\nSTEP 3/6: CMD ["serve", "/configs", "--cache-dir=/tmp/cache"]\n--> 6b255674530f\nSTEP 4/6: ADD v4.15 /configs\n--> 5ce48663ae8c\nSTEP 5/6: RUN ["/bin/opm", "serve", "/configs", "--cache-dir=/tmp/cache", "--cache-only"]\n' | |
[build-fragment-images : build-fragment-images] stderr: b'Trying to pull quay.io/operator-framework/opm:latest...\nGetting image source signatures\nCopying blob sha256:d3c894b5b2b0fa857549aeb6cbc38b038b5b2828736be37b6d9fff0b886f12fd\nCopying blob sha256:fe09e3ee53d23c69e397e65622c72a24d06d07a3906237caa7bbcdc4614a3437\nCopying blob sha256:eebb06941f3e57b2e40a0e9cbd798dacef9b04d89ebaa8896be5f17c976f8666\nCopying blob sha256:63b450eae87c42ba59c0fa815ad0e5b8cb6fb76a039cc341dbff6e744fa77a77\nCopying blob sha256:960043b8858c3c30f1d79dcc49adb2804fd35c2510729e67685b298b2ca746b7\nCopying blob sha256:02cd68c0cbf64abe9738767877756b33f50fff5d88583fdc74b66beffa77694b\nCopying blob sha256:b40161cd83fc5d470d6abe50e87aa288481b6b89137012881d74187cfbf9f502\nCopying blob sha256:46ba3f23f1d3fb1440deeb279716e4377e79e61736ec2227270349b9618a0fdd\nCopying blob sha256:4fa131a1b726b2d6468d461e7d8867a2157d5671f712461d8abd126155fdf9ce\nCopying blob sha256:4a2d7bc46f5813ebe5b1c2cd5fd135ad788a32488888ed2681830e6f2610b592\nCopying blob sha256:d3ad518f86a46a57efd4a41a6d44863b000710174a2bd8cd594abb3a1dbfd6e3\nCopying blob sha256:49dffd3b924bbe846db2d51d3dc311c43291583afa3d9247cb0f770b1dc7d8a0\nCopying blob sha256:0ebf33b87b4caa48cb0d9c94948d42bef03d77f499bfe3228e08b622597dca76\nCopying config sha256:342f1f98b4b2e6b33980a40048fc8cfef1f85cff30adc63545ec07a0e3eb7d85\nWriting manifest to image destination\ntime="2024-02-21T08:59:22Z" level=warning msg="unable to set termination log path" error="open /dev/termination-log: permission denied"\ntime="2024-02-21T08:59:22Z" level=info msg="starting pprof endpoint" address="localhost:6060"\ntime="2024-02-21T08:59:22Z" level=fatal msg="object \'\' is missing root schema field"\nError: building at STEP "RUN /bin/opm serve /configs --cache-dir=/tmp/cache --cache-only": while running runtime: exit status 1\n' | |
[build-fragment-images : build-fragment-images] Traceback (most recent call last): | |
[build-fragment-images : build-fragment-images] File "/home/user/.venv/bin/build-fragment-images", line 8, in <module> | |
[build-fragment-images : build-fragment-images] sys.exit(main()) | |
[build-fragment-images : build-fragment-images] ^^^^^^ | |
[build-fragment-images : build-fragment-images] File "/home/user/.venv/lib/python3.11/site-packages/operatorcert/entrypoints/build_fragment_images.py", line 140, in main | |
[build-fragment-images : build-fragment-images] fragment_image = create_fragment_image(catalog_path, catalog_name, args) | |
[build-fragment-images : build-fragment-images] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
[build-fragment-images : build-fragment-images] File "/home/user/.venv/lib/python3.11/site-packages/operatorcert/entrypoints/build_fragment_images.py", line 111, in create_fragment_image | |
[build-fragment-images : build-fragment-images] build_fragment_image( | |
[build-fragment-images : build-fragment-images] File "/home/user/.venv/lib/python3.11/site-packages/operatorcert/entrypoints/build_fragment_images.py", line 76, in build_fragment_image | |
[build-fragment-images : build-fragment-images] output = run_command(cmd) | |
[build-fragment-images : build-fragment-images] ^^^^^^^^^^^^^^^^ | |
[build-fragment-images : build-fragment-images] File "/home/user/.venv/lib/python3.11/site-packages/operatorcert/utils.py", line 156, in run_command | |
[build-fragment-images : build-fragment-images] raise e | |
[build-fragment-images : build-fragment-images] File "/home/user/.venv/lib/python3.11/site-packages/operatorcert/utils.py", line 144, in run_command | |
[build-fragment-images : build-fragment-images] output = subprocess.run( | |
[build-fragment-images : build-fragment-images] ^^^^^^^^^^^^^^^ | |
[build-fragment-images : build-fragment-images] File "/usr/lib64/python3.11/subprocess.py", line 571, in run | |
[build-fragment-images : build-fragment-images] raise CalledProcessError(retcode, process.args, | |
[build-fragment-images : build-fragment-images] subprocess.CalledProcessError: Command '['podman', 'build', '-f', './catalogs/v4.15.Dockerfile', '-t', 'quay.io/community-operator-pipeline-stage/catalog:v4.15-fragment-74cefa24c5f44b897b66c33935b291c41fcdf52f', './catalogs']' returned non-zero exit status 1. | |
[set-github-status-failure : set-github-status] + '[' false == true ']' | |
[set-github-status-failure : set-github-status] + echo 'Setting github status of commit 74cefa24c5f44b897b66c33935b291c41fcdf52f to failure' | |
[set-github-status-failure : set-github-status] Setting github status of commit 74cefa24c5f44b897b66c33935b291c41fcdf52f to failure | |
[set-github-status-failure : set-github-status] + set-github-status --git-repo-url https://github.com/redhat-openshift-ecosystem/community-operators-pipeline-preprod.git --commit-sha 74cefa24c5f44b897b66c33935b291c41fcdf52f --status failure --context operator/test --description 'Pipeline for the operator tests has failed' | |
[set-github-status-failure : set-github-status] 2024-02-21 08:59:31,028 [operator-cert] INFO Successfully set status to failure for commit 74cefa24c5f44b897b66c33935b291c41fcdf52f in github repo https://github.com/redhat-openshift-ecosystem/community-operators-pipeline-preprod.git | |
[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-pipeline-preprod/pull/228 | |
[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/228' | |
[set-github-failed-label : post-comment] + github-labels --pull-request-url https://github.com/redhat-openshift-ecosystem/community-operators-pipeline-preprod/pull/228 --add-labels community-hosted-pipeline/failed --remove-matching-namespace-labels | |
[set-github-failed-label : post-comment] 2024-02-21 08:59:30,739 [operator-cert] INFO Adding labels ['community-hosted-pipeline/failed'] to redhat-openshift-ecosystem/community-operators-pipeline-preprod | |
[set-github-failed-label : post-comment] 2024-02-21 08:59:31,287 [operator-cert] INFO Labels to remove in namespace: ['community-hosted-pipeline/started'] | |
[set-github-failed-label : post-comment] 2024-02-21 08:59:31,287 [operator-cert] INFO Current labels: <github.PaginatedList.PaginatedList object at 0x7fccf1fc3150> | |
[set-github-failed-label : post-comment] 2024-02-21 08:59:31,287 [operator-cert] INFO Labels to add: ['community-hosted-pipeline/failed'] | |
[set-github-failed-label : post-comment] 2024-02-21 08:59:31,287 [operator-cert] INFO Labels to remove: ['community-hosted-pipeline/started'] | |
[set-github-failed-label : post-comment] 2024-02-21 08:59:31,287 [operator-cert] INFO Adding label community-hosted-pipeline/failed | |
[set-github-failed-label : post-comment] 2024-02-21 08:59:31,900 [operator-cert] INFO Removing label community-hosted-pipeline/started | |
[github-add-summary-comment : gather-info] 2024/02/21 08:59:37 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-run58mgg | |
[github-add-summary-comment : gather-info] + mkdir community-hosted-pipeline-run58mgg | |
[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-run58mgg | |
[github-add-summary-comment : gather-info] task build-fragment-images has failed: "step-build-fragment-images" exited with code 1 (image: "quay.io/redhat-isv/operator-pipelines-test-image@sha256:9a9e153f120d46d362f243aea742989318e2c52a7acf4c4adad089a0acda7d55"); for logs run: kubectl -n araszka-playground logs community-hosted-pipeline-run58mgg-build-fragment-images-pod -c step-build-fragment-images | |
[github-add-summary-comment : gather-info] | |
[github-add-summary-comment : gather-info] failed to get logs for task build-fragment-images : container step-build-fragment-images has failed : [{"key":"StartedAt","value":"2024-02-21T08:59:15.057Z","type":3}] | |
[release-lease : delete-lease] lease.coordination.k8s.io "community-hosted-pipeline-pr-228" deleted | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment