Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prow/v11 happy path test failing: testCatalogFromSources.sh: No such file or directory #21836

Closed
nickboldt opened this issue Nov 23, 2022 · 5 comments
Assignees
Labels
area/che-operator Issues and PRs related to Eclipse Che Kubernetes Operator kind/bug Outline of a bug - must adhere to the bug report template. kind/release Issue dedicated to a release (content, status, related PR, go/nogo/problem discussion, etc.) severity/P1 Has a major impact to usage or development of the system.
Milestone

Comments

@nickboldt
Copy link
Contributor

nickboldt commented Nov 23, 2022

Describe the bug

ci/prow/v11-devworkspace-happy-path testing failing - testCatalogFromSources.sh: No such file or directory:

image

  * could not run steps: step devworkspace-happy-path failed: "devworkspace-happy-path" test steps failed: "devworkspace-happy-path" pod "devworkspace-happy-path-devworkspace-happy-path" failed: the pod ci-op-ncmkv9pq/devworkspace-happy-path-devworkspace-happy-path failed after 26s (failed containers: test): ContainerFailed one or more containers exited
Container test exited with code 1, reason Error
---
/bin/bash: build/scripts/olm/testCatalogFromSources.sh: No such file or directory
{"component":"entrypoint","error":"wrapped process failed: exit status 127","file":"k8s.io/test-infra/prow/entrypoint/run.go:79","func":"k8s.io/test-infra/prow/entrypoint.Options.Run","level":"error","msg":"Error executing test process","severity":"error","time":"2022-11-23T19:44:46Z"}
error: failed to execute wrapped command: exit status 127

-- https://prow.ci.openshift.org/view/gs/origin-ci-test/pr-logs/pull/eclipse-che_che-operator/1568/pull-ci-eclipse-che-che-operator-main-v11-devworkspace-happy-path/1595492550372757504

Steps to reproduce

  1. generate a PR ci: Copy 7.57.0 csv to main che-operator#1568
  2. watch it fail

In 7.57.x and main we have these renamed scripts:

$➔ ls -1 build/scripts/olm/
release-catalog.sh
test-catalog-from-sources.sh
test-catalog.sh
test-update.sh

But in 7.56.x branch we have these other names. Did we miss a refactoring step somewhere?

$➔ ls -1 build/scripts/olm/
buildCatalog.sh
testCatalogFromSources.sh
testCatalog.sh
testUpdate.sh
@nickboldt nickboldt added the kind/bug Outline of a bug - must adhere to the bug report template. label Nov 23, 2022
@che-bot che-bot added the status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. label Nov 23, 2022
@nickboldt nickboldt added severity/P1 Has a major impact to usage or development of the system. area/che-operator Issues and PRs related to Eclipse Che Kubernetes Operator team/deploy kind/release Issue dedicated to a release (content, status, related PR, go/nogo/problem discussion, etc.) and removed status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. labels Nov 23, 2022
@nickboldt nickboldt changed the title Happy Path test failing on OCP 4.11 prow/v11 happypPath test failing: testCatalogFromSources.sh: No such file or directory Nov 23, 2022
@nickboldt nickboldt changed the title prow/v11 happypPath test failing: testCatalogFromSources.sh: No such file or directory prow/v11 happy path test failing: testCatalogFromSources.sh: No such file or directory Nov 23, 2022
@nickboldt
Copy link
Contributor Author

Possible fix: openshift/release#34307

@nickboldt
Copy link
Contributor Author

well, we're better:

Before:

{  /bin/bash: build/scripts/olm/testCatalogFromSources.sh: No such file or directory

-- https://prow.ci.openshift.org/view/gs/origin-ci-test/pr-logs/pull/eclipse-che_che-operator/1568/pull-ci-eclipse-che-che-operator-main-v11-devworkspace-happy-path/1595492550372757504

Now:

Error from server (ServiceUnavailable): the server is currently unable to handle the request (post buildconfigs.build.openshift.io eclipse-che-operator)
{"component":"entrypoint","error":"wrapped process failed: exit status 1","file":"k8s.io/test-infra/prow/entrypoint/run.go:79","func":"k8s.io/test-infra/prow/entrypoint.Options.Run","level":"error","msg":"Error executing test process","severity":"error","time":"2022-12-14T20:44:08Z"}
error: failed to execute wrapped command: exit status 1

-- https://prow.ci.openshift.org/view/gs/origin-ci-test/pr-logs/pull/eclipse-che_che-operator/1582/pull-ci-eclipse-che-che-operator-main-v11-devworkspace-happy-path/1603116812780703744

@tolusha
Copy link
Contributor

tolusha commented Dec 15, 2022

@tolusha
Copy link
Contributor

tolusha commented Dec 15, 2022

I think we need @dmytro-ndp help to figure out what is wrong with tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/che-operator Issues and PRs related to Eclipse Che Kubernetes Operator kind/bug Outline of a bug - must adhere to the bug report template. kind/release Issue dedicated to a release (content, status, related PR, go/nogo/problem discussion, etc.) severity/P1 Has a major impact to usage or development of the system.
Projects
None yet
Development

No branches or pull requests

3 participants